aws-sdk-machinelearning 1.65.0 → 1.67.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: 4ef0a5c78ceeba9a71567b4c60225b710d082baface60bfb6a1f2ca0fc656220
4
- data.tar.gz: 4d846aa2a83adddac42f11c285ea9a714b02962b8acdb61cc5acf28ba2a2e80c
3
+ metadata.gz: e797282f0998b0097683428c8c6cc27a5b04612d73cea206c3332849f35abe90
4
+ data.tar.gz: 105c3d50dd2ec72fbfc9c1df85678093976ba57b2e9ffc5e64a9b343ccb86e1d
5
5
  SHA512:
6
- metadata.gz: 864d63911b001973d9bd74ff428352465693b250746ac3654e061e9a2f6834ca86fac1fd9c2a701b94523a38277f351a1d63bb68b91ea8c0eda6ea930faeb5fa
7
- data.tar.gz: 272ae7da9a88921881becb19064b15457637ad478037610f1a8cc5b430f15eb196ec621b4f1e1ed0a582966be634ef7134d86bc56579b6ecd5205360be55aba2
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.65.0
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.65.0'
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.
@@ -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.65.0'
58
+ GEM_VERSION = '1.67.0'
59
59
 
60
60
  end
61
61
 
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.65.0
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: 2024-11-06 00:00:00.000000000 Z
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.210.0
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.210.0
32
+ version: 3.216.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement