{ "version":"2.0", "metadata":{ "apiVersion":"2018-06-29", "endpointPrefix":"robomaker", "jsonVersion":"1.1", "protocol":"rest-json", "serviceAbbreviation":"RoboMaker", "serviceFullName":"AWS RoboMaker", "serviceId":"RoboMaker", "signatureVersion":"v4", "signingName":"robomaker", "uid":"robomaker-2018-06-29" }, "operations":{ "BatchDeleteWorlds":{ "name":"BatchDeleteWorlds", "http":{ "method":"POST", "requestUri":"/batchDeleteWorlds" }, "input":{"shape":"BatchDeleteWorldsRequest"}, "output":{"shape":"BatchDeleteWorldsResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Deletes one or more worlds in a batch operation.

" }, "BatchDescribeSimulationJob":{ "name":"BatchDescribeSimulationJob", "http":{ "method":"POST", "requestUri":"/batchDescribeSimulationJob" }, "input":{"shape":"BatchDescribeSimulationJobRequest"}, "output":{"shape":"BatchDescribeSimulationJobResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"} ], "documentation":"

Describes one or more simulation jobs.

" }, "CancelDeploymentJob":{ "name":"CancelDeploymentJob", "http":{ "method":"POST", "requestUri":"/cancelDeploymentJob" }, "input":{"shape":"CancelDeploymentJobRequest"}, "output":{"shape":"CancelDeploymentJobResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"} ], "documentation":"

Cancels the specified deployment job.

" }, "CancelSimulationJob":{ "name":"CancelSimulationJob", "http":{ "method":"POST", "requestUri":"/cancelSimulationJob" }, "input":{"shape":"CancelSimulationJobRequest"}, "output":{"shape":"CancelSimulationJobResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"} ], "documentation":"

Cancels the specified simulation job.

" }, "CancelSimulationJobBatch":{ "name":"CancelSimulationJobBatch", "http":{ "method":"POST", "requestUri":"/cancelSimulationJobBatch" }, "input":{"shape":"CancelSimulationJobBatchRequest"}, "output":{"shape":"CancelSimulationJobBatchResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"} ], "documentation":"

Cancels a simulation job batch. When you cancel a simulation job batch, you are also cancelling all of the active simulation jobs created as part of the batch.

" }, "CancelWorldExportJob":{ "name":"CancelWorldExportJob", "http":{ "method":"POST", "requestUri":"/cancelWorldExportJob" }, "input":{"shape":"CancelWorldExportJobRequest"}, "output":{"shape":"CancelWorldExportJobResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"} ], "documentation":"

Cancels the specified export job.

" }, "CancelWorldGenerationJob":{ "name":"CancelWorldGenerationJob", "http":{ "method":"POST", "requestUri":"/cancelWorldGenerationJob" }, "input":{"shape":"CancelWorldGenerationJobRequest"}, "output":{"shape":"CancelWorldGenerationJobResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"} ], "documentation":"

Cancels the specified world generator job.

" }, "CreateDeploymentJob":{ "name":"CreateDeploymentJob", "http":{ "method":"POST", "requestUri":"/createDeploymentJob" }, "input":{"shape":"CreateDeploymentJobRequest"}, "output":{"shape":"CreateDeploymentJobResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"}, {"shape":"LimitExceededException"}, {"shape":"ConcurrentDeploymentException"}, {"shape":"IdempotentParameterMismatchException"} ], "documentation":"

Deploys a specific version of a robot application to robots in a fleet.

The robot application must have a numbered applicationVersion for consistency reasons. To create a new version, use CreateRobotApplicationVersion or see Creating a Robot Application Version.

After 90 days, deployment jobs expire and will be deleted. They will no longer be accessible.

" }, "CreateFleet":{ "name":"CreateFleet", "http":{ "method":"POST", "requestUri":"/createFleet" }, "input":{"shape":"CreateFleetRequest"}, "output":{"shape":"CreateFleetResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"}, {"shape":"LimitExceededException"} ], "documentation":"

Creates a fleet, a logical group of robots running the same robot application.

" }, "CreateRobot":{ "name":"CreateRobot", "http":{ "method":"POST", "requestUri":"/createRobot" }, "input":{"shape":"CreateRobotRequest"}, "output":{"shape":"CreateRobotResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"}, {"shape":"LimitExceededException"}, {"shape":"ResourceAlreadyExistsException"} ], "documentation":"

Creates a robot.

" }, "CreateRobotApplication":{ "name":"CreateRobotApplication", "http":{ "method":"POST", "requestUri":"/createRobotApplication" }, "input":{"shape":"CreateRobotApplicationRequest"}, "output":{"shape":"CreateRobotApplicationResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceAlreadyExistsException"}, {"shape":"LimitExceededException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"}, {"shape":"IdempotentParameterMismatchException"} ], "documentation":"

Creates a robot application.

" }, "CreateRobotApplicationVersion":{ "name":"CreateRobotApplicationVersion", "http":{ "method":"POST", "requestUri":"/createRobotApplicationVersion" }, "input":{"shape":"CreateRobotApplicationVersionRequest"}, "output":{"shape":"CreateRobotApplicationVersionResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"IdempotentParameterMismatchException"}, {"shape":"LimitExceededException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Creates a version of a robot application.

" }, "CreateSimulationApplication":{ "name":"CreateSimulationApplication", "http":{ "method":"POST", "requestUri":"/createSimulationApplication" }, "input":{"shape":"CreateSimulationApplicationRequest"}, "output":{"shape":"CreateSimulationApplicationResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceAlreadyExistsException"}, {"shape":"LimitExceededException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"}, {"shape":"IdempotentParameterMismatchException"} ], "documentation":"

Creates a simulation application.

" }, "CreateSimulationApplicationVersion":{ "name":"CreateSimulationApplicationVersion", "http":{ "method":"POST", "requestUri":"/createSimulationApplicationVersion" }, "input":{"shape":"CreateSimulationApplicationVersionRequest"}, "output":{"shape":"CreateSimulationApplicationVersionResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"IdempotentParameterMismatchException"}, {"shape":"LimitExceededException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Creates a simulation application with a specific revision id.

" }, "CreateSimulationJob":{ "name":"CreateSimulationJob", "http":{ "method":"POST", "requestUri":"/createSimulationJob" }, "input":{"shape":"CreateSimulationJobRequest"}, "output":{"shape":"CreateSimulationJobResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"}, {"shape":"LimitExceededException"}, {"shape":"IdempotentParameterMismatchException"}, {"shape":"ServiceUnavailableException"} ], "documentation":"

Creates a simulation job.

After 90 days, simulation jobs expire and will be deleted. They will no longer be accessible.

" }, "CreateWorldExportJob":{ "name":"CreateWorldExportJob", "http":{ "method":"POST", "requestUri":"/createWorldExportJob" }, "input":{"shape":"CreateWorldExportJobRequest"}, "output":{"shape":"CreateWorldExportJobResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"}, {"shape":"IdempotentParameterMismatchException"}, {"shape":"ServiceUnavailableException"} ], "documentation":"

Creates a world export job.

" }, "CreateWorldGenerationJob":{ "name":"CreateWorldGenerationJob", "http":{ "method":"POST", "requestUri":"/createWorldGenerationJob" }, "input":{"shape":"CreateWorldGenerationJobRequest"}, "output":{"shape":"CreateWorldGenerationJobResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"}, {"shape":"LimitExceededException"}, {"shape":"IdempotentParameterMismatchException"}, {"shape":"ServiceUnavailableException"} ], "documentation":"

Creates worlds using the specified template.

" }, "CreateWorldTemplate":{ "name":"CreateWorldTemplate", "http":{ "method":"POST", "requestUri":"/createWorldTemplate" }, "input":{"shape":"CreateWorldTemplateRequest"}, "output":{"shape":"CreateWorldTemplateResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceAlreadyExistsException"}, {"shape":"ResourceNotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Creates a world template.

" }, "DeleteFleet":{ "name":"DeleteFleet", "http":{ "method":"POST", "requestUri":"/deleteFleet" }, "input":{"shape":"DeleteFleetRequest"}, "output":{"shape":"DeleteFleetResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"} ], "documentation":"

Deletes a fleet.

" }, "DeleteRobot":{ "name":"DeleteRobot", "http":{ "method":"POST", "requestUri":"/deleteRobot" }, "input":{"shape":"DeleteRobotRequest"}, "output":{"shape":"DeleteRobotResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"} ], "documentation":"

Deletes a robot.

" }, "DeleteRobotApplication":{ "name":"DeleteRobotApplication", "http":{ "method":"POST", "requestUri":"/deleteRobotApplication" }, "input":{"shape":"DeleteRobotApplicationRequest"}, "output":{"shape":"DeleteRobotApplicationResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Deletes a robot application.

" }, "DeleteSimulationApplication":{ "name":"DeleteSimulationApplication", "http":{ "method":"POST", "requestUri":"/deleteSimulationApplication" }, "input":{"shape":"DeleteSimulationApplicationRequest"}, "output":{"shape":"DeleteSimulationApplicationResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Deletes a simulation application.

" }, "DeleteWorldTemplate":{ "name":"DeleteWorldTemplate", "http":{ "method":"POST", "requestUri":"/deleteWorldTemplate" }, "input":{"shape":"DeleteWorldTemplateRequest"}, "output":{"shape":"DeleteWorldTemplateResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Deletes a world template.

" }, "DeregisterRobot":{ "name":"DeregisterRobot", "http":{ "method":"POST", "requestUri":"/deregisterRobot" }, "input":{"shape":"DeregisterRobotRequest"}, "output":{"shape":"DeregisterRobotResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Deregisters a robot.

" }, "DescribeDeploymentJob":{ "name":"DescribeDeploymentJob", "http":{ "method":"POST", "requestUri":"/describeDeploymentJob" }, "input":{"shape":"DescribeDeploymentJobRequest"}, "output":{"shape":"DescribeDeploymentJobResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"} ], "documentation":"

Describes a deployment job.

" }, "DescribeFleet":{ "name":"DescribeFleet", "http":{ "method":"POST", "requestUri":"/describeFleet" }, "input":{"shape":"DescribeFleetRequest"}, "output":{"shape":"DescribeFleetResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"} ], "documentation":"

Describes a fleet.

" }, "DescribeRobot":{ "name":"DescribeRobot", "http":{ "method":"POST", "requestUri":"/describeRobot" }, "input":{"shape":"DescribeRobotRequest"}, "output":{"shape":"DescribeRobotResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"} ], "documentation":"

Describes a robot.

" }, "DescribeRobotApplication":{ "name":"DescribeRobotApplication", "http":{ "method":"POST", "requestUri":"/describeRobotApplication" }, "input":{"shape":"DescribeRobotApplicationRequest"}, "output":{"shape":"DescribeRobotApplicationResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Describes a robot application.

" }, "DescribeSimulationApplication":{ "name":"DescribeSimulationApplication", "http":{ "method":"POST", "requestUri":"/describeSimulationApplication" }, "input":{"shape":"DescribeSimulationApplicationRequest"}, "output":{"shape":"DescribeSimulationApplicationResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Describes a simulation application.

" }, "DescribeSimulationJob":{ "name":"DescribeSimulationJob", "http":{ "method":"POST", "requestUri":"/describeSimulationJob" }, "input":{"shape":"DescribeSimulationJobRequest"}, "output":{"shape":"DescribeSimulationJobResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"} ], "documentation":"

Describes a simulation job.

" }, "DescribeSimulationJobBatch":{ "name":"DescribeSimulationJobBatch", "http":{ "method":"POST", "requestUri":"/describeSimulationJobBatch" }, "input":{"shape":"DescribeSimulationJobBatchRequest"}, "output":{"shape":"DescribeSimulationJobBatchResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"} ], "documentation":"

Describes a simulation job batch.

" }, "DescribeWorld":{ "name":"DescribeWorld", "http":{ "method":"POST", "requestUri":"/describeWorld" }, "input":{"shape":"DescribeWorldRequest"}, "output":{"shape":"DescribeWorldResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Describes a world.

" }, "DescribeWorldExportJob":{ "name":"DescribeWorldExportJob", "http":{ "method":"POST", "requestUri":"/describeWorldExportJob" }, "input":{"shape":"DescribeWorldExportJobRequest"}, "output":{"shape":"DescribeWorldExportJobResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"} ], "documentation":"

Describes a world export job.

" }, "DescribeWorldGenerationJob":{ "name":"DescribeWorldGenerationJob", "http":{ "method":"POST", "requestUri":"/describeWorldGenerationJob" }, "input":{"shape":"DescribeWorldGenerationJobRequest"}, "output":{"shape":"DescribeWorldGenerationJobResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"} ], "documentation":"

Describes a world generation job.

" }, "DescribeWorldTemplate":{ "name":"DescribeWorldTemplate", "http":{ "method":"POST", "requestUri":"/describeWorldTemplate" }, "input":{"shape":"DescribeWorldTemplateRequest"}, "output":{"shape":"DescribeWorldTemplateResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Describes a world template.

" }, "GetWorldTemplateBody":{ "name":"GetWorldTemplateBody", "http":{ "method":"POST", "requestUri":"/getWorldTemplateBody" }, "input":{"shape":"GetWorldTemplateBodyRequest"}, "output":{"shape":"GetWorldTemplateBodyResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Gets the world template body.

" }, "ListDeploymentJobs":{ "name":"ListDeploymentJobs", "http":{ "method":"POST", "requestUri":"/listDeploymentJobs" }, "input":{"shape":"ListDeploymentJobsRequest"}, "output":{"shape":"ListDeploymentJobsResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"} ], "documentation":"

Returns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs.

" }, "ListFleets":{ "name":"ListFleets", "http":{ "method":"POST", "requestUri":"/listFleets" }, "input":{"shape":"ListFleetsRequest"}, "output":{"shape":"ListFleetsResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"} ], "documentation":"

Returns a list of fleets. You can optionally provide filters to retrieve specific fleets.

" }, "ListRobotApplications":{ "name":"ListRobotApplications", "http":{ "method":"POST", "requestUri":"/listRobotApplications" }, "input":{"shape":"ListRobotApplicationsRequest"}, "output":{"shape":"ListRobotApplicationsResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Returns a list of robot application. You can optionally provide filters to retrieve specific robot applications.

" }, "ListRobots":{ "name":"ListRobots", "http":{ "method":"POST", "requestUri":"/listRobots" }, "input":{"shape":"ListRobotsRequest"}, "output":{"shape":"ListRobotsResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"} ], "documentation":"

Returns a list of robots. You can optionally provide filters to retrieve specific robots.

" }, "ListSimulationApplications":{ "name":"ListSimulationApplications", "http":{ "method":"POST", "requestUri":"/listSimulationApplications" }, "input":{"shape":"ListSimulationApplicationsRequest"}, "output":{"shape":"ListSimulationApplicationsResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Returns a list of simulation applications. You can optionally provide filters to retrieve specific simulation applications.

" }, "ListSimulationJobBatches":{ "name":"ListSimulationJobBatches", "http":{ "method":"POST", "requestUri":"/listSimulationJobBatches" }, "input":{"shape":"ListSimulationJobBatchesRequest"}, "output":{"shape":"ListSimulationJobBatchesResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"} ], "documentation":"

Returns a list simulation job batches. You can optionally provide filters to retrieve specific simulation batch jobs.

" }, "ListSimulationJobs":{ "name":"ListSimulationJobs", "http":{ "method":"POST", "requestUri":"/listSimulationJobs" }, "input":{"shape":"ListSimulationJobsRequest"}, "output":{"shape":"ListSimulationJobsResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"} ], "documentation":"

Returns a list of simulation jobs. You can optionally provide filters to retrieve specific simulation jobs.

" }, "ListTagsForResource":{ "name":"ListTagsForResource", "http":{ "method":"GET", "requestUri":"/tags/{resourceArn}" }, "input":{"shape":"ListTagsForResourceRequest"}, "output":{"shape":"ListTagsForResourceResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"} ], "documentation":"

Lists all tags on a AWS RoboMaker resource.

" }, "ListWorldExportJobs":{ "name":"ListWorldExportJobs", "http":{ "method":"POST", "requestUri":"/listWorldExportJobs" }, "input":{"shape":"ListWorldExportJobsRequest"}, "output":{"shape":"ListWorldExportJobsResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"} ], "documentation":"

Lists world export jobs.

" }, "ListWorldGenerationJobs":{ "name":"ListWorldGenerationJobs", "http":{ "method":"POST", "requestUri":"/listWorldGenerationJobs" }, "input":{"shape":"ListWorldGenerationJobsRequest"}, "output":{"shape":"ListWorldGenerationJobsResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"} ], "documentation":"

Lists world generator jobs.

" }, "ListWorldTemplates":{ "name":"ListWorldTemplates", "http":{ "method":"POST", "requestUri":"/listWorldTemplates" }, "input":{"shape":"ListWorldTemplatesRequest"}, "output":{"shape":"ListWorldTemplatesResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Lists world templates.

" }, "ListWorlds":{ "name":"ListWorlds", "http":{ "method":"POST", "requestUri":"/listWorlds" }, "input":{"shape":"ListWorldsRequest"}, "output":{"shape":"ListWorldsResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Lists worlds.

" }, "RegisterRobot":{ "name":"RegisterRobot", "http":{ "method":"POST", "requestUri":"/registerRobot" }, "input":{"shape":"RegisterRobotRequest"}, "output":{"shape":"RegisterRobotResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"}, {"shape":"LimitExceededException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Registers a robot with a fleet.

" }, "RestartSimulationJob":{ "name":"RestartSimulationJob", "http":{ "method":"POST", "requestUri":"/restartSimulationJob" }, "input":{"shape":"RestartSimulationJobRequest"}, "output":{"shape":"RestartSimulationJobResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"LimitExceededException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"} ], "documentation":"

Restarts a running simulation job.

" }, "StartSimulationJobBatch":{ "name":"StartSimulationJobBatch", "http":{ "method":"POST", "requestUri":"/startSimulationJobBatch" }, "input":{"shape":"StartSimulationJobBatchRequest"}, "output":{"shape":"StartSimulationJobBatchResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"LimitExceededException"}, {"shape":"ThrottlingException"}, {"shape":"IdempotentParameterMismatchException"}, {"shape":"InternalServerException"} ], "documentation":"

Starts a new simulation job batch. The batch is defined using one or more SimulationJobRequest objects.

" }, "SyncDeploymentJob":{ "name":"SyncDeploymentJob", "http":{ "method":"POST", "requestUri":"/syncDeploymentJob" }, "input":{"shape":"SyncDeploymentJobRequest"}, "output":{"shape":"SyncDeploymentJobResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServerException"}, {"shape":"ThrottlingException"}, {"shape":"LimitExceededException"}, {"shape":"ConcurrentDeploymentException"}, {"shape":"IdempotentParameterMismatchException"} ], "documentation":"

Syncrhonizes robots in a fleet to the latest deployment. This is helpful if robots were added after a deployment.

" }, "TagResource":{ "name":"TagResource", "http":{ "method":"POST", "requestUri":"/tags/{resourceArn}" }, "input":{"shape":"TagResourceRequest"}, "output":{"shape":"TagResourceResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"} ], "documentation":"

Adds or edits tags for a AWS RoboMaker resource.

Each tag consists of a tag key and a tag value. Tag keys and tag values are both required, but tag values can be empty strings.

For information about the rules that apply to tag keys and tag values, see User-Defined Tag Restrictions in the AWS Billing and Cost Management User Guide.

" }, "UntagResource":{ "name":"UntagResource", "http":{ "method":"DELETE", "requestUri":"/tags/{resourceArn}" }, "input":{"shape":"UntagResourceRequest"}, "output":{"shape":"UntagResourceResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"} ], "documentation":"

Removes the specified tags from the specified AWS RoboMaker resource.

To remove a tag, specify the tag key. To change the tag value of an existing tag key, use TagResource .

" }, "UpdateRobotApplication":{ "name":"UpdateRobotApplication", "http":{ "method":"POST", "requestUri":"/updateRobotApplication" }, "input":{"shape":"UpdateRobotApplicationRequest"}, "output":{"shape":"UpdateRobotApplicationResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Updates a robot application.

" }, "UpdateSimulationApplication":{ "name":"UpdateSimulationApplication", "http":{ "method":"POST", "requestUri":"/updateSimulationApplication" }, "input":{"shape":"UpdateSimulationApplicationRequest"}, "output":{"shape":"UpdateSimulationApplicationResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Updates a simulation application.

" }, "UpdateWorldTemplate":{ "name":"UpdateWorldTemplate", "http":{ "method":"POST", "requestUri":"/updateWorldTemplate" }, "input":{"shape":"UpdateWorldTemplateRequest"}, "output":{"shape":"UpdateWorldTemplateResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], "documentation":"

Updates a world template.

" } }, "shapes":{ "Architecture":{ "type":"string", "enum":[ "X86_64", "ARM64", "ARMHF" ] }, "Arn":{ "type":"string", "max":1224, "min":1, "pattern":"arn:.*" }, "Arns":{ "type":"list", "member":{"shape":"Arn"}, "max":100, "min":1 }, "BatchDeleteWorldsRequest":{ "type":"structure", "required":["worlds"], "members":{ "worlds":{ "shape":"Arns", "documentation":"

A list of Amazon Resource Names (arns) that correspond to worlds to delete.

" } } }, "BatchDeleteWorldsResponse":{ "type":"structure", "members":{ "unprocessedWorlds":{ "shape":"Arns", "documentation":"

A list of unprocessed worlds associated with the call. These worlds were not deleted.

" } } }, "BatchDescribeSimulationJobRequest":{ "type":"structure", "required":["jobs"], "members":{ "jobs":{ "shape":"Arns", "documentation":"

A list of Amazon Resource Names (ARNs) of simulation jobs to describe.

" } } }, "BatchDescribeSimulationJobResponse":{ "type":"structure", "members":{ "jobs":{ "shape":"SimulationJobs", "documentation":"

A list of simulation jobs.

" }, "unprocessedJobs":{ "shape":"Arns", "documentation":"

A list of unprocessed simulation job Amazon Resource Names (ARNs).

" } } }, "BatchPolicy":{ "type":"structure", "members":{ "timeoutInSeconds":{ "shape":"BatchTimeoutInSeconds", "documentation":"

The amount of time, in seconds, to wait for the batch to complete.

If a batch times out, and there are pending requests that were failing due to an internal failure (like InternalServiceError), they will be moved to the failed list and the batch status will be Failed. If the pending requests were failing for any other reason, the failed pending requests will be moved to the failed list and the batch status will be TimedOut.

" }, "maxConcurrency":{ "shape":"MaxConcurrency", "documentation":"

The number of active simulation jobs create as part of the batch that can be in an active state at the same time.

Active states include: Pending,Preparing, Running, Restarting, RunningFailed and Terminating. All other states are terminal states.

" } }, "documentation":"

Information about the batch policy.

" }, "BatchTimeoutInSeconds":{"type":"long"}, "Boolean":{"type":"boolean"}, "BoxedBoolean":{"type":"boolean"}, "CancelDeploymentJobRequest":{ "type":"structure", "required":["job"], "members":{ "job":{ "shape":"Arn", "documentation":"

The deployment job ARN to cancel.

" } } }, "CancelDeploymentJobResponse":{ "type":"structure", "members":{ } }, "CancelSimulationJobBatchRequest":{ "type":"structure", "required":["batch"], "members":{ "batch":{ "shape":"Arn", "documentation":"

The id of the batch to cancel.

" } } }, "CancelSimulationJobBatchResponse":{ "type":"structure", "members":{ } }, "CancelSimulationJobRequest":{ "type":"structure", "required":["job"], "members":{ "job":{ "shape":"Arn", "documentation":"

The simulation job ARN to cancel.

" } } }, "CancelSimulationJobResponse":{ "type":"structure", "members":{ } }, "CancelWorldExportJobRequest":{ "type":"structure", "required":["job"], "members":{ "job":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (arn) of the world export job to cancel.

" } } }, "CancelWorldExportJobResponse":{ "type":"structure", "members":{ } }, "CancelWorldGenerationJobRequest":{ "type":"structure", "required":["job"], "members":{ "job":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (arn) of the world generator job to cancel.

" } } }, "CancelWorldGenerationJobResponse":{ "type":"structure", "members":{ } }, "ClientRequestToken":{ "type":"string", "max":64, "min":1, "pattern":"[a-zA-Z0-9_\\-=]*" }, "Command":{ "type":"string", "max":1024, "min":1, "pattern":"[a-zA-Z0-9_.\\-]*" }, "Compute":{ "type":"structure", "members":{ "simulationUnitLimit":{ "shape":"SimulationUnit", "documentation":"

The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU utilization you consume up to the maximim value provided. The default is 15.

" } }, "documentation":"

Compute information for the simulation job.

" }, "ComputeResponse":{ "type":"structure", "members":{ "simulationUnitLimit":{ "shape":"SimulationUnit", "documentation":"

The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU utilization you consume up to the maximim value provided. The default is 15.

" } }, "documentation":"

Compute information for the simulation job

" }, "ConcurrentDeploymentException":{ "type":"structure", "members":{ "message":{"shape":"errorMessage"} }, "documentation":"

The failure percentage threshold percentage was met.

", "error":{"httpStatusCode":400}, "exception":true }, "CreateDeploymentJobRequest":{ "type":"structure", "required":[ "clientRequestToken", "fleet", "deploymentApplicationConfigs" ], "members":{ "deploymentConfig":{ "shape":"DeploymentConfig", "documentation":"

The requested deployment configuration.

" }, "clientRequestToken":{ "shape":"ClientRequestToken", "documentation":"

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", "idempotencyToken":true }, "fleet":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the fleet to deploy.

" }, "deploymentApplicationConfigs":{ "shape":"DeploymentApplicationConfigs", "documentation":"

The deployment application configuration.

" }, "tags":{ "shape":"TagMap", "documentation":"

A map that contains tag keys and tag values that are attached to the deployment job.

" } } }, "CreateDeploymentJobResponse":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the deployment job.

" }, "fleet":{ "shape":"Arn", "documentation":"

The target fleet for the deployment job.

" }, "status":{ "shape":"DeploymentStatus", "documentation":"

The status of the deployment job.

" }, "deploymentApplicationConfigs":{ "shape":"DeploymentApplicationConfigs", "documentation":"

The deployment application configuration.

" }, "failureReason":{ "shape":"GenericString", "documentation":"

The failure reason of the deployment job if it failed.

" }, "failureCode":{ "shape":"DeploymentJobErrorCode", "documentation":"

The failure code of the simulation job if it failed:

BadPermissionError

AWS Greengrass requires a service-level role permission to access other services. The role must include the AWSGreengrassResourceAccessRolePolicy managed policy.

ExtractingBundleFailure

The robot application could not be extracted from the bundle.

FailureThresholdBreached

The percentage of robots that could not be updated exceeded the percentage set for the deployment.

GreengrassDeploymentFailed

The robot application could not be deployed to the robot.

GreengrassGroupVersionDoesNotExist

The AWS Greengrass group or version associated with a robot is missing.

InternalServerError

An internal error has occurred. Retry your request, but if the problem persists, contact us with details.

MissingRobotApplicationArchitecture

The robot application does not have a source that matches the architecture of the robot.

MissingRobotDeploymentResource

One or more of the resources specified for the robot application are missing. For example, does the robot application have the correct launch package and launch file?

PostLaunchFileFailure

The post-launch script failed.

PreLaunchFileFailure

The pre-launch script failed.

ResourceNotFound

One or more deployment resources are missing. For example, do robot application source bundles still exist?

RobotDeploymentNoResponse

There is no response from the robot. It might not be powered on or connected to the internet.

" }, "createdAt":{ "shape":"CreatedAt", "documentation":"

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

" }, "deploymentConfig":{ "shape":"DeploymentConfig", "documentation":"

The deployment configuration.

" }, "tags":{ "shape":"TagMap", "documentation":"

The list of all tags added to the deployment job.

" } } }, "CreateFleetRequest":{ "type":"structure", "required":["name"], "members":{ "name":{ "shape":"Name", "documentation":"

The name of the fleet.

" }, "tags":{ "shape":"TagMap", "documentation":"

A map that contains tag keys and tag values that are attached to the fleet.

" } } }, "CreateFleetResponse":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the fleet.

" }, "name":{ "shape":"Name", "documentation":"

The name of the fleet.

" }, "createdAt":{ "shape":"CreatedAt", "documentation":"

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

" }, "tags":{ "shape":"TagMap", "documentation":"

The list of all tags added to the fleet.

" } } }, "CreateRobotApplicationRequest":{ "type":"structure", "required":[ "name", "sources", "robotSoftwareSuite" ], "members":{ "name":{ "shape":"Name", "documentation":"

The name of the robot application.

" }, "sources":{ "shape":"SourceConfigs", "documentation":"

The sources of the robot application.

" }, "robotSoftwareSuite":{ "shape":"RobotSoftwareSuite", "documentation":"

The robot software suite (ROS distribuition) used by the robot application.

" }, "tags":{ "shape":"TagMap", "documentation":"

A map that contains tag keys and tag values that are attached to the robot application.

" } } }, "CreateRobotApplicationResponse":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the robot application.

" }, "name":{ "shape":"Name", "documentation":"

The name of the robot application.

" }, "version":{ "shape":"Version", "documentation":"

The version of the robot application.

" }, "sources":{ "shape":"Sources", "documentation":"

The sources of the robot application.

" }, "robotSoftwareSuite":{ "shape":"RobotSoftwareSuite", "documentation":"

The robot software suite (ROS distribution) used by the robot application.

" }, "lastUpdatedAt":{ "shape":"LastUpdatedAt", "documentation":"

The time, in milliseconds since the epoch, when the robot application was last updated.

" }, "revisionId":{ "shape":"RevisionId", "documentation":"

The revision id of the robot application.

" }, "tags":{ "shape":"TagMap", "documentation":"

The list of all tags added to the robot application.

" } } }, "CreateRobotApplicationVersionRequest":{ "type":"structure", "required":["application"], "members":{ "application":{ "shape":"Arn", "documentation":"

The application information for the robot application.

" }, "currentRevisionId":{ "shape":"RevisionId", "documentation":"

The current revision id for the robot application. If you provide a value and it matches the latest revision ID, a new version will be created.

" } } }, "CreateRobotApplicationVersionResponse":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the robot application.

" }, "name":{ "shape":"Name", "documentation":"

The name of the robot application.

" }, "version":{ "shape":"Version", "documentation":"

The version of the robot application.

" }, "sources":{ "shape":"Sources", "documentation":"

The sources of the robot application.

" }, "robotSoftwareSuite":{ "shape":"RobotSoftwareSuite", "documentation":"

The robot software suite (ROS distribution) used by the robot application.

" }, "lastUpdatedAt":{ "shape":"LastUpdatedAt", "documentation":"

The time, in milliseconds since the epoch, when the robot application was last updated.

" }, "revisionId":{ "shape":"RevisionId", "documentation":"

The revision id of the robot application.

" } } }, "CreateRobotRequest":{ "type":"structure", "required":[ "name", "architecture", "greengrassGroupId" ], "members":{ "name":{ "shape":"Name", "documentation":"

The name for the robot.

" }, "architecture":{ "shape":"Architecture", "documentation":"

The target architecture of the robot.

" }, "greengrassGroupId":{ "shape":"Id", "documentation":"

The Greengrass group id.

" }, "tags":{ "shape":"TagMap", "documentation":"

A map that contains tag keys and tag values that are attached to the robot.

" } } }, "CreateRobotResponse":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the robot.

" }, "name":{ "shape":"Name", "documentation":"

The name of the robot.

" }, "createdAt":{ "shape":"CreatedAt", "documentation":"

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

" }, "greengrassGroupId":{ "shape":"Id", "documentation":"

The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.

" }, "architecture":{ "shape":"Architecture", "documentation":"

The target architecture of the robot.

" }, "tags":{ "shape":"TagMap", "documentation":"

The list of all tags added to the robot.

" } } }, "CreateSimulationApplicationRequest":{ "type":"structure", "required":[ "name", "sources", "simulationSoftwareSuite", "robotSoftwareSuite" ], "members":{ "name":{ "shape":"Name", "documentation":"

The name of the simulation application.

" }, "sources":{ "shape":"SourceConfigs", "documentation":"

The sources of the simulation application.

" }, "simulationSoftwareSuite":{ "shape":"SimulationSoftwareSuite", "documentation":"

The simulation software suite used by the simulation application.

" }, "robotSoftwareSuite":{ "shape":"RobotSoftwareSuite", "documentation":"

The robot software suite (ROS distribution) used by the simulation application.

" }, "renderingEngine":{ "shape":"RenderingEngine", "documentation":"

The rendering engine for the simulation application.

" }, "tags":{ "shape":"TagMap", "documentation":"

A map that contains tag keys and tag values that are attached to the simulation application.

" } } }, "CreateSimulationApplicationResponse":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the simulation application.

" }, "name":{ "shape":"Name", "documentation":"

The name of the simulation application.

" }, "version":{ "shape":"Version", "documentation":"

The version of the simulation application.

" }, "sources":{ "shape":"Sources", "documentation":"

The sources of the simulation application.

" }, "simulationSoftwareSuite":{ "shape":"SimulationSoftwareSuite", "documentation":"

The simulation software suite used by the simulation application.

" }, "robotSoftwareSuite":{ "shape":"RobotSoftwareSuite", "documentation":"

Information about the robot software suite (ROS distribution).

" }, "renderingEngine":{ "shape":"RenderingEngine", "documentation":"

The rendering engine for the simulation application.

" }, "lastUpdatedAt":{ "shape":"LastUpdatedAt", "documentation":"

The time, in milliseconds since the epoch, when the simulation application was last updated.

" }, "revisionId":{ "shape":"RevisionId", "documentation":"

The revision id of the simulation application.

" }, "tags":{ "shape":"TagMap", "documentation":"

The list of all tags added to the simulation application.

" } } }, "CreateSimulationApplicationVersionRequest":{ "type":"structure", "required":["application"], "members":{ "application":{ "shape":"Arn", "documentation":"

The application information for the simulation application.

" }, "currentRevisionId":{ "shape":"RevisionId", "documentation":"

The current revision id for the simulation application. If you provide a value and it matches the latest revision ID, a new version will be created.

" } } }, "CreateSimulationApplicationVersionResponse":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the simulation application.

" }, "name":{ "shape":"Name", "documentation":"

The name of the simulation application.

" }, "version":{ "shape":"Version", "documentation":"

The version of the simulation application.

" }, "sources":{ "shape":"Sources", "documentation":"

The sources of the simulation application.

" }, "simulationSoftwareSuite":{ "shape":"SimulationSoftwareSuite", "documentation":"

The simulation software suite used by the simulation application.

" }, "robotSoftwareSuite":{ "shape":"RobotSoftwareSuite", "documentation":"

Information about the robot software suite (ROS distribution).

" }, "renderingEngine":{ "shape":"RenderingEngine", "documentation":"

The rendering engine for the simulation application.

" }, "lastUpdatedAt":{ "shape":"LastUpdatedAt", "documentation":"

The time, in milliseconds since the epoch, when the simulation application was last updated.

" }, "revisionId":{ "shape":"RevisionId", "documentation":"

The revision ID of the simulation application.

" } } }, "CreateSimulationJobRequest":{ "type":"structure", "required":[ "maxJobDurationInSeconds", "iamRole" ], "members":{ "clientRequestToken":{ "shape":"ClientRequestToken", "documentation":"

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", "idempotencyToken":true }, "outputLocation":{ "shape":"OutputLocation", "documentation":"

Location for output files generated by the simulation job.

" }, "loggingConfig":{ "shape":"LoggingConfig", "documentation":"

The logging configuration.

" }, "maxJobDurationInSeconds":{ "shape":"JobDuration", "documentation":"

The maximum simulation job duration in seconds (up to 14 days or 1,209,600 seconds. When maxJobDurationInSeconds is reached, the simulation job will status will transition to Completed.

" }, "iamRole":{ "shape":"IamRole", "documentation":"

The IAM role name that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf. This is how credentials are passed in to your simulation job.

" }, "failureBehavior":{ "shape":"FailureBehavior", "documentation":"

The failure behavior the simulation job.

Continue

Restart the simulation job in the same host instance.

Fail

Stop the simulation job and terminate the instance.

" }, "robotApplications":{ "shape":"RobotApplicationConfigs", "documentation":"

The robot application to use in the simulation job.

" }, "simulationApplications":{ "shape":"SimulationApplicationConfigs", "documentation":"

The simulation application to use in the simulation job.

" }, "dataSources":{ "shape":"DataSourceConfigs", "documentation":"

Specify data sources to mount read-only files from S3 into your simulation. These files are available under /opt/robomaker/datasources/data_source_name.

There is a limit of 100 files and a combined size of 25GB for all DataSourceConfig objects.

" }, "tags":{ "shape":"TagMap", "documentation":"

A map that contains tag keys and tag values that are attached to the simulation job.

" }, "vpcConfig":{ "shape":"VPCConfig", "documentation":"

If your simulation job accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID.

" }, "compute":{ "shape":"Compute", "documentation":"

Compute information for the simulation job.

" } } }, "CreateSimulationJobRequests":{ "type":"list", "member":{"shape":"SimulationJobRequest"}, "max":1000, "min":1 }, "CreateSimulationJobResponse":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the simulation job.

" }, "status":{ "shape":"SimulationJobStatus", "documentation":"

The status of the simulation job.

" }, "lastStartedAt":{ "shape":"LastStartedAt", "documentation":"

The time, in milliseconds since the epoch, when the simulation job was last started.

" }, "lastUpdatedAt":{ "shape":"LastUpdatedAt", "documentation":"

The time, in milliseconds since the epoch, when the simulation job was last updated.

" }, "failureBehavior":{ "shape":"FailureBehavior", "documentation":"

the failure behavior for the simulation job.

" }, "failureCode":{ "shape":"SimulationJobErrorCode", "documentation":"

The failure code of the simulation job if it failed:

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.

" }, "clientRequestToken":{ "shape":"ClientRequestToken", "documentation":"

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

" }, "outputLocation":{ "shape":"OutputLocation", "documentation":"

Simulation job output files location.

" }, "loggingConfig":{ "shape":"LoggingConfig", "documentation":"

The logging configuration.

" }, "maxJobDurationInSeconds":{ "shape":"JobDuration", "documentation":"

The maximum simulation job duration in seconds.

" }, "simulationTimeMillis":{ "shape":"SimulationTimeMillis", "documentation":"

The simulation job execution duration in milliseconds.

" }, "iamRole":{ "shape":"IamRole", "documentation":"

The IAM role that allows the simulation job to call the AWS APIs that are specified in its associated policies on your behalf.

" }, "robotApplications":{ "shape":"RobotApplicationConfigs", "documentation":"

The robot application used by the simulation job.

" }, "simulationApplications":{ "shape":"SimulationApplicationConfigs", "documentation":"

The simulation application used by the simulation job.

" }, "dataSources":{ "shape":"DataSources", "documentation":"

The data sources for the simulation job.

" }, "tags":{ "shape":"TagMap", "documentation":"

The list of all tags added to the simulation job.

" }, "vpcConfig":{ "shape":"VPCConfigResponse", "documentation":"

Information about the vpc configuration.

" }, "compute":{ "shape":"ComputeResponse", "documentation":"

Compute information for the simulation job.

" } } }, "CreateWorldExportJobRequest":{ "type":"structure", "required":[ "worlds", "outputLocation", "iamRole" ], "members":{ "clientRequestToken":{ "shape":"ClientRequestToken", "documentation":"

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", "idempotencyToken":true }, "worlds":{ "shape":"Arns", "documentation":"

A list of Amazon Resource Names (arns) that correspond to worlds to export.

" }, "outputLocation":{"shape":"OutputLocation"}, "iamRole":{ "shape":"IamRole", "documentation":"

The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.

" }, "tags":{ "shape":"TagMap", "documentation":"

A map that contains tag keys and tag values that are attached to the world export job.

" } } }, "CreateWorldExportJobResponse":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the world export job.

" }, "status":{ "shape":"WorldExportJobStatus", "documentation":"

The status of the world export job.

Pending

The world export job request is pending.

Running

The world export job is running.

Completed

The world export job completed.

Failed

The world export job failed. See failureCode for more information.

Canceled

The world export job was cancelled.

Canceling

The world export job is being cancelled.

" }, "createdAt":{ "shape":"CreatedAt", "documentation":"

The time, in milliseconds since the epoch, when the world export job was created.

" }, "failureCode":{ "shape":"WorldExportJobErrorCode", "documentation":"

The failure code of the world export job if it failed:

InternalServiceError

Internal service error.

LimitExceeded

The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

ResourceNotFound

The specified resource could not be found.

RequestThrottled

The request was throttled.

InvalidInput

An input parameter in the request is not valid.

AllWorldGenerationFailed

All of the worlds in the world generation job failed. This can happen if your worldCount is greater than 50 or less than 1.

For more information about troubleshooting WorldForge, see Troubleshooting Simulation WorldForge.

" }, "clientRequestToken":{ "shape":"ClientRequestToken", "documentation":"

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

" }, "outputLocation":{"shape":"OutputLocation"}, "iamRole":{ "shape":"IamRole", "documentation":"

The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.

" }, "tags":{ "shape":"TagMap", "documentation":"

A map that contains tag keys and tag values that are attached to the world export job.

" } } }, "CreateWorldGenerationJobRequest":{ "type":"structure", "required":[ "template", "worldCount" ], "members":{ "clientRequestToken":{ "shape":"ClientRequestToken", "documentation":"

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", "idempotencyToken":true }, "template":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (arn) of the world template describing the worlds you want to create.

" }, "worldCount":{ "shape":"WorldCount", "documentation":"

Information about the world count.

" }, "tags":{ "shape":"TagMap", "documentation":"

A map that contains tag keys and tag values that are attached to the world generator job.

" }, "worldTags":{ "shape":"TagMap", "documentation":"

A map that contains tag keys and tag values that are attached to the generated worlds.

" } } }, "CreateWorldGenerationJobResponse":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the world generator job.

" }, "status":{ "shape":"WorldGenerationJobStatus", "documentation":"

The status of the world generator job.

Pending

The world generator job request is pending.

Running

The world generator job is running.

Completed

The world generator job completed.

Failed

The world generator job failed. See failureCode for more information.

PartialFailed

Some worlds did not generate.

Canceled

The world generator job was cancelled.

Canceling

The world generator job is being cancelled.

" }, "createdAt":{ "shape":"CreatedAt", "documentation":"

The time, in milliseconds since the epoch, when the world generator job was created.

" }, "failureCode":{ "shape":"WorldGenerationJobErrorCode", "documentation":"

The failure code of the world generator job if it failed:

InternalServiceError

Internal service error.

LimitExceeded

The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

ResourceNotFound

The specified resource could not be found.

RequestThrottled

The request was throttled.

InvalidInput

An input parameter in the request is not valid.

" }, "clientRequestToken":{ "shape":"ClientRequestToken", "documentation":"

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

" }, "template":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (arn) of the world template.

" }, "worldCount":{ "shape":"WorldCount", "documentation":"

Information about the world count.

" }, "tags":{ "shape":"TagMap", "documentation":"

A map that contains tag keys and tag values that are attached to the world generator job.

" }, "worldTags":{ "shape":"TagMap", "documentation":"

A map that contains tag keys and tag values that are attached to the generated worlds.

" } } }, "CreateWorldTemplateRequest":{ "type":"structure", "members":{ "clientRequestToken":{ "shape":"ClientRequestToken", "documentation":"

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

" }, "name":{ "shape":"TemplateName", "documentation":"

The name of the world template.

" }, "templateBody":{ "shape":"Json", "documentation":"

The world template body.

" }, "templateLocation":{ "shape":"TemplateLocation", "documentation":"

The location of the world template.

" }, "tags":{ "shape":"TagMap", "documentation":"

A map that contains tag keys and tag values that are attached to the world template.

" } } }, "CreateWorldTemplateResponse":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the world template.

" }, "clientRequestToken":{ "shape":"ClientRequestToken", "documentation":"

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

" }, "createdAt":{ "shape":"CreatedAt", "documentation":"

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

" }, "name":{ "shape":"TemplateName", "documentation":"

The name of the world template.

" }, "tags":{ "shape":"TagMap", "documentation":"

A map that contains tag keys and tag values that are attached to the world template.

" } } }, "CreatedAt":{"type":"timestamp"}, "DataSource":{ "type":"structure", "members":{ "name":{ "shape":"Name", "documentation":"

The name of the data source.

" }, "s3Bucket":{ "shape":"S3Bucket", "documentation":"

The S3 bucket where the data files are located.

" }, "s3Keys":{ "shape":"S3KeyOutputs", "documentation":"

The list of S3 keys identifying the data source files.

" } }, "documentation":"

Information about a data source.

" }, "DataSourceConfig":{ "type":"structure", "required":[ "name", "s3Bucket", "s3Keys" ], "members":{ "name":{ "shape":"Name", "documentation":"

The name of the data source.

" }, "s3Bucket":{ "shape":"S3Bucket", "documentation":"

The S3 bucket where the data files are located.

" }, "s3Keys":{ "shape":"S3Keys", "documentation":"

The list of S3 keys identifying the data source files.

" } }, "documentation":"

Information about a data source.

" }, "DataSourceConfigs":{ "type":"list", "member":{"shape":"DataSourceConfig"}, "max":5, "min":1 }, "DataSourceNames":{ "type":"list", "member":{"shape":"Name"} }, "DataSources":{ "type":"list", "member":{"shape":"DataSource"} }, "DeleteFleetRequest":{ "type":"structure", "required":["fleet"], "members":{ "fleet":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the fleet.

" } } }, "DeleteFleetResponse":{ "type":"structure", "members":{ } }, "DeleteRobotApplicationRequest":{ "type":"structure", "required":["application"], "members":{ "application":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the the robot application.

" }, "applicationVersion":{ "shape":"Version", "documentation":"

The version of the robot application to delete.

" } } }, "DeleteRobotApplicationResponse":{ "type":"structure", "members":{ } }, "DeleteRobotRequest":{ "type":"structure", "required":["robot"], "members":{ "robot":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the robot.

" } } }, "DeleteRobotResponse":{ "type":"structure", "members":{ } }, "DeleteSimulationApplicationRequest":{ "type":"structure", "required":["application"], "members":{ "application":{ "shape":"Arn", "documentation":"

The application information for the simulation application to delete.

" }, "applicationVersion":{ "shape":"Version", "documentation":"

The version of the simulation application to delete.

" } } }, "DeleteSimulationApplicationResponse":{ "type":"structure", "members":{ } }, "DeleteWorldTemplateRequest":{ "type":"structure", "required":["template"], "members":{ "template":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (arn) of the world template you want to delete.

" } } }, "DeleteWorldTemplateResponse":{ "type":"structure", "members":{ } }, "DeploymentApplicationConfig":{ "type":"structure", "required":[ "application", "applicationVersion", "launchConfig" ], "members":{ "application":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the robot application.

" }, "applicationVersion":{ "shape":"DeploymentVersion", "documentation":"

The version of the application.

" }, "launchConfig":{ "shape":"DeploymentLaunchConfig", "documentation":"

The launch configuration.

" } }, "documentation":"

Information about a deployment application configuration.

" }, "DeploymentApplicationConfigs":{ "type":"list", "member":{"shape":"DeploymentApplicationConfig"}, "max":1, "min":1 }, "DeploymentConfig":{ "type":"structure", "members":{ "concurrentDeploymentPercentage":{ "shape":"Percentage", "documentation":"

The percentage of robots receiving the deployment at the same time.

" }, "failureThresholdPercentage":{ "shape":"Percentage", "documentation":"

The percentage of deployments that need to fail before stopping deployment.

" }, "robotDeploymentTimeoutInSeconds":{ "shape":"DeploymentTimeout", "documentation":"

The amount of time, in seconds, to wait for deployment to a single robot to complete. Choose a time between 1 minute and 7 days. The default is 5 hours.

" }, "downloadConditionFile":{ "shape":"S3Object", "documentation":"

The download condition file.

" } }, "documentation":"

Information about a deployment configuration.

" }, "DeploymentJob":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the deployment job.

" }, "fleet":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the fleet.

" }, "status":{ "shape":"DeploymentStatus", "documentation":"

The status of the deployment job.

" }, "deploymentApplicationConfigs":{ "shape":"DeploymentApplicationConfigs", "documentation":"

The deployment application configuration.

" }, "deploymentConfig":{ "shape":"DeploymentConfig", "documentation":"

The deployment configuration.

" }, "failureReason":{ "shape":"GenericString", "documentation":"

A short description of the reason why the deployment job failed.

" }, "failureCode":{ "shape":"DeploymentJobErrorCode", "documentation":"

The deployment job failure code.

" }, "createdAt":{ "shape":"CreatedAt", "documentation":"

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

" } }, "documentation":"

Information about a deployment job.

" }, "DeploymentJobErrorCode":{ "type":"string", "enum":[ "ResourceNotFound", "EnvironmentSetupError", "EtagMismatch", "FailureThresholdBreached", "RobotDeploymentAborted", "RobotDeploymentNoResponse", "RobotAgentConnectionTimeout", "GreengrassDeploymentFailed", "InvalidGreengrassGroup", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "LambdaDeleted", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "DownloadConditionFailed", "InternalServerError" ] }, "DeploymentJobs":{ "type":"list", "member":{"shape":"DeploymentJob"}, "max":200, "min":0 }, "DeploymentLaunchConfig":{ "type":"structure", "required":[ "packageName", "launchFile" ], "members":{ "packageName":{ "shape":"Command", "documentation":"

The package name.

" }, "preLaunchFile":{ "shape":"Path", "documentation":"

The deployment pre-launch file. This file will be executed prior to the launch file.

" }, "launchFile":{ "shape":"Command", "documentation":"

The launch file name.

" }, "postLaunchFile":{ "shape":"Path", "documentation":"

The deployment post-launch file. This file will be executed after the launch file.

" }, "environmentVariables":{ "shape":"EnvironmentVariableMap", "documentation":"

An array of key/value pairs specifying environment variables for the robot application

" } }, "documentation":"

Configuration information for a deployment launch.

" }, "DeploymentStatus":{ "type":"string", "enum":[ "Pending", "Preparing", "InProgress", "Failed", "Succeeded", "Canceled" ] }, "DeploymentTimeout":{"type":"long"}, "DeploymentVersion":{ "type":"string", "max":255, "min":1, "pattern":"[0-9]*" }, "DeregisterRobotRequest":{ "type":"structure", "required":[ "fleet", "robot" ], "members":{ "fleet":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the fleet.

" }, "robot":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the robot.

" } } }, "DeregisterRobotResponse":{ "type":"structure", "members":{ "fleet":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the fleet.

" }, "robot":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the robot.

" } } }, "DescribeDeploymentJobRequest":{ "type":"structure", "required":["job"], "members":{ "job":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the deployment job.

" } } }, "DescribeDeploymentJobResponse":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the deployment job.

" }, "fleet":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the fleet.

" }, "status":{ "shape":"DeploymentStatus", "documentation":"

The status of the deployment job.

" }, "deploymentConfig":{ "shape":"DeploymentConfig", "documentation":"

The deployment configuration.

" }, "deploymentApplicationConfigs":{ "shape":"DeploymentApplicationConfigs", "documentation":"

The deployment application configuration.

" }, "failureReason":{ "shape":"GenericString", "documentation":"

A short description of the reason why the deployment job failed.

" }, "failureCode":{ "shape":"DeploymentJobErrorCode", "documentation":"

The deployment job failure code.

" }, "createdAt":{ "shape":"CreatedAt", "documentation":"

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

" }, "robotDeploymentSummary":{ "shape":"RobotDeploymentSummary", "documentation":"

A list of robot deployment summaries.

" }, "tags":{ "shape":"TagMap", "documentation":"

The list of all tags added to the specified deployment job.

" } } }, "DescribeFleetRequest":{ "type":"structure", "required":["fleet"], "members":{ "fleet":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the fleet.

" } } }, "DescribeFleetResponse":{ "type":"structure", "members":{ "name":{ "shape":"Name", "documentation":"

The name of the fleet.

" }, "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the fleet.

" }, "robots":{ "shape":"Robots", "documentation":"

A list of robots.

" }, "createdAt":{ "shape":"CreatedAt", "documentation":"

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

" }, "lastDeploymentStatus":{ "shape":"DeploymentStatus", "documentation":"

The status of the last deployment.

" }, "lastDeploymentJob":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the last deployment job.

" }, "lastDeploymentTime":{ "shape":"CreatedAt", "documentation":"

The time of the last deployment.

" }, "tags":{ "shape":"TagMap", "documentation":"

The list of all tags added to the specified fleet.

" } } }, "DescribeRobotApplicationRequest":{ "type":"structure", "required":["application"], "members":{ "application":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the robot application.

" }, "applicationVersion":{ "shape":"Version", "documentation":"

The version of the robot application to describe.

" } } }, "DescribeRobotApplicationResponse":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the robot application.

" }, "name":{ "shape":"Name", "documentation":"

The name of the robot application.

" }, "version":{ "shape":"Version", "documentation":"

The version of the robot application.

" }, "sources":{ "shape":"Sources", "documentation":"

The sources of the robot application.

" }, "robotSoftwareSuite":{ "shape":"RobotSoftwareSuite", "documentation":"

The robot software suite (ROS distribution) used by the robot application.

" }, "revisionId":{ "shape":"RevisionId", "documentation":"

The revision id of the robot application.

" }, "lastUpdatedAt":{ "shape":"LastUpdatedAt", "documentation":"

The time, in milliseconds since the epoch, when the robot application was last updated.

" }, "tags":{ "shape":"TagMap", "documentation":"

The list of all tags added to the specified robot application.

" } } }, "DescribeRobotRequest":{ "type":"structure", "required":["robot"], "members":{ "robot":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the robot to be described.

" } } }, "DescribeRobotResponse":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the robot.

" }, "name":{ "shape":"Name", "documentation":"

The name of the robot.

" }, "fleetArn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the fleet.

" }, "status":{ "shape":"RobotStatus", "documentation":"

The status of the fleet.

" }, "greengrassGroupId":{ "shape":"Id", "documentation":"

The Greengrass group id.

" }, "createdAt":{ "shape":"CreatedAt", "documentation":"

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

" }, "architecture":{ "shape":"Architecture", "documentation":"

The target architecture of the robot application.

" }, "lastDeploymentJob":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the last deployment job.

" }, "lastDeploymentTime":{ "shape":"CreatedAt", "documentation":"

The time of the last deployment job.

" }, "tags":{ "shape":"TagMap", "documentation":"

The list of all tags added to the specified robot.

" } } }, "DescribeSimulationApplicationRequest":{ "type":"structure", "required":["application"], "members":{ "application":{ "shape":"Arn", "documentation":"

The application information for the simulation application.

" }, "applicationVersion":{ "shape":"Version", "documentation":"

The version of the simulation application to describe.

" } } }, "DescribeSimulationApplicationResponse":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the robot simulation application.

" }, "name":{ "shape":"Name", "documentation":"

The name of the simulation application.

" }, "version":{ "shape":"Version", "documentation":"

The version of the simulation application.

" }, "sources":{ "shape":"Sources", "documentation":"

The sources of the simulation application.

" }, "simulationSoftwareSuite":{ "shape":"SimulationSoftwareSuite", "documentation":"

The simulation software suite used by the simulation application.

" }, "robotSoftwareSuite":{ "shape":"RobotSoftwareSuite", "documentation":"

Information about the robot software suite (ROS distribution).

" }, "renderingEngine":{ "shape":"RenderingEngine", "documentation":"

The rendering engine for the simulation application.

" }, "revisionId":{ "shape":"RevisionId", "documentation":"

The revision id of the simulation application.

" }, "lastUpdatedAt":{ "shape":"LastUpdatedAt", "documentation":"

The time, in milliseconds since the epoch, when the simulation application was last updated.

" }, "tags":{ "shape":"TagMap", "documentation":"

The list of all tags added to the specified simulation application.

" } } }, "DescribeSimulationJobBatchRequest":{ "type":"structure", "required":["batch"], "members":{ "batch":{ "shape":"Arn", "documentation":"

The id of the batch to describe.

" } } }, "DescribeSimulationJobBatchResponse":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the batch.

" }, "status":{ "shape":"SimulationJobBatchStatus", "documentation":"

The status of the batch.

Pending

The simulation job batch request is pending.

InProgress

The simulation job batch is in progress.

Failed

The simulation job batch failed. One or more simulation job requests could not be completed due to an internal failure (like InternalServiceError). See failureCode and failureReason for more information.

Completed

The simulation batch job completed. A batch is complete when (1) there are no pending simulation job requests in the batch and none of the failed simulation job requests are due to InternalServiceError and (2) when all created simulation jobs have reached a terminal state (for example, Completed or Failed).

Canceled

The simulation batch job was cancelled.

Canceling

The simulation batch job is being cancelled.

Completing

The simulation batch job is completing.

TimingOut

The simulation job batch is timing out.

If a batch timing out, and there are pending requests that were failing due to an internal failure (like InternalServiceError), the batch status will be Failed. If there are no such failing request, the batch status will be TimedOut.

TimedOut

The simulation batch job timed out.

" }, "lastUpdatedAt":{ "shape":"LastUpdatedAt", "documentation":"

The time, in milliseconds since the epoch, when the simulation job batch was last updated.

" }, "createdAt":{ "shape":"CreatedAt", "documentation":"

The time, in milliseconds since the epoch, when the simulation job batch was created.

" }, "clientRequestToken":{ "shape":"ClientRequestToken", "documentation":"

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

" }, "batchPolicy":{ "shape":"BatchPolicy", "documentation":"

The batch policy.

" }, "failureCode":{ "shape":"SimulationJobBatchErrorCode", "documentation":"

The failure code of the simulation job batch.

" }, "failureReason":{ "shape":"GenericString", "documentation":"

The reason the simulation job batch failed.

" }, "failedRequests":{ "shape":"FailedCreateSimulationJobRequests", "documentation":"

A list of failed create simulation job requests. The request failed to be created into a simulation job. Failed requests do not have a simulation job ID.

" }, "pendingRequests":{ "shape":"CreateSimulationJobRequests", "documentation":"

A list of pending simulation job requests. These requests have not yet been created into simulation jobs.

" }, "createdRequests":{ "shape":"SimulationJobSummaries", "documentation":"

A list of created simulation job summaries.

" }, "tags":{ "shape":"TagMap", "documentation":"

A map that contains tag keys and tag values that are attached to the simulation job batch.

" } } }, "DescribeSimulationJobRequest":{ "type":"structure", "required":["job"], "members":{ "job":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the simulation job to be described.

" } } }, "DescribeSimulationJobResponse":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the simulation job.

" }, "name":{ "shape":"Name", "documentation":"

The name of the simulation job.

" }, "status":{ "shape":"SimulationJobStatus", "documentation":"

The status of the simulation job.

" }, "lastStartedAt":{ "shape":"LastStartedAt", "documentation":"

The time, in milliseconds since the epoch, when the simulation job was last started.

" }, "lastUpdatedAt":{ "shape":"LastUpdatedAt", "documentation":"

The time, in milliseconds since the epoch, when the simulation job was last updated.

" }, "failureBehavior":{ "shape":"FailureBehavior", "documentation":"

The failure behavior for the simulation job.

" }, "failureCode":{ "shape":"SimulationJobErrorCode", "documentation":"

The failure code of the simulation job if it failed:

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":{ "shape":"GenericString", "documentation":"

Details about why the simulation job failed. For more information about troubleshooting, see Troubleshooting.

" }, "clientRequestToken":{ "shape":"ClientRequestToken", "documentation":"

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

" }, "outputLocation":{ "shape":"OutputLocation", "documentation":"

Location for output files generated by the simulation job.

" }, "loggingConfig":{ "shape":"LoggingConfig", "documentation":"

The logging configuration.

" }, "maxJobDurationInSeconds":{ "shape":"JobDuration", "documentation":"

The maximum job duration in seconds. The value must be 8 days (691,200 seconds) or less.

" }, "simulationTimeMillis":{ "shape":"SimulationTimeMillis", "documentation":"

The simulation job execution duration in milliseconds.

" }, "iamRole":{ "shape":"IamRole", "documentation":"

The IAM role that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf.

" }, "robotApplications":{ "shape":"RobotApplicationConfigs", "documentation":"

A list of robot applications.

" }, "simulationApplications":{ "shape":"SimulationApplicationConfigs", "documentation":"

A list of simulation applications.

" }, "dataSources":{ "shape":"DataSources", "documentation":"

The data sources for the simulation job.

" }, "tags":{ "shape":"TagMap", "documentation":"

The list of all tags added to the specified simulation job.

" }, "vpcConfig":{ "shape":"VPCConfigResponse", "documentation":"

The VPC configuration.

" }, "networkInterface":{ "shape":"NetworkInterface", "documentation":"

The network interface information for the simulation job.

" }, "compute":{ "shape":"ComputeResponse", "documentation":"

Compute information for the simulation job.

" } } }, "DescribeWorldExportJobRequest":{ "type":"structure", "required":["job"], "members":{ "job":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (arn) of the world export job to describe.

" } } }, "DescribeWorldExportJobResponse":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the world export job.

" }, "status":{ "shape":"WorldExportJobStatus", "documentation":"

The status of the world export job.

Pending

The world export job request is pending.

Running

The world export job is running.

Completed

The world export job completed.

Failed

The world export job failed. See failureCode and failureReason for more information.

Canceled

The world export job was cancelled.

Canceling

The world export job is being cancelled.

" }, "createdAt":{ "shape":"CreatedAt", "documentation":"

The time, in milliseconds since the epoch, when the world export job was created.

" }, "failureCode":{ "shape":"WorldExportJobErrorCode", "documentation":"

The failure code of the world export job if it failed:

InternalServiceError

Internal service error.

LimitExceeded

The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

ResourceNotFound

The specified resource could not be found.

RequestThrottled

The request was throttled.

InvalidInput

An input parameter in the request is not valid.

" }, "failureReason":{ "shape":"GenericString", "documentation":"

The reason why the world export job failed.

" }, "clientRequestToken":{ "shape":"ClientRequestToken", "documentation":"

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

" }, "worlds":{ "shape":"Arns", "documentation":"

A list of Amazon Resource Names (arns) that correspond to worlds to be exported.

" }, "outputLocation":{"shape":"OutputLocation"}, "iamRole":{ "shape":"IamRole", "documentation":"

The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.

" }, "tags":{ "shape":"TagMap", "documentation":"

A map that contains tag keys and tag values that are attached to the world export job.

" } } }, "DescribeWorldGenerationJobRequest":{ "type":"structure", "required":["job"], "members":{ "job":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (arn) of the world generation job to describe.

" } } }, "DescribeWorldGenerationJobResponse":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the world generation job.

" }, "status":{ "shape":"WorldGenerationJobStatus", "documentation":"

The status of the world generation job:

Pending

The world generation job request is pending.

Running

The world generation job is running.

Completed

The world generation job completed.

Failed

The world generation job failed. See failureCode for more information.

PartialFailed

Some worlds did not generate.

Canceled

The world generation job was cancelled.

Canceling

The world generation job is being cancelled.

" }, "createdAt":{ "shape":"CreatedAt", "documentation":"

The time, in milliseconds since the epoch, when the world generation job was created.

" }, "failureCode":{ "shape":"WorldGenerationJobErrorCode", "documentation":"

The failure code of the world generation job if it failed:

InternalServiceError

Internal service error.

LimitExceeded

The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

ResourceNotFound

The specified resource could not be found.

RequestThrottled

The request was throttled.

InvalidInput

An input parameter in the request is not valid.

" }, "failureReason":{ "shape":"GenericString", "documentation":"

The reason why the world generation job failed.

" }, "clientRequestToken":{ "shape":"ClientRequestToken", "documentation":"

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

" }, "template":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (arn) of the world template.

" }, "worldCount":{ "shape":"WorldCount", "documentation":"

Information about the world count.

" }, "finishedWorldsSummary":{ "shape":"FinishedWorldsSummary", "documentation":"

Summary information about finished worlds.

" }, "tags":{ "shape":"TagMap", "documentation":"

A map that contains tag keys and tag values that are attached to the world generation job.

" }, "worldTags":{ "shape":"TagMap", "documentation":"

A map that contains tag keys and tag values that are attached to the generated worlds.

" } } }, "DescribeWorldRequest":{ "type":"structure", "required":["world"], "members":{ "world":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (arn) of the world you want to describe.

" } } }, "DescribeWorldResponse":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (arn) of the world.

" }, "generationJob":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (arn) of the world generation job that generated the world.

" }, "template":{ "shape":"Arn", "documentation":"

The world template.

" }, "createdAt":{ "shape":"CreatedAt", "documentation":"

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

" }, "tags":{ "shape":"TagMap", "documentation":"

A map that contains tag keys and tag values that are attached to the world.

" } } }, "DescribeWorldTemplateRequest":{ "type":"structure", "required":["template"], "members":{ "template":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (arn) of the world template you want to describe.

" } } }, "DescribeWorldTemplateResponse":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the world template.

" }, "clientRequestToken":{ "shape":"ClientRequestToken", "documentation":"

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

" }, "name":{ "shape":"TemplateName", "documentation":"

The name of the world template.

" }, "createdAt":{ "shape":"CreatedAt", "documentation":"

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

" }, "lastUpdatedAt":{ "shape":"LastUpdatedAt", "documentation":"

The time, in milliseconds since the epoch, when the world template was last updated.

" }, "tags":{ "shape":"TagMap", "documentation":"

A map that contains tag keys and tag values that are attached to the world template.

" } } }, "EnvironmentVariableKey":{ "type":"string", "max":1024, "min":1, "pattern":"[A-Z_][A-Z0-9_]*" }, "EnvironmentVariableMap":{ "type":"map", "key":{"shape":"EnvironmentVariableKey"}, "value":{"shape":"EnvironmentVariableValue"}, "max":16, "min":0 }, "EnvironmentVariableValue":{ "type":"string", "max":1024, "min":1, "pattern":".*" }, "FailedAt":{"type":"timestamp"}, "FailedCreateSimulationJobRequest":{ "type":"structure", "members":{ "request":{ "shape":"SimulationJobRequest", "documentation":"

The simulation job request.

" }, "failureReason":{ "shape":"GenericString", "documentation":"

The failure reason of the simulation job request.

" }, "failureCode":{ "shape":"SimulationJobErrorCode", "documentation":"

The failure code.

" }, "failedAt":{ "shape":"FailedAt", "documentation":"

The time, in milliseconds since the epoch, when the simulation job batch failed.

" } }, "documentation":"

Information about a failed create simulation job request.

" }, "FailedCreateSimulationJobRequests":{ "type":"list", "member":{"shape":"FailedCreateSimulationJobRequest"} }, "FailureBehavior":{ "type":"string", "enum":[ "Fail", "Continue" ] }, "FailureSummary":{ "type":"structure", "members":{ "totalFailureCount":{ "shape":"Integer", "documentation":"

The total number of failures.

" }, "failures":{ "shape":"WorldFailures", "documentation":"

The worlds that failed.

" } }, "documentation":"

Information about worlds that failed.

" }, "Filter":{ "type":"structure", "members":{ "name":{ "shape":"Name", "documentation":"

The name of the filter.

" }, "values":{ "shape":"FilterValues", "documentation":"

A list of values.

" } }, "documentation":"

Information about a filter.

" }, "FilterValues":{ "type":"list", "member":{"shape":"Name"}, "max":1, "min":1 }, "Filters":{ "type":"list", "member":{"shape":"Filter"}, "max":1, "min":1 }, "FinishedWorldsSummary":{ "type":"structure", "members":{ "finishedCount":{ "shape":"Integer", "documentation":"

The total number of finished worlds.

" }, "succeededWorlds":{ "shape":"Arns", "documentation":"

A list of worlds that succeeded.

" }, "failureSummary":{ "shape":"FailureSummary", "documentation":"

Information about worlds that failed.

" } }, "documentation":"

Information about worlds that finished.

" }, "Fleet":{ "type":"structure", "members":{ "name":{ "shape":"Name", "documentation":"

The name of the fleet.

" }, "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the fleet.

" }, "createdAt":{ "shape":"CreatedAt", "documentation":"

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

" }, "lastDeploymentStatus":{ "shape":"DeploymentStatus", "documentation":"

The status of the last fleet deployment.

" }, "lastDeploymentJob":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the last deployment job.

" }, "lastDeploymentTime":{ "shape":"CreatedAt", "documentation":"

The time of the last deployment.

" } }, "documentation":"

Information about a fleet.

" }, "Fleets":{ "type":"list", "member":{"shape":"Fleet"}, "max":200, "min":0 }, "FloorplanCount":{"type":"integer"}, "GenericInteger":{"type":"integer"}, "GenericString":{ "type":"string", "max":1024, "min":0, "pattern":".*" }, "GetWorldTemplateBodyRequest":{ "type":"structure", "members":{ "template":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (arn) of the world template.

" }, "generationJob":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (arn) of the world generator job.

" } } }, "GetWorldTemplateBodyResponse":{ "type":"structure", "members":{ "templateBody":{ "shape":"Json", "documentation":"

The world template body.

" } } }, "IamRole":{ "type":"string", "max":255, "min":1, "pattern":"arn:aws:iam::\\w+:role/.*" }, "Id":{ "type":"string", "max":1224, "min":1, "pattern":".*" }, "IdempotentParameterMismatchException":{ "type":"structure", "members":{ "message":{"shape":"errorMessage"} }, "documentation":"

The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.

", "error":{"httpStatusCode":400}, "exception":true }, "Integer":{"type":"integer"}, "InteriorCountPerFloorplan":{"type":"integer"}, "InternalServerException":{ "type":"structure", "members":{ "message":{"shape":"errorMessage"} }, "documentation":"

AWS RoboMaker experienced a service issue. Try your call again.

", "error":{"httpStatusCode":500}, "exception":true }, "InvalidParameterException":{ "type":"structure", "members":{ "message":{"shape":"errorMessage"} }, "documentation":"

A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

", "error":{"httpStatusCode":400}, "exception":true }, "JobDuration":{"type":"long"}, "Json":{ "type":"string", "max":262144, "min":1, "pattern":"[\\S\\s]+" }, "LastStartedAt":{"type":"timestamp"}, "LastUpdatedAt":{"type":"timestamp"}, "LaunchConfig":{ "type":"structure", "required":[ "packageName", "launchFile" ], "members":{ "packageName":{ "shape":"Command", "documentation":"

The package name.

" }, "launchFile":{ "shape":"Command", "documentation":"

The launch file name.

" }, "environmentVariables":{ "shape":"EnvironmentVariableMap", "documentation":"

The environment variables for the application launch.

" }, "portForwardingConfig":{ "shape":"PortForwardingConfig", "documentation":"

The port forwarding configuration.

" }, "streamUI":{ "shape":"Boolean", "documentation":"

Boolean indicating whether a streaming session will be configured for the application. If True, AWS RoboMaker will configure a connection so you can interact with your application as it is running in the simulation. You must configure and launch the component. It must have a graphical user interface.

" } }, "documentation":"

Information about a launch configuration.

" }, "LimitExceededException":{ "type":"structure", "members":{ "message":{"shape":"errorMessage"} }, "documentation":"

The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

", "error":{"httpStatusCode":400}, "exception":true }, "ListDeploymentJobsRequest":{ "type":"structure", "members":{ "filters":{ "shape":"Filters", "documentation":"

Optional filters to limit results.

The filter names status and fleetName are supported. When filtering, you must use the complete value of the filtered item. You can use up to three filters, but they must be for the same named item. For example, if you are looking for items with the status InProgress or the status Pending.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListDeploymentJobs again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" }, "maxResults":{ "shape":"MaxResults", "documentation":"

When this parameter is used, ListDeploymentJobs only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListDeploymentJobs request with the returned nextToken value. This value can be between 1 and 200. If this parameter is not used, then ListDeploymentJobs returns up to 200 results and a nextToken value if applicable.

" } } }, "ListDeploymentJobsResponse":{ "type":"structure", "members":{ "deploymentJobs":{ "shape":"DeploymentJobs", "documentation":"

A list of deployment jobs that meet the criteria of the request.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListDeploymentJobs again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" } } }, "ListFleetsRequest":{ "type":"structure", "members":{ "nextToken":{ "shape":"PaginationToken", "documentation":"

If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListFleets again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

" }, "maxResults":{ "shape":"MaxResults", "documentation":"

When this parameter is used, ListFleets only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListFleets request with the returned nextToken value. This value can be between 1 and 200. If this parameter is not used, then ListFleets returns up to 200 results and a nextToken value if applicable.

" }, "filters":{ "shape":"Filters", "documentation":"

Optional filters to limit results.

The filter name name is supported. When filtering, you must use the complete value of the filtered item. You can use up to three filters.

" } } }, "ListFleetsResponse":{ "type":"structure", "members":{ "fleetDetails":{ "shape":"Fleets", "documentation":"

A list of fleet details meeting the request criteria.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListFleets again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" } } }, "ListRobotApplicationsRequest":{ "type":"structure", "members":{ "versionQualifier":{ "shape":"VersionQualifier", "documentation":"

The version qualifier of the robot application.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListRobotApplications again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" }, "maxResults":{ "shape":"MaxResults", "documentation":"

When this parameter is used, ListRobotApplications only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListRobotApplications request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListRobotApplications returns up to 100 results and a nextToken value if applicable.

" }, "filters":{ "shape":"Filters", "documentation":"

Optional filters to limit results.

The filter name name is supported. When filtering, you must use the complete value of the filtered item. You can use up to three filters.

" } } }, "ListRobotApplicationsResponse":{ "type":"structure", "members":{ "robotApplicationSummaries":{ "shape":"RobotApplicationSummaries", "documentation":"

A list of robot application summaries that meet the criteria of the request.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListRobotApplications again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" } } }, "ListRobotsRequest":{ "type":"structure", "members":{ "nextToken":{ "shape":"PaginationToken", "documentation":"

If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListRobots again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" }, "maxResults":{ "shape":"MaxResults", "documentation":"

When this parameter is used, ListRobots only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListRobots request with the returned nextToken value. This value can be between 1 and 200. If this parameter is not used, then ListRobots returns up to 200 results and a nextToken value if applicable.

" }, "filters":{ "shape":"Filters", "documentation":"

Optional filters to limit results.

The filter names status and fleetName are supported. When filtering, you must use the complete value of the filtered item. You can use up to three filters, but they must be for the same named item. For example, if you are looking for items with the status Registered or the status Available.

" } } }, "ListRobotsResponse":{ "type":"structure", "members":{ "robots":{ "shape":"Robots", "documentation":"

A list of robots that meet the criteria of the request.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListRobots again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" } } }, "ListSimulationApplicationsRequest":{ "type":"structure", "members":{ "versionQualifier":{ "shape":"VersionQualifier", "documentation":"

The version qualifier of the simulation application.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListSimulationApplications again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" }, "maxResults":{ "shape":"MaxResults", "documentation":"

When this parameter is used, ListSimulationApplications only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListSimulationApplications request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListSimulationApplications returns up to 100 results and a nextToken value if applicable.

" }, "filters":{ "shape":"Filters", "documentation":"

Optional list of filters to limit results.

The filter name name is supported. When filtering, you must use the complete value of the filtered item. You can use up to three filters.

" } } }, "ListSimulationApplicationsResponse":{ "type":"structure", "members":{ "simulationApplicationSummaries":{ "shape":"SimulationApplicationSummaries", "documentation":"

A list of simulation application summaries that meet the criteria of the request.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListSimulationApplications again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" } } }, "ListSimulationJobBatchesRequest":{ "type":"structure", "members":{ "nextToken":{ "shape":"PaginationToken", "documentation":"

If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListSimulationJobBatches again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" }, "maxResults":{ "shape":"MaxResults", "documentation":"

When this parameter is used, ListSimulationJobBatches only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListSimulationJobBatches request with the returned nextToken value.

" }, "filters":{ "shape":"Filters", "documentation":"

Optional filters to limit results.

" } } }, "ListSimulationJobBatchesResponse":{ "type":"structure", "members":{ "simulationJobBatchSummaries":{ "shape":"SimulationJobBatchSummaries", "documentation":"

A list of simulation job batch summaries.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListSimulationJobBatches again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" } } }, "ListSimulationJobsRequest":{ "type":"structure", "members":{ "nextToken":{ "shape":"PaginationToken", "documentation":"

If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListSimulationJobs again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" }, "maxResults":{ "shape":"MaxResults", "documentation":"

When this parameter is used, ListSimulationJobs only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListSimulationJobs request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then ListSimulationJobs returns up to 1000 results and a nextToken value if applicable.

" }, "filters":{ "shape":"Filters", "documentation":"

Optional filters to limit results.

The filter names status and simulationApplicationName and robotApplicationName are supported. When filtering, you must use the complete value of the filtered item. You can use up to three filters, but they must be for the same named item. For example, if you are looking for items with the status Preparing or the status Running.

" } } }, "ListSimulationJobsResponse":{ "type":"structure", "required":["simulationJobSummaries"], "members":{ "simulationJobSummaries":{ "shape":"SimulationJobSummaries", "documentation":"

A list of simulation job summaries that meet the criteria of the request.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListSimulationJobs again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" } } }, "ListTagsForResourceRequest":{ "type":"structure", "required":["resourceArn"], "members":{ "resourceArn":{ "shape":"Arn", "documentation":"

The AWS RoboMaker Amazon Resource Name (ARN) with tags to be listed.

", "location":"uri", "locationName":"resourceArn" } } }, "ListTagsForResourceResponse":{ "type":"structure", "members":{ "tags":{ "shape":"TagMap", "documentation":"

The list of all tags added to the specified resource.

" } } }, "ListWorldExportJobsRequest":{ "type":"structure", "members":{ "nextToken":{ "shape":"PaginationToken", "documentation":"

If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListWorldExportJobs again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" }, "maxResults":{ "shape":"MaxResults", "documentation":"

When this parameter is used, ListWorldExportJobs only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListWorldExportJobs request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListWorldExportJobs returns up to 100 results and a nextToken value if applicable.

" }, "filters":{ "shape":"Filters", "documentation":"

Optional filters to limit results. You can use generationJobId and templateId.

" } } }, "ListWorldExportJobsResponse":{ "type":"structure", "required":["worldExportJobSummaries"], "members":{ "worldExportJobSummaries":{ "shape":"WorldExportJobSummaries", "documentation":"

Summary information for world export jobs.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListWorldExportJobsRequest again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" } } }, "ListWorldGenerationJobsRequest":{ "type":"structure", "members":{ "nextToken":{ "shape":"PaginationToken", "documentation":"

If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListWorldGenerationJobsRequest again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" }, "maxResults":{ "shape":"MaxResults", "documentation":"

When this parameter is used, ListWorldGeneratorJobs only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListWorldGeneratorJobs request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListWorldGeneratorJobs returns up to 100 results and a nextToken value if applicable.

" }, "filters":{ "shape":"Filters", "documentation":"

Optional filters to limit results. You can use status and templateId.

" } } }, "ListWorldGenerationJobsResponse":{ "type":"structure", "required":["worldGenerationJobSummaries"], "members":{ "worldGenerationJobSummaries":{ "shape":"WorldGenerationJobSummaries", "documentation":"

Summary information for world generator jobs.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListWorldGeneratorJobsRequest again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" } } }, "ListWorldTemplatesRequest":{ "type":"structure", "members":{ "nextToken":{ "shape":"PaginationToken", "documentation":"

If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListWorldTemplates again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" }, "maxResults":{ "shape":"MaxResults", "documentation":"

When this parameter is used, ListWorldTemplates only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListWorldTemplates request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListWorldTemplates returns up to 100 results and a nextToken value if applicable.

" } } }, "ListWorldTemplatesResponse":{ "type":"structure", "members":{ "templateSummaries":{ "shape":"TemplateSummaries", "documentation":"

Summary information for templates.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListWorldTemplates again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" } } }, "ListWorldsRequest":{ "type":"structure", "members":{ "nextToken":{ "shape":"PaginationToken", "documentation":"

If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListWorlds again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" }, "maxResults":{ "shape":"MaxResults", "documentation":"

When this parameter is used, ListWorlds only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListWorlds request with the returned nextToken value. This value can be between 1 and 100. If this parameter is not used, then ListWorlds returns up to 100 results and a nextToken value if applicable.

" }, "filters":{ "shape":"Filters", "documentation":"

Optional filters to limit results. You can use status.

" } } }, "ListWorldsResponse":{ "type":"structure", "members":{ "worldSummaries":{ "shape":"WorldSummaries", "documentation":"

Summary information for worlds.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

If the previous paginated request did not return all of the remaining results, the response object's nextToken parameter value is set to a token. To retrieve the next set of results, call ListWorlds again and assign that token to the request object's nextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" } } }, "LoggingConfig":{ "type":"structure", "required":["recordAllRosTopics"], "members":{ "recordAllRosTopics":{ "shape":"BoxedBoolean", "documentation":"

A boolean indicating whether to record all ROS topics.

" } }, "documentation":"

The logging configuration.

" }, "MaxConcurrency":{"type":"integer"}, "MaxResults":{"type":"integer"}, "Name":{ "type":"string", "max":255, "min":1, "pattern":"[a-zA-Z0-9_\\-]*" }, "NetworkInterface":{ "type":"structure", "members":{ "networkInterfaceId":{ "shape":"GenericString", "documentation":"

The ID of the network interface.

" }, "privateIpAddress":{ "shape":"GenericString", "documentation":"

The IPv4 address of the network interface within the subnet.

" }, "publicIpAddress":{ "shape":"GenericString", "documentation":"

The IPv4 public address of the network interface.

" } }, "documentation":"

Describes a network interface.

" }, "NonEmptyString":{ "type":"string", "max":255, "min":1, "pattern":".+" }, "NonSystemPort":{ "type":"integer", "max":65535, "min":1024 }, "OutputLocation":{ "type":"structure", "members":{ "s3Bucket":{ "shape":"S3Bucket", "documentation":"

The S3 bucket for output.

" }, "s3Prefix":{ "shape":"S3Key", "documentation":"

The S3 folder in the s3Bucket where output files will be placed.

" } }, "documentation":"

The output location.

" }, "PaginationToken":{ "type":"string", "max":2048, "min":1, "pattern":"[a-zA-Z0-9_.\\-\\/+=]*" }, "Path":{ "type":"string", "max":1024, "min":1, "pattern":".*" }, "PercentDone":{ "type":"float", "max":100.0, "min":0.0 }, "Percentage":{ "type":"integer", "max":100, "min":1 }, "Port":{ "type":"integer", "max":65535, "min":1 }, "PortForwardingConfig":{ "type":"structure", "members":{ "portMappings":{ "shape":"PortMappingList", "documentation":"

The port mappings for the configuration.

" } }, "documentation":"

Configuration information for port forwarding.

" }, "PortMapping":{ "type":"structure", "required":[ "jobPort", "applicationPort" ], "members":{ "jobPort":{ "shape":"Port", "documentation":"

The port number on the simulation job instance to use as a remote connection point.

" }, "applicationPort":{ "shape":"NonSystemPort", "documentation":"

The port number on the application.

" }, "enableOnPublicIp":{ "shape":"Boolean", "documentation":"

A Boolean indicating whether to enable this port mapping on public IP.

" } }, "documentation":"

An object representing a port mapping.

" }, "PortMappingList":{ "type":"list", "member":{"shape":"PortMapping"}, "max":10, "min":0 }, "ProgressDetail":{ "type":"structure", "members":{ "currentProgress":{ "shape":"RobotDeploymentStep", "documentation":"

The current progress status.

Validating

Validating the deployment.

DownloadingExtracting

Downloading and extracting the bundle on the robot.

ExecutingPreLaunch

Executing pre-launch script(s) if provided.

Launching

Launching the robot application.

ExecutingPostLaunch

Executing post-launch script(s) if provided.

Finished

Deployment is complete.

" }, "percentDone":{ "shape":"PercentDone", "documentation":"

Precentage of the step that is done. This currently only applies to the Downloading/Extracting step of the deployment. It is empty for other steps.

" }, "estimatedTimeRemainingSeconds":{ "shape":"GenericInteger", "documentation":"

Estimated amount of time in seconds remaining in the step. This currently only applies to the Downloading/Extracting step of the deployment. It is empty for other steps.

" }, "targetResource":{ "shape":"GenericString", "documentation":"

The Amazon Resource Name (ARN) of the deployment job.

" } }, "documentation":"

Information about the progress of a deployment job.

" }, "RegisterRobotRequest":{ "type":"structure", "required":[ "fleet", "robot" ], "members":{ "fleet":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the fleet.

" }, "robot":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the robot.

" } } }, "RegisterRobotResponse":{ "type":"structure", "members":{ "fleet":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the fleet that the robot will join.

" }, "robot":{ "shape":"Arn", "documentation":"

Information about the robot registration.

" } } }, "RenderingEngine":{ "type":"structure", "members":{ "name":{ "shape":"RenderingEngineType", "documentation":"

The name of the rendering engine.

" }, "version":{ "shape":"RenderingEngineVersionType", "documentation":"

The version of the rendering engine.

" } }, "documentation":"

Information about a rendering engine.

" }, "RenderingEngineType":{ "type":"string", "enum":["OGRE"] }, "RenderingEngineVersionType":{ "type":"string", "max":4, "min":1, "pattern":"1.x" }, "ResourceAlreadyExistsException":{ "type":"structure", "members":{ "message":{"shape":"errorMessage"} }, "documentation":"

The specified resource already exists.

", "error":{"httpStatusCode":400}, "exception":true }, "ResourceNotFoundException":{ "type":"structure", "members":{ "message":{"shape":"errorMessage"} }, "documentation":"

The specified resource does not exist.

", "error":{"httpStatusCode":400}, "exception":true }, "RestartSimulationJobRequest":{ "type":"structure", "required":["job"], "members":{ "job":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the simulation job.

" } } }, "RestartSimulationJobResponse":{ "type":"structure", "members":{ } }, "RevisionId":{ "type":"string", "max":40, "min":1, "pattern":"[a-zA-Z0-9_.\\-]*" }, "Robot":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the robot.

" }, "name":{ "shape":"Name", "documentation":"

The name of the robot.

" }, "fleetArn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the fleet.

" }, "status":{ "shape":"RobotStatus", "documentation":"

The status of the robot.

" }, "greenGrassGroupId":{ "shape":"Id", "documentation":"

The Greengrass group associated with the robot.

" }, "createdAt":{ "shape":"CreatedAt", "documentation":"

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

" }, "architecture":{ "shape":"Architecture", "documentation":"

The architecture of the robot.

" }, "lastDeploymentJob":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the last deployment job.

" }, "lastDeploymentTime":{ "shape":"CreatedAt", "documentation":"

The time of the last deployment.

" } }, "documentation":"

Information about a robot.

" }, "RobotApplicationConfig":{ "type":"structure", "required":[ "application", "launchConfig" ], "members":{ "application":{ "shape":"Arn", "documentation":"

The application information for the robot application.

" }, "applicationVersion":{ "shape":"Version", "documentation":"

The version of the robot application.

" }, "launchConfig":{ "shape":"LaunchConfig", "documentation":"

The launch configuration for the robot application.

" }, "uploadConfigurations":{ "shape":"UploadConfigurations", "documentation":"

The upload configurations for the robot application.

" }, "useDefaultUploadConfigurations":{ "shape":"BoxedBoolean", "documentation":"

A Boolean indicating whether to use default upload configurations. By default, .ros and .gazebo files are uploaded when the application terminates and all ROS topics will be recorded.

If you set this value, you must specify an outputLocation.

" } }, "documentation":"

Application configuration information for a robot.

" }, "RobotApplicationConfigs":{ "type":"list", "member":{"shape":"RobotApplicationConfig"}, "max":1, "min":1 }, "RobotApplicationNames":{ "type":"list", "member":{"shape":"Name"} }, "RobotApplicationSummaries":{ "type":"list", "member":{"shape":"RobotApplicationSummary"}, "max":100, "min":0 }, "RobotApplicationSummary":{ "type":"structure", "members":{ "name":{ "shape":"Name", "documentation":"

The name of the robot application.

" }, "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the robot.

" }, "version":{ "shape":"Version", "documentation":"

The version of the robot application.

" }, "lastUpdatedAt":{ "shape":"LastUpdatedAt", "documentation":"

The time, in milliseconds since the epoch, when the robot application was last updated.

" }, "robotSoftwareSuite":{ "shape":"RobotSoftwareSuite", "documentation":"

Information about a robot software suite (ROS distribution).

" } }, "documentation":"

Summary information for a robot application.

" }, "RobotDeployment":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The robot deployment Amazon Resource Name (ARN).

" }, "deploymentStartTime":{ "shape":"CreatedAt", "documentation":"

The time, in milliseconds since the epoch, when the deployment was started.

" }, "deploymentFinishTime":{ "shape":"CreatedAt", "documentation":"

The time, in milliseconds since the epoch, when the deployment finished.

" }, "status":{ "shape":"RobotStatus", "documentation":"

The status of the robot deployment.

" }, "progressDetail":{ "shape":"ProgressDetail", "documentation":"

Information about how the deployment is progressing.

" }, "failureReason":{ "shape":"GenericString", "documentation":"

A short description of the reason why the robot deployment failed.

" }, "failureCode":{ "shape":"DeploymentJobErrorCode", "documentation":"

The robot deployment failure code.

" } }, "documentation":"

Information about a robot deployment.

" }, "RobotDeploymentStep":{ "type":"string", "enum":[ "Validating", "DownloadingExtracting", "ExecutingDownloadCondition", "ExecutingPreLaunch", "Launching", "ExecutingPostLaunch", "Finished" ] }, "RobotDeploymentSummary":{ "type":"list", "member":{"shape":"RobotDeployment"} }, "RobotSoftwareSuite":{ "type":"structure", "members":{ "name":{ "shape":"RobotSoftwareSuiteType", "documentation":"

The name of the robot software suite (ROS distribution).

" }, "version":{ "shape":"RobotSoftwareSuiteVersionType", "documentation":"

The version of the robot software suite (ROS distribution).

" } }, "documentation":"

Information about a robot software suite (ROS distribution).

" }, "RobotSoftwareSuiteType":{ "type":"string", "enum":[ "ROS", "ROS2" ] }, "RobotSoftwareSuiteVersionType":{ "type":"string", "enum":[ "Kinetic", "Melodic", "Dashing" ] }, "RobotStatus":{ "type":"string", "enum":[ "Available", "Registered", "PendingNewDeployment", "Deploying", "Failed", "InSync", "NoResponse" ] }, "Robots":{ "type":"list", "member":{"shape":"Robot"}, "max":1000, "min":0 }, "S3Bucket":{ "type":"string", "max":63, "min":3, "pattern":"[a-z0-9][a-z0-9.\\-]*[a-z0-9]" }, "S3Etag":{"type":"string"}, "S3Key":{ "type":"string", "max":1024, "min":1, "pattern":".*" }, "S3KeyOutput":{ "type":"structure", "members":{ "s3Key":{ "shape":"S3Key", "documentation":"

The S3 key.

" }, "etag":{ "shape":"S3Etag", "documentation":"

The etag for the object.

" } }, "documentation":"

Information about S3 keys.

" }, "S3KeyOutputs":{ "type":"list", "member":{"shape":"S3KeyOutput"} }, "S3Keys":{ "type":"list", "member":{"shape":"S3Key"}, "max":100, "min":1 }, "S3Object":{ "type":"structure", "required":[ "bucket", "key" ], "members":{ "bucket":{ "shape":"S3Bucket", "documentation":"

The bucket containing the object.

" }, "key":{ "shape":"S3Key", "documentation":"

The key of the object.

" }, "etag":{ "shape":"S3Etag", "documentation":"

The etag of the object.

" } }, "documentation":"

Information about an S3 object.

" }, "SecurityGroups":{ "type":"list", "member":{"shape":"NonEmptyString"}, "max":5, "min":1 }, "ServiceUnavailableException":{ "type":"structure", "members":{ "message":{"shape":"errorMessage"} }, "documentation":"

The request has failed due to a temporary failure of the server.

", "error":{"httpStatusCode":503}, "exception":true }, "SimulationApplicationConfig":{ "type":"structure", "required":[ "application", "launchConfig" ], "members":{ "application":{ "shape":"Arn", "documentation":"

The application information for the simulation application.

" }, "applicationVersion":{ "shape":"Version", "documentation":"

The version of the simulation application.

" }, "launchConfig":{ "shape":"LaunchConfig", "documentation":"

The launch configuration for the simulation application.

" }, "uploadConfigurations":{ "shape":"UploadConfigurations", "documentation":"

Information about upload configurations for the simulation application.

" }, "worldConfigs":{ "shape":"WorldConfigs", "documentation":"

A list of world configurations.

" }, "useDefaultUploadConfigurations":{ "shape":"BoxedBoolean", "documentation":"

A Boolean indicating whether to use default upload configurations. By default, .ros and .gazebo files are uploaded when the application terminates and all ROS topics will be recorded.

If you set this value, you must specify an outputLocation.

" } }, "documentation":"

Information about a simulation application configuration.

" }, "SimulationApplicationConfigs":{ "type":"list", "member":{"shape":"SimulationApplicationConfig"}, "max":1, "min":1 }, "SimulationApplicationNames":{ "type":"list", "member":{"shape":"Name"} }, "SimulationApplicationSummaries":{ "type":"list", "member":{"shape":"SimulationApplicationSummary"}, "max":100, "min":0 }, "SimulationApplicationSummary":{ "type":"structure", "members":{ "name":{ "shape":"Name", "documentation":"

The name of the simulation application.

" }, "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the simulation application.

" }, "version":{ "shape":"Version", "documentation":"

The version of the simulation application.

" }, "lastUpdatedAt":{ "shape":"LastUpdatedAt", "documentation":"

The time, in milliseconds since the epoch, when the simulation application was last updated.

" }, "robotSoftwareSuite":{ "shape":"RobotSoftwareSuite", "documentation":"

Information about a robot software suite (ROS distribution).

" }, "simulationSoftwareSuite":{ "shape":"SimulationSoftwareSuite", "documentation":"

Information about a simulation software suite.

" } }, "documentation":"

Summary information for a simulation application.

" }, "SimulationJob":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the simulation job.

" }, "name":{ "shape":"Name", "documentation":"

The name of the simulation job.

" }, "status":{ "shape":"SimulationJobStatus", "documentation":"

Status of the simulation job.

" }, "lastStartedAt":{ "shape":"LastStartedAt", "documentation":"

The time, in milliseconds since the epoch, when the simulation job was last started.

" }, "lastUpdatedAt":{ "shape":"LastUpdatedAt", "documentation":"

The time, in milliseconds since the epoch, when the simulation job was last updated.

" }, "failureBehavior":{ "shape":"FailureBehavior", "documentation":"

The failure behavior the simulation job.

Continue

Restart the simulation job in the same host instance.

Fail

Stop the simulation job and terminate the instance.

" }, "failureCode":{ "shape":"SimulationJobErrorCode", "documentation":"

The failure code of the simulation job if it failed.

" }, "failureReason":{ "shape":"GenericString", "documentation":"

The reason why the simulation job failed.

" }, "clientRequestToken":{ "shape":"ClientRequestToken", "documentation":"

A unique identifier for this SimulationJob request.

" }, "outputLocation":{ "shape":"OutputLocation", "documentation":"

Location for output files generated by the simulation job.

" }, "loggingConfig":{ "shape":"LoggingConfig", "documentation":"

The logging configuration.

" }, "maxJobDurationInSeconds":{ "shape":"JobDuration", "documentation":"

The maximum simulation job duration in seconds. The value must be 8 days (691,200 seconds) or less.

" }, "simulationTimeMillis":{ "shape":"SimulationTimeMillis", "documentation":"

The simulation job execution duration in milliseconds.

" }, "iamRole":{ "shape":"IamRole", "documentation":"

The IAM role that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf. This is how credentials are passed in to your simulation job.

" }, "robotApplications":{ "shape":"RobotApplicationConfigs", "documentation":"

A list of robot applications.

" }, "simulationApplications":{ "shape":"SimulationApplicationConfigs", "documentation":"

A list of simulation applications.

" }, "dataSources":{ "shape":"DataSources", "documentation":"

The data sources for the simulation job.

" }, "tags":{ "shape":"TagMap", "documentation":"

A map that contains tag keys and tag values that are attached to the simulation job.

" }, "vpcConfig":{ "shape":"VPCConfigResponse", "documentation":"

VPC configuration information.

" }, "networkInterface":{ "shape":"NetworkInterface", "documentation":"

Information about a network interface.

" }, "compute":{ "shape":"ComputeResponse", "documentation":"

Compute information for the simulation job

" } }, "documentation":"

Information about a simulation job.

" }, "SimulationJobBatchErrorCode":{ "type":"string", "enum":["InternalServiceError"] }, "SimulationJobBatchStatus":{ "type":"string", "enum":[ "Pending", "InProgress", "Failed", "Completed", "Canceled", "Canceling", "Completing", "TimingOut", "TimedOut" ] }, "SimulationJobBatchSummaries":{ "type":"list", "member":{"shape":"SimulationJobBatchSummary"} }, "SimulationJobBatchSummary":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the batch.

" }, "lastUpdatedAt":{ "shape":"LastUpdatedAt", "documentation":"

The time, in milliseconds since the epoch, when the simulation job batch was last updated.

" }, "createdAt":{ "shape":"CreatedAt", "documentation":"

The time, in milliseconds since the epoch, when the simulation job batch was created.

" }, "status":{ "shape":"SimulationJobBatchStatus", "documentation":"

The status of the simulation job batch.

Pending

The simulation job batch request is pending.

InProgress

The simulation job batch is in progress.

Failed

The simulation job batch failed. One or more simulation job requests could not be completed due to an internal failure (like InternalServiceError). See failureCode and failureReason for more information.

Completed

The simulation batch job completed. A batch is complete when (1) there are no pending simulation job requests in the batch and none of the failed simulation job requests are due to InternalServiceError and (2) when all created simulation jobs have reached a terminal state (for example, Completed or Failed).

Canceled

The simulation batch job was cancelled.

Canceling

The simulation batch job is being cancelled.

Completing

The simulation batch job is completing.

TimingOut

The simulation job batch is timing out.

If a batch timing out, and there are pending requests that were failing due to an internal failure (like InternalServiceError), the batch status will be Failed. If there are no such failing request, the batch status will be TimedOut.

TimedOut

The simulation batch job timed out.

" }, "failedRequestCount":{ "shape":"Integer", "documentation":"

The number of failed simulation job requests.

" }, "pendingRequestCount":{ "shape":"Integer", "documentation":"

The number of pending simulation job requests.

" }, "createdRequestCount":{ "shape":"Integer", "documentation":"

The number of created simulation job requests.

" } }, "documentation":"

Information about a simulation job batch.

" }, "SimulationJobErrorCode":{ "type":"string", "enum":[ "InternalServiceError", "RobotApplicationCrash", "SimulationApplicationCrash", "BadPermissionsRobotApplication", "BadPermissionsSimulationApplication", "BadPermissionsS3Object", "BadPermissionsS3Output", "BadPermissionsCloudwatchLogs", "SubnetIpLimitExceeded", "ENILimitExceeded", "BadPermissionsUserCredentials", "InvalidBundleRobotApplication", "InvalidBundleSimulationApplication", "InvalidS3Resource", "LimitExceeded", "MismatchedEtag", "RobotApplicationVersionMismatchedEtag", "SimulationApplicationVersionMismatchedEtag", "ResourceNotFound", "RequestThrottled", "BatchTimedOut", "BatchCanceled", "InvalidInput", "WrongRegionS3Bucket", "WrongRegionS3Output", "WrongRegionRobotApplication", "WrongRegionSimulationApplication", "UploadContentMismatchError" ] }, "SimulationJobRequest":{ "type":"structure", "required":["maxJobDurationInSeconds"], "members":{ "outputLocation":{"shape":"OutputLocation"}, "loggingConfig":{"shape":"LoggingConfig"}, "maxJobDurationInSeconds":{ "shape":"JobDuration", "documentation":"

The maximum simulation job duration in seconds. The value must be 8 days (691,200 seconds) or less.

" }, "iamRole":{ "shape":"IamRole", "documentation":"

The IAM role name that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf. This is how credentials are passed in to your simulation job.

" }, "failureBehavior":{ "shape":"FailureBehavior", "documentation":"

The failure behavior the simulation job.

Continue

Restart the simulation job in the same host instance.

Fail

Stop the simulation job and terminate the instance.

" }, "useDefaultApplications":{ "shape":"BoxedBoolean", "documentation":"

A Boolean indicating whether to use default applications in the simulation job. Default applications include Gazebo, rqt, rviz and terminal access.

" }, "robotApplications":{ "shape":"RobotApplicationConfigs", "documentation":"

The robot applications to use in the simulation job.

" }, "simulationApplications":{ "shape":"SimulationApplicationConfigs", "documentation":"

The simulation applications to use in the simulation job.

" }, "dataSources":{ "shape":"DataSourceConfigs", "documentation":"

Specify data sources to mount read-only files from S3 into your simulation. These files are available under /opt/robomaker/datasources/data_source_name.

There is a limit of 100 files and a combined size of 25GB for all DataSourceConfig objects.

" }, "vpcConfig":{"shape":"VPCConfig"}, "compute":{ "shape":"Compute", "documentation":"

Compute information for the simulation job

" }, "tags":{ "shape":"TagMap", "documentation":"

A map that contains tag keys and tag values that are attached to the simulation job request.

" } }, "documentation":"

Information about a simulation job request.

" }, "SimulationJobStatus":{ "type":"string", "enum":[ "Pending", "Preparing", "Running", "Restarting", "Completed", "Failed", "RunningFailed", "Terminating", "Terminated", "Canceled" ] }, "SimulationJobSummaries":{ "type":"list", "member":{"shape":"SimulationJobSummary"}, "max":100, "min":0 }, "SimulationJobSummary":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the simulation job.

" }, "lastUpdatedAt":{ "shape":"LastUpdatedAt", "documentation":"

The time, in milliseconds since the epoch, when the simulation job was last updated.

" }, "name":{ "shape":"Name", "documentation":"

The name of the simulation job.

" }, "status":{ "shape":"SimulationJobStatus", "documentation":"

The status of the simulation job.

" }, "simulationApplicationNames":{ "shape":"SimulationApplicationNames", "documentation":"

A list of simulation job simulation application names.

" }, "robotApplicationNames":{ "shape":"RobotApplicationNames", "documentation":"

A list of simulation job robot application names.

" }, "dataSourceNames":{ "shape":"DataSourceNames", "documentation":"

The names of the data sources.

" } }, "documentation":"

Summary information for a simulation job.

" }, "SimulationJobs":{ "type":"list", "member":{"shape":"SimulationJob"} }, "SimulationSoftwareSuite":{ "type":"structure", "members":{ "name":{ "shape":"SimulationSoftwareSuiteType", "documentation":"

The name of the simulation software suite.

" }, "version":{ "shape":"SimulationSoftwareSuiteVersionType", "documentation":"

The version of the simulation software suite.

" } }, "documentation":"

Information about a simulation software suite.

" }, "SimulationSoftwareSuiteType":{ "type":"string", "enum":[ "Gazebo", "RosbagPlay" ] }, "SimulationSoftwareSuiteVersionType":{ "type":"string", "max":1024, "min":0, "pattern":"7|9|Kinetic|Melodic|Dashing" }, "SimulationTimeMillis":{"type":"long"}, "SimulationUnit":{ "type":"integer", "max":15, "min":1 }, "Source":{ "type":"structure", "members":{ "s3Bucket":{ "shape":"S3Bucket", "documentation":"

The s3 bucket name.

" }, "s3Key":{ "shape":"S3Key", "documentation":"

The s3 object key.

" }, "etag":{ "shape":"S3Etag", "documentation":"

A hash of the object specified by s3Bucket and s3Key.

" }, "architecture":{ "shape":"Architecture", "documentation":"

The taget processor architecture for the application.

" } }, "documentation":"

Information about a source.

" }, "SourceConfig":{ "type":"structure", "members":{ "s3Bucket":{ "shape":"S3Bucket", "documentation":"

The Amazon S3 bucket name.

" }, "s3Key":{ "shape":"S3Key", "documentation":"

The s3 object key.

" }, "architecture":{ "shape":"Architecture", "documentation":"

The target processor architecture for the application.

" } }, "documentation":"

Information about a source configuration.

" }, "SourceConfigs":{ "type":"list", "member":{"shape":"SourceConfig"} }, "Sources":{ "type":"list", "member":{"shape":"Source"} }, "StartSimulationJobBatchRequest":{ "type":"structure", "required":["createSimulationJobRequests"], "members":{ "clientRequestToken":{ "shape":"ClientRequestToken", "documentation":"

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", "idempotencyToken":true }, "batchPolicy":{ "shape":"BatchPolicy", "documentation":"

The batch policy.

" }, "createSimulationJobRequests":{ "shape":"CreateSimulationJobRequests", "documentation":"

A list of simulation job requests to create in the batch.

" }, "tags":{ "shape":"TagMap", "documentation":"

A map that contains tag keys and tag values that are attached to the deployment job batch.

" } } }, "StartSimulationJobBatchResponse":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (arn) of the batch.

" }, "status":{ "shape":"SimulationJobBatchStatus", "documentation":"

The status of the simulation job batch.

Pending

The simulation job batch request is pending.

InProgress

The simulation job batch is in progress.

Failed

The simulation job batch failed. One or more simulation job requests could not be completed due to an internal failure (like InternalServiceError). See failureCode and failureReason for more information.

Completed

The simulation batch job completed. A batch is complete when (1) there are no pending simulation job requests in the batch and none of the failed simulation job requests are due to InternalServiceError and (2) when all created simulation jobs have reached a terminal state (for example, Completed or Failed).

Canceled

The simulation batch job was cancelled.

Canceling

The simulation batch job is being cancelled.

Completing

The simulation batch job is completing.

TimingOut

The simulation job batch is timing out.

If a batch timing out, and there are pending requests that were failing due to an internal failure (like InternalServiceError), the batch status will be Failed. If there are no such failing request, the batch status will be TimedOut.

TimedOut

The simulation batch job timed out.

" }, "createdAt":{ "shape":"CreatedAt", "documentation":"

The time, in milliseconds since the epoch, when the simulation job batch was created.

" }, "clientRequestToken":{ "shape":"ClientRequestToken", "documentation":"

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

" }, "batchPolicy":{ "shape":"BatchPolicy", "documentation":"

The batch policy.

" }, "failureCode":{ "shape":"SimulationJobBatchErrorCode", "documentation":"

The failure code if the simulation job batch failed.

" }, "failureReason":{ "shape":"GenericString", "documentation":"

The reason the simulation job batch failed.

" }, "failedRequests":{ "shape":"FailedCreateSimulationJobRequests", "documentation":"

A list of failed simulation job requests. The request failed to be created into a simulation job. Failed requests do not have a simulation job ID.

" }, "pendingRequests":{ "shape":"CreateSimulationJobRequests", "documentation":"

A list of pending simulation job requests. These requests have not yet been created into simulation jobs.

" }, "createdRequests":{ "shape":"SimulationJobSummaries", "documentation":"

A list of created simulation job request summaries.

" }, "tags":{ "shape":"TagMap", "documentation":"

A map that contains tag keys and tag values that are attached to the deployment job batch.

" } } }, "Subnets":{ "type":"list", "member":{"shape":"NonEmptyString"}, "max":16, "min":1 }, "SyncDeploymentJobRequest":{ "type":"structure", "required":[ "clientRequestToken", "fleet" ], "members":{ "clientRequestToken":{ "shape":"ClientRequestToken", "documentation":"

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", "idempotencyToken":true }, "fleet":{ "shape":"Arn", "documentation":"

The target fleet for the synchronization.

" } } }, "SyncDeploymentJobResponse":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

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

" }, "fleet":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the fleet.

" }, "status":{ "shape":"DeploymentStatus", "documentation":"

The status of the synchronization job.

" }, "deploymentConfig":{ "shape":"DeploymentConfig", "documentation":"

Information about the deployment configuration.

" }, "deploymentApplicationConfigs":{ "shape":"DeploymentApplicationConfigs", "documentation":"

Information about the deployment application configurations.

" }, "failureReason":{ "shape":"GenericString", "documentation":"

The failure reason if the job fails.

" }, "failureCode":{ "shape":"DeploymentJobErrorCode", "documentation":"

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.

" }, "createdAt":{ "shape":"CreatedAt", "documentation":"

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

" } } }, "TagKey":{ "type":"string", "max":128, "min":1, "pattern":"[a-zA-Z0-9 _.\\-\\/+=:]*" }, "TagKeyList":{ "type":"list", "member":{"shape":"TagKey"} }, "TagMap":{ "type":"map", "key":{"shape":"TagKey"}, "value":{"shape":"TagValue"}, "max":50, "min":0 }, "TagResourceRequest":{ "type":"structure", "required":[ "resourceArn", "tags" ], "members":{ "resourceArn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the AWS RoboMaker resource you are tagging.

", "location":"uri", "locationName":"resourceArn" }, "tags":{ "shape":"TagMap", "documentation":"

A map that contains tag keys and tag values that are attached to the resource.

" } } }, "TagResourceResponse":{ "type":"structure", "members":{ } }, "TagValue":{ "type":"string", "max":256, "min":0, "pattern":"[a-zA-Z0-9 _.\\-\\/+=:]*" }, "TemplateLocation":{ "type":"structure", "required":[ "s3Bucket", "s3Key" ], "members":{ "s3Bucket":{ "shape":"S3Bucket", "documentation":"

The Amazon S3 bucket name.

" }, "s3Key":{ "shape":"S3Key", "documentation":"

The list of S3 keys identifying the data source files.

" } }, "documentation":"

Information about a template location.

" }, "TemplateName":{ "type":"string", "max":255, "min":0, "pattern":".*" }, "TemplateSummaries":{ "type":"list", "member":{"shape":"TemplateSummary"} }, "TemplateSummary":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the template.

" }, "createdAt":{ "shape":"CreatedAt", "documentation":"

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

" }, "lastUpdatedAt":{ "shape":"LastUpdatedAt", "documentation":"

The time, in milliseconds since the epoch, when the template was last updated.

" }, "name":{ "shape":"TemplateName", "documentation":"

The name of the template.

" } }, "documentation":"

Summary information for a template.

" }, "ThrottlingException":{ "type":"structure", "members":{ "message":{"shape":"errorMessage"} }, "documentation":"

AWS RoboMaker is temporarily unable to process the request. Try your call again.

", "error":{"httpStatusCode":400}, "exception":true }, "UntagResourceRequest":{ "type":"structure", "required":[ "resourceArn", "tagKeys" ], "members":{ "resourceArn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the AWS RoboMaker resource you are removing tags.

", "location":"uri", "locationName":"resourceArn" }, "tagKeys":{ "shape":"TagKeyList", "documentation":"

A map that contains tag keys and tag values that will be unattached from the resource.

", "location":"querystring", "locationName":"tagKeys" } } }, "UntagResourceResponse":{ "type":"structure", "members":{ } }, "UpdateRobotApplicationRequest":{ "type":"structure", "required":[ "application", "sources", "robotSoftwareSuite" ], "members":{ "application":{ "shape":"Arn", "documentation":"

The application information for the robot application.

" }, "sources":{ "shape":"SourceConfigs", "documentation":"

The sources of the robot application.

" }, "robotSoftwareSuite":{ "shape":"RobotSoftwareSuite", "documentation":"

The robot software suite (ROS distribution) used by the robot application.

" }, "currentRevisionId":{ "shape":"RevisionId", "documentation":"

The revision id for the robot application.

" } } }, "UpdateRobotApplicationResponse":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the updated robot application.

" }, "name":{ "shape":"Name", "documentation":"

The name of the robot application.

" }, "version":{ "shape":"Version", "documentation":"

The version of the robot application.

" }, "sources":{ "shape":"Sources", "documentation":"

The sources of the robot application.

" }, "robotSoftwareSuite":{ "shape":"RobotSoftwareSuite", "documentation":"

The robot software suite (ROS distribution) used by the robot application.

" }, "lastUpdatedAt":{ "shape":"LastUpdatedAt", "documentation":"

The time, in milliseconds since the epoch, when the robot application was last updated.

" }, "revisionId":{ "shape":"RevisionId", "documentation":"

The revision id of the robot application.

" } } }, "UpdateSimulationApplicationRequest":{ "type":"structure", "required":[ "application", "sources", "simulationSoftwareSuite", "robotSoftwareSuite" ], "members":{ "application":{ "shape":"Arn", "documentation":"

The application information for the simulation application.

" }, "sources":{ "shape":"SourceConfigs", "documentation":"

The sources of the simulation application.

" }, "simulationSoftwareSuite":{ "shape":"SimulationSoftwareSuite", "documentation":"

The simulation software suite used by the simulation application.

" }, "robotSoftwareSuite":{ "shape":"RobotSoftwareSuite", "documentation":"

Information about the robot software suite (ROS distribution).

" }, "renderingEngine":{ "shape":"RenderingEngine", "documentation":"

The rendering engine for the simulation application.

" }, "currentRevisionId":{ "shape":"RevisionId", "documentation":"

The revision id for the robot application.

" } } }, "UpdateSimulationApplicationResponse":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the updated simulation application.

" }, "name":{ "shape":"Name", "documentation":"

The name of the simulation application.

" }, "version":{ "shape":"Version", "documentation":"

The version of the robot application.

" }, "sources":{ "shape":"Sources", "documentation":"

The sources of the simulation application.

" }, "simulationSoftwareSuite":{ "shape":"SimulationSoftwareSuite", "documentation":"

The simulation software suite used by the simulation application.

" }, "robotSoftwareSuite":{ "shape":"RobotSoftwareSuite", "documentation":"

Information about the robot software suite (ROS distribution).

" }, "renderingEngine":{ "shape":"RenderingEngine", "documentation":"

The rendering engine for the simulation application.

" }, "lastUpdatedAt":{ "shape":"LastUpdatedAt", "documentation":"

The time, in milliseconds since the epoch, when the simulation application was last updated.

" }, "revisionId":{ "shape":"RevisionId", "documentation":"

The revision id of the simulation application.

" } } }, "UpdateWorldTemplateRequest":{ "type":"structure", "required":["template"], "members":{ "template":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (arn) of the world template to update.

" }, "name":{ "shape":"TemplateName", "documentation":"

The name of the template.

" }, "templateBody":{ "shape":"Json", "documentation":"

The world template body.

" }, "templateLocation":{ "shape":"TemplateLocation", "documentation":"

The location of the world template.

" } } }, "UpdateWorldTemplateResponse":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (arn) of the world template.

" }, "name":{ "shape":"TemplateName", "documentation":"

The name of the world template.

" }, "createdAt":{ "shape":"CreatedAt", "documentation":"

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

" }, "lastUpdatedAt":{ "shape":"LastUpdatedAt", "documentation":"

The time, in milliseconds since the epoch, when the world template was last updated.

" } } }, "UploadBehavior":{ "type":"string", "enum":[ "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE" ] }, "UploadConfiguration":{ "type":"structure", "required":[ "name", "path", "uploadBehavior" ], "members":{ "name":{ "shape":"Name", "documentation":"

A prefix that specifies where files will be uploaded in Amazon S3. It is appended to the simulation output location to determine the final path.

For example, if your simulation output location is s3://my-bucket and your upload configuration name is robot-test, your files will be uploaded to s3://my-bucket/<simid>/<runid>/robot-test.

" }, "path":{ "shape":"Path", "documentation":"

Specifies the path of the file(s) to upload. Standard Unix glob matching rules are accepted, with the addition of ** as a super asterisk. For example, specifying /var/log/**.log causes all .log files in the /var/log directory tree to be collected. For more examples, see Glob Library.

" }, "uploadBehavior":{ "shape":"UploadBehavior", "documentation":"

Specifies how to upload the files:

UPLOAD_ON_TERMINATE

Matching files are uploaded once the simulation enters the TERMINATING state. Matching files are not uploaded until all of your code (including tools) have stopped.

If there is a problem uploading a file, the upload is retried. If problems persist, no further upload attempts will be made.

UPLOAD_ROLLING_AUTO_REMOVE

Matching files are uploaded as they are created. They are deleted after they are uploaded. The specified path is checked every 5 seconds. A final check is made when all of your code (including tools) have stopped.

" } }, "documentation":"

Provides upload configuration information. Files are uploaded from the simulation job to a location you specify.

" }, "UploadConfigurations":{ "type":"list", "member":{"shape":"UploadConfiguration"}, "max":10, "min":0 }, "VPCConfig":{ "type":"structure", "required":["subnets"], "members":{ "subnets":{ "shape":"Subnets", "documentation":"

A list of one or more subnet IDs in your VPC.

" }, "securityGroups":{ "shape":"SecurityGroups", "documentation":"

A list of one or more security groups IDs in your VPC.

" }, "assignPublicIp":{ "shape":"Boolean", "documentation":"

A boolean indicating whether to assign a public IP address.

" } }, "documentation":"

If your simulation job accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and two subnet IDs.

" }, "VPCConfigResponse":{ "type":"structure", "members":{ "subnets":{ "shape":"Subnets", "documentation":"

A list of subnet IDs associated with the simulation job.

" }, "securityGroups":{ "shape":"SecurityGroups", "documentation":"

A list of security group IDs associated with the simulation job.

" }, "vpcId":{ "shape":"GenericString", "documentation":"

The VPC ID associated with your simulation job.

" }, "assignPublicIp":{ "shape":"Boolean", "documentation":"

A boolean indicating if a public IP was assigned.

" } }, "documentation":"

VPC configuration associated with your simulation job.

" }, "Version":{ "type":"string", "max":255, "min":1, "pattern":"(\\$LATEST)|[0-9]*" }, "VersionQualifier":{ "type":"string", "max":255, "min":1, "pattern":"ALL" }, "WorldConfig":{ "type":"structure", "members":{ "world":{ "shape":"Arn", "documentation":"

The world generated by Simulation WorldForge.

" } }, "documentation":"

Configuration information for a world.

" }, "WorldConfigs":{ "type":"list", "member":{"shape":"WorldConfig"}, "max":1, "min":0 }, "WorldCount":{ "type":"structure", "members":{ "floorplanCount":{ "shape":"FloorplanCount", "documentation":"

The number of unique floorplans.

" }, "interiorCountPerFloorplan":{ "shape":"InteriorCountPerFloorplan", "documentation":"

The number of unique interiors per floorplan.

" } }, "documentation":"

The number of worlds that will be created. You can configure the number of unique floorplans and the number of unique interiors for each floor plan. For example, if you want 1 world with 20 unique interiors, you set floorplanCount = 1 and interiorCountPerFloorplan = 20. This will result in 20 worlds (floorplanCount * interiorCountPerFloorplan).

If you set floorplanCount = 4 and interiorCountPerFloorplan = 5, there will be 20 worlds with 5 unique floor plans.

" }, "WorldExportJobErrorCode":{ "type":"string", "enum":[ "InternalServiceError", "LimitExceeded", "ResourceNotFound", "RequestThrottled", "InvalidInput", "AccessDenied" ] }, "WorldExportJobStatus":{ "type":"string", "enum":[ "Pending", "Running", "Completed", "Failed", "Canceling", "Canceled" ] }, "WorldExportJobSummaries":{ "type":"list", "member":{"shape":"WorldExportJobSummary"}, "max":100, "min":0 }, "WorldExportJobSummary":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the world export job.

" }, "status":{ "shape":"WorldExportJobStatus", "documentation":"

The status of the world export job.

Pending

The world export job request is pending.

Running

The world export job is running.

Completed

The world export job completed.

Failed

The world export job failed. See failureCode for more information.

Canceled

The world export job was cancelled.

Canceling

The world export job is being cancelled.

" }, "createdAt":{ "shape":"CreatedAt", "documentation":"

The time, in milliseconds since the epoch, when the world export job was created.

" }, "worlds":{ "shape":"Arns", "documentation":"

A list of worlds.

" } }, "documentation":"

Information about a world export job.

" }, "WorldFailure":{ "type":"structure", "members":{ "failureCode":{ "shape":"WorldGenerationJobErrorCode", "documentation":"

The failure code of the world export job if it failed:

InternalServiceError

Internal service error.

LimitExceeded

The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

ResourceNotFound

The specified resource could not be found.

RequestThrottled

The request was throttled.

InvalidInput

An input parameter in the request is not valid.

" }, "sampleFailureReason":{ "shape":"GenericString", "documentation":"

The sample reason why the world failed. World errors are aggregated. A sample is used as the sampleFailureReason.

" }, "failureCount":{ "shape":"Integer", "documentation":"

The number of failed worlds.

" } }, "documentation":"

Information about a failed world.

" }, "WorldFailures":{ "type":"list", "member":{"shape":"WorldFailure"}, "max":100, "min":0 }, "WorldGenerationJobErrorCode":{ "type":"string", "enum":[ "InternalServiceError", "LimitExceeded", "ResourceNotFound", "RequestThrottled", "InvalidInput", "AllWorldGenerationFailed" ] }, "WorldGenerationJobStatus":{ "type":"string", "enum":[ "Pending", "Running", "Completed", "Failed", "PartialFailed", "Canceling", "Canceled" ] }, "WorldGenerationJobSummaries":{ "type":"list", "member":{"shape":"WorldGenerationJobSummary"}, "max":100, "min":0 }, "WorldGenerationJobSummary":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the world generator job.

" }, "template":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (arn) of the world template.

" }, "createdAt":{ "shape":"CreatedAt", "documentation":"

The time, in milliseconds since the epoch, when the world generator job was created.

" }, "status":{ "shape":"WorldGenerationJobStatus", "documentation":"

The status of the world generator job:

Pending

The world generator job request is pending.

Running

The world generator job is running.

Completed

The world generator job completed.

Failed

The world generator job failed. See failureCode for more information.

PartialFailed

Some worlds did not generate.

Canceled

The world generator job was cancelled.

Canceling

The world generator job is being cancelled.

" }, "worldCount":{ "shape":"WorldCount", "documentation":"

Information about the world count.

" }, "succeededWorldCount":{ "shape":"Integer", "documentation":"

The number of worlds that were generated.

" }, "failedWorldCount":{ "shape":"Integer", "documentation":"

The number of worlds that failed.

" } }, "documentation":"

Information about a world generator job.

" }, "WorldSummaries":{ "type":"list", "member":{"shape":"WorldSummary"} }, "WorldSummary":{ "type":"structure", "members":{ "arn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) of the world.

" }, "createdAt":{ "shape":"CreatedAt", "documentation":"

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

" }, "generationJob":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (arn) of the world generation job.

" }, "template":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (arn) of the world template.

" } }, "documentation":"

Information about a world.

" }, "errorMessage":{"type":"string"} }, "documentation":"

This section provides documentation for the AWS RoboMaker API operations.

" }