aws-sdk-cognitoidentity 1.76.0 → 1.77.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: e92f1d762a38fe012aa5ab9a1722505f44cf510a864858f46bc3068b7c95d83b
4
- data.tar.gz: c612e2afc9d866702df7f37d8d0c445fd3f35c8d4bb55c70545343c8f1f91ff1
3
+ metadata.gz: c929a4bbcf5d0d4ad710974e68dee99846973e00a9a8607dcd49d07d9f47d8e5
4
+ data.tar.gz: 2f01b8024a462dd6f833b6f26419c844d8e3fc0c3a3b762353588a09f2cc898b
5
5
  SHA512:
6
- metadata.gz: 87b6c9d17cfdc217d2c76cedac30af8215778e2dcc1b59bd32b8fd4ea5617bb8fa84527f781865d7611627f8c1b81b30ba451be5c22d0e3a7dab0703620a474b
7
- data.tar.gz: a49c174f62c989e93197529c1d108fec16a16c5e572eb3af150bf10b73a1808710eb99eb3ed8516d45afa51cf0aa6d10b009464837d6ce0da75cc013d636bb7a
6
+ metadata.gz: e71bab5bb2c56c55bdc5001e0b4353081dec5bf195fa720f104bec3649d0079369ca7f80838c6b4a3aec9ae606bb02bf025ebddfd5739633d815a01cc8f68a2e
7
+ data.tar.gz: f42d7cab244315a77eed7919d220af34d8db9969cd39fd8a0abb4756b53f1c02557060fa65332dd01ff8610df8955e4fbcc84ab9f060715f857ad225559a3d8b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.76.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
1
+ 1.77.0
@@ -95,8 +95,8 @@ module Aws::CognitoIdentity
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::CognitoIdentity
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::CognitoIdentity
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -384,8 +381,8 @@ module Aws::CognitoIdentity
384
381
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
385
382
  #
386
383
  # @option options [Aws::TokenProvider] :token_provider
387
- # Your Bearer token used for authentication. This can be an instance of any one of the
388
- # following classes:
384
+ # Your Bearer token used for authentication. This can be any class that includes and implements
385
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
389
386
  #
390
387
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
391
388
  # tokens.
@@ -1783,7 +1780,7 @@ module Aws::CognitoIdentity
1783
1780
  tracer: tracer
1784
1781
  )
1785
1782
  context[:gem_name] = 'aws-sdk-cognitoidentity'
1786
- context[:gem_version] = '1.76.0'
1783
+ context[:gem_version] = '1.77.0'
1787
1784
  Seahorse::Client::Request.new(handlers, context)
1788
1785
  end
1789
1786
 
@@ -54,7 +54,7 @@ module Aws::CognitoIdentity
54
54
  autoload :EndpointProvider, 'aws-sdk-cognitoidentity/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cognitoidentity/endpoints'
56
56
 
57
- GEM_VERSION = '1.76.0'
57
+ GEM_VERSION = '1.77.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cognitoidentity
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.76.0
4
+ version: 1.77.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services