aws-sdk-sagemakergeospatial 1.24.0 → 1.25.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: 11f8a29532ad58a11197a4f3521be7eb3bfba7e0b0e352ac375d9dc83c275779
4
- data.tar.gz: c62360b4dc12bdcbe1111f74789f783e2ef83f49e2e5196a00abb53e0c3dda53
3
+ metadata.gz: 6e025d8ae757d0d0aff11a77d8fb44a112b1c794ee73a8dbbc9ae1a9cb88ac53
4
+ data.tar.gz: 2ac08740f0a93f5a542cb806741bc9213eae41642b711bb27345dadf0c97c5c6
5
5
  SHA512:
6
- metadata.gz: bd9d4b3f4ce819b3c148bd13a96fa07bbcf1f276fa66b50c076a131283b6350e71e0a25aa9dd48b4e37d7717a41490115e2f28533ebf05d13275d25f4c42c2de
7
- data.tar.gz: 59563753b70e1f189f14a829b14a7da442288e46a5e09a4fb0c84dc952edfef7c4ddcd9026b871e19f460735966b46d0fb47ded4a3f3c2ab4a90ac5d65cb5199
6
+ metadata.gz: 906ee223dfe803b74c9d3f81206227d7f798cb78e1848f2c9a12cd7c9481572208dcebeb0790146917556e04ef47a399b25f635eb53dcfa588daf6a9d5952ac1
7
+ data.tar.gz: ccd89a20f705a16eb9c508e5fef279eabf8f723a3d6ce1dc6d54fa7dfdbfc71ff99a93c04bff5df473b76246bd2f291b2bb8233b22cd7173872af6c53a64f206
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.25.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.24.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.24.0
1
+ 1.25.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:sagemakergeospatial)
40
-
41
39
  module Aws::SageMakerGeospatial
42
40
  # An API client for SageMakerGeospatial. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -1737,7 +1735,7 @@ module Aws::SageMakerGeospatial
1737
1735
  tracer: tracer
1738
1736
  )
1739
1737
  context[:gem_name] = 'aws-sdk-sagemakergeospatial'
1740
- context[:gem_version] = '1.24.0'
1738
+ context[:gem_version] = '1.25.0'
1741
1739
  Seahorse::Client::Request.new(handlers, context)
1742
1740
  end
1743
1741
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:sagemakergeospatial)
15
+
14
16
  # This module provides support for Amazon SageMaker geospatial capabilities. This module is available in the
15
17
  # `aws-sdk-sagemakergeospatial` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::SageMakerGeospatial
52
54
  autoload :EndpointProvider, 'aws-sdk-sagemakergeospatial/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-sagemakergeospatial/endpoints'
54
56
 
55
- GEM_VERSION = '1.24.0'
57
+ GEM_VERSION = '1.25.0'
56
58
 
57
59
  end
58
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemakergeospatial
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.24.0
4
+ version: 1.25.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-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core