aws-sdk-sagemakerruntime 1.62.0 → 1.63.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemakerruntime/client.rb +4 -3
- data/lib/aws-sdk-sagemakerruntime.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: a4d6bc789ec74b31e0673a45c685d195f32215083f20757da7319baed3361379
|
4
|
+
data.tar.gz: e5746327036a5893f9a485becd7ebebea2b9285283bcc388bb5e8e2c6facc183
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e96dfa25ecffe8252ca611d8493eee437146c3a5da80023764e80e19acf2837fdf7a1f1469d0d1a0e74a725f3ecf4e3acb9dd153b71b578cc5c465404725ff81
|
7
|
+
data.tar.gz: 4992560f592b59422e081242d5d6c0c0b34fab8d1f380457036ccf361ffd691b4b9c67b693f9b8f4ef3861fe47036c7d13dc654fe3d797a9c6a2ea556d42e588
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.63.0
|
@@ -312,8 +312,9 @@ module Aws::SageMakerRuntime
|
|
312
312
|
#
|
313
313
|
# @option options [String] :sdk_ua_app_id
|
314
314
|
# A unique and opaque application ID that is appended to the
|
315
|
-
# User-Agent header as app
|
316
|
-
# maximum length of 50.
|
315
|
+
# User-Agent header as app/sdk_ua_app_id. It should have a
|
316
|
+
# maximum length of 50. This variable is sourced from environment
|
317
|
+
# variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
|
317
318
|
#
|
318
319
|
# @option options [String] :secret_access_key
|
319
320
|
#
|
@@ -1000,7 +1001,7 @@ module Aws::SageMakerRuntime
|
|
1000
1001
|
params: params,
|
1001
1002
|
config: config)
|
1002
1003
|
context[:gem_name] = 'aws-sdk-sagemakerruntime'
|
1003
|
-
context[:gem_version] = '1.
|
1004
|
+
context[:gem_version] = '1.63.0'
|
1004
1005
|
Seahorse::Client::Request.new(handlers, context)
|
1005
1006
|
end
|
1006
1007
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-sagemakerruntime
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.63.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
|