1{
2  "version": "2.0",
3  "service": "<p>This section provides documentation for the AWS RoboMaker API operations.</p>",
4  "operations": {
5    "BatchDeleteWorlds": "<p>Deletes one or more worlds in a batch operation.</p>",
6    "BatchDescribeSimulationJob": "<p>Describes one or more simulation jobs.</p>",
7    "CancelDeploymentJob": "<p>Cancels the specified deployment job.</p>",
8    "CancelSimulationJob": "<p>Cancels the specified simulation job.</p>",
9    "CancelSimulationJobBatch": "<p>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. </p>",
10    "CancelWorldExportJob": "<p>Cancels the specified export job.</p>",
11    "CancelWorldGenerationJob": "<p>Cancels the specified world generator job.</p>",
12    "CreateDeploymentJob": "<p>Deploys a specific version of a robot application to robots in a fleet.</p> <p>The robot application must have a numbered <code>applicationVersion</code> for consistency reasons. To create a new version, use <code>CreateRobotApplicationVersion</code> or see <a href=\"https://docs.aws.amazon.com/robomaker/latest/dg/create-robot-application-version.html\">Creating a Robot Application Version</a>. </p> <note> <p>After 90 days, deployment jobs expire and will be deleted. They will no longer be accessible. </p> </note>",
13    "CreateFleet": "<p>Creates a fleet, a logical group of robots running the same robot application.</p>",
14    "CreateRobot": "<p>Creates a robot.</p>",
15    "CreateRobotApplication": "<p>Creates a robot application. </p>",
16    "CreateRobotApplicationVersion": "<p>Creates a version of a robot application.</p>",
17    "CreateSimulationApplication": "<p>Creates a simulation application.</p>",
18    "CreateSimulationApplicationVersion": "<p>Creates a simulation application with a specific revision id.</p>",
19    "CreateSimulationJob": "<p>Creates a simulation job.</p> <note> <p>After 90 days, simulation jobs expire and will be deleted. They will no longer be accessible. </p> </note>",
20    "CreateWorldExportJob": "<p>Creates a world export job.</p>",
21    "CreateWorldGenerationJob": "<p>Creates worlds using the specified template.</p>",
22    "CreateWorldTemplate": "<p>Creates a world template.</p>",
23    "DeleteFleet": "<p>Deletes a fleet.</p>",
24    "DeleteRobot": "<p>Deletes a robot.</p>",
25    "DeleteRobotApplication": "<p>Deletes a robot application.</p>",
26    "DeleteSimulationApplication": "<p>Deletes a simulation application.</p>",
27    "DeleteWorldTemplate": "<p>Deletes a world template.</p>",
28    "DeregisterRobot": "<p>Deregisters a robot.</p>",
29    "DescribeDeploymentJob": "<p>Describes a deployment job.</p>",
30    "DescribeFleet": "<p>Describes a fleet.</p>",
31    "DescribeRobot": "<p>Describes a robot.</p>",
32    "DescribeRobotApplication": "<p>Describes a robot application.</p>",
33    "DescribeSimulationApplication": "<p>Describes a simulation application.</p>",
34    "DescribeSimulationJob": "<p>Describes a simulation job.</p>",
35    "DescribeSimulationJobBatch": "<p>Describes a simulation job batch.</p>",
36    "DescribeWorld": "<p>Describes a world.</p>",
37    "DescribeWorldExportJob": "<p>Describes a world export job.</p>",
38    "DescribeWorldGenerationJob": "<p>Describes a world generation job.</p>",
39    "DescribeWorldTemplate": "<p>Describes a world template.</p>",
40    "GetWorldTemplateBody": "<p>Gets the world template body.</p>",
41    "ListDeploymentJobs": "<p>Returns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs. </p>",
42    "ListFleets": "<p>Returns a list of fleets. You can optionally provide filters to retrieve specific fleets. </p>",
43    "ListRobotApplications": "<p>Returns a list of robot application. You can optionally provide filters to retrieve specific robot applications.</p>",
44    "ListRobots": "<p>Returns a list of robots. You can optionally provide filters to retrieve specific robots.</p>",
45    "ListSimulationApplications": "<p>Returns a list of simulation applications. You can optionally provide filters to retrieve specific simulation applications. </p>",
46    "ListSimulationJobBatches": "<p>Returns a list simulation job batches. You can optionally provide filters to retrieve specific simulation batch jobs. </p>",
47    "ListSimulationJobs": "<p>Returns a list of simulation jobs. You can optionally provide filters to retrieve specific simulation jobs. </p>",
48    "ListTagsForResource": "<p>Lists all tags on a AWS RoboMaker resource.</p>",
49    "ListWorldExportJobs": "<p>Lists world export jobs.</p>",
50    "ListWorldGenerationJobs": "<p>Lists world generator jobs.</p>",
51    "ListWorldTemplates": "<p>Lists world templates.</p>",
52    "ListWorlds": "<p>Lists worlds.</p>",
53    "RegisterRobot": "<p>Registers a robot with a fleet.</p>",
54    "RestartSimulationJob": "<p>Restarts a running simulation job.</p>",
55    "StartSimulationJobBatch": "<p>Starts a new simulation job batch. The batch is defined using one or more <code>SimulationJobRequest</code> objects. </p>",
56    "SyncDeploymentJob": "<p>Syncrhonizes robots in a fleet to the latest deployment. This is helpful if robots were added after a deployment.</p>",
57    "TagResource": "<p>Adds or edits tags for a AWS RoboMaker resource.</p> <p>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. </p> <p>For information about the rules that apply to tag keys and tag values, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/allocation-tag-restrictions.html\">User-Defined Tag Restrictions</a> in the <i>AWS Billing and Cost Management User Guide</i>. </p>",
58    "UntagResource": "<p>Removes the specified tags from the specified AWS RoboMaker resource.</p> <p>To remove a tag, specify the tag key. To change the tag value of an existing tag key, use <a href=\"https://docs.aws.amazon.com/robomaker/latest/dg/API_TagResource.html\"> <code>TagResource</code> </a>. </p>",
59    "UpdateRobotApplication": "<p>Updates a robot application.</p>",
60    "UpdateSimulationApplication": "<p>Updates a simulation application.</p>",
61    "UpdateWorldTemplate": "<p>Updates a world template.</p>"
62  },
63  "shapes": {
64    "Architecture": {
65      "base": null,
66      "refs": {
67        "CreateRobotRequest$architecture": "<p>The target architecture of the robot.</p>",
68        "CreateRobotResponse$architecture": "<p>The target architecture of the robot.</p>",
69        "DescribeRobotResponse$architecture": "<p>The target architecture of the robot application.</p>",
70        "Robot$architecture": "<p>The architecture of the robot.</p>",
71        "Source$architecture": "<p>The taget processor architecture for the application.</p>",
72        "SourceConfig$architecture": "<p>The target processor architecture for the application.</p>"
73      }
74    },
75    "Arn": {
76      "base": null,
77      "refs": {
78        "Arns$member": null,
79        "CancelDeploymentJobRequest$job": "<p>The deployment job ARN to cancel.</p>",
80        "CancelSimulationJobBatchRequest$batch": "<p>The id of the batch to cancel.</p>",
81        "CancelSimulationJobRequest$job": "<p>The simulation job ARN to cancel.</p>",
82        "CancelWorldExportJobRequest$job": "<p>The Amazon Resource Name (arn) of the world export job to cancel.</p>",
83        "CancelWorldGenerationJobRequest$job": "<p>The Amazon Resource Name (arn) of the world generator job to cancel.</p>",
84        "CreateDeploymentJobRequest$fleet": "<p>The Amazon Resource Name (ARN) of the fleet to deploy.</p>",
85        "CreateDeploymentJobResponse$arn": "<p>The Amazon Resource Name (ARN) of the deployment job.</p>",
86        "CreateDeploymentJobResponse$fleet": "<p>The target fleet for the deployment job.</p>",
87        "CreateFleetResponse$arn": "<p>The Amazon Resource Name (ARN) of the fleet.</p>",
88        "CreateRobotApplicationResponse$arn": "<p>The Amazon Resource Name (ARN) of the robot application.</p>",
89        "CreateRobotApplicationVersionRequest$application": "<p>The application information for the robot application.</p>",
90        "CreateRobotApplicationVersionResponse$arn": "<p>The Amazon Resource Name (ARN) of the robot application.</p>",
91        "CreateRobotResponse$arn": "<p>The Amazon Resource Name (ARN) of the robot.</p>",
92        "CreateSimulationApplicationResponse$arn": "<p>The Amazon Resource Name (ARN) of the simulation application.</p>",
93        "CreateSimulationApplicationVersionRequest$application": "<p>The application information for the simulation application.</p>",
94        "CreateSimulationApplicationVersionResponse$arn": "<p>The Amazon Resource Name (ARN) of the simulation application.</p>",
95        "CreateSimulationJobResponse$arn": "<p>The Amazon Resource Name (ARN) of the simulation job.</p>",
96        "CreateWorldExportJobResponse$arn": "<p>The Amazon Resource Name (ARN) of the world export job.</p>",
97        "CreateWorldGenerationJobRequest$template": "<p>The Amazon Resource Name (arn) of the world template describing the worlds you want to create.</p>",
98        "CreateWorldGenerationJobResponse$arn": "<p>The Amazon Resource Name (ARN) of the world generator job.</p>",
99        "CreateWorldGenerationJobResponse$template": "<p>The Amazon Resource Name (arn) of the world template.</p>",
100        "CreateWorldTemplateResponse$arn": "<p>The Amazon Resource Name (ARN) of the world template.</p>",
101        "DeleteFleetRequest$fleet": "<p>The Amazon Resource Name (ARN) of the fleet.</p>",
102        "DeleteRobotApplicationRequest$application": "<p>The Amazon Resource Name (ARN) of the the robot application.</p>",
103        "DeleteRobotRequest$robot": "<p>The Amazon Resource Name (ARN) of the robot.</p>",
104        "DeleteSimulationApplicationRequest$application": "<p>The application information for the simulation application to delete.</p>",
105        "DeleteWorldTemplateRequest$template": "<p>The Amazon Resource Name (arn) of the world template you want to delete.</p>",
106        "DeploymentApplicationConfig$application": "<p>The Amazon Resource Name (ARN) of the robot application.</p>",
107        "DeploymentJob$arn": "<p>The Amazon Resource Name (ARN) of the deployment job.</p>",
108        "DeploymentJob$fleet": "<p>The Amazon Resource Name (ARN) of the fleet.</p>",
109        "DeregisterRobotRequest$fleet": "<p>The Amazon Resource Name (ARN) of the fleet.</p>",
110        "DeregisterRobotRequest$robot": "<p>The Amazon Resource Name (ARN) of the robot.</p>",
111        "DeregisterRobotResponse$fleet": "<p>The Amazon Resource Name (ARN) of the fleet.</p>",
112        "DeregisterRobotResponse$robot": "<p>The Amazon Resource Name (ARN) of the robot.</p>",
113        "DescribeDeploymentJobRequest$job": "<p>The Amazon Resource Name (ARN) of the deployment job.</p>",
114        "DescribeDeploymentJobResponse$arn": "<p>The Amazon Resource Name (ARN) of the deployment job.</p>",
115        "DescribeDeploymentJobResponse$fleet": "<p>The Amazon Resource Name (ARN) of the fleet.</p>",
116        "DescribeFleetRequest$fleet": "<p>The Amazon Resource Name (ARN) of the fleet.</p>",
117        "DescribeFleetResponse$arn": "<p>The Amazon Resource Name (ARN) of the fleet.</p>",
118        "DescribeFleetResponse$lastDeploymentJob": "<p>The Amazon Resource Name (ARN) of the last deployment job.</p>",
119        "DescribeRobotApplicationRequest$application": "<p>The Amazon Resource Name (ARN) of the robot application.</p>",
120        "DescribeRobotApplicationResponse$arn": "<p>The Amazon Resource Name (ARN) of the robot application.</p>",
121        "DescribeRobotRequest$robot": "<p>The Amazon Resource Name (ARN) of the robot to be described.</p>",
122        "DescribeRobotResponse$arn": "<p>The Amazon Resource Name (ARN) of the robot.</p>",
123        "DescribeRobotResponse$fleetArn": "<p>The Amazon Resource Name (ARN) of the fleet.</p>",
124        "DescribeRobotResponse$lastDeploymentJob": "<p>The Amazon Resource Name (ARN) of the last deployment job.</p>",
125        "DescribeSimulationApplicationRequest$application": "<p>The application information for the simulation application.</p>",
126        "DescribeSimulationApplicationResponse$arn": "<p>The Amazon Resource Name (ARN) of the robot simulation application.</p>",
127        "DescribeSimulationJobBatchRequest$batch": "<p>The id of the batch to describe.</p>",
128        "DescribeSimulationJobBatchResponse$arn": "<p>The Amazon Resource Name (ARN) of the batch.</p>",
129        "DescribeSimulationJobRequest$job": "<p>The Amazon Resource Name (ARN) of the simulation job to be described.</p>",
130        "DescribeSimulationJobResponse$arn": "<p>The Amazon Resource Name (ARN) of the simulation job.</p>",
131        "DescribeWorldExportJobRequest$job": "<p>The Amazon Resource Name (arn) of the world export job to describe.</p>",
132        "DescribeWorldExportJobResponse$arn": "<p>The Amazon Resource Name (ARN) of the world export job.</p>",
133        "DescribeWorldGenerationJobRequest$job": "<p>The Amazon Resource Name (arn) of the world generation job to describe.</p>",
134        "DescribeWorldGenerationJobResponse$arn": "<p>The Amazon Resource Name (ARN) of the world generation job.</p>",
135        "DescribeWorldGenerationJobResponse$template": "<p>The Amazon Resource Name (arn) of the world template.</p>",
136        "DescribeWorldRequest$world": "<p>The Amazon Resource Name (arn) of the world you want to describe.</p>",
137        "DescribeWorldResponse$arn": "<p>The Amazon Resource Name (arn) of the world.</p>",
138        "DescribeWorldResponse$generationJob": "<p>The Amazon Resource Name (arn) of the world generation job that generated the world.</p>",
139        "DescribeWorldResponse$template": "<p>The world template.</p>",
140        "DescribeWorldTemplateRequest$template": "<p>The Amazon Resource Name (arn) of the world template you want to describe.</p>",
141        "DescribeWorldTemplateResponse$arn": "<p>The Amazon Resource Name (ARN) of the world template.</p>",
142        "Fleet$arn": "<p>The Amazon Resource Name (ARN) of the fleet.</p>",
143        "Fleet$lastDeploymentJob": "<p>The Amazon Resource Name (ARN) of the last deployment job.</p>",
144        "GetWorldTemplateBodyRequest$template": "<p>The Amazon Resource Name (arn) of the world template.</p>",
145        "GetWorldTemplateBodyRequest$generationJob": "<p>The Amazon Resource Name (arn) of the world generator job.</p>",
146        "ListTagsForResourceRequest$resourceArn": "<p>The AWS RoboMaker Amazon Resource Name (ARN) with tags to be listed.</p>",
147        "RegisterRobotRequest$fleet": "<p>The Amazon Resource Name (ARN) of the fleet.</p>",
148        "RegisterRobotRequest$robot": "<p>The Amazon Resource Name (ARN) of the robot.</p>",
149        "RegisterRobotResponse$fleet": "<p>The Amazon Resource Name (ARN) of the fleet that the robot will join.</p>",
150        "RegisterRobotResponse$robot": "<p>Information about the robot registration.</p>",
151        "RestartSimulationJobRequest$job": "<p>The Amazon Resource Name (ARN) of the simulation job.</p>",
152        "Robot$arn": "<p>The Amazon Resource Name (ARN) of the robot.</p>",
153        "Robot$fleetArn": "<p>The Amazon Resource Name (ARN) of the fleet.</p>",
154        "Robot$lastDeploymentJob": "<p>The Amazon Resource Name (ARN) of the last deployment job.</p>",
155        "RobotApplicationConfig$application": "<p>The application information for the robot application.</p>",
156        "RobotApplicationSummary$arn": "<p>The Amazon Resource Name (ARN) of the robot.</p>",
157        "RobotDeployment$arn": "<p>The robot deployment Amazon Resource Name (ARN).</p>",
158        "SimulationApplicationConfig$application": "<p>The application information for the simulation application.</p>",
159        "SimulationApplicationSummary$arn": "<p>The Amazon Resource Name (ARN) of the simulation application.</p>",
160        "SimulationJob$arn": "<p>The Amazon Resource Name (ARN) of the simulation job.</p>",
161        "SimulationJobBatchSummary$arn": "<p>The Amazon Resource Name (ARN) of the batch.</p>",
162        "SimulationJobSummary$arn": "<p>The Amazon Resource Name (ARN) of the simulation job.</p>",
163        "StartSimulationJobBatchResponse$arn": "<p>The Amazon Resource Name (arn) of the batch.</p>",
164        "SyncDeploymentJobRequest$fleet": "<p>The target fleet for the synchronization.</p>",
165        "SyncDeploymentJobResponse$arn": "<p>The Amazon Resource Name (ARN) of the synchronization request.</p>",
166        "SyncDeploymentJobResponse$fleet": "<p>The Amazon Resource Name (ARN) of the fleet.</p>",
167        "TagResourceRequest$resourceArn": "<p>The Amazon Resource Name (ARN) of the AWS RoboMaker resource you are tagging.</p>",
168        "TemplateSummary$arn": "<p>The Amazon Resource Name (ARN) of the template.</p>",
169        "UntagResourceRequest$resourceArn": "<p>The Amazon Resource Name (ARN) of the AWS RoboMaker resource you are removing tags.</p>",
170        "UpdateRobotApplicationRequest$application": "<p>The application information for the robot application.</p>",
171        "UpdateRobotApplicationResponse$arn": "<p>The Amazon Resource Name (ARN) of the updated robot application.</p>",
172        "UpdateSimulationApplicationRequest$application": "<p>The application information for the simulation application.</p>",
173        "UpdateSimulationApplicationResponse$arn": "<p>The Amazon Resource Name (ARN) of the updated simulation application.</p>",
174        "UpdateWorldTemplateRequest$template": "<p>The Amazon Resource Name (arn) of the world template to update.</p>",
175        "UpdateWorldTemplateResponse$arn": "<p>The Amazon Resource Name (arn) of the world template.</p>",
176        "WorldConfig$world": "<p>The world generated by Simulation WorldForge.</p>",
177        "WorldExportJobSummary$arn": "<p>The Amazon Resource Name (ARN) of the world export job.</p>",
178        "WorldGenerationJobSummary$arn": "<p>The Amazon Resource Name (ARN) of the world generator job.</p>",
179        "WorldGenerationJobSummary$template": "<p>The Amazon Resource Name (arn) of the world template.</p>",
180        "WorldSummary$arn": "<p>The Amazon Resource Name (ARN) of the world.</p>",
181        "WorldSummary$generationJob": "<p>The Amazon Resource Name (arn) of the world generation job.</p>",
182        "WorldSummary$template": "<p>The Amazon Resource Name (arn) of the world template.</p>"
183      }
184    },
185    "Arns": {
186      "base": null,
187      "refs": {
188        "BatchDeleteWorldsRequest$worlds": "<p>A list of Amazon Resource Names (arns) that correspond to worlds to delete.</p>",
189        "BatchDeleteWorldsResponse$unprocessedWorlds": "<p>A list of unprocessed worlds associated with the call. These worlds were not deleted.</p>",
190        "BatchDescribeSimulationJobRequest$jobs": "<p>A list of Amazon Resource Names (ARNs) of simulation jobs to describe.</p>",
191        "BatchDescribeSimulationJobResponse$unprocessedJobs": "<p>A list of unprocessed simulation job Amazon Resource Names (ARNs).</p>",
192        "CreateWorldExportJobRequest$worlds": "<p>A list of Amazon Resource Names (arns) that correspond to worlds to export.</p>",
193        "DescribeWorldExportJobResponse$worlds": "<p>A list of Amazon Resource Names (arns) that correspond to worlds to be exported.</p>",
194        "FinishedWorldsSummary$succeededWorlds": "<p>A list of worlds that succeeded.</p>",
195        "WorldExportJobSummary$worlds": "<p>A list of worlds.</p>"
196      }
197    },
198    "BatchDeleteWorldsRequest": {
199      "base": null,
200      "refs": {
201      }
202    },
203    "BatchDeleteWorldsResponse": {
204      "base": null,
205      "refs": {
206      }
207    },
208    "BatchDescribeSimulationJobRequest": {
209      "base": null,
210      "refs": {
211      }
212    },
213    "BatchDescribeSimulationJobResponse": {
214      "base": null,
215      "refs": {
216      }
217    },
218    "BatchPolicy": {
219      "base": "<p>Information about the batch policy.</p>",
220      "refs": {
221        "DescribeSimulationJobBatchResponse$batchPolicy": "<p>The batch policy.</p>",
222        "StartSimulationJobBatchRequest$batchPolicy": "<p>The batch policy.</p>",
223        "StartSimulationJobBatchResponse$batchPolicy": "<p>The batch policy.</p>"
224      }
225    },
226    "BatchTimeoutInSeconds": {
227      "base": null,
228      "refs": {
229        "BatchPolicy$timeoutInSeconds": "<p>The amount of time, in seconds, to wait for the batch to complete. </p> <p>If a batch times out, and there are pending requests that were failing due to an internal failure (like <code>InternalServiceError</code>), they will be moved to the failed list and the batch status will be <code>Failed</code>. 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 <code>TimedOut</code>. </p>"
230      }
231    },
232    "Boolean": {
233      "base": null,
234      "refs": {
235        "LaunchConfig$streamUI": "<p>Boolean indicating whether a streaming session will be configured for the application. If <code>True</code>, 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. </p>",
236        "PortMapping$enableOnPublicIp": "<p>A Boolean indicating whether to enable this port mapping on public IP.</p>",
237        "VPCConfig$assignPublicIp": "<p>A boolean indicating whether to assign a public IP address.</p>",
238        "VPCConfigResponse$assignPublicIp": "<p>A boolean indicating if a public IP was assigned.</p>"
239      }
240    },
241    "BoxedBoolean": {
242      "base": null,
243      "refs": {
244        "LoggingConfig$recordAllRosTopics": "<p>A boolean indicating whether to record all ROS topics.</p>",
245        "RobotApplicationConfig$useDefaultUploadConfigurations": "<p>A Boolean indicating whether to use default upload configurations. By default, <code>.ros</code> and <code>.gazebo</code> files are uploaded when the application terminates and all ROS topics will be recorded.</p> <p>If you set this value, you must specify an <code>outputLocation</code>. </p>",
246        "SimulationApplicationConfig$useDefaultUploadConfigurations": "<p>A Boolean indicating whether to use default upload configurations. By default, <code>.ros</code> and <code>.gazebo</code> files are uploaded when the application terminates and all ROS topics will be recorded.</p> <p>If you set this value, you must specify an <code>outputLocation</code>. </p>",
247        "SimulationJobRequest$useDefaultApplications": "<p>A Boolean indicating whether to use default applications in the simulation job. Default applications include Gazebo, rqt, rviz and terminal access. </p>"
248      }
249    },
250    "CancelDeploymentJobRequest": {
251      "base": null,
252      "refs": {
253      }
254    },
255    "CancelDeploymentJobResponse": {
256      "base": null,
257      "refs": {
258      }
259    },
260    "CancelSimulationJobBatchRequest": {
261      "base": null,
262      "refs": {
263      }
264    },
265    "CancelSimulationJobBatchResponse": {
266      "base": null,
267      "refs": {
268      }
269    },
270    "CancelSimulationJobRequest": {
271      "base": null,
272      "refs": {
273      }
274    },
275    "CancelSimulationJobResponse": {
276      "base": null,
277      "refs": {
278      }
279    },
280    "CancelWorldExportJobRequest": {
281      "base": null,
282      "refs": {
283      }
284    },
285    "CancelWorldExportJobResponse": {
286      "base": null,
287      "refs": {
288      }
289    },
290    "CancelWorldGenerationJobRequest": {
291      "base": null,
292      "refs": {
293      }
294    },
295    "CancelWorldGenerationJobResponse": {
296      "base": null,
297      "refs": {
298      }
299    },
300    "ClientRequestToken": {
301      "base": null,
302      "refs": {
303        "CreateDeploymentJobRequest$clientRequestToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
304        "CreateSimulationJobRequest$clientRequestToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
305        "CreateSimulationJobResponse$clientRequestToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
306        "CreateWorldExportJobRequest$clientRequestToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
307        "CreateWorldExportJobResponse$clientRequestToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
308        "CreateWorldGenerationJobRequest$clientRequestToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
309        "CreateWorldGenerationJobResponse$clientRequestToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
310        "CreateWorldTemplateRequest$clientRequestToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
311        "CreateWorldTemplateResponse$clientRequestToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
312        "DescribeSimulationJobBatchResponse$clientRequestToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
313        "DescribeSimulationJobResponse$clientRequestToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
314        "DescribeWorldExportJobResponse$clientRequestToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
315        "DescribeWorldGenerationJobResponse$clientRequestToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
316        "DescribeWorldTemplateResponse$clientRequestToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
317        "SimulationJob$clientRequestToken": "<p>A unique identifier for this <code>SimulationJob</code> request.</p>",
318        "StartSimulationJobBatchRequest$clientRequestToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
319        "StartSimulationJobBatchResponse$clientRequestToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
320        "SyncDeploymentJobRequest$clientRequestToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>"
321      }
322    },
323    "Command": {
324      "base": null,
325      "refs": {
326        "DeploymentLaunchConfig$packageName": "<p>The package name.</p>",
327        "DeploymentLaunchConfig$launchFile": "<p>The launch file name.</p>",
328        "LaunchConfig$packageName": "<p>The package name.</p>",
329        "LaunchConfig$launchFile": "<p>The launch file name.</p>"
330      }
331    },
332    "Compute": {
333      "base": "<p>Compute information for the simulation job.</p>",
334      "refs": {
335        "CreateSimulationJobRequest$compute": "<p>Compute information for the simulation job.</p>",
336        "SimulationJobRequest$compute": "<p>Compute information for the simulation job</p>"
337      }
338    },
339    "ComputeResponse": {
340      "base": "<p>Compute information for the simulation job</p>",
341      "refs": {
342        "CreateSimulationJobResponse$compute": "<p>Compute information for the simulation job.</p>",
343        "DescribeSimulationJobResponse$compute": "<p>Compute information for the simulation job.</p>",
344        "SimulationJob$compute": "<p>Compute information for the simulation job</p>"
345      }
346    },
347    "ConcurrentDeploymentException": {
348      "base": "<p>The failure percentage threshold percentage was met.</p>",
349      "refs": {
350      }
351    },
352    "CreateDeploymentJobRequest": {
353      "base": null,
354      "refs": {
355      }
356    },
357    "CreateDeploymentJobResponse": {
358      "base": null,
359      "refs": {
360      }
361    },
362    "CreateFleetRequest": {
363      "base": null,
364      "refs": {
365      }
366    },
367    "CreateFleetResponse": {
368      "base": null,
369      "refs": {
370      }
371    },
372    "CreateRobotApplicationRequest": {
373      "base": null,
374      "refs": {
375      }
376    },
377    "CreateRobotApplicationResponse": {
378      "base": null,
379      "refs": {
380      }
381    },
382    "CreateRobotApplicationVersionRequest": {
383      "base": null,
384      "refs": {
385      }
386    },
387    "CreateRobotApplicationVersionResponse": {
388      "base": null,
389      "refs": {
390      }
391    },
392    "CreateRobotRequest": {
393      "base": null,
394      "refs": {
395      }
396    },
397    "CreateRobotResponse": {
398      "base": null,
399      "refs": {
400      }
401    },
402    "CreateSimulationApplicationRequest": {
403      "base": null,
404      "refs": {
405      }
406    },
407    "CreateSimulationApplicationResponse": {
408      "base": null,
409      "refs": {
410      }
411    },
412    "CreateSimulationApplicationVersionRequest": {
413      "base": null,
414      "refs": {
415      }
416    },
417    "CreateSimulationApplicationVersionResponse": {
418      "base": null,
419      "refs": {
420      }
421    },
422    "CreateSimulationJobRequest": {
423      "base": null,
424      "refs": {
425      }
426    },
427    "CreateSimulationJobRequests": {
428      "base": null,
429      "refs": {
430        "DescribeSimulationJobBatchResponse$pendingRequests": "<p>A list of pending simulation job requests. These requests have not yet been created into simulation jobs.</p>",
431        "StartSimulationJobBatchRequest$createSimulationJobRequests": "<p>A list of simulation job requests to create in the batch.</p>",
432        "StartSimulationJobBatchResponse$pendingRequests": "<p>A list of pending simulation job requests. These requests have not yet been created into simulation jobs.</p>"
433      }
434    },
435    "CreateSimulationJobResponse": {
436      "base": null,
437      "refs": {
438      }
439    },
440    "CreateWorldExportJobRequest": {
441      "base": null,
442      "refs": {
443      }
444    },
445    "CreateWorldExportJobResponse": {
446      "base": null,
447      "refs": {
448      }
449    },
450    "CreateWorldGenerationJobRequest": {
451      "base": null,
452      "refs": {
453      }
454    },
455    "CreateWorldGenerationJobResponse": {
456      "base": null,
457      "refs": {
458      }
459    },
460    "CreateWorldTemplateRequest": {
461      "base": null,
462      "refs": {
463      }
464    },
465    "CreateWorldTemplateResponse": {
466      "base": null,
467      "refs": {
468      }
469    },
470    "CreatedAt": {
471      "base": null,
472      "refs": {
473        "CreateDeploymentJobResponse$createdAt": "<p>The time, in milliseconds since the epoch, when the fleet was created.</p>",
474        "CreateFleetResponse$createdAt": "<p>The time, in milliseconds since the epoch, when the fleet was created.</p>",
475        "CreateRobotResponse$createdAt": "<p>The time, in milliseconds since the epoch, when the robot was created.</p>",
476        "CreateWorldExportJobResponse$createdAt": "<p>The time, in milliseconds since the epoch, when the world export job was created.</p>",
477        "CreateWorldGenerationJobResponse$createdAt": "<p>The time, in milliseconds since the epoch, when the world generator job was created.</p>",
478        "CreateWorldTemplateResponse$createdAt": "<p>The time, in milliseconds since the epoch, when the world template was created.</p>",
479        "DeploymentJob$createdAt": "<p>The time, in milliseconds since the epoch, when the deployment job was created.</p>",
480        "DescribeDeploymentJobResponse$createdAt": "<p>The time, in milliseconds since the epoch, when the deployment job was created.</p>",
481        "DescribeFleetResponse$createdAt": "<p>The time, in milliseconds since the epoch, when the fleet was created.</p>",
482        "DescribeFleetResponse$lastDeploymentTime": "<p>The time of the last deployment.</p>",
483        "DescribeRobotResponse$createdAt": "<p>The time, in milliseconds since the epoch, when the robot was created.</p>",
484        "DescribeRobotResponse$lastDeploymentTime": "<p>The time of the last deployment job.</p>",
485        "DescribeSimulationJobBatchResponse$createdAt": "<p>The time, in milliseconds since the epoch, when the simulation job batch was created.</p>",
486        "DescribeWorldExportJobResponse$createdAt": "<p>The time, in milliseconds since the epoch, when the world export job was created.</p>",
487        "DescribeWorldGenerationJobResponse$createdAt": "<p>The time, in milliseconds since the epoch, when the world generation job was created.</p>",
488        "DescribeWorldResponse$createdAt": "<p>The time, in milliseconds since the epoch, when the world was created.</p>",
489        "DescribeWorldTemplateResponse$createdAt": "<p>The time, in milliseconds since the epoch, when the world template was created.</p>",
490        "Fleet$createdAt": "<p>The time, in milliseconds since the epoch, when the fleet was created.</p>",
491        "Fleet$lastDeploymentTime": "<p>The time of the last deployment.</p>",
492        "Robot$createdAt": "<p>The time, in milliseconds since the epoch, when the robot was created.</p>",
493        "Robot$lastDeploymentTime": "<p>The time of the last deployment.</p>",
494        "RobotDeployment$deploymentStartTime": "<p>The time, in milliseconds since the epoch, when the deployment was started.</p>",
495        "RobotDeployment$deploymentFinishTime": "<p>The time, in milliseconds since the epoch, when the deployment finished.</p>",
496        "SimulationJobBatchSummary$createdAt": "<p>The time, in milliseconds since the epoch, when the simulation job batch was created.</p>",
497        "StartSimulationJobBatchResponse$createdAt": "<p>The time, in milliseconds since the epoch, when the simulation job batch was created.</p>",
498        "SyncDeploymentJobResponse$createdAt": "<p>The time, in milliseconds since the epoch, when the fleet was created.</p>",
499        "TemplateSummary$createdAt": "<p>The time, in milliseconds since the epoch, when the template was created.</p>",
500        "UpdateWorldTemplateResponse$createdAt": "<p>The time, in milliseconds since the epoch, when the world template was created.</p>",
501        "WorldExportJobSummary$createdAt": "<p>The time, in milliseconds since the epoch, when the world export job was created.</p>",
502        "WorldGenerationJobSummary$createdAt": "<p>The time, in milliseconds since the epoch, when the world generator job was created.</p>",
503        "WorldSummary$createdAt": "<p>The time, in milliseconds since the epoch, when the world was created.</p>"
504      }
505    },
506    "DataSource": {
507      "base": "<p>Information about a data source.</p>",
508      "refs": {
509        "DataSources$member": null
510      }
511    },
512    "DataSourceConfig": {
513      "base": "<p>Information about a data source.</p>",
514      "refs": {
515        "DataSourceConfigs$member": null
516      }
517    },
518    "DataSourceConfigs": {
519      "base": null,
520      "refs": {
521        "CreateSimulationJobRequest$dataSources": "<p>Specify data sources to mount read-only files from S3 into your simulation. These files are available under <code>/opt/robomaker/datasources/data_source_name</code>. </p> <note> <p>There is a limit of 100 files and a combined size of 25GB for all <code>DataSourceConfig</code> objects. </p> </note>",
522        "SimulationJobRequest$dataSources": "<p>Specify data sources to mount read-only files from S3 into your simulation. These files are available under <code>/opt/robomaker/datasources/data_source_name</code>. </p> <note> <p>There is a limit of 100 files and a combined size of 25GB for all <code>DataSourceConfig</code> objects. </p> </note>"
523      }
524    },
525    "DataSourceNames": {
526      "base": null,
527      "refs": {
528        "SimulationJobSummary$dataSourceNames": "<p>The names of the data sources.</p>"
529      }
530    },
531    "DataSources": {
532      "base": null,
533      "refs": {
534        "CreateSimulationJobResponse$dataSources": "<p>The data sources for the simulation job.</p>",
535        "DescribeSimulationJobResponse$dataSources": "<p>The data sources for the simulation job.</p>",
536        "SimulationJob$dataSources": "<p>The data sources for the simulation job.</p>"
537      }
538    },
539    "DeleteFleetRequest": {
540      "base": null,
541      "refs": {
542      }
543    },
544    "DeleteFleetResponse": {
545      "base": null,
546      "refs": {
547      }
548    },
549    "DeleteRobotApplicationRequest": {
550      "base": null,
551      "refs": {
552      }
553    },
554    "DeleteRobotApplicationResponse": {
555      "base": null,
556      "refs": {
557      }
558    },
559    "DeleteRobotRequest": {
560      "base": null,
561      "refs": {
562      }
563    },
564    "DeleteRobotResponse": {
565      "base": null,
566      "refs": {
567      }
568    },
569    "DeleteSimulationApplicationRequest": {
570      "base": null,
571      "refs": {
572      }
573    },
574    "DeleteSimulationApplicationResponse": {
575      "base": null,
576      "refs": {
577      }
578    },
579    "DeleteWorldTemplateRequest": {
580      "base": null,
581      "refs": {
582      }
583    },
584    "DeleteWorldTemplateResponse": {
585      "base": null,
586      "refs": {
587      }
588    },
589    "DeploymentApplicationConfig": {
590      "base": "<p>Information about a deployment application configuration.</p>",
591      "refs": {
592        "DeploymentApplicationConfigs$member": null
593      }
594    },
595    "DeploymentApplicationConfigs": {
596      "base": null,
597      "refs": {
598        "CreateDeploymentJobRequest$deploymentApplicationConfigs": "<p>The deployment application configuration.</p>",
599        "CreateDeploymentJobResponse$deploymentApplicationConfigs": "<p>The deployment application configuration.</p>",
600        "DeploymentJob$deploymentApplicationConfigs": "<p>The deployment application configuration.</p>",
601        "DescribeDeploymentJobResponse$deploymentApplicationConfigs": "<p>The deployment application configuration.</p>",
602        "SyncDeploymentJobResponse$deploymentApplicationConfigs": "<p>Information about the deployment application configurations.</p>"
603      }
604    },
605    "DeploymentConfig": {
606      "base": "<p>Information about a deployment configuration.</p>",
607      "refs": {
608        "CreateDeploymentJobRequest$deploymentConfig": "<p>The requested deployment configuration.</p>",
609        "CreateDeploymentJobResponse$deploymentConfig": "<p>The deployment configuration.</p>",
610        "DeploymentJob$deploymentConfig": "<p>The deployment configuration.</p>",
611        "DescribeDeploymentJobResponse$deploymentConfig": "<p>The deployment configuration.</p>",
612        "SyncDeploymentJobResponse$deploymentConfig": "<p>Information about the deployment configuration.</p>"
613      }
614    },
615    "DeploymentJob": {
616      "base": "<p>Information about a deployment job.</p>",
617      "refs": {
618        "DeploymentJobs$member": null
619      }
620    },
621    "DeploymentJobErrorCode": {
622      "base": null,
623      "refs": {
624        "CreateDeploymentJobResponse$failureCode": "<p>The failure code of the simulation job if it failed:</p> <dl> <dt>BadPermissionError</dt> <dd> <p>AWS Greengrass requires a service-level role permission to access other services. The role must include the <a href=\"https://console.aws.amazon.com/iam/home?#/policies/arn:aws:iam::aws:policy/service-role/AWSGreengrassResourceAccessRolePolicy$jsonEditor\"> <code>AWSGreengrassResourceAccessRolePolicy</code> managed policy</a>. </p> </dd> <dt>ExtractingBundleFailure</dt> <dd> <p>The robot application could not be extracted from the bundle.</p> </dd> <dt>FailureThresholdBreached</dt> <dd> <p>The percentage of robots that could not be updated exceeded the percentage set for the deployment.</p> </dd> <dt>GreengrassDeploymentFailed</dt> <dd> <p>The robot application could not be deployed to the robot.</p> </dd> <dt>GreengrassGroupVersionDoesNotExist</dt> <dd> <p>The AWS Greengrass group or version associated with a robot is missing.</p> </dd> <dt>InternalServerError</dt> <dd> <p>An internal error has occurred. Retry your request, but if the problem persists, contact us with details.</p> </dd> <dt>MissingRobotApplicationArchitecture</dt> <dd> <p>The robot application does not have a source that matches the architecture of the robot.</p> </dd> <dt>MissingRobotDeploymentResource</dt> <dd> <p>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?</p> </dd> <dt>PostLaunchFileFailure</dt> <dd> <p>The post-launch script failed.</p> </dd> <dt>PreLaunchFileFailure</dt> <dd> <p>The pre-launch script failed.</p> </dd> <dt>ResourceNotFound</dt> <dd> <p>One or more deployment resources are missing. For example, do robot application source bundles still exist? </p> </dd> <dt>RobotDeploymentNoResponse</dt> <dd> <p>There is no response from the robot. It might not be powered on or connected to the internet.</p> </dd> </dl>",
625        "DeploymentJob$failureCode": "<p>The deployment job failure code.</p>",
626        "DescribeDeploymentJobResponse$failureCode": "<p>The deployment job failure code.</p>",
627        "RobotDeployment$failureCode": "<p>The robot deployment failure code.</p>",
628        "SyncDeploymentJobResponse$failureCode": "<p>The failure code if the job fails:</p> <dl> <dt>InternalServiceError</dt> <dd> <p>Internal service error.</p> </dd> <dt>RobotApplicationCrash</dt> <dd> <p>Robot application exited abnormally.</p> </dd> <dt>SimulationApplicationCrash</dt> <dd> <p> Simulation application exited abnormally.</p> </dd> <dt>BadPermissionsRobotApplication</dt> <dd> <p>Robot application bundle could not be downloaded.</p> </dd> <dt>BadPermissionsSimulationApplication</dt> <dd> <p>Simulation application bundle could not be downloaded.</p> </dd> <dt>BadPermissionsS3Output</dt> <dd> <p>Unable to publish outputs to customer-provided S3 bucket.</p> </dd> <dt>BadPermissionsCloudwatchLogs</dt> <dd> <p>Unable to publish logs to customer-provided CloudWatch Logs resource.</p> </dd> <dt>SubnetIpLimitExceeded</dt> <dd> <p>Subnet IP limit exceeded.</p> </dd> <dt>ENILimitExceeded</dt> <dd> <p>ENI limit exceeded.</p> </dd> <dt>BadPermissionsUserCredentials</dt> <dd> <p>Unable to use the Role provided.</p> </dd> <dt>InvalidBundleRobotApplication</dt> <dd> <p>Robot bundle cannot be extracted (invalid format, bundling error, or other issue).</p> </dd> <dt>InvalidBundleSimulationApplication</dt> <dd> <p>Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).</p> </dd> <dt>RobotApplicationVersionMismatchedEtag</dt> <dd> <p>Etag for RobotApplication does not match value during version creation.</p> </dd> <dt>SimulationApplicationVersionMismatchedEtag</dt> <dd> <p>Etag for SimulationApplication does not match value during version creation.</p> </dd> </dl>"
629      }
630    },
631    "DeploymentJobs": {
632      "base": null,
633      "refs": {
634        "ListDeploymentJobsResponse$deploymentJobs": "<p>A list of deployment jobs that meet the criteria of the request.</p>"
635      }
636    },
637    "DeploymentLaunchConfig": {
638      "base": "<p>Configuration information for a deployment launch.</p>",
639      "refs": {
640        "DeploymentApplicationConfig$launchConfig": "<p>The launch configuration.</p>"
641      }
642    },
643    "DeploymentStatus": {
644      "base": null,
645      "refs": {
646        "CreateDeploymentJobResponse$status": "<p>The status of the deployment job.</p>",
647        "DeploymentJob$status": "<p>The status of the deployment job.</p>",
648        "DescribeDeploymentJobResponse$status": "<p>The status of the deployment job.</p>",
649        "DescribeFleetResponse$lastDeploymentStatus": "<p>The status of the last deployment.</p>",
650        "Fleet$lastDeploymentStatus": "<p>The status of the last fleet deployment.</p>",
651        "SyncDeploymentJobResponse$status": "<p>The status of the synchronization job.</p>"
652      }
653    },
654    "DeploymentTimeout": {
655      "base": null,
656      "refs": {
657        "DeploymentConfig$robotDeploymentTimeoutInSeconds": "<p>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.</p>"
658      }
659    },
660    "DeploymentVersion": {
661      "base": null,
662      "refs": {
663        "DeploymentApplicationConfig$applicationVersion": "<p>The version of the application.</p>"
664      }
665    },
666    "DeregisterRobotRequest": {
667      "base": null,
668      "refs": {
669      }
670    },
671    "DeregisterRobotResponse": {
672      "base": null,
673      "refs": {
674      }
675    },
676    "DescribeDeploymentJobRequest": {
677      "base": null,
678      "refs": {
679      }
680    },
681    "DescribeDeploymentJobResponse": {
682      "base": null,
683      "refs": {
684      }
685    },
686    "DescribeFleetRequest": {
687      "base": null,
688      "refs": {
689      }
690    },
691    "DescribeFleetResponse": {
692      "base": null,
693      "refs": {
694      }
695    },
696    "DescribeRobotApplicationRequest": {
697      "base": null,
698      "refs": {
699      }
700    },
701    "DescribeRobotApplicationResponse": {
702      "base": null,
703      "refs": {
704      }
705    },
706    "DescribeRobotRequest": {
707      "base": null,
708      "refs": {
709      }
710    },
711    "DescribeRobotResponse": {
712      "base": null,
713      "refs": {
714      }
715    },
716    "DescribeSimulationApplicationRequest": {
717      "base": null,
718      "refs": {
719      }
720    },
721    "DescribeSimulationApplicationResponse": {
722      "base": null,
723      "refs": {
724      }
725    },
726    "DescribeSimulationJobBatchRequest": {
727      "base": null,
728      "refs": {
729      }
730    },
731    "DescribeSimulationJobBatchResponse": {
732      "base": null,
733      "refs": {
734      }
735    },
736    "DescribeSimulationJobRequest": {
737      "base": null,
738      "refs": {
739      }
740    },
741    "DescribeSimulationJobResponse": {
742      "base": null,
743      "refs": {
744      }
745    },
746    "DescribeWorldExportJobRequest": {
747      "base": null,
748      "refs": {
749      }
750    },
751    "DescribeWorldExportJobResponse": {
752      "base": null,
753      "refs": {
754      }
755    },
756    "DescribeWorldGenerationJobRequest": {
757      "base": null,
758      "refs": {
759      }
760    },
761    "DescribeWorldGenerationJobResponse": {
762      "base": null,
763      "refs": {
764      }
765    },
766    "DescribeWorldRequest": {
767      "base": null,
768      "refs": {
769      }
770    },
771    "DescribeWorldResponse": {
772      "base": null,
773      "refs": {
774      }
775    },
776    "DescribeWorldTemplateRequest": {
777      "base": null,
778      "refs": {
779      }
780    },
781    "DescribeWorldTemplateResponse": {
782      "base": null,
783      "refs": {
784      }
785    },
786    "EnvironmentVariableKey": {
787      "base": null,
788      "refs": {
789        "EnvironmentVariableMap$key": null
790      }
791    },
792    "EnvironmentVariableMap": {
793      "base": null,
794      "refs": {
795        "DeploymentLaunchConfig$environmentVariables": "<p>An array of key/value pairs specifying environment variables for the robot application</p>",
796        "LaunchConfig$environmentVariables": "<p>The environment variables for the application launch.</p>"
797      }
798    },
799    "EnvironmentVariableValue": {
800      "base": null,
801      "refs": {
802        "EnvironmentVariableMap$value": null
803      }
804    },
805    "FailedAt": {
806      "base": null,
807      "refs": {
808        "FailedCreateSimulationJobRequest$failedAt": "<p>The time, in milliseconds since the epoch, when the simulation job batch failed.</p>"
809      }
810    },
811    "FailedCreateSimulationJobRequest": {
812      "base": "<p>Information about a failed create simulation job request.</p>",
813      "refs": {
814        "FailedCreateSimulationJobRequests$member": null
815      }
816    },
817    "FailedCreateSimulationJobRequests": {
818      "base": null,
819      "refs": {
820        "DescribeSimulationJobBatchResponse$failedRequests": "<p>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. </p>",
821        "StartSimulationJobBatchResponse$failedRequests": "<p>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. </p>"
822      }
823    },
824    "FailureBehavior": {
825      "base": null,
826      "refs": {
827        "CreateSimulationJobRequest$failureBehavior": "<p>The failure behavior the simulation job.</p> <dl> <dt>Continue</dt> <dd> <p>Restart the simulation job in the same host instance.</p> </dd> <dt>Fail</dt> <dd> <p>Stop the simulation job and terminate the instance.</p> </dd> </dl>",
828        "CreateSimulationJobResponse$failureBehavior": "<p>the failure behavior for the simulation job.</p>",
829        "DescribeSimulationJobResponse$failureBehavior": "<p>The failure behavior for the simulation job.</p>",
830        "SimulationJob$failureBehavior": "<p>The failure behavior the simulation job.</p> <dl> <dt>Continue</dt> <dd> <p>Restart the simulation job in the same host instance.</p> </dd> <dt>Fail</dt> <dd> <p>Stop the simulation job and terminate the instance.</p> </dd> </dl>",
831        "SimulationJobRequest$failureBehavior": "<p>The failure behavior the simulation job.</p> <dl> <dt>Continue</dt> <dd> <p>Restart the simulation job in the same host instance.</p> </dd> <dt>Fail</dt> <dd> <p>Stop the simulation job and terminate the instance.</p> </dd> </dl>"
832      }
833    },
834    "FailureSummary": {
835      "base": "<p>Information about worlds that failed.</p>",
836      "refs": {
837        "FinishedWorldsSummary$failureSummary": "<p>Information about worlds that failed.</p>"
838      }
839    },
840    "Filter": {
841      "base": "<p>Information about a filter.</p>",
842      "refs": {
843        "Filters$member": null
844      }
845    },
846    "FilterValues": {
847      "base": null,
848      "refs": {
849        "Filter$values": "<p>A list of values.</p>"
850      }
851    },
852    "Filters": {
853      "base": null,
854      "refs": {
855        "ListDeploymentJobsRequest$filters": "<p>Optional filters to limit results.</p> <p>The filter names <code>status</code> and <code>fleetName</code> 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 <code>InProgress</code> or the status <code>Pending</code>.</p>",
856        "ListFleetsRequest$filters": "<p>Optional filters to limit results.</p> <p>The filter name <code>name</code> is supported. When filtering, you must use the complete value of the filtered item. You can use up to three filters.</p>",
857        "ListRobotApplicationsRequest$filters": "<p>Optional filters to limit results.</p> <p>The filter name <code>name</code> is supported. When filtering, you must use the complete value of the filtered item. You can use up to three filters.</p>",
858        "ListRobotsRequest$filters": "<p>Optional filters to limit results.</p> <p>The filter names <code>status</code> and <code>fleetName</code> 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 <code>Registered</code> or the status <code>Available</code>.</p>",
859        "ListSimulationApplicationsRequest$filters": "<p>Optional list of filters to limit results.</p> <p>The filter name <code>name</code> is supported. When filtering, you must use the complete value of the filtered item. You can use up to three filters.</p>",
860        "ListSimulationJobBatchesRequest$filters": "<p>Optional filters to limit results.</p>",
861        "ListSimulationJobsRequest$filters": "<p>Optional filters to limit results.</p> <p>The filter names <code>status</code> and <code>simulationApplicationName</code> and <code>robotApplicationName</code> 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 <code>Preparing</code> or the status <code>Running</code>.</p>",
862        "ListWorldExportJobsRequest$filters": "<p>Optional filters to limit results. You can use <code>generationJobId</code> and <code>templateId</code>.</p>",
863        "ListWorldGenerationJobsRequest$filters": "<p>Optional filters to limit results. You can use <code>status</code> and <code>templateId</code>.</p>",
864        "ListWorldsRequest$filters": "<p>Optional filters to limit results. You can use <code>status</code>.</p>"
865      }
866    },
867    "FinishedWorldsSummary": {
868      "base": "<p>Information about worlds that finished.</p>",
869      "refs": {
870        "DescribeWorldGenerationJobResponse$finishedWorldsSummary": "<p>Summary information about finished worlds.</p>"
871      }
872    },
873    "Fleet": {
874      "base": "<p>Information about a fleet.</p>",
875      "refs": {
876        "Fleets$member": null
877      }
878    },
879    "Fleets": {
880      "base": null,
881      "refs": {
882        "ListFleetsResponse$fleetDetails": "<p>A list of fleet details meeting the request criteria.</p>"
883      }
884    },
885    "FloorplanCount": {
886      "base": null,
887      "refs": {
888        "WorldCount$floorplanCount": "<p>The number of unique floorplans.</p>"
889      }
890    },
891    "GenericInteger": {
892      "base": null,
893      "refs": {
894        "ProgressDetail$estimatedTimeRemainingSeconds": "<p>Estimated amount of time in seconds remaining in the step. This currently only applies to the <code>Downloading/Extracting</code> step of the deployment. It is empty for other steps.</p>"
895      }
896    },
897    "GenericString": {
898      "base": null,
899      "refs": {
900        "CreateDeploymentJobResponse$failureReason": "<p>The failure reason of the deployment job if it failed.</p>",
901        "DeploymentJob$failureReason": "<p>A short description of the reason why the deployment job failed.</p>",
902        "DescribeDeploymentJobResponse$failureReason": "<p>A short description of the reason why the deployment job failed.</p>",
903        "DescribeSimulationJobBatchResponse$failureReason": "<p>The reason the simulation job batch failed.</p>",
904        "DescribeSimulationJobResponse$failureReason": "<p>Details about why the simulation job failed. For more information about troubleshooting, see <a href=\"https://docs.aws.amazon.com/robomaker/latest/dg/troubleshooting.html\">Troubleshooting</a>.</p>",
905        "DescribeWorldExportJobResponse$failureReason": "<p>The reason why the world export job failed.</p>",
906        "DescribeWorldGenerationJobResponse$failureReason": "<p>The reason why the world generation job failed.</p>",
907        "FailedCreateSimulationJobRequest$failureReason": "<p>The failure reason of the simulation job request.</p>",
908        "NetworkInterface$networkInterfaceId": "<p>The ID of the network interface.</p>",
909        "NetworkInterface$privateIpAddress": "<p>The IPv4 address of the network interface within the subnet.</p>",
910        "NetworkInterface$publicIpAddress": "<p>The IPv4 public address of the network interface.</p>",
911        "ProgressDetail$targetResource": "<p>The Amazon Resource Name (ARN) of the deployment job.</p>",
912        "RobotDeployment$failureReason": "<p>A short description of the reason why the robot deployment failed.</p>",
913        "SimulationJob$failureReason": "<p>The reason why the simulation job failed.</p>",
914        "StartSimulationJobBatchResponse$failureReason": "<p>The reason the simulation job batch failed.</p>",
915        "SyncDeploymentJobResponse$failureReason": "<p>The failure reason if the job fails.</p>",
916        "VPCConfigResponse$vpcId": "<p>The VPC ID associated with your simulation job.</p>",
917        "WorldFailure$sampleFailureReason": "<p>The sample reason why the world failed. World errors are aggregated. A sample is used as the <code>sampleFailureReason</code>. </p>"
918      }
919    },
920    "GetWorldTemplateBodyRequest": {
921      "base": null,
922      "refs": {
923      }
924    },
925    "GetWorldTemplateBodyResponse": {
926      "base": null,
927      "refs": {
928      }
929    },
930    "IamRole": {
931      "base": null,
932      "refs": {
933        "CreateSimulationJobRequest$iamRole": "<p>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. </p>",
934        "CreateSimulationJobResponse$iamRole": "<p>The IAM role that allows the simulation job to call the AWS APIs that are specified in its associated policies on your behalf.</p>",
935        "CreateWorldExportJobRequest$iamRole": "<p>The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.</p>",
936        "CreateWorldExportJobResponse$iamRole": "<p>The IAM role that the world export process uses to access the Amazon S3 bucket and put the export. </p>",
937        "DescribeSimulationJobResponse$iamRole": "<p>The IAM role that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf.</p>",
938        "DescribeWorldExportJobResponse$iamRole": "<p>The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.</p>",
939        "SimulationJob$iamRole": "<p>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. </p>",
940        "SimulationJobRequest$iamRole": "<p>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. </p>"
941      }
942    },
943    "Id": {
944      "base": null,
945      "refs": {
946        "CreateRobotRequest$greengrassGroupId": "<p>The Greengrass group id.</p>",
947        "CreateRobotResponse$greengrassGroupId": "<p>The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.</p>",
948        "DescribeRobotResponse$greengrassGroupId": "<p>The Greengrass group id.</p>",
949        "Robot$greenGrassGroupId": "<p>The Greengrass group associated with the robot.</p>"
950      }
951    },
952    "IdempotentParameterMismatchException": {
953      "base": "<p>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. </p>",
954      "refs": {
955      }
956    },
957    "Integer": {
958      "base": null,
959      "refs": {
960        "FailureSummary$totalFailureCount": "<p>The total number of failures.</p>",
961        "FinishedWorldsSummary$finishedCount": "<p>The total number of finished worlds.</p>",
962        "SimulationJobBatchSummary$failedRequestCount": "<p>The number of failed simulation job requests.</p>",
963        "SimulationJobBatchSummary$pendingRequestCount": "<p>The number of pending simulation job requests.</p>",
964        "SimulationJobBatchSummary$createdRequestCount": "<p>The number of created simulation job requests.</p>",
965        "WorldFailure$failureCount": "<p>The number of failed worlds.</p>",
966        "WorldGenerationJobSummary$succeededWorldCount": "<p>The number of worlds that were generated.</p>",
967        "WorldGenerationJobSummary$failedWorldCount": "<p>The number of worlds that failed.</p>"
968      }
969    },
970    "InteriorCountPerFloorplan": {
971      "base": null,
972      "refs": {
973        "WorldCount$interiorCountPerFloorplan": "<p>The number of unique interiors per floorplan.</p>"
974      }
975    },
976    "InternalServerException": {
977      "base": "<p>AWS RoboMaker experienced a service issue. Try your call again.</p>",
978      "refs": {
979      }
980    },
981    "InvalidParameterException": {
982      "base": "<p>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.</p>",
983      "refs": {
984      }
985    },
986    "JobDuration": {
987      "base": null,
988      "refs": {
989        "CreateSimulationJobRequest$maxJobDurationInSeconds": "<p>The maximum simulation job duration in seconds (up to 14 days or 1,209,600 seconds. When <code>maxJobDurationInSeconds</code> is reached, the simulation job will status will transition to <code>Completed</code>.</p>",
990        "CreateSimulationJobResponse$maxJobDurationInSeconds": "<p>The maximum simulation job duration in seconds. </p>",
991        "DescribeSimulationJobResponse$maxJobDurationInSeconds": "<p>The maximum job duration in seconds. The value must be 8 days (691,200 seconds) or less.</p>",
992        "SimulationJob$maxJobDurationInSeconds": "<p>The maximum simulation job duration in seconds. The value must be 8 days (691,200 seconds) or less.</p>",
993        "SimulationJobRequest$maxJobDurationInSeconds": "<p>The maximum simulation job duration in seconds. The value must be 8 days (691,200 seconds) or less.</p>"
994      }
995    },
996    "Json": {
997      "base": null,
998      "refs": {
999        "CreateWorldTemplateRequest$templateBody": "<p>The world template body.</p>",
1000        "GetWorldTemplateBodyResponse$templateBody": "<p>The world template body.</p>",
1001        "UpdateWorldTemplateRequest$templateBody": "<p>The world template body.</p>"
1002      }
1003    },
1004    "LastStartedAt": {
1005      "base": null,
1006      "refs": {
1007        "CreateSimulationJobResponse$lastStartedAt": "<p>The time, in milliseconds since the epoch, when the simulation job was last started.</p>",
1008        "DescribeSimulationJobResponse$lastStartedAt": "<p>The time, in milliseconds since the epoch, when the simulation job was last started.</p>",
1009        "SimulationJob$lastStartedAt": "<p>The time, in milliseconds since the epoch, when the simulation job was last started.</p>"
1010      }
1011    },
1012    "LastUpdatedAt": {
1013      "base": null,
1014      "refs": {
1015        "CreateRobotApplicationResponse$lastUpdatedAt": "<p>The time, in milliseconds since the epoch, when the robot application was last updated.</p>",
1016        "CreateRobotApplicationVersionResponse$lastUpdatedAt": "<p>The time, in milliseconds since the epoch, when the robot application was last updated.</p>",
1017        "CreateSimulationApplicationResponse$lastUpdatedAt": "<p>The time, in milliseconds since the epoch, when the simulation application was last updated.</p>",
1018        "CreateSimulationApplicationVersionResponse$lastUpdatedAt": "<p>The time, in milliseconds since the epoch, when the simulation application was last updated.</p>",
1019        "CreateSimulationJobResponse$lastUpdatedAt": "<p>The time, in milliseconds since the epoch, when the simulation job was last updated.</p>",
1020        "DescribeRobotApplicationResponse$lastUpdatedAt": "<p>The time, in milliseconds since the epoch, when the robot application was last updated.</p>",
1021        "DescribeSimulationApplicationResponse$lastUpdatedAt": "<p>The time, in milliseconds since the epoch, when the simulation application was last updated.</p>",
1022        "DescribeSimulationJobBatchResponse$lastUpdatedAt": "<p>The time, in milliseconds since the epoch, when the simulation job batch was last updated.</p>",
1023        "DescribeSimulationJobResponse$lastUpdatedAt": "<p>The time, in milliseconds since the epoch, when the simulation job was last updated.</p>",
1024        "DescribeWorldTemplateResponse$lastUpdatedAt": "<p>The time, in milliseconds since the epoch, when the world template was last updated.</p>",
1025        "RobotApplicationSummary$lastUpdatedAt": "<p>The time, in milliseconds since the epoch, when the robot application was last updated.</p>",
1026        "SimulationApplicationSummary$lastUpdatedAt": "<p>The time, in milliseconds since the epoch, when the simulation application was last updated.</p>",
1027        "SimulationJob$lastUpdatedAt": "<p>The time, in milliseconds since the epoch, when the simulation job was last updated.</p>",
1028        "SimulationJobBatchSummary$lastUpdatedAt": "<p>The time, in milliseconds since the epoch, when the simulation job batch was last updated.</p>",
1029        "SimulationJobSummary$lastUpdatedAt": "<p>The time, in milliseconds since the epoch, when the simulation job was last updated.</p>",
1030        "TemplateSummary$lastUpdatedAt": "<p>The time, in milliseconds since the epoch, when the template was last updated.</p>",
1031        "UpdateRobotApplicationResponse$lastUpdatedAt": "<p>The time, in milliseconds since the epoch, when the robot application was last updated.</p>",
1032        "UpdateSimulationApplicationResponse$lastUpdatedAt": "<p>The time, in milliseconds since the epoch, when the simulation application was last updated.</p>",
1033        "UpdateWorldTemplateResponse$lastUpdatedAt": "<p>The time, in milliseconds since the epoch, when the world template was last updated.</p>"
1034      }
1035    },
1036    "LaunchConfig": {
1037      "base": "<p>Information about a launch configuration.</p>",
1038      "refs": {
1039        "RobotApplicationConfig$launchConfig": "<p>The launch configuration for the robot application.</p>",
1040        "SimulationApplicationConfig$launchConfig": "<p>The launch configuration for the simulation application.</p>"
1041      }
1042    },
1043    "LimitExceededException": {
1044      "base": "<p>The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed. </p>",
1045      "refs": {
1046      }
1047    },
1048    "ListDeploymentJobsRequest": {
1049      "base": null,
1050      "refs": {
1051      }
1052    },
1053    "ListDeploymentJobsResponse": {
1054      "base": null,
1055      "refs": {
1056      }
1057    },
1058    "ListFleetsRequest": {
1059      "base": null,
1060      "refs": {
1061      }
1062    },
1063    "ListFleetsResponse": {
1064      "base": null,
1065      "refs": {
1066      }
1067    },
1068    "ListRobotApplicationsRequest": {
1069      "base": null,
1070      "refs": {
1071      }
1072    },
1073    "ListRobotApplicationsResponse": {
1074      "base": null,
1075      "refs": {
1076      }
1077    },
1078    "ListRobotsRequest": {
1079      "base": null,
1080      "refs": {
1081      }
1082    },
1083    "ListRobotsResponse": {
1084      "base": null,
1085      "refs": {
1086      }
1087    },
1088    "ListSimulationApplicationsRequest": {
1089      "base": null,
1090      "refs": {
1091      }
1092    },
1093    "ListSimulationApplicationsResponse": {
1094      "base": null,
1095      "refs": {
1096      }
1097    },
1098    "ListSimulationJobBatchesRequest": {
1099      "base": null,
1100      "refs": {
1101      }
1102    },
1103    "ListSimulationJobBatchesResponse": {
1104      "base": null,
1105      "refs": {
1106      }
1107    },
1108    "ListSimulationJobsRequest": {
1109      "base": null,
1110      "refs": {
1111      }
1112    },
1113    "ListSimulationJobsResponse": {
1114      "base": null,
1115      "refs": {
1116      }
1117    },
1118    "ListTagsForResourceRequest": {
1119      "base": null,
1120      "refs": {
1121      }
1122    },
1123    "ListTagsForResourceResponse": {
1124      "base": null,
1125      "refs": {
1126      }
1127    },
1128    "ListWorldExportJobsRequest": {
1129      "base": null,
1130      "refs": {
1131      }
1132    },
1133    "ListWorldExportJobsResponse": {
1134      "base": null,
1135      "refs": {
1136      }
1137    },
1138    "ListWorldGenerationJobsRequest": {
1139      "base": null,
1140      "refs": {
1141      }
1142    },
1143    "ListWorldGenerationJobsResponse": {
1144      "base": null,
1145      "refs": {
1146      }
1147    },
1148    "ListWorldTemplatesRequest": {
1149      "base": null,
1150      "refs": {
1151      }
1152    },
1153    "ListWorldTemplatesResponse": {
1154      "base": null,
1155      "refs": {
1156      }
1157    },
1158    "ListWorldsRequest": {
1159      "base": null,
1160      "refs": {
1161      }
1162    },
1163    "ListWorldsResponse": {
1164      "base": null,
1165      "refs": {
1166      }
1167    },
1168    "LoggingConfig": {
1169      "base": "<p>The logging configuration.</p>",
1170      "refs": {
1171        "CreateSimulationJobRequest$loggingConfig": "<p>The logging configuration.</p>",
1172        "CreateSimulationJobResponse$loggingConfig": "<p>The logging configuration.</p>",
1173        "DescribeSimulationJobResponse$loggingConfig": "<p>The logging configuration.</p>",
1174        "SimulationJob$loggingConfig": "<p>The logging configuration.</p>",
1175        "SimulationJobRequest$loggingConfig": null
1176      }
1177    },
1178    "MaxConcurrency": {
1179      "base": null,
1180      "refs": {
1181        "BatchPolicy$maxConcurrency": "<p>The number of active simulation jobs create as part of the batch that can be in an active state at the same time. </p> <p>Active states include: <code>Pending</code>,<code>Preparing</code>, <code>Running</code>, <code>Restarting</code>, <code>RunningFailed</code> and <code>Terminating</code>. All other states are terminal states. </p>"
1182      }
1183    },
1184    "MaxResults": {
1185      "base": null,
1186      "refs": {
1187        "ListDeploymentJobsRequest$maxResults": "<p>When this parameter is used, <code>ListDeploymentJobs</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>ListDeploymentJobs</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 200. If this parameter is not used, then <code>ListDeploymentJobs</code> returns up to 200 results and a <code>nextToken</code> value if applicable. </p>",
1188        "ListFleetsRequest$maxResults": "<p>When this parameter is used, <code>ListFleets</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>ListFleets</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 200. If this parameter is not used, then <code>ListFleets</code> returns up to 200 results and a <code>nextToken</code> value if applicable. </p>",
1189        "ListRobotApplicationsRequest$maxResults": "<p>When this parameter is used, <code>ListRobotApplications</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>ListRobotApplications</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 100. If this parameter is not used, then <code>ListRobotApplications</code> returns up to 100 results and a <code>nextToken</code> value if applicable. </p>",
1190        "ListRobotsRequest$maxResults": "<p>When this parameter is used, <code>ListRobots</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>ListRobots</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 200. If this parameter is not used, then <code>ListRobots</code> returns up to 200 results and a <code>nextToken</code> value if applicable. </p>",
1191        "ListSimulationApplicationsRequest$maxResults": "<p>When this parameter is used, <code>ListSimulationApplications</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>ListSimulationApplications</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 100. If this parameter is not used, then <code>ListSimulationApplications</code> returns up to 100 results and a <code>nextToken</code> value if applicable. </p>",
1192        "ListSimulationJobBatchesRequest$maxResults": "<p>When this parameter is used, <code>ListSimulationJobBatches</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>ListSimulationJobBatches</code> request with the returned <code>nextToken</code> value. </p>",
1193        "ListSimulationJobsRequest$maxResults": "<p>When this parameter is used, <code>ListSimulationJobs</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>ListSimulationJobs</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 1000. If this parameter is not used, then <code>ListSimulationJobs</code> returns up to 1000 results and a <code>nextToken</code> value if applicable. </p>",
1194        "ListWorldExportJobsRequest$maxResults": "<p>When this parameter is used, <code>ListWorldExportJobs</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>ListWorldExportJobs</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 100. If this parameter is not used, then <code>ListWorldExportJobs</code> returns up to 100 results and a <code>nextToken</code> value if applicable. </p>",
1195        "ListWorldGenerationJobsRequest$maxResults": "<p>When this parameter is used, <code>ListWorldGeneratorJobs</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>ListWorldGeneratorJobs</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 100. If this parameter is not used, then <code>ListWorldGeneratorJobs</code> returns up to 100 results and a <code>nextToken</code> value if applicable. </p>",
1196        "ListWorldTemplatesRequest$maxResults": "<p>When this parameter is used, <code>ListWorldTemplates</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>ListWorldTemplates</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 100. If this parameter is not used, then <code>ListWorldTemplates</code> returns up to 100 results and a <code>nextToken</code> value if applicable. </p>",
1197        "ListWorldsRequest$maxResults": "<p>When this parameter is used, <code>ListWorlds</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>ListWorlds</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 100. If this parameter is not used, then <code>ListWorlds</code> returns up to 100 results and a <code>nextToken</code> value if applicable. </p>"
1198      }
1199    },
1200    "Name": {
1201      "base": null,
1202      "refs": {
1203        "CreateFleetRequest$name": "<p>The name of the fleet.</p>",
1204        "CreateFleetResponse$name": "<p>The name of the fleet.</p>",
1205        "CreateRobotApplicationRequest$name": "<p>The name of the robot application.</p>",
1206        "CreateRobotApplicationResponse$name": "<p>The name of the robot application.</p>",
1207        "CreateRobotApplicationVersionResponse$name": "<p>The name of the robot application.</p>",
1208        "CreateRobotRequest$name": "<p>The name for the robot.</p>",
1209        "CreateRobotResponse$name": "<p>The name of the robot.</p>",
1210        "CreateSimulationApplicationRequest$name": "<p>The name of the simulation application.</p>",
1211        "CreateSimulationApplicationResponse$name": "<p>The name of the simulation application.</p>",
1212        "CreateSimulationApplicationVersionResponse$name": "<p>The name of the simulation application.</p>",
1213        "DataSource$name": "<p>The name of the data source.</p>",
1214        "DataSourceConfig$name": "<p>The name of the data source.</p>",
1215        "DataSourceNames$member": null,
1216        "DescribeFleetResponse$name": "<p>The name of the fleet.</p>",
1217        "DescribeRobotApplicationResponse$name": "<p>The name of the robot application.</p>",
1218        "DescribeRobotResponse$name": "<p>The name of the robot.</p>",
1219        "DescribeSimulationApplicationResponse$name": "<p>The name of the simulation application.</p>",
1220        "DescribeSimulationJobResponse$name": "<p>The name of the simulation job.</p>",
1221        "Filter$name": "<p>The name of the filter.</p>",
1222        "FilterValues$member": null,
1223        "Fleet$name": "<p>The name of the fleet.</p>",
1224        "Robot$name": "<p>The name of the robot.</p>",
1225        "RobotApplicationNames$member": null,
1226        "RobotApplicationSummary$name": "<p>The name of the robot application.</p>",
1227        "SimulationApplicationNames$member": null,
1228        "SimulationApplicationSummary$name": "<p>The name of the simulation application.</p>",
1229        "SimulationJob$name": "<p>The name of the simulation job.</p>",
1230        "SimulationJobSummary$name": "<p>The name of the simulation job.</p>",
1231        "UpdateRobotApplicationResponse$name": "<p>The name of the robot application.</p>",
1232        "UpdateSimulationApplicationResponse$name": "<p>The name of the simulation application.</p>",
1233        "UploadConfiguration$name": "<p>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. </p> <p> For example, if your simulation output location is <code>s3://my-bucket</code> and your upload configuration name is <code>robot-test</code>, your files will be uploaded to <code>s3://my-bucket/&lt;simid&gt;/&lt;runid&gt;/robot-test</code>. </p>"
1234      }
1235    },
1236    "NetworkInterface": {
1237      "base": "<p>Describes a network interface.</p>",
1238      "refs": {
1239        "DescribeSimulationJobResponse$networkInterface": "<p>The network interface information for the simulation job.</p>",
1240        "SimulationJob$networkInterface": "<p>Information about a network interface.</p>"
1241      }
1242    },
1243    "NonEmptyString": {
1244      "base": null,
1245      "refs": {
1246        "SecurityGroups$member": null,
1247        "Subnets$member": null
1248      }
1249    },
1250    "NonSystemPort": {
1251      "base": null,
1252      "refs": {
1253        "PortMapping$applicationPort": "<p>The port number on the application.</p>"
1254      }
1255    },
1256    "OutputLocation": {
1257      "base": "<p>The output location.</p>",
1258      "refs": {
1259        "CreateSimulationJobRequest$outputLocation": "<p>Location for output files generated by the simulation job.</p>",
1260        "CreateSimulationJobResponse$outputLocation": "<p>Simulation job output files location.</p>",
1261        "CreateWorldExportJobRequest$outputLocation": null,
1262        "CreateWorldExportJobResponse$outputLocation": null,
1263        "DescribeSimulationJobResponse$outputLocation": "<p>Location for output files generated by the simulation job.</p>",
1264        "DescribeWorldExportJobResponse$outputLocation": null,
1265        "SimulationJob$outputLocation": "<p>Location for output files generated by the simulation job.</p>",
1266        "SimulationJobRequest$outputLocation": null
1267      }
1268    },
1269    "PaginationToken": {
1270      "base": null,
1271      "refs": {
1272        "ListDeploymentJobsRequest$nextToken": "<p>If the previous paginated request did not return all of the remaining results, the response object's <code>nextToken</code> parameter value is set to a token. To retrieve the next set of results, call <code>ListDeploymentJobs</code> again and assign that token to the request object's <code>nextToken</code> parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null. </p>",
1273        "ListDeploymentJobsResponse$nextToken": "<p>If the previous paginated request did not return all of the remaining results, the response object's <code>nextToken</code> parameter value is set to a token. To retrieve the next set of results, call <code>ListDeploymentJobs</code> again and assign that token to the request object's <code>nextToken</code> parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null. </p>",
1274        "ListFleetsRequest$nextToken": "<p>If the previous paginated request did not return all of the remaining results, the response object's <code>nextToken</code> parameter value is set to a token. To retrieve the next set of results, call <code>ListFleets</code> again and assign that token to the request object's <code>nextToken</code> parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null. </p> <note> <p>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.</p> </note>",
1275        "ListFleetsResponse$nextToken": "<p>If the previous paginated request did not return all of the remaining results, the response object's <code>nextToken</code> parameter value is set to a token. To retrieve the next set of results, call <code>ListFleets</code> again and assign that token to the request object's <code>nextToken</code> parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null. </p>",
1276        "ListRobotApplicationsRequest$nextToken": "<p>If the previous paginated request did not return all of the remaining results, the response object's <code>nextToken</code> parameter value is set to a token. To retrieve the next set of results, call <code>ListRobotApplications</code> again and assign that token to the request object's <code>nextToken</code> parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null. </p>",
1277        "ListRobotApplicationsResponse$nextToken": "<p>If the previous paginated request did not return all of the remaining results, the response object's <code>nextToken</code> parameter value is set to a token. To retrieve the next set of results, call <code>ListRobotApplications</code> again and assign that token to the request object's <code>nextToken</code> parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null. </p>",
1278        "ListRobotsRequest$nextToken": "<p>If the previous paginated request did not return all of the remaining results, the response object's <code>nextToken</code> parameter value is set to a token. To retrieve the next set of results, call <code>ListRobots</code> again and assign that token to the request object's <code>nextToken</code> parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null. </p>",
1279        "ListRobotsResponse$nextToken": "<p>If the previous paginated request did not return all of the remaining results, the response object's <code>nextToken</code> parameter value is set to a token. To retrieve the next set of results, call <code>ListRobots</code> again and assign that token to the request object's <code>nextToken</code> parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null. </p>",
1280        "ListSimulationApplicationsRequest$nextToken": "<p>If the previous paginated request did not return all of the remaining results, the response object's <code>nextToken</code> parameter value is set to a token. To retrieve the next set of results, call <code>ListSimulationApplications</code> again and assign that token to the request object's <code>nextToken</code> parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null. </p>",
1281        "ListSimulationApplicationsResponse$nextToken": "<p>If the previous paginated request did not return all of the remaining results, the response object's <code>nextToken</code> parameter value is set to a token. To retrieve the next set of results, call <code>ListSimulationApplications</code> again and assign that token to the request object's <code>nextToken</code> parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null. </p>",
1282        "ListSimulationJobBatchesRequest$nextToken": "<p>If the previous paginated request did not return all of the remaining results, the response object's <code>nextToken</code> parameter value is set to a token. To retrieve the next set of results, call <code>ListSimulationJobBatches</code> again and assign that token to the request object's <code>nextToken</code> parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null. </p>",
1283        "ListSimulationJobBatchesResponse$nextToken": "<p>If the previous paginated request did not return all of the remaining results, the response object's <code>nextToken</code> parameter value is set to a token. To retrieve the next set of results, call <code>ListSimulationJobBatches</code> again and assign that token to the request object's <code>nextToken</code> parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null. </p>",
1284        "ListSimulationJobsRequest$nextToken": "<p>If the previous paginated request did not return all of the remaining results, the response object's <code>nextToken</code> parameter value is set to a token. To retrieve the next set of results, call <code>ListSimulationJobs</code> again and assign that token to the request object's <code>nextToken</code> parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null. </p>",
1285        "ListSimulationJobsResponse$nextToken": "<p>If the previous paginated request did not return all of the remaining results, the response object's <code>nextToken</code> parameter value is set to a token. To retrieve the next set of results, call <code>ListSimulationJobs</code> again and assign that token to the request object's <code>nextToken</code> parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null. </p>",
1286        "ListWorldExportJobsRequest$nextToken": "<p>If the previous paginated request did not return all of the remaining results, the response object's <code>nextToken</code> parameter value is set to a token. To retrieve the next set of results, call <code>ListWorldExportJobs</code> again and assign that token to the request object's <code>nextToken</code> parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null. </p>",
1287        "ListWorldExportJobsResponse$nextToken": "<p>If the previous paginated request did not return all of the remaining results, the response object's <code>nextToken</code> parameter value is set to a token. To retrieve the next set of results, call <code>ListWorldExportJobsRequest</code> again and assign that token to the request object's <code>nextToken</code> parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null. </p>",
1288        "ListWorldGenerationJobsRequest$nextToken": "<p>If the previous paginated request did not return all of the remaining results, the response object's <code>nextToken</code> parameter value is set to a token. To retrieve the next set of results, call <code>ListWorldGenerationJobsRequest</code> again and assign that token to the request object's <code>nextToken</code> parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null. </p>",
1289        "ListWorldGenerationJobsResponse$nextToken": "<p>If the previous paginated request did not return all of the remaining results, the response object's <code>nextToken</code> parameter value is set to a token. To retrieve the next set of results, call <code>ListWorldGeneratorJobsRequest</code> again and assign that token to the request object's <code>nextToken</code> parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null. </p>",
1290        "ListWorldTemplatesRequest$nextToken": "<p>If the previous paginated request did not return all of the remaining results, the response object's <code>nextToken</code> parameter value is set to a token. To retrieve the next set of results, call <code>ListWorldTemplates</code> again and assign that token to the request object's <code>nextToken</code> parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null. </p>",
1291        "ListWorldTemplatesResponse$nextToken": "<p>If the previous paginated request did not return all of the remaining results, the response object's <code>nextToken</code> parameter value is set to a token. To retrieve the next set of results, call <code>ListWorldTemplates</code> again and assign that token to the request object's <code>nextToken</code> parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null. </p>",
1292        "ListWorldsRequest$nextToken": "<p>If the previous paginated request did not return all of the remaining results, the response object's <code>nextToken</code> parameter value is set to a token. To retrieve the next set of results, call <code>ListWorlds</code> again and assign that token to the request object's <code>nextToken</code> parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null. </p>",
1293        "ListWorldsResponse$nextToken": "<p>If the previous paginated request did not return all of the remaining results, the response object's <code>nextToken</code> parameter value is set to a token. To retrieve the next set of results, call <code>ListWorlds</code> again and assign that token to the request object's <code>nextToken</code> parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null. </p>"
1294      }
1295    },
1296    "Path": {
1297      "base": null,
1298      "refs": {
1299        "DeploymentLaunchConfig$preLaunchFile": "<p>The deployment pre-launch file. This file will be executed prior to the launch file.</p>",
1300        "DeploymentLaunchConfig$postLaunchFile": "<p>The deployment post-launch file. This file will be executed after the launch file.</p>",
1301        "UploadConfiguration$path": "<p> Specifies the path of the file(s) to upload. Standard Unix glob matching rules are accepted, with the addition of <code>**</code> as a <i>super asterisk</i>. For example, specifying <code>/var/log/**.log</code> causes all .log files in the <code>/var/log</code> directory tree to be collected. For more examples, see <a href=\"https://github.com/gobwas/glob\">Glob Library</a>. </p>"
1302      }
1303    },
1304    "PercentDone": {
1305      "base": null,
1306      "refs": {
1307        "ProgressDetail$percentDone": "<p>Precentage of the step that is done. This currently only applies to the <code>Downloading/Extracting</code> step of the deployment. It is empty for other steps.</p>"
1308      }
1309    },
1310    "Percentage": {
1311      "base": null,
1312      "refs": {
1313        "DeploymentConfig$concurrentDeploymentPercentage": "<p>The percentage of robots receiving the deployment at the same time.</p>",
1314        "DeploymentConfig$failureThresholdPercentage": "<p>The percentage of deployments that need to fail before stopping deployment.</p>"
1315      }
1316    },
1317    "Port": {
1318      "base": null,
1319      "refs": {
1320        "PortMapping$jobPort": "<p>The port number on the simulation job instance to use as a remote connection point. </p>"
1321      }
1322    },
1323    "PortForwardingConfig": {
1324      "base": "<p>Configuration information for port forwarding.</p>",
1325      "refs": {
1326        "LaunchConfig$portForwardingConfig": "<p>The port forwarding configuration.</p>"
1327      }
1328    },
1329    "PortMapping": {
1330      "base": "<p>An object representing a port mapping.</p>",
1331      "refs": {
1332        "PortMappingList$member": null
1333      }
1334    },
1335    "PortMappingList": {
1336      "base": null,
1337      "refs": {
1338        "PortForwardingConfig$portMappings": "<p>The port mappings for the configuration.</p>"
1339      }
1340    },
1341    "ProgressDetail": {
1342      "base": "<p>Information about the progress of a deployment job.</p>",
1343      "refs": {
1344        "RobotDeployment$progressDetail": "<p>Information about how the deployment is progressing.</p>"
1345      }
1346    },
1347    "RegisterRobotRequest": {
1348      "base": null,
1349      "refs": {
1350      }
1351    },
1352    "RegisterRobotResponse": {
1353      "base": null,
1354      "refs": {
1355      }
1356    },
1357    "RenderingEngine": {
1358      "base": "<p>Information about a rendering engine.</p>",
1359      "refs": {
1360        "CreateSimulationApplicationRequest$renderingEngine": "<p>The rendering engine for the simulation application.</p>",
1361        "CreateSimulationApplicationResponse$renderingEngine": "<p>The rendering engine for the simulation application.</p>",
1362        "CreateSimulationApplicationVersionResponse$renderingEngine": "<p>The rendering engine for the simulation application.</p>",
1363        "DescribeSimulationApplicationResponse$renderingEngine": "<p>The rendering engine for the simulation application.</p>",
1364        "UpdateSimulationApplicationRequest$renderingEngine": "<p>The rendering engine for the simulation application.</p>",
1365        "UpdateSimulationApplicationResponse$renderingEngine": "<p>The rendering engine for the simulation application.</p>"
1366      }
1367    },
1368    "RenderingEngineType": {
1369      "base": null,
1370      "refs": {
1371        "RenderingEngine$name": "<p>The name of the rendering engine.</p>"
1372      }
1373    },
1374    "RenderingEngineVersionType": {
1375      "base": null,
1376      "refs": {
1377        "RenderingEngine$version": "<p>The version of the rendering engine.</p>"
1378      }
1379    },
1380    "ResourceAlreadyExistsException": {
1381      "base": "<p>The specified resource already exists.</p>",
1382      "refs": {
1383      }
1384    },
1385    "ResourceNotFoundException": {
1386      "base": "<p>The specified resource does not exist.</p>",
1387      "refs": {
1388      }
1389    },
1390    "RestartSimulationJobRequest": {
1391      "base": null,
1392      "refs": {
1393      }
1394    },
1395    "RestartSimulationJobResponse": {
1396      "base": null,
1397      "refs": {
1398      }
1399    },
1400    "RevisionId": {
1401      "base": null,
1402      "refs": {
1403        "CreateRobotApplicationResponse$revisionId": "<p>The revision id of the robot application.</p>",
1404        "CreateRobotApplicationVersionRequest$currentRevisionId": "<p>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.</p>",
1405        "CreateRobotApplicationVersionResponse$revisionId": "<p>The revision id of the robot application.</p>",
1406        "CreateSimulationApplicationResponse$revisionId": "<p>The revision id of the simulation application.</p>",
1407        "CreateSimulationApplicationVersionRequest$currentRevisionId": "<p>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.</p>",
1408        "CreateSimulationApplicationVersionResponse$revisionId": "<p>The revision ID of the simulation application.</p>",
1409        "DescribeRobotApplicationResponse$revisionId": "<p>The revision id of the robot application.</p>",
1410        "DescribeSimulationApplicationResponse$revisionId": "<p>The revision id of the simulation application.</p>",
1411        "UpdateRobotApplicationRequest$currentRevisionId": "<p>The revision id for the robot application.</p>",
1412        "UpdateRobotApplicationResponse$revisionId": "<p>The revision id of the robot application.</p>",
1413        "UpdateSimulationApplicationRequest$currentRevisionId": "<p>The revision id for the robot application.</p>",
1414        "UpdateSimulationApplicationResponse$revisionId": "<p>The revision id of the simulation application.</p>"
1415      }
1416    },
1417    "Robot": {
1418      "base": "<p>Information about a robot.</p>",
1419      "refs": {
1420        "Robots$member": null
1421      }
1422    },
1423    "RobotApplicationConfig": {
1424      "base": "<p>Application configuration information for a robot.</p>",
1425      "refs": {
1426        "RobotApplicationConfigs$member": null
1427      }
1428    },
1429    "RobotApplicationConfigs": {
1430      "base": null,
1431      "refs": {
1432        "CreateSimulationJobRequest$robotApplications": "<p>The robot application to use in the simulation job.</p>",
1433        "CreateSimulationJobResponse$robotApplications": "<p>The robot application used by the simulation job.</p>",
1434        "DescribeSimulationJobResponse$robotApplications": "<p>A list of robot applications.</p>",
1435        "SimulationJob$robotApplications": "<p>A list of robot applications.</p>",
1436        "SimulationJobRequest$robotApplications": "<p>The robot applications to use in the simulation job.</p>"
1437      }
1438    },
1439    "RobotApplicationNames": {
1440      "base": null,
1441      "refs": {
1442        "SimulationJobSummary$robotApplicationNames": "<p>A list of simulation job robot application names.</p>"
1443      }
1444    },
1445    "RobotApplicationSummaries": {
1446      "base": null,
1447      "refs": {
1448        "ListRobotApplicationsResponse$robotApplicationSummaries": "<p>A list of robot application summaries that meet the criteria of the request.</p>"
1449      }
1450    },
1451    "RobotApplicationSummary": {
1452      "base": "<p>Summary information for a robot application.</p>",
1453      "refs": {
1454        "RobotApplicationSummaries$member": null
1455      }
1456    },
1457    "RobotDeployment": {
1458      "base": "<p>Information about a robot deployment.</p>",
1459      "refs": {
1460        "RobotDeploymentSummary$member": null
1461      }
1462    },
1463    "RobotDeploymentStep": {
1464      "base": null,
1465      "refs": {
1466        "ProgressDetail$currentProgress": "<p>The current progress status.</p> <dl> <dt>Validating</dt> <dd> <p>Validating the deployment.</p> </dd> <dt>DownloadingExtracting</dt> <dd> <p>Downloading and extracting the bundle on the robot.</p> </dd> <dt>ExecutingPreLaunch</dt> <dd> <p>Executing pre-launch script(s) if provided.</p> </dd> <dt>Launching</dt> <dd> <p>Launching the robot application.</p> </dd> <dt>ExecutingPostLaunch</dt> <dd> <p>Executing post-launch script(s) if provided.</p> </dd> <dt>Finished</dt> <dd> <p>Deployment is complete.</p> </dd> </dl>"
1467      }
1468    },
1469    "RobotDeploymentSummary": {
1470      "base": null,
1471      "refs": {
1472        "DescribeDeploymentJobResponse$robotDeploymentSummary": "<p>A list of robot deployment summaries.</p>"
1473      }
1474    },
1475    "RobotSoftwareSuite": {
1476      "base": "<p>Information about a robot software suite (ROS distribution).</p>",
1477      "refs": {
1478        "CreateRobotApplicationRequest$robotSoftwareSuite": "<p>The robot software suite (ROS distribuition) used by the robot application.</p>",
1479        "CreateRobotApplicationResponse$robotSoftwareSuite": "<p>The robot software suite (ROS distribution) used by the robot application.</p>",
1480        "CreateRobotApplicationVersionResponse$robotSoftwareSuite": "<p>The robot software suite (ROS distribution) used by the robot application.</p>",
1481        "CreateSimulationApplicationRequest$robotSoftwareSuite": "<p>The robot software suite (ROS distribution) used by the simulation application.</p>",
1482        "CreateSimulationApplicationResponse$robotSoftwareSuite": "<p>Information about the robot software suite (ROS distribution).</p>",
1483        "CreateSimulationApplicationVersionResponse$robotSoftwareSuite": "<p>Information about the robot software suite (ROS distribution).</p>",
1484        "DescribeRobotApplicationResponse$robotSoftwareSuite": "<p>The robot software suite (ROS distribution) used by the robot application.</p>",
1485        "DescribeSimulationApplicationResponse$robotSoftwareSuite": "<p>Information about the robot software suite (ROS distribution).</p>",
1486        "RobotApplicationSummary$robotSoftwareSuite": "<p>Information about a robot software suite (ROS distribution).</p>",
1487        "SimulationApplicationSummary$robotSoftwareSuite": "<p>Information about a robot software suite (ROS distribution).</p>",
1488        "UpdateRobotApplicationRequest$robotSoftwareSuite": "<p>The robot software suite (ROS distribution) used by the robot application.</p>",
1489        "UpdateRobotApplicationResponse$robotSoftwareSuite": "<p>The robot software suite (ROS distribution) used by the robot application.</p>",
1490        "UpdateSimulationApplicationRequest$robotSoftwareSuite": "<p>Information about the robot software suite (ROS distribution).</p>",
1491        "UpdateSimulationApplicationResponse$robotSoftwareSuite": "<p>Information about the robot software suite (ROS distribution).</p>"
1492      }
1493    },
1494    "RobotSoftwareSuiteType": {
1495      "base": null,
1496      "refs": {
1497        "RobotSoftwareSuite$name": "<p>The name of the robot software suite (ROS distribution).</p>"
1498      }
1499    },
1500    "RobotSoftwareSuiteVersionType": {
1501      "base": null,
1502      "refs": {
1503        "RobotSoftwareSuite$version": "<p>The version of the robot software suite (ROS distribution).</p>"
1504      }
1505    },
1506    "RobotStatus": {
1507      "base": null,
1508      "refs": {
1509        "DescribeRobotResponse$status": "<p>The status of the fleet.</p>",
1510        "Robot$status": "<p>The status of the robot.</p>",
1511        "RobotDeployment$status": "<p>The status of the robot deployment.</p>"
1512      }
1513    },
1514    "Robots": {
1515      "base": null,
1516      "refs": {
1517        "DescribeFleetResponse$robots": "<p>A list of robots.</p>",
1518        "ListRobotsResponse$robots": "<p>A list of robots that meet the criteria of the request.</p>"
1519      }
1520    },
1521    "S3Bucket": {
1522      "base": null,
1523      "refs": {
1524        "DataSource$s3Bucket": "<p>The S3 bucket where the data files are located.</p>",
1525        "DataSourceConfig$s3Bucket": "<p>The S3 bucket where the data files are located.</p>",
1526        "OutputLocation$s3Bucket": "<p>The S3 bucket for output.</p>",
1527        "S3Object$bucket": "<p>The bucket containing the object.</p>",
1528        "Source$s3Bucket": "<p>The s3 bucket name.</p>",
1529        "SourceConfig$s3Bucket": "<p>The Amazon S3 bucket name.</p>",
1530        "TemplateLocation$s3Bucket": "<p>The Amazon S3 bucket name.</p>"
1531      }
1532    },
1533    "S3Etag": {
1534      "base": null,
1535      "refs": {
1536        "S3KeyOutput$etag": "<p>The etag for the object.</p>",
1537        "S3Object$etag": "<p>The etag of the object.</p>",
1538        "Source$etag": "<p>A hash of the object specified by <code>s3Bucket</code> and <code>s3Key</code>.</p>"
1539      }
1540    },
1541    "S3Key": {
1542      "base": null,
1543      "refs": {
1544        "OutputLocation$s3Prefix": "<p>The S3 folder in the <code>s3Bucket</code> where output files will be placed.</p>",
1545        "S3KeyOutput$s3Key": "<p>The S3 key.</p>",
1546        "S3Keys$member": null,
1547        "S3Object$key": "<p>The key of the object.</p>",
1548        "Source$s3Key": "<p>The s3 object key.</p>",
1549        "SourceConfig$s3Key": "<p>The s3 object key.</p>",
1550        "TemplateLocation$s3Key": "<p>The list of S3 keys identifying the data source files.</p>"
1551      }
1552    },
1553    "S3KeyOutput": {
1554      "base": "<p>Information about S3 keys.</p>",
1555      "refs": {
1556        "S3KeyOutputs$member": null
1557      }
1558    },
1559    "S3KeyOutputs": {
1560      "base": null,
1561      "refs": {
1562        "DataSource$s3Keys": "<p>The list of S3 keys identifying the data source files.</p>"
1563      }
1564    },
1565    "S3Keys": {
1566      "base": null,
1567      "refs": {
1568        "DataSourceConfig$s3Keys": "<p>The list of S3 keys identifying the data source files.</p>"
1569      }
1570    },
1571    "S3Object": {
1572      "base": "<p>Information about an S3 object.</p>",
1573      "refs": {
1574        "DeploymentConfig$downloadConditionFile": "<p>The download condition file.</p>"
1575      }
1576    },
1577    "SecurityGroups": {
1578      "base": null,
1579      "refs": {
1580        "VPCConfig$securityGroups": "<p>A list of one or more security groups IDs in your VPC.</p>",
1581        "VPCConfigResponse$securityGroups": "<p>A list of security group IDs associated with the simulation job.</p>"
1582      }
1583    },
1584    "ServiceUnavailableException": {
1585      "base": "<p>The request has failed due to a temporary failure of the server.</p>",
1586      "refs": {
1587      }
1588    },
1589    "SimulationApplicationConfig": {
1590      "base": "<p>Information about a simulation application configuration.</p>",
1591      "refs": {
1592        "SimulationApplicationConfigs$member": null
1593      }
1594    },
1595    "SimulationApplicationConfigs": {
1596      "base": null,
1597      "refs": {
1598        "CreateSimulationJobRequest$simulationApplications": "<p>The simulation application to use in the simulation job.</p>",
1599        "CreateSimulationJobResponse$simulationApplications": "<p>The simulation application used by the simulation job.</p>",
1600        "DescribeSimulationJobResponse$simulationApplications": "<p>A list of simulation applications.</p>",
1601        "SimulationJob$simulationApplications": "<p>A list of simulation applications.</p>",
1602        "SimulationJobRequest$simulationApplications": "<p>The simulation applications to use in the simulation job.</p>"
1603      }
1604    },
1605    "SimulationApplicationNames": {
1606      "base": null,
1607      "refs": {
1608        "SimulationJobSummary$simulationApplicationNames": "<p>A list of simulation job simulation application names.</p>"
1609      }
1610    },
1611    "SimulationApplicationSummaries": {
1612      "base": null,
1613      "refs": {
1614        "ListSimulationApplicationsResponse$simulationApplicationSummaries": "<p>A list of simulation application summaries that meet the criteria of the request.</p>"
1615      }
1616    },
1617    "SimulationApplicationSummary": {
1618      "base": "<p>Summary information for a simulation application.</p>",
1619      "refs": {
1620        "SimulationApplicationSummaries$member": null
1621      }
1622    },
1623    "SimulationJob": {
1624      "base": "<p>Information about a simulation job.</p>",
1625      "refs": {
1626        "SimulationJobs$member": null
1627      }
1628    },
1629    "SimulationJobBatchErrorCode": {
1630      "base": null,
1631      "refs": {
1632        "DescribeSimulationJobBatchResponse$failureCode": "<p>The failure code of the simulation job batch.</p>",
1633        "StartSimulationJobBatchResponse$failureCode": "<p>The failure code if the simulation job batch failed.</p>"
1634      }
1635    },
1636    "SimulationJobBatchStatus": {
1637      "base": null,
1638      "refs": {
1639        "DescribeSimulationJobBatchResponse$status": "<p>The status of the batch.</p> <dl> <dt>Pending</dt> <dd> <p>The simulation job batch request is pending.</p> </dd> <dt>InProgress</dt> <dd> <p>The simulation job batch is in progress. </p> </dd> <dt>Failed</dt> <dd> <p>The simulation job batch failed. One or more simulation job requests could not be completed due to an internal failure (like <code>InternalServiceError</code>). See <code>failureCode</code> and <code>failureReason</code> for more information.</p> </dd> <dt>Completed</dt> <dd> <p>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 <code>InternalServiceError</code> and (2) when all created simulation jobs have reached a terminal state (for example, <code>Completed</code> or <code>Failed</code>). </p> </dd> <dt>Canceled</dt> <dd> <p>The simulation batch job was cancelled.</p> </dd> <dt>Canceling</dt> <dd> <p>The simulation batch job is being cancelled.</p> </dd> <dt>Completing</dt> <dd> <p>The simulation batch job is completing.</p> </dd> <dt>TimingOut</dt> <dd> <p>The simulation job batch is timing out.</p> <p>If a batch timing out, and there are pending requests that were failing due to an internal failure (like <code>InternalServiceError</code>), the batch status will be <code>Failed</code>. If there are no such failing request, the batch status will be <code>TimedOut</code>. </p> </dd> <dt>TimedOut</dt> <dd> <p>The simulation batch job timed out.</p> </dd> </dl>",
1640        "SimulationJobBatchSummary$status": "<p>The status of the simulation job batch.</p> <dl> <dt>Pending</dt> <dd> <p>The simulation job batch request is pending.</p> </dd> <dt>InProgress</dt> <dd> <p>The simulation job batch is in progress. </p> </dd> <dt>Failed</dt> <dd> <p>The simulation job batch failed. One or more simulation job requests could not be completed due to an internal failure (like <code>InternalServiceError</code>). See <code>failureCode</code> and <code>failureReason</code> for more information.</p> </dd> <dt>Completed</dt> <dd> <p>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 <code>InternalServiceError</code> and (2) when all created simulation jobs have reached a terminal state (for example, <code>Completed</code> or <code>Failed</code>). </p> </dd> <dt>Canceled</dt> <dd> <p>The simulation batch job was cancelled.</p> </dd> <dt>Canceling</dt> <dd> <p>The simulation batch job is being cancelled.</p> </dd> <dt>Completing</dt> <dd> <p>The simulation batch job is completing.</p> </dd> <dt>TimingOut</dt> <dd> <p>The simulation job batch is timing out.</p> <p>If a batch timing out, and there are pending requests that were failing due to an internal failure (like <code>InternalServiceError</code>), the batch status will be <code>Failed</code>. If there are no such failing request, the batch status will be <code>TimedOut</code>. </p> </dd> <dt>TimedOut</dt> <dd> <p>The simulation batch job timed out.</p> </dd> </dl>",
1641        "StartSimulationJobBatchResponse$status": "<p>The status of the simulation job batch.</p> <dl> <dt>Pending</dt> <dd> <p>The simulation job batch request is pending.</p> </dd> <dt>InProgress</dt> <dd> <p>The simulation job batch is in progress. </p> </dd> <dt>Failed</dt> <dd> <p>The simulation job batch failed. One or more simulation job requests could not be completed due to an internal failure (like <code>InternalServiceError</code>). See <code>failureCode</code> and <code>failureReason</code> for more information.</p> </dd> <dt>Completed</dt> <dd> <p>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 <code>InternalServiceError</code> and (2) when all created simulation jobs have reached a terminal state (for example, <code>Completed</code> or <code>Failed</code>). </p> </dd> <dt>Canceled</dt> <dd> <p>The simulation batch job was cancelled.</p> </dd> <dt>Canceling</dt> <dd> <p>The simulation batch job is being cancelled.</p> </dd> <dt>Completing</dt> <dd> <p>The simulation batch job is completing.</p> </dd> <dt>TimingOut</dt> <dd> <p>The simulation job batch is timing out.</p> <p>If a batch timing out, and there are pending requests that were failing due to an internal failure (like <code>InternalServiceError</code>), the batch status will be <code>Failed</code>. If there are no such failing request, the batch status will be <code>TimedOut</code>. </p> </dd> <dt>TimedOut</dt> <dd> <p>The simulation batch job timed out.</p> </dd> </dl>"
1642      }
1643    },
1644    "SimulationJobBatchSummaries": {
1645      "base": null,
1646      "refs": {
1647        "ListSimulationJobBatchesResponse$simulationJobBatchSummaries": "<p>A list of simulation job batch summaries.</p>"
1648      }
1649    },
1650    "SimulationJobBatchSummary": {
1651      "base": "<p>Information about a simulation job batch.</p>",
1652      "refs": {
1653        "SimulationJobBatchSummaries$member": null
1654      }
1655    },
1656    "SimulationJobErrorCode": {
1657      "base": null,
1658      "refs": {
1659        "CreateSimulationJobResponse$failureCode": "<p>The failure code of the simulation job if it failed:</p> <dl> <dt>InternalServiceError</dt> <dd> <p>Internal service error.</p> </dd> <dt>RobotApplicationCrash</dt> <dd> <p>Robot application exited abnormally.</p> </dd> <dt>SimulationApplicationCrash</dt> <dd> <p> Simulation application exited abnormally.</p> </dd> <dt>BadPermissionsRobotApplication</dt> <dd> <p>Robot application bundle could not be downloaded.</p> </dd> <dt>BadPermissionsSimulationApplication</dt> <dd> <p>Simulation application bundle could not be downloaded.</p> </dd> <dt>BadPermissionsS3Output</dt> <dd> <p>Unable to publish outputs to customer-provided S3 bucket.</p> </dd> <dt>BadPermissionsCloudwatchLogs</dt> <dd> <p>Unable to publish logs to customer-provided CloudWatch Logs resource.</p> </dd> <dt>SubnetIpLimitExceeded</dt> <dd> <p>Subnet IP limit exceeded.</p> </dd> <dt>ENILimitExceeded</dt> <dd> <p>ENI limit exceeded.</p> </dd> <dt>BadPermissionsUserCredentials</dt> <dd> <p>Unable to use the Role provided.</p> </dd> <dt>InvalidBundleRobotApplication</dt> <dd> <p>Robot bundle cannot be extracted (invalid format, bundling error, or other issue).</p> </dd> <dt>InvalidBundleSimulationApplication</dt> <dd> <p>Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).</p> </dd> <dt>RobotApplicationVersionMismatchedEtag</dt> <dd> <p>Etag for RobotApplication does not match value during version creation.</p> </dd> <dt>SimulationApplicationVersionMismatchedEtag</dt> <dd> <p>Etag for SimulationApplication does not match value during version creation.</p> </dd> </dl>",
1660        "DescribeSimulationJobResponse$failureCode": "<p>The failure code of the simulation job if it failed:</p> <dl> <dt>InternalServiceError</dt> <dd> <p>Internal service error.</p> </dd> <dt>RobotApplicationCrash</dt> <dd> <p>Robot application exited abnormally.</p> </dd> <dt>SimulationApplicationCrash</dt> <dd> <p> Simulation application exited abnormally.</p> </dd> <dt>BadPermissionsRobotApplication</dt> <dd> <p>Robot application bundle could not be downloaded.</p> </dd> <dt>BadPermissionsSimulationApplication</dt> <dd> <p>Simulation application bundle could not be downloaded.</p> </dd> <dt>BadPermissionsS3Output</dt> <dd> <p>Unable to publish outputs to customer-provided S3 bucket.</p> </dd> <dt>BadPermissionsCloudwatchLogs</dt> <dd> <p>Unable to publish logs to customer-provided CloudWatch Logs resource.</p> </dd> <dt>SubnetIpLimitExceeded</dt> <dd> <p>Subnet IP limit exceeded.</p> </dd> <dt>ENILimitExceeded</dt> <dd> <p>ENI limit exceeded.</p> </dd> <dt>BadPermissionsUserCredentials</dt> <dd> <p>Unable to use the Role provided.</p> </dd> <dt>InvalidBundleRobotApplication</dt> <dd> <p>Robot bundle cannot be extracted (invalid format, bundling error, or other issue).</p> </dd> <dt>InvalidBundleSimulationApplication</dt> <dd> <p>Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).</p> </dd> <dt>RobotApplicationVersionMismatchedEtag</dt> <dd> <p>Etag for RobotApplication does not match value during version creation.</p> </dd> <dt>SimulationApplicationVersionMismatchedEtag</dt> <dd> <p>Etag for SimulationApplication does not match value during version creation.</p> </dd> </dl>",
1661        "FailedCreateSimulationJobRequest$failureCode": "<p>The failure code.</p>",
1662        "SimulationJob$failureCode": "<p>The failure code of the simulation job if it failed.</p>"
1663      }
1664    },
1665    "SimulationJobRequest": {
1666      "base": "<p>Information about a simulation job request.</p>",
1667      "refs": {
1668        "CreateSimulationJobRequests$member": null,
1669        "FailedCreateSimulationJobRequest$request": "<p>The simulation job request.</p>"
1670      }
1671    },
1672    "SimulationJobStatus": {
1673      "base": null,
1674      "refs": {
1675        "CreateSimulationJobResponse$status": "<p>The status of the simulation job.</p>",
1676        "DescribeSimulationJobResponse$status": "<p>The status of the simulation job.</p>",
1677        "SimulationJob$status": "<p>Status of the simulation job.</p>",
1678        "SimulationJobSummary$status": "<p>The status of the simulation job.</p>"
1679      }
1680    },
1681    "SimulationJobSummaries": {
1682      "base": null,
1683      "refs": {
1684        "DescribeSimulationJobBatchResponse$createdRequests": "<p>A list of created simulation job summaries.</p>",
1685        "ListSimulationJobsResponse$simulationJobSummaries": "<p>A list of simulation job summaries that meet the criteria of the request.</p>",
1686        "StartSimulationJobBatchResponse$createdRequests": "<p>A list of created simulation job request summaries.</p>"
1687      }
1688    },
1689    "SimulationJobSummary": {
1690      "base": "<p>Summary information for a simulation job.</p>",
1691      "refs": {
1692        "SimulationJobSummaries$member": null
1693      }
1694    },
1695    "SimulationJobs": {
1696      "base": null,
1697      "refs": {
1698        "BatchDescribeSimulationJobResponse$jobs": "<p>A list of simulation jobs.</p>"
1699      }
1700    },
1701    "SimulationSoftwareSuite": {
1702      "base": "<p>Information about a simulation software suite.</p>",
1703      "refs": {
1704        "CreateSimulationApplicationRequest$simulationSoftwareSuite": "<p>The simulation software suite used by the simulation application.</p>",
1705        "CreateSimulationApplicationResponse$simulationSoftwareSuite": "<p>The simulation software suite used by the simulation application.</p>",
1706        "CreateSimulationApplicationVersionResponse$simulationSoftwareSuite": "<p>The simulation software suite used by the simulation application.</p>",
1707        "DescribeSimulationApplicationResponse$simulationSoftwareSuite": "<p>The simulation software suite used by the simulation application.</p>",
1708        "SimulationApplicationSummary$simulationSoftwareSuite": "<p>Information about a simulation software suite.</p>",
1709        "UpdateSimulationApplicationRequest$simulationSoftwareSuite": "<p>The simulation software suite used by the simulation application.</p>",
1710        "UpdateSimulationApplicationResponse$simulationSoftwareSuite": "<p>The simulation software suite used by the simulation application.</p>"
1711      }
1712    },
1713    "SimulationSoftwareSuiteType": {
1714      "base": null,
1715      "refs": {
1716        "SimulationSoftwareSuite$name": "<p>The name of the simulation software suite.</p>"
1717      }
1718    },
1719    "SimulationSoftwareSuiteVersionType": {
1720      "base": null,
1721      "refs": {
1722        "SimulationSoftwareSuite$version": "<p>The version of the simulation software suite.</p>"
1723      }
1724    },
1725    "SimulationTimeMillis": {
1726      "base": null,
1727      "refs": {
1728        "CreateSimulationJobResponse$simulationTimeMillis": "<p>The simulation job execution duration in milliseconds.</p>",
1729        "DescribeSimulationJobResponse$simulationTimeMillis": "<p>The simulation job execution duration in milliseconds.</p>",
1730        "SimulationJob$simulationTimeMillis": "<p>The simulation job execution duration in milliseconds.</p>"
1731      }
1732    },
1733    "SimulationUnit": {
1734      "base": null,
1735      "refs": {
1736        "Compute$simulationUnitLimit": "<p>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. </p>",
1737        "ComputeResponse$simulationUnitLimit": "<p>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. </p>"
1738      }
1739    },
1740    "Source": {
1741      "base": "<p>Information about a source.</p>",
1742      "refs": {
1743        "Sources$member": null
1744      }
1745    },
1746    "SourceConfig": {
1747      "base": "<p>Information about a source configuration.</p>",
1748      "refs": {
1749        "SourceConfigs$member": null
1750      }
1751    },
1752    "SourceConfigs": {
1753      "base": null,
1754      "refs": {
1755        "CreateRobotApplicationRequest$sources": "<p>The sources of the robot application.</p>",
1756        "CreateSimulationApplicationRequest$sources": "<p>The sources of the simulation application.</p>",
1757        "UpdateRobotApplicationRequest$sources": "<p>The sources of the robot application.</p>",
1758        "UpdateSimulationApplicationRequest$sources": "<p>The sources of the simulation application.</p>"
1759      }
1760    },
1761    "Sources": {
1762      "base": null,
1763      "refs": {
1764        "CreateRobotApplicationResponse$sources": "<p>The sources of the robot application.</p>",
1765        "CreateRobotApplicationVersionResponse$sources": "<p>The sources of the robot application.</p>",
1766        "CreateSimulationApplicationResponse$sources": "<p>The sources of the simulation application.</p>",
1767        "CreateSimulationApplicationVersionResponse$sources": "<p>The sources of the simulation application.</p>",
1768        "DescribeRobotApplicationResponse$sources": "<p>The sources of the robot application.</p>",
1769        "DescribeSimulationApplicationResponse$sources": "<p>The sources of the simulation application.</p>",
1770        "UpdateRobotApplicationResponse$sources": "<p>The sources of the robot application.</p>",
1771        "UpdateSimulationApplicationResponse$sources": "<p>The sources of the simulation application.</p>"
1772      }
1773    },
1774    "StartSimulationJobBatchRequest": {
1775      "base": null,
1776      "refs": {
1777      }
1778    },
1779    "StartSimulationJobBatchResponse": {
1780      "base": null,
1781      "refs": {
1782      }
1783    },
1784    "Subnets": {
1785      "base": null,
1786      "refs": {
1787        "VPCConfig$subnets": "<p>A list of one or more subnet IDs in your VPC.</p>",
1788        "VPCConfigResponse$subnets": "<p>A list of subnet IDs associated with the simulation job.</p>"
1789      }
1790    },
1791    "SyncDeploymentJobRequest": {
1792      "base": null,
1793      "refs": {
1794      }
1795    },
1796    "SyncDeploymentJobResponse": {
1797      "base": null,
1798      "refs": {
1799      }
1800    },
1801    "TagKey": {
1802      "base": null,
1803      "refs": {
1804        "TagKeyList$member": null,
1805        "TagMap$key": null
1806      }
1807    },
1808    "TagKeyList": {
1809      "base": null,
1810      "refs": {
1811        "UntagResourceRequest$tagKeys": "<p>A map that contains tag keys and tag values that will be unattached from the resource.</p>"
1812      }
1813    },
1814    "TagMap": {
1815      "base": null,
1816      "refs": {
1817        "CreateDeploymentJobRequest$tags": "<p>A map that contains tag keys and tag values that are attached to the deployment job.</p>",
1818        "CreateDeploymentJobResponse$tags": "<p>The list of all tags added to the deployment job.</p>",
1819        "CreateFleetRequest$tags": "<p>A map that contains tag keys and tag values that are attached to the fleet.</p>",
1820        "CreateFleetResponse$tags": "<p>The list of all tags added to the fleet.</p>",
1821        "CreateRobotApplicationRequest$tags": "<p>A map that contains tag keys and tag values that are attached to the robot application.</p>",
1822        "CreateRobotApplicationResponse$tags": "<p>The list of all tags added to the robot application.</p>",
1823        "CreateRobotRequest$tags": "<p>A map that contains tag keys and tag values that are attached to the robot.</p>",
1824        "CreateRobotResponse$tags": "<p>The list of all tags added to the robot.</p>",
1825        "CreateSimulationApplicationRequest$tags": "<p>A map that contains tag keys and tag values that are attached to the simulation application.</p>",
1826        "CreateSimulationApplicationResponse$tags": "<p>The list of all tags added to the simulation application.</p>",
1827        "CreateSimulationJobRequest$tags": "<p>A map that contains tag keys and tag values that are attached to the simulation job.</p>",
1828        "CreateSimulationJobResponse$tags": "<p>The list of all tags added to the simulation job.</p>",
1829        "CreateWorldExportJobRequest$tags": "<p>A map that contains tag keys and tag values that are attached to the world export job.</p>",
1830        "CreateWorldExportJobResponse$tags": "<p>A map that contains tag keys and tag values that are attached to the world export job.</p>",
1831        "CreateWorldGenerationJobRequest$tags": "<p>A map that contains tag keys and tag values that are attached to the world generator job.</p>",
1832        "CreateWorldGenerationJobRequest$worldTags": "<p>A map that contains tag keys and tag values that are attached to the generated worlds.</p>",
1833        "CreateWorldGenerationJobResponse$tags": "<p>A map that contains tag keys and tag values that are attached to the world generator job.</p>",
1834        "CreateWorldGenerationJobResponse$worldTags": "<p>A map that contains tag keys and tag values that are attached to the generated worlds.</p>",
1835        "CreateWorldTemplateRequest$tags": "<p>A map that contains tag keys and tag values that are attached to the world template.</p>",
1836        "CreateWorldTemplateResponse$tags": "<p>A map that contains tag keys and tag values that are attached to the world template.</p>",
1837        "DescribeDeploymentJobResponse$tags": "<p>The list of all tags added to the specified deployment job.</p>",
1838        "DescribeFleetResponse$tags": "<p>The list of all tags added to the specified fleet.</p>",
1839        "DescribeRobotApplicationResponse$tags": "<p>The list of all tags added to the specified robot application.</p>",
1840        "DescribeRobotResponse$tags": "<p>The list of all tags added to the specified robot.</p>",
1841        "DescribeSimulationApplicationResponse$tags": "<p>The list of all tags added to the specified simulation application.</p>",
1842        "DescribeSimulationJobBatchResponse$tags": "<p>A map that contains tag keys and tag values that are attached to the simulation job batch.</p>",
1843        "DescribeSimulationJobResponse$tags": "<p>The list of all tags added to the specified simulation job.</p>",
1844        "DescribeWorldExportJobResponse$tags": "<p>A map that contains tag keys and tag values that are attached to the world export job.</p>",
1845        "DescribeWorldGenerationJobResponse$tags": "<p>A map that contains tag keys and tag values that are attached to the world generation job.</p>",
1846        "DescribeWorldGenerationJobResponse$worldTags": "<p>A map that contains tag keys and tag values that are attached to the generated worlds.</p>",
1847        "DescribeWorldResponse$tags": "<p>A map that contains tag keys and tag values that are attached to the world.</p>",
1848        "DescribeWorldTemplateResponse$tags": "<p>A map that contains tag keys and tag values that are attached to the world template.</p>",
1849        "ListTagsForResourceResponse$tags": "<p>The list of all tags added to the specified resource.</p>",
1850        "SimulationJob$tags": "<p>A map that contains tag keys and tag values that are attached to the simulation job.</p>",
1851        "SimulationJobRequest$tags": "<p>A map that contains tag keys and tag values that are attached to the simulation job request.</p>",
1852        "StartSimulationJobBatchRequest$tags": "<p>A map that contains tag keys and tag values that are attached to the deployment job batch.</p>",
1853        "StartSimulationJobBatchResponse$tags": "<p>A map that contains tag keys and tag values that are attached to the deployment job batch.</p>",
1854        "TagResourceRequest$tags": "<p>A map that contains tag keys and tag values that are attached to the resource.</p>"
1855      }
1856    },
1857    "TagResourceRequest": {
1858      "base": null,
1859      "refs": {
1860      }
1861    },
1862    "TagResourceResponse": {
1863      "base": null,
1864      "refs": {
1865      }
1866    },
1867    "TagValue": {
1868      "base": null,
1869      "refs": {
1870        "TagMap$value": null
1871      }
1872    },
1873    "TemplateLocation": {
1874      "base": "<p>Information about a template location.</p>",
1875      "refs": {
1876        "CreateWorldTemplateRequest$templateLocation": "<p>The location of the world template.</p>",
1877        "UpdateWorldTemplateRequest$templateLocation": "<p>The location of the world template.</p>"
1878      }
1879    },
1880    "TemplateName": {
1881      "base": null,
1882      "refs": {
1883        "CreateWorldTemplateRequest$name": "<p>The name of the world template.</p>",
1884        "CreateWorldTemplateResponse$name": "<p>The name of the world template.</p>",
1885        "DescribeWorldTemplateResponse$name": "<p>The name of the world template.</p>",
1886        "TemplateSummary$name": "<p>The name of the template.</p>",
1887        "UpdateWorldTemplateRequest$name": "<p>The name of the template.</p>",
1888        "UpdateWorldTemplateResponse$name": "<p>The name of the world template.</p>"
1889      }
1890    },
1891    "TemplateSummaries": {
1892      "base": null,
1893      "refs": {
1894        "ListWorldTemplatesResponse$templateSummaries": "<p>Summary information for templates.</p>"
1895      }
1896    },
1897    "TemplateSummary": {
1898      "base": "<p>Summary information for a template.</p>",
1899      "refs": {
1900        "TemplateSummaries$member": null
1901      }
1902    },
1903    "ThrottlingException": {
1904      "base": "<p>AWS RoboMaker is temporarily unable to process the request. Try your call again.</p>",
1905      "refs": {
1906      }
1907    },
1908    "UntagResourceRequest": {
1909      "base": null,
1910      "refs": {
1911      }
1912    },
1913    "UntagResourceResponse": {
1914      "base": null,
1915      "refs": {
1916      }
1917    },
1918    "UpdateRobotApplicationRequest": {
1919      "base": null,
1920      "refs": {
1921      }
1922    },
1923    "UpdateRobotApplicationResponse": {
1924      "base": null,
1925      "refs": {
1926      }
1927    },
1928    "UpdateSimulationApplicationRequest": {
1929      "base": null,
1930      "refs": {
1931      }
1932    },
1933    "UpdateSimulationApplicationResponse": {
1934      "base": null,
1935      "refs": {
1936      }
1937    },
1938    "UpdateWorldTemplateRequest": {
1939      "base": null,
1940      "refs": {
1941      }
1942    },
1943    "UpdateWorldTemplateResponse": {
1944      "base": null,
1945      "refs": {
1946      }
1947    },
1948    "UploadBehavior": {
1949      "base": null,
1950      "refs": {
1951        "UploadConfiguration$uploadBehavior": "<p>Specifies how to upload the files:</p> <dl> <dt>UPLOAD_ON_TERMINATE</dt> <dd> <p>Matching files are uploaded once the simulation enters the <code>TERMINATING</code> state. Matching files are not uploaded until all of your code (including tools) have stopped. </p> <p>If there is a problem uploading a file, the upload is retried. If problems persist, no further upload attempts will be made.</p> </dd> <dt>UPLOAD_ROLLING_AUTO_REMOVE</dt> <dd> <p>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. </p> </dd> </dl>"
1952      }
1953    },
1954    "UploadConfiguration": {
1955      "base": "<p>Provides upload configuration information. Files are uploaded from the simulation job to a location you specify. </p>",
1956      "refs": {
1957        "UploadConfigurations$member": null
1958      }
1959    },
1960    "UploadConfigurations": {
1961      "base": null,
1962      "refs": {
1963        "RobotApplicationConfig$uploadConfigurations": "<p>The upload configurations for the robot application.</p>",
1964        "SimulationApplicationConfig$uploadConfigurations": "<p>Information about upload configurations for the simulation application.</p>"
1965      }
1966    },
1967    "VPCConfig": {
1968      "base": "<p>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.</p>",
1969      "refs": {
1970        "CreateSimulationJobRequest$vpcConfig": "<p>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. </p>",
1971        "SimulationJobRequest$vpcConfig": null
1972      }
1973    },
1974    "VPCConfigResponse": {
1975      "base": "<p>VPC configuration associated with your simulation job.</p>",
1976      "refs": {
1977        "CreateSimulationJobResponse$vpcConfig": "<p>Information about the vpc configuration.</p>",
1978        "DescribeSimulationJobResponse$vpcConfig": "<p>The VPC configuration.</p>",
1979        "SimulationJob$vpcConfig": "<p>VPC configuration information.</p>"
1980      }
1981    },
1982    "Version": {
1983      "base": null,
1984      "refs": {
1985        "CreateRobotApplicationResponse$version": "<p>The version of the robot application.</p>",
1986        "CreateRobotApplicationVersionResponse$version": "<p>The version of the robot application.</p>",
1987        "CreateSimulationApplicationResponse$version": "<p>The version of the simulation application.</p>",
1988        "CreateSimulationApplicationVersionResponse$version": "<p>The version of the simulation application.</p>",
1989        "DeleteRobotApplicationRequest$applicationVersion": "<p>The version of the robot application to delete.</p>",
1990        "DeleteSimulationApplicationRequest$applicationVersion": "<p>The version of the simulation application to delete.</p>",
1991        "DescribeRobotApplicationRequest$applicationVersion": "<p>The version of the robot application to describe.</p>",
1992        "DescribeRobotApplicationResponse$version": "<p>The version of the robot application.</p>",
1993        "DescribeSimulationApplicationRequest$applicationVersion": "<p>The version of the simulation application to describe.</p>",
1994        "DescribeSimulationApplicationResponse$version": "<p>The version of the simulation application.</p>",
1995        "RobotApplicationConfig$applicationVersion": "<p>The version of the robot application.</p>",
1996        "RobotApplicationSummary$version": "<p>The version of the robot application.</p>",
1997        "SimulationApplicationConfig$applicationVersion": "<p>The version of the simulation application.</p>",
1998        "SimulationApplicationSummary$version": "<p>The version of the simulation application.</p>",
1999        "UpdateRobotApplicationResponse$version": "<p>The version of the robot application.</p>",
2000        "UpdateSimulationApplicationResponse$version": "<p>The version of the robot application.</p>"
2001      }
2002    },
2003    "VersionQualifier": {
2004      "base": null,
2005      "refs": {
2006        "ListRobotApplicationsRequest$versionQualifier": "<p>The version qualifier of the robot application.</p>",
2007        "ListSimulationApplicationsRequest$versionQualifier": "<p>The version qualifier of the simulation application.</p>"
2008      }
2009    },
2010    "WorldConfig": {
2011      "base": "<p>Configuration information for a world.</p>",
2012      "refs": {
2013        "WorldConfigs$member": null
2014      }
2015    },
2016    "WorldConfigs": {
2017      "base": null,
2018      "refs": {
2019        "SimulationApplicationConfig$worldConfigs": "<p>A list of world configurations.</p>"
2020      }
2021    },
2022    "WorldCount": {
2023      "base": "<p>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 <code>floorplanCount = 1</code> and <code>interiorCountPerFloorplan = 20</code>. This will result in 20 worlds (<code>floorplanCount</code> * <code>interiorCountPerFloorplan)</code>. </p> <p>If you set <code>floorplanCount = 4</code> and <code>interiorCountPerFloorplan = 5</code>, there will be 20 worlds with 5 unique floor plans. </p>",
2024      "refs": {
2025        "CreateWorldGenerationJobRequest$worldCount": "<p>Information about the world count.</p>",
2026        "CreateWorldGenerationJobResponse$worldCount": "<p>Information about the world count. </p>",
2027        "DescribeWorldGenerationJobResponse$worldCount": "<p>Information about the world count.</p>",
2028        "WorldGenerationJobSummary$worldCount": "<p>Information about the world count.</p>"
2029      }
2030    },
2031    "WorldExportJobErrorCode": {
2032      "base": null,
2033      "refs": {
2034        "CreateWorldExportJobResponse$failureCode": "<p>The failure code of the world export job if it failed:</p> <dl> <dt>InternalServiceError</dt> <dd> <p>Internal service error.</p> </dd> <dt>LimitExceeded</dt> <dd> <p>The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed. </p> </dd> <dt>ResourceNotFound</dt> <dd> <p>The specified resource could not be found. </p> </dd> <dt>RequestThrottled</dt> <dd> <p>The request was throttled.</p> </dd> <dt>InvalidInput</dt> <dd> <p>An input parameter in the request is not valid.</p> </dd> <dt>AllWorldGenerationFailed</dt> <dd> <p>All of the worlds in the world generation job failed. This can happen if your <code>worldCount</code> is greater than 50 or less than 1. </p> </dd> </dl> <p>For more information about troubleshooting WorldForge, see <a href=\"https://docs.aws.amazon.com/robomaker/latest/dg/troubleshooting-worldforge.html\">Troubleshooting Simulation WorldForge</a>. </p>",
2035        "DescribeWorldExportJobResponse$failureCode": "<p>The failure code of the world export job if it failed:</p> <dl> <dt>InternalServiceError</dt> <dd> <p>Internal service error.</p> </dd> <dt>LimitExceeded</dt> <dd> <p>The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed. </p> </dd> <dt>ResourceNotFound</dt> <dd> <p>The specified resource could not be found. </p> </dd> <dt>RequestThrottled</dt> <dd> <p>The request was throttled.</p> </dd> <dt>InvalidInput</dt> <dd> <p>An input parameter in the request is not valid.</p> </dd> </dl>"
2036      }
2037    },
2038    "WorldExportJobStatus": {
2039      "base": null,
2040      "refs": {
2041        "CreateWorldExportJobResponse$status": "<p>The status of the world export job.</p> <dl> <dt>Pending</dt> <dd> <p>The world export job request is pending.</p> </dd> <dt>Running</dt> <dd> <p>The world export job is running. </p> </dd> <dt>Completed</dt> <dd> <p>The world export job completed. </p> </dd> <dt>Failed</dt> <dd> <p>The world export job failed. See <code>failureCode</code> for more information. </p> </dd> <dt>Canceled</dt> <dd> <p>The world export job was cancelled.</p> </dd> <dt>Canceling</dt> <dd> <p>The world export job is being cancelled.</p> </dd> </dl>",
2042        "DescribeWorldExportJobResponse$status": "<p>The status of the world export job.</p> <dl> <dt>Pending</dt> <dd> <p>The world export job request is pending.</p> </dd> <dt>Running</dt> <dd> <p>The world export job is running. </p> </dd> <dt>Completed</dt> <dd> <p>The world export job completed. </p> </dd> <dt>Failed</dt> <dd> <p>The world export job failed. See <code>failureCode</code> and <code>failureReason</code> for more information. </p> </dd> <dt>Canceled</dt> <dd> <p>The world export job was cancelled.</p> </dd> <dt>Canceling</dt> <dd> <p>The world export job is being cancelled.</p> </dd> </dl>",
2043        "WorldExportJobSummary$status": "<p>The status of the world export job.</p> <dl> <dt>Pending</dt> <dd> <p>The world export job request is pending.</p> </dd> <dt>Running</dt> <dd> <p>The world export job is running. </p> </dd> <dt>Completed</dt> <dd> <p>The world export job completed. </p> </dd> <dt>Failed</dt> <dd> <p>The world export job failed. See <code>failureCode</code> for more information. </p> </dd> <dt>Canceled</dt> <dd> <p>The world export job was cancelled.</p> </dd> <dt>Canceling</dt> <dd> <p>The world export job is being cancelled.</p> </dd> </dl>"
2044      }
2045    },
2046    "WorldExportJobSummaries": {
2047      "base": null,
2048      "refs": {
2049        "ListWorldExportJobsResponse$worldExportJobSummaries": "<p>Summary information for world export jobs.</p>"
2050      }
2051    },
2052    "WorldExportJobSummary": {
2053      "base": "<p>Information about a world export job.</p>",
2054      "refs": {
2055        "WorldExportJobSummaries$member": null
2056      }
2057    },
2058    "WorldFailure": {
2059      "base": "<p>Information about a failed world.</p>",
2060      "refs": {
2061        "WorldFailures$member": null
2062      }
2063    },
2064    "WorldFailures": {
2065      "base": null,
2066      "refs": {
2067        "FailureSummary$failures": "<p>The worlds that failed.</p>"
2068      }
2069    },
2070    "WorldGenerationJobErrorCode": {
2071      "base": null,
2072      "refs": {
2073        "CreateWorldGenerationJobResponse$failureCode": "<p>The failure code of the world generator job if it failed:</p> <dl> <dt>InternalServiceError</dt> <dd> <p>Internal service error.</p> </dd> <dt>LimitExceeded</dt> <dd> <p>The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed. </p> </dd> <dt>ResourceNotFound</dt> <dd> <p>The specified resource could not be found. </p> </dd> <dt>RequestThrottled</dt> <dd> <p>The request was throttled.</p> </dd> <dt>InvalidInput</dt> <dd> <p>An input parameter in the request is not valid.</p> </dd> </dl>",
2074        "DescribeWorldGenerationJobResponse$failureCode": "<p>The failure code of the world generation job if it failed:</p> <dl> <dt>InternalServiceError</dt> <dd> <p>Internal service error.</p> </dd> <dt>LimitExceeded</dt> <dd> <p>The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed. </p> </dd> <dt>ResourceNotFound</dt> <dd> <p>The specified resource could not be found. </p> </dd> <dt>RequestThrottled</dt> <dd> <p>The request was throttled.</p> </dd> <dt>InvalidInput</dt> <dd> <p>An input parameter in the request is not valid.</p> </dd> </dl>",
2075        "WorldFailure$failureCode": "<p>The failure code of the world export job if it failed:</p> <dl> <dt>InternalServiceError</dt> <dd> <p>Internal service error.</p> </dd> <dt>LimitExceeded</dt> <dd> <p>The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed. </p> </dd> <dt>ResourceNotFound</dt> <dd> <p>The specified resource could not be found. </p> </dd> <dt>RequestThrottled</dt> <dd> <p>The request was throttled.</p> </dd> <dt>InvalidInput</dt> <dd> <p>An input parameter in the request is not valid.</p> </dd> </dl>"
2076      }
2077    },
2078    "WorldGenerationJobStatus": {
2079      "base": null,
2080      "refs": {
2081        "CreateWorldGenerationJobResponse$status": "<p>The status of the world generator job.</p> <dl> <dt>Pending</dt> <dd> <p>The world generator job request is pending.</p> </dd> <dt>Running</dt> <dd> <p>The world generator job is running. </p> </dd> <dt>Completed</dt> <dd> <p>The world generator job completed. </p> </dd> <dt>Failed</dt> <dd> <p>The world generator job failed. See <code>failureCode</code> for more information. </p> </dd> <dt>PartialFailed</dt> <dd> <p>Some worlds did not generate.</p> </dd> <dt>Canceled</dt> <dd> <p>The world generator job was cancelled.</p> </dd> <dt>Canceling</dt> <dd> <p>The world generator job is being cancelled.</p> </dd> </dl>",
2082        "DescribeWorldGenerationJobResponse$status": "<p>The status of the world generation job:</p> <dl> <dt>Pending</dt> <dd> <p>The world generation job request is pending.</p> </dd> <dt>Running</dt> <dd> <p>The world generation job is running. </p> </dd> <dt>Completed</dt> <dd> <p>The world generation job completed. </p> </dd> <dt>Failed</dt> <dd> <p>The world generation job failed. See <code>failureCode</code> for more information. </p> </dd> <dt>PartialFailed</dt> <dd> <p>Some worlds did not generate.</p> </dd> <dt>Canceled</dt> <dd> <p>The world generation job was cancelled.</p> </dd> <dt>Canceling</dt> <dd> <p>The world generation job is being cancelled.</p> </dd> </dl>",
2083        "WorldGenerationJobSummary$status": "<p>The status of the world generator job:</p> <dl> <dt>Pending</dt> <dd> <p>The world generator job request is pending.</p> </dd> <dt>Running</dt> <dd> <p>The world generator job is running. </p> </dd> <dt>Completed</dt> <dd> <p>The world generator job completed. </p> </dd> <dt>Failed</dt> <dd> <p>The world generator job failed. See <code>failureCode</code> for more information. </p> </dd> <dt>PartialFailed</dt> <dd> <p>Some worlds did not generate.</p> </dd> <dt>Canceled</dt> <dd> <p>The world generator job was cancelled.</p> </dd> <dt>Canceling</dt> <dd> <p>The world generator job is being cancelled.</p> </dd> </dl>"
2084      }
2085    },
2086    "WorldGenerationJobSummaries": {
2087      "base": null,
2088      "refs": {
2089        "ListWorldGenerationJobsResponse$worldGenerationJobSummaries": "<p>Summary information for world generator jobs.</p>"
2090      }
2091    },
2092    "WorldGenerationJobSummary": {
2093      "base": "<p>Information about a world generator job.</p>",
2094      "refs": {
2095        "WorldGenerationJobSummaries$member": null
2096      }
2097    },
2098    "WorldSummaries": {
2099      "base": null,
2100      "refs": {
2101        "ListWorldsResponse$worldSummaries": "<p>Summary information for worlds.</p>"
2102      }
2103    },
2104    "WorldSummary": {
2105      "base": "<p>Information about a world.</p>",
2106      "refs": {
2107        "WorldSummaries$member": null
2108      }
2109    },
2110    "errorMessage": {
2111      "base": null,
2112      "refs": {
2113        "ConcurrentDeploymentException$message": null,
2114        "IdempotentParameterMismatchException$message": null,
2115        "InternalServerException$message": null,
2116        "InvalidParameterException$message": null,
2117        "LimitExceededException$message": null,
2118        "ResourceAlreadyExistsException$message": null,
2119        "ResourceNotFoundException$message": null,
2120        "ServiceUnavailableException$message": null,
2121        "ThrottlingException$message": null
2122      }
2123    }
2124  }
2125}
2126