aws-sdk-ssooidc 1.15.0 → 1.16.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: 18025238e96d6f6191bb63308b239c8f0b028b9355f770b987b73fd94aad6d43
4
- data.tar.gz: 1d58a750b18fa771f3ff69e8b2d9dba2fd20c3b74f9b09a846db5b41d0644606
3
+ metadata.gz: 31d5eaaa011f8a373b00ccd3c2105cc845747d9e5d4dc6fc8c6ae8e289a22bc6
4
+ data.tar.gz: d0e70d128560a39470dd7ca76c0c2cd83e303d574f4d8cb279148d9366b225b2
5
5
  SHA512:
6
- metadata.gz: 0a832d9ea193f7267e429d55b39f1f057b39b76a2d834ca5b4531342e7acf7ea90034204a2f04e56d7a73ecb90b56ee77d79bd38b6c5e65c8f64cdd80b94b937
7
- data.tar.gz: 20da5ebb2341a2dcc6acbea8ae1532d8f9c74e01a610db68dc6dd73aecfd2b0dcce0158e6fc047b0c5cda00162d11a48552c720891d6652a227f66142e91e246
6
+ metadata.gz: 9a0407e4cd8bb634579e5f3d0f0ba7e46793debc7064d144137f49d11db6e237fd89c2f856a426c7e79c00fef4eaf910bdc8f14a65126f77ae3ad796cbdbf227
7
+ data.tar.gz: 83c8495d53698a40b46b7b329aad9cdcc1ae689f5bea9c69df0247be67fd877ebb64bbdce9bb554f289db6c0fc67096dfb189e118f64fea71b97c96585452f01
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.16.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.15.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.15.0
1
+ 1.16.0
@@ -119,7 +119,9 @@ module Aws::SSOOIDC
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
@@ -534,7 +536,7 @@ module Aws::SSOOIDC
534
536
  params: params,
535
537
  config: config)
536
538
  context[:gem_name] = 'aws-sdk-ssooidc'
537
- context[:gem_version] = '1.15.0'
539
+ context[:gem_version] = '1.16.0'
538
540
  Seahorse::Client::Request.new(handlers, context)
539
541
  end
540
542
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-ssooidc/customizations'
48
48
  # @!group service
49
49
  module Aws::SSOOIDC
50
50
 
51
- GEM_VERSION = '1.15.0'
51
+ GEM_VERSION = '1.16.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssooidc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 1.16.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