aws-sdk-robomaker 1.26.0 → 1.31.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.
- checksums.yaml +4 -4
- data/lib/aws-sdk-robomaker.rb +4 -3
- data/lib/aws-sdk-robomaker/client.rb +901 -47
- data/lib/aws-sdk-robomaker/client_api.rb +529 -0
- data/lib/aws-sdk-robomaker/types.rb +2430 -752
- metadata +4 -4
@@ -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,55 @@ 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.add_member(:world_tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "worldTags"))
|
508
|
+
CreateWorldGenerationJobRequest.struct_class = Types::CreateWorldGenerationJobRequest
|
509
|
+
|
510
|
+
CreateWorldGenerationJobResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
511
|
+
CreateWorldGenerationJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: WorldGenerationJobStatus, location_name: "status"))
|
512
|
+
CreateWorldGenerationJobResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
513
|
+
CreateWorldGenerationJobResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: WorldGenerationJobErrorCode, location_name: "failureCode"))
|
514
|
+
CreateWorldGenerationJobResponse.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
|
515
|
+
CreateWorldGenerationJobResponse.add_member(:template, Shapes::ShapeRef.new(shape: Arn, location_name: "template"))
|
516
|
+
CreateWorldGenerationJobResponse.add_member(:world_count, Shapes::ShapeRef.new(shape: WorldCount, location_name: "worldCount"))
|
517
|
+
CreateWorldGenerationJobResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
518
|
+
CreateWorldGenerationJobResponse.add_member(:world_tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "worldTags"))
|
519
|
+
CreateWorldGenerationJobResponse.struct_class = Types::CreateWorldGenerationJobResponse
|
520
|
+
|
521
|
+
CreateWorldTemplateRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
|
522
|
+
CreateWorldTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "name"))
|
523
|
+
CreateWorldTemplateRequest.add_member(:template_body, Shapes::ShapeRef.new(shape: Json, location_name: "templateBody"))
|
524
|
+
CreateWorldTemplateRequest.add_member(:template_location, Shapes::ShapeRef.new(shape: TemplateLocation, location_name: "templateLocation"))
|
525
|
+
CreateWorldTemplateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
526
|
+
CreateWorldTemplateRequest.struct_class = Types::CreateWorldTemplateRequest
|
527
|
+
|
528
|
+
CreateWorldTemplateResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
529
|
+
CreateWorldTemplateResponse.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
|
530
|
+
CreateWorldTemplateResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
531
|
+
CreateWorldTemplateResponse.add_member(:name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "name"))
|
532
|
+
CreateWorldTemplateResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
533
|
+
CreateWorldTemplateResponse.struct_class = Types::CreateWorldTemplateResponse
|
534
|
+
|
412
535
|
DataSource.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
413
536
|
DataSource.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3Bucket, location_name: "s3Bucket"))
|
414
537
|
DataSource.add_member(:s3_keys, Shapes::ShapeRef.new(shape: S3KeyOutputs, location_name: "s3Keys"))
|
@@ -447,6 +570,11 @@ module Aws::RoboMaker
|
|
447
570
|
|
448
571
|
DeleteSimulationApplicationResponse.struct_class = Types::DeleteSimulationApplicationResponse
|
449
572
|
|
573
|
+
DeleteWorldTemplateRequest.add_member(:template, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "template"))
|
574
|
+
DeleteWorldTemplateRequest.struct_class = Types::DeleteWorldTemplateRequest
|
575
|
+
|
576
|
+
DeleteWorldTemplateResponse.struct_class = Types::DeleteWorldTemplateResponse
|
577
|
+
|
450
578
|
DeploymentApplicationConfig.add_member(:application, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "application"))
|
451
579
|
DeploymentApplicationConfig.add_member(:application_version, Shapes::ShapeRef.new(shape: DeploymentVersion, required: true, location_name: "applicationVersion"))
|
452
580
|
DeploymentApplicationConfig.add_member(:launch_config, Shapes::ShapeRef.new(shape: DeploymentLaunchConfig, required: true, location_name: "launchConfig"))
|
@@ -603,6 +731,58 @@ module Aws::RoboMaker
|
|
603
731
|
DescribeSimulationJobResponse.add_member(:compute, Shapes::ShapeRef.new(shape: ComputeResponse, location_name: "compute"))
|
604
732
|
DescribeSimulationJobResponse.struct_class = Types::DescribeSimulationJobResponse
|
605
733
|
|
734
|
+
DescribeWorldExportJobRequest.add_member(:job, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "job"))
|
735
|
+
DescribeWorldExportJobRequest.struct_class = Types::DescribeWorldExportJobRequest
|
736
|
+
|
737
|
+
DescribeWorldExportJobResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
738
|
+
DescribeWorldExportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: WorldExportJobStatus, location_name: "status"))
|
739
|
+
DescribeWorldExportJobResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
740
|
+
DescribeWorldExportJobResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: WorldExportJobErrorCode, location_name: "failureCode"))
|
741
|
+
DescribeWorldExportJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: GenericString, location_name: "failureReason"))
|
742
|
+
DescribeWorldExportJobResponse.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
|
743
|
+
DescribeWorldExportJobResponse.add_member(:worlds, Shapes::ShapeRef.new(shape: Arns, location_name: "worlds"))
|
744
|
+
DescribeWorldExportJobResponse.add_member(:output_location, Shapes::ShapeRef.new(shape: OutputLocation, location_name: "outputLocation"))
|
745
|
+
DescribeWorldExportJobResponse.add_member(:iam_role, Shapes::ShapeRef.new(shape: IamRole, location_name: "iamRole"))
|
746
|
+
DescribeWorldExportJobResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
747
|
+
DescribeWorldExportJobResponse.struct_class = Types::DescribeWorldExportJobResponse
|
748
|
+
|
749
|
+
DescribeWorldGenerationJobRequest.add_member(:job, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "job"))
|
750
|
+
DescribeWorldGenerationJobRequest.struct_class = Types::DescribeWorldGenerationJobRequest
|
751
|
+
|
752
|
+
DescribeWorldGenerationJobResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
753
|
+
DescribeWorldGenerationJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: WorldGenerationJobStatus, location_name: "status"))
|
754
|
+
DescribeWorldGenerationJobResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
755
|
+
DescribeWorldGenerationJobResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: WorldGenerationJobErrorCode, location_name: "failureCode"))
|
756
|
+
DescribeWorldGenerationJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: GenericString, location_name: "failureReason"))
|
757
|
+
DescribeWorldGenerationJobResponse.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
|
758
|
+
DescribeWorldGenerationJobResponse.add_member(:template, Shapes::ShapeRef.new(shape: Arn, location_name: "template"))
|
759
|
+
DescribeWorldGenerationJobResponse.add_member(:world_count, Shapes::ShapeRef.new(shape: WorldCount, location_name: "worldCount"))
|
760
|
+
DescribeWorldGenerationJobResponse.add_member(:finished_worlds_summary, Shapes::ShapeRef.new(shape: FinishedWorldsSummary, location_name: "finishedWorldsSummary"))
|
761
|
+
DescribeWorldGenerationJobResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
762
|
+
DescribeWorldGenerationJobResponse.add_member(:world_tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "worldTags"))
|
763
|
+
DescribeWorldGenerationJobResponse.struct_class = Types::DescribeWorldGenerationJobResponse
|
764
|
+
|
765
|
+
DescribeWorldRequest.add_member(:world, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "world"))
|
766
|
+
DescribeWorldRequest.struct_class = Types::DescribeWorldRequest
|
767
|
+
|
768
|
+
DescribeWorldResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
769
|
+
DescribeWorldResponse.add_member(:generation_job, Shapes::ShapeRef.new(shape: Arn, location_name: "generationJob"))
|
770
|
+
DescribeWorldResponse.add_member(:template, Shapes::ShapeRef.new(shape: Arn, location_name: "template"))
|
771
|
+
DescribeWorldResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
772
|
+
DescribeWorldResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
773
|
+
DescribeWorldResponse.struct_class = Types::DescribeWorldResponse
|
774
|
+
|
775
|
+
DescribeWorldTemplateRequest.add_member(:template, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "template"))
|
776
|
+
DescribeWorldTemplateRequest.struct_class = Types::DescribeWorldTemplateRequest
|
777
|
+
|
778
|
+
DescribeWorldTemplateResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
779
|
+
DescribeWorldTemplateResponse.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
|
780
|
+
DescribeWorldTemplateResponse.add_member(:name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "name"))
|
781
|
+
DescribeWorldTemplateResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
782
|
+
DescribeWorldTemplateResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
|
783
|
+
DescribeWorldTemplateResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
784
|
+
DescribeWorldTemplateResponse.struct_class = Types::DescribeWorldTemplateResponse
|
785
|
+
|
606
786
|
EnvironmentVariableMap.key = Shapes::ShapeRef.new(shape: EnvironmentVariableKey)
|
607
787
|
EnvironmentVariableMap.value = Shapes::ShapeRef.new(shape: EnvironmentVariableValue)
|
608
788
|
|
@@ -614,6 +794,10 @@ module Aws::RoboMaker
|
|
614
794
|
|
615
795
|
FailedCreateSimulationJobRequests.member = Shapes::ShapeRef.new(shape: FailedCreateSimulationJobRequest)
|
616
796
|
|
797
|
+
FailureSummary.add_member(:total_failure_count, Shapes::ShapeRef.new(shape: Integer, location_name: "totalFailureCount"))
|
798
|
+
FailureSummary.add_member(:failures, Shapes::ShapeRef.new(shape: WorldFailures, location_name: "failures"))
|
799
|
+
FailureSummary.struct_class = Types::FailureSummary
|
800
|
+
|
617
801
|
Filter.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
618
802
|
Filter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValues, location_name: "values"))
|
619
803
|
Filter.struct_class = Types::Filter
|
@@ -622,6 +806,11 @@ module Aws::RoboMaker
|
|
622
806
|
|
623
807
|
Filters.member = Shapes::ShapeRef.new(shape: Filter)
|
624
808
|
|
809
|
+
FinishedWorldsSummary.add_member(:finished_count, Shapes::ShapeRef.new(shape: Integer, location_name: "finishedCount"))
|
810
|
+
FinishedWorldsSummary.add_member(:succeeded_worlds, Shapes::ShapeRef.new(shape: Arns, location_name: "succeededWorlds"))
|
811
|
+
FinishedWorldsSummary.add_member(:failure_summary, Shapes::ShapeRef.new(shape: FailureSummary, location_name: "failureSummary"))
|
812
|
+
FinishedWorldsSummary.struct_class = Types::FinishedWorldsSummary
|
813
|
+
|
625
814
|
Fleet.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
626
815
|
Fleet.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
627
816
|
Fleet.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
@@ -632,6 +821,13 @@ module Aws::RoboMaker
|
|
632
821
|
|
633
822
|
Fleets.member = Shapes::ShapeRef.new(shape: Fleet)
|
634
823
|
|
824
|
+
GetWorldTemplateBodyRequest.add_member(:template, Shapes::ShapeRef.new(shape: Arn, location_name: "template"))
|
825
|
+
GetWorldTemplateBodyRequest.add_member(:generation_job, Shapes::ShapeRef.new(shape: Arn, location_name: "generationJob"))
|
826
|
+
GetWorldTemplateBodyRequest.struct_class = Types::GetWorldTemplateBodyRequest
|
827
|
+
|
828
|
+
GetWorldTemplateBodyResponse.add_member(:template_body, Shapes::ShapeRef.new(shape: Json, location_name: "templateBody"))
|
829
|
+
GetWorldTemplateBodyResponse.struct_class = Types::GetWorldTemplateBodyResponse
|
830
|
+
|
635
831
|
IdempotentParameterMismatchException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
636
832
|
IdempotentParameterMismatchException.struct_class = Types::IdempotentParameterMismatchException
|
637
833
|
|
@@ -722,6 +918,41 @@ module Aws::RoboMaker
|
|
722
918
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
723
919
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
724
920
|
|
921
|
+
ListWorldExportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
922
|
+
ListWorldExportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
923
|
+
ListWorldExportJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "filters"))
|
924
|
+
ListWorldExportJobsRequest.struct_class = Types::ListWorldExportJobsRequest
|
925
|
+
|
926
|
+
ListWorldExportJobsResponse.add_member(:world_export_job_summaries, Shapes::ShapeRef.new(shape: WorldExportJobSummaries, required: true, location_name: "worldExportJobSummaries"))
|
927
|
+
ListWorldExportJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
928
|
+
ListWorldExportJobsResponse.struct_class = Types::ListWorldExportJobsResponse
|
929
|
+
|
930
|
+
ListWorldGenerationJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
931
|
+
ListWorldGenerationJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
932
|
+
ListWorldGenerationJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "filters"))
|
933
|
+
ListWorldGenerationJobsRequest.struct_class = Types::ListWorldGenerationJobsRequest
|
934
|
+
|
935
|
+
ListWorldGenerationJobsResponse.add_member(:world_generation_job_summaries, Shapes::ShapeRef.new(shape: WorldGenerationJobSummaries, required: true, location_name: "worldGenerationJobSummaries"))
|
936
|
+
ListWorldGenerationJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
937
|
+
ListWorldGenerationJobsResponse.struct_class = Types::ListWorldGenerationJobsResponse
|
938
|
+
|
939
|
+
ListWorldTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
940
|
+
ListWorldTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
941
|
+
ListWorldTemplatesRequest.struct_class = Types::ListWorldTemplatesRequest
|
942
|
+
|
943
|
+
ListWorldTemplatesResponse.add_member(:template_summaries, Shapes::ShapeRef.new(shape: TemplateSummaries, location_name: "templateSummaries"))
|
944
|
+
ListWorldTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
945
|
+
ListWorldTemplatesResponse.struct_class = Types::ListWorldTemplatesResponse
|
946
|
+
|
947
|
+
ListWorldsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
948
|
+
ListWorldsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
949
|
+
ListWorldsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "filters"))
|
950
|
+
ListWorldsRequest.struct_class = Types::ListWorldsRequest
|
951
|
+
|
952
|
+
ListWorldsResponse.add_member(:world_summaries, Shapes::ShapeRef.new(shape: WorldSummaries, location_name: "worldSummaries"))
|
953
|
+
ListWorldsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
954
|
+
ListWorldsResponse.struct_class = Types::ListWorldsResponse
|
955
|
+
|
725
956
|
LoggingConfig.add_member(:record_all_ros_topics, Shapes::ShapeRef.new(shape: BoxedBoolean, required: true, location_name: "recordAllRosTopics"))
|
726
957
|
LoggingConfig.struct_class = Types::LoggingConfig
|
727
958
|
|
@@ -840,6 +1071,7 @@ module Aws::RoboMaker
|
|
840
1071
|
SimulationApplicationConfig.add_member(:application, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "application"))
|
841
1072
|
SimulationApplicationConfig.add_member(:application_version, Shapes::ShapeRef.new(shape: Version, location_name: "applicationVersion"))
|
842
1073
|
SimulationApplicationConfig.add_member(:launch_config, Shapes::ShapeRef.new(shape: LaunchConfig, required: true, location_name: "launchConfig"))
|
1074
|
+
SimulationApplicationConfig.add_member(:world_configs, Shapes::ShapeRef.new(shape: WorldConfigs, location_name: "worldConfigs"))
|
843
1075
|
SimulationApplicationConfig.struct_class = Types::SimulationApplicationConfig
|
844
1076
|
|
845
1077
|
SimulationApplicationConfigs.member = Shapes::ShapeRef.new(shape: SimulationApplicationConfig)
|
@@ -982,6 +1214,18 @@ module Aws::RoboMaker
|
|
982
1214
|
|
983
1215
|
TagResourceResponse.struct_class = Types::TagResourceResponse
|
984
1216
|
|
1217
|
+
TemplateLocation.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3Bucket, required: true, location_name: "s3Bucket"))
|
1218
|
+
TemplateLocation.add_member(:s3_key, Shapes::ShapeRef.new(shape: S3Key, required: true, location_name: "s3Key"))
|
1219
|
+
TemplateLocation.struct_class = Types::TemplateLocation
|
1220
|
+
|
1221
|
+
TemplateSummaries.member = Shapes::ShapeRef.new(shape: TemplateSummary)
|
1222
|
+
|
1223
|
+
TemplateSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
1224
|
+
TemplateSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
1225
|
+
TemplateSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
|
1226
|
+
TemplateSummary.add_member(:name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "name"))
|
1227
|
+
TemplateSummary.struct_class = Types::TemplateSummary
|
1228
|
+
|
985
1229
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
986
1230
|
ThrottlingException.struct_class = Types::ThrottlingException
|
987
1231
|
|
@@ -1025,6 +1269,18 @@ module Aws::RoboMaker
|
|
1025
1269
|
UpdateSimulationApplicationResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: RevisionId, location_name: "revisionId"))
|
1026
1270
|
UpdateSimulationApplicationResponse.struct_class = Types::UpdateSimulationApplicationResponse
|
1027
1271
|
|
1272
|
+
UpdateWorldTemplateRequest.add_member(:template, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "template"))
|
1273
|
+
UpdateWorldTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "name"))
|
1274
|
+
UpdateWorldTemplateRequest.add_member(:template_body, Shapes::ShapeRef.new(shape: Json, location_name: "templateBody"))
|
1275
|
+
UpdateWorldTemplateRequest.add_member(:template_location, Shapes::ShapeRef.new(shape: TemplateLocation, location_name: "templateLocation"))
|
1276
|
+
UpdateWorldTemplateRequest.struct_class = Types::UpdateWorldTemplateRequest
|
1277
|
+
|
1278
|
+
UpdateWorldTemplateResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
1279
|
+
UpdateWorldTemplateResponse.add_member(:name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "name"))
|
1280
|
+
UpdateWorldTemplateResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
1281
|
+
UpdateWorldTemplateResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
|
1282
|
+
UpdateWorldTemplateResponse.struct_class = Types::UpdateWorldTemplateResponse
|
1283
|
+
|
1028
1284
|
VPCConfig.add_member(:subnets, Shapes::ShapeRef.new(shape: Subnets, required: true, location_name: "subnets"))
|
1029
1285
|
VPCConfig.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, location_name: "securityGroups"))
|
1030
1286
|
VPCConfig.add_member(:assign_public_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "assignPublicIp"))
|
@@ -1036,6 +1292,49 @@ module Aws::RoboMaker
|
|
1036
1292
|
VPCConfigResponse.add_member(:assign_public_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "assignPublicIp"))
|
1037
1293
|
VPCConfigResponse.struct_class = Types::VPCConfigResponse
|
1038
1294
|
|
1295
|
+
WorldConfig.add_member(:world, Shapes::ShapeRef.new(shape: Arn, location_name: "world"))
|
1296
|
+
WorldConfig.struct_class = Types::WorldConfig
|
1297
|
+
|
1298
|
+
WorldConfigs.member = Shapes::ShapeRef.new(shape: WorldConfig)
|
1299
|
+
|
1300
|
+
WorldCount.add_member(:floorplan_count, Shapes::ShapeRef.new(shape: FloorplanCount, location_name: "floorplanCount"))
|
1301
|
+
WorldCount.add_member(:interior_count_per_floorplan, Shapes::ShapeRef.new(shape: InteriorCountPerFloorplan, location_name: "interiorCountPerFloorplan"))
|
1302
|
+
WorldCount.struct_class = Types::WorldCount
|
1303
|
+
|
1304
|
+
WorldExportJobSummaries.member = Shapes::ShapeRef.new(shape: WorldExportJobSummary)
|
1305
|
+
|
1306
|
+
WorldExportJobSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
1307
|
+
WorldExportJobSummary.add_member(:status, Shapes::ShapeRef.new(shape: WorldExportJobStatus, location_name: "status"))
|
1308
|
+
WorldExportJobSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
1309
|
+
WorldExportJobSummary.add_member(:worlds, Shapes::ShapeRef.new(shape: Arns, location_name: "worlds"))
|
1310
|
+
WorldExportJobSummary.struct_class = Types::WorldExportJobSummary
|
1311
|
+
|
1312
|
+
WorldFailure.add_member(:failure_code, Shapes::ShapeRef.new(shape: WorldGenerationJobErrorCode, location_name: "failureCode"))
|
1313
|
+
WorldFailure.add_member(:sample_failure_reason, Shapes::ShapeRef.new(shape: GenericString, location_name: "sampleFailureReason"))
|
1314
|
+
WorldFailure.add_member(:failure_count, Shapes::ShapeRef.new(shape: Integer, location_name: "failureCount"))
|
1315
|
+
WorldFailure.struct_class = Types::WorldFailure
|
1316
|
+
|
1317
|
+
WorldFailures.member = Shapes::ShapeRef.new(shape: WorldFailure)
|
1318
|
+
|
1319
|
+
WorldGenerationJobSummaries.member = Shapes::ShapeRef.new(shape: WorldGenerationJobSummary)
|
1320
|
+
|
1321
|
+
WorldGenerationJobSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
1322
|
+
WorldGenerationJobSummary.add_member(:template, Shapes::ShapeRef.new(shape: Arn, location_name: "template"))
|
1323
|
+
WorldGenerationJobSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
1324
|
+
WorldGenerationJobSummary.add_member(:status, Shapes::ShapeRef.new(shape: WorldGenerationJobStatus, location_name: "status"))
|
1325
|
+
WorldGenerationJobSummary.add_member(:world_count, Shapes::ShapeRef.new(shape: WorldCount, location_name: "worldCount"))
|
1326
|
+
WorldGenerationJobSummary.add_member(:succeeded_world_count, Shapes::ShapeRef.new(shape: Integer, location_name: "succeededWorldCount"))
|
1327
|
+
WorldGenerationJobSummary.add_member(:failed_world_count, Shapes::ShapeRef.new(shape: Integer, location_name: "failedWorldCount"))
|
1328
|
+
WorldGenerationJobSummary.struct_class = Types::WorldGenerationJobSummary
|
1329
|
+
|
1330
|
+
WorldSummaries.member = Shapes::ShapeRef.new(shape: WorldSummary)
|
1331
|
+
|
1332
|
+
WorldSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
1333
|
+
WorldSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
1334
|
+
WorldSummary.add_member(:generation_job, Shapes::ShapeRef.new(shape: Arn, location_name: "generationJob"))
|
1335
|
+
WorldSummary.add_member(:template, Shapes::ShapeRef.new(shape: Arn, location_name: "template"))
|
1336
|
+
WorldSummary.struct_class = Types::WorldSummary
|
1337
|
+
|
1039
1338
|
|
1040
1339
|
# @api private
|
1041
1340
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -1055,6 +1354,17 @@ module Aws::RoboMaker
|
|
1055
1354
|
"uid" => "robomaker-2018-06-29",
|
1056
1355
|
}
|
1057
1356
|
|
1357
|
+
api.add_operation(:batch_delete_worlds, Seahorse::Model::Operation.new.tap do |o|
|
1358
|
+
o.name = "BatchDeleteWorlds"
|
1359
|
+
o.http_method = "POST"
|
1360
|
+
o.http_request_uri = "/batchDeleteWorlds"
|
1361
|
+
o.input = Shapes::ShapeRef.new(shape: BatchDeleteWorldsRequest)
|
1362
|
+
o.output = Shapes::ShapeRef.new(shape: BatchDeleteWorldsResponse)
|
1363
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1364
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1365
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1366
|
+
end)
|
1367
|
+
|
1058
1368
|
api.add_operation(:batch_describe_simulation_job, Seahorse::Model::Operation.new.tap do |o|
|
1059
1369
|
o.name = "BatchDescribeSimulationJob"
|
1060
1370
|
o.http_method = "POST"
|
@@ -1103,6 +1413,30 @@ module Aws::RoboMaker
|
|
1103
1413
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1104
1414
|
end)
|
1105
1415
|
|
1416
|
+
api.add_operation(:cancel_world_export_job, Seahorse::Model::Operation.new.tap do |o|
|
1417
|
+
o.name = "CancelWorldExportJob"
|
1418
|
+
o.http_method = "POST"
|
1419
|
+
o.http_request_uri = "/cancelWorldExportJob"
|
1420
|
+
o.input = Shapes::ShapeRef.new(shape: CancelWorldExportJobRequest)
|
1421
|
+
o.output = Shapes::ShapeRef.new(shape: CancelWorldExportJobResponse)
|
1422
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1423
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1424
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1425
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1426
|
+
end)
|
1427
|
+
|
1428
|
+
api.add_operation(:cancel_world_generation_job, Seahorse::Model::Operation.new.tap do |o|
|
1429
|
+
o.name = "CancelWorldGenerationJob"
|
1430
|
+
o.http_method = "POST"
|
1431
|
+
o.http_request_uri = "/cancelWorldGenerationJob"
|
1432
|
+
o.input = Shapes::ShapeRef.new(shape: CancelWorldGenerationJobRequest)
|
1433
|
+
o.output = Shapes::ShapeRef.new(shape: CancelWorldGenerationJobResponse)
|
1434
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1435
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1436
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1437
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1438
|
+
end)
|
1439
|
+
|
1106
1440
|
api.add_operation(:create_deployment_job, Seahorse::Model::Operation.new.tap do |o|
|
1107
1441
|
o.name = "CreateDeploymentJob"
|
1108
1442
|
o.http_method = "POST"
|
@@ -1212,6 +1546,49 @@ module Aws::RoboMaker
|
|
1212
1546
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1213
1547
|
end)
|
1214
1548
|
|
1549
|
+
api.add_operation(:create_world_export_job, Seahorse::Model::Operation.new.tap do |o|
|
1550
|
+
o.name = "CreateWorldExportJob"
|
1551
|
+
o.http_method = "POST"
|
1552
|
+
o.http_request_uri = "/createWorldExportJob"
|
1553
|
+
o.input = Shapes::ShapeRef.new(shape: CreateWorldExportJobRequest)
|
1554
|
+
o.output = Shapes::ShapeRef.new(shape: CreateWorldExportJobResponse)
|
1555
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1556
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1557
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1558
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1559
|
+
o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
|
1560
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1561
|
+
end)
|
1562
|
+
|
1563
|
+
api.add_operation(:create_world_generation_job, Seahorse::Model::Operation.new.tap do |o|
|
1564
|
+
o.name = "CreateWorldGenerationJob"
|
1565
|
+
o.http_method = "POST"
|
1566
|
+
o.http_request_uri = "/createWorldGenerationJob"
|
1567
|
+
o.input = Shapes::ShapeRef.new(shape: CreateWorldGenerationJobRequest)
|
1568
|
+
o.output = Shapes::ShapeRef.new(shape: CreateWorldGenerationJobResponse)
|
1569
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1570
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1571
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1572
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1573
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1574
|
+
o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
|
1575
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1576
|
+
end)
|
1577
|
+
|
1578
|
+
api.add_operation(:create_world_template, Seahorse::Model::Operation.new.tap do |o|
|
1579
|
+
o.name = "CreateWorldTemplate"
|
1580
|
+
o.http_method = "POST"
|
1581
|
+
o.http_request_uri = "/createWorldTemplate"
|
1582
|
+
o.input = Shapes::ShapeRef.new(shape: CreateWorldTemplateRequest)
|
1583
|
+
o.output = Shapes::ShapeRef.new(shape: CreateWorldTemplateResponse)
|
1584
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1585
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
1586
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1587
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1588
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1589
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1590
|
+
end)
|
1591
|
+
|
1215
1592
|
api.add_operation(:delete_fleet, Seahorse::Model::Operation.new.tap do |o|
|
1216
1593
|
o.name = "DeleteFleet"
|
1217
1594
|
o.http_method = "POST"
|
@@ -1256,6 +1633,18 @@ module Aws::RoboMaker
|
|
1256
1633
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1257
1634
|
end)
|
1258
1635
|
|
1636
|
+
api.add_operation(:delete_world_template, Seahorse::Model::Operation.new.tap do |o|
|
1637
|
+
o.name = "DeleteWorldTemplate"
|
1638
|
+
o.http_method = "POST"
|
1639
|
+
o.http_request_uri = "/deleteWorldTemplate"
|
1640
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteWorldTemplateRequest)
|
1641
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteWorldTemplateResponse)
|
1642
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1643
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1644
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1645
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1646
|
+
end)
|
1647
|
+
|
1259
1648
|
api.add_operation(:deregister_robot, Seahorse::Model::Operation.new.tap do |o|
|
1260
1649
|
o.name = "DeregisterRobot"
|
1261
1650
|
o.http_method = "POST"
|
@@ -1351,6 +1740,66 @@ module Aws::RoboMaker
|
|
1351
1740
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1352
1741
|
end)
|
1353
1742
|
|
1743
|
+
api.add_operation(:describe_world, Seahorse::Model::Operation.new.tap do |o|
|
1744
|
+
o.name = "DescribeWorld"
|
1745
|
+
o.http_method = "POST"
|
1746
|
+
o.http_request_uri = "/describeWorld"
|
1747
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeWorldRequest)
|
1748
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeWorldResponse)
|
1749
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1750
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1751
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1752
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1753
|
+
end)
|
1754
|
+
|
1755
|
+
api.add_operation(:describe_world_export_job, Seahorse::Model::Operation.new.tap do |o|
|
1756
|
+
o.name = "DescribeWorldExportJob"
|
1757
|
+
o.http_method = "POST"
|
1758
|
+
o.http_request_uri = "/describeWorldExportJob"
|
1759
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeWorldExportJobRequest)
|
1760
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeWorldExportJobResponse)
|
1761
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1762
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1763
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1764
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1765
|
+
end)
|
1766
|
+
|
1767
|
+
api.add_operation(:describe_world_generation_job, Seahorse::Model::Operation.new.tap do |o|
|
1768
|
+
o.name = "DescribeWorldGenerationJob"
|
1769
|
+
o.http_method = "POST"
|
1770
|
+
o.http_request_uri = "/describeWorldGenerationJob"
|
1771
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeWorldGenerationJobRequest)
|
1772
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeWorldGenerationJobResponse)
|
1773
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1774
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1775
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1776
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1777
|
+
end)
|
1778
|
+
|
1779
|
+
api.add_operation(:describe_world_template, Seahorse::Model::Operation.new.tap do |o|
|
1780
|
+
o.name = "DescribeWorldTemplate"
|
1781
|
+
o.http_method = "POST"
|
1782
|
+
o.http_request_uri = "/describeWorldTemplate"
|
1783
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeWorldTemplateRequest)
|
1784
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeWorldTemplateResponse)
|
1785
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1786
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1787
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1788
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1789
|
+
end)
|
1790
|
+
|
1791
|
+
api.add_operation(:get_world_template_body, Seahorse::Model::Operation.new.tap do |o|
|
1792
|
+
o.name = "GetWorldTemplateBody"
|
1793
|
+
o.http_method = "POST"
|
1794
|
+
o.http_request_uri = "/getWorldTemplateBody"
|
1795
|
+
o.input = Shapes::ShapeRef.new(shape: GetWorldTemplateBodyRequest)
|
1796
|
+
o.output = Shapes::ShapeRef.new(shape: GetWorldTemplateBodyResponse)
|
1797
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1798
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1799
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1800
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1801
|
+
end)
|
1802
|
+
|
1354
1803
|
api.add_operation(:list_deployment_jobs, Seahorse::Model::Operation.new.tap do |o|
|
1355
1804
|
o.name = "ListDeploymentJobs"
|
1356
1805
|
o.http_method = "POST"
|
@@ -1484,6 +1933,74 @@ module Aws::RoboMaker
|
|
1484
1933
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1485
1934
|
end)
|
1486
1935
|
|
1936
|
+
api.add_operation(:list_world_export_jobs, Seahorse::Model::Operation.new.tap do |o|
|
1937
|
+
o.name = "ListWorldExportJobs"
|
1938
|
+
o.http_method = "POST"
|
1939
|
+
o.http_request_uri = "/listWorldExportJobs"
|
1940
|
+
o.input = Shapes::ShapeRef.new(shape: ListWorldExportJobsRequest)
|
1941
|
+
o.output = Shapes::ShapeRef.new(shape: ListWorldExportJobsResponse)
|
1942
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1943
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1944
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1945
|
+
o[:pager] = Aws::Pager.new(
|
1946
|
+
limit_key: "max_results",
|
1947
|
+
tokens: {
|
1948
|
+
"next_token" => "next_token"
|
1949
|
+
}
|
1950
|
+
)
|
1951
|
+
end)
|
1952
|
+
|
1953
|
+
api.add_operation(:list_world_generation_jobs, Seahorse::Model::Operation.new.tap do |o|
|
1954
|
+
o.name = "ListWorldGenerationJobs"
|
1955
|
+
o.http_method = "POST"
|
1956
|
+
o.http_request_uri = "/listWorldGenerationJobs"
|
1957
|
+
o.input = Shapes::ShapeRef.new(shape: ListWorldGenerationJobsRequest)
|
1958
|
+
o.output = Shapes::ShapeRef.new(shape: ListWorldGenerationJobsResponse)
|
1959
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1960
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1961
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1962
|
+
o[:pager] = Aws::Pager.new(
|
1963
|
+
limit_key: "max_results",
|
1964
|
+
tokens: {
|
1965
|
+
"next_token" => "next_token"
|
1966
|
+
}
|
1967
|
+
)
|
1968
|
+
end)
|
1969
|
+
|
1970
|
+
api.add_operation(:list_world_templates, Seahorse::Model::Operation.new.tap do |o|
|
1971
|
+
o.name = "ListWorldTemplates"
|
1972
|
+
o.http_method = "POST"
|
1973
|
+
o.http_request_uri = "/listWorldTemplates"
|
1974
|
+
o.input = Shapes::ShapeRef.new(shape: ListWorldTemplatesRequest)
|
1975
|
+
o.output = Shapes::ShapeRef.new(shape: ListWorldTemplatesResponse)
|
1976
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1977
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1978
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1979
|
+
o[:pager] = Aws::Pager.new(
|
1980
|
+
limit_key: "max_results",
|
1981
|
+
tokens: {
|
1982
|
+
"next_token" => "next_token"
|
1983
|
+
}
|
1984
|
+
)
|
1985
|
+
end)
|
1986
|
+
|
1987
|
+
api.add_operation(:list_worlds, Seahorse::Model::Operation.new.tap do |o|
|
1988
|
+
o.name = "ListWorlds"
|
1989
|
+
o.http_method = "POST"
|
1990
|
+
o.http_request_uri = "/listWorlds"
|
1991
|
+
o.input = Shapes::ShapeRef.new(shape: ListWorldsRequest)
|
1992
|
+
o.output = Shapes::ShapeRef.new(shape: ListWorldsResponse)
|
1993
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1994
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1995
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1996
|
+
o[:pager] = Aws::Pager.new(
|
1997
|
+
limit_key: "max_results",
|
1998
|
+
tokens: {
|
1999
|
+
"next_token" => "next_token"
|
2000
|
+
}
|
2001
|
+
)
|
2002
|
+
end)
|
2003
|
+
|
1487
2004
|
api.add_operation(:register_robot, Seahorse::Model::Operation.new.tap do |o|
|
1488
2005
|
o.name = "RegisterRobot"
|
1489
2006
|
o.http_method = "POST"
|
@@ -1587,6 +2104,18 @@ module Aws::RoboMaker
|
|
1587
2104
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1588
2105
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1589
2106
|
end)
|
2107
|
+
|
2108
|
+
api.add_operation(:update_world_template, Seahorse::Model::Operation.new.tap do |o|
|
2109
|
+
o.name = "UpdateWorldTemplate"
|
2110
|
+
o.http_method = "POST"
|
2111
|
+
o.http_request_uri = "/updateWorldTemplate"
|
2112
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateWorldTemplateRequest)
|
2113
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateWorldTemplateResponse)
|
2114
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2115
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2116
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2117
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2118
|
+
end)
|
1590
2119
|
end
|
1591
2120
|
|
1592
2121
|
end
|