aws-sdk-robomaker 1.17.0 → 1.18.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
  SHA1:
3
- metadata.gz: 985ba89f4a05704cb993dad22112d62dacf0310b
4
- data.tar.gz: 71907319ed884eb12e57602170b8281737a80a53
3
+ metadata.gz: f8ccd77f6ef7863896e6e8bddccaf32dc16c2db5
4
+ data.tar.gz: 3d32b5146d0d190fb858a692305f15db2727e38e
5
5
  SHA512:
6
- metadata.gz: c9bb47239939069e6d71fd08ddea0be57d2ea5aea8c4be85acaecdbf7c82b102cec3b380fd79e5267f7aec283c9ba99d6824dca640c8f95e8bf1bcd619c3e67e
7
- data.tar.gz: a28fe08ef7179b3efcdf75aacfc9b87768f8ff9fc41e25d5965733405a987aa85fa17c0f899239081575c0bb1b808e4db0d3d4e5106e28b992fae0de4b066dd8
6
+ metadata.gz: f5b3fd4929e5adf78742f6265d642b25d26dd700e3c6b11332645b9b9de6fba29e2933d09c316de4d96898dad10ea2bf8a68fa5cd83d2ea271118eda29fe9544
7
+ data.tar.gz: 32f3276ea370cf1709ee238c57809cdcfd0c22e183e29251739c1d7d428f2a6a5c86764c5873173f78e986ca5f9c7df5356d85e590071d78e4cb9943a52fb4e4
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-robomaker/customizations'
42
42
  # @service
43
43
  module Aws::RoboMaker
44
44
 
45
- GEM_VERSION = '1.17.0'
45
+ GEM_VERSION = '1.18.0'
46
46
 
47
47
  end
@@ -439,6 +439,11 @@ module Aws::RoboMaker
439
439
  # concurrent_deployment_percentage: 1,
440
440
  # failure_threshold_percentage: 1,
441
441
  # robot_deployment_timeout_in_seconds: 1,
442
+ # download_condition_file: {
443
+ # bucket: "S3Bucket", # required
444
+ # key: "S3Key", # required
445
+ # etag: "S3Etag",
446
+ # },
442
447
  # },
443
448
  # client_request_token: "ClientRequestToken", # required
444
449
  # fleet: "Arn", # required
@@ -477,11 +482,14 @@ module Aws::RoboMaker
477
482
  # resp.deployment_application_configs[0].launch_config.environment_variables #=> Hash
478
483
  # resp.deployment_application_configs[0].launch_config.environment_variables["EnvironmentVariableKey"] #=> String
479
484
  # resp.failure_reason #=> String
480
- # resp.failure_code #=> String, one of "ResourceNotFound", "EnvironmentSetupError", "EtagMismatch", "FailureThresholdBreached", "RobotDeploymentAborted", "RobotDeploymentNoResponse", "RobotAgentConnectionTimeout", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "InternalServerError"
485
+ # resp.failure_code #=> String, one of "ResourceNotFound", "EnvironmentSetupError", "EtagMismatch", "FailureThresholdBreached", "RobotDeploymentAborted", "RobotDeploymentNoResponse", "RobotAgentConnectionTimeout", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "DownloadConditionFailed", "InternalServerError"
481
486
  # resp.created_at #=> Time
482
487
  # resp.deployment_config.concurrent_deployment_percentage #=> Integer
483
488
  # resp.deployment_config.failure_threshold_percentage #=> Integer
484
489
  # resp.deployment_config.robot_deployment_timeout_in_seconds #=> Integer
490
+ # resp.deployment_config.download_condition_file.bucket #=> String
491
+ # resp.deployment_config.download_condition_file.key #=> String
492
+ # resp.deployment_config.download_condition_file.etag #=> String
485
493
  # resp.tags #=> Hash
486
494
  # resp.tags["TagKey"] #=> String
487
495
  #
@@ -1246,6 +1254,9 @@ module Aws::RoboMaker
1246
1254
  # resp.deployment_config.concurrent_deployment_percentage #=> Integer
1247
1255
  # resp.deployment_config.failure_threshold_percentage #=> Integer
1248
1256
  # resp.deployment_config.robot_deployment_timeout_in_seconds #=> Integer
1257
+ # resp.deployment_config.download_condition_file.bucket #=> String
1258
+ # resp.deployment_config.download_condition_file.key #=> String
1259
+ # resp.deployment_config.download_condition_file.etag #=> String
1249
1260
  # resp.deployment_application_configs #=> Array
1250
1261
  # resp.deployment_application_configs[0].application #=> String
1251
1262
  # resp.deployment_application_configs[0].application_version #=> String
@@ -1256,19 +1267,19 @@ module Aws::RoboMaker
1256
1267
  # resp.deployment_application_configs[0].launch_config.environment_variables #=> Hash
1257
1268
  # resp.deployment_application_configs[0].launch_config.environment_variables["EnvironmentVariableKey"] #=> String
1258
1269
  # resp.failure_reason #=> String
1259
- # resp.failure_code #=> String, one of "ResourceNotFound", "EnvironmentSetupError", "EtagMismatch", "FailureThresholdBreached", "RobotDeploymentAborted", "RobotDeploymentNoResponse", "RobotAgentConnectionTimeout", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "InternalServerError"
1270
+ # resp.failure_code #=> String, one of "ResourceNotFound", "EnvironmentSetupError", "EtagMismatch", "FailureThresholdBreached", "RobotDeploymentAborted", "RobotDeploymentNoResponse", "RobotAgentConnectionTimeout", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "DownloadConditionFailed", "InternalServerError"
1260
1271
  # resp.created_at #=> Time
1261
1272
  # resp.robot_deployment_summary #=> Array
1262
1273
  # resp.robot_deployment_summary[0].arn #=> String
1263
1274
  # resp.robot_deployment_summary[0].deployment_start_time #=> Time
1264
1275
  # resp.robot_deployment_summary[0].deployment_finish_time #=> Time
1265
1276
  # resp.robot_deployment_summary[0].status #=> String, one of "Available", "Registered", "PendingNewDeployment", "Deploying", "Failed", "InSync", "NoResponse"
1266
- # resp.robot_deployment_summary[0].progress_detail.current_progress #=> String, one of "Validating", "DownloadingExtracting", "ExecutingPreLaunch", "Launching", "ExecutingPostLaunch", "Finished"
1277
+ # resp.robot_deployment_summary[0].progress_detail.current_progress #=> String, one of "Validating", "DownloadingExtracting", "ExecutingDownloadCondition", "ExecutingPreLaunch", "Launching", "ExecutingPostLaunch", "Finished"
1267
1278
  # resp.robot_deployment_summary[0].progress_detail.percent_done #=> Float
1268
1279
  # resp.robot_deployment_summary[0].progress_detail.estimated_time_remaining_seconds #=> Integer
1269
1280
  # resp.robot_deployment_summary[0].progress_detail.target_resource #=> String
1270
1281
  # resp.robot_deployment_summary[0].failure_reason #=> String
1271
- # resp.robot_deployment_summary[0].failure_code #=> String, one of "ResourceNotFound", "EnvironmentSetupError", "EtagMismatch", "FailureThresholdBreached", "RobotDeploymentAborted", "RobotDeploymentNoResponse", "RobotAgentConnectionTimeout", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "InternalServerError"
1282
+ # resp.robot_deployment_summary[0].failure_code #=> String, one of "ResourceNotFound", "EnvironmentSetupError", "EtagMismatch", "FailureThresholdBreached", "RobotDeploymentAborted", "RobotDeploymentNoResponse", "RobotAgentConnectionTimeout", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "DownloadConditionFailed", "InternalServerError"
1272
1283
  # resp.tags #=> Hash
1273
1284
  # resp.tags["TagKey"] #=> String
1274
1285
  #
@@ -1666,8 +1677,11 @@ module Aws::RoboMaker
1666
1677
  # resp.deployment_jobs[0].deployment_config.concurrent_deployment_percentage #=> Integer
1667
1678
  # resp.deployment_jobs[0].deployment_config.failure_threshold_percentage #=> Integer
1668
1679
  # resp.deployment_jobs[0].deployment_config.robot_deployment_timeout_in_seconds #=> Integer
1680
+ # resp.deployment_jobs[0].deployment_config.download_condition_file.bucket #=> String
1681
+ # resp.deployment_jobs[0].deployment_config.download_condition_file.key #=> String
1682
+ # resp.deployment_jobs[0].deployment_config.download_condition_file.etag #=> String
1669
1683
  # resp.deployment_jobs[0].failure_reason #=> String
1670
- # resp.deployment_jobs[0].failure_code #=> String, one of "ResourceNotFound", "EnvironmentSetupError", "EtagMismatch", "FailureThresholdBreached", "RobotDeploymentAborted", "RobotDeploymentNoResponse", "RobotAgentConnectionTimeout", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "InternalServerError"
1684
+ # resp.deployment_jobs[0].failure_code #=> String, one of "ResourceNotFound", "EnvironmentSetupError", "EtagMismatch", "FailureThresholdBreached", "RobotDeploymentAborted", "RobotDeploymentNoResponse", "RobotAgentConnectionTimeout", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "DownloadConditionFailed", "InternalServerError"
1671
1685
  # resp.deployment_jobs[0].created_at #=> Time
1672
1686
  # resp.next_token #=> String
1673
1687
  #
@@ -2178,6 +2192,9 @@ module Aws::RoboMaker
2178
2192
  # resp.deployment_config.concurrent_deployment_percentage #=> Integer
2179
2193
  # resp.deployment_config.failure_threshold_percentage #=> Integer
2180
2194
  # resp.deployment_config.robot_deployment_timeout_in_seconds #=> Integer
2195
+ # resp.deployment_config.download_condition_file.bucket #=> String
2196
+ # resp.deployment_config.download_condition_file.key #=> String
2197
+ # resp.deployment_config.download_condition_file.etag #=> String
2181
2198
  # resp.deployment_application_configs #=> Array
2182
2199
  # resp.deployment_application_configs[0].application #=> String
2183
2200
  # resp.deployment_application_configs[0].application_version #=> String
@@ -2188,7 +2205,7 @@ module Aws::RoboMaker
2188
2205
  # resp.deployment_application_configs[0].launch_config.environment_variables #=> Hash
2189
2206
  # resp.deployment_application_configs[0].launch_config.environment_variables["EnvironmentVariableKey"] #=> String
2190
2207
  # resp.failure_reason #=> String
2191
- # resp.failure_code #=> String, one of "ResourceNotFound", "EnvironmentSetupError", "EtagMismatch", "FailureThresholdBreached", "RobotDeploymentAborted", "RobotDeploymentNoResponse", "RobotAgentConnectionTimeout", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "InternalServerError"
2208
+ # resp.failure_code #=> String, one of "ResourceNotFound", "EnvironmentSetupError", "EtagMismatch", "FailureThresholdBreached", "RobotDeploymentAborted", "RobotDeploymentNoResponse", "RobotAgentConnectionTimeout", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "DownloadConditionFailed", "InternalServerError"
2192
2209
  # resp.created_at #=> Time
2193
2210
  #
2194
2211
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/SyncDeploymentJob AWS API Documentation
@@ -2441,7 +2458,7 @@ module Aws::RoboMaker
2441
2458
  params: params,
2442
2459
  config: config)
2443
2460
  context[:gem_name] = 'aws-sdk-robomaker'
2444
- context[:gem_version] = '1.17.0'
2461
+ context[:gem_version] = '1.18.0'
2445
2462
  Seahorse::Client::Request.new(handlers, context)
2446
2463
  end
2447
2464
 
@@ -160,6 +160,7 @@ module Aws::RoboMaker
160
160
  S3KeyOutput = Shapes::StructureShape.new(name: 'S3KeyOutput')
161
161
  S3KeyOutputs = Shapes::ListShape.new(name: 'S3KeyOutputs')
162
162
  S3Keys = Shapes::ListShape.new(name: 'S3Keys')
163
+ S3Object = Shapes::StructureShape.new(name: 'S3Object')
163
164
  SecurityGroups = Shapes::ListShape.new(name: 'SecurityGroups')
164
165
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
165
166
  SimulationApplicationConfig = Shapes::StructureShape.new(name: 'SimulationApplicationConfig')
@@ -411,6 +412,7 @@ module Aws::RoboMaker
411
412
  DeploymentConfig.add_member(:concurrent_deployment_percentage, Shapes::ShapeRef.new(shape: Percentage, location_name: "concurrentDeploymentPercentage"))
412
413
  DeploymentConfig.add_member(:failure_threshold_percentage, Shapes::ShapeRef.new(shape: Percentage, location_name: "failureThresholdPercentage"))
413
414
  DeploymentConfig.add_member(:robot_deployment_timeout_in_seconds, Shapes::ShapeRef.new(shape: DeploymentTimeout, location_name: "robotDeploymentTimeoutInSeconds"))
415
+ DeploymentConfig.add_member(:download_condition_file, Shapes::ShapeRef.new(shape: S3Object, location_name: "downloadConditionFile"))
414
416
  DeploymentConfig.struct_class = Types::DeploymentConfig
415
417
 
416
418
  DeploymentJob.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
@@ -744,6 +746,11 @@ module Aws::RoboMaker
744
746
 
745
747
  S3Keys.member = Shapes::ShapeRef.new(shape: S3Key)
746
748
 
749
+ S3Object.add_member(:bucket, Shapes::ShapeRef.new(shape: S3Bucket, required: true, location_name: "bucket"))
750
+ S3Object.add_member(:key, Shapes::ShapeRef.new(shape: S3Key, required: true, location_name: "key"))
751
+ S3Object.add_member(:etag, Shapes::ShapeRef.new(shape: S3Etag, location_name: "etag"))
752
+ S3Object.struct_class = Types::S3Object
753
+
747
754
  SecurityGroups.member = Shapes::ShapeRef.new(shape: NonEmptyString)
748
755
 
749
756
  ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
@@ -107,6 +107,11 @@ module Aws::RoboMaker
107
107
  # concurrent_deployment_percentage: 1,
108
108
  # failure_threshold_percentage: 1,
109
109
  # robot_deployment_timeout_in_seconds: 1,
110
+ # download_condition_file: {
111
+ # bucket: "S3Bucket", # required
112
+ # key: "S3Key", # required
113
+ # etag: "S3Etag",
114
+ # },
110
115
  # },
111
116
  # client_request_token: "ClientRequestToken", # required
112
117
  # fleet: "Arn", # required
@@ -1299,6 +1304,11 @@ module Aws::RoboMaker
1299
1304
  # concurrent_deployment_percentage: 1,
1300
1305
  # failure_threshold_percentage: 1,
1301
1306
  # robot_deployment_timeout_in_seconds: 1,
1307
+ # download_condition_file: {
1308
+ # bucket: "S3Bucket", # required
1309
+ # key: "S3Key", # required
1310
+ # etag: "S3Etag",
1311
+ # },
1302
1312
  # }
1303
1313
  #
1304
1314
  # @!attribute [rw] concurrent_deployment_percentage
@@ -1316,12 +1326,17 @@ module Aws::RoboMaker
1316
1326
  # default is 5 hours.
1317
1327
  # @return [Integer]
1318
1328
  #
1329
+ # @!attribute [rw] download_condition_file
1330
+ # The download condition file.
1331
+ # @return [Types::S3Object]
1332
+ #
1319
1333
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DeploymentConfig AWS API Documentation
1320
1334
  #
1321
1335
  class DeploymentConfig < Struct.new(
1322
1336
  :concurrent_deployment_percentage,
1323
1337
  :failure_threshold_percentage,
1324
- :robot_deployment_timeout_in_seconds)
1338
+ :robot_deployment_timeout_in_seconds,
1339
+ :download_condition_file)
1325
1340
  include Aws::Structure
1326
1341
  end
1327
1342
 
@@ -3223,6 +3238,38 @@ module Aws::RoboMaker
3223
3238
  include Aws::Structure
3224
3239
  end
3225
3240
 
3241
+ # Information about an S3 object.
3242
+ #
3243
+ # @note When making an API call, you may pass S3Object
3244
+ # data as a hash:
3245
+ #
3246
+ # {
3247
+ # bucket: "S3Bucket", # required
3248
+ # key: "S3Key", # required
3249
+ # etag: "S3Etag",
3250
+ # }
3251
+ #
3252
+ # @!attribute [rw] bucket
3253
+ # The bucket containing the object.
3254
+ # @return [String]
3255
+ #
3256
+ # @!attribute [rw] key
3257
+ # The key of the object.
3258
+ # @return [String]
3259
+ #
3260
+ # @!attribute [rw] etag
3261
+ # The etag of the object.
3262
+ # @return [String]
3263
+ #
3264
+ # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/S3Object AWS API Documentation
3265
+ #
3266
+ class S3Object < Struct.new(
3267
+ :bucket,
3268
+ :key,
3269
+ :etag)
3270
+ include Aws::Structure
3271
+ end
3272
+
3226
3273
  # The request has failed due to a temporary failure of the server.
3227
3274
  #
3228
3275
  # @!attribute [rw] message
@@ -3414,6 +3461,7 @@ module Aws::RoboMaker
3414
3461
  # @return [Types::VPCConfigResponse]
3415
3462
  #
3416
3463
  # @!attribute [rw] network_interface
3464
+ # Information about a network interface.
3417
3465
  # @return [Types::NetworkInterface]
3418
3466
  #
3419
3467
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/SimulationJob AWS API Documentation
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.17.0
4
+ version: 1.18.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: 2019-10-23 00:00:00.000000000 Z
11
+ date: 2019-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core