aws-sdk-core 2.11.567 → 2.11.568

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,10 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListAnalyses": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
3
8
  "ListDashboardVersions": {
4
9
  "input_token": "NextToken",
5
10
  "output_token": "NextToken",
@@ -45,6 +50,11 @@
45
50
  "output_token": "NextToken",
46
51
  "limit_key": "MaxResults"
47
52
  },
53
+ "SearchAnalyses": {
54
+ "input_token": "NextToken",
55
+ "output_token": "NextToken",
56
+ "limit_key": "MaxResults"
57
+ },
48
58
  "SearchDashboards": {
49
59
  "input_token": "NextToken",
50
60
  "output_token": "NextToken",
@@ -13,6 +13,20 @@
13
13
  "uid":"robomaker-2018-06-29"
14
14
  },
15
15
  "operations":{
16
+ "BatchDeleteWorlds":{
17
+ "name":"BatchDeleteWorlds",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/batchDeleteWorlds"
21
+ },
22
+ "input":{"shape":"BatchDeleteWorldsRequest"},
23
+ "output":{"shape":"BatchDeleteWorldsResponse"},
24
+ "errors":[
25
+ {"shape":"InvalidParameterException"},
26
+ {"shape":"ThrottlingException"},
27
+ {"shape":"InternalServerException"}
28
+ ]
29
+ },
16
30
  "BatchDescribeSimulationJob":{
17
31
  "name":"BatchDescribeSimulationJob",
18
32
  "http":{
@@ -73,6 +87,36 @@
73
87
  {"shape":"ThrottlingException"}
74
88
  ]
75
89
  },
90
+ "CancelWorldExportJob":{
91
+ "name":"CancelWorldExportJob",
92
+ "http":{
93
+ "method":"POST",
94
+ "requestUri":"/cancelWorldExportJob"
95
+ },
96
+ "input":{"shape":"CancelWorldExportJobRequest"},
97
+ "output":{"shape":"CancelWorldExportJobResponse"},
98
+ "errors":[
99
+ {"shape":"ResourceNotFoundException"},
100
+ {"shape":"InvalidParameterException"},
101
+ {"shape":"InternalServerException"},
102
+ {"shape":"ThrottlingException"}
103
+ ]
104
+ },
105
+ "CancelWorldGenerationJob":{
106
+ "name":"CancelWorldGenerationJob",
107
+ "http":{
108
+ "method":"POST",
109
+ "requestUri":"/cancelWorldGenerationJob"
110
+ },
111
+ "input":{"shape":"CancelWorldGenerationJobRequest"},
112
+ "output":{"shape":"CancelWorldGenerationJobResponse"},
113
+ "errors":[
114
+ {"shape":"ResourceNotFoundException"},
115
+ {"shape":"InvalidParameterException"},
116
+ {"shape":"InternalServerException"},
117
+ {"shape":"ThrottlingException"}
118
+ ]
119
+ },
76
120
  "CreateDeploymentJob":{
77
121
  "name":"CreateDeploymentJob",
78
122
  "http":{
@@ -206,6 +250,58 @@
206
250
  {"shape":"ServiceUnavailableException"}
207
251
  ]
208
252
  },
253
+ "CreateWorldExportJob":{
254
+ "name":"CreateWorldExportJob",
255
+ "http":{
256
+ "method":"POST",
257
+ "requestUri":"/createWorldExportJob"
258
+ },
259
+ "input":{"shape":"CreateWorldExportJobRequest"},
260
+ "output":{"shape":"CreateWorldExportJobResponse"},
261
+ "errors":[
262
+ {"shape":"ResourceNotFoundException"},
263
+ {"shape":"InvalidParameterException"},
264
+ {"shape":"InternalServerException"},
265
+ {"shape":"ThrottlingException"},
266
+ {"shape":"IdempotentParameterMismatchException"},
267
+ {"shape":"ServiceUnavailableException"}
268
+ ]
269
+ },
270
+ "CreateWorldGenerationJob":{
271
+ "name":"CreateWorldGenerationJob",
272
+ "http":{
273
+ "method":"POST",
274
+ "requestUri":"/createWorldGenerationJob"
275
+ },
276
+ "input":{"shape":"CreateWorldGenerationJobRequest"},
277
+ "output":{"shape":"CreateWorldGenerationJobResponse"},
278
+ "errors":[
279
+ {"shape":"ResourceNotFoundException"},
280
+ {"shape":"InvalidParameterException"},
281
+ {"shape":"InternalServerException"},
282
+ {"shape":"ThrottlingException"},
283
+ {"shape":"LimitExceededException"},
284
+ {"shape":"IdempotentParameterMismatchException"},
285
+ {"shape":"ServiceUnavailableException"}
286
+ ]
287
+ },
288
+ "CreateWorldTemplate":{
289
+ "name":"CreateWorldTemplate",
290
+ "http":{
291
+ "method":"POST",
292
+ "requestUri":"/createWorldTemplate"
293
+ },
294
+ "input":{"shape":"CreateWorldTemplateRequest"},
295
+ "output":{"shape":"CreateWorldTemplateResponse"},
296
+ "errors":[
297
+ {"shape":"InvalidParameterException"},
298
+ {"shape":"ResourceAlreadyExistsException"},
299
+ {"shape":"ResourceNotFoundException"},
300
+ {"shape":"LimitExceededException"},
301
+ {"shape":"ThrottlingException"},
302
+ {"shape":"InternalServerException"}
303
+ ]
304
+ },
209
305
  "DeleteFleet":{
210
306
  "name":"DeleteFleet",
211
307
  "http":{
@@ -262,6 +358,21 @@
262
358
  {"shape":"InternalServerException"}
263
359
  ]
264
360
  },
361
+ "DeleteWorldTemplate":{
362
+ "name":"DeleteWorldTemplate",
363
+ "http":{
364
+ "method":"POST",
365
+ "requestUri":"/deleteWorldTemplate"
366
+ },
367
+ "input":{"shape":"DeleteWorldTemplateRequest"},
368
+ "output":{"shape":"DeleteWorldTemplateResponse"},
369
+ "errors":[
370
+ {"shape":"InvalidParameterException"},
371
+ {"shape":"ResourceNotFoundException"},
372
+ {"shape":"ThrottlingException"},
373
+ {"shape":"InternalServerException"}
374
+ ]
375
+ },
265
376
  "DeregisterRobot":{
266
377
  "name":"DeregisterRobot",
267
378
  "http":{
@@ -381,6 +492,81 @@
381
492
  {"shape":"InternalServerException"}
382
493
  ]
383
494
  },
495
+ "DescribeWorld":{
496
+ "name":"DescribeWorld",
497
+ "http":{
498
+ "method":"POST",
499
+ "requestUri":"/describeWorld"
500
+ },
501
+ "input":{"shape":"DescribeWorldRequest"},
502
+ "output":{"shape":"DescribeWorldResponse"},
503
+ "errors":[
504
+ {"shape":"InvalidParameterException"},
505
+ {"shape":"ResourceNotFoundException"},
506
+ {"shape":"ThrottlingException"},
507
+ {"shape":"InternalServerException"}
508
+ ]
509
+ },
510
+ "DescribeWorldExportJob":{
511
+ "name":"DescribeWorldExportJob",
512
+ "http":{
513
+ "method":"POST",
514
+ "requestUri":"/describeWorldExportJob"
515
+ },
516
+ "input":{"shape":"DescribeWorldExportJobRequest"},
517
+ "output":{"shape":"DescribeWorldExportJobResponse"},
518
+ "errors":[
519
+ {"shape":"ResourceNotFoundException"},
520
+ {"shape":"InvalidParameterException"},
521
+ {"shape":"InternalServerException"},
522
+ {"shape":"ThrottlingException"}
523
+ ]
524
+ },
525
+ "DescribeWorldGenerationJob":{
526
+ "name":"DescribeWorldGenerationJob",
527
+ "http":{
528
+ "method":"POST",
529
+ "requestUri":"/describeWorldGenerationJob"
530
+ },
531
+ "input":{"shape":"DescribeWorldGenerationJobRequest"},
532
+ "output":{"shape":"DescribeWorldGenerationJobResponse"},
533
+ "errors":[
534
+ {"shape":"ResourceNotFoundException"},
535
+ {"shape":"InvalidParameterException"},
536
+ {"shape":"InternalServerException"},
537
+ {"shape":"ThrottlingException"}
538
+ ]
539
+ },
540
+ "DescribeWorldTemplate":{
541
+ "name":"DescribeWorldTemplate",
542
+ "http":{
543
+ "method":"POST",
544
+ "requestUri":"/describeWorldTemplate"
545
+ },
546
+ "input":{"shape":"DescribeWorldTemplateRequest"},
547
+ "output":{"shape":"DescribeWorldTemplateResponse"},
548
+ "errors":[
549
+ {"shape":"InvalidParameterException"},
550
+ {"shape":"ResourceNotFoundException"},
551
+ {"shape":"ThrottlingException"},
552
+ {"shape":"InternalServerException"}
553
+ ]
554
+ },
555
+ "GetWorldTemplateBody":{
556
+ "name":"GetWorldTemplateBody",
557
+ "http":{
558
+ "method":"POST",
559
+ "requestUri":"/getWorldTemplateBody"
560
+ },
561
+ "input":{"shape":"GetWorldTemplateBodyRequest"},
562
+ "output":{"shape":"GetWorldTemplateBodyResponse"},
563
+ "errors":[
564
+ {"shape":"InvalidParameterException"},
565
+ {"shape":"ResourceNotFoundException"},
566
+ {"shape":"ThrottlingException"},
567
+ {"shape":"InternalServerException"}
568
+ ]
569
+ },
384
570
  "ListDeploymentJobs":{
385
571
  "name":"ListDeploymentJobs",
386
572
  "http":{
@@ -496,6 +682,62 @@
496
682
  {"shape":"ThrottlingException"}
497
683
  ]
498
684
  },
685
+ "ListWorldExportJobs":{
686
+ "name":"ListWorldExportJobs",
687
+ "http":{
688
+ "method":"POST",
689
+ "requestUri":"/listWorldExportJobs"
690
+ },
691
+ "input":{"shape":"ListWorldExportJobsRequest"},
692
+ "output":{"shape":"ListWorldExportJobsResponse"},
693
+ "errors":[
694
+ {"shape":"InvalidParameterException"},
695
+ {"shape":"InternalServerException"},
696
+ {"shape":"ThrottlingException"}
697
+ ]
698
+ },
699
+ "ListWorldGenerationJobs":{
700
+ "name":"ListWorldGenerationJobs",
701
+ "http":{
702
+ "method":"POST",
703
+ "requestUri":"/listWorldGenerationJobs"
704
+ },
705
+ "input":{"shape":"ListWorldGenerationJobsRequest"},
706
+ "output":{"shape":"ListWorldGenerationJobsResponse"},
707
+ "errors":[
708
+ {"shape":"InvalidParameterException"},
709
+ {"shape":"InternalServerException"},
710
+ {"shape":"ThrottlingException"}
711
+ ]
712
+ },
713
+ "ListWorldTemplates":{
714
+ "name":"ListWorldTemplates",
715
+ "http":{
716
+ "method":"POST",
717
+ "requestUri":"/listWorldTemplates"
718
+ },
719
+ "input":{"shape":"ListWorldTemplatesRequest"},
720
+ "output":{"shape":"ListWorldTemplatesResponse"},
721
+ "errors":[
722
+ {"shape":"InvalidParameterException"},
723
+ {"shape":"ThrottlingException"},
724
+ {"shape":"InternalServerException"}
725
+ ]
726
+ },
727
+ "ListWorlds":{
728
+ "name":"ListWorlds",
729
+ "http":{
730
+ "method":"POST",
731
+ "requestUri":"/listWorlds"
732
+ },
733
+ "input":{"shape":"ListWorldsRequest"},
734
+ "output":{"shape":"ListWorldsResponse"},
735
+ "errors":[
736
+ {"shape":"InvalidParameterException"},
737
+ {"shape":"ThrottlingException"},
738
+ {"shape":"InternalServerException"}
739
+ ]
740
+ },
499
741
  "RegisterRobot":{
500
742
  "name":"RegisterRobot",
501
743
  "http":{
@@ -623,6 +865,21 @@
623
865
  {"shape":"ThrottlingException"},
624
866
  {"shape":"InternalServerException"}
625
867
  ]
868
+ },
869
+ "UpdateWorldTemplate":{
870
+ "name":"UpdateWorldTemplate",
871
+ "http":{
872
+ "method":"POST",
873
+ "requestUri":"/updateWorldTemplate"
874
+ },
875
+ "input":{"shape":"UpdateWorldTemplateRequest"},
876
+ "output":{"shape":"UpdateWorldTemplateResponse"},
877
+ "errors":[
878
+ {"shape":"InvalidParameterException"},
879
+ {"shape":"ResourceNotFoundException"},
880
+ {"shape":"ThrottlingException"},
881
+ {"shape":"InternalServerException"}
882
+ ]
626
883
  }
627
884
  },
628
885
  "shapes":{
@@ -646,6 +903,19 @@
646
903
  "max":100,
647
904
  "min":1
648
905
  },
906
+ "BatchDeleteWorldsRequest":{
907
+ "type":"structure",
908
+ "required":["worlds"],
909
+ "members":{
910
+ "worlds":{"shape":"Arns"}
911
+ }
912
+ },
913
+ "BatchDeleteWorldsResponse":{
914
+ "type":"structure",
915
+ "members":{
916
+ "unprocessedWorlds":{"shape":"Arns"}
917
+ }
918
+ },
649
919
  "BatchDescribeSimulationJobRequest":{
650
920
  "type":"structure",
651
921
  "required":["jobs"],
@@ -706,6 +976,30 @@
706
976
  "members":{
707
977
  }
708
978
  },
979
+ "CancelWorldExportJobRequest":{
980
+ "type":"structure",
981
+ "required":["job"],
982
+ "members":{
983
+ "job":{"shape":"Arn"}
984
+ }
985
+ },
986
+ "CancelWorldExportJobResponse":{
987
+ "type":"structure",
988
+ "members":{
989
+ }
990
+ },
991
+ "CancelWorldGenerationJobRequest":{
992
+ "type":"structure",
993
+ "required":["job"],
994
+ "members":{
995
+ "job":{"shape":"Arn"}
996
+ }
997
+ },
998
+ "CancelWorldGenerationJobResponse":{
999
+ "type":"structure",
1000
+ "members":{
1001
+ }
1002
+ },
709
1003
  "ClientRequestToken":{
710
1004
  "type":"string",
711
1005
  "max":64,
@@ -940,6 +1234,7 @@
940
1234
  "CreateSimulationJobRequests":{
941
1235
  "type":"list",
942
1236
  "member":{"shape":"SimulationJobRequest"},
1237
+ "max":1000,
943
1238
  "min":1
944
1239
  },
945
1240
  "CreateSimulationJobResponse":{
@@ -965,6 +1260,86 @@
965
1260
  "compute":{"shape":"ComputeResponse"}
966
1261
  }
967
1262
  },
1263
+ "CreateWorldExportJobRequest":{
1264
+ "type":"structure",
1265
+ "required":[
1266
+ "worlds",
1267
+ "outputLocation",
1268
+ "iamRole"
1269
+ ],
1270
+ "members":{
1271
+ "clientRequestToken":{
1272
+ "shape":"ClientRequestToken",
1273
+ "idempotencyToken":true
1274
+ },
1275
+ "worlds":{"shape":"Arns"},
1276
+ "outputLocation":{"shape":"OutputLocation"},
1277
+ "iamRole":{"shape":"IamRole"},
1278
+ "tags":{"shape":"TagMap"}
1279
+ }
1280
+ },
1281
+ "CreateWorldExportJobResponse":{
1282
+ "type":"structure",
1283
+ "members":{
1284
+ "arn":{"shape":"Arn"},
1285
+ "status":{"shape":"WorldExportJobStatus"},
1286
+ "createdAt":{"shape":"CreatedAt"},
1287
+ "failureCode":{"shape":"WorldExportJobErrorCode"},
1288
+ "clientRequestToken":{"shape":"ClientRequestToken"},
1289
+ "outputLocation":{"shape":"OutputLocation"},
1290
+ "iamRole":{"shape":"IamRole"},
1291
+ "tags":{"shape":"TagMap"}
1292
+ }
1293
+ },
1294
+ "CreateWorldGenerationJobRequest":{
1295
+ "type":"structure",
1296
+ "required":[
1297
+ "template",
1298
+ "worldCount"
1299
+ ],
1300
+ "members":{
1301
+ "clientRequestToken":{
1302
+ "shape":"ClientRequestToken",
1303
+ "idempotencyToken":true
1304
+ },
1305
+ "template":{"shape":"Arn"},
1306
+ "worldCount":{"shape":"WorldCount"},
1307
+ "tags":{"shape":"TagMap"}
1308
+ }
1309
+ },
1310
+ "CreateWorldGenerationJobResponse":{
1311
+ "type":"structure",
1312
+ "members":{
1313
+ "arn":{"shape":"Arn"},
1314
+ "status":{"shape":"WorldGenerationJobStatus"},
1315
+ "createdAt":{"shape":"CreatedAt"},
1316
+ "failureCode":{"shape":"WorldGenerationJobErrorCode"},
1317
+ "clientRequestToken":{"shape":"ClientRequestToken"},
1318
+ "template":{"shape":"Arn"},
1319
+ "worldCount":{"shape":"WorldCount"},
1320
+ "tags":{"shape":"TagMap"}
1321
+ }
1322
+ },
1323
+ "CreateWorldTemplateRequest":{
1324
+ "type":"structure",
1325
+ "members":{
1326
+ "clientRequestToken":{"shape":"ClientRequestToken"},
1327
+ "name":{"shape":"TemplateName"},
1328
+ "templateBody":{"shape":"Json"},
1329
+ "templateLocation":{"shape":"TemplateLocation"},
1330
+ "tags":{"shape":"TagMap"}
1331
+ }
1332
+ },
1333
+ "CreateWorldTemplateResponse":{
1334
+ "type":"structure",
1335
+ "members":{
1336
+ "arn":{"shape":"Arn"},
1337
+ "clientRequestToken":{"shape":"ClientRequestToken"},
1338
+ "createdAt":{"shape":"CreatedAt"},
1339
+ "name":{"shape":"TemplateName"},
1340
+ "tags":{"shape":"TagMap"}
1341
+ }
1342
+ },
968
1343
  "CreatedAt":{"type":"timestamp"},
969
1344
  "DataSource":{
970
1345
  "type":"structure",
@@ -1051,6 +1426,18 @@
1051
1426
  "members":{
1052
1427
  }
1053
1428
  },
1429
+ "DeleteWorldTemplateRequest":{
1430
+ "type":"structure",
1431
+ "required":["template"],
1432
+ "members":{
1433
+ "template":{"shape":"Arn"}
1434
+ }
1435
+ },
1436
+ "DeleteWorldTemplateResponse":{
1437
+ "type":"structure",
1438
+ "members":{
1439
+ }
1440
+ },
1054
1441
  "DeploymentApplicationConfig":{
1055
1442
  "type":"structure",
1056
1443
  "required":[
@@ -1338,6 +1725,85 @@
1338
1725
  "compute":{"shape":"ComputeResponse"}
1339
1726
  }
1340
1727
  },
1728
+ "DescribeWorldExportJobRequest":{
1729
+ "type":"structure",
1730
+ "required":["job"],
1731
+ "members":{
1732
+ "job":{"shape":"Arn"}
1733
+ }
1734
+ },
1735
+ "DescribeWorldExportJobResponse":{
1736
+ "type":"structure",
1737
+ "members":{
1738
+ "arn":{"shape":"Arn"},
1739
+ "status":{"shape":"WorldExportJobStatus"},
1740
+ "createdAt":{"shape":"CreatedAt"},
1741
+ "failureCode":{"shape":"WorldExportJobErrorCode"},
1742
+ "failureReason":{"shape":"GenericString"},
1743
+ "clientRequestToken":{"shape":"ClientRequestToken"},
1744
+ "worlds":{"shape":"Arns"},
1745
+ "outputLocation":{"shape":"OutputLocation"},
1746
+ "iamRole":{"shape":"IamRole"},
1747
+ "tags":{"shape":"TagMap"}
1748
+ }
1749
+ },
1750
+ "DescribeWorldGenerationJobRequest":{
1751
+ "type":"structure",
1752
+ "required":["job"],
1753
+ "members":{
1754
+ "job":{"shape":"Arn"}
1755
+ }
1756
+ },
1757
+ "DescribeWorldGenerationJobResponse":{
1758
+ "type":"structure",
1759
+ "members":{
1760
+ "arn":{"shape":"Arn"},
1761
+ "status":{"shape":"WorldGenerationJobStatus"},
1762
+ "createdAt":{"shape":"CreatedAt"},
1763
+ "failureCode":{"shape":"WorldGenerationJobErrorCode"},
1764
+ "failureReason":{"shape":"GenericString"},
1765
+ "clientRequestToken":{"shape":"ClientRequestToken"},
1766
+ "template":{"shape":"Arn"},
1767
+ "worldCount":{"shape":"WorldCount"},
1768
+ "finishedWorldsSummary":{"shape":"FinishedWorldsSummary"},
1769
+ "tags":{"shape":"TagMap"}
1770
+ }
1771
+ },
1772
+ "DescribeWorldRequest":{
1773
+ "type":"structure",
1774
+ "required":["world"],
1775
+ "members":{
1776
+ "world":{"shape":"Arn"}
1777
+ }
1778
+ },
1779
+ "DescribeWorldResponse":{
1780
+ "type":"structure",
1781
+ "members":{
1782
+ "arn":{"shape":"Arn"},
1783
+ "generationJob":{"shape":"Arn"},
1784
+ "template":{"shape":"Arn"},
1785
+ "createdAt":{"shape":"CreatedAt"},
1786
+ "tags":{"shape":"TagMap"}
1787
+ }
1788
+ },
1789
+ "DescribeWorldTemplateRequest":{
1790
+ "type":"structure",
1791
+ "required":["template"],
1792
+ "members":{
1793
+ "template":{"shape":"Arn"}
1794
+ }
1795
+ },
1796
+ "DescribeWorldTemplateResponse":{
1797
+ "type":"structure",
1798
+ "members":{
1799
+ "arn":{"shape":"Arn"},
1800
+ "clientRequestToken":{"shape":"ClientRequestToken"},
1801
+ "name":{"shape":"TemplateName"},
1802
+ "createdAt":{"shape":"CreatedAt"},
1803
+ "lastUpdatedAt":{"shape":"LastUpdatedAt"},
1804
+ "tags":{"shape":"TagMap"}
1805
+ }
1806
+ },
1341
1807
  "EnvironmentVariableKey":{
1342
1808
  "type":"string",
1343
1809
  "max":1024,
@@ -1378,6 +1844,13 @@
1378
1844
  "Continue"
1379
1845
  ]
1380
1846
  },
1847
+ "FailureSummary":{
1848
+ "type":"structure",
1849
+ "members":{
1850
+ "totalFailureCount":{"shape":"Integer"},
1851
+ "failures":{"shape":"WorldFailures"}
1852
+ }
1853
+ },
1381
1854
  "Filter":{
1382
1855
  "type":"structure",
1383
1856
  "members":{
@@ -1397,6 +1870,14 @@
1397
1870
  "max":1,
1398
1871
  "min":1
1399
1872
  },
1873
+ "FinishedWorldsSummary":{
1874
+ "type":"structure",
1875
+ "members":{
1876
+ "finishedCount":{"shape":"Integer"},
1877
+ "succeededWorlds":{"shape":"Arns"},
1878
+ "failureSummary":{"shape":"FailureSummary"}
1879
+ }
1880
+ },
1400
1881
  "Fleet":{
1401
1882
  "type":"structure",
1402
1883
  "members":{
@@ -1414,6 +1895,7 @@
1414
1895
  "max":200,
1415
1896
  "min":0
1416
1897
  },
1898
+ "FloorplanCount":{"type":"integer"},
1417
1899
  "GenericInteger":{"type":"integer"},
1418
1900
  "GenericString":{
1419
1901
  "type":"string",
@@ -1421,6 +1903,19 @@
1421
1903
  "min":0,
1422
1904
  "pattern":".*"
1423
1905
  },
1906
+ "GetWorldTemplateBodyRequest":{
1907
+ "type":"structure",
1908
+ "members":{
1909
+ "template":{"shape":"Arn"},
1910
+ "generationJob":{"shape":"Arn"}
1911
+ }
1912
+ },
1913
+ "GetWorldTemplateBodyResponse":{
1914
+ "type":"structure",
1915
+ "members":{
1916
+ "templateBody":{"shape":"Json"}
1917
+ }
1918
+ },
1424
1919
  "IamRole":{
1425
1920
  "type":"string",
1426
1921
  "max":255,
@@ -1442,6 +1937,7 @@
1442
1937
  "exception":true
1443
1938
  },
1444
1939
  "Integer":{"type":"integer"},
1940
+ "InteriorCountPerFloorplan":{"type":"integer"},
1445
1941
  "InternalServerException":{
1446
1942
  "type":"structure",
1447
1943
  "members":{
@@ -1459,6 +1955,12 @@
1459
1955
  "exception":true
1460
1956
  },
1461
1957
  "JobDuration":{"type":"long"},
1958
+ "Json":{
1959
+ "type":"string",
1960
+ "max":262144,
1961
+ "min":1,
1962
+ "pattern":"[\\S\\s]+"
1963
+ },
1462
1964
  "LastStartedAt":{"type":"timestamp"},
1463
1965
  "LastUpdatedAt":{"type":"timestamp"},
1464
1966
  "LaunchConfig":{
@@ -1608,6 +2110,67 @@
1608
2110
  "tags":{"shape":"TagMap"}
1609
2111
  }
1610
2112
  },
2113
+ "ListWorldExportJobsRequest":{
2114
+ "type":"structure",
2115
+ "members":{
2116
+ "nextToken":{"shape":"PaginationToken"},
2117
+ "maxResults":{"shape":"MaxResults"},
2118
+ "filters":{"shape":"Filters"}
2119
+ }
2120
+ },
2121
+ "ListWorldExportJobsResponse":{
2122
+ "type":"structure",
2123
+ "required":["worldExportJobSummaries"],
2124
+ "members":{
2125
+ "worldExportJobSummaries":{"shape":"WorldExportJobSummaries"},
2126
+ "nextToken":{"shape":"PaginationToken"}
2127
+ }
2128
+ },
2129
+ "ListWorldGenerationJobsRequest":{
2130
+ "type":"structure",
2131
+ "members":{
2132
+ "nextToken":{"shape":"PaginationToken"},
2133
+ "maxResults":{"shape":"MaxResults"},
2134
+ "filters":{"shape":"Filters"}
2135
+ }
2136
+ },
2137
+ "ListWorldGenerationJobsResponse":{
2138
+ "type":"structure",
2139
+ "required":["worldGenerationJobSummaries"],
2140
+ "members":{
2141
+ "worldGenerationJobSummaries":{"shape":"WorldGenerationJobSummaries"},
2142
+ "nextToken":{"shape":"PaginationToken"}
2143
+ }
2144
+ },
2145
+ "ListWorldTemplatesRequest":{
2146
+ "type":"structure",
2147
+ "members":{
2148
+ "nextToken":{"shape":"PaginationToken"},
2149
+ "maxResults":{"shape":"MaxResults"}
2150
+ }
2151
+ },
2152
+ "ListWorldTemplatesResponse":{
2153
+ "type":"structure",
2154
+ "members":{
2155
+ "templateSummaries":{"shape":"TemplateSummaries"},
2156
+ "nextToken":{"shape":"PaginationToken"}
2157
+ }
2158
+ },
2159
+ "ListWorldsRequest":{
2160
+ "type":"structure",
2161
+ "members":{
2162
+ "nextToken":{"shape":"PaginationToken"},
2163
+ "maxResults":{"shape":"MaxResults"},
2164
+ "filters":{"shape":"Filters"}
2165
+ }
2166
+ },
2167
+ "ListWorldsResponse":{
2168
+ "type":"structure",
2169
+ "members":{
2170
+ "worldSummaries":{"shape":"WorldSummaries"},
2171
+ "nextToken":{"shape":"PaginationToken"}
2172
+ }
2173
+ },
1611
2174
  "LoggingConfig":{
1612
2175
  "type":"structure",
1613
2176
  "required":["recordAllRosTopics"],
@@ -1963,7 +2526,8 @@
1963
2526
  "members":{
1964
2527
  "application":{"shape":"Arn"},
1965
2528
  "applicationVersion":{"shape":"Version"},
1966
- "launchConfig":{"shape":"LaunchConfig"}
2529
+ "launchConfig":{"shape":"LaunchConfig"},
2530
+ "worldConfigs":{"shape":"WorldConfigs"}
1967
2531
  }
1968
2532
  },
1969
2533
  "SimulationApplicationConfigs":{
@@ -2296,6 +2860,36 @@
2296
2860
  "min":0,
2297
2861
  "pattern":"[a-zA-Z0-9 _.\\-\\/+=:]*"
2298
2862
  },
2863
+ "TemplateLocation":{
2864
+ "type":"structure",
2865
+ "required":[
2866
+ "s3Bucket",
2867
+ "s3Key"
2868
+ ],
2869
+ "members":{
2870
+ "s3Bucket":{"shape":"S3Bucket"},
2871
+ "s3Key":{"shape":"S3Key"}
2872
+ }
2873
+ },
2874
+ "TemplateName":{
2875
+ "type":"string",
2876
+ "max":255,
2877
+ "min":0,
2878
+ "pattern":".*"
2879
+ },
2880
+ "TemplateSummaries":{
2881
+ "type":"list",
2882
+ "member":{"shape":"TemplateSummary"}
2883
+ },
2884
+ "TemplateSummary":{
2885
+ "type":"structure",
2886
+ "members":{
2887
+ "arn":{"shape":"Arn"},
2888
+ "createdAt":{"shape":"CreatedAt"},
2889
+ "lastUpdatedAt":{"shape":"LastUpdatedAt"},
2890
+ "name":{"shape":"TemplateName"}
2891
+ }
2892
+ },
2299
2893
  "ThrottlingException":{
2300
2894
  "type":"structure",
2301
2895
  "members":{
@@ -2385,6 +2979,25 @@
2385
2979
  "revisionId":{"shape":"RevisionId"}
2386
2980
  }
2387
2981
  },
2982
+ "UpdateWorldTemplateRequest":{
2983
+ "type":"structure",
2984
+ "required":["template"],
2985
+ "members":{
2986
+ "template":{"shape":"Arn"},
2987
+ "name":{"shape":"TemplateName"},
2988
+ "templateBody":{"shape":"Json"},
2989
+ "templateLocation":{"shape":"TemplateLocation"}
2990
+ }
2991
+ },
2992
+ "UpdateWorldTemplateResponse":{
2993
+ "type":"structure",
2994
+ "members":{
2995
+ "arn":{"shape":"Arn"},
2996
+ "name":{"shape":"TemplateName"},
2997
+ "createdAt":{"shape":"CreatedAt"},
2998
+ "lastUpdatedAt":{"shape":"LastUpdatedAt"}
2999
+ }
3000
+ },
2388
3001
  "VPCConfig":{
2389
3002
  "type":"structure",
2390
3003
  "required":["subnets"],
@@ -2415,6 +3028,130 @@
2415
3028
  "min":1,
2416
3029
  "pattern":"ALL"
2417
3030
  },
3031
+ "WorldConfig":{
3032
+ "type":"structure",
3033
+ "members":{
3034
+ "world":{"shape":"Arn"}
3035
+ }
3036
+ },
3037
+ "WorldConfigs":{
3038
+ "type":"list",
3039
+ "member":{"shape":"WorldConfig"},
3040
+ "max":1,
3041
+ "min":0
3042
+ },
3043
+ "WorldCount":{
3044
+ "type":"structure",
3045
+ "members":{
3046
+ "floorplanCount":{"shape":"FloorplanCount"},
3047
+ "interiorCountPerFloorplan":{"shape":"InteriorCountPerFloorplan"}
3048
+ }
3049
+ },
3050
+ "WorldExportJobErrorCode":{
3051
+ "type":"string",
3052
+ "enum":[
3053
+ "InternalServiceError",
3054
+ "LimitExceeded",
3055
+ "ResourceNotFound",
3056
+ "RequestThrottled",
3057
+ "InvalidInput",
3058
+ "AccessDenied"
3059
+ ]
3060
+ },
3061
+ "WorldExportJobStatus":{
3062
+ "type":"string",
3063
+ "enum":[
3064
+ "Pending",
3065
+ "Running",
3066
+ "Completed",
3067
+ "Failed",
3068
+ "Canceling",
3069
+ "Canceled"
3070
+ ]
3071
+ },
3072
+ "WorldExportJobSummaries":{
3073
+ "type":"list",
3074
+ "member":{"shape":"WorldExportJobSummary"},
3075
+ "max":100,
3076
+ "min":0
3077
+ },
3078
+ "WorldExportJobSummary":{
3079
+ "type":"structure",
3080
+ "members":{
3081
+ "arn":{"shape":"Arn"},
3082
+ "status":{"shape":"WorldExportJobStatus"},
3083
+ "createdAt":{"shape":"CreatedAt"},
3084
+ "worlds":{"shape":"Arns"}
3085
+ }
3086
+ },
3087
+ "WorldFailure":{
3088
+ "type":"structure",
3089
+ "members":{
3090
+ "failureCode":{"shape":"WorldGenerationJobErrorCode"},
3091
+ "sampleFailureReason":{"shape":"GenericString"},
3092
+ "failureCount":{"shape":"Integer"}
3093
+ }
3094
+ },
3095
+ "WorldFailures":{
3096
+ "type":"list",
3097
+ "member":{"shape":"WorldFailure"},
3098
+ "max":100,
3099
+ "min":0
3100
+ },
3101
+ "WorldGenerationJobErrorCode":{
3102
+ "type":"string",
3103
+ "enum":[
3104
+ "InternalServiceError",
3105
+ "LimitExceeded",
3106
+ "ResourceNotFound",
3107
+ "RequestThrottled",
3108
+ "InvalidInput",
3109
+ "AllWorldGenerationFailed"
3110
+ ]
3111
+ },
3112
+ "WorldGenerationJobStatus":{
3113
+ "type":"string",
3114
+ "enum":[
3115
+ "Pending",
3116
+ "Running",
3117
+ "Completed",
3118
+ "Failed",
3119
+ "PartialFailed",
3120
+ "Canceling",
3121
+ "Canceled"
3122
+ ]
3123
+ },
3124
+ "WorldGenerationJobSummaries":{
3125
+ "type":"list",
3126
+ "member":{"shape":"WorldGenerationJobSummary"},
3127
+ "max":100,
3128
+ "min":0
3129
+ },
3130
+ "WorldGenerationJobSummary":{
3131
+ "type":"structure",
3132
+ "members":{
3133
+ "arn":{"shape":"Arn"},
3134
+ "template":{"shape":"Arn"},
3135
+ "createdAt":{"shape":"CreatedAt"},
3136
+ "status":{"shape":"WorldGenerationJobStatus"},
3137
+ "worldCount":{"shape":"WorldCount"},
3138
+ "succeededWorldCount":{"shape":"Integer"},
3139
+ "failedWorldCount":{"shape":"Integer"}
3140
+ }
3141
+ },
3142
+ "WorldSummaries":{
3143
+ "type":"list",
3144
+ "member":{"shape":"WorldSummary"}
3145
+ },
3146
+ "WorldSummary":{
3147
+ "type":"structure",
3148
+ "members":{
3149
+ "arn":{"shape":"Arn"},
3150
+ "createdAt":{"shape":"CreatedAt"},
3151
+ "generationJob":{"shape":"Arn"},
3152
+ "template":{"shape":"Arn"}
3153
+ }
3154
+ },
2418
3155
  "errorMessage":{"type":"string"}
2419
3156
  }
2420
3157
  }