aws-sdk-ssoadmin 1.12.0 → 1.13.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: 55d5c28c2a4cc94fe43d22fd48b00203f935b8aa05b0cbb6a39e9bd8e4bebf0e
4
- data.tar.gz: 4736be61bf2a64abc6cfd9916c6828c214aece65fcd9268661f1f8d500ed9b59
3
+ metadata.gz: 63feb5a991047b09722dcb8f6dc20ab7530ed5d9bee4be73c900cfbf2aa559f2
4
+ data.tar.gz: dab71587cf7368c4636e70d471a56132587410a7ec21df33d800d4d00c2fe4bc
5
5
  SHA512:
6
- metadata.gz: 15e835f643a359bf12ceb1de5aa62b03837448c694d1362f9ec4e8f53cefb2ff3a41120a88defea9f09ec4558fc209a99838ea9bdcc9a8f95bf788d04e469d44
7
- data.tar.gz: 6ca833a19ec0962b04143c5bcf17974d2264290f1917bdd9f2cb70d371f5197584198ff105851d75c2d9e33b4f9c42a10eefb4ccce0ae9301b8d6f330026984c
6
+ metadata.gz: a69b3ebe8c88a50bbf12f988d84242995c41d64807a5c5846b0dbb741247644fb2e4b9676c0aa7026d922233773ed89098f29b44cedbd37ee3ee33d495c85b61
7
+ data.tar.gz: 6e96568f32799877e08a987d0ca1ffd0a07d58bc51df9fec35561a231269c5e3dcf95f96ff5bc75a8c8200b8f157144feacbe54efed564a1ffcddd5d83766be6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.13.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.12.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.13.0
@@ -119,7 +119,9 @@ module Aws::SSOAdmin
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
@@ -1819,7 +1821,7 @@ module Aws::SSOAdmin
1819
1821
  params: params,
1820
1822
  config: config)
1821
1823
  context[:gem_name] = 'aws-sdk-ssoadmin'
1822
- context[:gem_version] = '1.12.0'
1824
+ context[:gem_version] = '1.13.0'
1823
1825
  Seahorse::Client::Request.new(handlers, context)
1824
1826
  end
1825
1827
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-ssoadmin/customizations'
48
48
  # @!group service
49
49
  module Aws::SSOAdmin
50
50
 
51
- GEM_VERSION = '1.12.0'
51
+ GEM_VERSION = '1.13.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssoadmin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.13.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