aws-sdk-sagemakergeospatial 1.14.0 → 1.15.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 +4 -3
- data/lib/aws-sdk-sagemakergeospatial.rb +1 -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: 83864d3dee05b086cead440ef4b0777b0519282da8f59bdeecac2087c7ae4a6c
|
4
|
+
data.tar.gz: 764feba7808bb2c8b7e45c1ebd8f101b448062ebd8ca3e67cfe194c19cb0bec3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4571acdea7fddb77a022bec19755abf5ae6d8534ae57fa0597f6eea3127ee2273275d8a8cfd3a8c90eac98e2626643e919e16be8606c8e2fdd1b49531c6bb100
|
7
|
+
data.tar.gz: 3aab6b5115d03056c4983120364642da415bcce5adef80446cefb07bf5f9e6fa59998597aa07e86306ca34b31c5d21170c94c6a5c1d128cd865a3f0673d1495d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.15.0
|
@@ -301,8 +301,9 @@ module Aws::SageMakerGeospatial
|
|
301
301
|
#
|
302
302
|
# @option options [String] :sdk_ua_app_id
|
303
303
|
# A unique and opaque application ID that is appended to the
|
304
|
-
# User-Agent header as app
|
305
|
-
# maximum length of 50.
|
304
|
+
# User-Agent header as app/sdk_ua_app_id. It should have a
|
305
|
+
# maximum length of 50. This variable is sourced from environment
|
306
|
+
# variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
|
306
307
|
#
|
307
308
|
# @option options [String] :secret_access_key
|
308
309
|
#
|
@@ -1695,7 +1696,7 @@ module Aws::SageMakerGeospatial
|
|
1695
1696
|
params: params,
|
1696
1697
|
config: config)
|
1697
1698
|
context[:gem_name] = 'aws-sdk-sagemakergeospatial'
|
1698
|
-
context[:gem_version] = '1.
|
1699
|
+
context[:gem_version] = '1.15.0'
|
1699
1700
|
Seahorse::Client::Request.new(handlers, context)
|
1700
1701
|
end
|
1701
1702
|
|
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.15.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-
|
11
|
+
date: 2024-05-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|