aws-sdk-robomaker 1.41.0 → 1.45.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.
@@ -36,8 +36,10 @@ module Aws::RoboMaker
36
36
  CancelWorldGenerationJobResponse = Shapes::StructureShape.new(name: 'CancelWorldGenerationJobResponse')
37
37
  ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
38
38
  Command = Shapes::StringShape.new(name: 'Command')
39
+ CommandList = Shapes::ListShape.new(name: 'CommandList')
39
40
  Compute = Shapes::StructureShape.new(name: 'Compute')
40
41
  ComputeResponse = Shapes::StructureShape.new(name: 'ComputeResponse')
42
+ ComputeType = Shapes::StringShape.new(name: 'ComputeType')
41
43
  ConcurrentDeploymentException = Shapes::StructureShape.new(name: 'ConcurrentDeploymentException')
42
44
  CreateDeploymentJobRequest = Shapes::StructureShape.new(name: 'CreateDeploymentJobRequest')
43
45
  CreateDeploymentJobResponse = Shapes::StructureShape.new(name: 'CreateDeploymentJobResponse')
@@ -67,6 +69,7 @@ module Aws::RoboMaker
67
69
  DataSourceConfig = Shapes::StructureShape.new(name: 'DataSourceConfig')
68
70
  DataSourceConfigs = Shapes::ListShape.new(name: 'DataSourceConfigs')
69
71
  DataSourceNames = Shapes::ListShape.new(name: 'DataSourceNames')
72
+ DataSourceType = Shapes::StringShape.new(name: 'DataSourceType')
70
73
  DataSources = Shapes::ListShape.new(name: 'DataSources')
71
74
  DeleteFleetRequest = Shapes::StructureShape.new(name: 'DeleteFleetRequest')
72
75
  DeleteFleetResponse = Shapes::StructureShape.new(name: 'DeleteFleetResponse')
@@ -112,6 +115,7 @@ module Aws::RoboMaker
112
115
  DescribeWorldResponse = Shapes::StructureShape.new(name: 'DescribeWorldResponse')
113
116
  DescribeWorldTemplateRequest = Shapes::StructureShape.new(name: 'DescribeWorldTemplateRequest')
114
117
  DescribeWorldTemplateResponse = Shapes::StructureShape.new(name: 'DescribeWorldTemplateResponse')
118
+ Environment = Shapes::StructureShape.new(name: 'Environment')
115
119
  EnvironmentVariableKey = Shapes::StringShape.new(name: 'EnvironmentVariableKey')
116
120
  EnvironmentVariableMap = Shapes::MapShape.new(name: 'EnvironmentVariableMap')
117
121
  EnvironmentVariableValue = Shapes::StringShape.new(name: 'EnvironmentVariableValue')
@@ -128,6 +132,7 @@ module Aws::RoboMaker
128
132
  Fleet = Shapes::StructureShape.new(name: 'Fleet')
129
133
  Fleets = Shapes::ListShape.new(name: 'Fleets')
130
134
  FloorplanCount = Shapes::IntegerShape.new(name: 'FloorplanCount')
135
+ GPUUnit = Shapes::IntegerShape.new(name: 'GPUUnit')
131
136
  GenericInteger = Shapes::IntegerShape.new(name: 'GenericInteger')
132
137
  GenericString = Shapes::StringShape.new(name: 'GenericString')
133
138
  GetWorldTemplateBodyRequest = Shapes::StructureShape.new(name: 'GetWorldTemplateBodyRequest')
@@ -135,6 +140,7 @@ module Aws::RoboMaker
135
140
  IamRole = Shapes::StringShape.new(name: 'IamRole')
136
141
  Id = Shapes::StringShape.new(name: 'Id')
137
142
  IdempotentParameterMismatchException = Shapes::StructureShape.new(name: 'IdempotentParameterMismatchException')
143
+ ImageDigest = Shapes::StringShape.new(name: 'ImageDigest')
138
144
  Integer = Shapes::IntegerShape.new(name: 'Integer')
139
145
  InteriorCountPerFloorplan = Shapes::IntegerShape.new(name: 'InteriorCountPerFloorplan')
140
146
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
@@ -191,6 +197,7 @@ module Aws::RoboMaker
191
197
  RenderingEngine = Shapes::StructureShape.new(name: 'RenderingEngine')
