aws-sdk-core 2.11.176 → 2.11.177
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/amplify/2017-07-25/api-2.json +1453 -0
- data/apis/amplify/2017-07-25/examples-1.json +5 -0
- data/apis/amplify/2017-07-25/paginators-1.json +4 -0
- data/apis/datasync/2018-11-09/api-2.json +1060 -0
- data/apis/datasync/2018-11-09/examples-1.json +5 -0
- data/apis/datasync/2018-11-09/paginators-1.json +29 -0
- data/apis/robomaker/2018-06-29/api-2.json +1775 -0
- data/apis/robomaker/2018-06-29/examples-1.json +5 -0
- data/apis/robomaker/2018-06-29/paginators-1.json +4 -0
- data/apis/s3/2006-03-01/api-2.json +6 -3
- data/apis/s3/2006-03-01/examples-1.json +72 -72
- data/apis/snowball/2016-06-30/api-2.json +4 -1
- data/apis/transfer/2018-11-05/api-2.json +818 -0
- data/apis/transfer/2018-11-05/examples-1.json +5 -0
- data/apis/transfer/2018-11-05/paginators-1.json +4 -0
- data/lib/aws-sdk-core.rb +4 -0
- data/lib/aws-sdk-core/amplify.rb +6 -0
- data/lib/aws-sdk-core/datasync.rb +6 -0
- data/lib/aws-sdk-core/robomaker.rb +6 -0
- data/lib/aws-sdk-core/transfer.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +16 -0
- metadata +18 -2
@@ -0,0 +1,29 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"ListAgents": {
|
4
|
+
"input_token": "NextToken",
|
5
|
+
"output_token": "NextToken",
|
6
|
+
"limit_key": "MaxResults"
|
7
|
+
},
|
8
|
+
"ListLocations": {
|
9
|
+
"input_token": "NextToken",
|
10
|
+
"output_token": "NextToken",
|
11
|
+
"limit_key": "MaxResults"
|
12
|
+
},
|
13
|
+
"ListTagsForResource": {
|
14
|
+
"input_token": "NextToken",
|
15
|
+
"output_token": "NextToken",
|
16
|
+
"limit_key": "MaxResults"
|
17
|
+
},
|
18
|
+
"ListTaskExecutions": {
|
19
|
+
"input_token": "NextToken",
|
20
|
+
"output_token": "NextToken",
|
21
|
+
"limit_key": "MaxResults"
|
22
|
+
},
|
23
|
+
"ListTasks": {
|
24
|
+
"input_token": "NextToken",
|
25
|
+
"output_token": "NextToken",
|
26
|
+
"limit_key": "MaxResults"
|
27
|
+
}
|
28
|
+
}
|
29
|
+
}
|
@@ -0,0 +1,1775 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2018-06-29",
|
5
|
+
"endpointPrefix":"robomaker",
|
6
|
+
"jsonVersion":"1.1",
|
7
|
+
"protocol":"rest-json",
|
8
|
+
"serviceAbbreviation":"RoboMaker",
|
9
|
+
"serviceFullName":"AWS RoboMaker",
|
10
|
+
"serviceId":"RoboMaker",
|
11
|
+
"signatureVersion":"v4",
|
12
|
+
"signingName":"robomaker",
|
13
|
+
"uid":"robomaker-2018-06-29"
|
14
|
+
},
|
15
|
+
"operations":{
|
16
|
+
"BatchDescribeSimulationJob":{
|
17
|
+
"name":"BatchDescribeSimulationJob",
|
18
|
+
"http":{
|
19
|
+
"method":"POST",
|
20
|
+
"requestUri":"/batchDescribeSimulationJob"
|
21
|
+
},
|
22
|
+
"input":{"shape":"BatchDescribeSimulationJobRequest"},
|
23
|
+
"output":{"shape":"BatchDescribeSimulationJobResponse"},
|
24
|
+
"errors":[
|
25
|
+
{"shape":"ResourceNotFoundException"},
|
26
|
+
{"shape":"InvalidParameterException"},
|
27
|
+
{"shape":"InternalServerException"},
|
28
|
+
{"shape":"ThrottlingException"}
|
29
|
+
]
|
30
|
+
},
|
31
|
+
"CancelSimulationJob":{
|
32
|
+
"name":"CancelSimulationJob",
|
33
|
+
"http":{
|
34
|
+
"method":"POST",
|
35
|
+
"requestUri":"/cancelSimulationJob"
|
36
|
+
},
|
37
|
+
"input":{"shape":"CancelSimulationJobRequest"},
|
38
|
+
"output":{"shape":"CancelSimulationJobResponse"},
|
39
|
+
"errors":[
|
40
|
+
{"shape":"ResourceNotFoundException"},
|
41
|
+
{"shape":"InvalidParameterException"},
|
42
|
+
{"shape":"InternalServerException"},
|
43
|
+
{"shape":"ThrottlingException"}
|
44
|
+
]
|
45
|
+
},
|
46
|
+
"CreateDeploymentJob":{
|
47
|
+
"name":"CreateDeploymentJob",
|
48
|
+
"http":{
|
49
|
+
"method":"POST",
|
50
|
+
"requestUri":"/createDeploymentJob"
|
51
|
+
},
|
52
|
+
"input":{"shape":"CreateDeploymentJobRequest"},
|
53
|
+
"output":{"shape":"CreateDeploymentJobResponse"},
|
54
|
+
"errors":[
|
55
|
+
{"shape":"ResourceNotFoundException"},
|
56
|
+
{"shape":"InvalidParameterException"},
|
57
|
+
{"shape":"InternalServerException"},
|
58
|
+
{"shape":"ThrottlingException"},
|
59
|
+
{"shape":"LimitExceededException"},
|
60
|
+
{"shape":"ConcurrentDeploymentException"},
|
61
|
+
{"shape":"IdempotentParameterMismatchException"}
|
62
|
+
]
|
63
|
+
},
|
64
|
+
"CreateFleet":{
|
65
|
+
"name":"CreateFleet",
|
66
|
+
"http":{
|
67
|
+
"method":"POST",
|
68
|
+
"requestUri":"/createFleet"
|
69
|
+
},
|
70
|
+
"input":{"shape":"CreateFleetRequest"},
|
71
|
+
"output":{"shape":"CreateFleetResponse"},
|
72
|
+
"errors":[
|
73
|
+
{"shape":"InvalidParameterException"},
|
74
|
+
{"shape":"InternalServerException"},
|
75
|
+
{"shape":"ThrottlingException"},
|
76
|
+
{"shape":"LimitExceededException"}
|
77
|
+
]
|
78
|
+
},
|
79
|
+
"CreateRobot":{
|
80
|
+
"name":"CreateRobot",
|
81
|
+
"http":{
|
82
|
+
"method":"POST",
|
83
|
+
"requestUri":"/createRobot"
|
84
|
+
},
|
85
|
+
"input":{"shape":"CreateRobotRequest"},
|
86
|
+
"output":{"shape":"CreateRobotResponse"},
|
87
|
+
"errors":[
|
88
|
+
{"shape":"InvalidParameterException"},
|
89
|
+
{"shape":"InternalServerException"},
|
90
|
+
{"shape":"ThrottlingException"},
|
91
|
+
{"shape":"LimitExceededException"},
|
92
|
+
{"shape":"ResourceAlreadyExistsException"}
|
93
|
+
]
|
94
|
+
},
|
95
|
+
"CreateRobotApplication":{
|
96
|
+
"name":"CreateRobotApplication",
|
97
|
+
"http":{
|
98
|
+
"method":"POST",
|
99
|
+
"requestUri":"/createRobotApplication"
|
100
|
+
},
|
101
|
+
"input":{"shape":"CreateRobotApplicationRequest"},
|
102
|
+
"output":{"shape":"CreateRobotApplicationResponse"},
|
103
|
+
"errors":[
|
104
|
+
{"shape":"InvalidParameterException"},
|
105
|
+
{"shape":"ResourceAlreadyExistsException"},
|
106
|
+
{"shape":"LimitExceededException"},
|
107
|
+
{"shape":"ThrottlingException"},
|
108
|
+
{"shape":"InternalServerException"},
|
109
|
+
{"shape":"IdempotentParameterMismatchException"}
|
110
|
+
]
|
111
|
+
},
|
112
|
+
"CreateRobotApplicationVersion":{
|
113
|
+
"name":"CreateRobotApplicationVersion",
|
114
|
+
"http":{
|
115
|
+
"method":"POST",
|
116
|
+
"requestUri":"/createRobotApplicationVersion"
|
117
|
+
},
|
118
|
+
"input":{"shape":"CreateRobotApplicationVersionRequest"},
|
119
|
+
"output":{"shape":"CreateRobotApplicationVersionResponse"},
|
120
|
+
"errors":[
|
121
|
+
{"shape":"InvalidParameterException"},
|
122
|
+
{"shape":"IdempotentParameterMismatchException"},
|
123
|
+
{"shape":"LimitExceededException"},
|
124
|
+
{"shape":"ThrottlingException"},
|
125
|
+
{"shape":"InternalServerException"}
|
126
|
+
]
|
127
|
+
},
|
128
|
+
"CreateSimulationApplication":{
|
129
|
+
"name":"CreateSimulationApplication",
|
130
|
+
"http":{
|
131
|
+
"method":"POST",
|
132
|
+
"requestUri":"/createSimulationApplication"
|
133
|
+
},
|
134
|
+
"input":{"shape":"CreateSimulationApplicationRequest"},
|
135
|
+
"output":{"shape":"CreateSimulationApplicationResponse"},
|
136
|
+
"errors":[
|
137
|
+
{"shape":"InvalidParameterException"},
|
138
|
+
{"shape":"ResourceAlreadyExistsException"},
|
139
|
+
{"shape":"LimitExceededException"},
|
140
|
+
{"shape":"ThrottlingException"},
|
141
|
+
{"shape":"InternalServerException"},
|
142
|
+
{"shape":"IdempotentParameterMismatchException"}
|
143
|
+
]
|
144
|
+
},
|
145
|
+
"CreateSimulationApplicationVersion":{
|
146
|
+
"name":"CreateSimulationApplicationVersion",
|
147
|
+
"http":{
|
148
|
+
"method":"POST",
|
149
|
+
"requestUri":"/createSimulationApplicationVersion"
|
150
|
+
},
|
151
|
+
"input":{"shape":"CreateSimulationApplicationVersionRequest"},
|
152
|
+
"output":{"shape":"CreateSimulationApplicationVersionResponse"},
|
153
|
+
"errors":[
|
154
|
+
{"shape":"InvalidParameterException"},
|
155
|
+
{"shape":"IdempotentParameterMismatchException"},
|
156
|
+
{"shape":"LimitExceededException"},
|
157
|
+
{"shape":"ThrottlingException"},
|
158
|
+
{"shape":"InternalServerException"}
|
159
|
+
]
|
160
|
+
},
|
161
|
+
"CreateSimulationJob":{
|
162
|
+
"name":"CreateSimulationJob",
|
163
|
+
"http":{
|
164
|
+
"method":"POST",
|
165
|
+
"requestUri":"/createSimulationJob"
|
166
|
+
},
|
167
|
+
"input":{"shape":"CreateSimulationJobRequest"},
|
168
|
+
"output":{"shape":"CreateSimulationJobResponse"},
|
169
|
+
"errors":[
|
170
|
+
{"shape":"ResourceNotFoundException"},
|
171
|
+
{"shape":"InvalidParameterException"},
|
172
|
+
{"shape":"InternalServerException"},
|
173
|
+
{"shape":"ThrottlingException"},
|
174
|
+
{"shape":"LimitExceededException"},
|
175
|
+
{"shape":"IdempotentParameterMismatchException"}
|
176
|
+
]
|
177
|
+
},
|
178
|
+
"DeleteFleet":{
|
179
|
+
"name":"DeleteFleet",
|
180
|
+
"http":{
|
181
|
+
"method":"POST",
|
182
|
+
"requestUri":"/deleteFleet"
|
183
|
+
},
|
184
|
+
"input":{"shape":"DeleteFleetRequest"},
|
185
|
+
"output":{"shape":"DeleteFleetResponse"},
|
186
|
+
"errors":[
|
187
|
+
{"shape":"InvalidParameterException"},
|
188
|
+
{"shape":"InternalServerException"},
|
189
|
+
{"shape":"ThrottlingException"}
|
190
|
+
]
|
191
|
+
},
|
192
|
+
"DeleteRobot":{
|
193
|
+
"name":"DeleteRobot",
|
194
|
+
"http":{
|
195
|
+
"method":"POST",
|
196
|
+
"requestUri":"/deleteRobot"
|
197
|
+
},
|
198
|
+
"input":{"shape":"DeleteRobotRequest"},
|
199
|
+
"output":{"shape":"DeleteRobotResponse"},
|
200
|
+
"errors":[
|
201
|
+
{"shape":"InvalidParameterException"},
|
202
|
+
{"shape":"InternalServerException"},
|
203
|
+
{"shape":"ThrottlingException"}
|
204
|
+
]
|
205
|
+
},
|
206
|
+
"DeleteRobotApplication":{
|
207
|
+
"name":"DeleteRobotApplication",
|
208
|
+
"http":{
|
209
|
+
"method":"POST",
|
210
|
+
"requestUri":"/deleteRobotApplication"
|
211
|
+
},
|
212
|
+
"input":{"shape":"DeleteRobotApplicationRequest"},
|
213
|
+
"output":{"shape":"DeleteRobotApplicationResponse"},
|
214
|
+
"errors":[
|
215
|
+
{"shape":"InvalidParameterException"},
|
216
|
+
{"shape":"ThrottlingException"},
|
217
|
+
{"shape":"InternalServerException"}
|
218
|
+
]
|
219
|
+
},
|
220
|
+
"DeleteSimulationApplication":{
|
221
|
+
"name":"DeleteSimulationApplication",
|
222
|
+
"http":{
|
223
|
+
"method":"POST",
|
224
|
+
"requestUri":"/deleteSimulationApplication"
|
225
|
+
},
|
226
|
+
"input":{"shape":"DeleteSimulationApplicationRequest"},
|
227
|
+
"output":{"shape":"DeleteSimulationApplicationResponse"},
|
228
|
+
"errors":[
|
229
|
+
{"shape":"InvalidParameterException"},
|
230
|
+
{"shape":"ThrottlingException"},
|
231
|
+
{"shape":"InternalServerException"}
|
232
|
+
]
|
233
|
+
},
|
234
|
+
"DeregisterRobot":{
|
235
|
+
"name":"DeregisterRobot",
|
236
|
+
"http":{
|
237
|
+
"method":"POST",
|
238
|
+
"requestUri":"/deregisterRobot"
|
239
|
+
},
|
240
|
+
"input":{"shape":"DeregisterRobotRequest"},
|
241
|
+
"output":{"shape":"DeregisterRobotResponse"},
|
242
|
+
"errors":[
|
243
|
+
{"shape":"InvalidParameterException"},
|
244
|
+
{"shape":"InternalServerException"},
|
245
|
+
{"shape":"ThrottlingException"},
|
246
|
+
{"shape":"ResourceNotFoundException"}
|
247
|
+
]
|
248
|
+
},
|
249
|
+
"DescribeDeploymentJob":{
|
250
|
+
"name":"DescribeDeploymentJob",
|
251
|
+
"http":{
|
252
|
+
"method":"POST",
|
253
|
+
"requestUri":"/describeDeploymentJob"
|
254
|
+
},
|
255
|
+
"input":{"shape":"DescribeDeploymentJobRequest"},
|
256
|
+
"output":{"shape":"DescribeDeploymentJobResponse"},
|
257
|
+
"errors":[
|
258
|
+
{"shape":"ResourceNotFoundException"},
|
259
|
+
{"shape":"InvalidParameterException"},
|
260
|
+
{"shape":"InternalServerException"},
|
261
|
+
{"shape":"ThrottlingException"}
|
262
|
+
]
|
263
|
+
},
|
264
|
+
"DescribeFleet":{
|
265
|
+
"name":"DescribeFleet",
|
266
|
+
"http":{
|
267
|
+
"method":"POST",
|
268
|
+
"requestUri":"/describeFleet"
|
269
|
+
},
|
270
|
+
"input":{"shape":"DescribeFleetRequest"},
|
271
|
+
"output":{"shape":"DescribeFleetResponse"},
|
272
|
+
"errors":[
|
273
|
+
{"shape":"ResourceNotFoundException"},
|
274
|
+
{"shape":"InvalidParameterException"},
|
275
|
+
{"shape":"InternalServerException"},
|
276
|
+
{"shape":"ThrottlingException"}
|
277
|
+
]
|
278
|
+
},
|
279
|
+
"DescribeRobot":{
|
280
|
+
"name":"DescribeRobot",
|
281
|
+
"http":{
|
282
|
+
"method":"POST",
|
283
|
+
"requestUri":"/describeRobot"
|
284
|
+
},
|
285
|
+
"input":{"shape":"DescribeRobotRequest"},
|
286
|
+
"output":{"shape":"DescribeRobotResponse"},
|
287
|
+
"errors":[
|
288
|
+
{"shape":"ResourceNotFoundException"},
|
289
|
+
{"shape":"InvalidParameterException"},
|
290
|
+
{"shape":"InternalServerException"},
|
291
|
+
{"shape":"ThrottlingException"}
|
292
|
+
]
|
293
|
+
},
|
294
|
+
"DescribeRobotApplication":{
|
295
|
+
"name":"DescribeRobotApplication",
|
296
|
+
"http":{
|
297
|
+
"method":"POST",
|
298
|
+
"requestUri":"/describeRobotApplication"
|
299
|
+
},
|
300
|
+
"input":{"shape":"DescribeRobotApplicationRequest"},
|
301
|
+
"output":{"shape":"DescribeRobotApplicationResponse"},
|
302
|
+
"errors":[
|
303
|
+
{"shape":"InvalidParameterException"},
|
304
|
+
{"shape":"ResourceNotFoundException"},
|
305
|
+
{"shape":"ThrottlingException"},
|
306
|
+
{"shape":"InternalServerException"}
|
307
|
+
]
|
308
|
+
},
|
309
|
+
"DescribeSimulationApplication":{
|
310
|
+
"name":"DescribeSimulationApplication",
|
311
|
+
"http":{
|
312
|
+
"method":"POST",
|
313
|
+
"requestUri":"/describeSimulationApplication"
|
314
|
+
},
|
315
|
+
"input":{"shape":"DescribeSimulationApplicationRequest"},
|
316
|
+
"output":{"shape":"DescribeSimulationApplicationResponse"},
|
317
|
+
"errors":[
|
318
|
+
{"shape":"InvalidParameterException"},
|
319
|
+
{"shape":"ResourceNotFoundException"},
|
320
|
+
{"shape":"ThrottlingException"},
|
321
|
+
{"shape":"InternalServerException"}
|
322
|
+
]
|
323
|
+
},
|
324
|
+
"DescribeSimulationJob":{
|
325
|
+
"name":"DescribeSimulationJob",
|
326
|
+
"http":{
|
327
|
+
"method":"POST",
|
328
|
+
"requestUri":"/describeSimulationJob"
|
329
|
+
},
|
330
|
+
"input":{"shape":"DescribeSimulationJobRequest"},
|
331
|
+
"output":{"shape":"DescribeSimulationJobResponse"},
|
332
|
+
"errors":[
|
333
|
+
{"shape":"ResourceNotFoundException"},
|
334
|
+
{"shape":"InvalidParameterException"},
|
335
|
+
{"shape":"InternalServerException"},
|
336
|
+
{"shape":"ThrottlingException"}
|
337
|
+
]
|
338
|
+
},
|
339
|
+
"ListDeploymentJobs":{
|
340
|
+
"name":"ListDeploymentJobs",
|
341
|
+
"http":{
|
342
|
+
"method":"POST",
|
343
|
+
"requestUri":"/listDeploymentJobs"
|
344
|
+
},
|
345
|
+
"input":{"shape":"ListDeploymentJobsRequest"},
|
346
|
+
"output":{"shape":"ListDeploymentJobsResponse"},
|
347
|
+
"errors":[
|
348
|
+
{"shape":"ResourceNotFoundException"},
|
349
|
+
{"shape":"InvalidParameterException"},
|
350
|
+
{"shape":"InternalServerException"},
|
351
|
+
{"shape":"ThrottlingException"}
|
352
|
+
]
|
353
|
+
},
|
354
|
+
"ListFleets":{
|
355
|
+
"name":"ListFleets",
|
356
|
+
"http":{
|
357
|
+
"method":"POST",
|
358
|
+
"requestUri":"/listFleets"
|
359
|
+
},
|
360
|
+
"input":{"shape":"ListFleetsRequest"},
|
361
|
+
"output":{"shape":"ListFleetsResponse"},
|
362
|
+
"errors":[
|
363
|
+
{"shape":"ResourceNotFoundException"},
|
364
|
+
{"shape":"InvalidParameterException"},
|
365
|
+
{"shape":"InternalServerException"},
|
366
|
+
{"shape":"ThrottlingException"}
|
367
|
+
]
|
368
|
+
},
|
369
|
+
"ListRobotApplications":{
|
370
|
+
"name":"ListRobotApplications",
|
371
|
+
"http":{
|
372
|
+
"method":"POST",
|
373
|
+
"requestUri":"/listRobotApplications"
|
374
|
+
},
|
375
|
+
"input":{"shape":"ListRobotApplicationsRequest"},
|
376
|
+
"output":{"shape":"ListRobotApplicationsResponse"},
|
377
|
+
"errors":[
|
378
|
+
{"shape":"InvalidParameterException"},
|
379
|
+
{"shape":"ThrottlingException"},
|
380
|
+
{"shape":"InternalServerException"}
|
381
|
+
]
|
382
|
+
},
|
383
|
+
"ListRobots":{
|
384
|
+
"name":"ListRobots",
|
385
|
+
"http":{
|
386
|
+
"method":"POST",
|
387
|
+
"requestUri":"/listRobots"
|
388
|
+
},
|
389
|
+
"input":{"shape":"ListRobotsRequest"},
|
390
|
+
"output":{"shape":"ListRobotsResponse"},
|
391
|
+
"errors":[
|
392
|
+
{"shape":"ResourceNotFoundException"},
|
393
|
+
{"shape":"InvalidParameterException"},
|
394
|
+
{"shape":"InternalServerException"},
|
395
|
+
{"shape":"ThrottlingException"}
|
396
|
+
]
|
397
|
+
},
|
398
|
+
"ListSimulationApplications":{
|
399
|
+
"name":"ListSimulationApplications",
|
400
|
+
"http":{
|
401
|
+
"method":"POST",
|
402
|
+
"requestUri":"/listSimulationApplications"
|
403
|
+
},
|
404
|
+
"input":{"shape":"ListSimulationApplicationsRequest"},
|
405
|
+
"output":{"shape":"ListSimulationApplicationsResponse"},
|
406
|
+
"errors":[
|
407
|
+
{"shape":"InvalidParameterException"},
|
408
|
+
{"shape":"ThrottlingException"},
|
409
|
+
{"shape":"InternalServerException"}
|
410
|
+
]
|
411
|
+
},
|
412
|
+
"ListSimulationJobs":{
|
413
|
+
"name":"ListSimulationJobs",
|
414
|
+
"http":{
|
415
|
+
"method":"POST",
|
416
|
+
"requestUri":"/listSimulationJobs"
|
417
|
+
},
|
418
|
+
"input":{"shape":"ListSimulationJobsRequest"},
|
419
|
+
"output":{"shape":"ListSimulationJobsResponse"},
|
420
|
+
"errors":[
|
421
|
+
{"shape":"InvalidParameterException"},
|
422
|
+
{"shape":"InternalServerException"},
|
423
|
+
{"shape":"ThrottlingException"}
|
424
|
+
]
|
425
|
+
},
|
426
|
+
"RegisterRobot":{
|
427
|
+
"name":"RegisterRobot",
|
428
|
+
"http":{
|
429
|
+
"method":"POST",
|
430
|
+
"requestUri":"/registerRobot"
|
431
|
+
},
|
432
|
+
"input":{"shape":"RegisterRobotRequest"},
|
433
|
+
"output":{"shape":"RegisterRobotResponse"},
|
434
|
+
"errors":[
|
435
|
+
{"shape":"InvalidParameterException"},
|
436
|
+
{"shape":"InternalServerException"},
|
437
|
+
{"shape":"ThrottlingException"},
|
438
|
+
{"shape":"LimitExceededException"},
|
439
|
+
{"shape":"ResourceNotFoundException"}
|
440
|
+
]
|
441
|
+
},
|
442
|
+
"RestartSimulationJob":{
|
443
|
+
"name":"RestartSimulationJob",
|
444
|
+
"http":{
|
445
|
+
"method":"POST",
|
446
|
+
"requestUri":"/restartSimulationJob"
|
447
|
+
},
|
448
|
+
"input":{"shape":"RestartSimulationJobRequest"},
|
449
|
+
"output":{"shape":"RestartSimulationJobResponse"},
|
450
|
+
"errors":[
|
451
|
+
{"shape":"ResourceNotFoundException"},
|
452
|
+
{"shape":"ThrottlingException"},
|
453
|
+
{"shape":"LimitExceededException"},
|
454
|
+
{"shape":"InvalidParameterException"},
|
455
|
+
{"shape":"InternalServerException"}
|
456
|
+
]
|
457
|
+
},
|
458
|
+
"SyncDeploymentJob":{
|
459
|
+
"name":"SyncDeploymentJob",
|
460
|
+
"http":{
|
461
|
+
"method":"POST",
|
462
|
+
"requestUri":"/syncDeploymentJob"
|
463
|
+
},
|
464
|
+
"input":{"shape":"SyncDeploymentJobRequest"},
|
465
|
+
"output":{"shape":"SyncDeploymentJobResponse"},
|
466
|
+
"errors":[
|
467
|
+
{"shape":"ResourceNotFoundException"},
|
468
|
+
{"shape":"InvalidParameterException"},
|
469
|
+
{"shape":"InternalServerException"},
|
470
|
+
{"shape":"ThrottlingException"},
|
471
|
+
{"shape":"LimitExceededException"},
|
472
|
+
{"shape":"ConcurrentDeploymentException"},
|
473
|
+
{"shape":"IdempotentParameterMismatchException"}
|
474
|
+
]
|
475
|
+
},
|
476
|
+
"UpdateRobotApplication":{
|
477
|
+
"name":"UpdateRobotApplication",
|
478
|
+
"http":{
|
479
|
+
"method":"POST",
|
480
|
+
"requestUri":"/updateRobotApplication"
|
481
|
+
},
|
482
|
+
"input":{"shape":"UpdateRobotApplicationRequest"},
|
483
|
+
"output":{"shape":"UpdateRobotApplicationResponse"},
|
484
|
+
"errors":[
|
485
|
+
{"shape":"InvalidParameterException"},
|
486
|
+
{"shape":"ResourceNotFoundException"},
|
487
|
+
{"shape":"LimitExceededException"},
|
488
|
+
{"shape":"ThrottlingException"},
|
489
|
+
{"shape":"InternalServerException"}
|
490
|
+
]
|
491
|
+
},
|
492
|
+
"UpdateSimulationApplication":{
|
493
|
+
"name":"UpdateSimulationApplication",
|
494
|
+
"http":{
|
495
|
+
"method":"POST",
|
496
|
+
"requestUri":"/updateSimulationApplication"
|
497
|
+
},
|
498
|
+
"input":{"shape":"UpdateSimulationApplicationRequest"},
|
499
|
+
"output":{"shape":"UpdateSimulationApplicationResponse"},
|
500
|
+
"errors":[
|
501
|
+
{"shape":"InvalidParameterException"},
|
502
|
+
{"shape":"ResourceNotFoundException"},
|
503
|
+
{"shape":"LimitExceededException"},
|
504
|
+
{"shape":"ThrottlingException"},
|
505
|
+
{"shape":"InternalServerException"}
|
506
|
+
]
|
507
|
+
}
|
508
|
+
},
|
509
|
+
"shapes":{
|
510
|
+
"Architecture":{
|
511
|
+
"type":"string",
|
512
|
+
"enum":[
|
513
|
+
"X86_64",
|
514
|
+
"ARM64",
|
515
|
+
"ARMHF"
|
516
|
+
]
|
517
|
+
},
|
518
|
+
"Arn":{
|
519
|
+
"type":"string",
|
520
|
+
"max":1224,
|
521
|
+
"min":1,
|
522
|
+
"pattern":"arn:.*"
|
523
|
+
},
|
524
|
+
"Arns":{
|
525
|
+
"type":"list",
|
526
|
+
"member":{"shape":"Arn"},
|
527
|
+
"max":100,
|
528
|
+
"min":1
|
529
|
+
},
|
530
|
+
"BatchDescribeSimulationJobRequest":{
|
531
|
+
"type":"structure",
|
532
|
+
"required":["jobs"],
|
533
|
+
"members":{
|
534
|
+
"jobs":{"shape":"Arns"}
|
535
|
+
}
|
536
|
+
},
|
537
|
+
"BatchDescribeSimulationJobResponse":{
|
538
|
+
"type":"structure",
|
539
|
+
"members":{
|
540
|
+
"jobs":{"shape":"SimulationJobs"},
|
541
|
+
"unprocessedJobs":{"shape":"Arns"}
|
542
|
+
}
|
543
|
+
},
|
544
|
+
"Boolean":{"type":"boolean"},
|
545
|
+
"CancelSimulationJobRequest":{
|
546
|
+
"type":"structure",
|
547
|
+
"required":["job"],
|
548
|
+
"members":{
|
549
|
+
"job":{"shape":"Arn"}
|
550
|
+
}
|
551
|
+
},
|
552
|
+
"CancelSimulationJobResponse":{
|
553
|
+
"type":"structure",
|
554
|
+
"members":{
|
555
|
+
}
|
556
|
+
},
|
557
|
+
"ClientRequestToken":{
|
558
|
+
"type":"string",
|
559
|
+
"max":64,
|
560
|
+
"min":1,
|
561
|
+
"pattern":"[a-zA-Z0-9_\\-=]*"
|
562
|
+
},
|
563
|
+
"ConcurrentDeploymentException":{
|
564
|
+
"type":"structure",
|
565
|
+
"members":{
|
566
|
+
"message":{"shape":"errorMessage"}
|
567
|
+
},
|
568
|
+
"error":{"httpStatusCode":400},
|
569
|
+
"exception":true
|
570
|
+
},
|
571
|
+
"CreateDeploymentJobRequest":{
|
572
|
+
"type":"structure",
|
573
|
+
"required":[
|
574
|
+
"clientRequestToken",
|
575
|
+
"fleet",
|
576
|
+
"deploymentApplicationConfigs"
|
577
|
+
],
|
578
|
+
"members":{
|
579
|
+
"deploymentConfig":{"shape":"DeploymentConfig"},
|
580
|
+
"clientRequestToken":{
|
581
|
+
"shape":"ClientRequestToken",
|
582
|
+
"idempotencyToken":true
|
583
|
+
},
|
584
|
+
"fleet":{"shape":"Arn"},
|
585
|
+
"deploymentApplicationConfigs":{"shape":"DeploymentApplicationConfigs"}
|
586
|
+
}
|
587
|
+
},
|
588
|
+
"CreateDeploymentJobResponse":{
|
589
|
+
"type":"structure",
|
590
|
+
"members":{
|
591
|
+
"arn":{"shape":"Arn"},
|
592
|
+
"fleet":{"shape":"Arn"},
|
593
|
+
"status":{"shape":"DeploymentStatus"},
|
594
|
+
"deploymentApplicationConfigs":{"shape":"DeploymentApplicationConfigs"},
|
595
|
+
"failureReason":{"shape":"GenericString"},
|
596
|
+
"failureCode":{"shape":"DeploymentJobErrorCode"},
|
597
|
+
"createdAt":{"shape":"CreatedAt"},
|
598
|
+
"deploymentConfig":{"shape":"DeploymentConfig"}
|
599
|
+
}
|
600
|
+
},
|
601
|
+
"CreateFleetRequest":{
|
602
|
+
"type":"structure",
|
603
|
+
"required":["name"],
|
604
|
+
"members":{
|
605
|
+
"name":{"shape":"Name"}
|
606
|
+
}
|
607
|
+
},
|
608
|
+
"CreateFleetResponse":{
|
609
|
+
"type":"structure",
|
610
|
+
"members":{
|
611
|
+
"arn":{"shape":"Arn"},
|
612
|
+
"name":{"shape":"Name"},
|
613
|
+
"createdAt":{"shape":"CreatedAt"}
|
614
|
+
}
|
615
|
+
},
|
616
|
+
"CreateRobotApplicationRequest":{
|
617
|
+
"type":"structure",
|
618
|
+
"required":[
|
619
|
+
"name",
|
620
|
+
"sources",
|
621
|
+
"robotSoftwareSuite"
|
622
|
+
],
|
623
|
+
"members":{
|
624
|
+
"name":{"shape":"Name"},
|
625
|
+
"sources":{"shape":"SourceConfigs"},
|
626
|
+
"robotSoftwareSuite":{"shape":"RobotSoftwareSuite"}
|
627
|
+
}
|
628
|
+
},
|
629
|
+
"CreateRobotApplicationResponse":{
|
630
|
+
"type":"structure",
|
631
|
+
"members":{
|
632
|
+
"arn":{"shape":"Arn"},
|
633
|
+
"name":{"shape":"Name"},
|
634
|
+
"version":{"shape":"Version"},
|
635
|
+
"sources":{"shape":"Sources"},
|
636
|
+
"robotSoftwareSuite":{"shape":"RobotSoftwareSuite"},
|
637
|
+
"lastUpdatedAt":{"shape":"LastUpdatedAt"},
|
638
|
+
"revisionId":{"shape":"RevisionId"}
|
639
|
+
}
|
640
|
+
},
|
641
|
+
"CreateRobotApplicationVersionRequest":{
|
642
|
+
"type":"structure",
|
643
|
+
"required":["application"],
|
644
|
+
"members":{
|
645
|
+
"application":{"shape":"Arn"},
|
646
|
+
"currentRevisionId":{"shape":"RevisionId"}
|
647
|
+
}
|
648
|
+
},
|
649
|
+
"CreateRobotApplicationVersionResponse":{
|
650
|
+
"type":"structure",
|
651
|
+
"members":{
|
652
|
+
"arn":{"shape":"Arn"},
|
653
|
+
"name":{"shape":"Name"},
|
654
|
+
"version":{"shape":"Version"},
|
655
|
+
"sources":{"shape":"Sources"},
|
656
|
+
"robotSoftwareSuite":{"shape":"RobotSoftwareSuite"},
|
657
|
+
"lastUpdatedAt":{"shape":"LastUpdatedAt"},
|
658
|
+
"revisionId":{"shape":"RevisionId"}
|
659
|
+
}
|
660
|
+
},
|
661
|
+
"CreateRobotRequest":{
|
662
|
+
"type":"structure",
|
663
|
+
"required":[
|
664
|
+
"name",
|
665
|
+
"architecture",
|
666
|
+
"greengrassGroupId"
|
667
|
+
],
|
668
|
+
"members":{
|
669
|
+
"name":{"shape":"Name"},
|
670
|
+
"architecture":{"shape":"Architecture"},
|
671
|
+
"greengrassGroupId":{"shape":"Id"}
|
672
|
+
}
|
673
|
+
},
|
674
|
+
"CreateRobotResponse":{
|
675
|
+
"type":"structure",
|
676
|
+
"members":{
|
677
|
+
"arn":{"shape":"Arn"},
|
678
|
+
"name":{"shape":"Name"},
|
679
|
+
"createdAt":{"shape":"CreatedAt"},
|
680
|
+
"greengrassGroupId":{"shape":"Id"},
|
681
|
+
"architecture":{"shape":"Architecture"}
|
682
|
+
}
|
683
|
+
},
|
684
|
+
"CreateSimulationApplicationRequest":{
|
685
|
+
"type":"structure",
|
686
|
+
"required":[
|
687
|
+
"name",
|
688
|
+
"sources",
|
689
|
+
"simulationSoftwareSuite",
|
690
|
+
"robotSoftwareSuite",
|
691
|
+
"renderingEngine"
|
692
|
+
],
|
693
|
+
"members":{
|
694
|
+
"name":{"shape":"Name"},
|
695
|
+
"sources":{"shape":"SourceConfigs"},
|
696
|
+
"simulationSoftwareSuite":{"shape":"SimulationSoftwareSuite"},
|
697
|
+
"robotSoftwareSuite":{"shape":"RobotSoftwareSuite"},
|
698
|
+
"renderingEngine":{"shape":"RenderingEngine"}
|
699
|
+
}
|
700
|
+
},
|
701
|
+
"CreateSimulationApplicationResponse":{
|
702
|
+
"type":"structure",
|
703
|
+
"members":{
|
704
|
+
"arn":{"shape":"Arn"},
|
705
|
+
"name":{"shape":"Name"},
|
706
|
+
"version":{"shape":"Version"},
|
707
|
+
"sources":{"shape":"Sources"},
|
708
|
+
"simulationSoftwareSuite":{"shape":"SimulationSoftwareSuite"},
|
709
|
+
"robotSoftwareSuite":{"shape":"RobotSoftwareSuite"},
|
710
|
+
"renderingEngine":{"shape":"RenderingEngine"},
|
711
|
+
"lastUpdatedAt":{"shape":"LastUpdatedAt"},
|
712
|
+
"revisionId":{"shape":"RevisionId"}
|
713
|
+
}
|
714
|
+
},
|
715
|
+
"CreateSimulationApplicationVersionRequest":{
|
716
|
+
"type":"structure",
|
717
|
+
"required":["application"],
|
718
|
+
"members":{
|
719
|
+
"application":{"shape":"Arn"},
|
720
|
+
"currentRevisionId":{"shape":"RevisionId"}
|
721
|
+
}
|
722
|
+
},
|
723
|
+
"CreateSimulationApplicationVersionResponse":{
|
724
|
+
"type":"structure",
|
725
|
+
"members":{
|
726
|
+
"arn":{"shape":"Arn"},
|
727
|
+
"name":{"shape":"Name"},
|
728
|
+
"version":{"shape":"Version"},
|
729
|
+
"sources":{"shape":"Sources"},
|
730
|
+
"simulationSoftwareSuite":{"shape":"SimulationSoftwareSuite"},
|
731
|
+
"robotSoftwareSuite":{"shape":"RobotSoftwareSuite"},
|
732
|
+
"renderingEngine":{"shape":"RenderingEngine"},
|
733
|
+
"lastUpdatedAt":{"shape":"LastUpdatedAt"},
|
734
|
+
"revisionId":{"shape":"RevisionId"}
|
735
|
+
}
|
736
|
+
},
|
737
|
+
"CreateSimulationJobRequest":{
|
738
|
+
"type":"structure",
|
739
|
+
"required":[
|
740
|
+
"maxJobDurationInSeconds",
|
741
|
+
"iamRole"
|
742
|
+
],
|
743
|
+
"members":{
|
744
|
+
"clientRequestToken":{
|
745
|
+
"shape":"ClientRequestToken",
|
746
|
+
"idempotencyToken":true
|
747
|
+
},
|
748
|
+
"outputLocation":{"shape":"OutputLocation"},
|
749
|
+
"maxJobDurationInSeconds":{"shape":"JobDuration"},
|
750
|
+
"iamRole":{"shape":"IamRole"},
|
751
|
+
"failureBehavior":{"shape":"FailureBehavior"},
|
752
|
+
"robotApplications":{"shape":"RobotApplicationConfigs"},
|
753
|
+
"simulationApplications":{"shape":"SimulationApplicationConfigs"},
|
754
|
+
"vpcConfig":{"shape":"VPCConfig"}
|
755
|
+
}
|
756
|
+
},
|
757
|
+
"CreateSimulationJobResponse":{
|
758
|
+
"type":"structure",
|
759
|
+
"members":{
|
760
|
+
"arn":{"shape":"Arn"},
|
761
|
+
"status":{"shape":"SimulationJobStatus"},
|
762
|
+
"lastUpdatedAt":{"shape":"LastUpdatedAt"},
|
763
|
+
"failureBehavior":{"shape":"FailureBehavior"},
|
764
|
+
"failureCode":{"shape":"SimulationJobErrorCode"},
|
765
|
+
"clientRequestToken":{"shape":"ClientRequestToken"},
|
766
|
+
"outputLocation":{"shape":"OutputLocation"},
|
767
|
+
"maxJobDurationInSeconds":{"shape":"JobDuration"},
|
768
|
+
"simulationTimeMillis":{"shape":"SimulationTimeMillis"},
|
769
|
+
"iamRole":{"shape":"IamRole"},
|
770
|
+
"robotApplications":{"shape":"RobotApplicationConfigs"},
|
771
|
+
"simulationApplications":{"shape":"SimulationApplicationConfigs"},
|
772
|
+
"vpcConfig":{"shape":"VPCConfigResponse"}
|
773
|
+
}
|
774
|
+
},
|
775
|
+
"CreatedAt":{"type":"timestamp"},
|
776
|
+
"DeleteFleetRequest":{
|
777
|
+
"type":"structure",
|
778
|
+
"required":["fleet"],
|
779
|
+
"members":{
|
780
|
+
"fleet":{"shape":"Arn"}
|
781
|
+
}
|
782
|
+
},
|
783
|
+
"DeleteFleetResponse":{
|
784
|
+
"type":"structure",
|
785
|
+
"members":{
|
786
|
+
}
|
787
|
+
},
|
788
|
+
"DeleteRobotApplicationRequest":{
|
789
|
+
"type":"structure",
|
790
|
+
"required":["application"],
|
791
|
+
"members":{
|
792
|
+
"application":{"shape":"Arn"},
|
793
|
+
"applicationVersion":{"shape":"Version"}
|
794
|
+
}
|
795
|
+
},
|
796
|
+
"DeleteRobotApplicationResponse":{
|
797
|
+
"type":"structure",
|
798
|
+
"members":{
|
799
|
+
}
|
800
|
+
},
|
801
|
+
"DeleteRobotRequest":{
|
802
|
+
"type":"structure",
|
803
|
+
"required":["robot"],
|
804
|
+
"members":{
|
805
|
+
"robot":{"shape":"Arn"}
|
806
|
+
}
|
807
|
+
},
|
808
|
+
"DeleteRobotResponse":{
|
809
|
+
"type":"structure",
|
810
|
+
"members":{
|
811
|
+
}
|
812
|
+
},
|
813
|
+
"DeleteSimulationApplicationRequest":{
|
814
|
+
"type":"structure",
|
815
|
+
"required":["application"],
|
816
|
+
"members":{
|
817
|
+
"application":{"shape":"Arn"},
|
818
|
+
"applicationVersion":{"shape":"Version"}
|
819
|
+
}
|
820
|
+
},
|
821
|
+
"DeleteSimulationApplicationResponse":{
|
822
|
+
"type":"structure",
|
823
|
+
"members":{
|
824
|
+
}
|
825
|
+
},
|
826
|
+
"DeploymentApplicationConfig":{
|
827
|
+
"type":"structure",
|
828
|
+
"required":[
|
829
|
+
"application",
|
830
|
+
"applicationVersion",
|
831
|
+
"launchConfig"
|
832
|
+
],
|
833
|
+
"members":{
|
834
|
+
"application":{"shape":"Arn"},
|
835
|
+
"applicationVersion":{"shape":"Version"},
|
836
|
+
"launchConfig":{"shape":"DeploymentLaunchConfig"}
|
837
|
+
}
|
838
|
+
},
|
839
|
+
"DeploymentApplicationConfigs":{
|
840
|
+
"type":"list",
|
841
|
+
"member":{"shape":"DeploymentApplicationConfig"},
|
842
|
+
"max":1,
|
843
|
+
"min":1
|
844
|
+
},
|
845
|
+
"DeploymentConfig":{
|
846
|
+
"type":"structure",
|
847
|
+
"members":{
|
848
|
+
"concurrentDeploymentPercentage":{"shape":"Percentage"},
|
849
|
+
"failureThresholdPercentage":{"shape":"Percentage"}
|
850
|
+
}
|
851
|
+
},
|
852
|
+
"DeploymentJob":{
|
853
|
+
"type":"structure",
|
854
|
+
"members":{
|
855
|
+
"arn":{"shape":"Arn"},
|
856
|
+
"fleet":{"shape":"Arn"},
|
857
|
+
"status":{"shape":"DeploymentStatus"},
|
858
|
+
"deploymentApplicationConfigs":{"shape":"DeploymentApplicationConfigs"},
|
859
|
+
"deploymentConfig":{"shape":"DeploymentConfig"},
|
860
|
+
"failureReason":{"shape":"GenericString"},
|
861
|
+
"failureCode":{"shape":"DeploymentJobErrorCode"},
|
862
|
+
"createdAt":{"shape":"CreatedAt"}
|
863
|
+
}
|
864
|
+
},
|
865
|
+
"DeploymentJobErrorCode":{
|
866
|
+
"type":"string",
|
867
|
+
"enum":[
|
868
|
+
"ResourceNotFound",
|
869
|
+
"FailureThresholdBreached",
|
870
|
+
"RobotDeploymentNoResponse",
|
871
|
+
"GreengrassDeploymentFailed",
|
872
|
+
"MissingRobotArchitecture",
|
873
|
+
"MissingRobotApplicationArchitecture",
|
874
|
+
"MissingRobotDeploymentResource",
|
875
|
+
"GreengrassGroupVersionDoesNotExist",
|
876
|
+
"ExtractingBundleFailure",
|
877
|
+
"PreLaunchFileFailure",
|
878
|
+
"PostLaunchFileFailure",
|
879
|
+
"BadPermissionError",
|
880
|
+
"InternalServerError"
|
881
|
+
]
|
882
|
+
},
|
883
|
+
"DeploymentJobs":{
|
884
|
+
"type":"list",
|
885
|
+
"member":{"shape":"DeploymentJob"},
|
886
|
+
"max":200,
|
887
|
+
"min":0
|
888
|
+
},
|
889
|
+
"DeploymentLaunchConfig":{
|
890
|
+
"type":"structure",
|
891
|
+
"required":[
|
892
|
+
"packageName",
|
893
|
+
"launchFile"
|
894
|
+
],
|
895
|
+
"members":{
|
896
|
+
"packageName":{"shape":"GenericString"},
|
897
|
+
"preLaunchFile":{"shape":"GenericString"},
|
898
|
+
"launchFile":{"shape":"GenericString"},
|
899
|
+
"postLaunchFile":{"shape":"GenericString"},
|
900
|
+
"environmentVariables":{"shape":"EnvironmentVariableMap"}
|
901
|
+
}
|
902
|
+
},
|
903
|
+
"DeploymentStatus":{
|
904
|
+
"type":"string",
|
905
|
+
"enum":[
|
906
|
+
"Pending",
|
907
|
+
"Preparing",
|
908
|
+
"InProgress",
|
909
|
+
"Failed",
|
910
|
+
"Succeeded"
|
911
|
+
]
|
912
|
+
},
|
913
|
+
"DeregisterRobotRequest":{
|
914
|
+
"type":"structure",
|
915
|
+
"required":[
|
916
|
+
"fleet",
|
917
|
+
"robot"
|
918
|
+
],
|
919
|
+
"members":{
|
920
|
+
"fleet":{"shape":"Arn"},
|
921
|
+
"robot":{"shape":"Arn"}
|
922
|
+
}
|
923
|
+
},
|
924
|
+
"DeregisterRobotResponse":{
|
925
|
+
"type":"structure",
|
926
|
+
"members":{
|
927
|
+
"fleet":{"shape":"Arn"},
|
928
|
+
"robot":{"shape":"Arn"}
|
929
|
+
}
|
930
|
+
},
|
931
|
+
"DescribeDeploymentJobRequest":{
|
932
|
+
"type":"structure",
|
933
|
+
"required":["job"],
|
934
|
+
"members":{
|
935
|
+
"job":{"shape":"Arn"}
|
936
|
+
}
|
937
|
+
},
|
938
|
+
"DescribeDeploymentJobResponse":{
|
939
|
+
"type":"structure",
|
940
|
+
"members":{
|
941
|
+
"arn":{"shape":"Arn"},
|
942
|
+
"fleet":{"shape":"Arn"},
|
943
|
+
"status":{"shape":"DeploymentStatus"},
|
944
|
+
"deploymentConfig":{"shape":"DeploymentConfig"},
|
945
|
+
"deploymentApplicationConfigs":{"shape":"DeploymentApplicationConfigs"},
|
946
|
+
"failureReason":{"shape":"GenericString"},
|
947
|
+
"failureCode":{"shape":"DeploymentJobErrorCode"},
|
948
|
+
"createdAt":{"shape":"CreatedAt"},
|
949
|
+
"robotDeploymentSummary":{"shape":"RobotDeploymentSummary"}
|
950
|
+
}
|
951
|
+
},
|
952
|
+
"DescribeFleetRequest":{
|
953
|
+
"type":"structure",
|
954
|
+
"required":["fleet"],
|
955
|
+
"members":{
|
956
|
+
"fleet":{"shape":"Arn"}
|
957
|
+
}
|
958
|
+
},
|
959
|
+
"DescribeFleetResponse":{
|
960
|
+
"type":"structure",
|
961
|
+
"members":{
|
962
|
+
"name":{"shape":"Name"},
|
963
|
+
"arn":{"shape":"Arn"},
|
964
|
+
"robots":{"shape":"Robots"},
|
965
|
+
"createdAt":{"shape":"CreatedAt"},
|
966
|
+
"lastDeploymentStatus":{"shape":"DeploymentStatus"},
|
967
|
+
"lastDeploymentJob":{"shape":"Arn"},
|
968
|
+
"lastDeploymentTime":{"shape":"CreatedAt"}
|
969
|
+
}
|
970
|
+
},
|
971
|
+
"DescribeRobotApplicationRequest":{
|
972
|
+
"type":"structure",
|
973
|
+
"required":["application"],
|
974
|
+
"members":{
|
975
|
+
"application":{"shape":"Arn"},
|
976
|
+
"applicationVersion":{"shape":"Version"}
|
977
|
+
}
|
978
|
+
},
|
979
|
+
"DescribeRobotApplicationResponse":{
|
980
|
+
"type":"structure",
|
981
|
+
"members":{
|
982
|
+
"arn":{"shape":"Arn"},
|
983
|
+
"name":{"shape":"Name"},
|
984
|
+
"version":{"shape":"Version"},
|
985
|
+
"sources":{"shape":"Sources"},
|
986
|
+
"robotSoftwareSuite":{"shape":"RobotSoftwareSuite"},
|
987
|
+
"revisionId":{"shape":"RevisionId"},
|
988
|
+
"lastUpdatedAt":{"shape":"LastUpdatedAt"}
|
989
|
+
}
|
990
|
+
},
|
991
|
+
"DescribeRobotRequest":{
|
992
|
+
"type":"structure",
|
993
|
+
"required":["robot"],
|
994
|
+
"members":{
|
995
|
+
"robot":{"shape":"Arn"}
|
996
|
+
}
|
997
|
+
},
|
998
|
+
"DescribeRobotResponse":{
|
999
|
+
"type":"structure",
|
1000
|
+
"members":{
|
1001
|
+
"arn":{"shape":"Arn"},
|
1002
|
+
"name":{"shape":"Name"},
|
1003
|
+
"fleetArn":{"shape":"Arn"},
|
1004
|
+
"status":{"shape":"RobotStatus"},
|
1005
|
+
"greengrassGroupId":{"shape":"Id"},
|
1006
|
+
"createdAt":{"shape":"CreatedAt"},
|
1007
|
+
"architecture":{"shape":"Architecture"},
|
1008
|
+
"lastDeploymentJob":{"shape":"Arn"},
|
1009
|
+
"lastDeploymentTime":{"shape":"CreatedAt"}
|
1010
|
+
}
|
1011
|
+
},
|
1012
|
+
"DescribeSimulationApplicationRequest":{
|
1013
|
+
"type":"structure",
|
1014
|
+
"required":["application"],
|
1015
|
+
"members":{
|
1016
|
+
"application":{"shape":"Arn"},
|
1017
|
+
"applicationVersion":{"shape":"Version"}
|
1018
|
+
}
|
1019
|
+
},
|
1020
|
+
"DescribeSimulationApplicationResponse":{
|
1021
|
+
"type":"structure",
|
1022
|
+
"members":{
|
1023
|
+
"arn":{"shape":"Arn"},
|
1024
|
+
"name":{"shape":"Name"},
|
1025
|
+
"version":{"shape":"Version"},
|
1026
|
+
"sources":{"shape":"Sources"},
|
1027
|
+
"simulationSoftwareSuite":{"shape":"SimulationSoftwareSuite"},
|
1028
|
+
"robotSoftwareSuite":{"shape":"RobotSoftwareSuite"},
|
1029
|
+
"renderingEngine":{"shape":"RenderingEngine"},
|
1030
|
+
"revisionId":{"shape":"RevisionId"},
|
1031
|
+
"lastUpdatedAt":{"shape":"LastUpdatedAt"}
|
1032
|
+
}
|
1033
|
+
},
|
1034
|
+
"DescribeSimulationJobRequest":{
|
1035
|
+
"type":"structure",
|
1036
|
+
"required":["job"],
|
1037
|
+
"members":{
|
1038
|
+
"job":{"shape":"Arn"}
|
1039
|
+
}
|
1040
|
+
},
|
1041
|
+
"DescribeSimulationJobResponse":{
|
1042
|
+
"type":"structure",
|
1043
|
+
"members":{
|
1044
|
+
"arn":{"shape":"Arn"},
|
1045
|
+
"name":{"shape":"Name"},
|
1046
|
+
"status":{"shape":"SimulationJobStatus"},
|
1047
|
+
"lastUpdatedAt":{"shape":"LastUpdatedAt"},
|
1048
|
+
"failureBehavior":{"shape":"FailureBehavior"},
|
1049
|
+
"failureCode":{"shape":"SimulationJobErrorCode"},
|
1050
|
+
"clientRequestToken":{"shape":"ClientRequestToken"},
|
1051
|
+
"outputLocation":{"shape":"OutputLocation"},
|
1052
|
+
"maxJobDurationInSeconds":{"shape":"JobDuration"},
|
1053
|
+
"simulationTimeMillis":{"shape":"SimulationTimeMillis"},
|
1054
|
+
"iamRole":{"shape":"IamRole"},
|
1055
|
+
"robotApplications":{"shape":"RobotApplicationConfigs"},
|
1056
|
+
"simulationApplications":{"shape":"SimulationApplicationConfigs"},
|
1057
|
+
"vpcConfig":{"shape":"VPCConfigResponse"}
|
1058
|
+
}
|
1059
|
+
},
|
1060
|
+
"EnvironmentVariableKey":{
|
1061
|
+
"type":"string",
|
1062
|
+
"max":1024,
|
1063
|
+
"min":1,
|
1064
|
+
"pattern":"[A-Z_][A-Z0-9_]*"
|
1065
|
+
},
|
1066
|
+
"EnvironmentVariableMap":{
|
1067
|
+
"type":"map",
|
1068
|
+
"key":{"shape":"EnvironmentVariableKey"},
|
1069
|
+
"value":{"shape":"EnvironmentVariableValue"},
|
1070
|
+
"max":16,
|
1071
|
+
"min":0
|
1072
|
+
},
|
1073
|
+
"EnvironmentVariableValue":{
|
1074
|
+
"type":"string",
|
1075
|
+
"max":1024,
|
1076
|
+
"min":1
|
1077
|
+
},
|
1078
|
+
"FailureBehavior":{
|
1079
|
+
"type":"string",
|
1080
|
+
"enum":[
|
1081
|
+
"Fail",
|
1082
|
+
"Continue"
|
1083
|
+
]
|
1084
|
+
},
|
1085
|
+
"Filter":{
|
1086
|
+
"type":"structure",
|
1087
|
+
"members":{
|
1088
|
+
"name":{"shape":"Name"},
|
1089
|
+
"values":{"shape":"FilterValues"}
|
1090
|
+
}
|
1091
|
+
},
|
1092
|
+
"FilterValues":{
|
1093
|
+
"type":"list",
|
1094
|
+
"member":{"shape":"Name"},
|
1095
|
+
"max":1,
|
1096
|
+
"min":1
|
1097
|
+
},
|
1098
|
+
"Filters":{
|
1099
|
+
"type":"list",
|
1100
|
+
"member":{"shape":"Filter"},
|
1101
|
+
"max":1,
|
1102
|
+
"min":1
|
1103
|
+
},
|
1104
|
+
"Fleet":{
|
1105
|
+
"type":"structure",
|
1106
|
+
"members":{
|
1107
|
+
"name":{"shape":"Name"},
|
1108
|
+
"arn":{"shape":"Arn"},
|
1109
|
+
"createdAt":{"shape":"CreatedAt"},
|
1110
|
+
"lastDeploymentStatus":{"shape":"DeploymentStatus"},
|
1111
|
+
"lastDeploymentJob":{"shape":"Arn"},
|
1112
|
+
"lastDeploymentTime":{"shape":"CreatedAt"}
|
1113
|
+
}
|
1114
|
+
},
|
1115
|
+
"Fleets":{
|
1116
|
+
"type":"list",
|
1117
|
+
"member":{"shape":"Fleet"},
|
1118
|
+
"max":200,
|
1119
|
+
"min":0
|
1120
|
+
},
|
1121
|
+
"GenericString":{"type":"string"},
|
1122
|
+
"IamRole":{
|
1123
|
+
"type":"string",
|
1124
|
+
"max":255,
|
1125
|
+
"min":1,
|
1126
|
+
"pattern":"arn:.*"
|
1127
|
+
},
|
1128
|
+
"Id":{
|
1129
|
+
"type":"string",
|
1130
|
+
"max":1224,
|
1131
|
+
"min":1
|
1132
|
+
},
|
1133
|
+
"IdempotentParameterMismatchException":{
|
1134
|
+
"type":"structure",
|
1135
|
+
"members":{
|
1136
|
+
"message":{"shape":"errorMessage"}
|
1137
|
+
},
|
1138
|
+
"error":{"httpStatusCode":400},
|
1139
|
+
"exception":true
|
1140
|
+
},
|
1141
|
+
"InternalServerException":{
|
1142
|
+
"type":"structure",
|
1143
|
+
"members":{
|
1144
|
+
"message":{"shape":"errorMessage"}
|
1145
|
+
},
|
1146
|
+
"error":{"httpStatusCode":500},
|
1147
|
+
"exception":true
|
1148
|
+
},
|
1149
|
+
"InvalidParameterException":{
|
1150
|
+
"type":"structure",
|
1151
|
+
"members":{
|
1152
|
+
"message":{"shape":"errorMessage"}
|
1153
|
+
},
|
1154
|
+
"error":{"httpStatusCode":400},
|
1155
|
+
"exception":true
|
1156
|
+
},
|
1157
|
+
"JobDuration":{"type":"long"},
|
1158
|
+
"LastUpdatedAt":{"type":"timestamp"},
|
1159
|
+
"LaunchConfig":{
|
1160
|
+
"type":"structure",
|
1161
|
+
"required":[
|
1162
|
+
"packageName",
|
1163
|
+
"launchFile"
|
1164
|
+
],
|
1165
|
+
"members":{
|
1166
|
+
"packageName":{"shape":"GenericString"},
|
1167
|
+
"launchFile":{"shape":"GenericString"},
|
1168
|
+
"environmentVariables":{"shape":"EnvironmentVariableMap"}
|
1169
|
+
}
|
1170
|
+
},
|
1171
|
+
"LimitExceededException":{
|
1172
|
+
"type":"structure",
|
1173
|
+
"members":{
|
1174
|
+
"message":{"shape":"errorMessage"}
|
1175
|
+
},
|
1176
|
+
"error":{"httpStatusCode":400},
|
1177
|
+
"exception":true
|
1178
|
+
},
|
1179
|
+
"ListDeploymentJobsRequest":{
|
1180
|
+
"type":"structure",
|
1181
|
+
"members":{
|
1182
|
+
"filters":{"shape":"Filters"},
|
1183
|
+
"nextToken":{"shape":"PaginationToken"},
|
1184
|
+
"maxResults":{"shape":"MaxResults"}
|
1185
|
+
}
|
1186
|
+
},
|
1187
|
+
"ListDeploymentJobsResponse":{
|
1188
|
+
"type":"structure",
|
1189
|
+
"members":{
|
1190
|
+
"deploymentJobs":{"shape":"DeploymentJobs"},
|
1191
|
+
"nextToken":{"shape":"PaginationToken"}
|
1192
|
+
}
|
1193
|
+
},
|
1194
|
+
"ListFleetsRequest":{
|
1195
|
+
"type":"structure",
|
1196
|
+
"members":{
|
1197
|
+
"nextToken":{"shape":"PaginationToken"},
|
1198
|
+
"maxResults":{"shape":"MaxResults"},
|
1199
|
+
"filters":{"shape":"Filters"}
|
1200
|
+
}
|
1201
|
+
},
|
1202
|
+
"ListFleetsResponse":{
|
1203
|
+
"type":"structure",
|
1204
|
+
"members":{
|
1205
|
+
"fleetDetails":{"shape":"Fleets"},
|
1206
|
+
"nextToken":{"shape":"PaginationToken"}
|
1207
|
+
}
|
1208
|
+
},
|
1209
|
+
"ListRobotApplicationsRequest":{
|
1210
|
+
"type":"structure",
|
1211
|
+
"members":{
|
1212
|
+
"versionQualifier":{"shape":"VersionQualifier"},
|
1213
|
+
"nextToken":{"shape":"PaginationToken"},
|
1214
|
+
"maxResults":{"shape":"MaxResults"},
|
1215
|
+
"filters":{"shape":"Filters"}
|
1216
|
+
}
|
1217
|
+
},
|
1218
|
+
"ListRobotApplicationsResponse":{
|
1219
|
+
"type":"structure",
|
1220
|
+
"members":{
|
1221
|
+
"robotApplicationSummaries":{"shape":"RobotApplicationSummaries"},
|
1222
|
+
"nextToken":{"shape":"PaginationToken"}
|
1223
|
+
}
|
1224
|
+
},
|
1225
|
+
"ListRobotsRequest":{
|
1226
|
+
"type":"structure",
|
1227
|
+
"members":{
|
1228
|
+
"nextToken":{"shape":"PaginationToken"},
|
1229
|
+
"maxResults":{"shape":"MaxResults"},
|
1230
|
+
"filters":{"shape":"Filters"}
|
1231
|
+
}
|
1232
|
+
},
|
1233
|
+
"ListRobotsResponse":{
|
1234
|
+
"type":"structure",
|
1235
|
+
"members":{
|
1236
|
+
"robots":{"shape":"Robots"},
|
1237
|
+
"nextToken":{"shape":"PaginationToken"}
|
1238
|
+
}
|
1239
|
+
},
|
1240
|
+
"ListSimulationApplicationsRequest":{
|
1241
|
+
"type":"structure",
|
1242
|
+
"members":{
|
1243
|
+
"versionQualifier":{"shape":"VersionQualifier"},
|
1244
|
+
"nextToken":{"shape":"PaginationToken"},
|
1245
|
+
"maxResults":{"shape":"MaxResults"},
|
1246
|
+
"filters":{"shape":"Filters"}
|
1247
|
+
}
|
1248
|
+
},
|
1249
|
+
"ListSimulationApplicationsResponse":{
|
1250
|
+
"type":"structure",
|
1251
|
+
"members":{
|
1252
|
+
"simulationApplicationSummaries":{"shape":"SimulationApplicationSummaries"},
|
1253
|
+
"nextToken":{"shape":"PaginationToken"}
|
1254
|
+
}
|
1255
|
+
},
|
1256
|
+
"ListSimulationJobsRequest":{
|
1257
|
+
"type":"structure",
|
1258
|
+
"members":{
|
1259
|
+
"nextToken":{"shape":"PaginationToken"},
|
1260
|
+
"maxResults":{"shape":"MaxResults"},
|
1261
|
+
"filters":{"shape":"Filters"}
|
1262
|
+
}
|
1263
|
+
},
|
1264
|
+
"ListSimulationJobsResponse":{
|
1265
|
+
"type":"structure",
|
1266
|
+
"required":["simulationJobSummaries"],
|
1267
|
+
"members":{
|
1268
|
+
"simulationJobSummaries":{"shape":"SimulationJobSummaries"},
|
1269
|
+
"nextToken":{"shape":"PaginationToken"}
|
1270
|
+
}
|
1271
|
+
},
|
1272
|
+
"MaxResults":{"type":"integer"},
|
1273
|
+
"Name":{
|
1274
|
+
"type":"string",
|
1275
|
+
"max":255,
|
1276
|
+
"min":1,
|
1277
|
+
"pattern":"[a-zA-Z0-9_\\-]*"
|
1278
|
+
},
|
1279
|
+
"OutputLocation":{
|
1280
|
+
"type":"structure",
|
1281
|
+
"members":{
|
1282
|
+
"s3Bucket":{"shape":"S3Bucket"},
|
1283
|
+
"s3Prefix":{"shape":"S3Key"}
|
1284
|
+
}
|
1285
|
+
},
|
1286
|
+
"PaginationToken":{
|
1287
|
+
"type":"string",
|
1288
|
+
"max":2048,
|
1289
|
+
"min":1,
|
1290
|
+
"pattern":"[a-zA-Z0-9_.\\-\\/+=]*"
|
1291
|
+
},
|
1292
|
+
"Percentage":{
|
1293
|
+
"type":"integer",
|
1294
|
+
"max":100,
|
1295
|
+
"min":1
|
1296
|
+
},
|
1297
|
+
"ProgressDetail":{
|
1298
|
+
"type":"structure",
|
1299
|
+
"members":{
|
1300
|
+
"currentProgress":{"shape":"GenericString"},
|
1301
|
+
"targetResource":{"shape":"GenericString"}
|
1302
|
+
}
|
1303
|
+
},
|
1304
|
+
"RegisterRobotRequest":{
|
1305
|
+
"type":"structure",
|
1306
|
+
"required":[
|
1307
|
+
"fleet",
|
1308
|
+
"robot"
|
1309
|
+
],
|
1310
|
+
"members":{
|
1311
|
+
"fleet":{"shape":"Arn"},
|
1312
|
+
"robot":{"shape":"Arn"}
|
1313
|
+
}
|
1314
|
+
},
|
1315
|
+
"RegisterRobotResponse":{
|
1316
|
+
"type":"structure",
|
1317
|
+
"members":{
|
1318
|
+
"fleet":{"shape":"Arn"},
|
1319
|
+
"robot":{"shape":"Arn"}
|
1320
|
+
}
|
1321
|
+
},
|
1322
|
+
"RenderingEngine":{
|
1323
|
+
"type":"structure",
|
1324
|
+
"members":{
|
1325
|
+
"name":{"shape":"RenderingEngineType"},
|
1326
|
+
"version":{"shape":"RenderingEngineVersionType"}
|
1327
|
+
}
|
1328
|
+
},
|
1329
|
+
"RenderingEngineType":{
|
1330
|
+
"type":"string",
|
1331
|
+
"enum":["OGRE"]
|
1332
|
+
},
|
1333
|
+
"RenderingEngineVersionType":{
|
1334
|
+
"type":"string",
|
1335
|
+
"pattern":"1.x"
|
1336
|
+
},
|
1337
|
+
"ResourceAlreadyExistsException":{
|
1338
|
+
"type":"structure",
|
1339
|
+
"members":{
|
1340
|
+
"message":{"shape":"errorMessage"}
|
1341
|
+
},
|
1342
|
+
"error":{"httpStatusCode":400},
|
1343
|
+
"exception":true
|
1344
|
+
},
|
1345
|
+
"ResourceNotFoundException":{
|
1346
|
+
"type":"structure",
|
1347
|
+
"members":{
|
1348
|
+
"message":{"shape":"errorMessage"}
|
1349
|
+
},
|
1350
|
+
"error":{"httpStatusCode":400},
|
1351
|
+
"exception":true
|
1352
|
+
},
|
1353
|
+
"RestartSimulationJobRequest":{
|
1354
|
+
"type":"structure",
|
1355
|
+
"required":["job"],
|
1356
|
+
"members":{
|
1357
|
+
"job":{"shape":"Arn"}
|
1358
|
+
}
|
1359
|
+
},
|
1360
|
+
"RestartSimulationJobResponse":{
|
1361
|
+
"type":"structure",
|
1362
|
+
"members":{
|
1363
|
+
}
|
1364
|
+
},
|
1365
|
+
"RevisionId":{
|
1366
|
+
"type":"string",
|
1367
|
+
"max":40,
|
1368
|
+
"min":1,
|
1369
|
+
"pattern":"[a-zA-Z0-9_.\\-]*"
|
1370
|
+
},
|
1371
|
+
"Robot":{
|
1372
|
+
"type":"structure",
|
1373
|
+
"members":{
|
1374
|
+
"arn":{"shape":"Arn"},
|
1375
|
+
"name":{"shape":"Name"},
|
1376
|
+
"fleetArn":{"shape":"Arn"},
|
1377
|
+
"status":{"shape":"RobotStatus"},
|
1378
|
+
"greenGrassGroupId":{"shape":"Id"},
|
1379
|
+
"createdAt":{"shape":"CreatedAt"},
|
1380
|
+
"architecture":{"shape":"Architecture"},
|
1381
|
+
"lastDeploymentJob":{"shape":"Arn"},
|
1382
|
+
"lastDeploymentTime":{"shape":"CreatedAt"}
|
1383
|
+
}
|
1384
|
+
},
|
1385
|
+
"RobotApplicationConfig":{
|
1386
|
+
"type":"structure",
|
1387
|
+
"required":[
|
1388
|
+
"application",
|
1389
|
+
"launchConfig"
|
1390
|
+
],
|
1391
|
+
"members":{
|
1392
|
+
"application":{"shape":"Arn"},
|
1393
|
+
"applicationVersion":{"shape":"Version"},
|
1394
|
+
"launchConfig":{"shape":"LaunchConfig"}
|
1395
|
+
}
|
1396
|
+
},
|
1397
|
+
"RobotApplicationConfigs":{
|
1398
|
+
"type":"list",
|
1399
|
+
"member":{"shape":"RobotApplicationConfig"},
|
1400
|
+
"max":1,
|
1401
|
+
"min":1
|
1402
|
+
},
|
1403
|
+
"RobotApplicationNames":{
|
1404
|
+
"type":"list",
|
1405
|
+
"member":{"shape":"Name"},
|
1406
|
+
"max":1,
|
1407
|
+
"min":1
|
1408
|
+
},
|
1409
|
+
"RobotApplicationSummaries":{
|
1410
|
+
"type":"list",
|
1411
|
+
"member":{"shape":"RobotApplicationSummary"},
|
1412
|
+
"max":100,
|
1413
|
+
"min":0
|
1414
|
+
},
|
1415
|
+
"RobotApplicationSummary":{
|
1416
|
+
"type":"structure",
|
1417
|
+
"members":{
|
1418
|
+
"name":{"shape":"Name"},
|
1419
|
+
"arn":{"shape":"Arn"},
|
1420
|
+
"version":{"shape":"Version"},
|
1421
|
+
"lastUpdatedAt":{"shape":"LastUpdatedAt"}
|
1422
|
+
}
|
1423
|
+
},
|
1424
|
+
"RobotDeployment":{
|
1425
|
+
"type":"structure",
|
1426
|
+
"members":{
|
1427
|
+
"arn":{"shape":"Arn"},
|
1428
|
+
"deploymentStartTime":{"shape":"CreatedAt"},
|
1429
|
+
"deploymentFinishTime":{"shape":"CreatedAt"},
|
1430
|
+
"status":{"shape":"RobotStatus"},
|
1431
|
+
"progressDetail":{"shape":"ProgressDetail"},
|
1432
|
+
"failureReason":{"shape":"GenericString"},
|
1433
|
+
"failureCode":{"shape":"DeploymentJobErrorCode"}
|
1434
|
+
}
|
1435
|
+
},
|
1436
|
+
"RobotDeploymentSummary":{
|
1437
|
+
"type":"list",
|
1438
|
+
"member":{"shape":"RobotDeployment"}
|
1439
|
+
},
|
1440
|
+
"RobotSoftwareSuite":{
|
1441
|
+
"type":"structure",
|
1442
|
+
"members":{
|
1443
|
+
"name":{"shape":"RobotSoftwareSuiteType"},
|
1444
|
+
"version":{"shape":"RobotSoftwareSuiteVersionType"}
|
1445
|
+
}
|
1446
|
+
},
|
1447
|
+
"RobotSoftwareSuiteType":{
|
1448
|
+
"type":"string",
|
1449
|
+
"enum":["ROS"]
|
1450
|
+
},
|
1451
|
+
"RobotSoftwareSuiteVersionType":{
|
1452
|
+
"type":"string",
|
1453
|
+
"enum":["Kinetic"]
|
1454
|
+
},
|
1455
|
+
"RobotStatus":{
|
1456
|
+
"type":"string",
|
1457
|
+
"enum":[
|
1458
|
+
"Available",
|
1459
|
+
"Registered",
|
1460
|
+
"PendingNewDeployment",
|
1461
|
+
"Deploying",
|
1462
|
+
"Failed",
|
1463
|
+
"InSync",
|
1464
|
+
"NoResponse"
|
1465
|
+
]
|
1466
|
+
},
|
1467
|
+
"Robots":{
|
1468
|
+
"type":"list",
|
1469
|
+
"member":{"shape":"Robot"},
|
1470
|
+
"max":1000,
|
1471
|
+
"min":0
|
1472
|
+
},
|
1473
|
+
"S3Bucket":{
|
1474
|
+
"type":"string",
|
1475
|
+
"max":63,
|
1476
|
+
"min":3,
|
1477
|
+
"pattern":"[a-z0-9][a-z0-9\\-]*[a-z0-9]"
|
1478
|
+
},
|
1479
|
+
"S3Etag":{"type":"string"},
|
1480
|
+
"S3Key":{
|
1481
|
+
"type":"string",
|
1482
|
+
"max":1024,
|
1483
|
+
"min":1,
|
1484
|
+
"pattern":".*"
|
1485
|
+
},
|
1486
|
+
"SecurityGroups":{
|
1487
|
+
"type":"list",
|
1488
|
+
"member":{"shape":"GenericString"},
|
1489
|
+
"max":5,
|
1490
|
+
"min":1
|
1491
|
+
},
|
1492
|
+
"SimulationApplicationConfig":{
|
1493
|
+
"type":"structure",
|
1494
|
+
"required":[
|
1495
|
+
"application",
|
1496
|
+
"launchConfig"
|
1497
|
+
],
|
1498
|
+
"members":{
|
1499
|
+
"application":{"shape":"Arn"},
|
1500
|
+
"applicationVersion":{"shape":"Version"},
|
1501
|
+
"launchConfig":{"shape":"LaunchConfig"}
|
1502
|
+
}
|
1503
|
+
},
|
1504
|
+
"SimulationApplicationConfigs":{
|
1505
|
+
"type":"list",
|
1506
|
+
"member":{"shape":"SimulationApplicationConfig"},
|
1507
|
+
"max":1,
|
1508
|
+
"min":1
|
1509
|
+
},
|
1510
|
+
"SimulationApplicationNames":{
|
1511
|
+
"type":"list",
|
1512
|
+
"member":{"shape":"Name"},
|
1513
|
+
"max":1,
|
1514
|
+
"min":1
|
1515
|
+
},
|
1516
|
+
"SimulationApplicationSummaries":{
|
1517
|
+
"type":"list",
|
1518
|
+
"member":{"shape":"SimulationApplicationSummary"},
|
1519
|
+
"max":100,
|
1520
|
+
"min":0
|
1521
|
+
},
|
1522
|
+
"SimulationApplicationSummary":{
|
1523
|
+
"type":"structure",
|
1524
|
+
"members":{
|
1525
|
+
"name":{"shape":"Name"},
|
1526
|
+
"arn":{"shape":"Arn"},
|
1527
|
+
"version":{"shape":"Version"},
|
1528
|
+
"lastUpdatedAt":{"shape":"LastUpdatedAt"}
|
1529
|
+
}
|
1530
|
+
},
|
1531
|
+
"SimulationJob":{
|
1532
|
+
"type":"structure",
|
1533
|
+
"members":{
|
1534
|
+
"arn":{"shape":"Arn"},
|
1535
|
+
"name":{"shape":"Name"},
|
1536
|
+
"status":{"shape":"SimulationJobStatus"},
|
1537
|
+
"lastUpdatedAt":{"shape":"LastUpdatedAt"},
|
1538
|
+
"failureBehavior":{"shape":"FailureBehavior"},
|
1539
|
+
"failureCode":{"shape":"SimulationJobErrorCode"},
|
1540
|
+
"clientRequestToken":{"shape":"ClientRequestToken"},
|
1541
|
+
"outputLocation":{"shape":"OutputLocation"},
|
1542
|
+
"maxJobDurationInSeconds":{"shape":"JobDuration"},
|
1543
|
+
"simulationTimeMillis":{"shape":"SimulationTimeMillis"},
|
1544
|
+
"iamRole":{"shape":"IamRole"},
|
1545
|
+
"robotApplications":{"shape":"RobotApplicationConfigs"},
|
1546
|
+
"simulationApplications":{"shape":"SimulationApplicationConfigs"},
|
1547
|
+
"vpcConfig":{"shape":"VPCConfigResponse"}
|
1548
|
+
}
|
1549
|
+
},
|
1550
|
+
"SimulationJobErrorCode":{
|
1551
|
+
"type":"string",
|
1552
|
+
"enum":[
|
1553
|
+
"InternalServiceError",
|
1554
|
+
"RobotApplicationCrash",
|
1555
|
+
"SimulationApplicationCrash",
|
1556
|
+
"BadPermissionsRobotApplication",
|
1557
|
+
"BadPermissionsSimulationApplication",
|
1558
|
+
"BadPermissionsS3Output",
|
1559
|
+
"BadPermissionsCloudwatchLogs",
|
1560
|
+
"SubnetIpLimitExceeded",
|
1561
|
+
"ENILimitExceeded",
|
1562
|
+
"BadPermissionsUserCredentials",
|
1563
|
+
"InvalidBundleRobotApplication",
|
1564
|
+
"InvalidBundleSimulationApplication",
|
1565
|
+
"RobotApplicationVersionMismatchedEtag",
|
1566
|
+
"SimulationApplicationVersionMismatchedEtag"
|
1567
|
+
]
|
1568
|
+
},
|
1569
|
+
"SimulationJobStatus":{
|
1570
|
+
"type":"string",
|
1571
|
+
"enum":[
|
1572
|
+
"Pending",
|
1573
|
+
"Preparing",
|
1574
|
+
"Running",
|
1575
|
+
"Restarting",
|
1576
|
+
"Completed",
|
1577
|
+
"Failed",
|
1578
|
+
"RunningFailed",
|
1579
|
+
"Terminating",
|
1580
|
+
"Terminated",
|
1581
|
+
"Canceled"
|
1582
|
+
]
|
1583
|
+
},
|
1584
|
+
"SimulationJobSummaries":{
|
1585
|
+
"type":"list",
|
1586
|
+
"member":{"shape":"SimulationJobSummary"},
|
1587
|
+
"max":100,
|
1588
|
+
"min":0
|
1589
|
+
},
|
1590
|
+
"SimulationJobSummary":{
|
1591
|
+
"type":"structure",
|
1592
|
+
"members":{
|
1593
|
+
"arn":{"shape":"Arn"},
|
1594
|
+
"lastUpdatedAt":{"shape":"LastUpdatedAt"},
|
1595
|
+
"name":{"shape":"Name"},
|
1596
|
+
"status":{"shape":"SimulationJobStatus"},
|
1597
|
+
"simulationApplicationNames":{"shape":"SimulationApplicationNames"},
|
1598
|
+
"robotApplicationNames":{"shape":"RobotApplicationNames"}
|
1599
|
+
}
|
1600
|
+
},
|
1601
|
+
"SimulationJobs":{
|
1602
|
+
"type":"list",
|
1603
|
+
"member":{"shape":"SimulationJob"}
|
1604
|
+
},
|
1605
|
+
"SimulationSoftwareSuite":{
|
1606
|
+
"type":"structure",
|
1607
|
+
"members":{
|
1608
|
+
"name":{"shape":"SimulationSoftwareSuiteType"},
|
1609
|
+
"version":{"shape":"SimulationSoftwareSuiteVersionType"}
|
1610
|
+
}
|
1611
|
+
},
|
1612
|
+
"SimulationSoftwareSuiteType":{
|
1613
|
+
"type":"string",
|
1614
|
+
"enum":["Gazebo"]
|
1615
|
+
},
|
1616
|
+
"SimulationSoftwareSuiteVersionType":{
|
1617
|
+
"type":"string",
|
1618
|
+
"pattern":"7"
|
1619
|
+
},
|
1620
|
+
"SimulationTimeMillis":{"type":"long"},
|
1621
|
+
"Source":{
|
1622
|
+
"type":"structure",
|
1623
|
+
"members":{
|
1624
|
+
"s3Bucket":{"shape":"S3Bucket"},
|
1625
|
+
"s3Key":{"shape":"S3Key"},
|
1626
|
+
"etag":{"shape":"S3Etag"},
|
1627
|
+
"architecture":{"shape":"Architecture"}
|
1628
|
+
}
|
1629
|
+
},
|
1630
|
+
"SourceConfig":{
|
1631
|
+
"type":"structure",
|
1632
|
+
"members":{
|
1633
|
+
"s3Bucket":{"shape":"S3Bucket"},
|
1634
|
+
"s3Key":{"shape":"S3Key"},
|
1635
|
+
"architecture":{"shape":"Architecture"}
|
1636
|
+
}
|
1637
|
+
},
|
1638
|
+
"SourceConfigs":{
|
1639
|
+
"type":"list",
|
1640
|
+
"member":{"shape":"SourceConfig"}
|
1641
|
+
},
|
1642
|
+
"Sources":{
|
1643
|
+
"type":"list",
|
1644
|
+
"member":{"shape":"Source"}
|
1645
|
+
},
|
1646
|
+
"Subnets":{
|
1647
|
+
"type":"list",
|
1648
|
+
"member":{"shape":"GenericString"},
|
1649
|
+
"max":16,
|
1650
|
+
"min":1
|
1651
|
+
},
|
1652
|
+
"SyncDeploymentJobRequest":{
|
1653
|
+
"type":"structure",
|
1654
|
+
"required":[
|
1655
|
+
"clientRequestToken",
|
1656
|
+
"fleet"
|
1657
|
+
],
|
1658
|
+
"members":{
|
1659
|
+
"clientRequestToken":{
|
1660
|
+
"shape":"ClientRequestToken",
|
1661
|
+
"idempotencyToken":true
|
1662
|
+
},
|
1663
|
+
"fleet":{"shape":"Arn"}
|
1664
|
+
}
|
1665
|
+
},
|
1666
|
+
"SyncDeploymentJobResponse":{
|
1667
|
+
"type":"structure",
|
1668
|
+
"members":{
|
1669
|
+
"arn":{"shape":"Arn"},
|
1670
|
+
"fleet":{"shape":"Arn"},
|
1671
|
+
"status":{"shape":"DeploymentStatus"},
|
1672
|
+
"deploymentConfig":{"shape":"DeploymentConfig"},
|
1673
|
+
"deploymentApplicationConfigs":{"shape":"DeploymentApplicationConfigs"},
|
1674
|
+
"failureReason":{"shape":"GenericString"},
|
1675
|
+
"failureCode":{"shape":"DeploymentJobErrorCode"},
|
1676
|
+
"createdAt":{"shape":"CreatedAt"}
|
1677
|
+
}
|
1678
|
+
},
|
1679
|
+
"ThrottlingException":{
|
1680
|
+
"type":"structure",
|
1681
|
+
"members":{
|
1682
|
+
"message":{"shape":"errorMessage"}
|
1683
|
+
},
|
1684
|
+
"error":{"httpStatusCode":400},
|
1685
|
+
"exception":true
|
1686
|
+
},
|
1687
|
+
"UpdateRobotApplicationRequest":{
|
1688
|
+
"type":"structure",
|
1689
|
+
"required":[
|
1690
|
+
"application",
|
1691
|
+
"sources",
|
1692
|
+
"robotSoftwareSuite"
|
1693
|
+
],
|
1694
|
+
"members":{
|
1695
|
+
"application":{"shape":"Arn"},
|
1696
|
+
"sources":{"shape":"SourceConfigs"},
|
1697
|
+
"robotSoftwareSuite":{"shape":"RobotSoftwareSuite"},
|
1698
|
+
"currentRevisionId":{"shape":"RevisionId"}
|
1699
|
+
}
|
1700
|
+
},
|
1701
|
+
"UpdateRobotApplicationResponse":{
|
1702
|
+
"type":"structure",
|
1703
|
+
"members":{
|
1704
|
+
"arn":{"shape":"Arn"},
|
1705
|
+
"name":{"shape":"Name"},
|
1706
|
+
"version":{"shape":"Version"},
|
1707
|
+
"sources":{"shape":"Sources"},
|
1708
|
+
"robotSoftwareSuite":{"shape":"RobotSoftwareSuite"},
|
1709
|
+
"lastUpdatedAt":{"shape":"LastUpdatedAt"},
|
1710
|
+
"revisionId":{"shape":"RevisionId"}
|
1711
|
+
}
|
1712
|
+
},
|
1713
|
+
"UpdateSimulationApplicationRequest":{
|
1714
|
+
"type":"structure",
|
1715
|
+
"required":[
|
1716
|
+
"application",
|
1717
|
+
"sources",
|
1718
|
+
"simulationSoftwareSuite",
|
1719
|
+
"robotSoftwareSuite",
|
1720
|
+
"renderingEngine"
|
1721
|
+
],
|
1722
|
+
"members":{
|
1723
|
+
"application":{"shape":"Arn"},
|
1724
|
+
"sources":{"shape":"SourceConfigs"},
|
1725
|
+
"simulationSoftwareSuite":{"shape":"SimulationSoftwareSuite"},
|
1726
|
+
"robotSoftwareSuite":{"shape":"RobotSoftwareSuite"},
|
1727
|
+
"renderingEngine":{"shape":"RenderingEngine"},
|
1728
|
+
"currentRevisionId":{"shape":"RevisionId"}
|
1729
|
+
}
|
1730
|
+
},
|
1731
|
+
"UpdateSimulationApplicationResponse":{
|
1732
|
+
"type":"structure",
|
1733
|
+
"members":{
|
1734
|
+
"arn":{"shape":"Arn"},
|
1735
|
+
"name":{"shape":"Name"},
|
1736
|
+
"version":{"shape":"Version"},
|
1737
|
+
"sources":{"shape":"Sources"},
|
1738
|
+
"simulationSoftwareSuite":{"shape":"SimulationSoftwareSuite"},
|
1739
|
+
"robotSoftwareSuite":{"shape":"RobotSoftwareSuite"},
|
1740
|
+
"renderingEngine":{"shape":"RenderingEngine"},
|
1741
|
+
"lastUpdatedAt":{"shape":"LastUpdatedAt"},
|
1742
|
+
"revisionId":{"shape":"RevisionId"}
|
1743
|
+
}
|
1744
|
+
},
|
1745
|
+
"VPCConfig":{
|
1746
|
+
"type":"structure",
|
1747
|
+
"required":["subnets"],
|
1748
|
+
"members":{
|
1749
|
+
"subnets":{"shape":"Subnets"},
|
1750
|
+
"securityGroups":{"shape":"SecurityGroups"},
|
1751
|
+
"assignPublicIp":{"shape":"Boolean"}
|
1752
|
+
}
|
1753
|
+
},
|
1754
|
+
"VPCConfigResponse":{
|
1755
|
+
"type":"structure",
|
1756
|
+
"members":{
|
1757
|
+
"subnets":{"shape":"Subnets"},
|
1758
|
+
"securityGroups":{"shape":"SecurityGroups"},
|
1759
|
+
"vpcId":{"shape":"GenericString"},
|
1760
|
+
"assignPublicIp":{"shape":"Boolean"}
|
1761
|
+
}
|
1762
|
+
},
|
1763
|
+
"Version":{
|
1764
|
+
"type":"string",
|
1765
|
+
"max":255,
|
1766
|
+
"min":1,
|
1767
|
+
"pattern":"(\\$LATEST)|[0-9]*"
|
1768
|
+
},
|
1769
|
+
"VersionQualifier":{
|
1770
|
+
"type":"string",
|
1771
|
+
"pattern":"ALL"
|
1772
|
+
},
|
1773
|
+
"errorMessage":{"type":"string"}
|
1774
|
+
}
|
1775
|
+
}
|