aws-sdk-bedrockagentruntime 1.16.0 → 1.17.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: fcc0ff4a768d9aa5c9dd8afc17e7f55921b012f9044fffd54feaedac598da880
4
- data.tar.gz: f9391141918f086f2f9a1956c188bf3f3dfe757ddfe4ec6e61b8743045fc163c
3
+ metadata.gz: abaf68544e2dbfc17ee7113c041a308342648320ed87eb3159f0cb178f8e4771
4
+ data.tar.gz: 0c080ff885d0d86175b51b5bcf5599497564241885e2693d68706e319c176b38
5
5
  SHA512:
6
- metadata.gz: 9452a19d30b391d6e3bbb2677b1ab2b7c83687f5410e56ce319e009311a3ebe3000896430df117d1fd2b57ee4ad5d24432715006d154a6e2e3588bedfd24a6e5
7
- data.tar.gz: 804df881e5294416182bf9b925791782c43460cab9f038375687a5ef3ac1b4854ea050dd2048783af87d5a58eedc0c38619cc947af4ee0b294a31d7b9d21c0fe
6
+ metadata.gz: 3b6aeefa2b03de9bc4e66b951bab384938eab5bb61ba636c18d7e0f74baf450c1dec25edf5c6019f74ab06cc9d74f101c78155368e98be0a93acb8737552436b
7
+ data.tar.gz: a754f7b176330235954dd25d4cc12ae87fdbd244a5cc33a9c87557fc4953188bb85fbb08499029c6d804f86f0b5fca09fce4c5f903e2e18a9023245414b8b4f1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.17.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.16.0 (2024-07-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.16.0
1
+ 1.17.0
@@ -1854,7 +1854,7 @@ module Aws::BedrockAgentRuntime
1854
1854
  params: params,
1855
1855
  config: config)
1856
1856
  context[:gem_name] = 'aws-sdk-bedrockagentruntime'
1857
- context[:gem_version] = '1.16.0'
1857
+ context[:gem_version] = '1.17.0'
1858
1858
  Seahorse::Client::Request.new(handlers, context)
1859
1859
  end
1860
1860
 
@@ -639,7 +639,7 @@ module Aws::BedrockAgentRuntime
639
639
  class FilePart < Struct.new(
640
640
  :files,
641
641
  :event_type)
642
- SENSITIVE = []
642
+ SENSITIVE = [:files]
643
643
  include Aws::Structure
644
644
  end
645
645
 
@@ -1392,7 +1392,7 @@ module Aws::BedrockAgentRuntime
1392
1392
  :input_assessments,
1393
1393
  :output_assessments,
1394
1394
  :trace_id)
1395
- SENSITIVE = []
1395
+ SENSITIVE = [:input_assessments, :output_assessments]
1396
1396
  include Aws::Structure
1397
1397
  end
1398
1398
 
@@ -2858,7 +2858,7 @@ module Aws::BedrockAgentRuntime
2858
2858
  :starts_with,
2859
2859
  :string_contains,
2860
2860
  :unknown)
2861
- SENSITIVE = []
2861
+ SENSITIVE = [:and_all, :or_all]
2862
2862
  include Aws::Structure
2863
2863
  include Aws::Structure::Union
2864
2864
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-bedrockagentruntime/event_streams'
53
53
  # @!group service
54
54
  module Aws::BedrockAgentRuntime
55
55
 
56
- GEM_VERSION = '1.16.0'
56
+ GEM_VERSION = '1.17.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrockagentruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.17.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