192
198
  RenderingEngineType = Shapes::StringShape.new(name: 'RenderingEngineType')
193
199
  RenderingEngineVersionType = Shapes::StringShape.new(name: 'RenderingEngineVersionType')
200
+ RepositoryUrl = Shapes::StringShape.new(name: 'RepositoryUrl')
194
201
  ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
195
202
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
196
203
  RestartSimulationJobRequest = Shapes::StructureShape.new(name: 'RestartSimulationJobRequest')
@@ -212,10 +219,12 @@ module Aws::RoboMaker
212
219
  Robots = Shapes::ListShape.new(name: 'Robots')
213
220
  S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
214
221
  S3Etag = Shapes::StringShape.new(name: 'S3Etag')
222
+ S3Etags = Shapes::ListShape.new(name: 'S3Etags')
215
223
  S3Key = Shapes::StringShape.new(name: 'S3Key')
224
+ S3KeyOrPrefix = Shapes::StringShape.new(name: 'S3KeyOrPrefix')
216
225
  S3KeyOutput = Shapes::StructureShape.new(name: 'S3KeyOutput')
217
226
  S3KeyOutputs = Shapes::ListShape.new(name: 'S3KeyOutputs')
218
- S3Keys = Shapes::ListShape.new(name: 'S3Keys')
227
+ S3KeysOrPrefixes = Shapes::ListShape.new(name: 'S3KeysOrPrefixes')
219
228
  S3Object = Shapes::StructureShape.new(name: 'S3Object')
220
229
  SecurityGroups = Shapes::ListShape.new(name: 'SecurityGroups')
221
230
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
@@ -339,10 +348,16 @@ module Aws::RoboMaker
339
348
 
340
349
  CancelWorldGenerationJobResponse.struct_class = Types::CancelWorldGenerationJobResponse
341
350
 
351
+ CommandList.member = Shapes::ShapeRef.new(shape: NonEmptyString)
352
+
342
353
  Compute.add_member(:simulation_unit_limit, Shapes::ShapeRef.new(shape: SimulationUnit, location_name: "simulationUnitLimit"))
354
+ Compute.add_member(:compute_type, Shapes::ShapeRef.new(shape: ComputeType, location_name: "computeType"))
355
+ Compute.add_member(:gpu_unit_limit, Shapes::ShapeRef.new(shape: GPUUnit, location_name: "gpuUnitLimit"))
343
356
  Compute.struct_class = Types::Compute
344
357
 
345
358
  ComputeResponse.add_member(:simulation_unit_limit, Shapes::ShapeRef.new(shape: SimulationUnit, location_name: "simulationUnitLimit"))
359
+ ComputeResponse.add_member(:compute_type, Shapes::ShapeRef.new(shape: ComputeType, location_name: "computeType"))
360
+ ComputeResponse.add_member(:gpu_unit_limit, Shapes::ShapeRef.new(shape: GPUUnit, location_name: "gpuUnitLimit"))
346
361
  ComputeResponse.struct_class = Types::ComputeResponse
347
362
 
348
363
  ConcurrentDeploymentException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
@@ -377,9 +392,10 @@ module Aws::RoboMaker
377
392
  CreateFleetResponse.struct_class = Types::CreateFleetResponse
378
393
 
379
394
  CreateRobotApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
380
- CreateRobotApplicationRequest.add_member(:sources, Shapes::ShapeRef.new(shape: SourceConfigs, required: true, location_name: "sources"))
395
+ CreateRobotApplicationRequest.add_member(:sources, Shapes::ShapeRef.new(shape: SourceConfigs, location_name: "sources"))
381
396
  CreateRobotApplicationRequest.add_member(:robot_software_suite, Shapes::ShapeRef.new(shape: RobotSoftwareSuite, required: true, location_name: "robotSoftwareSuite"))
382
397
  CreateRobotApplicationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
398
+ CreateRobotApplicationRequest.add_member(:environment, Shapes::ShapeRef.new(shape: Environment, location_name: "environment"))
383
399
  CreateRobotApplicationRequest.struct_class = Types::CreateRobotApplicationRequest
384
400
 
385
401
  CreateRobotApplicationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
@@ -390,10 +406,13 @@ module Aws::RoboMaker
390
406
  CreateRobotApplicationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
391
407
  CreateRobotApplicationResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: RevisionId, location_name: "revisionId"))
392
408
  CreateRobotApplicationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
