aws-sdk-cognitosync 1.70.0 → 1.71.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: c76266d3fe3f2b6b8976dac325726e589bb551585fa12665b1c7fee0cdf521c7
4
- data.tar.gz: 4702e412f2d1aa9023dfd4a7cc6a23c95c7017865a4eb43c6c16b15590671651
3
+ metadata.gz: fb5e64133986f1d144ed55c21ad1006fcd05d3f35e417a278cff2a5e51c072d0
4
+ data.tar.gz: 1e9cdb973c086a0fbd4af2d869317849b1ac651b0d21b2c53d73a4cdaf3ba6fa
5
5
  SHA512:
6
- metadata.gz: bcb2173a867aac9fca88acf011100a10a7648dcf0de45bf43d27151daedc9c6cbd90024015edf12a154f44362575662c075e86bfb1674ee779dac239114878fd
7
- data.tar.gz: d0525092ba6959f778138c32e009856ab2bc7679495138ebbb05554b105ce22b3888acbffbecf196ae46f95e8bdbccdfcc886f42f929443770193afc33b04324
6
+ metadata.gz: c0cb536b652cf9e3856420498d175fb308709f88e2a57e07aa07723b7fe953fbad4a4a5ed1de94d287391a49f1b9c2f77d27a7b4d282304a0dcbd5cce3ccc9c5
7
+ data.tar.gz: 943cdc0d028896bd11f0beac8585bf794c99b8e58bb73a4b304a9f0c7215b455c7c00108fad3c3242cafcb9e47e8d36478660e9f65d5f8ffade4433b3f605ca3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.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.70.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.71.0
@@ -95,8 +95,8 @@ module Aws::CognitoSync
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::CognitoSync
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::CognitoSync
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
@@ -377,8 +374,8 @@ module Aws::CognitoSync
377
374
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
378
375
  #
379
376
  # @option options [Aws::TokenProvider] :token_provider
380
- # Your Bearer token used for authentication. This can be an instance of any one of the
381
- # following classes:
377
+ # Your Bearer token used for authentication. This can be any class that includes and implements
378
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
382
379
  #
383
380
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
384
381
  # tokens.
@@ -1345,7 +1342,7 @@ module Aws::CognitoSync
1345
1342
  tracer: tracer
1346
1343
  )
1347
1344
  context[:gem_name] = 'aws-sdk-cognitosync'
1348
- context[:gem_version] = '1.70.0'
1345
+ context[:gem_version] = '1.71.0'
1349
1346
  Seahorse::Client::Request.new(handlers, context)
1350
1347
  end
1351
1348
 
@@ -54,7 +54,7 @@ module Aws::CognitoSync
54
54
  autoload :EndpointProvider, 'aws-sdk-cognitosync/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cognitosync/endpoints'
56
56
 
57
- GEM_VERSION = '1.70.0'
57
+ GEM_VERSION = '1.71.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-cognitosync
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.70.0
4
+ version: 1.71.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services