aws-sdk-robomaker 1.28.0 → 1.33.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5c589ea81f53c839226ac374762ea1ef53059cfec69cea7d686a9b26a4c8d7a1
4
- data.tar.gz: 8cc13672082a4cdd6961b705cf2a60f3612130ab452653d554c71994cb2affc9
3
+ metadata.gz: a8a4a422fae3ae33fcb746910354c6209b84eb50e3bf2fe44b23eb386832fe26
4
+ data.tar.gz: d8d41673a546caa1325bded7e4de4d12a07cf0f0173c0cc69a05f5478a4f740f
5
5
  SHA512:
6
- metadata.gz: 5afb813baa792c7502595d4618149c9a332ac27c34d1e83faf1a929d226a94861a9eafe750b224ce017612c4bffecdfb22bd4e471fd6b6a3dfd78155645d152a
7
- data.tar.gz: e7178ffab792799a0e4b7e9375d94cee6d269f09ee1b12ac450f5492ee42bd49fd6cf59ff5aeccba7336aecc9a4886b6bd7eceaba3fc13cc4029c3cda29c1bb3
6
+ metadata.gz: e0295968168f5d85c3700a15c825e5a731063992c70e5bc379f8ce7c06d0a14d1d9c1d21418132d204a78a1af8999f54fab127d3bc6c9fe016636de05db33e57
7
+ data.tar.gz: d357fc5935f080eb3c0393de911fe8f62981c26d066c561221bae347faacb439f74a3b871662b6eccfd14efdc23cda9a300c669cac6fa7d2eeed64779d316311
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -47,6 +48,6 @@ require_relative 'aws-sdk-robomaker/customizations'
47
48
  # @!group service
48
49
  module Aws::RoboMaker
49
50
 
50
- GEM_VERSION = '1.28.0'
51
+ GEM_VERSION = '1.33.0'
51
52
 
52
53
  end
@@ -382,7 +382,7 @@ module Aws::RoboMaker
382
382
  # resp.jobs[0].last_started_at #=> Time
383
383
  # resp.jobs[0].last_updated_at #=> Time
384
384
  # resp.jobs[0].failure_behavior #=> String, one of "Fail", "Continue"
385
- # resp.jobs[0].failure_code #=> String, one of "InternalServiceError", "RobotApplicationCrash", "SimulationApplicationCrash", "BadPermissionsRobotApplication", "BadPermissionsSimulationApplication", "BadPermissionsS3Object", "BadPermissionsS3Output", "BadPermissionsCloudwatchLogs", "SubnetIpLimitExceeded", "ENILimitExceeded", "BadPermissionsUserCredentials", "InvalidBundleRobotApplication", "InvalidBundleSimulationApplication", "InvalidS3Resource", "LimitExceeded", "MismatchedEtag", "RobotApplicationVersionMismatchedEtag", "SimulationApplicationVersionMismatchedEtag", "ResourceNotFound", "RequestThrottled", "BatchTimedOut", "BatchCanceled", "InvalidInput", "WrongRegionS3Bucket", "WrongRegionS3Output", "WrongRegionRobotApplication", "WrongRegionSimulationApplication"
385
+ # resp.jobs[0].failure_code #=> String, one of "InternalServiceError", "RobotApplicationCrash", "SimulationApplicationCrash", "BadPermissionsRobotApplication", "BadPermissionsSimulationApplication", "BadPermissionsS3Object", "BadPermissionsS3Output", "BadPermissionsCloudwatchLogs", "SubnetIpLimitExceeded", "ENILimitExceeded", "BadPermissionsUserCredentials", "InvalidBundleRobotApplication", "InvalidBundleSimulationApplication", "InvalidS3Resource", "LimitExceeded", "MismatchedEtag", "RobotApplicationVersionMismatchedEtag", "SimulationApplicationVersionMismatchedEtag", "ResourceNotFound", "RequestThrottled", "BatchTimedOut", "BatchCanceled", "InvalidInput", "WrongRegionS3Bucket", "WrongRegionS3Output", "WrongRegionRobotApplication", "WrongRegionSimulationApplication", "UploadContentMismatchError"
386
386
  # resp.jobs[0].failure_reason #=> String
387
387
  # resp.jobs[0].client_request_token #=> String
388
388
  # resp.jobs[0].output_location.s3_bucket #=> String
@@ -403,6 +403,11 @@ module Aws::RoboMaker
403
403
  # resp.jobs[0].robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
404
404
  # resp.jobs[0].robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
405
405
  # resp.jobs[0].robot_applications[0].launch_config.stream_ui #=> Boolean
406
+ # resp.jobs[0].robot_applications[0].upload_configurations #=> Array
407
+ # resp.jobs[0].robot_applications[0].upload_configurations[0].name #=> String
408
+ # resp.jobs[0].robot_applications[0].upload_configurations[0].path #=> String
409
+ # resp.jobs[0].robot_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
410
+ # resp.jobs[0].robot_applications[0].use_default_upload_configurations #=> Boolean
406
411
  # resp.jobs[0].simulation_applications #=> Array
407
412
  # resp.jobs[0].simulation_applications[0].application #=> String
408
413
  # resp.jobs[0].simulation_applications[0].application_version #=> String
@@ -415,8 +420,13 @@ module Aws::RoboMaker
415
420
  # resp.jobs[0].simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
416
421
  # resp.jobs[0].simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
417
422
  # resp.jobs[0].simulation_applications[0].launch_config.stream_ui #=> Boolean
423
+ # resp.jobs[0].simulation_applications[0].upload_configurations #=> Array
424
+ # resp.jobs[0].simulation_applications[0].upload_configurations[0].name #=> String
425
+ # resp.jobs[0].simulation_applications[0].upload_configurations[0].path #=> String
426
+ # resp.jobs[0].simulation_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
418
427
  # resp.jobs[0].simulation_applications[0].world_configs #=> Array
419
428
  # resp.jobs[0].simulation_applications[0].world_configs[0].world #=> String
429
+ # resp.jobs[0].simulation_applications[0].use_default_upload_configurations #=> Boolean
420
430
  # resp.jobs[0].data_sources #=> Array
421
431
  # resp.jobs[0].data_sources[0].name #=> String
422
432
  # resp.jobs[0].data_sources[0].s3_bucket #=> String
@@ -1175,6 +1185,14 @@ module Aws::RoboMaker
1175
1185
  # },
1176
1186
  # stream_ui: false,
1177
1187
  # },
1188
+ # upload_configurations: [
1189
+ # {
1190
+ # name: "Name", # required
1191
+ # path: "Path", # required
1192
+ # upload_behavior: "UPLOAD_ON_TERMINATE", # required, accepts UPLOAD_ON_TERMINATE, UPLOAD_ROLLING_AUTO_REMOVE
1193
+ # },
1194
+ # ],
1195
+ # use_default_upload_configurations: false,
1178
1196
  # },
1179
1197
  # ],
1180
1198
  # simulation_applications: [
@@ -1198,11 +1216,19 @@ module Aws::RoboMaker
1198
1216
  # },
1199
1217
  # stream_ui: false,
1200
1218
  # },
1219
+ # upload_configurations: [
1220
+ # {
1221
+ # name: "Name", # required
1222
+ # path: "Path", # required
1223
+ # upload_behavior: "UPLOAD_ON_TERMINATE", # required, accepts UPLOAD_ON_TERMINATE, UPLOAD_ROLLING_AUTO_REMOVE
1224
+ # },
1225
+ # ],
1201
1226
  # world_configs: [