409
+ CreateRobotApplicationResponse.add_member(:environment, Shapes::ShapeRef.new(shape: Environment, location_name: "environment"))
393
410
  CreateRobotApplicationResponse.struct_class = Types::CreateRobotApplicationResponse
394
411
 
395
412
  CreateRobotApplicationVersionRequest.add_member(:application, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "application"))
396
413
  CreateRobotApplicationVersionRequest.add_member(:current_revision_id, Shapes::ShapeRef.new(shape: RevisionId, location_name: "currentRevisionId"))
414
+ CreateRobotApplicationVersionRequest.add_member(:s3_etags, Shapes::ShapeRef.new(shape: S3Etags, location_name: "s3Etags"))
415
+ CreateRobotApplicationVersionRequest.add_member(:image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "imageDigest"))
397
416
  CreateRobotApplicationVersionRequest.struct_class = Types::CreateRobotApplicationVersionRequest
398
417
 
399
418
  CreateRobotApplicationVersionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
@@ -403,6 +422,7 @@ module Aws::RoboMaker
403
422
  CreateRobotApplicationVersionResponse.add_member(:robot_software_suite, Shapes::ShapeRef.new(shape: RobotSoftwareSuite, location_name: "robotSoftwareSuite"))
404
423
  CreateRobotApplicationVersionResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
405
424
  CreateRobotApplicationVersionResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: RevisionId, location_name: "revisionId"))
425
+ CreateRobotApplicationVersionResponse.add_member(:environment, Shapes::ShapeRef.new(shape: Environment, location_name: "environment"))
406
426
  CreateRobotApplicationVersionResponse.struct_class = Types::CreateRobotApplicationVersionResponse
407
427
 
408
428
  CreateRobotRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
@@ -420,11 +440,12 @@ module Aws::RoboMaker
420
440
  CreateRobotResponse.struct_class = Types::CreateRobotResponse
421
441
 
422
442
  CreateSimulationApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
423
- CreateSimulationApplicationRequest.add_member(:sources, Shapes::ShapeRef.new(shape: SourceConfigs, required: true, location_name: "sources"))
443
+ CreateSimulationApplicationRequest.add_member(:sources, Shapes::ShapeRef.new(shape: SourceConfigs, location_name: "sources"))
424
444
  CreateSimulationApplicationRequest.add_member(:simulation_software_suite, Shapes::ShapeRef.new(shape: SimulationSoftwareSuite, required: true, location_name: "simulationSoftwareSuite"))
425
445
  CreateSimulationApplicationRequest.add_member(:robot_software_suite, Shapes::ShapeRef.new(shape: RobotSoftwareSuite, required: true, location_name: "robotSoftwareSuite"))
426
446
  CreateSimulationApplicationRequest.add_member(:rendering_engine, Shapes::ShapeRef.new(shape: RenderingEngine, location_name: "renderingEngine"))
427
447
  CreateSimulationApplicationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
448
+ CreateSimulationApplicationRequest.add_member(:environment, Shapes::ShapeRef.new(shape: Environment, location_name: "environment"))
428
449
  CreateSimulationApplicationRequest.struct_class = Types::CreateSimulationApplicationRequest
429
450
 
430
451
  CreateSimulationApplicationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
@@ -437,10 +458,13 @@ module Aws::RoboMaker
437
458
  CreateSimulationApplicationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
438
459
  CreateSimulationApplicationResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: RevisionId, location_name: "revisionId"))
439
460
  CreateSimulationApplicationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
461
+ CreateSimulationApplicationResponse.add_member(:environment, Shapes::ShapeRef.new(shape: Environment, location_name: "environment"))
440
462
  CreateSimulationApplicationResponse.struct_class = Types::CreateSimulationApplicationResponse
441
463
 
442
464
  CreateSimulationApplicationVersionRequest.add_member(:application, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "application"))
443
465
  CreateSimulationApplicationVersionRequest.add_member(:current_revision_id, Shapes::ShapeRef.new(shape: RevisionId, location_name: "currentRevisionId"))
466
+ CreateSimulationApplicationVersionRequest.add_member(:s3_etags, Shapes::ShapeRef.new(shape: S3Etags, location_name: "s3Etags"))
467
+ CreateSimulationApplicationVersionRequest.add_member(:image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "imageDigest"))
444
468
  CreateSimulationApplicationVersionRequest.struct_class = Types::CreateSimulationApplicationVersionRequest
