aws-sdk-machinelearning 1.74.0 → 1.75.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: ba3816c8006f9c937e3c5e2be9966b85d49a2b70f1221d85abf335734c137466
4
- data.tar.gz: f7a8e5e017a35385cd2cc6c7ec819789e1a98b3d1cf4b67cc90fde7b80d0c6f0
3
+ metadata.gz: 4196facd558a71403934689bad2d19c4c3d6609c9feb5c2f09787f21a0f81ed2
4
+ data.tar.gz: 1c46f8b12827dc1d2107936ab414e9f6fa9081dfd6f04d446fa67bee3165e602
5
5
  SHA512:
6
- metadata.gz: d7873d8c1f8f04668bb326cc0b2bfc9eaf44f0c2b7ab2a5aa61315e6772e3920daef3df26c931a3c5376b2b2d0e10d2126e2ab7e5727e8c81863c54b864c8288
7
- data.tar.gz: d84359d6eda31f1fdf642e0bc72213e18779c8f01ed1e34df0fe156104d76beec9e92446ff8a3b09ea039fa3540d0e03ae78e0c9819bbfd43ff9cd1985efd767
6
+ metadata.gz: e35467cd876c56197f6befaa33036445c8fb7d5894c11f109723a9223e9d5eeac81313cf078ffb5441f7c113d0b0118cf8957fef7f862e8f1e8ffe300248da79
7
+ data.tar.gz: a5953d194bec490ce81c0f94902b6f468b8baaeb307dc9a6213313ca6eadb57d790e6d7cb60f107537c62453b9937897dcfb534ce5a86cc64a07205bea63b5bb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.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.74.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.75.0
@@ -97,8 +97,8 @@ module Aws::MachineLearning
97
97
  # class name or an instance of a plugin class.
98
98
  #
99
99
  # @option options [required, Aws::CredentialProvider] :credentials
100
- # Your AWS credentials used for authentication. This can be an instance of any one of the
101
- # following classes:
100
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
101
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
102
102
  #
103
103
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
104
104
  # credentials.
@@ -126,8 +126,7 @@ module Aws::MachineLearning
126
126
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
127
127
  # from the Cognito Identity service.
128
128
  #
129
- # When `:credentials` are not configured directly, the following
130
- # locations will be searched for credentials:
129
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
131
130
  #
132
131
  # * `Aws.config[:credentials]`
133
132
  #
@@ -141,12 +140,10 @@ module Aws::MachineLearning
141
140
  #
142
141
  # * `~/.aws/config`
143
142
  #
144
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
145
- # are very aggressive. Construct and pass an instance of
146
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
147
- # enable retries and extended timeouts. Instance profile credential
148
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
149
- # to `true`.
143
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
144
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
146
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
150
147
  #
151
148
  # @option options [required, String] :region
152
149
  # The AWS region to connect to. The configured `:region` is
@@ -386,8 +383,8 @@ module Aws::MachineLearning
386
383
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
387
384
  #
388
385
  # @option options [Aws::TokenProvider] :token_provider
389
- # Your Bearer token used for authentication. This can be an instance of any one of the
390
- # following classes:
386
+ # Your Bearer token used for authentication. This can be any class that includes and implements
387
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
391
388
  #
392
389
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
393
390
  # tokens.
@@ -2518,7 +2515,7 @@ module Aws::MachineLearning
2518
2515
  tracer: tracer
2519
2516
  )
2520
2517
  context[:gem_name] = 'aws-sdk-machinelearning'
2521
- context[:gem_version] = '1.74.0'
2518
+ context[:gem_version] = '1.75.0'
2522
2519
  Seahorse::Client::Request.new(handlers, context)
2523
2520
  end
2524
2521
 
@@ -55,7 +55,7 @@ module Aws::MachineLearning
55
55
  autoload :EndpointProvider, 'aws-sdk-machinelearning/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-machinelearning/endpoints'
57
57
 
58
- GEM_VERSION = '1.74.0'
58
+ GEM_VERSION = '1.75.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-machinelearning
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.74.0
4
+ version: 1.75.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services