1202
1227
  # {
1203
1228
  # world: "Arn",
1204
1229
  # },
1205
1230
  # ],
1231
+ # use_default_upload_configurations: false,
1206
1232
  # },
1207
1233
  # ],
1208
1234
  # data_sources: [
@@ -1232,7 +1258,7 @@ module Aws::RoboMaker
1232
1258
  # resp.last_started_at #=> Time
1233
1259
  # resp.last_updated_at #=> Time
1234
1260
  # resp.failure_behavior #=> String, one of "Fail", "Continue"
1235
- # resp.failure_code #=> String, one of "InternalServiceError", "RobotApplicationCrash", "SimulationApplicationCrash", "BadPermissionsRobotApplication", "BadPermissionsSimulationApplication", "BadPermissionsS3Object", "BadPermissionsS3Output", "BadPermissionsCloudwatchLogs", "SubnetIpLimitExceeded", "ENILimitExceeded", "BadPermissionsUserCredentials", "InvalidBundleRobotApplication", "InvalidBundleSimulationApplication", "InvalidS3Resource", "LimitExceeded", "MismatchedEtag", "RobotApplicationVersionMismatchedEtag", "SimulationApplicationVersionMismatchedEtag", "ResourceNotFound", "RequestThrottled", "BatchTimedOut", "BatchCanceled", "InvalidInput", "WrongRegionS3Bucket", "WrongRegionS3Output", "WrongRegionRobotApplication", "WrongRegionSimulationApplication"
1261
+ # resp.failure_code #=> String, one of "InternalServiceError", "RobotApplicationCrash", "SimulationApplicationCrash", "BadPermissionsRobotApplication", "BadPermissionsSimulationApplication", "BadPermissionsS3Object", "BadPermissionsS3Output", "BadPermissionsCloudwatchLogs", "SubnetIpLimitExceeded", "ENILimitExceeded", "BadPermissionsUserCredentials", "InvalidBundleRobotApplication", "InvalidBundleSimulationApplication", "InvalidS3Resource", "LimitExceeded", "MismatchedEtag", "RobotApplicationVersionMismatchedEtag", "SimulationApplicationVersionMismatchedEtag", "ResourceNotFound", "RequestThrottled", "BatchTimedOut", "BatchCanceled", "InvalidInput", "WrongRegionS3Bucket", "WrongRegionS3Output", "WrongRegionRobotApplication", "WrongRegionSimulationApplication", "UploadContentMismatchError"
1236
1262
  # resp.client_request_token #=> String
1237
1263
  # resp.output_location.s3_bucket #=> String
1238
1264
  # resp.output_location.s3_prefix #=> String
@@ -1252,6 +1278,11 @@ module Aws::RoboMaker
1252
1278
  # resp.robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
1253
1279
  # resp.robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
1254
1280
  # resp.robot_applications[0].launch_config.stream_ui #=> Boolean
1281
+ # resp.robot_applications[0].upload_configurations #=> Array
1282
+ # resp.robot_applications[0].upload_configurations[0].name #=> String
1283
+ # resp.robot_applications[0].upload_configurations[0].path #=> String
1284
+ # resp.robot_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
1285
+ # resp.robot_applications[0].use_default_upload_configurations #=> Boolean
1255
1286
  # resp.simulation_applications #=> Array
1256
1287
  # resp.simulation_applications[0].application #=> String
1257
1288
  # resp.simulation_applications[0].application_version #=> String
@@ -1264,8 +1295,13 @@ module Aws::RoboMaker
1264
1295
  # resp.simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
1265
1296
  # resp.simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
1266
1297
  # resp.simulation_applications[0].launch_config.stream_ui #=> Boolean
1298
+ # resp.simulation_applications[0].upload_configurations #=> Array
1299
+ # resp.simulation_applications[0].upload_configurations[0].name #=> String
1300
+ # resp.simulation_applications[0].upload_configurations[0].path #=> String
1301
+ # resp.simulation_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
1267
1302
  # resp.simulation_applications[0].world_configs #=> Array
1268
1303
  # resp.simulation_applications[0].world_configs[0].world #=> String
1304
+ # resp.simulation_applications[0].use_default_upload_configurations #=> Boolean
1269
1305
  # resp.data_sources #=> Array
1270
1306
  # resp.data_sources[0].name #=> String
1271
1307
  # resp.data_sources[0].s3_bucket #=> String
@@ -1383,6 +1419,10 @@ module Aws::RoboMaker
1383
1419
  # A map that contains tag keys and tag values that are attached to the
1384
1420
  # world generator job.
1385
1421
  #
1422
+ # @option params [Hash<String,String>] :world_tags
1423
+ # A map that contains tag keys and tag values that are attached to the
1424
+ # generated worlds.
1425
+ #
1386
1426
  # @return [Types::CreateWorldGenerationJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1387
1427
  #
1388
1428
  # * {Types::CreateWorldGenerationJobResponse#arn #arn} => String
@@ -1393,6 +1433,7 @@ module Aws::RoboMaker
1393
1433
  # * {Types::CreateWorldGenerationJobResponse#template #template} => String
1394
1434
  # * {Types::CreateWorldGenerationJobResponse#world_count #world_count} => Types::WorldCount
1395
1435
  # * {Types::CreateWorldGenerationJobResponse#tags #tags} => Hash&lt;String,String&gt;
1436
+ # * {Types::CreateWorldGenerationJobResponse#world_tags #world_tags} => Hash&lt;String,String&gt;
1396
1437
  #
1397
1438
  # @example Request syntax with placeholder values
1398
1439
  #
@@ -1406,6 +1447,9 @@ module Aws::RoboMaker
1406
1447
  # tags: {
1407
1448
  # "TagKey" => "TagValue",
1408
1449
  # },
1450
+ # world_tags: {
1451
+ # "TagKey" => "TagValue",
1452
+ # },
1409
1453
  # })
1410
1454
  #
1411
1455
  # @example Response structure
@@ -1420,6 +1464,8 @@ module Aws::RoboMaker
1420
1464
  # resp.world_count.interior_count_per_floorplan #=> Integer
1421
1465
  # resp.tags #=> Hash
1422
1466
  # resp.tags["TagKey"] #=> String
1467
+ # resp.world_tags #=> Hash
1468
+ # resp.world_tags["TagKey"] #=> String
1423
1469
  #
1424
1470
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateWorldGenerationJob AWS API Documentation
1425
1471
  #
@@ -1965,7 +2011,7 @@ module Aws::RoboMaker
1965
2011
  # resp.last_started_at #=> Time
1966
2012
  # resp.last_updated_at #=> Time
1967
2013
  # resp.failure_behavior #=> String, one of "Fail", "Continue"