445
469
 
446
470
  CreateSimulationApplicationVersionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
@@ -452,6 +476,7 @@ module Aws::RoboMaker
452
476
  CreateSimulationApplicationVersionResponse.add_member(:rendering_engine, Shapes::ShapeRef.new(shape: RenderingEngine, location_name: "renderingEngine"))
453
477
  CreateSimulationApplicationVersionResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
454
478
  CreateSimulationApplicationVersionResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: RevisionId, location_name: "revisionId"))
479
+ CreateSimulationApplicationVersionResponse.add_member(:environment, Shapes::ShapeRef.new(shape: Environment, location_name: "environment"))
455
480
  CreateSimulationApplicationVersionResponse.struct_class = Types::CreateSimulationApplicationVersionResponse
456
481
 
457
482
  CreateSimulationJobRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
@@ -542,11 +567,15 @@ module Aws::RoboMaker
542
567
  DataSource.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
543
568
  DataSource.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3Bucket, location_name: "s3Bucket"))
544
569
  DataSource.add_member(:s3_keys, Shapes::ShapeRef.new(shape: S3KeyOutputs, location_name: "s3Keys"))
570
+ DataSource.add_member(:type, Shapes::ShapeRef.new(shape: DataSourceType, location_name: "type"))
571
+ DataSource.add_member(:destination, Shapes::ShapeRef.new(shape: Path, location_name: "destination"))
545
572
  DataSource.struct_class = Types::DataSource
546
573
 
547
574
  DataSourceConfig.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
548
575
  DataSourceConfig.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3Bucket, required: true, location_name: "s3Bucket"))
549
- DataSourceConfig.add_member(:s3_keys, Shapes::ShapeRef.new(shape: S3Keys, required: true, location_name: "s3Keys"))
576
+ DataSourceConfig.add_member(:s3_keys, Shapes::ShapeRef.new(shape: S3KeysOrPrefixes, required: true, location_name: "s3Keys"))
577
+ DataSourceConfig.add_member(:type, Shapes::ShapeRef.new(shape: DataSourceType, location_name: "type"))
578
+ DataSourceConfig.add_member(:destination, Shapes::ShapeRef.new(shape: Path, location_name: "destination"))
550
579
  DataSourceConfig.struct_class = Types::DataSourceConfig
551
580
 
552
581
  DataSourceConfigs.member = Shapes::ShapeRef.new(shape: DataSourceConfig)
@@ -662,6 +691,8 @@ module Aws::RoboMaker
662
691
  DescribeRobotApplicationResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: RevisionId, location_name: "revisionId"))
663
692
  DescribeRobotApplicationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
664
693
  DescribeRobotApplicationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
694
+ DescribeRobotApplicationResponse.add_member(:environment, Shapes::ShapeRef.new(shape: Environment, location_name: "environment"))
695
+ DescribeRobotApplicationResponse.add_member(:image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "imageDigest"))
665
696
  DescribeRobotApplicationResponse.struct_class = Types::DescribeRobotApplicationResponse
666
697
 
667
698
  DescribeRobotRequest.add_member(:robot, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "robot"))
@@ -693,6 +724,8 @@ module Aws::RoboMaker
693
724
  DescribeSimulationApplicationResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: RevisionId, location_name: "revisionId"))
694
725
  DescribeSimulationApplicationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
695
726
  DescribeSimulationApplicationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
727
+ DescribeSimulationApplicationResponse.add_member(:environment, Shapes::ShapeRef.new(shape: Environment, location_name: "environment"))
728
+ DescribeSimulationApplicationResponse.add_member(:image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "imageDigest"))
696
729
  DescribeSimulationApplicationResponse.struct_class = Types::DescribeSimulationApplicationResponse
697
730
 
698
731
  DescribeSimulationJobBatchRequest.add_member(:batch, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "batch"))
@@ -792,6 +825,9 @@ module Aws::RoboMaker
792
825
  DescribeWorldTemplateResponse.add_member(:version, Shapes::ShapeRef.new(shape: GenericString, location_name: "version"))
793
826
  DescribeWorldTemplateResponse.struct_class = Types::DescribeWorldTemplateResponse
794
827
 
