AWS cli documentation change
Summary
Added new '--authorizer-type' filter parameter to list-registries command with possible values CUSTOM_JWT and AWS_IAM. Updated navigation links and CLI version.
Security assessment
The change adds documentation for filtering registries by authorizer type (AWS_IAM/CUSTOM_JWT), which are security-related authentication methods. This enhances security documentation by explaining how to filter based on authorization mechanisms.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore-control/list-registries.md b/cli/latest/reference/bedrock-agentcore-control/list-registries.md index 3f5d251e8..de9924792 100644 --- a//cli/latest/reference/bedrock-agentcore-control/list-registries.md +++ b//cli/latest/reference/bedrock-agentcore-control/list-registries.md @@ -14,2 +14,2 @@ - * [previous](list-policy-generations.html "list-policy-generations") | - * [AWS CLI 2.34.45 Command Reference](../../index.html) » + * [previous](list-policy-summaries.html "list-policy-summaries") | + * [AWS CLI 2.34.48 Command Reference](../../index.html) » @@ -22 +22 @@ - * [← list-policy-generations](list-policy-generations.html "previous chapter \(use the left arrow\)") / + * [← list-policy-summaries](list-policy-summaries.html "previous chapter \(use the left arrow\)") / @@ -59 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Lists all registries in the account. You can optionally filter results by status using the `status` parameter. +Lists all registries in the account. You can optionally filter results by status using the `status` parameter, or by authorizer type using the `authorizerType` parameter. @@ -69,0 +70 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc + [--authorizer-type <value>] @@ -113,0 +115,11 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc +`--authorizer-type` (string) + +> Filter registries by their authorizer type. Possible values are `CUSTOM_JWT` and `AWS_IAM` . For more information about authorizer types, see the `RegistryAuthorizerType` enum. +> +> Possible values: +> +> * `CUSTOM_JWT` +> * `AWS_IAM` +> + + @@ -354 +366 @@ nextToken -> (string) - * [← list-policy-generations](list-policy-generations.html "previous chapter \(use the left arrow\)") / + * [← list-policy-summaries](list-policy-summaries.html "previous chapter \(use the left arrow\)") / @@ -363,2 +375,2 @@ nextToken -> (string) - * [previous](list-policy-generations.html "list-policy-generations") | - * [AWS CLI 2.34.45 Command Reference](../../index.html) » + * [previous](list-policy-summaries.html "list-policy-summaries") | + * [AWS CLI 2.34.48 Command Reference](../../index.html) »