aws-sdk-sagemakergeospatial 1.23.0 → 1.24.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: 11f8a29532ad58a11197a4f3521be7eb3bfba7e0b0e352ac375d9dc83c275779
4
+ data.tar.gz: c62360b4dc12bdcbe1111f74789f783e2ef83f49e2e5196a00abb53e0c3dda53
5
5
  SHA512:
6
- metadata.gz: 606f6f22a283047f55c0986099831398d0feddbafce22eae0a857dbabf6aca8ff67f20177cc3cf671b9b803fbe2d9135341ab1349ea479babc489cd967e3ea54
7
- data.tar.gz: bffc8bd02d3a4fab990c4d376775e78ecadc2608154ed63fee380d154ddb4171647c3270d011f9a28f0c1bd029921c8536ff6d28e90e2baf48a74de65bea0ce4
6
+ metadata.gz: bd9d4b3f4ce819b3c148bd13a96fa07bbcf1f276fa66b50c076a131283b6350e71e0a25aa9dd48b4e37d7717a41490115e2f28533ebf05d13275d25f4c42c2de
7
+ data.tar.gz: 59563753b70e1f189f14a829b14a7da442288e46a5e09a4fb0c84dc952edfef7c4ddcd9026b871e19f460735966b46d0fb47ded4a3f3c2ab4a90ac5d65cb5199
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.0 (2024-09-23)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.23.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.24.0
@@ -1737,7 +1737,7 @@ module Aws::SageMakerGeospatial
1737
1737
  tracer: tracer
1738
1738
  )
1739
1739
  context[:gem_name] = 'aws-sdk-sagemakergeospatial'
1740
- context[:gem_version] = '1.23.0'
1740
+ context[:gem_version] = '1.24.0'
1741
1741
  Seahorse::Client::Request.new(handlers, context)
1742
1742
  end
1743
1743
 
@@ -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,17 +11,6 @@
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'
24
-
25
14
  # This module provides support for Amazon SageMaker geospatial capabilities. This module is available in the
26
15
  # `aws-sdk-sagemakergeospatial` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-sagemakergeospatial/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::SageMakerGeospatial
43
+ autoload :Types, 'aws-sdk-sagemakergeospatial/types'
44
+ autoload :ClientApi, 'aws-sdk-sagemakergeospatial/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-sagemakergeospatial/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-sagemakergeospatial/client'
49
+ autoload :Errors, 'aws-sdk-sagemakergeospatial/errors'
50
+ autoload :Resource, 'aws-sdk-sagemakergeospatial/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-sagemakergeospatial/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-sagemakergeospatial/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-sagemakergeospatial/endpoints'
54
54
 
55
- GEM_VERSION = '1.23.0'
55
+ GEM_VERSION = '1.24.0'
56
56
 
57
57
  end
58
+
59
+ 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.24.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-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core