AWS cli documentation change
Summary
Updated AWS CLI version reference and clarified OAuth2 authorization data description to specify it's returned when target is configured with credential provider requiring user federation
Security assessment
The change adds more specific documentation about OAuth2 authorization data conditions, clarifying security-related authentication flows. This improves documentation of security features but doesn't indicate a security issue.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore-control/create-gateway-target.md b/cli/latest/reference/bedrock-agentcore-control/create-gateway-target.md index 57b1e1031..a865b4f9e 100644 --- a//cli/latest/reference/bedrock-agentcore-control/create-gateway-target.md +++ b//cli/latest/reference/bedrock-agentcore-control/create-gateway-target.md @@ -15 +15 @@ - * [AWS CLI 2.34.23 Command Reference](../../index.html) » + * [AWS CLI 2.34.25 Command Reference](../../index.html) » @@ -2356 +2356 @@ authorizationData -> (tagged union structure) -> OAuth2 authorization data for the created gateway target. This data is returned when the target requires user authorization through an authorization code grant type. +> OAuth2 authorization data for the created gateway target. This data is returned when a target is configured with a credential provider with authorization code grant type and requires user federation. @@ -2397 +2397 @@ authorizationData -> (tagged union structure) - * [AWS CLI 2.34.23 Command Reference](../../index.html) » + * [AWS CLI 2.34.25 Command Reference](../../index.html) »