Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SyncDeploymentJobResponse

import type { SyncDeploymentJobResponse } from "https://aws-api.deno.dev/v0.4/services/robomaker.ts?docs=full";
interface SyncDeploymentJobResponse {
arn?: string | null;
createdAt?: Date | number | null;
deploymentApplicationConfigs?: DeploymentApplicationConfig[] | null;
deploymentConfig?: DeploymentConfig | null;
failureCode?: DeploymentJobErrorCode | null;
failureReason?: string | null;
fleet?: string | null;
status?: DeploymentStatus | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the synchronization request.

§
createdAt?: Date | number | null
[src]

The time, in milliseconds since the epoch, when the fleet was created.

§
deploymentApplicationConfigs?: DeploymentApplicationConfig[] | null
[src]

Information about the deployment application configurations.

§
deploymentConfig?: DeploymentConfig | null
[src]

Information about the deployment configuration.

§
failureCode?: DeploymentJobErrorCode | null
[src]

The failure code if the job fails:

InternalServiceError: Internal service error.

RobotApplicationCrash: Robot application exited abnormally.

SimulationApplicationCrash: Simulation application exited abnormally.

BadPermissionsRobotApplication: Robot application bundle could not be downloaded.

BadPermissionsSimulationApplication: Simulation application bundle could not be downloaded.

BadPermissionsS3Output: Unable to publish outputs to customer-provided S3 bucket.

BadPermissionsCloudwatchLogs: Unable to publish logs to customer-provided CloudWatch Logs resource.

SubnetIpLimitExceeded: Subnet IP limit exceeded.

ENILimitExceeded: ENI limit exceeded.

BadPermissionsUserCredentials: Unable to use the Role provided.

InvalidBundleRobotApplication: Robot bundle cannot be extracted (invalid format, bundling error, or other issue).

InvalidBundleSimulationApplication: Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).

RobotApplicationVersionMismatchedEtag: Etag for RobotApplication does not match value during version creation.

SimulationApplicationVersionMismatchedEtag: Etag for SimulationApplication does not match value during version creation.

§
failureReason?: string | null
[src]

The failure reason if the job fails.

§
fleet?: string | null
[src]

The Amazon Resource Name (ARN) of the fleet.

§
status?: DeploymentStatus | null
[src]

The status of the synchronization job.