aws-sdk-bedrockruntime 1.1.0 → 1.3.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: 666f16d542f0c5c2abefc35e69bfd1cd43ed72f24bcadbcf937e293501ea8c98
4
- data.tar.gz: a226fd2b85bbf7b7f51d138f7fef44c5c558b2aaa933b4345b48ada663858352
3
+ metadata.gz: d49ced42a5da35d69e9f0a982f166ab9cba9f175b0e6731f37783ae38f159c6b
4
+ data.tar.gz: b4356247cfd82223c0c187b22fc633b427a12351939b9bc58e6fc849e9c30c05
5
5
  SHA512:
6
- metadata.gz: 5bda1b39c6a60cee585cb2bb30c966072ee6d20b0f0f1649d388b8abd3eeb47583c34ebe41ce2b8c6a86ad62756a0f0b3d2997eddbfaeff0ff8adca682be1f0b
7
- data.tar.gz: 22cfca82fa323b952fd3800c35067730c5897e1d33901cb2e3279d7abfbe189f891f6dd829b7ff0b39258b051eaea67b610f1eaf2bf1be001746328b85ec29df
6
+ metadata.gz: 984b28605eee105ea685d58efe2923de14bffccd8fc68a6fb7facb10f538f1baabaaae971993e024162b8d47fc01824b5c2b518414c7fc5ca720d595e008184d
7
+ data.tar.gz: 24cb690fa542c723720d57519f31352a1137ce5aadda46255205c04be6fd9d11a1f9e2b86531345f3e12c1e8ff2f21e47edc74f81793662d08227d5897649608
data/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.3.0 (2023-11-22)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.2.0 (2023-11-14)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ * Issue - Fix exception handling with event streaming operations.
15
+
4
16
  1.1.0 (2023-10-02)
5
17
  ------------------
6
18
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.3.0
@@ -704,7 +704,7 @@ module Aws::BedrockRuntime
704
704
  params: params,
705
705
  config: config)
706
706
  context[:gem_name] = 'aws-sdk-bedrockruntime'
707
- context[:gem_version] = '1.1.0'
707
+ context[:gem_version] = '1.3.0'
708
708
  Seahorse::Client::Request.new(handlers, context)
709
709
  end
710
710
 
@@ -31,7 +31,8 @@ module Aws::BedrockRuntime
31
31
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-runtime-2023-09-30/InternalServerException AWS API Documentation
32
32
  #
33
33
  class InternalServerException < Struct.new(
34
- :message)
34
+ :message,
35
+ :event_type)
35
36
  SENSITIVE = []
36
37
  include Aws::Structure
37
38
  end
@@ -207,7 +208,8 @@ module Aws::BedrockRuntime
207
208
  class ModelStreamErrorException < Struct.new(
208
209
  :message,
209
210
  :original_message,
210
- :original_status_code)
211
+ :original_status_code,
212
+ :event_type)
211
213
  SENSITIVE = []
212
214
  include Aws::Structure
213
215
  end
@@ -221,7 +223,8 @@ module Aws::BedrockRuntime
221
223
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-runtime-2023-09-30/ModelTimeoutException AWS API Documentation
222
224
  #
223
225
  class ModelTimeoutException < Struct.new(
224
- :message)
226
+ :message,
227
+ :event_type)
225
228
  SENSITIVE = []
226
229
  include Aws::Structure
227
230
  end
@@ -277,7 +280,8 @@ module Aws::BedrockRuntime
277
280
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-runtime-2023-09-30/ThrottlingException AWS API Documentation
278
281
  #
279
282
  class ThrottlingException < Struct.new(
280
- :message)
283
+ :message,
284
+ :event_type)
281
285
  SENSITIVE = []
282
286
  include Aws::Structure
283
287
  end
@@ -291,7 +295,8 @@ module Aws::BedrockRuntime
291
295
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-runtime-2023-09-30/ValidationException AWS API Documentation
292
296
  #
293
297
  class ValidationException < Struct.new(
294
- :message)
298
+ :message,
299
+ :event_type)
295
300
  SENSITIVE = []
296
301
  include Aws::Structure
297
302
  end
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-bedrockruntime/event_streams'
53
53
  # @!group service
54
54
  module Aws::BedrockRuntime
55
55
 
56
- GEM_VERSION = '1.1.0'
56
+ GEM_VERSION = '1.3.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrockruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.3.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-10-02 00:00:00.000000000 Z
11
+ date: 2023-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.184.0
22
+ version: 3.188.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.184.0
32
+ version: 3.188.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -81,7 +81,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - ">="
83
83
  - !ruby/object:Gem::Version
84
- version: '2.3'
84
+ version: '2.5'
85
85
  required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  requirements:
87
87
  - - ">="