aws-sdk-bedrock 1.12.0 → 1.13.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: 0c419dba0e93f29b828cf5a2ccaf91cb0ffc8834e7784d929b3d37174243a6da
4
- data.tar.gz: 97f129f441a7ed2fc97054e43dcc59cd5a49fb30422ded176da9c29e2505f745
3
+ metadata.gz: 940f9b98f26f78fa4dcb4947bc118c17fb892cc3ffb9cb68f894bfd309d1ebe3
4
+ data.tar.gz: 6da404fc7f30d3e88aa83992b4f92df9529cdad2d612a245a86303afa3cdb64c
5
5
  SHA512:
6
- metadata.gz: 0dec358aaac92ca0912d7fece0e17d1d25f3e2c3a034235985e4c9295d9a5857f8dd8f2818665468a8b4ab862e81a8e25695944da29ad4204b796104a5c2f778
7
- data.tar.gz: 838ba873012a002568f72982c9314f52e781e6eee9d52a2a3204ef5281d32202647794977906934392e51c6f993b5783bbef0b9a01d8939bf8336f975d8673ad
6
+ metadata.gz: dabe0b5dfd0ad269e82dbf67286cb37925574523a0f0fc93bae1e9aec534d8311d4707ac6fb450925f29c14eb37c7e3a7b68baaffe0c84323dce7b1a048d1f34
7
+ data.tar.gz: 7f4d4d95021fe815f4dab29c00269fffc3c344d793992c23731b2e72bb4bb008a06419651fba94302d63ad66aafd90a758e88706d29d3e5a342ca16d1852e392
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.13.0 (2024-07-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.12.0 (2024-07-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
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.12.0'
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
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-bedrock/customizations'
53
53
  # @!group service
54
54
  module Aws::Bedrock
55
55
 
56
- GEM_VERSION = '1.12.0'
56
+ GEM_VERSION = '1.13.0'
57
57
 
58
58
  end
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.12.0
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-10 00:00:00.000000000 Z
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