1968
- # resp.failure_code #=> String, one of "InternalServiceError", "RobotApplicationCrash", "SimulationApplicationCrash", "BadPermissionsRobotApplication", "BadPermissionsSimulationApplication", "BadPermissionsS3Object", "BadPermissionsS3Output", "BadPermissionsCloudwatchLogs", "SubnetIpLimitExceeded", "ENILimitExceeded", "BadPermissionsUserCredentials", "InvalidBundleRobotApplication", "InvalidBundleSimulationApplication", "InvalidS3Resource", "LimitExceeded", "MismatchedEtag", "RobotApplicationVersionMismatchedEtag", "SimulationApplicationVersionMismatchedEtag", "ResourceNotFound", "RequestThrottled", "BatchTimedOut", "BatchCanceled", "InvalidInput", "WrongRegionS3Bucket", "WrongRegionS3Output", "WrongRegionRobotApplication", "WrongRegionSimulationApplication"
2014
+ # resp.failure_code #=> String, one of "InternalServiceError", "RobotApplicationCrash", "SimulationApplicationCrash", "BadPermissionsRobotApplication", "BadPermissionsSimulationApplication", "BadPermissionsS3Object", "BadPermissionsS3Output", "BadPermissionsCloudwatchLogs", "SubnetIpLimitExceeded", "ENILimitExceeded", "BadPermissionsUserCredentials", "InvalidBundleRobotApplication", "InvalidBundleSimulationApplication", "InvalidS3Resource", "LimitExceeded", "MismatchedEtag", "RobotApplicationVersionMismatchedEtag", "SimulationApplicationVersionMismatchedEtag", "ResourceNotFound", "RequestThrottled", "BatchTimedOut", "BatchCanceled", "InvalidInput", "WrongRegionS3Bucket", "WrongRegionS3Output", "WrongRegionRobotApplication", "WrongRegionSimulationApplication", "UploadContentMismatchError"
1969
2015
  # resp.failure_reason #=> String
1970
2016
  # resp.client_request_token #=> String
1971
2017
  # resp.output_location.s3_bucket #=> String
@@ -1986,6 +2032,11 @@ module Aws::RoboMaker
1986
2032
  # resp.robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
1987
2033
  # resp.robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
1988
2034
  # resp.robot_applications[0].launch_config.stream_ui #=> Boolean
2035
+ # resp.robot_applications[0].upload_configurations #=> Array
2036
+ # resp.robot_applications[0].upload_configurations[0].name #=> String
2037
+ # resp.robot_applications[0].upload_configurations[0].path #=> String
2038
+ # resp.robot_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
2039
+ # resp.robot_applications[0].use_default_upload_configurations #=> Boolean
1989
2040
  # resp.simulation_applications #=> Array
1990
2041
  # resp.simulation_applications[0].application #=> String
1991
2042
  # resp.simulation_applications[0].application_version #=> String
@@ -1998,8 +2049,13 @@ module Aws::RoboMaker
1998
2049
  # resp.simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
1999
2050
  # resp.simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
2000
2051
  # resp.simulation_applications[0].launch_config.stream_ui #=> Boolean
2052
+ # resp.simulation_applications[0].upload_configurations #=> Array
2053
+ # resp.simulation_applications[0].upload_configurations[0].name #=> String
2054
+ # resp.simulation_applications[0].upload_configurations[0].path #=> String
2055
+ # resp.simulation_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
2001
2056
  # resp.simulation_applications[0].world_configs #=> Array
2002
2057
  # resp.simulation_applications[0].world_configs[0].world #=> String
2058
+ # resp.simulation_applications[0].use_default_upload_configurations #=> Boolean
2003
2059
  # resp.data_sources #=> Array
2004
2060
  # resp.data_sources[0].name #=> String
2005
2061
  # resp.data_sources[0].s3_bucket #=> String
@@ -2085,6 +2141,11 @@ module Aws::RoboMaker
2085
2141
  # resp.failed_requests[0].request.robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
2086
2142
  # resp.failed_requests[0].request.robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
2087
2143
  # resp.failed_requests[0].request.robot_applications[0].launch_config.stream_ui #=> Boolean
2144
+ # resp.failed_requests[0].request.robot_applications[0].upload_configurations #=> Array
2145
+ # resp.failed_requests[0].request.robot_applications[0].upload_configurations[0].name #=> String
2146
+ # resp.failed_requests[0].request.robot_applications[0].upload_configurations[0].path #=> String
2147
+ # resp.failed_requests[0].request.robot_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
2148
+ # resp.failed_requests[0].request.robot_applications[0].use_default_upload_configurations #=> Boolean
2088
2149
  # resp.failed_requests[0].request.simulation_applications #=> Array
2089
2150
  # resp.failed_requests[0].request.simulation_applications[0].application #=> String
2090
2151
  # resp.failed_requests[0].request.simulation_applications[0].application_version #=> String
@@ -2097,8 +2158,13 @@ module Aws::RoboMaker
2097
2158
  # resp.failed_requests[0].request.simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
2098
2159
  # resp.failed_requests[0].request.simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
2099
2160
  # resp.failed_requests[0].request.simulation_applications[0].launch_config.stream_ui #=> Boolean
2161
+ # resp.failed_requests[0].request.simulation_applications[0].upload_configurations #=> Array
2162
+ # resp.failed_requests[0].request.simulation_applications[0].upload_configurations[0].name #=> String
2163
+ # resp.failed_requests[0].request.simulation_applications[0].upload_configurations[0].path #=> String
2164
+ # resp.failed_requests[0].request.simulation_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
2100
2165
  # resp.failed_requests[0].request.simulation_applications[0].world_configs #=> Array
2101
2166
  # resp.failed_requests[0].request.simulation_applications[0].world_configs[0].world #=> String
2167
+ # resp.failed_requests[0].request.simulation_applications[0].use_default_upload_configurations #=> Boolean
2102
2168
  # resp.failed_requests[0].request.data_sources #=> Array
2103
2169
  # resp.failed_requests[0].request.data_sources[0].name #=> String
2104
2170
  # resp.failed_requests[0].request.data_sources[0].s3_bucket #=> String
@@ -2113,7 +2179,7 @@ module Aws::RoboMaker
2113
2179
  # resp.failed_requests[0].request.tags #=> Hash
2114
2180
  # resp.failed_requests[0].request.tags["TagKey"] #=> String
2115
2181
  # resp.failed_requests[0].failure_reason #=> String
2116
- # resp.failed_requests[0].failure_code #=> String, one of "InternalServiceError", "RobotApplicationCrash", "SimulationApplicationCrash", "BadPermissionsRobotApplication", "BadPermissionsSimulationApplication", "BadPermissionsS3Object", "BadPermissionsS3Output", "BadPermissionsCloudwatchLogs", "SubnetIpLimitExceeded", "ENILimitExceeded", "BadPermissionsUserCredentials", "InvalidBundleRobotApplication", "InvalidBundleSimulationApplication", "InvalidS3Resource", "LimitExceeded", "MismatchedEtag", "RobotApplicationVersionMismatchedEtag", "SimulationApplicationVersionMismatchedEtag", "ResourceNotFound", "RequestThrottled", "BatchTimedOut", "BatchCanceled", "InvalidInput", "WrongRegionS3Bucket", "WrongRegionS3Output", "WrongRegionRobotApplication", "WrongRegionSimulationApplication"
2182
+ # resp.failed_requests[0].failure_code #=> String, one of "InternalServiceError", "RobotApplicationCrash", "SimulationApplicationCrash", "BadPermissionsRobotApplication", "BadPermissionsSimulationApplication", "BadPermissionsS3Object", "BadPermissionsS3Output", "BadPermissionsCloudwatchLogs", "SubnetIpLimitExceeded", "ENILimitExceeded", "BadPermissionsUserCredentials", "InvalidBundleRobotApplication", "InvalidBundleSimulationApplication", "InvalidS3Resource", "LimitExceeded", "MismatchedEtag", "RobotApplicationVersionMismatchedEtag", "SimulationApplicationVersionMismatchedEtag", "ResourceNotFound", "RequestThrottled", "BatchTimedOut", "BatchCanceled", "InvalidInput", "WrongRegionS3Bucket", "WrongRegionS3Output", "WrongRegionRobotApplication", "WrongRegionSimulationApplication", "UploadContentMismatchError"
2117
2183
  # resp.failed_requests[0].failed_at #=> Time
