aws-sdk-robomaker 1.26.0 → 1.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,6 +16,8 @@ module Aws::RoboMaker
16
16
  Architecture = Shapes::StringShape.new(name: 'Architecture')
17
17
  Arn = Shapes::StringShape.new(name: 'Arn')
18
18
  Arns = Shapes::ListShape.new(name: 'Arns')
19
+ BatchDeleteWorldsRequest = Shapes::StructureShape.new(name: 'BatchDeleteWorldsRequest')
20
+ BatchDeleteWorldsResponse = Shapes::StructureShape.new(name: 'BatchDeleteWorldsResponse')
19
21
  BatchDescribeSimulationJobRequest = Shapes::StructureShape.new(name: 'BatchDescribeSimulationJobRequest')
20
22
  BatchDescribeSimulationJobResponse = Shapes::StructureShape.new(name: 'BatchDescribeSimulationJobResponse')
21
23
  BatchPolicy = Shapes::StructureShape.new(name: 'BatchPolicy')
@@ -28,6 +30,10 @@ module Aws::RoboMaker
28
30
  CancelSimulationJobBatchResponse = Shapes::StructureShape.new(name: 'CancelSimulationJobBatchResponse')
29
31
  CancelSimulationJobRequest = Shapes::StructureShape.new(name: 'CancelSimulationJobRequest')
30
32
  CancelSimulationJobResponse = Shapes::StructureShape.new(name: 'CancelSimulationJobResponse')
33
+ CancelWorldExportJobRequest = Shapes::StructureShape.new(name: 'CancelWorldExportJobRequest')
34
+ CancelWorldExportJobResponse = Shapes::StructureShape.new(name: 'CancelWorldExportJobResponse')
35
+ CancelWorldGenerationJobRequest = Shapes::StructureShape.new(name: 'CancelWorldGenerationJobRequest')
36
+ CancelWorldGenerationJobResponse = Shapes::StructureShape.new(name: 'CancelWorldGenerationJobResponse')
31
37
  ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
32
38
  Command = Shapes::StringShape.new(name: 'Command')
33
39
  Compute = Shapes::StructureShape.new(name: 'Compute')
@@ -50,6 +56,12 @@ module Aws::RoboMaker
50
56
  CreateSimulationJobRequest = Shapes::StructureShape.new(name: 'CreateSimulationJobRequest')
51
57
  CreateSimulationJobRequests = Shapes::ListShape.new(name: 'CreateSimulationJobRequests')
52
58
  CreateSimulationJobResponse = Shapes::StructureShape.new(name: 'CreateSimulationJobResponse')
59
+ CreateWorldExportJobRequest = Shapes::StructureShape.new(name: 'CreateWorldExportJobRequest')
60
+ CreateWorldExportJobResponse = Shapes::StructureShape.new(name: 'CreateWorldExportJobResponse')
61
+ CreateWorldGenerationJobRequest = Shapes::StructureShape.new(name: 'CreateWorldGenerationJobRequest')
62
+ CreateWorldGenerationJobResponse = Shapes::StructureShape.new(name: 'CreateWorldGenerationJobResponse')
63
+ CreateWorldTemplateRequest = Shapes::StructureShape.new(name: 'CreateWorldTemplateRequest')
64
+ CreateWorldTemplateResponse = Shapes::StructureShape.new(name: 'CreateWorldTemplateResponse')
53
65
  CreatedAt = Shapes::TimestampShape.new(name: 'CreatedAt')
54
66
  DataSource = Shapes::StructureShape.new(name: 'DataSource')
55
67
  DataSourceConfig = Shapes::StructureShape.new(name: 'DataSourceConfig')
@@ -64,6 +76,8 @@ module Aws::RoboMaker
64
76
  DeleteRobotResponse = Shapes::StructureShape.new(name: 'DeleteRobotResponse')
65
77
  DeleteSimulationApplicationRequest = Shapes::StructureShape.new(name: 'DeleteSimulationApplicationRequest')
66
78
  DeleteSimulationApplicationResponse = Shapes::StructureShape.new(name: 'DeleteSimulationApplicationResponse')
79
+ DeleteWorldTemplateRequest = Shapes::StructureShape.new(name: 'DeleteWorldTemplateRequest')
80
+ DeleteWorldTemplateResponse = Shapes::StructureShape.new(name: 'DeleteWorldTemplateResponse')
67
81
  DeploymentApplicationConfig = Shapes::StructureShape.new(name: 'DeploymentApplicationConfig')
68
82
  DeploymentApplicationConfigs = Shapes::ListShape.new(name: 'DeploymentApplicationConfigs')
69
83
  DeploymentConfig = Shapes::StructureShape.new(name: 'DeploymentConfig')
@@ -90,6 +104,14 @@ module Aws::RoboMaker
90
104
  DescribeSimulationJobBatchResponse = Shapes::StructureShape.new(name: 'DescribeSimulationJobBatchResponse')
91
105
  DescribeSimulationJobRequest = Shapes::StructureShape.new(name: 'DescribeSimulationJobRequest')
92
106
  DescribeSimulationJobResponse = Shapes::StructureShape.new(name: 'DescribeSimulationJobResponse')
107
+ DescribeWorldExportJobRequest = Shapes::StructureShape.new(name: 'DescribeWorldExportJobRequest')
108
+ DescribeWorldExportJobResponse = Shapes::StructureShape.new(name: 'DescribeWorldExportJobResponse')
109
+ DescribeWorldGenerationJobRequest = Shapes::StructureShape.new(name: 'DescribeWorldGenerationJobRequest')
110
+ DescribeWorldGenerationJobResponse = Shapes::StructureShape.new(name: 'DescribeWorldGenerationJobResponse')
111
+ DescribeWorldRequest = Shapes::StructureShape.new(name: 'DescribeWorldRequest')
112
+ DescribeWorldResponse = Shapes::StructureShape.new(name: 'DescribeWorldResponse')
113
+ DescribeWorldTemplateRequest = Shapes::StructureShape.new(name: 'DescribeWorldTemplateRequest')
114
+ DescribeWorldTemplateResponse = Shapes::StructureShape.new(name: 'DescribeWorldTemplateResponse')
93
115
  EnvironmentVariableKey = Shapes::StringShape.new(name: 'EnvironmentVariableKey')
94
116
  EnvironmentVariableMap = Shapes::MapShape.new(name: 'EnvironmentVariableMap')
