aws-sdk-bedrockagentcorecontrol 1.35.0 → 1.36.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: 172e5cc5d073b42529495a93b19c9d87da05ea6ad2a413c0ba44acf985b93835
4
- data.tar.gz: 86f619ffc5d36bce73ca305ce1396222f37f83b654d50ccd404c735b3d05b065
3
+ metadata.gz: c45a1587ddc611ff06ac301c5d4adc0cf87b3774ec40afcc780cdedeaf6d6b55
4
+ data.tar.gz: 122cf11e55a23d3ece8ad3955590cf4c7aaade8e9c576285d8db0baf565460ab
5
5
  SHA512:
6
- metadata.gz: 907ecd38a1c3184e1f50ed59fb24efb9a30f121fbd16a58bf1d549e84eedb3350cfe353443e97b87c4eaa0aa108e03102cad8739a9a6a1e5a33889ba798d883e
7
- data.tar.gz: b1c42006ea96dd989c92bdbd6e4f667b6c7d1852104ad0ebadc509e647b3d7a0d0918320ead53f03eae244cdd4be758c92d296bee0c4cca70e3b945a96e518de
6
+ metadata.gz: b6aea9c85392d657c9525472e8dd261c61a3cc35ee1a3fc24400f113fce662e44a5b7669e9c25a15ff73e04b2e9df33752739ccb2895eb8e3a8db3b253761d76
7
+ data.tar.gz: efdc496433a63abc189cc25bb4d82e1f2055fdede7ea7215ee3c86872a54c5e148e0d417fdee97fc1a9e72a266240c7cf4f4c639255cb7e9be17acfe50955ccd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.36.0 (2026-04-03)
5
+ ------------------
6
+
7
+ * Feature - Documentation Update for Adds support for three-legged (Authorization Code grant type) OAuth along with predefined MCP tool schema configuration for Amazon Bedrock AgentCore gateway MCP server targets.
8
+
4
9
  1.35.0 (2026-04-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
1
+ 1.36.0
@@ -7258,7 +7258,7 @@ module Aws::BedrockAgentCoreControl
7258
7258
  tracer: tracer
7259
7259
  )
7260
7260
  context[:gem_name] = 'aws-sdk-bedrockagentcorecontrol'
7261
- context[:gem_version] = '1.35.0'
7261
+ context[:gem_version] = '1.36.0'
7262
7262
  Seahorse::Client::Request.new(handlers, context)
7263
7263
  end
7264
7264
 
@@ -403,7 +403,8 @@ module Aws::BedrockAgentCoreControl
403
403
  end
404
404
 
405
405
  # Contains the authorization data that is returned when a gateway target
406
- # requires user authorization through an authorization code grant type.
406
+ # is configured with a credential provider with authorization code grant
407
+ # type and requires user federation.
407
408
  #
408
409
  # @note AuthorizationData is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of AuthorizationData corresponding to the set member.
409
410
  #
@@ -2023,8 +2024,8 @@ module Aws::BedrockAgentCoreControl
2023
2024
  #
2024
2025
  # @!attribute [rw] authorization_data
2025
2026
  # OAuth2 authorization data for the created gateway target. This data
2026
- # is returned when the target requires user authorization through an
2027
- # authorization code grant type.
2027
+ # is returned when a target is configured with a credential provider
2028
+ # with authorization code grant type and requires user federation.
2028
2029
  # @return [Types::AuthorizationData]
2029
2030
  #
2030
2031
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/CreateGatewayTargetResponse AWS API Documentation
@@ -5336,8 +5337,8 @@ module Aws::BedrockAgentCoreControl
5336
5337
  #
5337
5338
  # @!attribute [rw] authorization_data
5338
5339
  # OAuth2 authorization data for the gateway target. This data is
5339
- # returned when the target requires user authorization through an
5340
- # authorization code grant type.
5340
+ # returned when a target is configured with a credential provider with
5341
+ # authorization code grant type and requires user federation.
5341
5342
  # @return [Types::AuthorizationData]
5342
5343
  #
5343
5344
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/GetGatewayTargetResponse AWS API Documentation
@@ -10794,8 +10795,8 @@ module Aws::BedrockAgentCoreControl
10794
10795
  #
10795
10796
  # @!attribute [rw] authorization_data
10796
10797
  # OAuth2 authorization data for the updated gateway target. This data
10797
- # is returned when the target requires user authorization through an
10798
- # authorization code grant type.
10798
+ # is returned when a target is configured with a credential provider
10799
+ # with authorization code grant type and requires user federation.
10799
10800
  # @return [Types::AuthorizationData]
10800
10801
  #
10801
10802
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/UpdateGatewayTargetResponse AWS API Documentation
@@ -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.35.0'
58
+ GEM_VERSION = '1.36.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.35.0
4
+ version: 1.36.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services