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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c45a1587ddc611ff06ac301c5d4adc0cf87b3774ec40afcc780cdedeaf6d6b55
|
|
4
|
+
data.tar.gz: 122cf11e55a23d3ece8ad3955590cf4c7aaade8e9c576285d8db0baf565460ab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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
|
-
#
|
|
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
|
|
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
|
|
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
|
|
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
|