AWS cli documentation change
Summary
Updated authorizer configuration to make it optional and added AWS_IAM authorization type
Security assessment
Introduces AWS_IAM as a new authorization type option, which relates to access control security features. However, there's no evidence this change addresses a specific security vulnerability. The change from required to optional configuration parameter could impact security posture but isn't explicitly tied to a disclosed issue.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore-control/update-gateway.md b/cli/latest/reference/bedrock-agentcore-control/update-gateway.md index a27c617cd..400eb6be2 100644 --- a//cli/latest/reference/bedrock-agentcore-control/update-gateway.md +++ b//cli/latest/reference/bedrock-agentcore-control/update-gateway.md @@ -15 +15 @@ - * [AWS CLI 2.31.10 Command Reference](../../index.html) » + * [AWS CLI 2.31.13 Command Reference](../../index.html) » @@ -74 +74 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc - --authorizer-configuration <value> + [--authorizer-configuration <value>] @@ -217,0 +218 @@ JSON Syntax: +> * `AWS_IAM` @@ -221 +222 @@ JSON Syntax: -`--authorizer-configuration` (tagged union structure) [required] +`--authorizer-configuration` (tagged union structure) @@ -573,0 +575 @@ authorizerType -> (string) +> * `AWS_IAM` @@ -675 +677 @@ exceptionLevel -> (string) - * [AWS CLI 2.31.10 Command Reference](../../index.html) » + * [AWS CLI 2.31.13 Command Reference](../../index.html) »