aws-sdk-sagemakergeospatial 1.36.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: bc5682f0f15d31ec9f6b98a43965ae22426f548ef20fcce303aa1520e2982ccf
4
- data.tar.gz: 0df1a9df637c07efe1783d4a4d2d40c8524a64e9d9590905a6cd7e608314bc27
3
+ metadata.gz: bb8df3007e6a127e90bf9987843cbea07782eaeb7ac353f0e3d1d28706d21706
4
+ data.tar.gz: c2cc8d588fdd140bf8bb16c3d0af5062e02db8b6ec71b47c39aad848e17a2372
5
5
  SHA512:
6
- metadata.gz: 68c694f0626783560aabfe33fc69f8bb99c39abede1d7ef4a0d04548371ab792e612563f26237e3ded53ba9a5acfebe09e2ad7b02cc7e8414d6ce221ad5cc6fc
7
- data.tar.gz: 71dd3cd952a74bb98ead5fcb26e79d5e0667477936a4c75281efee6f1c8e19a69c0520557da38c63802b0916ff53cbc055d40d8dd1db81b7e97684f2d1810a0d
6
+ metadata.gz: 629875bae9f286cb9a35e9b654e6f10ab40ac37b192e01341f1600b8b2e325ea2b7424d22797a59a89d2decc9a1997f27816b1b1075a837f57d08486820ef63e
7
+ data.tar.gz: 14d17e45cc5113d1a4aa3563b7854bc046cec39d634a1f8a703f8bb2209cc4e0d69edfbe53cdb291e0a803bad55e7c35e8f449a94978b697671107fb9bb11da9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.36.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.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.36.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,
@@ -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.36.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.36.0
4
+ version: 1.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services