aws-sdk-sagemakergeospatial 1.24.0 → 1.25.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemakergeospatial/client.rb +1 -3
- data/lib/aws-sdk-sagemakergeospatial.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6e025d8ae757d0d0aff11a77d8fb44a112b1c794ee73a8dbbc9ae1a9cb88ac53
|
4
|
+
data.tar.gz: 2ac08740f0a93f5a542cb806741bc9213eae41642b711bb27345dadf0c97c5c6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 906ee223dfe803b74c9d3f81206227d7f798cb78e1848f2c9a12cd7c9481572208dcebeb0790146917556e04ef47a399b25f635eb53dcfa588daf6a9d5952ac1
|
7
|
+
data.tar.gz: ccd89a20f705a16eb9c508e5fef279eabf8f723a3d6ce1dc6d54fa7dfdbfc71ff99a93c04bff5df473b76246bd2f291b2bb8233b22cd7173872af6c53a64f206
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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.
|
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.
|
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-
|
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
|