aws-sdk-sagemakermetrics 1.35.0 → 1.36.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: 8d60a97505fb277c2fe4da04dd339f69d15c67295df87428f0a060e29921d197
4
- data.tar.gz: c48b76bc7738720b803bcc0be4f5c9cfecc6e0b227863cac6f4e4d18d9c6dee7
3
+ metadata.gz: 17323230a848b38d589033b073429f2e23993265538f8ecff54cebc2c707d068
4
+ data.tar.gz: 519d3663403f89604662498fa2667d0c1960c0933895eca09748997dcf15b4eb
5
5
  SHA512:
6
- metadata.gz: 2cb92c822e734644f79fb0fd13607e3ba3cf4d7e1657baf8df9e8b19d7a0b1dfe102b8b8be467236a2919983e747152f946cfdb3e49d5937d5ed451175196152
7
- data.tar.gz: 8e3d2682ef682a265dee660342604d6f0260fb0dfd80b239c6fbda5f6056eb6513c7ea3c2b8ed1b03ecc231a8473f9600820d52c2784568264ebefefe59dd84f
6
+ metadata.gz: c9bbc4446c608e39d10a5b8a0959cbd541fbf9729673f672efeef04a0b8d904b4beab3b9072e6b7d4b317ed11d923804569502b10484322878bdc439c6c14dbe
7
+ data.tar.gz: 7e9e7cd17b8d338843561279c06b9e8c05930b81b7688852d7060e886e57099a075faa38e52a50fe52327713d37edf9ccd725dc63bacafefc31a4d641f07f42b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.36.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.35.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
1
+ 1.36.0
@@ -95,8 +95,8 @@ module Aws::SageMakerMetrics
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::SageMakerMetrics
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::SageMakerMetrics
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::SageMakerMetrics
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.
@@ -584,7 +581,7 @@ module Aws::SageMakerMetrics
584
581
  tracer: tracer
585
582
  )
586
583
  context[:gem_name] = 'aws-sdk-sagemakermetrics'
587
- context[:gem_version] = '1.35.0'
584
+ context[:gem_version] = '1.36.0'
588
585
  Seahorse::Client::Request.new(handlers, context)
589
586
  end
590
587
 
@@ -54,7 +54,7 @@ module Aws::SageMakerMetrics
54
54
  autoload :EndpointProvider, 'aws-sdk-sagemakermetrics/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-sagemakermetrics/endpoints'
56
56
 
57
- GEM_VERSION = '1.35.0'
57
+ GEM_VERSION = '1.36.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-sagemakermetrics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.35.0
4
+ version: 1.36.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services