95
117
  EnvironmentVariableValue = Shapes::StringShape.new(name: 'EnvironmentVariableValue')
@@ -97,20 +119,27 @@ module Aws::RoboMaker
97
119
  FailedCreateSimulationJobRequest = Shapes::StructureShape.new(name: 'FailedCreateSimulationJobRequest')
98
120
  FailedCreateSimulationJobRequests = Shapes::ListShape.new(name: 'FailedCreateSimulationJobRequests')
99
121
  FailureBehavior = Shapes::StringShape.new(name: 'FailureBehavior')
122
+ FailureSummary = Shapes::StructureShape.new(name: 'FailureSummary')
100
123
  Filter = Shapes::StructureShape.new(name: 'Filter')
101
124
  FilterValues = Shapes::ListShape.new(name: 'FilterValues')
102
125
  Filters = Shapes::ListShape.new(name: 'Filters')
126
+ FinishedWorldsSummary = Shapes::StructureShape.new(name: 'FinishedWorldsSummary')
103
127
  Fleet = Shapes::StructureShape.new(name: 'Fleet')
104
128
  Fleets = Shapes::ListShape.new(name: 'Fleets')
129
+ FloorplanCount = Shapes::IntegerShape.new(name: 'FloorplanCount')
105
130
  GenericInteger = Shapes::IntegerShape.new(name: 'GenericInteger')
106
131
  GenericString = Shapes::StringShape.new(name: 'GenericString')
132
+ GetWorldTemplateBodyRequest = Shapes::StructureShape.new(name: 'GetWorldTemplateBodyRequest')
133
+ GetWorldTemplateBodyResponse = Shapes::StructureShape.new(name: 'GetWorldTemplateBodyResponse')
107
134
  IamRole = Shapes::StringShape.new(name: 'IamRole')
108
135
  Id = Shapes::StringShape.new(name: 'Id')
109
136
  IdempotentParameterMismatchException = Shapes::StructureShape.new(name: 'IdempotentParameterMismatchException')
110
137
  Integer = Shapes::IntegerShape.new(name: 'Integer')
138
+ InteriorCountPerFloorplan = Shapes::IntegerShape.new(name: 'InteriorCountPerFloorplan')
111
139
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
112
140
  InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
113
141
  JobDuration = Shapes::IntegerShape.new(name: 'JobDuration')
142
+ Json = Shapes::StringShape.new(name: 'Json')
114
143
  LastStartedAt = Shapes::TimestampShape.new(name: 'LastStartedAt')
115
144
  LastUpdatedAt = Shapes::TimestampShape.new(name: 'LastUpdatedAt')
116
145
  LaunchConfig = Shapes::StructureShape.new(name: 'LaunchConfig')
@@ -131,6 +160,14 @@ module Aws::RoboMaker
131
160
  ListSimulationJobsResponse = Shapes::StructureShape.new(name: 'ListSimulationJobsResponse')
132
161
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
133
162
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
163
+ ListWorldExportJobsRequest = Shapes::StructureShape.new(name: 'ListWorldExportJobsRequest')
164
+ ListWorldExportJobsResponse = Shapes::StructureShape.new(name: 'ListWorldExportJobsResponse')
165
+ ListWorldGenerationJobsRequest = Shapes::StructureShape.new(name: 'ListWorldGenerationJobsRequest')
166
+ ListWorldGenerationJobsResponse = Shapes::StructureShape.new(name: 'ListWorldGenerationJobsResponse')
167
+ ListWorldTemplatesRequest = Shapes::StructureShape.new(name: 'ListWorldTemplatesRequest')
168
+ ListWorldTemplatesResponse = Shapes::StructureShape.new(name: 'ListWorldTemplatesResponse')
169
+ ListWorldsRequest = Shapes::StructureShape.new(name: 'ListWorldsRequest')
170
+ ListWorldsResponse = Shapes::StructureShape.new(name: 'ListWorldsResponse')
134
171
  LoggingConfig = Shapes::StructureShape.new(name: 'LoggingConfig')
135
172
  MaxConcurrency = Shapes::IntegerShape.new(name: 'MaxConcurrency')
136
173
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
@@ -217,6 +254,10 @@ module Aws::RoboMaker
217
254
  TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
218
255
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
219
256
  TagValue = Shapes::StringShape.new(name: 'TagValue')
257
+ TemplateLocation = Shapes::StructureShape.new(name: 'TemplateLocation')
258
+ TemplateName = Shapes::StringShape.new(name: 'TemplateName')
259
+ TemplateSummaries = Shapes::ListShape.new(name: 'TemplateSummaries')
260
+ TemplateSummary = Shapes::StructureShape.new(name: 'TemplateSummary')
220
261
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
221
262
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
222
263
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
@@ -224,14 +265,37 @@ module Aws::RoboMaker
224
265
  UpdateRobotApplicationResponse = Shapes::StructureShape.new(name: 'UpdateRobotApplicationResponse')
225
266
  UpdateSimulationApplicationRequest = Shapes::StructureShape.new(name: 'UpdateSimulationApplicationRequest')
226
267
  UpdateSimulationApplicationResponse = Shapes::StructureShape.new(name: 'UpdateSimulationApplicationResponse')
268
+ UpdateWorldTemplateRequest = Shapes::StructureShape.new(name: 'UpdateWorldTemplateRequest')
269
+ UpdateWorldTemplateResponse = Shapes::StructureShape.new(name: 'UpdateWorldTemplateResponse')
227
270
  VPCConfig = Shapes::StructureShape.new(name: 'VPCConfig')
228
271
  VPCConfigResponse = Shapes::StructureShape.new(name: 'VPCConfigResponse')
229
272
  Version = Shapes::StringShape.new(name: 'Version')
230
273
  VersionQualifier = Shapes::StringShape.new(name: 'VersionQualifier')
274
+ WorldConfig = Shapes::StructureShape.new(name: 'WorldConfig')
275
+ WorldConfigs = Shapes::ListShape.new(name: 'WorldConfigs')
276
+ WorldCount = Shapes::StructureShape.new(name: 'WorldCount')
277
+ WorldExportJobErrorCode = Shapes::StringShape.new(name: 'WorldExportJobErrorCode')
278
+ WorldExportJobStatus = Shapes::StringShape.new(name: 'WorldExportJobStatus')
279
+ WorldExportJobSummaries = Shapes::ListShape.new(name: 'WorldExportJobSummaries')
280
+ WorldExportJobSummary = Shapes::StructureShape.new(name: 'WorldExportJobSummary')
281
+ WorldFailure = Shapes::StructureShape.new(name: 'WorldFailure')
282
+ WorldFailures = Shapes::ListShape.new(name: 'WorldFailures')
283
+ WorldGenerationJobErrorCode = Shapes::StringShape.new(name: 'WorldGenerationJobErrorCode')
284
+ WorldGenerationJobStatus = Shapes::StringShape.new(name: 'WorldGenerationJobStatus')
285
+ WorldGenerationJobSummaries = Shapes::ListShape.new(name: 'WorldGenerationJobSummaries')
286
+ WorldGenerationJobSummary = Shapes::StructureShape.new(name: 'WorldGenerationJobSummary')
287
+ WorldSummaries = Shapes::ListShape.new(name: 'WorldSummaries')
288
+ WorldSummary = Shapes::StructureShape.new(name: 'WorldSummary')
231
289
  errorMessage = Shapes::StringShape.new(name: 'errorMessage')
232
290
 
233
291
  Arns.member = Shapes::ShapeRef.new(shape: Arn)
234
292
 
293
+ BatchDeleteWorldsRequest.add_member(:worlds, Shapes::ShapeRef.new(shape: Arns, required: true, location_name: "worlds"))
294
+ BatchDeleteWorldsRequest.struct_class = Types::BatchDeleteWorldsRequest
295
+
296
+ BatchDeleteWorldsResponse.add_member(:unprocessed_worlds, Shapes::ShapeRef.new(shape: Arns, location_name: "unprocessedWorlds"))
297
+ BatchDeleteWorldsResponse.struct_class = Types::BatchDeleteWorldsResponse
298
+
235
299
  BatchDescribeSimulationJobRequest.add_member(:jobs, Shapes::ShapeRef.new(shape: Arns, required: true, location_name: "jobs"))
236
300
  BatchDescribeSimulationJobRequest.struct_class = Types::BatchDescribeSimulationJobRequest
237
301
 
@@ -258,6 +322,16 @@ module Aws::RoboMaker
258
322
 
259
323
  CancelSimulationJobResponse.struct_class = Types::CancelSimulationJobResponse
260
324
 
325
+ CancelWorldExportJobRequest.add_member(:job, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "job"))
326
+ CancelWorldExportJobRequest.struct_class = Types::CancelWorldExportJobRequest
327
+
328
+ CancelWorldExportJobResponse.struct_class = Types::CancelWorldExportJobResponse
329
+
330
+ CancelWorldGenerationJobRequest.add_member(:job, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "job"))
331
+ CancelWorldGenerationJobRequest.struct_class = Types::CancelWorldGenerationJobRequest
332
+
333
+ CancelWorldGenerationJobResponse.struct_class = Types::CancelWorldGenerationJobResponse
334
+
261
335
  Compute.add_member(:simulation_unit_limit, Shapes::ShapeRef.new(shape: SimulationUnit, location_name: "simulationUnitLimit"))
262
336
  Compute.struct_class = Types::Compute
263
337
 
@@ -409,6 +483,53 @@ module Aws::RoboMaker
409
483
  CreateSimulationJobResponse.add_member(:compute, Shapes::ShapeRef.new(shape: ComputeResponse, location_name: "compute"))
410
484
  CreateSimulationJobResponse.struct_class = Types::CreateSimulationJobResponse
411
485
 
486
+ CreateWorldExportJobRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
487
+ CreateWorldExportJobRequest.add_member(:worlds, Shapes::ShapeRef.new(shape: Arns, required: true, location_name: "worlds"))
488
+ CreateWorldExportJobRequest.add_member(:output_location, Shapes::ShapeRef.new(shape: OutputLocation, required: true, location_name: "outputLocation"))
489
+ CreateWorldExportJobRequest.add_member(:iam_role, Shapes::ShapeRef.new(shape: IamRole, required: true, location_name: "iamRole"))
490
+ CreateWorldExportJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
491
+ CreateWorldExportJobRequest.struct_class = Types::CreateWorldExportJobRequest
492
+
493
+ CreateWorldExportJobResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
494
+ CreateWorldExportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: WorldExportJobStatus, location_name: "status"))
495
+ CreateWorldExportJobResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
496
+ CreateWorldExportJobResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: WorldExportJobErrorCode, location_name: "failureCode"))
497
+ CreateWorldExportJobResponse.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
498
+ CreateWorldExportJobResponse.add_member(:output_location, Shapes::ShapeRef.new(shape: OutputLocation, location_name: "outputLocation"))
499
+ CreateWorldExportJobResponse.add_member(:iam_role, Shapes::ShapeRef.new(shape: IamRole, location_name: "iamRole"))
500
+ CreateWorldExportJobResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
501
+ CreateWorldExportJobResponse.struct_class = Types::CreateWorldExportJobResponse
502
+
503
+ CreateWorldGenerationJobRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
504
+ CreateWorldGenerationJobRequest.add_member(:template, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "template"))
505
+ CreateWorldGenerationJobRequest.add_member(:world_count, Shapes::ShapeRef.new(shape: WorldCount, required: true, location_name: "worldCount"))
506
+ CreateWorldGenerationJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
507
+ CreateWorldGenerationJobRequest.struct_class = Types::CreateWorldGenerationJobRequest
508
+
509
+ CreateWorldGenerationJobResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
510
+ CreateWorldGenerationJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: WorldGenerationJobStatus, location_name: "status"))
511
+ CreateWorldGenerationJobResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
512
+ CreateWorldGenerationJobResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: WorldGenerationJobErrorCode, location_name: "failureCode"))
513
+ CreateWorldGenerationJobResponse.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
514
+ CreateWorldGenerationJobResponse.add_member(:template, Shapes::ShapeRef.new(shape: Arn, location_name: "template"))
515
+ CreateWorldGenerationJobResponse.add_member(:world_count, Shapes::ShapeRef.new(shape: WorldCount, location_name: "worldCount"))
516
+ CreateWorldGenerationJobResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
517
+ CreateWorldGenerationJobResponse.struct_class = Types::CreateWorldGenerationJobResponse
518
+
519
+ CreateWorldTemplateRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
520
+ CreateWorldTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "name"))
521
+ CreateWorldTemplateRequest.add_member(:template_body, Shapes::ShapeRef.new(shape: Json, location_name: "templateBody"))
522
+ CreateWorldTemplateRequest.add_member(:template_location, Shapes::ShapeRef.new(shape: TemplateLocation, location_name: "templateLocation"))
523
+ CreateWorldTemplateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
524
+ CreateWorldTemplateRequest.struct_class = Types::CreateWorldTemplateRequest
525
+
526
+ CreateWorldTemplateResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
527
+ CreateWorldTemplateResponse.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
528
+ CreateWorldTemplateResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
529
+ CreateWorldTemplateResponse.add_member(:name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "name"))
530
+ CreateWorldTemplateResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
531
+ CreateWorldTemplateResponse.struct_class = Types::CreateWorldTemplateResponse
532
+
412
533
  DataSource.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