2118
2184
  # resp.pending_requests #=> Array
2119
2185
  # resp.pending_requests[0].output_location.s3_bucket #=> String
@@ -2135,6 +2201,11 @@ module Aws::RoboMaker
2135
2201
  # resp.pending_requests[0].robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
2136
2202
  # resp.pending_requests[0].robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
2137
2203
  # resp.pending_requests[0].robot_applications[0].launch_config.stream_ui #=> Boolean
2204
+ # resp.pending_requests[0].robot_applications[0].upload_configurations #=> Array
2205
+ # resp.pending_requests[0].robot_applications[0].upload_configurations[0].name #=> String
2206
+ # resp.pending_requests[0].robot_applications[0].upload_configurations[0].path #=> String
2207
+ # resp.pending_requests[0].robot_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
2208
+ # resp.pending_requests[0].robot_applications[0].use_default_upload_configurations #=> Boolean
2138
2209
  # resp.pending_requests[0].simulation_applications #=> Array
2139
2210
  # resp.pending_requests[0].simulation_applications[0].application #=> String
2140
2211
  # resp.pending_requests[0].simulation_applications[0].application_version #=> String
@@ -2147,8 +2218,13 @@ module Aws::RoboMaker
2147
2218
  # resp.pending_requests[0].simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
2148
2219
  # resp.pending_requests[0].simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
2149
2220
  # resp.pending_requests[0].simulation_applications[0].launch_config.stream_ui #=> Boolean
2221
+ # resp.pending_requests[0].simulation_applications[0].upload_configurations #=> Array
2222
+ # resp.pending_requests[0].simulation_applications[0].upload_configurations[0].name #=> String
2223
+ # resp.pending_requests[0].simulation_applications[0].upload_configurations[0].path #=> String
2224
+ # resp.pending_requests[0].simulation_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
2150
2225
  # resp.pending_requests[0].simulation_applications[0].world_configs #=> Array
2151
2226
  # resp.pending_requests[0].simulation_applications[0].world_configs[0].world #=> String
2227
+ # resp.pending_requests[0].simulation_applications[0].use_default_upload_configurations #=> Boolean
2152
2228
  # resp.pending_requests[0].data_sources #=> Array
2153
2229
  # resp.pending_requests[0].data_sources[0].name #=> String
2154
2230
  # resp.pending_requests[0].data_sources[0].s3_bucket #=> String
@@ -2289,6 +2365,7 @@ module Aws::RoboMaker
2289
2365
  # * {Types::DescribeWorldGenerationJobResponse#world_count #world_count} => Types::WorldCount
2290
2366
  # * {Types::DescribeWorldGenerationJobResponse#finished_worlds_summary #finished_worlds_summary} => Types::FinishedWorldsSummary
2291
2367
  # * {Types::DescribeWorldGenerationJobResponse#tags #tags} => Hash&lt;String,String&gt;
2368
+ # * {Types::DescribeWorldGenerationJobResponse#world_tags #world_tags} => Hash&lt;String,String&gt;
2292
2369
  #
2293
2370
  # @example Request syntax with placeholder values
2294
2371
  #
@@ -2317,6 +2394,8 @@ module Aws::RoboMaker
2317
2394
  # resp.finished_worlds_summary.failure_summary.failures[0].failure_count #=> Integer
2318
2395
  # resp.tags #=> Hash
2319
2396
  # resp.tags["TagKey"] #=> String
2397
+ # resp.world_tags #=> Hash
2398
+ # resp.world_tags["TagKey"] #=> String
2320
2399
  #
2321
2400
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeWorldGenerationJob AWS API Documentation
2322
2401
  #
@@ -3305,6 +3384,14 @@ module Aws::RoboMaker
3305
3384
  # },
3306
3385
  # stream_ui: false,
3307
3386
  # },
3387
+ # upload_configurations: [
3388
+ # {
3389
+ # name: "Name", # required
3390
+ # path: "Path", # required
3391
+ # upload_behavior: "UPLOAD_ON_TERMINATE", # required, accepts UPLOAD_ON_TERMINATE, UPLOAD_ROLLING_AUTO_REMOVE
3392
+ # },
3393
+ # ],
3394
+ # use_default_upload_configurations: false,
3308
3395
  # },
3309
3396
  # ],
3310
3397
  # simulation_applications: [
@@ -3328,11 +3415,19 @@ module Aws::RoboMaker
3328
3415
  # },
3329
3416
  # stream_ui: false,
3330
3417
  # },
3418
+ # upload_configurations: [
3419
+ # {
3420
+ # name: "Name", # required
3421
+ # path: "Path", # required
3422
+ # upload_behavior: "UPLOAD_ON_TERMINATE", # required, accepts UPLOAD_ON_TERMINATE, UPLOAD_ROLLING_AUTO_REMOVE
3423
+ # },
3424
+ # ],
3331
3425
  # world_configs: [
3332
3426
  # {
3333
3427
  # world: "Arn",
3334
3428
  # },
3335
3429
  # ],
3430
+ # use_default_upload_configurations: false,
3336
3431
  # },
3337
3432
  # ],
3338
3433
  # data_sources: [
@@ -3390,6 +3485,11 @@ module Aws::RoboMaker
3390
3485
  # resp.failed_requests[0].request.robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
3391
3486
  # resp.failed_requests[0].request.robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
3392
3487
  # resp.failed_requests[0].request.robot_applications[0].launch_config.stream_ui #=> Boolean
3488
+ # resp.failed_requests[0].request.robot_applications[0].upload_configurations #=> Array
3489
+ # resp.failed_requests[0].request.robot_applications[0].upload_configurations[0].name #=> String
3490
+ # resp.failed_requests[0].request.robot_applications[0].upload_configurations[0].path #=> String
3491
+ # resp.failed_requests[0].request.robot_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
3492
+ # resp.failed_requests[0].request.robot_applications[0].use_default_upload_configurations #=> Boolean
3393
3493
  # resp.failed_requests[0].request.simulation_applications #=> Array
3394
3494
  # resp.failed_requests[0].request.simulation_applications[0].application #=> String
3395
3495
  # resp.failed_requests[0].request.simulation_applications[0].application_version #=> String
@@ -3402,8 +3502,13 @@ module Aws::RoboMaker
3402
3502
  # resp.failed_requests[0].request.simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
3403
3503
  # resp.failed_requests[0].request.simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
3404
3504
  # resp.failed_requests[0].request.simulation_applications[0].launch_config.stream_ui #=> Boolean
3505
+ # resp.failed_requests[0].request.simulation_applications[0].upload_configurations #=> Array
3506
+ # resp.failed_requests[0].request.simulation_applications[0].upload_configurations[0].name #=> String
3507
+ # resp.failed_requests[0].request.simulation_applications[0].upload_configurations[0].path #=> String
3508
+ # resp.failed_requests[0].request.simulation_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
3405
3509
  # resp.failed_requests[0].request.simulation_applications[0].world_configs #=> Array
