aws-sdk-robomaker 1.27.0 → 1.32.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: 94621d8bc7d8a6001eb4ff2ef2f22d04e45f881f001dec097fc485b889479f15
4
- data.tar.gz: 87a4ebe23397156af37ac5cbce6124861ced4e32452b144da03dcbb7bc8aaff6
3
+ metadata.gz: 02d8f581b583ca2038d64f28ed2e12e0e793d0595b3cd0b83d907b0276d266a0
4
+ data.tar.gz: fd503e62dc4543d55146341b54226b0aa2c5bc8e9e00cd69dc21072890e497f2
5
5
  SHA512:
6
- metadata.gz: 2f9a154158fef4c2292ee96547c3806c2c6b5f2586c31c68bb63510f68f1773e3d68142e841f60b94c3c89ee87d26fb39fc6d441431ef156022280e748e53a7c
7
- data.tar.gz: c068883301a4bc75af8a37bef77e0eb52c6e13916799b5aa1f517004fa363540b949ba8536e236b96f7f51f49526c886f9ed583aa4df9cb5a491ed6fb3569e36
6
+ metadata.gz: ba704199f8ad15f49083503e8ca60bf49c906e4f7e66307b4655f39b544906ccf556fba6271d005b64bf638db6f2d32932c118c3a9ecabad6c35e3edfe94f942
7
+ data.tar.gz: 20d3e58d1c67b28ac5902d6c21a01734a8b9ee5022eb7e0a0bb3d674894c09a09eb316b0b7f3eaa69ae59ad99aaf06983aeffbb7eed80a7da2986640fc68852c
@@ -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
 
@@ -44,9 +45,9 @@ require_relative 'aws-sdk-robomaker/customizations'
44
45
  #
45
46
  # See {Errors} for more information.
46
47
  #
47
- # @service
48
+ # @!group service
48
49
  module Aws::RoboMaker
49
50
 
50
- GEM_VERSION = '1.27.0'
51
+ GEM_VERSION = '1.32.0'
51
52
 
52
53
  end
@@ -85,13 +85,28 @@ module Aws::RoboMaker
85
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
86
86
  # credentials.
87
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
88
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
89
103
  # from an EC2 IMDS on an EC2 instance.
90
104
  #
91
- # * `Aws::SharedCredentials` - Used for loading credentials from a
92
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
93
107
  #
94
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
95
110
  #
96
111
  # When `:credentials` are not configured directly, the following
97
112
  # locations will be searched for credentials:
@@ -101,10 +116,10 @@ module Aws::RoboMaker
101
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
102
117
  # * `~/.aws/credentials`
103
118
  # * `~/.aws/config`
104
- # * EC2 IMDS instance profile - When used by default, the timeouts are
105
- # very aggressive. Construct and pass an instance of
106
- # `Aws::InstanceProfileCredentails` to enable retries and extended
107
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
108
123
  #
109
124
  # @option options [required, String] :region
110
125
  # The AWS region to connect to. The configured `:region` is
@@ -367,7 +382,7 @@ module Aws::RoboMaker
367
382
  # resp.jobs[0].last_started_at #=> Time
368
383
  # resp.jobs[0].last_updated_at #=> Time
369
384
  # resp.jobs[0].failure_behavior #=> String, one of "Fail", "Continue"
370
- # 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"
371
386
  # resp.jobs[0].failure_reason #=> String
372
387
  # resp.jobs[0].client_request_token #=> String
373
388
  # resp.jobs[0].output_location.s3_bucket #=> String
@@ -388,6 +403,11 @@ module Aws::RoboMaker
388
403
  # resp.jobs[0].robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
389
404
  # resp.jobs[0].robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
390
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
391
411
  # resp.jobs[0].simulation_applications #=> Array
392
412
  # resp.jobs[0].simulation_applications[0].application #=> String
393
413
  # resp.jobs[0].simulation_applications[0].application_version #=> String
@@ -400,8 +420,13 @@ module Aws::RoboMaker
400
420
  # resp.jobs[0].simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
401
421
  # resp.jobs[0].simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
402
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"
403
427
  # resp.jobs[0].simulation_applications[0].world_configs #=> Array
404
428
  # resp.jobs[0].simulation_applications[0].world_configs[0].world #=> String
429
+ # resp.jobs[0].simulation_applications[0].use_default_upload_configurations #=> Boolean
405
430
  # resp.jobs[0].data_sources #=> Array
406
431
  # resp.jobs[0].data_sources[0].name #=> String
