AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.31.19 to 2.31.21 and modified link text for Lambda function URL authentication documentation
Security assessment
The change updates documentation links and CLI version numbers but does not address any specific security vulnerability. The modified link text ('Control access...' instead of 'Security and auth model...') improves clarity but doesn't introduce new security content.
Diff
diff --git a/cli/latest/reference/lambda/update-function-url-config.md b/cli/latest/reference/lambda/update-function-url-config.md index d8a7bb6c6..017e663a9 100644 --- a//cli/latest/reference/lambda/update-function-url-config.md +++ b//cli/latest/reference/lambda/update-function-url-config.md @@ -15 +15 @@ - * [AWS CLI 2.31.19 Command Reference](../../index.html) » + * [AWS CLI 2.31.21 Command Reference](../../index.html) » @@ -132 +132 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/lambda -> The type of authentication that your function URL uses. Set to `AWS_IAM` if you want to restrict access to authenticated users only. Set to `NONE` if you want to bypass IAM authentication to create a public endpoint. For more information, see [Security and auth model for Lambda function URLs](https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html) . +> The type of authentication that your function URL uses. Set to `AWS_IAM` if you want to restrict access to authenticated users only. Set to `NONE` if you want to bypass IAM authentication to create a public endpoint. For more information, see [Control access to Lambda function URLs](https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html) . @@ -403 +403 @@ AuthType -> (string) -> The type of authentication that your function URL uses. Set to `AWS_IAM` if you want to restrict access to authenticated users only. Set to `NONE` if you want to bypass IAM authentication to create a public endpoint. For more information, see [Security and auth model for Lambda function URLs](https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html) . +> The type of authentication that your function URL uses. Set to `AWS_IAM` if you want to restrict access to authenticated users only. Set to `NONE` if you want to bypass IAM authentication to create a public endpoint. For more information, see [Control access to Lambda function URLs](https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html) . @@ -551 +551 @@ InvokeMode -> (string) - * [AWS CLI 2.31.19 Command Reference](../../index.html) » + * [AWS CLI 2.31.21 Command Reference](../../index.html) »