3406
3510
  # resp.failed_requests[0].request.simulation_applications[0].world_configs[0].world #=> String
3511
+ # resp.failed_requests[0].request.simulation_applications[0].use_default_upload_configurations #=> Boolean
3407
3512
  # resp.failed_requests[0].request.data_sources #=> Array
3408
3513
  # resp.failed_requests[0].request.data_sources[0].name #=> String
3409
3514
  # resp.failed_requests[0].request.data_sources[0].s3_bucket #=> String
@@ -3418,7 +3523,7 @@ module Aws::RoboMaker
3418
3523
  # resp.failed_requests[0].request.tags #=> Hash
3419
3524
  # resp.failed_requests[0].request.tags["TagKey"] #=> String
3420
3525
  # resp.failed_requests[0].failure_reason #=> String
3421
- # resp.failed_requests[0].failure_code #=> String, one of "InternalServiceError", "RobotApplicationCrash", "SimulationApplicationCrash", "BadPermissionsRobotApplication", "BadPermissionsSimulationApplication", "BadPermissionsS3Object", "BadPermissionsS3Output", "BadPermissionsCloudwatchLogs", "SubnetIpLimitExceeded", "ENILimitExceeded", "BadPermissionsUserCredentials", "InvalidBundleRobotApplication", "InvalidBundleSimulationApplication", "InvalidS3Resource", "LimitExceeded", "MismatchedEtag", "RobotApplicationVersionMismatchedEtag", "SimulationApplicationVersionMismatchedEtag", "ResourceNotFound", "RequestThrottled", "BatchTimedOut", "BatchCanceled", "InvalidInput", "WrongRegionS3Bucket", "WrongRegionS3Output", "WrongRegionRobotApplication", "WrongRegionSimulationApplication"
3526
+ # resp.failed_requests[0].failure_code #=> String, one of "InternalServiceError", "RobotApplicationCrash", "SimulationApplicationCrash", "BadPermissionsRobotApplication", "BadPermissionsSimulationApplication", "BadPermissionsS3Object", "BadPermissionsS3Output", "BadPermissionsCloudwatchLogs", "SubnetIpLimitExceeded", "ENILimitExceeded", "BadPermissionsUserCredentials", "InvalidBundleRobotApplication", "InvalidBundleSimulationApplication", "InvalidS3Resource", "LimitExceeded", "MismatchedEtag", "RobotApplicationVersionMismatchedEtag", "SimulationApplicationVersionMismatchedEtag", "ResourceNotFound", "RequestThrottled", "BatchTimedOut", "BatchCanceled", "InvalidInput", "WrongRegionS3Bucket", "WrongRegionS3Output", "WrongRegionRobotApplication", "WrongRegionSimulationApplication", "UploadContentMismatchError"
3422
3527
  # resp.failed_requests[0].failed_at #=> Time
3423
3528
  # resp.pending_requests #=> Array
3424
3529
  # resp.pending_requests[0].output_location.s3_bucket #=> String
@@ -3440,6 +3545,11 @@ module Aws::RoboMaker
3440
3545
  # resp.pending_requests[0].robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
3441
3546
  # resp.pending_requests[0].robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
3442
3547
  # resp.pending_requests[0].robot_applications[0].launch_config.stream_ui #=> Boolean
3548
+ # resp.pending_requests[0].robot_applications[0].upload_configurations #=> Array
3549
+ # resp.pending_requests[0].robot_applications[0].upload_configurations[0].name #=> String
3550
+ # resp.pending_requests[0].robot_applications[0].upload_configurations[0].path #=> String
3551
+ # resp.pending_requests[0].robot_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
3552
+ # resp.pending_requests[0].robot_applications[0].use_default_upload_configurations #=> Boolean
3443
3553
  # resp.pending_requests[0].simulation_applications #=> Array
3444
3554
  # resp.pending_requests[0].simulation_applications[0].application #=> String
3445
3555
  # resp.pending_requests[0].simulation_applications[0].application_version #=> String
@@ -3452,8 +3562,13 @@ module Aws::RoboMaker
3452
3562
  # resp.pending_requests[0].simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
3453
3563
  # resp.pending_requests[0].simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
3454
3564
  # resp.pending_requests[0].simulation_applications[0].launch_config.stream_ui #=> Boolean
3565
+ # resp.pending_requests[0].simulation_applications[0].upload_configurations #=> Array
3566
+ # resp.pending_requests[0].simulation_applications[0].upload_configurations[0].name #=> String
3567
+ # resp.pending_requests[0].simulation_applications[0].upload_configurations[0].path #=> String
3568
+ # resp.pending_requests[0].simulation_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
3455
3569
  # resp.pending_requests[0].simulation_applications[0].world_configs #=> Array
3456
3570
  # resp.pending_requests[0].simulation_applications[0].world_configs[0].world #=> String
3571
+ # resp.pending_requests[0].simulation_applications[0].use_default_upload_configurations #=> Boolean
3457
3572
  # resp.pending_requests[0].data_sources #=> Array
3458
3573
  # resp.pending_requests[0].data_sources[0].name #=> String
3459
3574
  # resp.pending_requests[0].data_sources[0].s3_bucket #=> String
@@ -3845,7 +3960,7 @@ module Aws::RoboMaker
3845
3960
  params: params,
3846
3961
  config: config)
3847
3962
  context[:gem_name] = 'aws-sdk-robomaker'
3848
- context[:gem_version] = '1.28.0'
3963
+ context[:gem_version] = '1.33.0'
3849
3964
  Seahorse::Client::Request.new(handlers, context)
3850
3965
  end
3851
3966
 
@@ -267,6 +267,9 @@ module Aws::RoboMaker
267
267
  UpdateSimulationApplicationResponse = Shapes::StructureShape.new(name: 'UpdateSimulationApplicationResponse')
268
268
  UpdateWorldTemplateRequest = Shapes::StructureShape.new(name: 'UpdateWorldTemplateRequest')
269
269
  UpdateWorldTemplateResponse = Shapes::StructureShape.new(name: 'UpdateWorldTemplateResponse')
270
+ UploadBehavior = Shapes::StringShape.new(name: 'UploadBehavior')
271
+ UploadConfiguration = Shapes::StructureShape.new(name: 'UploadConfiguration')
272
+ UploadConfigurations = Shapes::ListShape.new(name: 'UploadConfigurations')
270
273
  VPCConfig = Shapes::StructureShape.new(name: 'VPCConfig')
271
274
  VPCConfigResponse = Shapes::StructureShape.new(name: 'VPCConfigResponse')
272
275
  Version = Shapes::StringShape.new(name: 'Version')
@@ -504,6 +507,7 @@ module Aws::RoboMaker
504
507
  CreateWorldGenerationJobRequest.add_member(:template, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "template"))
505
508
  CreateWorldGenerationJobRequest.add_member(:world_count, Shapes::ShapeRef.new(shape: WorldCount, required: true, location_name: "worldCount"))
506
509
  CreateWorldGenerationJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
510
+ CreateWorldGenerationJobRequest.add_member(:world_tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "worldTags"))
507
511
  CreateWorldGenerationJobRequest.struct_class = Types::CreateWorldGenerationJobRequest
508
512
 
509
513
  CreateWorldGenerationJobResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
@@ -514,6 +518,7 @@ module Aws::RoboMaker
514
518
  CreateWorldGenerationJobResponse.add_member(:template, Shapes::ShapeRef.new(shape: Arn, location_name: "template"))
515
519
  CreateWorldGenerationJobResponse.add_member(:world_count, Shapes::ShapeRef.new(shape: WorldCount, location_name: "worldCount"))
516
520
  CreateWorldGenerationJobResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
521
+ CreateWorldGenerationJobResponse.add_member(:world_tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "worldTags"))
517
522
  CreateWorldGenerationJobResponse.struct_class = Types::CreateWorldGenerationJobResponse
518
523
 
519
524
  CreateWorldTemplateRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
@@ -757,6 +762,7 @@ module Aws::RoboMaker
757
762
  DescribeWorldGenerationJobResponse.add_member(:world_count, Shapes::ShapeRef.new(shape: WorldCount, location_name: "worldCount"))
758
763
  DescribeWorldGenerationJobResponse.add_member(:finished_worlds_summary, Shapes::ShapeRef.new(shape: FinishedWorldsSummary, location_name: "finishedWorldsSummary"))
759
764
  DescribeWorldGenerationJobResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
765
+ DescribeWorldGenerationJobResponse.add_member(:world_tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "worldTags"))
760
766
  DescribeWorldGenerationJobResponse.struct_class = Types::DescribeWorldGenerationJobResponse
761
767
 
762
768
  DescribeWorldRequest.add_member(:world, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "world"))
@@ -1015,6 +1021,8 @@ module Aws::RoboMaker
1015
1021
  RobotApplicationConfig.add_member(:application, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "application"))
1016
1022
  RobotApplicationConfig.add_member(:application_version, Shapes::ShapeRef.new(shape: Version, location_name: "applicationVersion"))
1017
1023
  RobotApplicationConfig.add_member(:launch_config, Shapes::ShapeRef.new(shape: LaunchConfig, required: true, location_name: "launchConfig"))
1024
+ RobotApplicationConfig.add_member(:upload_configurations, Shapes::ShapeRef.new(shape: UploadConfigurations, location_name: "uploadConfigurations"))
1025
+ RobotApplicationConfig.add_member(:use_default_upload_configurations, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "useDefaultUploadConfigurations"))
1018
1026
  RobotApplicationConfig.struct_class = Types::RobotApplicationConfig
1019
1027
 
1020
1028
  RobotApplicationConfigs.member = Shapes::ShapeRef.new(shape: RobotApplicationConfig)
@@ -1068,7 +1076,9 @@ module Aws::RoboMaker
1068
1076
  SimulationApplicationConfig.add_member(:application, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "application"))
1069
1077
  SimulationApplicationConfig.add_member(:application_version, Shapes::ShapeRef.new(shape: Version, location_name: "applicationVersion"))
1070
1078
  SimulationApplicationConfig.add_member(:launch_config, Shapes::ShapeRef.new(shape: LaunchConfig, required: true, location_name: "launchConfig"))
1079
+ SimulationApplicationConfig.add_member(:upload_configurations, Shapes::ShapeRef.new(shape: UploadConfigurations, location_name: "uploadConfigurations"))
1071
1080
  SimulationApplicationConfig.add_member(:world_configs, Shapes::ShapeRef.new(shape: WorldConfigs, location_name: "worldConfigs"))
1081
+ SimulationApplicationConfig.add_member(:use_default_upload_configurations, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "useDefaultUploadConfigurations"))
1072
1082
  SimulationApplicationConfig.struct_class = Types::SimulationApplicationConfig
1073
1083
 
1074
1084
  SimulationApplicationConfigs.member = Shapes::ShapeRef.new(shape: SimulationApplicationConfig)
@@ -1278,6 +1288,13 @@ module Aws::RoboMaker
1278
1288
  UpdateWorldTemplateResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
1279
1289
  UpdateWorldTemplateResponse.struct_class = Types::UpdateWorldTemplateResponse
1280
1290
 
1291
+ UploadConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
1292
+ UploadConfiguration.add_member(:path, Shapes::ShapeRef.new(shape: Path, required: true, location_name: "path"))
1293
+ UploadConfiguration.add_member(:upload_behavior, Shapes::ShapeRef.new(shape: UploadBehavior, required: true, location_name: "uploadBehavior"))
1294
+ UploadConfiguration.struct_class = Types::UploadConfiguration
1295
+
1296
+ UploadConfigurations.member = Shapes::ShapeRef.new(shape: UploadConfiguration)
1297
+
1281
1298
  VPCConfig.add_member(:subnets, Shapes::ShapeRef.new(shape: Subnets, required: true, location_name: "subnets"))
1282
1299
  VPCConfig.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, location_name: "securityGroups"))
1283
1300
  VPCConfig.add_member(:assign_public_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "assignPublicIp"))
@@ -1025,6 +1025,14 @@ module Aws::RoboMaker
1025
1025
  # },
1026
1026
  # stream_ui: false,
1027
1027
  # },
1028
+ # upload_configurations: [
1029
+ # {
1030
+ # name: "Name", # required
1031
+ # path: "Path", # required
1032
+ # upload_behavior: "UPLOAD_ON_TERMINATE", # required, accepts UPLOAD_ON_TERMINATE, UPLOAD_ROLLING_AUTO_REMOVE
1033
+ # },
1034
+ # ],
1035
+ # use_default_upload_configurations: false,
1028
1036
  # },
1029
1037
  # ],
1030
1038
  # simulation_applications: [
@@ -1048,11 +1056,19 @@ module Aws::RoboMaker
1048
1056
  # },
1049
1057
  # stream_ui: false,
1050
1058
  # },
1059
+ # upload_configurations: [
1060
+ # {
1061
+ # name: "Name", # required
1062
+ # path: "Path", # required
1063
+ # upload_behavior: "UPLOAD_ON_TERMINATE", # required, accepts UPLOAD_ON_TERMINATE, UPLOAD_ROLLING_AUTO_REMOVE
1064
+ # },
1065
+ # ],
1051
1066
  # world_configs: [
1052
1067
  # {
1053
1068
  # world: "Arn",
1054
1069
  # },
1055
1070
  # ],
1071
+ # use_default_upload_configurations: false,
1056
1072
  # },
1057
1073
  # ],
1058
1074
  # data_sources: [
@@ -1449,6 +1465,18 @@ module Aws::RoboMaker
1449
1465
  # InvalidInput
1450
1466
  #
1451
1467
  # : An input parameter in the request is not valid.
1468
+ #
1469
+ # AllWorldGenerationFailed
1470
+ #
1471
+ # : All of the worlds in the world generation job failed. This can
1472
+ # happen if your `worldCount` is greater than 50 or less than 1.
1473
+ #
1474
+ # For more information about troubleshooting WorldForge, see
1475
+ # [Troubleshooting Simulation WorldForge][1].
1476
+ #
1477
+ #
1478
+ #
1479
+ # [1]: https://docs.aws.amazon.com/robomaker/latest/dg/troubleshooting-worldforge.html
1452
1480
  # @return [String]
1453
1481
  #
1454
1482
  # @!attribute [rw] client_request_token
@@ -1498,6 +1526,9 @@ module Aws::RoboMaker
1498
1526
  # tags: {
1499
1527
  # "TagKey" => "TagValue",
1500
1528
  # },
1529
+ # world_tags: {
1530
+ # "TagKey" => "TagValue",
1531
+ # },
1501
1532
  # }
1502
1533
  #
1503
1534
  # @!attribute [rw] client_request_token
@@ -1522,13 +1553,19 @@ module Aws::RoboMaker
1522
1553
  # world generator job.
1523
1554
  # @return [Hash<String,String>]
1524
1555
  #
1556
+ # @!attribute [rw] world_tags
1557
+ # A map that contains tag keys and tag values that are attached to the
1558
+ # generated worlds.
1559
+ # @return [Hash<String,String>]
1560
+ #
1525
1561
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateWorldGenerationJobRequest AWS API Documentation
1526
1562
  #
1527
1563
  class CreateWorldGenerationJobRequest < Struct.new(
1528
1564
  :client_request_token,
1529
1565
  :template,
1530
1566
  :world_count,
1531
- :tags)
1567
+ :tags,
1568
+ :world_tags)
1532
1569
  SENSITIVE = []
1533
1570
  include Aws::Structure
1534
1571
  end
@@ -1619,6 +1656,11 @@ module Aws::RoboMaker
1619
1656
  # world generator job.
1620
1657
  # @return [Hash<String,String>]
1621
1658
  #
1659
+ # @!attribute [rw] world_tags
1660
+ # A map that contains tag keys and tag values that are attached to the
1661
+ # generated worlds.
1662
+ # @return [Hash<String,String>]
1663
+ #
1622
1664
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateWorldGenerationJobResponse AWS API Documentation
1623
1665
  #
1624
1666
  class CreateWorldGenerationJobResponse < Struct.new(
@@ -1629,7 +1671,8 @@ module Aws::RoboMaker
1629
1671
  :client_request_token,
1630
1672
  :template,
1631
1673
  :world_count,
1632
- :tags)
1674
+ :tags,
1675
+ :world_tags)
1633
1676
  SENSITIVE = []
1634
1677
  include Aws::Structure
1635
1678
  end
@@ -3099,6 +3142,11 @@ module Aws::RoboMaker
3099
3142
  # world generation job.
3100
3143
  # @return [Hash<String,String>]
3101
3144
  #
3145
+ # @!attribute [rw] world_tags
3146
+ # A map that contains tag keys and tag values that are attached to the
3147
+ # generated worlds.
3148
+ # @return [Hash<String,String>]
3149
+ #
3102
3150
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeWorldGenerationJobResponse AWS API Documentation
3103
3151
  #
3104
3152
  class DescribeWorldGenerationJobResponse < Struct.new(
@@ -3111,7 +3159,8 @@ module Aws::RoboMaker
3111
3159
  :template,
3112
3160
  :world_count,
3113
3161
  :finished_worlds_summary,
3114
- :tags)
3162
+ :tags,
3163
+ :world_tags)
3115
3164
  SENSITIVE = []
3116
3165
  include Aws::Structure
3117
3166
  end
@@ -3494,7 +3543,7 @@ module Aws::RoboMaker
3494
3543
  # Boolean indicating whether a streaming session will be configured
3495
3544
  # for the application. If `True`, AWS RoboMaker will configure a
3496
3545
  # connection so you can interact with your application as it is
3497
- # running in the simulation. You must configure and luanch the
3546
+ # running in the simulation. You must configure and launch the
3498
3547
  # component. It must have a graphical user interface.
3499
3548
  # @return [Boolean]
3500
3549
  #
@@ -4754,6 +4803,14 @@ module Aws::RoboMaker
4754
4803
  # },
4755
4804
  # stream_ui: false,
4756
4805
  # },
4806
+ # upload_configurations: [
4807
+ # {
4808
+ # name: "Name", # required
4809
+ # path: "Path", # required
4810
+ # upload_behavior: "UPLOAD_ON_TERMINATE", # required, accepts UPLOAD_ON_TERMINATE, UPLOAD_ROLLING_AUTO_REMOVE
4811
+ # },
4812
+ # ],
4813
+ # use_default_upload_configurations: false,
4757
4814
  # }
4758
4815
  #
4759
4816
  # @!attribute [rw] application
@@ -4768,12 +4825,26 @@ module Aws::RoboMaker
4768
4825
  # The launch configuration for the robot application.
4769
4826
  # @return [Types::LaunchConfig]
4770
4827
  #
4828
+ # @!attribute [rw] upload_configurations
4829
+ # The upload configurations for the robot application.
4830
+ # @return [Array<Types::UploadConfiguration>]
4831
+ #
4832
+ # @!attribute [rw] use_default_upload_configurations
4833
+ # A Boolean indicating whether to use default upload configurations.
4834
+ # By default, `.ros` and `.gazebo` files are uploaded when the
4835
+ # application terminates and all ROS topics will be recorded.
4836
+ #
4837
+ # If you set this value, you must specify an `outputLocation`.
4838
+ # @return [Boolean]
4839
+ #
4771
4840
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/RobotApplicationConfig AWS API Documentation
4772
4841
  #
4773
4842
  class RobotApplicationConfig < Struct.new(
4774
4843
  :application,
4775
4844
  :application_version,
4776
- :launch_config)
4845
+ :launch_config,
4846
+ :upload_configurations,
4847
+ :use_default_upload_configurations)
4777
4848
  SENSITIVE = []
4778
4849
  include Aws::Structure
4779
4850
  end
@@ -4976,11 +5047,19 @@ module Aws::RoboMaker
4976
5047
  # },
4977
5048
  # stream_ui: false,
4978
5049
  # },
5050
+ # upload_configurations: [
5051
+ # {
5052
+ # name: "Name", # required
5053
+ # path: "Path", # required
5054
+ # upload_behavior: "UPLOAD_ON_TERMINATE", # required, accepts UPLOAD_ON_TERMINATE, UPLOAD_ROLLING_AUTO_REMOVE
5055
+ # },
5056
+ # ],
4979
5057
  # world_configs: [
4980
5058
  # {
4981
5059
  # world: "Arn",
4982
5060
  # },
4983
5061
  # ],
5062
+ # use_default_upload_configurations: false,
4984
5063
  # }
4985
5064
  #
4986
5065
  # @!attribute [rw] application
@@ -4995,17 +5074,32 @@ module Aws::RoboMaker
4995
5074
  # The launch configuration for the simulation application.
4996
5075
  # @return [Types::LaunchConfig]
4997
5076
  #
5077
+ # @!attribute [rw] upload_configurations
5078
+ # Information about upload configurations for the simulation
5079
+ # application.
5080
+ # @return [Array<Types::UploadConfiguration>]
5081
+ #
4998
5082
  # @!attribute [rw] world_configs
4999
5083
  # A list of world configurations.
5000
5084
  # @return [Array<Types::WorldConfig>]
5001
5085
  #
5086
+ # @!attribute [rw] use_default_upload_configurations
5087
+ # A Boolean indicating whether to use default upload configurations.
5088
+ # By default, `.ros` and `.gazebo` files are uploaded when the
5089
+ # application terminates and all ROS topics will be recorded.
5090
+ #
5091
+ # If you set this value, you must specify an `outputLocation`.
5092
+ # @return [Boolean]
5093
+ #
5002
5094
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/SimulationApplicationConfig AWS API Documentation
5003
5095
  #
