aws-sdk-bedrock 1.56.0 → 1.57.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: cf2015f1cbf876b97f400400305ce6d3750b7b68198cc267e8ad0c1dc17fe4ff
4
- data.tar.gz: b44427241239dd4cd7dd87799ed5836bf3150d8a0fcb510b22c2dca6c57e3dcc
3
+ metadata.gz: ce8e00056b66541816c7d66122d939863060125463aa78768d68587187d3c0b8
4
+ data.tar.gz: 713e23eea3879315d39ac26fbf08deb27a23f335d2acc1562d1eca45cf1a64d7
5
5
  SHA512:
6
- metadata.gz: 42ff562798b868cc41865db6ba8e9cf6f2005a3487f2f6a708fe2d757347b96386870698c3ab9aa9984f0fd5fbf75b3388508b7e607f70ddf3e1affe165a58a9
7
- data.tar.gz: d825fe3dab0bb8893865509cd63e756846a6650436d63cc605e4d1a1899f300ed48f4a7d8cda00dc77e56b661b6e9cac058f65846fc75b643a7767e715cc13b2
6
+ metadata.gz: 0c7486f775f32dc881aba1f5d00d47a079e7bd9f4625017bf478daa823a4e3be4dc9cadf4fa1b77e528d508cdbef03befb55075adfcfb46a4f7eef4b376bfb6e
7
+ data.tar.gz: 07d0b4207d6a3b922eeb4d3876e3e8772e2d2cd4f27b3b5064fafdf0096a1c7f3078473a6323cb28b3ea2b46208deefc61a390a92ba2123c00d74573cbba2d09
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.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.56.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.57.0
@@ -97,8 +97,8 @@ module Aws::Bedrock
97
97
  # class name or an instance of a plugin class.
98
98
  #
99
99
  # @option options [required, Aws::CredentialProvider] :credentials
100
- # Your AWS credentials used for authentication. This can be an instance of any one of the
101
- # following classes:
100
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
101
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
102
102
  #
103
103
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
104
104
  # credentials.
@@ -126,8 +126,7 @@ module Aws::Bedrock
126
126
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
127
127
  # from the Cognito Identity service.
128
128
  #
129
- # When `:credentials` are not configured directly, the following
130
- # locations will be searched for credentials:
129
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
131
130
  #
132
131
  # * `Aws.config[:credentials]`
133
132
  #
@@ -141,12 +140,10 @@ module Aws::Bedrock
141
140
  #
142
141
  # * `~/.aws/config`
143
142
  #
144
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
145
- # are very aggressive. Construct and pass an instance of
146
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
147
- # enable retries and extended timeouts. Instance profile credential
148
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
149
- # to `true`.
143
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
144
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
146
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
150
147
  #
151
148
  # @option options [required, String] :region
152
149
  # The AWS region to connect to. The configured `:region` is
@@ -379,8 +376,8 @@ module Aws::Bedrock
379
376
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
380
377
  #
381
378
  # @option options [Aws::TokenProvider] :token_provider
382
- # Your Bearer token used for authentication. This can be an instance of any one of the
383
- # following classes:
379
+ # Your Bearer token used for authentication. This can be any class that includes and implements
380
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
384
381
  #
385
382
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
386
383
  # tokens.
@@ -5753,7 +5750,7 @@ module Aws::Bedrock
5753
5750
  tracer: tracer
5754
5751
  )
5755
5752
  context[:gem_name] = 'aws-sdk-bedrock'
5756
- context[:gem_version] = '1.56.0'
5753
+ context[:gem_version] = '1.57.0'
5757
5754
  Seahorse::Client::Request.new(handlers, context)
5758
5755
  end
5759
5756
 
@@ -55,7 +55,7 @@ module Aws::Bedrock
55
55
  autoload :EndpointProvider, 'aws-sdk-bedrock/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-bedrock/endpoints'
57
57
 
58
- GEM_VERSION = '1.56.0'
58
+ GEM_VERSION = '1.57.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrock
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.56.0
4
+ version: 1.57.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services