aws-sdk-sagemakergeospatial 1.23.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: 773e3223032bde94f8a7bfadc480792c4e29627499d1f4bdf61d7f909c503a9c
4
- data.tar.gz: b701b5538069c0fda9508e4c84f5a9dc939e598ef2320f8b1249012c76a87970
3
+ metadata.gz: 6e025d8ae757d0d0aff11a77d8fb44a112b1c794ee73a8dbbc9ae1a9cb88ac53
4
+ data.tar.gz: 2ac08740f0a93f5a542cb806741bc9213eae41642b711bb27345dadf0c97c5c6
5
5
  SHA512:
6
- metadata.gz: 606f6f22a283047f55c0986099831398d0feddbafce22eae0a857dbabf6aca8ff67f20177cc3cf671b9b803fbe2d9135341ab1349ea479babc489cd967e3ea54
7
- data.tar.gz: bffc8bd02d3a4fab990c4d376775e78ecadc2608154ed63fee380d154ddb4171647c3270d011f9a28f0c1bd029921c8536ff6d28e90e2baf48a74de65bea0ce4
6
+ metadata.gz: 906ee223dfe803b74c9d3f81206227d7f798cb78e1848f2c9a12cd7c9481572208dcebeb0790146917556e04ef47a399b25f635eb53dcfa588daf6a9d5952ac1
7
+ data.tar.gz: ccd89a20f705a16eb9c508e5fef279eabf8f723a3d6ce1dc6d54fa7dfdbfc71ff99a93c04bff5df473b76246bd2f291b2bb8233b22cd7173872af6c53a64f206
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.24.0 (2024-09-23)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.23.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.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.23.0'
1738
+ context[:gem_version] = '1.25.0'
1741
1739
  Seahorse::Client::Request.new(handlers, context)
1742
1740
  end
1743
1741
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::SageMakerGeospatial
11
12
  # @api private
12
13
  module ClientApi
@@ -2643,3 +2643,4 @@ module Aws::SageMakerGeospatial
2643
2643
 
2644
2644
  end
2645
2645
  end
2646
+
@@ -11,16 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-sagemakergeospatial/types'
15
- require_relative 'aws-sdk-sagemakergeospatial/client_api'
16
- require_relative 'aws-sdk-sagemakergeospatial/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-sagemakergeospatial/client'
18
- require_relative 'aws-sdk-sagemakergeospatial/errors'
19
- require_relative 'aws-sdk-sagemakergeospatial/resource'
20
- require_relative 'aws-sdk-sagemakergeospatial/endpoint_parameters'
21
- require_relative 'aws-sdk-sagemakergeospatial/endpoint_provider'
22
- require_relative 'aws-sdk-sagemakergeospatial/endpoints'
23
- require_relative 'aws-sdk-sagemakergeospatial/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:sagemakergeospatial)
24
15
 
25
16
  # This module provides support for Amazon SageMaker geospatial capabilities. This module is available in the
26
17
  # `aws-sdk-sagemakergeospatial` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-sagemakergeospatial/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::SageMakerGeospatial
45
+ autoload :Types, 'aws-sdk-sagemakergeospatial/types'
46
+ autoload :ClientApi, 'aws-sdk-sagemakergeospatial/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-sagemakergeospatial/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-sagemakergeospatial/client'
51
+ autoload :Errors, 'aws-sdk-sagemakergeospatial/errors'
52
+ autoload :Resource, 'aws-sdk-sagemakergeospatial/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-sagemakergeospatial/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-sagemakergeospatial/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-sagemakergeospatial/endpoints'
54
56
 
55
- GEM_VERSION = '1.23.0'
57
+ GEM_VERSION = '1.25.0'
56
58
 
57
59
  end
60
+
61
+ require_relative 'aws-sdk-sagemakergeospatial/customizations'
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.23.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-20 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