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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f72079c70985ca187b2374c53c2c3a4eb01a4e0f6731b600c60db55404af8f16
4
- data.tar.gz: 45eb98f1082d7eea2fb9d8b3cda52945ef14df94e67f5553cc562850330aa31f
3
+ metadata.gz: 83864d3dee05b086cead440ef4b0777b0519282da8f59bdeecac2087c7ae4a6c
4
+ data.tar.gz: 764feba7808bb2c8b7e45c1ebd8f101b448062ebd8ca3e67cfe194c19cb0bec3
5
5
  SHA512:
6
- metadata.gz: 5b1fa1d56e35595ae1ec6d3f553dcd5ed3c829c42a8fa2a512167d624c58657a0b4486e0811860b151195435ebce116c3f213a8347f419e5507f1794e3ae3671
7
- data.tar.gz: 241096bee439e96d1a68d2cef792fec2ba71af1dff6993ee4b8daa98aacc53822b929423989c992ea34b117812107ad8c98dfccbde071f41df7b4ebd632f42ff
6
+ metadata.gz: 4571acdea7fddb77a022bec19755abf5ae6d8534ae57fa0597f6eea3127ee2273275d8a8cfd3a8c90eac98e2626643e919e16be8606c8e2fdd1b49531c6bb100
7
+ data.tar.gz: 3aab6b5115d03056c4983120364642da415bcce5adef80446cefb07bf5f9e6fa59998597aa07e86306ca34b31c5d21170c94c6a5c1d128cd865a3f0673d1495d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.14.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
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/<sdk_ua_app_id>. It should have a
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.14.0'
1699
+ context[:gem_version] = '1.15.0'
1699
1700
  Seahorse::Client::Request.new(handlers, context)
1700
1701
  end
1701
1702
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-sagemakergeospatial/customizations'
52
52
  # @!group service
53
53
  module Aws::SageMakerGeospatial
54
54
 
55
- GEM_VERSION = '1.14.0'
55
+ GEM_VERSION = '1.15.0'
56
56
 
57
57
  end
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.14.0
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-04-25 00:00:00.000000000 Z
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