aws-sdk-swf 1.32.0 → 1.33.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: bc13912fae6861eaf90243edb930d9636aade6eccf25ea65a6ef418bf0db80d1
4
- data.tar.gz: 2af8fbb6f94a3809dae462e20a9d7aacb9f39f3aaca6932c76889af94b80f8fa
3
+ metadata.gz: 0e02770563da398383469ce7da7634cdb6c689bafe09cd5b0ac9bcef953a80c4
4
+ data.tar.gz: e8c1240c088033832a8c8ff8305cad7f4fefa8a187651ba9905a2225f676c229
5
5
  SHA512:
6
- metadata.gz: eb4a6bb6acea8d9b8eb68ba6981303499fcf23877a16e919653ce3e62939eb635a8920b044415d92dc71c33f843d246e26720aae1f002bcfa6a536221b75c1da
7
- data.tar.gz: 451956809a391c1c920e6712a5c921c9e41e5776f6e89dc625767eb636907155f4273faf78cf0f1b5d4cf6af385b133c2714710f13100dc27287441c14c16cd5
6
+ metadata.gz: 4b200ab23aa716618ad1a7ce644fc3ded050de895915921e73ca345d2b860ed1c9c51871f9a8387f9b548d42b48be262d6c011148d07f312f57de3a468684c0a
7
+ data.tar.gz: d5654884f5125643d906e0013e278673b4f078c1de37449c3423ab76e6f6135204991c12b76811d12e673428348e07ad61c89d32752ba514a03c2617c2a8a49d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.32.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
1
+ 1.33.0
@@ -121,7 +121,9 @@ module Aws::SWF
121
121
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
122
122
  # are very aggressive. Construct and pass an instance of
123
123
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
124
- # enable retries and extended timeouts.
124
+ # enable retries and extended timeouts. Instance profile credential
125
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
126
+ # to true.
125
127
  #
126
128
  # @option options [required, String] :region
127
129
  # The AWS region to connect to. The configured `:region` is
@@ -4297,7 +4299,7 @@ module Aws::SWF
4297
4299
  params: params,
4298
4300
  config: config)
4299
4301
  context[:gem_name] = 'aws-sdk-swf'
4300
- context[:gem_version] = '1.32.0'
4302
+ context[:gem_version] = '1.33.0'
4301
4303
  Seahorse::Client::Request.new(handlers, context)
4302
4304
  end
4303
4305
 
data/lib/aws-sdk-swf.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-swf/customizations'
48
48
  # @!group service
49
49
  module Aws::SWF
50
50
 
51
- GEM_VERSION = '1.32.0'
51
+ GEM_VERSION = '1.33.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-swf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.33.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-11-04 00:00:00.000000000 Z
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core