aws-sdk-bedrockruntime 1.53.0 → 1.54.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-bedrockruntime/async_client.rb +10 -13
- data/lib/aws-sdk-bedrockruntime/client.rb +10 -13
- data/lib/aws-sdk-bedrockruntime.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: af9757de4478300e17a95eb1750bfa2135554fd2060e785c3819726b2a5b1920
|
4
|
+
data.tar.gz: a78a3e4b2a13a784c8dbde209c4d027a1988e0b036a165bec681d0eff91cadbe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c16de21b3047e50984812f567999763bcfc78dca4517bf5916e1d5bf39d153cfb5d444645d3292458628e8bcb2e3f84ec2d1e58a6169134f237f9031d50c2a4
|
7
|
+
data.tar.gz: 49c1a30bdcd980ed43dca10eba5a1cbba9e77d9f4ecd8e6f72bb4158dcdd723d3cd4eb925fea81f42f1d11dc3b0633f291cddd16c6512401ad2d0f4a848c565d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.54.0
|
@@ -90,8 +90,8 @@ module Aws::BedrockRuntime
|
|
90
90
|
# class name or an instance of a plugin class.
|
91
91
|
#
|
92
92
|
# @option options [required, Aws::CredentialProvider] :credentials
|
93
|
-
# Your AWS credentials used for authentication. This can be
|
94
|
-
# following classes:
|
93
|
+
# Your AWS credentials used for authentication. This can be any class that includes and implements
|
94
|
+
# `Aws::CredentialProvider`, or instance of any one of the following classes:
|
95
95
|
#
|
96
96
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
97
97
|
# credentials.
|
@@ -119,8 +119,7 @@ module Aws::BedrockRuntime
|
|
119
119
|
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
120
120
|
# from the Cognito Identity service.
|
121
121
|
#
|
122
|
-
# When `:credentials` are not configured directly, the following
|
123
|
-
# locations will be searched for credentials:
|
122
|
+
# When `:credentials` are not configured directly, the following locations will be searched for credentials:
|
124
123
|
#
|
125
124
|
# * `Aws.config[:credentials]`
|
126
125
|
#
|
@@ -134,12 +133,10 @@ module Aws::BedrockRuntime
|
|
134
133
|
#
|
135
134
|
# * `~/.aws/config`
|
136
135
|
#
|
137
|
-
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
138
|
-
#
|
139
|
-
#
|
140
|
-
#
|
141
|
-
# fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
|
142
|
-
# to `true`.
|
136
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
|
137
|
+
# Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
|
138
|
+
# enable retries and extended timeouts. Instance profile credential fetching can be disabled by
|
139
|
+
# setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
|
143
140
|
#
|
144
141
|
# @option options [required, String] :region
|
145
142
|
# The AWS region to connect to. The configured `:region` is
|
@@ -339,8 +336,8 @@ module Aws::BedrockRuntime
|
|
339
336
|
# `Aws::Telemetry::OTelProvider` for telemetry provider.
|
340
337
|
#
|
341
338
|
# @option options [Aws::TokenProvider] :token_provider
|
342
|
-
# Your Bearer token used for authentication. This can be
|
343
|
-
# following classes:
|
339
|
+
# Your Bearer token used for authentication. This can be any class that includes and implements
|
340
|
+
# `Aws::TokenProvider`, or instance of any one of the following classes:
|
344
341
|
#
|
345
342
|
# * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
|
346
343
|
# tokens.
|
@@ -624,7 +621,7 @@ module Aws::BedrockRuntime
|
|
624
621
|
tracer: tracer
|
625
622
|
)
|
626
623
|
context[:gem_name] = 'aws-sdk-bedrockruntime'
|
627
|
-
context[:gem_version] = '1.
|
624
|
+
context[:gem_version] = '1.54.0'
|
628
625
|
Seahorse::Client::Request.new(handlers, context)
|
629
626
|
end
|
630
627
|
|
@@ -99,8 +99,8 @@ module Aws::BedrockRuntime
|
|
99
99
|
# class name or an instance of a plugin class.
|
100
100
|
#
|
101
101
|
# @option options [required, Aws::CredentialProvider] :credentials
|
102
|
-
# Your AWS credentials used for authentication. This can be
|
103
|
-
# following classes:
|
102
|
+
# Your AWS credentials used for authentication. This can be any class that includes and implements
|
103
|
+
# `Aws::CredentialProvider`, or instance of any one of the following classes:
|
104
104
|
#
|
105
105
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
106
106
|
# credentials.
|
@@ -128,8 +128,7 @@ module Aws::BedrockRuntime
|
|
128
128
|
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
129
129
|
# from the Cognito Identity service.
|
130
130
|
#
|
131
|
-
# When `:credentials` are not configured directly, the following
|
132
|
-
# locations will be searched for credentials:
|
131
|
+
# When `:credentials` are not configured directly, the following locations will be searched for credentials:
|
133
132
|
#
|
134
133
|
# * `Aws.config[:credentials]`
|
135
134
|
#
|
@@ -143,12 +142,10 @@ module Aws::BedrockRuntime
|
|
143
142
|
#
|
144
143
|
# * `~/.aws/config`
|
145
144
|
#
|
146
|
-
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
147
|
-
#
|
148
|
-
#
|
149
|
-
#
|
150
|
-
# fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
|
151
|
-
# to `true`.
|
145
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
|
146
|
+
# Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
|
147
|
+
# enable retries and extended timeouts. Instance profile credential fetching can be disabled by
|
148
|
+
# setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
|
152
149
|
#
|
153
150
|
# @option options [required, String] :region
|
154
151
|
# The AWS region to connect to. The configured `:region` is
|
@@ -390,8 +387,8 @@ module Aws::BedrockRuntime
|
|
390
387
|
# `Aws::Telemetry::OTelProvider` for telemetry provider.
|
391
388
|
#
|
392
389
|
# @option options [Aws::TokenProvider] :token_provider
|
393
|
-
# Your Bearer token used for authentication. This can be
|
394
|
-
# following classes:
|
390
|
+
# Your Bearer token used for authentication. This can be any class that includes and implements
|
391
|
+
# `Aws::TokenProvider`, or instance of any one of the following classes:
|
395
392
|
#
|
396
393
|
# * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
|
397
394
|
# tokens.
|
@@ -2756,7 +2753,7 @@ module Aws::BedrockRuntime
|
|
2756
2753
|
tracer: tracer
|
2757
2754
|
)
|
2758
2755
|
context[:gem_name] = 'aws-sdk-bedrockruntime'
|
2759
|
-
context[:gem_version] = '1.
|
2756
|
+
context[:gem_version] = '1.54.0'
|
2760
2757
|
Seahorse::Client::Request.new(handlers, context)
|
2761
2758
|
end
|
2762
2759
|
|