SyncDeploymentJobResponse
public struct SyncDeploymentJobResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the synchronization request.
Declaration
Swift
public let arn: String?
-
The time, in milliseconds since the epoch, when the fleet was created.
Declaration
Swift
public let createdAt: TimeStamp?
-
Information about the deployment application configurations.
Declaration
Swift
public let deploymentApplicationConfigs: [DeploymentApplicationConfig]?
-
Information about the deployment configuration.
Declaration
Swift
public let deploymentConfig: DeploymentConfig?
-
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.
Declaration
Swift
public let failureCode: DeploymentJobErrorCode?
-
The failure reason if the job fails.
Declaration
Swift
public let failureReason: String?
-
The Amazon Resource Name (ARN) of the fleet.
Declaration
Swift
public let fleet: String?
-
The status of the synchronization job.
Declaration
Swift
public let status: DeploymentStatus?
-
init(arn:createdAt:deploymentApplicationConfigs:deploymentConfig:failureCode:failureReason:fleet:status:)
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdAt: TimeStamp? = nil, deploymentApplicationConfigs: [DeploymentApplicationConfig]? = nil, deploymentConfig: DeploymentConfig? = nil, failureCode: DeploymentJobErrorCode? = nil, failureReason: String? = nil, fleet: String? = nil, status: DeploymentStatus? = nil)