aws-sdk-core 3.123.0 → 3.124.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 +4 -4
- data/CHANGELOG.md +7 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-core/plugins/credentials_configuration.rb +3 -1
- data/lib/aws-sdk-sso/client.rb +4 -2
- data/lib/aws-sdk-sso.rb +1 -1
- data/lib/aws-sdk-sts/client.rb +4 -2
- data/lib/aws-sdk-sts.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2e6d1b5c90cf269b88901ee018179a1355f080b486a9d68954d73e2f7aa43c08
|
|
4
|
+
data.tar.gz: f5f92dc12397b5de01bb5a363d56f1ea03e9e7e827ed5d9d342d74619dbca086
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 139b9278f19e6ee1789a4223e8d8f71a6f71347b5ff22c36108372ce16f892e9d428924ea78d0356cd26067b852db4a1be6b1e9c2c915b687a4cbe575630d634
|
|
7
|
+
data.tar.gz: e5a4242fe69db060d531265e4b7811e8b6e76bf5de477a51d4f8fe1c4b5c3d857d0cf0801a9381e69d68a395e802b7eb84f1e815f5ef3aef2f5e65922cddf300
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
3.124.0 (2021-11-30)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated Aws::STS::Client with the latest API changes.
|
|
8
|
+
|
|
9
|
+
* Feature - Updated Aws::SSO::Client with the latest API changes.
|
|
10
|
+
|
|
4
11
|
3.123.0 (2021-11-23)
|
|
5
12
|
------------------
|
|
6
13
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.
|
|
1
|
+
3.124.0
|
|
@@ -64,7 +64,9 @@ locations will be searched for credentials:
|
|
|
64
64
|
* EC2/ECS IMDS instance profile - When used by default, the timeouts
|
|
65
65
|
are very aggressive. Construct and pass an instance of
|
|
66
66
|
`Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
|
67
|
-
enable retries and extended timeouts.
|
|
67
|
+
enable retries and extended timeouts. Instance profile credential
|
|
68
|
+
fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
|
|
69
|
+
to true.
|
|
68
70
|
DOCS
|
|
69
71
|
) do |config|
|
|
70
72
|
CredentialProviderChain.new(config).resolve
|
data/lib/aws-sdk-sso/client.rb
CHANGED
|
@@ -119,7 +119,9 @@ module Aws::SSO
|
|
|
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
|
|
@@ -530,7 +532,7 @@ module Aws::SSO
|
|
|
530
532
|
params: params,
|
|
531
533
|
config: config)
|
|
532
534
|
context[:gem_name] = 'aws-sdk-core'
|
|
533
|
-
context[:gem_version] = '3.
|
|
535
|
+
context[:gem_version] = '3.124.0'
|
|
534
536
|
Seahorse::Client::Request.new(handlers, context)
|
|
535
537
|
end
|
|
536
538
|
|
data/lib/aws-sdk-sso.rb
CHANGED
data/lib/aws-sdk-sts/client.rb
CHANGED
|
@@ -121,7 +121,9 @@ module Aws::STS
|
|
|
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
|
|
@@ -2273,7 +2275,7 @@ module Aws::STS
|
|
|
2273
2275
|
params: params,
|
|
2274
2276
|
config: config)
|
|
2275
2277
|
context[:gem_name] = 'aws-sdk-core'
|
|
2276
|
-
context[:gem_version] = '3.
|
|
2278
|
+
context[:gem_version] = '3.124.0'
|
|
2277
2279
|
Seahorse::Client::Request.new(handlers, context)
|
|
2278
2280
|
end
|
|
2279
2281
|
|
data/lib/aws-sdk-sts.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.124.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-
|
|
11
|
+
date: 2021-11-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|