aws-sdk-bedrockagentcorecontrol 1.2.0 → 1.3.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: 8821af829310687009385b61de13583cabe0c49fbf756648db857bf15ed7bfa9
4
- data.tar.gz: dc4946b81c01a0d074ab6233c389bd9c6ca680e74061f1944f20650e5da23297
3
+ metadata.gz: 29569a4778fafcbae6216c6bbe87350dcaa1af03c73f5e2f03aedd7ad5e04caa
4
+ data.tar.gz: 82bd8e1c29974b351a26f7b1666bcf2524e6ef7fe41e9f6710d937b115642cb1
5
5
  SHA512:
6
- metadata.gz: 3621581a658df563cfcf4c5e743bd876ecd38f63340f78530eb9527bd1abb66abdc054c391f3ea21d9866bf6d99e65e58eef495e321a24fd50b31dde25f7d423
7
- data.tar.gz: d2eeb3daa85fec04fec5ae9ccdae29d9b0be0226b44b1140ae78acafc35f185dfad1fb27749652a3e1ed54ace25942f2cbc9ebe9d0b586e4d94283923da170ec
6
+ metadata.gz: 2d120a745edd2c986d704897e7ef730f82c474586e2b0c3833f847339677a2801feffed6359620cec04832940d773de695d3c6b73f9ac6f9fb34d8010ef1e203
7
+ data.tar.gz: df33028360fa5964a56639ff79e77114be524a203a33a42207a92427eea104b97c6643315fe67204234606edc1e8e59bd8c48b9e59673701e34cd81619534ae2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.3.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.2.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.3.0
@@ -95,8 +95,8 @@ module Aws::BedrockAgentCoreControl
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::BedrockAgentCoreControl
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::BedrockAgentCoreControl
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -377,8 +374,8 @@ module Aws::BedrockAgentCoreControl
377
374
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
378
375
  #
379
376
  # @option options [Aws::TokenProvider] :token_provider
380
- # Your Bearer token used for authentication. This can be an instance of any one of the
381
- # following classes:
377
+ # Your Bearer token used for authentication. This can be any class that includes and implements
378
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
382
379
  #
383
380
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
384
381
  # tokens.
@@ -3716,7 +3713,7 @@ module Aws::BedrockAgentCoreControl
3716
3713
  tracer: tracer
3717
3714
  )
3718
3715
  context[:gem_name] = 'aws-sdk-bedrockagentcorecontrol'
3719
- context[:gem_version] = '1.2.0'
3716
+ context[:gem_version] = '1.3.0'
3720
3717
  Seahorse::Client::Request.new(handlers, context)
3721
3718
  end
3722
3719
 
@@ -55,7 +55,7 @@ module Aws::BedrockAgentCoreControl
55
55
  autoload :EndpointProvider, 'aws-sdk-bedrockagentcorecontrol/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-bedrockagentcorecontrol/endpoints'
57
57
 
58
- GEM_VERSION = '1.2.0'
58
+ GEM_VERSION = '1.3.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-bedrockagentcorecontrol
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services