AWS cli documentation change
Summary
Updated CLI version reference from 2.27.45 to 2.27.46 and added API documentation links for GetContextKeysForPrincipalPolicy and SimulateCustomPolicy
Security assessment
The changes are routine documentation updates (version numbers) and adding hyperlinks to API references. No security vulnerabilities or security feature additions are mentioned.
Diff
diff --git a/cli/latest/reference/iam/get-context-keys-for-custom-policy.md b/cli/latest/reference/iam/get-context-keys-for-custom-policy.md index 1a37b66d4..5d1d03961 100644 --- a//cli/latest/reference/iam/get-context-keys-for-custom-policy.md +++ b//cli/latest/reference/iam/get-context-keys-for-custom-policy.md @@ -15 +15 @@ - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) » @@ -60 +60 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Gets a list of all of the context keys referenced in the input policies. The policies are supplied as a list of one or more strings. To get the context keys from policies associated with an IAM user, group, or role, use GetContextKeysForPrincipalPolicy . +Gets a list of all of the context keys referenced in the input policies. The policies are supplied as a list of one or more strings. To get the context keys from policies associated with an IAM user, group, or role, use [GetContextKeysForPrincipalPolicy](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetContextKeysForPrincipalPolicy.html) . @@ -62 +62 @@ Gets a list of all of the context keys referenced in the input policies. The pol -Context keys are variables maintained by Amazon Web Services and its services that provide details about the context of an API query request. Context keys can be evaluated by testing against a value specified in an IAM policy. Use `GetContextKeysForCustomPolicy` to understand what key names and values you must supply when you call SimulateCustomPolicy . Note that all parameters are shown in unencoded form here for clarity but must be URL encoded to be included as a part of a real HTML request. +Context keys are variables maintained by Amazon Web Services and its services that provide details about the context of an API query request. Context keys can be evaluated by testing against a value specified in an IAM policy. Use `GetContextKeysForCustomPolicy` to understand what key names and values you must supply when you call [SimulateCustomPolicy](https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulateCustomPolicy.html) . Note that all parameters are shown in unencoded form here for clarity but must be URL encoded to be included as a part of a real HTML request. @@ -295 +295 @@ ContextKeyNames -> (list) - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) »