828
+ Environment.add_member(:uri, Shapes::ShapeRef.new(shape: RepositoryUrl, location_name: "uri"))
829
+ Environment.struct_class = Types::Environment
830
+
795
831
  EnvironmentVariableMap.key = Shapes::ShapeRef.new(shape: EnvironmentVariableKey)
796
832
  EnvironmentVariableMap.value = Shapes::ShapeRef.new(shape: EnvironmentVariableValue)
797
833
 
@@ -846,11 +882,12 @@ module Aws::RoboMaker
846
882
  InvalidParameterException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
847
883
  InvalidParameterException.struct_class = Types::InvalidParameterException
848
884
 
849
- LaunchConfig.add_member(:package_name, Shapes::ShapeRef.new(shape: Command, required: true, location_name: "packageName"))
850
- LaunchConfig.add_member(:launch_file, Shapes::ShapeRef.new(shape: Command, required: true, location_name: "launchFile"))
885
+ LaunchConfig.add_member(:package_name, Shapes::ShapeRef.new(shape: Command, location_name: "packageName"))
886
+ LaunchConfig.add_member(:launch_file, Shapes::ShapeRef.new(shape: Command, location_name: "launchFile"))
851
887
  LaunchConfig.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariableMap, location_name: "environmentVariables"))
852
888
  LaunchConfig.add_member(:port_forwarding_config, Shapes::ShapeRef.new(shape: PortForwardingConfig, location_name: "portForwardingConfig"))
853
889
  LaunchConfig.add_member(:stream_ui, Shapes::ShapeRef.new(shape: Boolean, location_name: "streamUI"))
890
+ LaunchConfig.add_member(:command, Shapes::ShapeRef.new(shape: CommandList, location_name: "command"))
854
891
  LaunchConfig.struct_class = Types::LaunchConfig
855
892
 
856
893
  LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
@@ -1063,13 +1100,15 @@ module Aws::RoboMaker
1063
1100
 
1064
1101
  Robots.member = Shapes::ShapeRef.new(shape: Robot)
1065
1102
 
1066
- S3KeyOutput.add_member(:s3_key, Shapes::ShapeRef.new(shape: S3Key, location_name: "s3Key"))
1103
+ S3Etags.member = Shapes::ShapeRef.new(shape: S3Etag)
1104
+
1105
+ S3KeyOutput.add_member(:s3_key, Shapes::ShapeRef.new(shape: S3KeyOrPrefix, location_name: "s3Key"))
1067
1106
  S3KeyOutput.add_member(:etag, Shapes::ShapeRef.new(shape: S3Etag, location_name: "etag"))
1068
1107
  S3KeyOutput.struct_class = Types::S3KeyOutput
1069
1108
 
1070
1109
  S3KeyOutputs.member = Shapes::ShapeRef.new(shape: S3KeyOutput)
1071
1110
 
1072
- S3Keys.member = Shapes::ShapeRef.new(shape: S3Key)
1111
+ S3KeysOrPrefixes.member = Shapes::ShapeRef.new(shape: S3KeyOrPrefix)
1073
1112
 
1074
1113
  S3Object.add_member(:bucket, Shapes::ShapeRef.new(shape: S3Bucket, required: true, location_name: "bucket"))
1075
1114
  S3Object.add_member(:key, Shapes::ShapeRef.new(shape: S3Key, required: true, location_name: "key"))
@@ -1162,6 +1201,7 @@ module Aws::RoboMaker
1162
1201
  SimulationJobSummary.add_member(:simulation_application_names, Shapes::ShapeRef.new(shape: SimulationApplicationNames, location_name: "simulationApplicationNames"))
1163
1202
  SimulationJobSummary.add_member(:robot_application_names, Shapes::ShapeRef.new(shape: RobotApplicationNames, location_name: "robotApplicationNames"))
1164
1203
  SimulationJobSummary.add_member(:data_source_names, Shapes::ShapeRef.new(shape: DataSourceNames, location_name: "dataSourceNames"))
1204
+ SimulationJobSummary.add_member(:compute_type, Shapes::ShapeRef.new(shape: ComputeType, location_name: "computeType"))
1165
1205
  SimulationJobSummary.struct_class = Types::SimulationJobSummary
1166
1206
 
1167
1207
  SimulationJobs.member = Shapes::ShapeRef.new(shape: SimulationJob)
