aws-sdk-robomaker 1.37.0 → 1.41.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0ec5e582523a89c62e57771f65ebb65476427e9206975ec9048cf3d364bb157a
4
- data.tar.gz: d9270da3b143d15c837759b2825606d8c1b70fd487c1882cccac7598f9fa175d
3
+ metadata.gz: 23ee1aa9cb9b0038febe1a3b65cf26a5718752a66a9a194e3460b75877816c9a
4
+ data.tar.gz: eb34aaec1c1b6656747cb8873c85d43fe69cdac306ad0b774236cb727b6e1af2
5
5
  SHA512:
6
- metadata.gz: 84b6a8bd45bef15f99109f8de4e07dee80a929b2be59014a46b8662a32cf69c356d0c9b2ad0fe33bd519397f56ee7324fefe996c161306aae09f850f099ff8d0
7
- data.tar.gz: 73d515a11644a4af97c332231990da4ec23e0dbb0bc2d8214429a03967de54e6c0cc771771b4dfb4c703ed0e8aaba0e26f04ad7e1cb29fcd584fb1f0256fc6cf
6
+ metadata.gz: abb278967737d15adc8a9835e2d30e4866e0972a7c5f3d7bfae849d4045f569e5afb6c0a9bc24c188824b6518992faef4d46f9deb8e3c59aebba61b07125f2ba
7
+ data.tar.gz: 664a0d74a116a238ea30b705976accf72e38d00bd828ae151a3775f7c0b8046a06663bda95b9ab8bf504b0f8685faa84137e2dbd1409949358f3f208b0d128c7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.41.0 (2021-09-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.40.0 (2021-08-20)
10
+ ------------------
11
+
12
+ * Feature - Documentation updates for RoboMaker
13
+
14
+ 1.39.0 (2021-07-30)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.38.0 (2021-07-28)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.37.0 (2021-07-19)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.0
1
+ 1.41.0
@@ -1108,7 +1108,8 @@ module Aws::RoboMaker
1108
1108
  #
1109
1109
  # Continue
1110
1110
  #
1111
- # : Restart the simulation job in the same host instance.
1111
+ # : Leaves the instance running for its maximum timeout duration after a
1112
+ # `4XX` error code.
1112
1113
  #
1113
1114
  # Fail
1114
1115
  #
@@ -4103,7 +4104,7 @@ module Aws::RoboMaker
4103
4104
  params: params,
4104
4105
  config: config)
4105
4106
  context[:gem_name] = 'aws-sdk-robomaker'
4106
- context[:gem_version] = '1.37.0'
4107
+ context[:gem_version] = '1.41.0'
4107
4108
  Seahorse::Client::Request.new(handlers, context)
4108
4109
  end
4109
4110
 
@@ -1145,7 +1145,8 @@ module Aws::RoboMaker
1145
1145
  #
1146
1146
  # Continue
1147
1147
  #
1148
- # : Restart the simulation job in the same host instance.
1148
+ # : Leaves the instance running for its maximum timeout duration after
1149
+ # a `4XX` error code.
1149
1150
  #
1150
1151
  # Fail
1151
1152
  #
@@ -5248,7 +5249,8 @@ module Aws::RoboMaker
5248
5249
  #
5249
5250
  # Continue
5250
5251
  #
5251
- # : Restart the simulation job in the same host instance.
5252
+ # : Leaves the host running for its maximum timeout duration after a
5253
+ # `4XX` error code.
5252
5254
  #
5253
5255
  # Fail
5254
5256
  #
@@ -5591,7 +5593,8 @@ module Aws::RoboMaker
5591
5593
  #
5592
5594
  # Continue
5593
5595
  #
5594
- # : Restart the simulation job in the same host instance.
5596
+ # : Leaves the host running for its maximum timeout duration after a
5597
+ # `4XX` error code.
5595
5598
  #
5596
5599
  # Fail
5597
5600
  #
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-robomaker/customizations'
48
48
  # @!group service
49
49
  module Aws::RoboMaker
50
50
 
51
- GEM_VERSION = '1.37.0'
51
+ GEM_VERSION = '1.41.0'
52
52
 
53
53
  end
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.37.0
4
+ version: 1.41.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: 2021-07-19 00:00:00.000000000 Z
11
+ date: 2021-09-01 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.112.0
22
+ version: 3.120.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.112.0
32
+ version: 3.120.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: '0'
79
+ version: '2.3'
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - ">="