aws-sdk-sagemaker 1.330.0 → 1.331.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: 6c3dcc054b1a4b09169e0a3a4a19e74f2e58c81cfa2e6054bc5408a7e7813ba0
4
- data.tar.gz: b26849a1eaf3f3cf6e38d8bffa0c8c2e7d894f27e6b94e5ec00f748b130226fa
3
+ metadata.gz: de7a7c5959ed32df768d9b1829b92dd75a699dc051513482498f4b1bc486a84c
4
+ data.tar.gz: 2778e5274a3f8daec23417ff0205a0f4a5632a6b39d153711e8863c15cf952ea
5
5
  SHA512:
6
- metadata.gz: 02deac916af37f5d5585cdb8eda47e7dc53d58bbdf4cf0ea7818d107d9fcd5ea21ec3bb1952b9a499d0e0390050eb98d3383da5220ea70ea5940e78aca5f3cfa
7
- data.tar.gz: a1220262323d35d19f2a5b152e03ac7593e15c503be72fac77dcb077707da88fd2323b34773db9e4be24dfe43907b362110afec261c4d67144cbf5600267799d
6
+ metadata.gz: e8175ca401c373a082d03f4319c56aa87c8334dfab4382505384b17749fb19634c201d05032262fca7552598fe685b378e56b75598230ae06cda0d794970b48f
7
+ data.tar.gz: 4072092966576bfdcef00d1ab5bda663a2d4ad40a5150e313a809d5c9ce6df38dc3a5ee5f1b4c535dd006815a41eb2534debe0bf7f1dd808c740fb04c1c01d95
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.331.0 (2025-10-23)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.330.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.330.0
1
+ 1.331.0
@@ -31196,7 +31196,7 @@ module Aws::SageMaker
31196
31196
  tracer: tracer
31197
31197
  )
31198
31198
  context[:gem_name] = 'aws-sdk-sagemaker'
31199
- context[:gem_version] = '1.330.0'
31199
+ context[:gem_version] = '1.331.0'
31200
31200
  Seahorse::Client::Request.new(handlers, context)
31201
31201
  end
31202
31202
 
@@ -13,22 +13,22 @@ module Aws::SageMaker
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -55,7 +55,7 @@ module Aws::SageMaker
55
55
  autoload :EndpointProvider, 'aws-sdk-sagemaker/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-sagemaker/endpoints'
57
57
 
58
- GEM_VERSION = '1.330.0'
58
+ GEM_VERSION = '1.331.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-sagemaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.330.0
4
+ version: 1.331.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services