5004
5096
  class SimulationApplicationConfig < Struct.new(
5005
5097
  :application,
5006
5098
  :application_version,
5007
5099
  :launch_config,
5008
- :world_configs)
5100
+ :upload_configurations,
5101
+ :world_configs,
5102
+ :use_default_upload_configurations)
5009
5103
  SENSITIVE = []
5010
5104
  include Aws::Structure
5011
5105
  end
@@ -5311,6 +5405,14 @@ module Aws::RoboMaker
5311
5405
  # },
5312
5406
  # stream_ui: false,
5313
5407
  # },
5408
+ # upload_configurations: [
5409
+ # {
5410
+ # name: "Name", # required
5411
+ # path: "Path", # required
5412
+ # upload_behavior: "UPLOAD_ON_TERMINATE", # required, accepts UPLOAD_ON_TERMINATE, UPLOAD_ROLLING_AUTO_REMOVE
5413
+ # },
5414
+ # ],
5415
+ # use_default_upload_configurations: false,
5314
5416
  # },
5315
5417
  # ],
5316
5418
  # simulation_applications: [
@@ -5334,11 +5436,19 @@ module Aws::RoboMaker
5334
5436
  # },
5335
5437
  # stream_ui: false,
5336
5438
  # },
5439
+ # upload_configurations: [
5440
+ # {
5441
+ # name: "Name", # required
5442
+ # path: "Path", # required
5443
+ # upload_behavior: "UPLOAD_ON_TERMINATE", # required, accepts UPLOAD_ON_TERMINATE, UPLOAD_ROLLING_AUTO_REMOVE
5444
+ # },
5445
+ # ],
5337
5446
  # world_configs: [
5338
5447
  # {
5339
5448
  # world: "Arn",
5340
5449
  # },
5341
5450
  # ],
5451
+ # use_default_upload_configurations: false,
5342
5452
  # },
5343
5453
  # ],
5344
5454
  # data_sources: [
@@ -5394,8 +5504,9 @@ module Aws::RoboMaker
5394
5504
  # @return [String]
5395
5505
  #
5396
5506
  # @!attribute [rw] use_default_applications
5397
- # Boolean indicating whether to use default simulation tool
5398
- # applications.
5507
+ # A Boolean indicating whether to use default applications in the
5508
+ # simulation job. Default applications include Gazebo, rqt, rviz and
5509
+ # terminal access.
5399
5510
  # @return [Boolean]
5400
5511
  #
5401
5512
  # @!attribute [rw] robot_applications
@@ -5629,6 +5740,14 @@ module Aws::RoboMaker
5629
5740
  # },
5630
5741
  # stream_ui: false,
5631
5742
  # },
5743
+ # upload_configurations: [
5744
+ # {
5745
+ # name: "Name", # required
5746
+ # path: "Path", # required
5747
+ # upload_behavior: "UPLOAD_ON_TERMINATE", # required, accepts UPLOAD_ON_TERMINATE, UPLOAD_ROLLING_AUTO_REMOVE
5748
+ # },
5749
+ # ],
5750
+ # use_default_upload_configurations: false,
5632
5751
  # },
5633
5752
  # ],
5634
5753
  # simulation_applications: [
@@ -5652,11 +5771,19 @@ module Aws::RoboMaker
5652
5771
  # },
5653
5772
  # stream_ui: false,
5654
5773
  # },
5774
+ # upload_configurations: [
5775
+ # {
5776
+ # name: "Name", # required
5777
+ # path: "Path", # required
5778
+ # upload_behavior: "UPLOAD_ON_TERMINATE", # required, accepts UPLOAD_ON_TERMINATE, UPLOAD_ROLLING_AUTO_REMOVE
5779
+ # },
5780
+ # ],
5655
5781
  # world_configs: [
5656
5782
  # {
5657
5783
  # world: "Arn",
5658
5784
  # },
5659
5785
  # ],
5786
+ # use_default_upload_configurations: false,
5660
5787
  # },
5661
5788
  # ],
5662
5789
  # data_sources: [
@@ -6385,6 +6512,70 @@ module Aws::RoboMaker
6385
6512
  include Aws::Structure
6386
6513
  end
6387
6514
 
6515
+ # Provides upload configuration information. Files are uploaded from the
6516
+ # simulation job to a location you specify.
6517
+ #
6518
+ # @note When making an API call, you may pass UploadConfiguration
6519
+ # data as a hash:
6520
+ #
6521
+ # {
6522
+ # name: "Name", # required
6523
+ # path: "Path", # required
6524
+ # upload_behavior: "UPLOAD_ON_TERMINATE", # required, accepts UPLOAD_ON_TERMINATE, UPLOAD_ROLLING_AUTO_REMOVE
6525
+ # }
6526
+ #
6527
+ # @!attribute [rw] name
6528
+ # A prefix that specifies where files will be uploaded in Amazon S3.
6529
+ # It is appended to the simulation output location to determine the
6530
+ # final path.
6531
+ #
6532
+ # For example, if your simulation output location is `s3://my-bucket`
6533
+ # and your upload configuration name is `robot-test`, your files will
6534
+ # be uploaded to `s3://my-bucket/<simid>/<runid>/robot-test`.
6535
+ # @return [String]
6536
+ #
6537
+ # @!attribute [rw] path
6538
+ # Specifies the path of the file(s) to upload. Standard Unix glob
6539
+ # matching rules are accepted, with the addition of `**` as a *super
6540
+ # asterisk*. For example, specifying `/var/log/**.log` causes all .log
6541
+ # files in the `/var/log` directory tree to be collected. For more
6542
+ # examples, see [Glob Library][1].
6543
+ #
6544
+ #
6545
+ #
6546
+ # [1]: https://github.com/gobwas/glob
6547
+ # @return [String]
6548
+ #
6549
+ # @!attribute [rw] upload_behavior
6550
+ # Specifies how to upload the files:
6551
+ #
6552
+ # UPLOAD\_ON\_TERMINATE
6553
+ #
6554
+ # : Matching files are uploaded once the simulation enters the
6555
+ # `TERMINATING` state. Matching files are not uploaded until all of
6556
+ # your code (including tools) have stopped.
6557
+ #
6558
+ # If there is a problem uploading a file, the upload is retried. If
6559
+ # problems persist, no further upload attempts will be made.
6560
+ #
6561
+ # UPLOAD\_ROLLING\_AUTO\_REMOVE
6562
+ #
6563
+ # : Matching files are uploaded as they are created. They are deleted
6564
+ # after they are uploaded. The specified path is checked every 5
6565
+ # seconds. A final check is made when all of your code (including
6566
+ # tools) have stopped.
6567
+ # @return [String]
6568
+ #
6569
+ # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/UploadConfiguration AWS API Documentation
6570
+ #
6571
+ class UploadConfiguration < Struct.new(
6572
+ :name,
6573
+ :path,
6574
+ :upload_behavior)
6575
+ SENSITIVE = []
6576
+ include Aws::Structure
6577
+ end
6578
+
6388
6579
  # If your simulation job accesses resources in a VPC, you provide this
6389
6580
  # parameter identifying the list of security group IDs and subnet IDs.
6390
6581
  # These must belong to the same VPC. You must provide at least one
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-robomaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.28.0
4
+ version: 1.33.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-25 00:00:00.000000000 Z
11
+ date: 2021-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.99.0
22
+ version: 3.112.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.99.0
32
+ version: 3.112.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement