aws-sdk-rekognition 1.119.0 → 1.120.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: 765c5dadf80883e8aaffdf5ac96118f78c00830028c94962db84c47633e7eae6
4
- data.tar.gz: f06d7b0f0463761670a78567a4fab51a1e94539ea692e0a9364e1bf09f342d18
3
+ metadata.gz: 047766222fd38080c38df0eedf8e0c0598726f73000e0f0f5161e9068c1db2ed
4
+ data.tar.gz: aa7ba2097fdf611fd408348fe29e5f92facf48b30070be86d0fd4743e462a3ac
5
5
  SHA512:
6
- metadata.gz: 90a8fcdccb1d1a37b2d070e16932a2a986aaeb8e40ed973f85df3e4130bd6e7bf08d21f420c17c588b9067af17d4a7144ca24c7a542aea93947d326fde856588
7
- data.tar.gz: 7c43b6df1a8e1ce18dc874a4be799f2030852d189a46b6b11ddf723693ca81a928e092768e2e7da224cbfd55a5a994d429bbdec0b5eca78ea5657d7695bfe9ce
6
+ metadata.gz: 10fd383e8744f069fa6e40a188b21563e97b3ef0d4737045b49253fd36112e651d7a6313266035489b3faf12746dcf12a5424dabce0afc3a41ac8a7643ea1917
7
+ data.tar.gz: 15de1c49a8a98f3347e7233be5741e2de5e7f08738cd0e88092b84fd48a2f53c8b2fb0e22d2f9c4a348d237f7aca2e9d205b3d0e848c050bc61a4776491e2f63
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.120.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.119.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.119.0
1
+ 1.120.0
@@ -95,8 +95,8 @@ module Aws::Rekognition
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::Rekognition
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::Rekognition
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::Rekognition
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.
@@ -8530,7 +8527,7 @@ module Aws::Rekognition
8530
8527
  tracer: tracer
8531
8528
  )
8532
8529
  context[:gem_name] = 'aws-sdk-rekognition'
8533
- context[:gem_version] = '1.119.0'
8530
+ context[:gem_version] = '1.120.0'
8534
8531
  Seahorse::Client::Request.new(handlers, context)
8535
8532
  end
8536
8533
 
@@ -55,7 +55,7 @@ module Aws::Rekognition
55
55
  autoload :EndpointProvider, 'aws-sdk-rekognition/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-rekognition/endpoints'
57
57
 
58
- GEM_VERSION = '1.119.0'
58
+ GEM_VERSION = '1.120.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rekognition
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.119.0
4
+ version: 1.120.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services