aws-sdk-robomaker 1.39.0 → 1.40.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: ea9595748487aa0130d6b5f76ddcdd95763ba0ce823fad431b1faa8dd82bbc86
4
- data.tar.gz: 75525b43a966dc06d37d91aaf84837cd337acf803c4f9b872cd7ecda3f5635b8
3
+ metadata.gz: 4ca6430e9597b76a743cfc621889447a3eff7392112503143f09910a60a0bdca
4
+ data.tar.gz: 4c67c1a8f2cc67e2e437147bd4200237c2f584bb155cad23bd5f0e8c15a8700a
5
5
  SHA512:
6
- metadata.gz: bc0b787260cd2ca1b68baa4e65c225c1c189615dcd9038405a5a9e8748c57d7e7c55adc44d328e0182367f08456238c15dd8c6a2b2df697324bbf0a2d3bd6e8d
7
- data.tar.gz: 07d53664a04ac107d7f14f378bef052cd6d5cc2f5ff2a915a28b4dde7f809841ee5ffe1c1cb8df75eabef8bbeedefe7c9012bbcb11e8e6e891d57fafa733ddae
6
+ metadata.gz: 4d0e001d6e1d1d71d9a16128bf8a9391e371a923ca5bdcf1e3b5de0ab21edf7c2af5a73fb88bb95966cb5325efe7720debd8189c1790c0d7c9574bdb9a30cc00
7
+ data.tar.gz: 1b7af7cc8c8b2619f48f6cf833d143f50802bbe767c560b262b8ca6c98d3431eeb039e199fa75e6bc1b561ea5c88f614c8a7f2324a75d4f6e67f7b9c6806d6f0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2021-08-20)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for RoboMaker
8
+
4
9
  1.39.0 (2021-07-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
1
+ 1.40.0
@@ -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.39.0'
51
+ GEM_VERSION = '1.40.0'
52
52
 
53
53
  end
@@ -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.39.0'
4107
+ context[:gem_version] = '1.40.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
  #
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.39.0
4
+ version: 1.40.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-30 00:00:00.000000000 Z
11
+ date: 2021-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core