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 +4 -4
- data/CHANGELOG.md +12 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrockruntime/client.rb +1 -1
- data/lib/aws-sdk-bedrockruntime/types.rb +10 -5
- data/lib/aws-sdk-bedrockruntime.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d49ced42a5da35d69e9f0a982f166ab9cba9f175b0e6731f37783ae38f159c6b
|
4
|
+
data.tar.gz: b4356247cfd82223c0c187b22fc633b427a12351939b9bc58e6fc849e9c30c05
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
+
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.
|
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
|
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.
|
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-
|
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.
|
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.
|
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.
|
84
|
+
version: '2.5'
|
85
85
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
87
|
- - ">="
|