aws-sdk-cleanroomsml 1.30.0 → 1.31.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: 8d0d563b6ddaf09a477c911cf765d743a29e056d364b38689d98ac11e30e909b
4
- data.tar.gz: 78ecb13153a1069cfb81ee49ced6ccf5785b20bfded3b6aff09e4a26104dbd55
3
+ metadata.gz: dae1696156c403fd1f208b5021bfb8d4b474c4c1caf41e5d952d74347d2d45b4
4
+ data.tar.gz: df10c6e75d8382d1776e4ec379bfc3117b1c26e7863efbcf78cb15673011bff2
5
5
  SHA512:
6
- metadata.gz: a4ad3fc3a9976a0dc17918e80e674026054637a7450dfce2ff25e59c9e0fa56f4fa8b4d9c6f8ed6d27ecc09c9d8175ddb559a314c9ae1fb97a75de2a0d078bff
7
- data.tar.gz: a5b12a9648a1d55933f7ad1748fde42116c282cf44c3f3b09749e16e6a4a81e0eff7681c95d70f50ea7fa4e057fdb5e2f7597221b02cefe7993ebe84b5a457af
6
+ metadata.gz: e58c0d0f0d3be506cbbfdce2a0e72c9b732894c9b17aad8138e41b2d5150a73530a6cf0ff873dfc7fdbcc6d6f2774fa1fc662f8cbbc6fd3b7a91a5a3fc453c15
7
+ data.tar.gz: b69c1e92054d4a13fe906da0b1100022e6a1ced39c9f75f930b76b7220cf470b07f8c3cf2c4e03df6a6f55f4fcb80043020a3cfaef038eb3cdba13ccb8f85dc8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.31.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.30.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.0
1
+ 1.31.0
@@ -95,8 +95,8 @@ module Aws::CleanRoomsML
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::CleanRoomsML
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::CleanRoomsML
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::CleanRoomsML
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.
@@ -4022,7 +4019,7 @@ module Aws::CleanRoomsML
4022
4019
  tracer: tracer
4023
4020
  )
4024
4021
  context[:gem_name] = 'aws-sdk-cleanroomsml'
4025
- context[:gem_version] = '1.30.0'
4022
+ context[:gem_version] = '1.31.0'
4026
4023
  Seahorse::Client::Request.new(handlers, context)
4027
4024
  end
4028
4025
 
@@ -55,7 +55,7 @@ module Aws::CleanRoomsML
55
55
  autoload :EndpointProvider, 'aws-sdk-cleanroomsml/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-cleanroomsml/endpoints'
57
57
 
58
- GEM_VERSION = '1.30.0'
58
+ GEM_VERSION = '1.31.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-cleanroomsml
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.30.0
4
+ version: 1.31.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services