@@ -1263,9 +1303,10 @@ module Aws::RoboMaker
1263
1303
  UntagResourceResponse.struct_class = Types::UntagResourceResponse
1264
1304
 
1265
1305
  UpdateRobotApplicationRequest.add_member(:application, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "application"))
1266
- UpdateRobotApplicationRequest.add_member(:sources, Shapes::ShapeRef.new(shape: SourceConfigs, required: true, location_name: "sources"))
1306
+ UpdateRobotApplicationRequest.add_member(:sources, Shapes::ShapeRef.new(shape: SourceConfigs, location_name: "sources"))
1267
1307
  UpdateRobotApplicationRequest.add_member(:robot_software_suite, Shapes::ShapeRef.new(shape: RobotSoftwareSuite, required: true, location_name: "robotSoftwareSuite"))
1268
1308
  UpdateRobotApplicationRequest.add_member(:current_revision_id, Shapes::ShapeRef.new(shape: RevisionId, location_name: "currentRevisionId"))
1309
+ UpdateRobotApplicationRequest.add_member(:environment, Shapes::ShapeRef.new(shape: Environment, location_name: "environment"))
1269
1310
  UpdateRobotApplicationRequest.struct_class = Types::UpdateRobotApplicationRequest
1270
1311
 
1271
1312
  UpdateRobotApplicationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
@@ -1275,14 +1316,16 @@ module Aws::RoboMaker
1275
1316
  UpdateRobotApplicationResponse.add_member(:robot_software_suite, Shapes::ShapeRef.new(shape: RobotSoftwareSuite, location_name: "robotSoftwareSuite"))
1276
1317
  UpdateRobotApplicationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
1277
1318
  UpdateRobotApplicationResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: RevisionId, location_name: "revisionId"))
1319
+ UpdateRobotApplicationResponse.add_member(:environment, Shapes::ShapeRef.new(shape: Environment, location_name: "environment"))
1278
1320
  UpdateRobotApplicationResponse.struct_class = Types::UpdateRobotApplicationResponse
1279
1321
 
1280
1322
  UpdateSimulationApplicationRequest.add_member(:application, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "application"))
1281
- UpdateSimulationApplicationRequest.add_member(:sources, Shapes::ShapeRef.new(shape: SourceConfigs, required: true, location_name: "sources"))
1323
+ UpdateSimulationApplicationRequest.add_member(:sources, Shapes::ShapeRef.new(shape: SourceConfigs, location_name: "sources"))
1282
1324
  UpdateSimulationApplicationRequest.add_member(:simulation_software_suite, Shapes::ShapeRef.new(shape: SimulationSoftwareSuite, required: true, location_name: "simulationSoftwareSuite"))
1283
1325
  UpdateSimulationApplicationRequest.add_member(:robot_software_suite, Shapes::ShapeRef.new(shape: RobotSoftwareSuite, required: true, location_name: "robotSoftwareSuite"))
1284
1326
  UpdateSimulationApplicationRequest.add_member(:rendering_engine, Shapes::ShapeRef.new(shape: RenderingEngine, location_name: "renderingEngine"))
1285
1327
  UpdateSimulationApplicationRequest.add_member(:current_revision_id, Shapes::ShapeRef.new(shape: RevisionId, location_name: "currentRevisionId"))
1328
+ UpdateSimulationApplicationRequest.add_member(:environment, Shapes::ShapeRef.new(shape: Environment, location_name: "environment"))
1286
1329
  UpdateSimulationApplicationRequest.struct_class = Types::UpdateSimulationApplicationRequest
1287
1330
 
1288
1331
  UpdateSimulationApplicationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
@@ -1294,6 +1337,7 @@ module Aws::RoboMaker
1294
1337
  UpdateSimulationApplicationResponse.add_member(:rendering_engine, Shapes::ShapeRef.new(shape: RenderingEngine, location_name: "renderingEngine"))
1295
1338
  UpdateSimulationApplicationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
1296
1339
  UpdateSimulationApplicationResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: RevisionId, location_name: "revisionId"))
1340
+ UpdateSimulationApplicationResponse.add_member(:environment, Shapes::ShapeRef.new(shape: Environment, location_name: "environment"))
1297
1341
  UpdateSimulationApplicationResponse.struct_class = Types::UpdateSimulationApplicationResponse
1298
1342
 
1299
1343
  UpdateWorldTemplateRequest.add_member(:template, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "template"))