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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 717c6ed1084602169c3f447faa1dee7b1cd8c666142c69ad361f8a80106a03d2
4
- data.tar.gz: d9d95a86516af2530d70a8202dc1406d302ff6dc60fa30dbab6942e77478c856
3
+ metadata.gz: af9757de4478300e17a95eb1750bfa2135554fd2060e785c3819726b2a5b1920
4
+ data.tar.gz: a78a3e4b2a13a784c8dbde209c4d027a1988e0b036a165bec681d0eff91cadbe
5
5
  SHA512:
6
- metadata.gz: f44312e080fe89fb2ae539e93ef4dc726df6a3b31da1b2c8d958515359435dae59f024ea82820ab0290eaae6c60e631b490b3592086d0a4ecf47b9e40ce46bc1
7
- data.tar.gz: 9ec2be3895e3be4004d132fc15fd2bf99ff11dbdea29653223651f0d5dafbac4b13a9d143b746a00264a4aecdb72b24771d4e4566e93d145d5ec4cf3ecfda511
6
+ metadata.gz: 3c16de21b3047e50984812f567999763bcfc78dca4517bf5916e1d5bf39d153cfb5d444645d3292458628e8bcb2e3f84ec2d1e58a6169134f237f9031d50c2a4
7
+ data.tar.gz: 49c1a30bdcd980ed43dca10eba5a1cbba9e77d9f4ecd8e6f72bb4158dcdd723d3cd4eb925fea81f42f1d11dc3b0633f291cddd16c6512401ad2d0f4a848c565d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.53.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
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 an instance of any one of the
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
- # are very aggressive. Construct and pass an instance of
139
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
140
- # enable retries and extended timeouts. Instance profile credential
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 an instance of any one of the
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.53.0'
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 an instance of any one of the
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
- # are very aggressive. Construct and pass an instance of
148
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
149
- # enable retries and extended timeouts. Instance profile credential
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 an instance of any one of the
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.53.0'
2756
+ context[:gem_version] = '1.54.0'
2760
2757
  Seahorse::Client::Request.new(handlers, context)
2761
2758
  end
2762
2759
 
@@ -57,7 +57,7 @@ module Aws::BedrockRuntime
57
57
  autoload :AsyncClient, 'aws-sdk-bedrockruntime/async_client'
58
58
  autoload :EventStreams, 'aws-sdk-bedrockruntime/event_streams'
59
59
 
60
- GEM_VERSION = '1.53.0'
60
+ GEM_VERSION = '1.54.0'
61
61
 
62
62
  end
63
63
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrockruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.53.0
4
+ version: 1.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services