aws-sdk-bedrockagent 1.32.0 → 1.33.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrockagent/client.rb +1 -1
- data/lib/aws-sdk-bedrockagent/types.rb +1 -2
- data/lib/aws-sdk-bedrockagent.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: 9de3a145147ad0bac9a7e85cd5a2a2418cdaf048f660330c73c8f1b72efc6432
|
4
|
+
data.tar.gz: dec3fd93f5297c55ab9dffa78d24aa30938e60e2247af461d1a511e6692f2349
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 66cb9174160eeb765cfb2d9a075d54f891b85e0c853256c2c82b97665ad8b951fe5ee1f36117911d03b24df2cda1cc7d5bc0e0ff2c21571937a9b67bcc6c06b0
|
7
|
+
data.tar.gz: 3ec3a3cca585a74dde3a967909ae2eb29aab89329ce7eadc45d3c332df21afab7e1d5b0917033c737c222339eec8feaa2daefd625b532a493e2da923157a7dc3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.33.0
|
@@ -5796,7 +5796,7 @@ module Aws::BedrockAgent
|
|
5796
5796
|
tracer: tracer
|
5797
5797
|
)
|
5798
5798
|
context[:gem_name] = 'aws-sdk-bedrockagent'
|
5799
|
-
context[:gem_version] = '1.
|
5799
|
+
context[:gem_version] = '1.33.0'
|
5800
5800
|
Seahorse::Client::Request.new(handlers, context)
|
5801
5801
|
end
|
5802
5802
|
|
@@ -7043,8 +7043,7 @@ module Aws::BedrockAgent
|
|
7043
7043
|
class TagResourceResponse < Aws::EmptyStructure; end
|
7044
7044
|
|
7045
7045
|
# Contains configurations for a text prompt template. To include a
|
7046
|
-
# variable, enclose a word in double curly braces as in
|
7047
|
-
# `\{\{variable\}\}`.
|
7046
|
+
# variable, enclose a word in double curly braces as in `{{variable}}`.
|
7048
7047
|
#
|
7049
7048
|
# @!attribute [rw] input_variables
|
7050
7049
|
# An array of the variables in the prompt template.
|
data/lib/aws-sdk-bedrockagent.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-bedrockagent
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.33.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-11-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|