aws-sdk-machinelearning 1.65.0 → 1.67.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-machinelearning/client.rb +24 -3
- data/lib/aws-sdk-machinelearning/types.rb +0 -2
- data/lib/aws-sdk-machinelearning.rb +1 -1
- data/sig/client.rbs +2 -0
- data/sig/resource.rbs +2 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e797282f0998b0097683428c8c6cc27a5b04612d73cea206c3332849f35abe90
|
4
|
+
data.tar.gz: 105c3d50dd2ec72fbfc9c1df85678093976ba57b2e9ffc5e64a9b343ccb86e1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 636cdb9a6beead90a410b9a71833d70ddf6cd4bcbe59b64170ad7fa1f85ea2d87a712f68ca2aec5fb50da7f77a7c1dd580ca3a845612493f45e4b9da8c43a6c6
|
7
|
+
data.tar.gz: eceb77e1151b785c24473257c873a2b3b6d8173cea1743826bbdd488baaaa6fad14bff067e2fec359beeb7f5ab6009ea88c96e7c53f4d6785ce38ac5a4e42cb7
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.67.0 (2025-01-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.66.0 (2024-11-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.65.0 (2024-11-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.67.0
|
@@ -259,11 +259,34 @@ module Aws::MachineLearning
|
|
259
259
|
# Used when loading credentials from the shared credentials file
|
260
260
|
# at HOME/.aws/credentials. When not specified, 'default' is used.
|
261
261
|
#
|
262
|
+
# @option options [String] :request_checksum_calculation ("when_supported")
|
263
|
+
# Determines when a checksum will be calculated for request payloads. Values are:
|
264
|
+
#
|
265
|
+
# * `when_supported` - (default) When set, a checksum will be
|
266
|
+
# calculated for all request payloads of operations modeled with the
|
267
|
+
# `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
|
268
|
+
# `requestAlgorithmMember` is modeled.
|
269
|
+
# * `when_required` - When set, a checksum will only be calculated for
|
270
|
+
# request payloads of operations modeled with the `httpChecksum` trait where
|
271
|
+
# `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
|
272
|
+
# is modeled and supplied.
|
273
|
+
#
|
262
274
|
# @option options [Integer] :request_min_compression_size_bytes (10240)
|
263
275
|
# The minimum size in bytes that triggers compression for request
|
264
276
|
# bodies. The value must be non-negative integer value between 0
|
265
277
|
# and 10485780 bytes inclusive.
|
266
278
|
#
|
279
|
+
# @option options [String] :response_checksum_validation ("when_supported")
|
280
|
+
# Determines when checksum validation will be performed on response payloads. Values are:
|
281
|
+
#
|
282
|
+
# * `when_supported` - (default) When set, checksum validation is performed on all
|
283
|
+
# response payloads of operations modeled with the `httpChecksum` trait where
|
284
|
+
# `responseAlgorithms` is modeled, except when no modeled checksum algorithms
|
285
|
+
# are supported.
|
286
|
+
# * `when_required` - When set, checksum validation is not performed on
|
287
|
+
# response payloads of operations unless the checksum algorithm is supported and
|
288
|
+
# the `requestValidationModeMember` member is set to `ENABLED`.
|
289
|
+
#
|
267
290
|
# @option options [Proc] :retry_backoff
|
268
291
|
# A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
|
269
292
|
# This option is only used in the `legacy` retry mode.
|
@@ -611,7 +634,6 @@ module Aws::MachineLearning
|
|
611
634
|
#
|
612
635
|
# * `InstanceIdentifier ` - A unique identifier for the Amazon RDS
|
613
636
|
# database instance.
|
614
|
-
#
|
615
637
|
# * DatabaseCredentials - AWS Identity and Access Management (IAM)
|
616
638
|
# credentials that are used to connect to the Amazon RDS database.
|
617
639
|
#
|
@@ -764,7 +786,6 @@ module Aws::MachineLearning
|
|
764
786
|
#
|
765
787
|
# * ` ClusterIdentifier` - The unique ID for the Amazon Redshift
|
766
788
|
# cluster.
|
767
|
-
#
|
768
789
|
# * DatabaseCredentials - The AWS Identity and Access Management (IAM)
|
769
790
|
# credentials that are used to connect to the Amazon Redshift
|
770
791
|
# database.
|
@@ -2488,7 +2509,7 @@ module Aws::MachineLearning
|
|
2488
2509
|
tracer: tracer
|
2489
2510
|
)
|
2490
2511
|
context[:gem_name] = 'aws-sdk-machinelearning'
|
2491
|
-
context[:gem_version] = '1.
|
2512
|
+
context[:gem_version] = '1.67.0'
|
2492
2513
|
Seahorse::Client::Request.new(handlers, context)
|
2493
2514
|
end
|
2494
2515
|
|
@@ -248,7 +248,6 @@ module Aws::MachineLearning
|
|
248
248
|
#
|
249
249
|
# * `InstanceIdentifier ` - A unique identifier for the Amazon RDS
|
250
250
|
# database instance.
|
251
|
-
#
|
252
251
|
# * DatabaseCredentials - AWS Identity and Access Management (IAM)
|
253
252
|
# credentials that are used to connect to the Amazon RDS database.
|
254
253
|
#
|
@@ -355,7 +354,6 @@ module Aws::MachineLearning
|
|
355
354
|
#
|
356
355
|
# * ` ClusterIdentifier` - The unique ID for the Amazon Redshift
|
357
356
|
# cluster.
|
358
|
-
#
|
359
357
|
# * DatabaseCredentials - The AWS Identity and Access Management (IAM)
|
360
358
|
# credentials that are used to connect to the Amazon Redshift
|
361
359
|
# database.
|
data/sig/client.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
data/sig/resource.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-machinelearning
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.67.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.216.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.216.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|