407
432
  # resp.jobs[0].data_sources[0].s3_bucket #=> String
@@ -1160,6 +1185,14 @@ module Aws::RoboMaker
1160
1185
  # },
1161
1186
  # stream_ui: false,
1162
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,
1163
1196
  # },
1164
1197
  # ],
1165
1198
  # simulation_applications: [
@@ -1183,11 +1216,19 @@ module Aws::RoboMaker
1183
1216
  # },
1184
1217
  # stream_ui: false,
1185
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
+ # ],
1186
1226
  # world_configs: [
1187
1227
  # {
1188
1228
  # world: "Arn",
1189
1229
  # },
1190
1230
  # ],
1231
+ # use_default_upload_configurations: false,
1191
1232
  # },
1192
1233
  # ],
1193
1234
  # data_sources: [
@@ -1217,7 +1258,7 @@ module Aws::RoboMaker
1217
1258
  # resp.last_started_at #=> Time
1218
1259
  # resp.last_updated_at #=> Time
1219
1260
  # resp.failure_behavior #=> String, one of "Fail", "Continue"
1220
- # 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"
1221
1262
  # resp.client_request_token #=> String
1222
1263
  # resp.output_location.s3_bucket #=> String
1223
1264
  # resp.output_location.s3_prefix #=> String
@@ -1237,6 +1278,11 @@ module Aws::RoboMaker
1237
1278
  # resp.robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
1238
1279
  # resp.robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
1239
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
1240
1286
  # resp.simulation_applications #=> Array
1241
1287
  # resp.simulation_applications[0].application #=> String
1242
1288
  # resp.simulation_applications[0].application_version #=> String
@@ -1249,8 +1295,13 @@ module Aws::RoboMaker
1249
1295
  # resp.simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
1250
1296
  # resp.simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
1251
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"
1252
1302
  # resp.simulation_applications[0].world_configs #=> Array
1253
1303
  # resp.simulation_applications[0].world_configs[0].world #=> String
1304
+ # resp.simulation_applications[0].use_default_upload_configurations #=> Boolean
1254
1305
  # resp.data_sources #=> Array
1255
1306
  # resp.data_sources[0].name #=> String
1256
1307
  # resp.data_sources[0].s3_bucket #=> String
@@ -1368,6 +1419,10 @@ module Aws::RoboMaker
1368
1419
  # A map that contains tag keys and tag values that are attached to the
1369
1420
  # world generator job.
1370
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
+ #
1371
1426
  # @return [Types::CreateWorldGenerationJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1372
1427
  #
1373
1428
  # * {Types::CreateWorldGenerationJobResponse#arn #arn} => String
@@ -1378,6 +1433,7 @@ module Aws::RoboMaker
1378
1433
  # * {Types::CreateWorldGenerationJobResponse#template #template} => String
1379
1434
  # * {Types::CreateWorldGenerationJobResponse#world_count #world_count} => Types::WorldCount
1380
1435
  # * {Types::CreateWorldGenerationJobResponse#tags #tags} => Hash&lt;String,String&gt;
1436
+ # * {Types::CreateWorldGenerationJobResponse#world_tags #world_tags} => Hash&lt;String,String&gt;
1381
1437
  #
1382
1438
  # @example Request syntax with placeholder values
1383
1439
  #
@@ -1391,6 +1447,9 @@ module Aws::RoboMaker
1391
1447
  # tags: {
1392
1448
  # "TagKey" => "TagValue",
1393
1449
  # },
1450
+ # world_tags: {
1451
+ # "TagKey" => "TagValue",
1452
+ # },
1394
1453
  # })
1395
1454
  #
1396
1455
  # @example Response structure
@@ -1405,6 +1464,8 @@ module Aws::RoboMaker
1405
1464
  # resp.world_count.interior_count_per_floorplan #=> Integer
1406
1465
  # resp.tags #=> Hash
1407
1466
  # resp.tags["TagKey"] #=> String
1467
+ # resp.world_tags #=> Hash
1468
+ # resp.world_tags["TagKey"] #=> String
1408
1469
  #
1409
1470
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateWorldGenerationJob AWS API Documentation
1410
1471
  #
@@ -1950,7 +2011,7 @@ module Aws::RoboMaker
1950
2011
  # resp.last_started_at #=> Time
1951
2012
  # resp.last_updated_at #=> Time
1952
2013
  # resp.failure_behavior #=> String, one of "Fail", "Continue"
1953
- # 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"
1954
2015
  # resp.failure_reason #=> String
1955
2016
  # resp.client_request_token #=> String
1956
2017
  # resp.output_location.s3_bucket #=> String
@@ -1971,6 +2032,11 @@ module Aws::RoboMaker
1971
2032
  # resp.robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
1972
2033
  # resp.robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
1973
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
1974
2040
  # resp.simulation_applications #=> Array
1975
2041
  # resp.simulation_applications[0].application #=> String
1976
2042
  # resp.simulation_applications[0].application_version #=> String
@@ -1983,8 +2049,13 @@ module Aws::RoboMaker
1983
2049
  # resp.simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
1984
2050
  # resp.simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
1985
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"
1986
2056
  # resp.simulation_applications[0].world_configs #=> Array
1987
2057
  # resp.simulation_applications[0].world_configs[0].world #=> String
2058
+ # resp.simulation_applications[0].use_default_upload_configurations #=> Boolean
1988
2059
  # resp.data_sources #=> Array
1989
2060
  # resp.data_sources[0].name #=> String
1990
2061
  # resp.data_sources[0].s3_bucket #=> String
@@ -2070,6 +2141,11 @@ module Aws::RoboMaker
2070
2141
  # resp.failed_requests[0].request.robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
2071
2142
  # resp.failed_requests[0].request.robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
2072
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
2073
2149
  # resp.failed_requests[0].request.simulation_applications #=> Array
2074
2150
  # resp.failed_requests[0].request.simulation_applications[0].application #=> String
2075
2151
  # resp.failed_requests[0].request.simulation_applications[0].application_version #=> String
@@ -2082,8 +2158,13 @@ module Aws::RoboMaker
2082
2158
  # resp.failed_requests[0].request.simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
2083
2159
  # resp.failed_requests[0].request.simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
2084
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"
2085
2165
  # resp.failed_requests[0].request.simulation_applications[0].world_configs #=> Array
2086
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
2087
2168
  # resp.failed_requests[0].request.data_sources #=> Array
2088
2169
  # resp.failed_requests[0].request.data_sources[0].name #=> String
2089
2170
  # resp.failed_requests[0].request.data_sources[0].s3_bucket #=> String
@@ -2098,7 +2179,7 @@ module Aws::RoboMaker
2098
2179
  # resp.failed_requests[0].request.tags #=> Hash
2099
2180
  # resp.failed_requests[0].request.tags["TagKey"] #=> String
2100
2181
  # resp.failed_requests[0].failure_reason #=> String
2101
- # 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"
2102
2183
  # resp.failed_requests[0].failed_at #=> Time
2103
2184
  # resp.pending_requests #=> Array
2104
2185
  # resp.pending_requests[0].output_location.s3_bucket #=> String
@@ -2120,6 +2201,11 @@ module Aws::RoboMaker
2120
2201
  # resp.pending_requests[0].robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
2121
2202
  # resp.pending_requests[0].robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
2122
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
2123
2209
  # resp.pending_requests[0].simulation_applications #=> Array
2124
2210
  # resp.pending_requests[0].simulation_applications[0].application #=> String
2125
2211
  # resp.pending_requests[0].simulation_applications[0].application_version #=> String
@@ -2132,8 +2218,13 @@ module Aws::RoboMaker
2132
2218
  # resp.pending_requests[0].simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
2133
2219
  # resp.pending_requests[0].simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
2134
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"
2135
2225
  # resp.pending_requests[0].simulation_applications[0].world_configs #=> Array
2136
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
2137
2228
  # resp.pending_requests[0].data_sources #=> Array
2138
2229
  # resp.pending_requests[0].data_sources[0].name #=> String
2139
2230
  # resp.pending_requests[0].data_sources[0].s3_bucket #=> String
@@ -2274,6 +2365,7 @@ module Aws::RoboMaker
2274
2365
  # * {Types::DescribeWorldGenerationJobResponse#world_count #world_count} => Types::WorldCount
2275
2366
  # * {Types::DescribeWorldGenerationJobResponse#finished_worlds_summary #finished_worlds_summary} => Types::FinishedWorldsSummary
2276
2367
  # * {Types::DescribeWorldGenerationJobResponse#tags #tags} => Hash&lt;String,String&gt;
2368
+ # * {Types::DescribeWorldGenerationJobResponse#world_tags #world_tags} => Hash&lt;String,String&gt;
2277
2369
  #
2278
2370
  # @example Request syntax with placeholder values
2279
2371
  #
@@ -2302,6 +2394,8 @@ module Aws::RoboMaker
2302
2394
  # resp.finished_worlds_summary.failure_summary.failures[0].failure_count #=> Integer
2303
2395
  # resp.tags #=> Hash
2304
2396
  # resp.tags["TagKey"] #=> String
2397
+ # resp.world_tags #=> Hash
2398
+ # resp.world_tags["TagKey"] #=> String
2305
2399
  #
2306
2400
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeWorldGenerationJob AWS API Documentation
2307
2401
  #
@@ -3290,6 +3384,14 @@ module Aws::RoboMaker
3290
3384
  # },
3291
3385
  # stream_ui: false,
3292
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,
3293
3395
  # },
3294
3396
  # ],
3295
3397
  # simulation_applications: [
@@ -3313,11 +3415,19 @@ module Aws::RoboMaker
3313
3415
  # },
3314
3416
  # stream_ui: false,
3315
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
+ # ],
3316
3425
  # world_configs: [
3317
3426
  # {
3318
3427
  # world: "Arn",
3319
3428
  # },
3320
3429
  # ],
3430
+ # use_default_upload_configurations: false,
3321
3431
  # },
3322
3432
  # ],
3323
3433
  # data_sources: [
@@ -3375,6 +3485,11 @@ module Aws::RoboMaker
3375
3485
  # resp.failed_requests[0].request.robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
3376
3486
  # resp.failed_requests[0].request.robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
3377
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
3378
3493
  # resp.failed_requests[0].request.simulation_applications #=> Array
3379
3494
  # resp.failed_requests[0].request.simulation_applications[0].application #=> String
3380
3495
  # resp.failed_requests[0].request.simulation_applications[0].application_version #=> String
@@ -3387,8 +3502,13 @@ module Aws::RoboMaker
3387
3502
  # resp.failed_requests[0].request.simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
3388
3503
  # resp.failed_requests[0].request.simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
3389
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"
3390
3509
  # resp.failed_requests[0].request.simulation_applications[0].world_configs #=> Array
3391
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
3392
3512
  # resp.failed_requests[0].request.data_sources #=> Array
3393
3513
  # resp.failed_requests[0].request.data_sources[0].name #=> String
3394
3514
  # resp.failed_requests[0].request.data_sources[0].s3_bucket #=> String
@@ -3403,7 +3523,7 @@ module Aws::RoboMaker
3403
3523
  # resp.failed_requests[0].request.tags #=> Hash
3404
3524
  # resp.failed_requests[0].request.tags["TagKey"] #=> String
3405
3525
  # resp.failed_requests[0].failure_reason #=> String
3406
- # 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"
3407
3527
  # resp.failed_requests[0].failed_at #=> Time
3408
3528
  # resp.pending_requests #=> Array
3409
3529
  # resp.pending_requests[0].output_location.s3_bucket #=> String
@@ -3425,6 +3545,11 @@ module Aws::RoboMaker
3425
3545
  # resp.pending_requests[0].robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
3426
3546
  # resp.pending_requests[0].robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
3427
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
3428
3553
  # resp.pending_requests[0].simulation_applications #=> Array
3429
3554
  # resp.pending_requests[0].simulation_applications[0].application #=> String
3430
3555
  # resp.pending_requests[0].simulation_applications[0].application_version #=> String
@@ -3437,8 +3562,13 @@ module Aws::RoboMaker
3437
3562
  # resp.pending_requests[0].simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
3438
3563
  # resp.pending_requests[0].simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
3439
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"
3440
3569
  # resp.pending_requests[0].simulation_applications[0].world_configs #=> Array
3441
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
3442
3572
  # resp.pending_requests[0].data_sources #=> Array
3443
3573
  # resp.pending_requests[0].data_sources[0].name #=> String
3444
3574
  # resp.pending_requests[0].data_sources[0].s3_bucket #=> String
@@ -3830,7 +3960,7 @@ module Aws::RoboMaker
3830
3960
  params: params,
3831
3961
  config: config)
3832
3962
  context[:gem_name] = 'aws-sdk-robomaker'
3833
- context[:gem_version] = '1.27.0'
3963
+ context[:gem_version] = '1.32.0'
3834
3964
  Seahorse::Client::Request.new(handlers, context)
3835
3965
  end
3836
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.27.0
4
+ version: 1.32.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-17 00:00:00.000000000 Z
11
+ date: 2021-01-28 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.109.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.109.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement