aws-sdk-bedrockagentruntime 1.19.0 → 1.20.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: '09041474ad6ee9da06c8b107e65871ce7ee5b037c3e647a478dfd015a8d23212'
4
- data.tar.gz: e3ab4d23989fbd008be54112086b380b28ae24bfa503a341896c879164c34964
3
+ metadata.gz: 673715a8c69a0960b4a3d0fdf44ac35c7b94ed5b1545d845bb1ff943998df537
4
+ data.tar.gz: '08c19e648d9f6aa052d281087336b6f7dc60b837682a36547ad577baba75cea7'
5
5
  SHA512:
6
- metadata.gz: 68b6f52e3c678ed4b415978329fa1ce401fe1d1b34263947c02052cc0e1940e9c03eb7629243a39f6e8835dcfdc30eb5d6afa3d6156a38603431750a10dced57
7
- data.tar.gz: d79152b5c404e5ba569c7c9c9ea5de505dd25e98dc0f55c463d8340f39c2ebb2f2a584c4296c15a3e2f7ade35f5983ecf79f1ad6018adde1ca32b466c090640a
6
+ metadata.gz: e5fbf2147b1be99512f291b27a75a6a27647d710525a12e095d3c080c3fbde72b5d12330da2e8e1421ea985ecb188f5a966bd4b6b452e9a7728f3da7d894a707
7
+ data.tar.gz: 238dc99ec55f41e1ca543990d355d368880de198dfb061fcb7d82228a053f4451b99a6727ba1e0b3f11edadb9c7491abecb721692ebad9566f2c42bec2f336b9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.20.0 (2024-08-29)
5
+ ------------------
6
+
7
+ * Feature - Lifting the maximum length on Bedrock KnowledgeBase RetrievalFilter array
8
+
4
9
  1.19.0 (2024-08-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.19.0
1
+ 1.20.0
@@ -1867,7 +1867,7 @@ module Aws::BedrockAgentRuntime
1867
1867
  params: params,
1868
1868
  config: config)
1869
1869
  context[:gem_name] = 'aws-sdk-bedrockagentruntime'
1870
- context[:gem_version] = '1.19.0'
1870
+ context[:gem_version] = '1.20.0'
1871
1871
  Seahorse::Client::Request.new(handlers, context)
1872
1872
  end
1873
1873
 
@@ -1019,9 +1019,11 @@ module Aws::BedrockAgentRuntime
1019
1019
 
1020
1020
  api.metadata = {
1021
1021
  "apiVersion" => "2023-07-26",
1022
+ "auth" => ["aws.auth#sigv4"],
1022
1023
  "endpointPrefix" => "bedrock-agent-runtime",
1023
1024
  "jsonVersion" => "1.1",
1024
1025
  "protocol" => "rest-json",
1026
+ "protocols" => ["rest-json"],
1025
1027
  "serviceFullName" => "Agents for Amazon Bedrock Runtime",
1026
1028
  "serviceId" => "Bedrock Agent Runtime",
1027
1029
  "signatureVersion" => "v4",
@@ -343,9 +343,8 @@ module Aws::BedrockAgentRuntime
343
343
  # attributes.
344
344
  #
345
345
  # @!attribute [rw] data
346
- # The byte value of the file to attach, encoded as Base-64 string. The
347
- # maximum size of all files that is attached is 10MB. You can attach a
348
- # maximum of 5 files.
346
+ # The raw bytes of the file to attach. The maximum size of all files
347
+ # that is attached is 10MB. You can attach a maximum of 5 files.
349
348
  # @return [String]
350
349
  #
351
350
  # @!attribute [rw] media_type
@@ -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.19.0'
56
+ GEM_VERSION = '1.20.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.19.0
4
+ version: 1.20.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-08-23 00:00:00.000000000 Z
11
+ date: 2024-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -36,14 +36,14 @@ dependencies:
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '1.1'
39
+ version: '1.5'
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '1.1'
46
+ version: '1.5'
47
47
  description: Official AWS Ruby gem for Agents for Amazon Bedrock Runtime. This gem
48
48
  is part of the AWS SDK for Ruby.
49
49
  email: