aws-sdk-sagemakergeospatial 1.35.0 → 1.37.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: c4dbd88de5e247745441f0aa96201d5b5597b87231a2718bba80ba10641f4106
4
- data.tar.gz: '028f7aac4dd56a28ec07b3159c6b89e6a84de05dfe786ca3173706ae251acd67'
3
+ metadata.gz: bb8df3007e6a127e90bf9987843cbea07782eaeb7ac353f0e3d1d28706d21706
4
+ data.tar.gz: c2cc8d588fdd140bf8bb16c3d0af5062e02db8b6ec71b47c39aad848e17a2372
5
5
  SHA512:
6
- metadata.gz: 0dda8b93c63184d8bed568a3bf5a582baa96408416844f68fe1e3b901f1b5d2a3380e71670a55eb64312f1bb8136d362524d89ba7933c298b47d8774294c17f6
7
- data.tar.gz: 5e1782414448a147e33d8d5c4180be728dac80340a63aed26a4a28fd118ea3539b85e13248d40ec335ff441a8562c4adb83cedc0b3feb8aed38e32ab64c98444
6
+ metadata.gz: 629875bae9f286cb9a35e9b654e6f10ab40ac37b192e01341f1600b8b2e325ea2b7424d22797a59a89d2decc9a1997f27816b1b1075a837f57d08486820ef63e
7
+ data.tar.gz: 14d17e45cc5113d1a4aa3563b7854bc046cec39d634a1f8a703f8bb2209cc4e0d69edfbe53cdb291e0a803bad55e7c35e8f449a94978b697671107fb9bb11da9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
9
+ 1.36.0 (2025-08-26)
10
+ ------------------
11
+
12
+ * Feature - Remove incorrect endpoint tests
13
+
4
14
  1.35.0 (2025-08-04)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
1
+ 1.37.0
@@ -1764,7 +1764,7 @@ module Aws::SageMakerGeospatial
1764
1764
  tracer: tracer
1765
1765
  )
1766
1766
  context[:gem_name] = 'aws-sdk-sagemakergeospatial'
1767
- context[:gem_version] = '1.35.0'
1767
+ context[:gem_version] = '1.37.0'
1768
1768
  Seahorse::Client::Request.new(handlers, context)
1769
1769
  end
1770
1770
 
@@ -13,22 +13,22 @@ module Aws::SageMakerGeospatial
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,
@@ -28,7 +28,7 @@ module Aws::SageMakerGeospatial
28
28
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
29
29
  end
30
30
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
31
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
31
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
32
32
  return Aws::Endpoints::Endpoint.new(url: "https://sagemaker-geospatial-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
33
33
  end
34
34
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -54,7 +54,7 @@ module Aws::SageMakerGeospatial
54
54
  autoload :EndpointProvider, 'aws-sdk-sagemakergeospatial/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-sagemakergeospatial/endpoints'
56
56
 
57
- GEM_VERSION = '1.35.0'
57
+ GEM_VERSION = '1.37.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-sagemakergeospatial
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.35.0
4
+ version: 1.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.228.0
21
+ version: 3.231.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.228.0
31
+ version: 3.231.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement