aws-sdk-robomaker 1.22.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.
- checksums.yaml +5 -5
- data/lib/aws-sdk-robomaker.rb +4 -2
- data/lib/aws-sdk-robomaker/client.rb +873 -43
- data/lib/aws-sdk-robomaker/client_api.rb +528 -0
- data/lib/aws-sdk-robomaker/errors.rb +2 -0
- data/lib/aws-sdk-robomaker/resource.rb +2 -0
- data/lib/aws-sdk-robomaker/types.rb +2560 -796
- metadata +5 -5
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -14,6 +16,8 @@ module Aws::RoboMaker
|
|
14
16
|
Architecture = Shapes::StringShape.new(name: 'Architecture')
|
15
17
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
16
18
|
Arns = Shapes::ListShape.new(name: 'Arns')
|
19
|
+
BatchDeleteWorldsRequest = Shapes::StructureShape.new(name: 'BatchDeleteWorldsRequest')
|
20
|
+
BatchDeleteWorldsResponse = Shapes::StructureShape.new(name: 'BatchDeleteWorldsResponse')
|
17
21
|
BatchDescribeSimulationJobRequest = Shapes::StructureShape.new(name: 'BatchDescribeSimulationJobRequest')
|
18
22
|
BatchDescribeSimulationJobResponse = Shapes::StructureShape.new(name: 'BatchDescribeSimulationJobResponse')
|
19
23
|
BatchPolicy = Shapes::StructureShape.new(name: 'BatchPolicy')
|
@@ -26,6 +30,10 @@ module Aws::RoboMaker
|
|
26
30
|
CancelSimulationJobBatchResponse = Shapes::StructureShape.new(name: 'CancelSimulationJobBatchResponse')
|
27
31
|
CancelSimulationJobRequest = Shapes::StructureShape.new(name: 'CancelSimulationJobRequest')
|
28
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')
|
29
37
|
ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
|
30
38
|
Command = Shapes::StringShape.new(name: 'Command')
|
31
39
|
Compute = Shapes::StructureShape.new(name: 'Compute')
|
@@ -48,6 +56,12 @@ module Aws::RoboMaker
|
|
48
56
|
CreateSimulationJobRequest = Shapes::StructureShape.new(name: 'CreateSimulationJobRequest')
|
49
57
|
CreateSimulationJobRequests = Shapes::ListShape.new(name: 'CreateSimulationJobRequests')
|
50
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')
|
51
65
|
CreatedAt = Shapes::TimestampShape.new(name: 'CreatedAt')
|
52
66
|
DataSource = Shapes::StructureShape.new(name: 'DataSource')
|
53
67
|
DataSourceConfig = Shapes::StructureShape.new(name: 'DataSourceConfig')
|
@@ -62,6 +76,8 @@ module Aws::RoboMaker
|
|
62
76
|
DeleteRobotResponse = Shapes::StructureShape.new(name: 'DeleteRobotResponse')
|
63
77
|
DeleteSimulationApplicationRequest = Shapes::StructureShape.new(name: 'DeleteSimulationApplicationRequest')
|
64
78
|
DeleteSimulationApplicationResponse = Shapes::StructureShape.new(name: 'DeleteSimulationApplicationResponse')
|
79
|
+
DeleteWorldTemplateRequest = Shapes::StructureShape.new(name: 'DeleteWorldTemplateRequest')
|
80
|
+
DeleteWorldTemplateResponse = Shapes::StructureShape.new(name: 'DeleteWorldTemplateResponse')
|
65
81
|
DeploymentApplicationConfig = Shapes::StructureShape.new(name: 'DeploymentApplicationConfig')
|
66
82
|
DeploymentApplicationConfigs = Shapes::ListShape.new(name: 'DeploymentApplicationConfigs')
|
67
83
|
DeploymentConfig = Shapes::StructureShape.new(name: 'DeploymentConfig')
|
@@ -88,6 +104,14 @@ module Aws::RoboMaker
|
|
88
104
|
DescribeSimulationJobBatchResponse = Shapes::StructureShape.new(name: 'DescribeSimulationJobBatchResponse')
|
89
105
|
DescribeSimulationJobRequest = Shapes::StructureShape.new(name: 'DescribeSimulationJobRequest')
|
90
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')
|
91
115
|
EnvironmentVariableKey = Shapes::StringShape.new(name: 'EnvironmentVariableKey')
|
92
116
|
EnvironmentVariableMap = Shapes::MapShape.new(name: 'EnvironmentVariableMap')
|
93
117
|
EnvironmentVariableValue = Shapes::StringShape.new(name: 'EnvironmentVariableValue')
|
@@ -95,20 +119,27 @@ module Aws::RoboMaker
|
|
95
119
|
FailedCreateSimulationJobRequest = Shapes::StructureShape.new(name: 'FailedCreateSimulationJobRequest')
|
96
120
|
FailedCreateSimulationJobRequests = Shapes::ListShape.new(name: 'FailedCreateSimulationJobRequests')
|
97
121
|
FailureBehavior = Shapes::StringShape.new(name: 'FailureBehavior')
|
122
|
+
FailureSummary = Shapes::StructureShape.new(name: 'FailureSummary')
|
98
123
|
Filter = Shapes::StructureShape.new(name: 'Filter')
|
99
124
|
FilterValues = Shapes::ListShape.new(name: 'FilterValues')
|
100
125
|
Filters = Shapes::ListShape.new(name: 'Filters')
|
126
|
+
FinishedWorldsSummary = Shapes::StructureShape.new(name: 'FinishedWorldsSummary')
|
101
127
|
Fleet = Shapes::StructureShape.new(name: 'Fleet')
|
102
128
|
Fleets = Shapes::ListShape.new(name: 'Fleets')
|
129
|
+
FloorplanCount = Shapes::IntegerShape.new(name: 'FloorplanCount')
|
103
130
|
GenericInteger = Shapes::IntegerShape.new(name: 'GenericInteger')
|
104
131
|
GenericString = Shapes::StringShape.new(name: 'GenericString')
|
132
|
+
GetWorldTemplateBodyRequest = Shapes::StructureShape.new(name: 'GetWorldTemplateBodyRequest')
|
133
|
+
GetWorldTemplateBodyResponse = Shapes::StructureShape.new(name: 'GetWorldTemplateBodyResponse')
|
105
134
|
IamRole = Shapes::StringShape.new(name: 'IamRole')
|
106
135
|
Id = Shapes::StringShape.new(name: 'Id')
|
107
136
|
IdempotentParameterMismatchException = Shapes::StructureShape.new(name: 'IdempotentParameterMismatchException')
|
108
137
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
138
|
+
InteriorCountPerFloorplan = Shapes::IntegerShape.new(name: 'InteriorCountPerFloorplan')
|
109
139
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
110
140
|
InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
|
111
141
|
JobDuration = Shapes::IntegerShape.new(name: 'JobDuration')
|
142
|
+
Json = Shapes::StringShape.new(name: 'Json')
|
112
143
|
LastStartedAt = Shapes::TimestampShape.new(name: 'LastStartedAt')
|
113
144
|
LastUpdatedAt = Shapes::TimestampShape.new(name: 'LastUpdatedAt')
|
114
145
|
LaunchConfig = Shapes::StructureShape.new(name: 'LaunchConfig')
|
@@ -129,6 +160,14 @@ module Aws::RoboMaker
|
|
129
160
|
ListSimulationJobsResponse = Shapes::StructureShape.new(name: 'ListSimulationJobsResponse')
|
130
161
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
131
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')
|
132
171
|
LoggingConfig = Shapes::StructureShape.new(name: 'LoggingConfig')
|
133
172
|
MaxConcurrency = Shapes::IntegerShape.new(name: 'MaxConcurrency')
|
134
173
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
@@ -215,6 +254,10 @@ module Aws::RoboMaker
|
|
215
254
|
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
216
255
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
217
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')
|
218
261
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
219
262
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
220
263
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
@@ -222,14 +265,37 @@ module Aws::RoboMaker
|
|
222
265
|
UpdateRobotApplicationResponse = Shapes::StructureShape.new(name: 'UpdateRobotApplicationResponse')
|
223
266
|
UpdateSimulationApplicationRequest = Shapes::StructureShape.new(name: 'UpdateSimulationApplicationRequest')
|
224
267
|
UpdateSimulationApplicationResponse = Shapes::StructureShape.new(name: 'UpdateSimulationApplicationResponse')
|
268
|
+
UpdateWorldTemplateRequest = Shapes::StructureShape.new(name: 'UpdateWorldTemplateRequest')
|
269
|
+
UpdateWorldTemplateResponse = Shapes::StructureShape.new(name: 'UpdateWorldTemplateResponse')
|
225
270
|
VPCConfig = Shapes::StructureShape.new(name: 'VPCConfig')
|
226
271
|
VPCConfigResponse = Shapes::StructureShape.new(name: 'VPCConfigResponse')
|
227
272
|
Version = Shapes::StringShape.new(name: 'Version')
|
228
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')
|
229
289
|
errorMessage = Shapes::StringShape.new(name: 'errorMessage')
|
230
290
|
|
231
291
|
Arns.member = Shapes::ShapeRef.new(shape: Arn)
|
232
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
|
+
|
233
299
|
BatchDescribeSimulationJobRequest.add_member(:jobs, Shapes::ShapeRef.new(shape: Arns, required: true, location_name: "jobs"))
|
234
300
|
BatchDescribeSimulationJobRequest.struct_class = Types::BatchDescribeSimulationJobRequest
|
235
301
|
|
@@ -256,6 +322,16 @@ module Aws::RoboMaker
|
|
256
322
|
|
257
323
|
CancelSimulationJobResponse.struct_class = Types::CancelSimulationJobResponse
|
258
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
|
+
|
259
335
|
Compute.add_member(:simulation_unit_limit, Shapes::ShapeRef.new(shape: SimulationUnit, location_name: "simulationUnitLimit"))
|
260
336
|
Compute.struct_class = Types::Compute
|
261
337
|
|
@@ -407,6 +483,53 @@ module Aws::RoboMaker
|
|
407
483
|
CreateSimulationJobResponse.add_member(:compute, Shapes::ShapeRef.new(shape: ComputeResponse, location_name: "compute"))
|
408
484
|
CreateSimulationJobResponse.struct_class = Types::CreateSimulationJobResponse
|
409
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
|
+
|
410
533
|
DataSource.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
411
534
|
DataSource.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3Bucket, location_name: "s3Bucket"))
|
412
535
|
DataSource.add_member(:s3_keys, Shapes::ShapeRef.new(shape: S3KeyOutputs, location_name: "s3Keys"))
|
@@ -445,6 +568,11 @@ module Aws::RoboMaker
|
|
445
568
|
|
446
569
|
DeleteSimulationApplicationResponse.struct_class = Types::DeleteSimulationApplicationResponse
|
447
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
|
+
|
448
576
|
DeploymentApplicationConfig.add_member(:application, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "application"))
|
449
577
|
DeploymentApplicationConfig.add_member(:application_version, Shapes::ShapeRef.new(shape: DeploymentVersion, required: true, location_name: "applicationVersion"))
|
450
578
|
DeploymentApplicationConfig.add_member(:launch_config, Shapes::ShapeRef.new(shape: DeploymentLaunchConfig, required: true, location_name: "launchConfig"))
|
@@ -601,6 +729,57 @@ module Aws::RoboMaker
|
|
601
729
|
DescribeSimulationJobResponse.add_member(:compute, Shapes::ShapeRef.new(shape: ComputeResponse, location_name: "compute"))
|
602
730
|
DescribeSimulationJobResponse.struct_class = Types::DescribeSimulationJobResponse
|
603
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
|
+
|
604
783
|
EnvironmentVariableMap.key = Shapes::ShapeRef.new(shape: EnvironmentVariableKey)
|
605
784
|
EnvironmentVariableMap.value = Shapes::ShapeRef.new(shape: EnvironmentVariableValue)
|
606
785
|
|
@@ -612,6 +791,10 @@ module Aws::RoboMaker
|
|
612
791
|
|
613
792
|
FailedCreateSimulationJobRequests.member = Shapes::ShapeRef.new(shape: FailedCreateSimulationJobRequest)
|
614
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
|
+
|
615
798
|
Filter.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
616
799
|
Filter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValues, location_name: "values"))
|
617
800
|
Filter.struct_class = Types::Filter
|
@@ -620,6 +803,11 @@ module Aws::RoboMaker
|
|
620
803
|
|
621
804
|
Filters.member = Shapes::ShapeRef.new(shape: Filter)
|
622
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
|
+
|
623
811
|
Fleet.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
624
812
|
Fleet.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
625
813
|
Fleet.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
@@ -630,6 +818,13 @@ module Aws::RoboMaker
|
|
630
818
|
|
631
819
|
Fleets.member = Shapes::ShapeRef.new(shape: Fleet)
|
632
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
|
+
|
633
828
|
IdempotentParameterMismatchException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
634
829
|
IdempotentParameterMismatchException.struct_class = Types::IdempotentParameterMismatchException
|
635
830
|
|
@@ -720,6 +915,41 @@ module Aws::RoboMaker
|
|
720
915
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
721
916
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
722
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
|
+
|
723
953
|
LoggingConfig.add_member(:record_all_ros_topics, Shapes::ShapeRef.new(shape: BoxedBoolean, required: true, location_name: "recordAllRosTopics"))
|
724
954
|
LoggingConfig.struct_class = Types::LoggingConfig
|
725
955
|
|
@@ -838,6 +1068,7 @@ module Aws::RoboMaker
|
|
838
1068
|
SimulationApplicationConfig.add_member(:application, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "application"))
|
839
1069
|
SimulationApplicationConfig.add_member(:application_version, Shapes::ShapeRef.new(shape: Version, location_name: "applicationVersion"))
|
840
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"))
|
841
1072
|
SimulationApplicationConfig.struct_class = Types::SimulationApplicationConfig
|
842
1073
|
|
843
1074
|
SimulationApplicationConfigs.member = Shapes::ShapeRef.new(shape: SimulationApplicationConfig)
|
@@ -980,6 +1211,18 @@ module Aws::RoboMaker
|
|
980
1211
|
|
981
1212
|
TagResourceResponse.struct_class = Types::TagResourceResponse
|
982
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
|
+
|
983
1226
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
984
1227
|
ThrottlingException.struct_class = Types::ThrottlingException
|
985
1228
|
|
@@ -1023,6 +1266,18 @@ module Aws::RoboMaker
|
|
1023
1266
|
UpdateSimulationApplicationResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: RevisionId, location_name: "revisionId"))
|
1024
1267
|
UpdateSimulationApplicationResponse.struct_class = Types::UpdateSimulationApplicationResponse
|
1025
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
|
+
|
1026
1281
|
VPCConfig.add_member(:subnets, Shapes::ShapeRef.new(shape: Subnets, required: true, location_name: "subnets"))
|
1027
1282
|
VPCConfig.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, location_name: "securityGroups"))
|
1028
1283
|
VPCConfig.add_member(:assign_public_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "assignPublicIp"))
|
@@ -1034,6 +1289,49 @@ module Aws::RoboMaker
|
|
1034
1289
|
VPCConfigResponse.add_member(:assign_public_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "assignPublicIp"))
|
1035
1290
|
VPCConfigResponse.struct_class = Types::VPCConfigResponse
|
1036
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
|
+
|
1037
1335
|
|
1038
1336
|
# @api private
|
1039
1337
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -1053,6 +1351,17 @@ module Aws::RoboMaker
|
|
1053
1351
|
"uid" => "robomaker-2018-06-29",
|
1054
1352
|
}
|
1055
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
|
+
|
1056
1365
|
api.add_operation(:batch_describe_simulation_job, Seahorse::Model::Operation.new.tap do |o|
|
1057
1366
|
o.name = "BatchDescribeSimulationJob"
|
1058
1367
|
o.http_method = "POST"
|
@@ -1101,6 +1410,30 @@ module Aws::RoboMaker
|
|
1101
1410
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1102
1411
|
end)
|
1103
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
|
+
|
1104
1437
|
api.add_operation(:create_deployment_job, Seahorse::Model::Operation.new.tap do |o|
|
1105
1438
|
o.name = "CreateDeploymentJob"
|
1106
1439
|
o.http_method = "POST"
|
@@ -1210,6 +1543,49 @@ module Aws::RoboMaker
|
|
1210
1543
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1211
1544
|
end)
|
1212
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
|
+
|
1213
1589
|
api.add_operation(:delete_fleet, Seahorse::Model::Operation.new.tap do |o|
|
1214
1590
|
o.name = "DeleteFleet"
|
1215
1591
|
o.http_method = "POST"
|
@@ -1254,6 +1630,18 @@ module Aws::RoboMaker
|
|
1254
1630
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1255
1631
|
end)
|
1256
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
|
+
|
1257
1645
|
api.add_operation(:deregister_robot, Seahorse::Model::Operation.new.tap do |o|
|
1258
1646
|
o.name = "DeregisterRobot"
|
1259
1647
|
o.http_method = "POST"
|
@@ -1349,6 +1737,66 @@ module Aws::RoboMaker
|
|
1349
1737
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1350
1738
|
end)
|
1351
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
|
+
|
1352
1800
|
api.add_operation(:list_deployment_jobs, Seahorse::Model::Operation.new.tap do |o|
|
1353
1801
|
o.name = "ListDeploymentJobs"
|
1354
1802
|
o.http_method = "POST"
|
@@ -1482,6 +1930,74 @@ module Aws::RoboMaker
|
|
1482
1930
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1483
1931
|
end)
|
1484
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
|
+
|
1485
2001
|
api.add_operation(:register_robot, Seahorse::Model::Operation.new.tap do |o|
|
1486
2002
|
o.name = "RegisterRobot"
|
1487
2003
|
o.http_method = "POST"
|
@@ -1585,6 +2101,18 @@ module Aws::RoboMaker
|
|
1585
2101
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1586
2102
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1587
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)
|
1588
2116
|
end
|
1589
2117
|
|
1590
2118
|
end
|