aws-sdk-bedrock 1.12.0 → 1.13.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-bedrock/client.rb +1 -1
- data/lib/aws-sdk-bedrock/types.rb +4 -4
- data/lib/aws-sdk-bedrock.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: 940f9b98f26f78fa4dcb4947bc118c17fb892cc3ffb9cb68f894bfd309d1ebe3
|
|
4
|
+
data.tar.gz: 6da404fc7f30d3e88aa83992b4f92df9529cdad2d612a245a86303afa3cdb64c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dabe0b5dfd0ad269e82dbf67286cb37925574523a0f0fc93bae1e9aec534d8311d4707ac6fb450925f29c14eb37c7e3a7b68baaffe0c84323dce7b1a048d1f34
|
|
7
|
+
data.tar.gz: 7f4d4d95021fe815f4dab29c00269fffc3c344d793992c23731b2e72bb4bb008a06419651fba94302d63ad66aafd90a758e88706d29d3e5a342ca16d1852e392
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.13.0
|
|
@@ -2470,7 +2470,7 @@ module Aws::Bedrock
|
|
|
2470
2470
|
params: params,
|
|
2471
2471
|
config: config)
|
|
2472
2472
|
context[:gem_name] = 'aws-sdk-bedrock'
|
|
2473
|
-
context[:gem_version] = '1.
|
|
2473
|
+
context[:gem_version] = '1.13.0'
|
|
2474
2474
|
Seahorse::Client::Request.new(handlers, context)
|
|
2475
2475
|
end
|
|
2476
2476
|
|
|
@@ -780,7 +780,7 @@ module Aws::Bedrock
|
|
|
780
780
|
:task_type,
|
|
781
781
|
:dataset,
|
|
782
782
|
:metric_names)
|
|
783
|
-
SENSITIVE = []
|
|
783
|
+
SENSITIVE = [:metric_names]
|
|
784
784
|
include Aws::Structure
|
|
785
785
|
end
|
|
786
786
|
|
|
@@ -1354,7 +1354,7 @@ module Aws::Bedrock
|
|
|
1354
1354
|
:blocked_input_messaging,
|
|
1355
1355
|
:blocked_outputs_messaging,
|
|
1356
1356
|
:kms_key_arn)
|
|
1357
|
-
SENSITIVE = [:name, :description, :blocked_input_messaging, :blocked_outputs_messaging]
|
|
1357
|
+
SENSITIVE = [:name, :description, :status_reasons, :failure_recommendations, :blocked_input_messaging, :blocked_outputs_messaging]
|
|
1358
1358
|
include Aws::Structure
|
|
1359
1359
|
end
|
|
1360
1360
|
|
|
@@ -2346,7 +2346,7 @@ module Aws::Bedrock
|
|
|
2346
2346
|
:definition,
|
|
2347
2347
|
:examples,
|
|
2348
2348
|
:type)
|
|
2349
|
-
SENSITIVE = [:name, :definition]
|
|
2349
|
+
SENSITIVE = [:name, :definition, :examples]
|
|
2350
2350
|
include Aws::Structure
|
|
2351
2351
|
end
|
|
2352
2352
|
|
|
@@ -2376,7 +2376,7 @@ module Aws::Bedrock
|
|
|
2376
2376
|
:definition,
|
|
2377
2377
|
:examples,
|
|
2378
2378
|
:type)
|
|
2379
|
-
SENSITIVE = [:name, :definition]
|
|
2379
|
+
SENSITIVE = [:name, :definition, :examples]
|
|
2380
2380
|
include Aws::Structure
|
|
2381
2381
|
end
|
|
2382
2382
|
|
data/lib/aws-sdk-bedrock.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-bedrock
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.13.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-07-
|
|
11
|
+
date: 2024-07-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|