aws-sdk-sagemakerruntime 1.56.0 → 1.57.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 +7 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemakerruntime/client.rb +1 -1
- data/lib/aws-sdk-sagemakerruntime/types.rb +4 -2
- 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: 5f2d61eb048336f05462e4914540082b30eb49d2854e187c5ff26eaa94862285
|
|
4
|
+
data.tar.gz: 5f1275dd7eb85ce0c3c45678e99ebdbee6afc19532d3db90d554bb2bc04de9e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c75955bf6825209ec3031e7212aa95f4ac6fc69c2dae32bb2cd4a8c3774d4a3f0a6716830b59f61a4046463fa8d146844d118981997429ac8b0eeb8101923423
|
|
7
|
+
data.tar.gz: eddead680d7663b5ada7fc2dfaf666de794606045373b4f34c72c4138ee6a567b3d7bbaaace8d135017a740659bbe81068981a72dbbbcaf791dc59ff01465698
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.57.0 (2023-11-14)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
* Issue - Fix exception handling with event streaming operations.
|
|
10
|
+
|
|
4
11
|
1.56.0 (2023-09-27)
|
|
5
12
|
------------------
|
|
6
13
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.57.0
|
|
@@ -959,7 +959,7 @@ module Aws::SageMakerRuntime
|
|
|
959
959
|
params: params,
|
|
960
960
|
config: config)
|
|
961
961
|
context[:gem_name] = 'aws-sdk-sagemakerruntime'
|
|
962
|
-
context[:gem_version] = '1.
|
|
962
|
+
context[:gem_version] = '1.57.0'
|
|
963
963
|
Seahorse::Client::Request.new(handlers, context)
|
|
964
964
|
end
|
|
965
965
|
|
|
@@ -46,7 +46,8 @@ module Aws::SageMakerRuntime
|
|
|
46
46
|
# @see http://docs.aws.amazon.com/goto/WebAPI/runtime.sagemaker-2017-05-13/InternalStreamFailure AWS API Documentation
|
|
47
47
|
#
|
|
48
48
|
class InternalStreamFailure < Struct.new(
|
|
49
|
-
:message
|
|
49
|
+
:message,
|
|
50
|
+
:event_type)
|
|
50
51
|
SENSITIVE = []
|
|
51
52
|
include Aws::Structure
|
|
52
53
|
end
|
|
@@ -560,7 +561,8 @@ module Aws::SageMakerRuntime
|
|
|
560
561
|
#
|
|
561
562
|
class ModelStreamError < Struct.new(
|
|
562
563
|
:message,
|
|
563
|
-
:error_code
|
|
564
|
+
:error_code,
|
|
565
|
+
:event_type)
|
|
564
566
|
SENSITIVE = []
|
|
565
567
|
include Aws::Structure
|
|
566
568
|
end
|
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.57.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: 2023-
|
|
11
|
+
date: 2023-11-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|