aws-sdk-robomaker 1.9.0 → 1.10.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: a54fe4c710dad35d824b798246c3072108ba1140
4
- data.tar.gz: 7d9ab70132ea4761a83bf6d39f2928ab81421b9b
3
+ metadata.gz: 6f6ad8b74b259cd93a94ca6fd367ec0112041989
4
+ data.tar.gz: 7bf2cf15bed13e1c90dfa85453a034b2fdb93ac3
5
5
  SHA512:
6
- metadata.gz: 4c767ea782dd3a71bc58dfdbb729c9926594e5153e2d130646fdb62695e067a859d3bd4e0cbdcdabdbab03ff705ac8497e48da613287628ef86ebb1e09715e63
7
- data.tar.gz: 26d5d6aa8a2dd5a372c23c545252db348620b2f4e0b9291b4049ca8f5595d89adb1d36f9010e6b5bed1a1abc0e53ad52c5b04778942f773be3b0867209df1a80
6
+ metadata.gz: 9bcb067635d997df74b981313d9abe86568a4039d64becea939149f66b596b8f95ee1a346f1e4308b2932f828cf33aec655444c4a2bc850dd014346892fa101f
7
+ data.tar.gz: 75d45c457b10512c02b5a89eb518c91fd8ef32262a77d0addfe11ecbc54162e576da47a58b508dcefa002fe6f24f6823c73bfe7cf7ddb449e58f349df961817e
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-robomaker/customizations'
42
42
  # @service
43
43
  module Aws::RoboMaker
44
44
 
45
- GEM_VERSION = '1.9.0'
45
+ GEM_VERSION = '1.10.0'
46
46
 
47
47
  end
@@ -116,6 +116,10 @@ module Aws::RoboMaker
116
116
  # Allows you to provide an identifier for this client which will be attached to
117
117
  # all generated client side metrics. Defaults to an empty string.
118
118
  #
119
+ # @option options [String] :client_side_monitoring_host ("127.0.0.1")
120
+ # Allows you to specify the DNS hostname or IPv4 or IPv6 address that the client
121
+ # side monitoring agent is running on, where client metrics will be published via UDP.
122
+ #
119
123
  # @option options [Integer] :client_side_monitoring_port (31000)
120
124
  # Required for publishing client metrics. The port that the client side monitoring
121
125
  # agent is running on, where client metrics will be published via UDP.
@@ -454,7 +458,7 @@ module Aws::RoboMaker
454
458
  # resp.deployment_application_configs[0].launch_config.environment_variables #=> Hash
455
459
  # resp.deployment_application_configs[0].launch_config.environment_variables["EnvironmentVariableKey"] #=> String
456
460
  # resp.failure_reason #=> String
457
- # resp.failure_code #=> String, one of "ResourceNotFound", "EnvironmentSetupError", "EtagMismatch", "FailureThresholdBreached", "RobotDeploymentNoResponse", "RobotAgentConnectionTimeout", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "InternalServerError"
461
+ # resp.failure_code #=> String, one of "ResourceNotFound", "EnvironmentSetupError", "EtagMismatch", "FailureThresholdBreached", "RobotDeploymentAborted", "RobotDeploymentNoResponse", "RobotAgentConnectionTimeout", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "InternalServerError"
458
462
  # resp.created_at #=> Time
459
463
  # resp.deployment_config.concurrent_deployment_percentage #=> Integer
460
464
  # resp.deployment_config.failure_threshold_percentage #=> Integer
@@ -1134,8 +1138,7 @@ module Aws::RoboMaker
1134
1138
  req.send_request(options)
1135
1139
  end
1136
1140
 
1137
- # Describes a deployment job. \[Does it work regardless of deployment
1138
- # status, e.g. Failed?\]
1141
+ # Describes a deployment job.
1139
1142
  #
1140
1143
  # @option params [required, String] :job
1141
1144
  # The Amazon Resource Name (ARN) of the deployment job.
@@ -1176,7 +1179,7 @@ module Aws::RoboMaker
1176
1179
  # resp.deployment_application_configs[0].launch_config.environment_variables #=> Hash
1177
1180
  # resp.deployment_application_configs[0].launch_config.environment_variables["EnvironmentVariableKey"] #=> String
1178
1181
  # resp.failure_reason #=> String
1179
- # resp.failure_code #=> String, one of "ResourceNotFound", "EnvironmentSetupError", "EtagMismatch", "FailureThresholdBreached", "RobotDeploymentNoResponse", "RobotAgentConnectionTimeout", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "InternalServerError"
1182
+ # resp.failure_code #=> String, one of "ResourceNotFound", "EnvironmentSetupError", "EtagMismatch", "FailureThresholdBreached", "RobotDeploymentAborted", "RobotDeploymentNoResponse", "RobotAgentConnectionTimeout", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "InternalServerError"
1180
1183
  # resp.created_at #=> Time
1181
1184
  # resp.robot_deployment_summary #=> Array
1182
1185
  # resp.robot_deployment_summary[0].arn #=> String
@@ -1188,7 +1191,7 @@ module Aws::RoboMaker
1188
1191
  # resp.robot_deployment_summary[0].progress_detail.estimated_time_remaining_seconds #=> Integer
1189
1192
  # resp.robot_deployment_summary[0].progress_detail.target_resource #=> String
1190
1193
  # resp.robot_deployment_summary[0].failure_reason #=> String
1191
- # resp.robot_deployment_summary[0].failure_code #=> String, one of "ResourceNotFound", "EnvironmentSetupError", "EtagMismatch", "FailureThresholdBreached", "RobotDeploymentNoResponse", "RobotAgentConnectionTimeout", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "InternalServerError"
1194
+ # 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"
1192
1195
  # resp.tags #=> Hash
1193
1196
  # resp.tags["TagKey"] #=> String
1194
1197
  #
@@ -1565,7 +1568,7 @@ module Aws::RoboMaker
1565
1568
  # resp.deployment_jobs[0].deployment_config.concurrent_deployment_percentage #=> Integer
1566
1569
  # resp.deployment_jobs[0].deployment_config.failure_threshold_percentage #=> Integer
1567
1570
  # resp.deployment_jobs[0].failure_reason #=> String
1568
- # resp.deployment_jobs[0].failure_code #=> String, one of "ResourceNotFound", "EnvironmentSetupError", "EtagMismatch", "FailureThresholdBreached", "RobotDeploymentNoResponse", "RobotAgentConnectionTimeout", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "InternalServerError"
1571
+ # 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"
1569
1572
  # resp.deployment_jobs[0].created_at #=> Time
1570
1573
  # resp.next_token #=> String
1571
1574
  #
@@ -2083,7 +2086,7 @@ module Aws::RoboMaker
2083
2086
  # resp.deployment_application_configs[0].launch_config.environment_variables #=> Hash
2084
2087
  # resp.deployment_application_configs[0].launch_config.environment_variables["EnvironmentVariableKey"] #=> String
2085
2088
  # resp.failure_reason #=> String
2086
- # resp.failure_code #=> String, one of "ResourceNotFound", "EnvironmentSetupError", "EtagMismatch", "FailureThresholdBreached", "RobotDeploymentNoResponse", "RobotAgentConnectionTimeout", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "InternalServerError"
2089
+ # resp.failure_code #=> String, one of "ResourceNotFound", "EnvironmentSetupError", "EtagMismatch", "FailureThresholdBreached", "RobotDeploymentAborted", "RobotDeploymentNoResponse", "RobotAgentConnectionTimeout", "GreengrassDeploymentFailed", "MissingRobotArchitecture", "MissingRobotApplicationArchitecture", "MissingRobotDeploymentResource", "GreengrassGroupVersionDoesNotExist", "ExtractingBundleFailure", "PreLaunchFileFailure", "PostLaunchFileFailure", "BadPermissionError", "InternalServerError"
2087
2090
  # resp.created_at #=> Time
2088
2091
  #
2089
2092
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/SyncDeploymentJob AWS API Documentation
@@ -2336,7 +2339,7 @@ module Aws::RoboMaker
2336
2339
  params: params,
2337
2340
  config: config)
2338
2341
  context[:gem_name] = 'aws-sdk-robomaker'
2339
- context[:gem_version] = '1.9.0'
2342
+ context[:gem_version] = '1.10.0'
2340
2343
  Seahorse::Client::Request.new(handlers, context)
2341
2344
  end
2342
2345
 
@@ -143,6 +143,7 @@ module Aws::RoboMaker
143
143
  S3Etag = Shapes::StringShape.new(name: 'S3Etag')
144
144
  S3Key = Shapes::StringShape.new(name: 'S3Key')
145
145
  SecurityGroups = Shapes::ListShape.new(name: 'SecurityGroups')
146
+ ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
146
147
  SimulationApplicationConfig = Shapes::StructureShape.new(name: 'SimulationApplicationConfig')
147
148
  SimulationApplicationConfigs = Shapes::ListShape.new(name: 'SimulationApplicationConfigs')
148
149
  SimulationApplicationNames = Shapes::ListShape.new(name: 'SimulationApplicationNames')
@@ -676,6 +677,9 @@ module Aws::RoboMaker
676
677
 
677
678
  SecurityGroups.member = Shapes::ShapeRef.new(shape: GenericString)
678
679
 
680
+ ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
681
+ ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
682
+
679
683
  SimulationApplicationConfig.add_member(:application, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "application"))
680
684
  SimulationApplicationConfig.add_member(:application_version, Shapes::ShapeRef.new(shape: Version, location_name: "applicationVersion"))
681
685
  SimulationApplicationConfig.add_member(:launch_config, Shapes::ShapeRef.new(shape: LaunchConfig, required: true, location_name: "launchConfig"))
@@ -987,6 +991,7 @@ module Aws::RoboMaker
987
991
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
988
992
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
989
993
  o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
994
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
990
995
  end)
991
996
 
992
997
  api.add_operation(:delete_fleet, Seahorse::Model::Operation.new.tap do |o|
@@ -122,6 +122,22 @@ module Aws::RoboMaker
122
122
 
123
123
  end
124
124
 
125
+ class ServiceUnavailableException < ServiceError
126
+
127
+ # @param [Seahorse::Client::RequestContext] context
128
+ # @param [String] message
129
+ # @param [Aws::RoboMaker::Types::ServiceUnavailableException] data
130
+ def initialize(context, message, data = Aws::EmptyStructure.new)
131
+ super(context, message, data)
132
+ end
133
+
134
+ # @return [String]
135
+ def message
136
+ @message || @data[:message]
137
+ end
138
+
139
+ end
140
+
125
141
  class ThrottlingException < ServiceError
126
142
 
127
143
  # @param [Seahorse::Client::RequestContext] context
@@ -2947,6 +2947,18 @@ module Aws::RoboMaker
2947
2947
  include Aws::Structure
2948
2948
  end
2949
2949
 
2950
+ # The request has failed due to a temporary failure of the server.
2951
+ #
2952
+ # @!attribute [rw] message
2953
+ # @return [String]
2954
+ #
2955
+ # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ServiceUnavailableException AWS API Documentation
2956
+ #
2957
+ class ServiceUnavailableException < Struct.new(
2958
+ :message)
2959
+ include Aws::Structure
2960
+ end
2961
+
2950
2962
  # Information about a simulation application configuration.
2951
2963
  #
2952
2964
  # @note When making an API call, you may pass SimulationApplicationConfig
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.9.0
4
+ version: 1.10.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-05-28 00:00:00.000000000 Z
11
+ date: 2019-06-17 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.53.0
22
+ version: 3.56.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.53.0
32
+ version: 3.56.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement