aws-sdk-states 1.44.0 → 1.45.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
  SHA256:
3
- metadata.gz: 005a8df32696819047d6f0df83dfd7074ff07ff0b3ca4a2496545300d7a99439
4
- data.tar.gz: 5e5bd4d9815ea4ad1c0a23e84cf38c2256760caae9560f4b5003383a16370b1f
3
+ metadata.gz: fcc39f344e011609a23141ad0defef60323d40b18558da7a8462845502fa63bc
4
+ data.tar.gz: fc8fc1bd7ed837553bc441d40d61aa6bf1e6c497387f88241451f1c85779d0fe
5
5
  SHA512:
6
- metadata.gz: 6198efe81ffaeeda6180a7f1cbb81a3f0577ee690149ee460c727defde2ab107f6ce8d94f92965cedf95293e554a176dd65f48917714c4fdafc3d57c16bb820b
7
- data.tar.gz: b84b2ab5cdb905126c55ab248f36188f929355a02625acc2c5406857a92a9fb2fc9eb2914d7cdb7f4af5a40ef6dcf9d6dabfe7337c7e303f5d0404a1ae551c3c
6
+ metadata.gz: 5e49daa2f3bb2b96aa993aca793193b82f091c21781fbfcb442a73e12f6c82289e04adb150b8f897868f7dc38a5bd5193e9d43f85777db29144d2cea9d51aa80
7
+ data.tar.gz: 36a3745d945ce9402dd018d2fec39826ffa95c63e59854b38480d8d2cd6eaf614e44e01e90c290d1829bc0a48752ab3f4a6e54e020e8d1e2054d25fc6caf95ef
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.45.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.44.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.44.0
1
+ 1.45.0
@@ -119,7 +119,9 @@ module Aws::States
119
119
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
120
  # are very aggressive. Construct and pass an instance of
121
121
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
122
+ # enable retries and extended timeouts. Instance profile credential
123
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
124
+ # to true.
123
125
  #
124
126
  # @option options [required, String] :region
125
127
  # The AWS region to connect to. The configured `:region` is
@@ -1773,7 +1775,7 @@ module Aws::States
1773
1775
  params: params,
1774
1776
  config: config)
1775
1777
  context[:gem_name] = 'aws-sdk-states'
1776
- context[:gem_version] = '1.44.0'
1778
+ context[:gem_version] = '1.45.0'
1777
1779
  Seahorse::Client::Request.new(handlers, context)
1778
1780
  end
1779
1781
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-states/customizations'
48
48
  # @!group service
49
49
  module Aws::States
50
50
 
51
- GEM_VERSION = '1.44.0'
51
+ GEM_VERSION = '1.45.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-states
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.44.0
4
+ version: 1.45.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