413
534
  DataSource.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3Bucket, location_name: "s3Bucket"))
414
535
  DataSource.add_member(:s3_keys, Shapes::ShapeRef.new(shape: S3KeyOutputs, location_name: "s3Keys"))
@@ -447,6 +568,11 @@ module Aws::RoboMaker
447
568
 
448
569
  DeleteSimulationApplicationResponse.struct_class = Types::DeleteSimulationApplicationResponse
449
570
 
571
+ DeleteWorldTemplateRequest.add_member(:template, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "template"))
572
+ DeleteWorldTemplateRequest.struct_class = Types::DeleteWorldTemplateRequest
573
+
574
+ DeleteWorldTemplateResponse.struct_class = Types::DeleteWorldTemplateResponse
575
+
450
576
  DeploymentApplicationConfig.add_member(:application, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "application"))
451
577
  DeploymentApplicationConfig.add_member(:application_version, Shapes::ShapeRef.new(shape: DeploymentVersion, required: true, location_name: "applicationVersion"))
452
578
  DeploymentApplicationConfig.add_member(:launch_config, Shapes::ShapeRef.new(shape: DeploymentLaunchConfig, required: true, location_name: "launchConfig"))
@@ -603,6 +729,57 @@ module Aws::RoboMaker
603
729
  DescribeSimulationJobResponse.add_member(:compute, Shapes::ShapeRef.new(shape: ComputeResponse, location_name: "compute"))
604
730
  DescribeSimulationJobResponse.struct_class = Types::DescribeSimulationJobResponse
605
731
 
732
+ DescribeWorldExportJobRequest.add_member(:job, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "job"))
733
+ DescribeWorldExportJobRequest.struct_class = Types::DescribeWorldExportJobRequest
734
+
735
+ DescribeWorldExportJobResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
736
+ DescribeWorldExportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: WorldExportJobStatus, location_name: "status"))
737
+ DescribeWorldExportJobResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
738
+ DescribeWorldExportJobResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: WorldExportJobErrorCode, location_name: "failureCode"))
739
+ DescribeWorldExportJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: GenericString, location_name: "failureReason"))
740
+ DescribeWorldExportJobResponse.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
741
+ DescribeWorldExportJobResponse.add_member(:worlds, Shapes::ShapeRef.new(shape: Arns, location_name: "worlds"))
742
+ DescribeWorldExportJobResponse.add_member(:output_location, Shapes::ShapeRef.new(shape: OutputLocation, location_name: "outputLocation"))
743
+ DescribeWorldExportJobResponse.add_member(:iam_role, Shapes::ShapeRef.new(shape: IamRole, location_name: "iamRole"))
744
+ DescribeWorldExportJobResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
745
+ DescribeWorldExportJobResponse.struct_class = Types::DescribeWorldExportJobResponse
746
+
747
+ DescribeWorldGenerationJobRequest.add_member(:job, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "job"))
748
+ DescribeWorldGenerationJobRequest.struct_class = Types::DescribeWorldGenerationJobRequest
749
+
750
+ DescribeWorldGenerationJobResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
751
+ DescribeWorldGenerationJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: WorldGenerationJobStatus, location_name: "status"))
752
+ DescribeWorldGenerationJobResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
753
+ DescribeWorldGenerationJobResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: WorldGenerationJobErrorCode, location_name: "failureCode"))
754
+ DescribeWorldGenerationJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: GenericString, location_name: "failureReason"))
755
+ DescribeWorldGenerationJobResponse.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
756
+ DescribeWorldGenerationJobResponse.add_member(:template, Shapes::ShapeRef.new(shape: Arn, location_name: "template"))
757
+ DescribeWorldGenerationJobResponse.add_member(:world_count, Shapes::ShapeRef.new(shape: WorldCount, location_name: "worldCount"))
758
+ DescribeWorldGenerationJobResponse.add_member(:finished_worlds_summary, Shapes::ShapeRef.new(shape: FinishedWorldsSummary, location_name: "finishedWorldsSummary"))
759
+ DescribeWorldGenerationJobResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
760
+ DescribeWorldGenerationJobResponse.struct_class = Types::DescribeWorldGenerationJobResponse
761
+
762
+ DescribeWorldRequest.add_member(:world, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "world"))
763
+ DescribeWorldRequest.struct_class = Types::DescribeWorldRequest
764
+
765
+ DescribeWorldResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
766
+ DescribeWorldResponse.add_member(:generation_job, Shapes::ShapeRef.new(shape: Arn, location_name: "generationJob"))
767
+ DescribeWorldResponse.add_member(:template, Shapes::ShapeRef.new(shape: Arn, location_name: "template"))
768
+ DescribeWorldResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
769
+ DescribeWorldResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
770
+ DescribeWorldResponse.struct_class = Types::DescribeWorldResponse
771
+
772
+ DescribeWorldTemplateRequest.add_member(:template, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "template"))
773
+ DescribeWorldTemplateRequest.struct_class = Types::DescribeWorldTemplateRequest
774
+
775
+ DescribeWorldTemplateResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
776
+ DescribeWorldTemplateResponse.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
777
+ DescribeWorldTemplateResponse.add_member(:name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "name"))
778
+ DescribeWorldTemplateResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
779
+ DescribeWorldTemplateResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
780
+ DescribeWorldTemplateResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
781
+ DescribeWorldTemplateResponse.struct_class = Types::DescribeWorldTemplateResponse
782
+
606
783
  EnvironmentVariableMap.key = Shapes::ShapeRef.new(shape: EnvironmentVariableKey)
607
784
  EnvironmentVariableMap.value = Shapes::ShapeRef.new(shape: EnvironmentVariableValue)
608
785
 
@@ -614,6 +791,10 @@ module Aws::RoboMaker
614
791
 
615
792
  FailedCreateSimulationJobRequests.member = Shapes::ShapeRef.new(shape: FailedCreateSimulationJobRequest)
616
793
 
794
+ FailureSummary.add_member(:total_failure_count, Shapes::ShapeRef.new(shape: Integer, location_name: "totalFailureCount"))
795
+ FailureSummary.add_member(:failures, Shapes::ShapeRef.new(shape: WorldFailures, location_name: "failures"))
796
+ FailureSummary.struct_class = Types::FailureSummary
797
+
617
798
  Filter.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
618
799
  Filter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValues, location_name: "values"))
619
800
  Filter.struct_class = Types::Filter
@@ -622,6 +803,11 @@ module Aws::RoboMaker
622
803
 
623
804
  Filters.member = Shapes::ShapeRef.new(shape: Filter)
624
805
 
806
+ FinishedWorldsSummary.add_member(:finished_count, Shapes::ShapeRef.new(shape: Integer, location_name: "finishedCount"))
807
+ FinishedWorldsSummary.add_member(:succeeded_worlds, Shapes::ShapeRef.new(shape: Arns, location_name: "succeededWorlds"))
808
+ FinishedWorldsSummary.add_member(:failure_summary, Shapes::ShapeRef.new(shape: FailureSummary, location_name: "failureSummary"))
809
+ FinishedWorldsSummary.struct_class = Types::FinishedWorldsSummary
810
+
625
811
  Fleet.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
626
812
  Fleet.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
627
813
  Fleet.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
@@ -632,6 +818,13 @@ module Aws::RoboMaker
632
818
 
633
819
  Fleets.member = Shapes::ShapeRef.new(shape: Fleet)
634
820
 
821
+ GetWorldTemplateBodyRequest.add_member(:template, Shapes::ShapeRef.new(shape: Arn, location_name: "template"))
822
+ GetWorldTemplateBodyRequest.add_member(:generation_job, Shapes::ShapeRef.new(shape: Arn, location_name: "generationJob"))
823
+ GetWorldTemplateBodyRequest.struct_class = Types::GetWorldTemplateBodyRequest
824
+
825
+ GetWorldTemplateBodyResponse.add_member(:template_body, Shapes::ShapeRef.new(shape: Json, location_name: "templateBody"))
826
+ GetWorldTemplateBodyResponse.struct_class = Types::GetWorldTemplateBodyResponse
827
+
635
828
  IdempotentParameterMismatchException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
636
829
  IdempotentParameterMismatchException.struct_class = Types::IdempotentParameterMismatchException
637
830
 
@@ -722,6 +915,41 @@ module Aws::RoboMaker
722
915
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
723
916
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
724
917
 
918
+ ListWorldExportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
919
+ ListWorldExportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
920
+ ListWorldExportJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "filters"))
921
+ ListWorldExportJobsRequest.struct_class = Types::ListWorldExportJobsRequest
922
+
923
+ ListWorldExportJobsResponse.add_member(:world_export_job_summaries, Shapes::ShapeRef.new(shape: WorldExportJobSummaries, required: true, location_name: "worldExportJobSummaries"))
924
+ ListWorldExportJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
925
+ ListWorldExportJobsResponse.struct_class = Types::ListWorldExportJobsResponse
926
+
927
+ ListWorldGenerationJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
928
+ ListWorldGenerationJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
929
+ ListWorldGenerationJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "filters"))
930
+ ListWorldGenerationJobsRequest.struct_class = Types::ListWorldGenerationJobsRequest
931
+
932
+ ListWorldGenerationJobsResponse.add_member(:world_generation_job_summaries, Shapes::ShapeRef.new(shape: WorldGenerationJobSummaries, required: true, location_name: "worldGenerationJobSummaries"))
933
+ ListWorldGenerationJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
934
+ ListWorldGenerationJobsResponse.struct_class = Types::ListWorldGenerationJobsResponse
935
+
936
+ ListWorldTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
937
+ ListWorldTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
938
+ ListWorldTemplatesRequest.struct_class = Types::ListWorldTemplatesRequest
939
+
940
+ ListWorldTemplatesResponse.add_member(:template_summaries, Shapes::ShapeRef.new(shape: TemplateSummaries, location_name: "templateSummaries"))
941
+ ListWorldTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
942
+ ListWorldTemplatesResponse.struct_class = Types::ListWorldTemplatesResponse
943
+
944
+ ListWorldsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
945
+ ListWorldsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
946
+ ListWorldsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "filters"))
947
+ ListWorldsRequest.struct_class = Types::ListWorldsRequest
948
+
949
+ ListWorldsResponse.add_member(:world_summaries, Shapes::ShapeRef.new(shape: WorldSummaries, location_name: "worldSummaries"))
950
+ ListWorldsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
951
+ ListWorldsResponse.struct_class = Types::ListWorldsResponse
952
+
725
953
  LoggingConfig.add_member(:record_all_ros_topics, Shapes::ShapeRef.new(shape: BoxedBoolean, required: true, location_name: "recordAllRosTopics"))
726
954
  LoggingConfig.struct_class = Types::LoggingConfig
727
955
 
@@ -840,6 +1068,7 @@ module Aws::RoboMaker
840
1068
  SimulationApplicationConfig.add_member(:application, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "application"))
841
1069
  SimulationApplicationConfig.add_member(:application_version, Shapes::ShapeRef.new(shape: Version, location_name: "applicationVersion"))
842
1070
  SimulationApplicationConfig.add_member(:launch_config, Shapes::ShapeRef.new(shape: LaunchConfig, required: true, location_name: "launchConfig"))
1071
+ SimulationApplicationConfig.add_member(:world_configs, Shapes::ShapeRef.new(shape: WorldConfigs, location_name: "worldConfigs"))
843
1072
  SimulationApplicationConfig.struct_class = Types::SimulationApplicationConfig
844
1073
 
845
1074
  SimulationApplicationConfigs.member = Shapes::ShapeRef.new(shape: SimulationApplicationConfig)
@@ -982,6 +1211,18 @@ module Aws::RoboMaker
982
1211
 
983
1212
  TagResourceResponse.struct_class = Types::TagResourceResponse
984
1213
 
1214
+ TemplateLocation.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3Bucket, required: true, location_name: "s3Bucket"))
1215
+ TemplateLocation.add_member(:s3_key, Shapes::ShapeRef.new(shape: S3Key, required: true, location_name: "s3Key"))
1216
+ TemplateLocation.struct_class = Types::TemplateLocation
1217
+
1218
+ TemplateSummaries.member = Shapes::ShapeRef.new(shape: TemplateSummary)
1219
+
1220
+ TemplateSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
1221
+ TemplateSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
1222
+ TemplateSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
1223
+ TemplateSummary.add_member(:name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "name"))
1224
+ TemplateSummary.struct_class = Types::TemplateSummary
1225
+
985
1226
  ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
986
1227
  ThrottlingException.struct_class = Types::ThrottlingException
987
1228
 
@@ -1025,6 +1266,18 @@ module Aws::RoboMaker
1025
1266
  UpdateSimulationApplicationResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: RevisionId, location_name: "revisionId"))
1026
1267
  UpdateSimulationApplicationResponse.struct_class = Types::UpdateSimulationApplicationResponse
1027
1268
 
1269
+ UpdateWorldTemplateRequest.add_member(:template, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "template"))
1270
+ UpdateWorldTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "name"))
1271
+ UpdateWorldTemplateRequest.add_member(:template_body, Shapes::ShapeRef.new(shape: Json, location_name: "templateBody"))
1272
+ UpdateWorldTemplateRequest.add_member(:template_location, Shapes::ShapeRef.new(shape: TemplateLocation, location_name: "templateLocation"))
1273
+ UpdateWorldTemplateRequest.struct_class = Types::UpdateWorldTemplateRequest
1274
+
1275
+ UpdateWorldTemplateResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
1276
+ UpdateWorldTemplateResponse.add_member(:name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "name"))
1277
+ UpdateWorldTemplateResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
1278
+ UpdateWorldTemplateResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
1279
+ UpdateWorldTemplateResponse.struct_class = Types::UpdateWorldTemplateResponse
1280
+
1028
1281
  VPCConfig.add_member(:subnets, Shapes::ShapeRef.new(shape: Subnets, required: true, location_name: "subnets"))
1029
1282
  VPCConfig.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, location_name: "securityGroups"))
1030
1283
  VPCConfig.add_member(:assign_public_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "assignPublicIp"))
@@ -1036,6 +1289,49 @@ module Aws::RoboMaker
1036
1289
  VPCConfigResponse.add_member(:assign_public_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "assignPublicIp"))
1037
1290
  VPCConfigResponse.struct_class = Types::VPCConfigResponse
1038
1291
 
1292
+ WorldConfig.add_member(:world, Shapes::ShapeRef.new(shape: Arn, location_name: "world"))
1293
+ WorldConfig.struct_class = Types::WorldConfig
1294
+
1295
+ WorldConfigs.member = Shapes::ShapeRef.new(shape: WorldConfig)
1296
+
1297
+ WorldCount.add_member(:floorplan_count, Shapes::ShapeRef.new(shape: FloorplanCount, location_name: "floorplanCount"))
1298
+ WorldCount.add_member(:interior_count_per_floorplan, Shapes::ShapeRef.new(shape: InteriorCountPerFloorplan, location_name: "interiorCountPerFloorplan"))
1299
+ WorldCount.struct_class = Types::WorldCount
1300
+
1301
+ WorldExportJobSummaries.member = Shapes::ShapeRef.new(shape: WorldExportJobSummary)
1302
+
1303
+ WorldExportJobSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
1304
+ WorldExportJobSummary.add_member(:status, Shapes::ShapeRef.new(shape: WorldExportJobStatus, location_name: "status"))
1305
+ WorldExportJobSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
1306
+ WorldExportJobSummary.add_member(:worlds, Shapes::ShapeRef.new(shape: Arns, location_name: "worlds"))
1307
+ WorldExportJobSummary.struct_class = Types::WorldExportJobSummary
1308
+
1309
+ WorldFailure.add_member(:failure_code, Shapes::ShapeRef.new(shape: WorldGenerationJobErrorCode, location_name: "failureCode"))
1310
+ WorldFailure.add_member(:sample_failure_reason, Shapes::ShapeRef.new(shape: GenericString, location_name: "sampleFailureReason"))
1311
+ WorldFailure.add_member(:failure_count, Shapes::ShapeRef.new(shape: Integer, location_name: "failureCount"))
1312
+ WorldFailure.struct_class = Types::WorldFailure
1313
+
1314
+ WorldFailures.member = Shapes::ShapeRef.new(shape: WorldFailure)
1315
+
1316
+ WorldGenerationJobSummaries.member = Shapes::ShapeRef.new(shape: WorldGenerationJobSummary)
1317
+
1318
+ WorldGenerationJobSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
1319
+ WorldGenerationJobSummary.add_member(:template, Shapes::ShapeRef.new(shape: Arn, location_name: "template"))
1320
+ WorldGenerationJobSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
1321
+ WorldGenerationJobSummary.add_member(:status, Shapes::ShapeRef.new(shape: WorldGenerationJobStatus, location_name: "status"))
1322
+ WorldGenerationJobSummary.add_member(:world_count, Shapes::ShapeRef.new(shape: WorldCount, location_name: "worldCount"))
1323
+ WorldGenerationJobSummary.add_member(:succeeded_world_count, Shapes::ShapeRef.new(shape: Integer, location_name: "succeededWorldCount"))
1324
+ WorldGenerationJobSummary.add_member(:failed_world_count, Shapes::ShapeRef.new(shape: Integer, location_name: "failedWorldCount"))
1325
+ WorldGenerationJobSummary.struct_class = Types::WorldGenerationJobSummary
1326
+
1327
+ WorldSummaries.member = Shapes::ShapeRef.new(shape: WorldSummary)
1328
+
1329
+ WorldSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
1330
+ WorldSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
1331
+ WorldSummary.add_member(:generation_job, Shapes::ShapeRef.new(shape: Arn, location_name: "generationJob"))
1332
+ WorldSummary.add_member(:template, Shapes::ShapeRef.new(shape: Arn, location_name: "template"))
1333
+ WorldSummary.struct_class = Types::WorldSummary
1334
+
1039
1335
 
1040
1336
  # @api private
1041
1337
  API = Seahorse::Model::Api.new.tap do |api|
@@ -1055,6 +1351,17 @@ module Aws::RoboMaker
1055
1351
  "uid" => "robomaker-2018-06-29",
1056
1352
  }
1057
1353
 
1354
+ api.add_operation(:batch_delete_worlds, Seahorse::Model::Operation.new.tap do |o|
1355
+ o.name = "BatchDeleteWorlds"
1356
+ o.http_method = "POST"
1357
+ o.http_request_uri = "/batchDeleteWorlds"
1358
+ o.input = Shapes::ShapeRef.new(shape: BatchDeleteWorldsRequest)
1359
+ o.output = Shapes::ShapeRef.new(shape: BatchDeleteWorldsResponse)
1360
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1361
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1362
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1363
+ end)
1364
+
1058
1365
  api.add_operation(:batch_describe_simulation_job, Seahorse::Model::Operation.new.tap do |o|
1059
1366
  o.name = "BatchDescribeSimulationJob"
1060
1367
  o.http_method = "POST"
@@ -1103,6 +1410,30 @@ module Aws::RoboMaker
1103
1410
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1104
1411
  end)
1105
1412
 
1413
+ api.add_operation(:cancel_world_export_job, Seahorse::Model::Operation.new.tap do |o|
1414
+ o.name = "CancelWorldExportJob"
1415
+ o.http_method = "POST"
1416
+ o.http_request_uri = "/cancelWorldExportJob"
1417
+ o.input = Shapes::ShapeRef.new(shape: CancelWorldExportJobRequest)
1418
+ o.output = Shapes::ShapeRef.new(shape: CancelWorldExportJobResponse)
1419
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1420
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1421
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1422
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1423
+ end)
1424
+
1425
+ api.add_operation(:cancel_world_generation_job, Seahorse::Model::Operation.new.tap do |o|
1426
+ o.name = "CancelWorldGenerationJob"
1427
+ o.http_method = "POST"
1428
+ o.http_request_uri = "/cancelWorldGenerationJob"
1429
+ o.input = Shapes::ShapeRef.new(shape: CancelWorldGenerationJobRequest)
1430
+ o.output = Shapes::ShapeRef.new(shape: CancelWorldGenerationJobResponse)
1431
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1432
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1433
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1434
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1435
+ end)
1436
+
1106
1437
  api.add_operation(:create_deployment_job, Seahorse::Model::Operation.new.tap do |o|
1107
1438
  o.name = "CreateDeploymentJob"
1108
1439
  o.http_method = "POST"
@@ -1212,6 +1543,49 @@ module Aws::RoboMaker
1212
1543
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1213
1544
  end)
1214
1545
 
1546
+ api.add_operation(:create_world_export_job, Seahorse::Model::Operation.new.tap do |o|
1547
+ o.name = "CreateWorldExportJob"
1548
+ o.http_method = "POST"
1549
+ o.http_request_uri = "/createWorldExportJob"
1550
+ o.input = Shapes::ShapeRef.new(shape: CreateWorldExportJobRequest)
1551
+ o.output = Shapes::ShapeRef.new(shape: CreateWorldExportJobResponse)
1552
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1553
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1554
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1555
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1556
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
1557
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1558
+ end)
1559
+
1560
+ api.add_operation(:create_world_generation_job, Seahorse::Model::Operation.new.tap do |o|
1561
+ o.name = "CreateWorldGenerationJob"
1562
+ o.http_method = "POST"
1563
+ o.http_request_uri = "/createWorldGenerationJob"
1564
+ o.input = Shapes::ShapeRef.new(shape: CreateWorldGenerationJobRequest)
1565
+ o.output = Shapes::ShapeRef.new(shape: CreateWorldGenerationJobResponse)
1566
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1567
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1568
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1569
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1570
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1571
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
1572
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1573
+ end)
1574
+
1575
+ api.add_operation(:create_world_template, Seahorse::Model::Operation.new.tap do |o|
1576
+ o.name = "CreateWorldTemplate"
1577
+ o.http_method = "POST"
1578
+ o.http_request_uri = "/createWorldTemplate"
1579
+ o.input = Shapes::ShapeRef.new(shape: CreateWorldTemplateRequest)
1580
+ o.output = Shapes::ShapeRef.new(shape: CreateWorldTemplateResponse)
1581
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1582
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1583
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1584
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1585
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1586
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1587
+ end)
1588
+
1215
1589
  api.add_operation(:delete_fleet, Seahorse::Model::Operation.new.tap do |o|
1216
1590
  o.name = "DeleteFleet"
1217
1591
  o.http_method = "POST"
@@ -1256,6 +1630,18 @@ module Aws::RoboMaker
1256
1630
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1257
1631
  end)
1258
1632
 
1633
+ api.add_operation(:delete_world_template, Seahorse::Model::Operation.new.tap do |o|
1634
+ o.name = "DeleteWorldTemplate"
1635
+ o.http_method = "POST"
1636
+ o.http_request_uri = "/deleteWorldTemplate"
1637
+ o.input = Shapes::ShapeRef.new(shape: DeleteWorldTemplateRequest)
1638
+ o.output = Shapes::ShapeRef.new(shape: DeleteWorldTemplateResponse)
1639
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1640
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1641
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1642
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1643
+ end)
1644
+
1259
1645
  api.add_operation(:deregister_robot, Seahorse::Model::Operation.new.tap do |o|
1260
1646
  o.name = "DeregisterRobot"
1261
1647
  o.http_method = "POST"
@@ -1351,6 +1737,66 @@ module Aws::RoboMaker
1351
1737
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1352
1738
  end)
1353
1739
 
1740
+ api.add_operation(:describe_world, Seahorse::Model::Operation.new.tap do |o|
1741
+ o.name = "DescribeWorld"
1742
+ o.http_method = "POST"
1743
+ o.http_request_uri = "/describeWorld"
1744
+ o.input = Shapes::ShapeRef.new(shape: DescribeWorldRequest)
1745
+ o.output = Shapes::ShapeRef.new(shape: DescribeWorldResponse)
1746
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1747
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1748
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1749
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1750
+ end)
1751
+
1752
+ api.add_operation(:describe_world_export_job, Seahorse::Model::Operation.new.tap do |o|
1753
+ o.name = "DescribeWorldExportJob"
1754
+ o.http_method = "POST"
1755
+ o.http_request_uri = "/describeWorldExportJob"
1756
+ o.input = Shapes::ShapeRef.new(shape: DescribeWorldExportJobRequest)
1757
+ o.output = Shapes::ShapeRef.new(shape: DescribeWorldExportJobResponse)
1758
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1759
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1760
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1761
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1762
+ end)
1763
+
1764
+ api.add_operation(:describe_world_generation_job, Seahorse::Model::Operation.new.tap do |o|
1765
+ o.name = "DescribeWorldGenerationJob"
1766
+ o.http_method = "POST"
1767
+ o.http_request_uri = "/describeWorldGenerationJob"
1768
+ o.input = Shapes::ShapeRef.new(shape: DescribeWorldGenerationJobRequest)
1769
+ o.output = Shapes::ShapeRef.new(shape: DescribeWorldGenerationJobResponse)
1770
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1771
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1772
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1773
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1774
+ end)
1775
+
1776
+ api.add_operation(:describe_world_template, Seahorse::Model::Operation.new.tap do |o|
1777
+ o.name = "DescribeWorldTemplate"
1778
+ o.http_method = "POST"
1779
+ o.http_request_uri = "/describeWorldTemplate"
1780
+ o.input = Shapes::ShapeRef.new(shape: DescribeWorldTemplateRequest)
1781
+ o.output = Shapes::ShapeRef.new(shape: DescribeWorldTemplateResponse)
1782
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1783
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1784
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1785
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1786
+ end)
1787
+
1788
+ api.add_operation(:get_world_template_body, Seahorse::Model::Operation.new.tap do |o|
1789
+ o.name = "GetWorldTemplateBody"
1790
+ o.http_method = "POST"
1791
+ o.http_request_uri = "/getWorldTemplateBody"
1792
+ o.input = Shapes::ShapeRef.new(shape: GetWorldTemplateBodyRequest)
1793
+ o.output = Shapes::ShapeRef.new(shape: GetWorldTemplateBodyResponse)
1794
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1795
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1796
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1797
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1798
+ end)
1799
+
1354
1800
  api.add_operation(:list_deployment_jobs, Seahorse::Model::Operation.new.tap do |o|
1355
1801
  o.name = "ListDeploymentJobs"
1356
1802
  o.http_method = "POST"
@@ -1484,6 +1930,74 @@ module Aws::RoboMaker
1484
1930
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1485
1931
  end)
1486
1932
 
1933
+ api.add_operation(:list_world_export_jobs, Seahorse::Model::Operation.new.tap do |o|
1934
+ o.name = "ListWorldExportJobs"
1935
+ o.http_method = "POST"
1936
+ o.http_request_uri = "/listWorldExportJobs"
1937
+ o.input = Shapes::ShapeRef.new(shape: ListWorldExportJobsRequest)
1938
+ o.output = Shapes::ShapeRef.new(shape: ListWorldExportJobsResponse)
1939
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1940
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1941
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1942
+ o[:pager] = Aws::Pager.new(
1943
+ limit_key: "max_results",
1944
+ tokens: {
1945
+ "next_token" => "next_token"
1946
+ }
1947
+ )
1948
+ end)
1949
+
1950
+ api.add_operation(:list_world_generation_jobs, Seahorse::Model::Operation.new.tap do |o|
1951
+ o.name = "ListWorldGenerationJobs"
1952
+ o.http_method = "POST"
1953
+ o.http_request_uri = "/listWorldGenerationJobs"
1954
+ o.input = Shapes::ShapeRef.new(shape: ListWorldGenerationJobsRequest)
1955
+ o.output = Shapes::ShapeRef.new(shape: ListWorldGenerationJobsResponse)
1956
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1957
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1958
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1959
+ o[:pager] = Aws::Pager.new(
1960
+ limit_key: "max_results",
1961
+ tokens: {
1962
+ "next_token" => "next_token"
1963
+ }
1964
+ )
1965
+ end)
1966
+
1967
+ api.add_operation(:list_world_templates, Seahorse::Model::Operation.new.tap do |o|
1968
+ o.name = "ListWorldTemplates"
1969
+ o.http_method = "POST"
1970
+ o.http_request_uri = "/listWorldTemplates"
1971
+ o.input = Shapes::ShapeRef.new(shape: ListWorldTemplatesRequest)
1972
+ o.output = Shapes::ShapeRef.new(shape: ListWorldTemplatesResponse)
1973
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1974
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1975
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1976
+ o[:pager] = Aws::Pager.new(
1977
+ limit_key: "max_results",
1978
+ tokens: {
1979
+ "next_token" => "next_token"
1980
+ }
1981
+ )
1982
+ end)
1983
+
1984
+ api.add_operation(:list_worlds, Seahorse::Model::Operation.new.tap do |o|
1985
+ o.name = "ListWorlds"
1986
+ o.http_method = "POST"
1987
+ o.http_request_uri = "/listWorlds"
1988
+ o.input = Shapes::ShapeRef.new(shape: ListWorldsRequest)
1989
+ o.output = Shapes::ShapeRef.new(shape: ListWorldsResponse)
1990
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1991
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1992
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1993
+ o[:pager] = Aws::Pager.new(
1994
+ limit_key: "max_results",
1995
+ tokens: {
1996
+ "next_token" => "next_token"
1997
+ }
1998
+ )
1999
+ end)
2000
+
1487
2001
  api.add_operation(:register_robot, Seahorse::Model::Operation.new.tap do |o|
1488
2002
  o.name = "RegisterRobot"
1489
2003
  o.http_method = "POST"
@@ -1587,6 +2101,18 @@ module Aws::RoboMaker
1587
2101
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1588
2102
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1589
2103
  end)
2104
+
2105
+ api.add_operation(:update_world_template, Seahorse::Model::Operation.new.tap do |o|
2106
+ o.name = "UpdateWorldTemplate"
2107
+ o.http_method = "POST"
2108
+ o.http_request_uri = "/updateWorldTemplate"
2109
+ o.input = Shapes::ShapeRef.new(shape: UpdateWorldTemplateRequest)
2110
+ o.output = Shapes::ShapeRef.new(shape: UpdateWorldTemplateResponse)
2111
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2112
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2113
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2114
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2115
+ end)
1590
2116
  end
1591
2117
 
1592
2118
  end