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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 69c3165f42413efed12d84d750651ff552988f08644a9017ca730a704b161fc8
4
- data.tar.gz: 54cdac76d78ebf92c584aa256c0eb709813dfab164a57aaf6933347dbdd39100
3
+ metadata.gz: 5f2d61eb048336f05462e4914540082b30eb49d2854e187c5ff26eaa94862285
4
+ data.tar.gz: 5f1275dd7eb85ce0c3c45678e99ebdbee6afc19532d3db90d554bb2bc04de9e7
5
5
  SHA512:
6
- metadata.gz: 9202ac77cab11e6ef4b0134fae4c5a059a406adde5d596da6eccec4f5f5dec9fde70e7fe59733e863b3933ecdbe9f317ab3852038d93d88a92ba785fdd325d0e
7
- data.tar.gz: ab5dd093eeadc255912c18932e0d5147101c297e016c89701d283bb08f8878535b6c1f03b9d6e9c6abc02a1d97d66abbdccf3849fade07531f6718fee1c37922
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.56.0
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.56.0'
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
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-sagemakerruntime/event_streams'
53
53
  # @!group service
54
54
  module Aws::SageMakerRuntime
55
55
 
56
- GEM_VERSION = '1.56.0'
56
+ GEM_VERSION = '1.57.0'
57
57
 
58
58
  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.56.0
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-09-27 00:00:00.000000000 Z
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