AWS cli documentation change
Summary
Updated CLI version number from 2.27.45 to 2.27.46 and added hyperlinks to related API references throughout the documentation
Security assessment
The changes primarily add hyperlinks to API documentation and update version numbers. The security-related note about permission disclosure was already present and only received a link formatting change. No new security vulnerabilities or mitigations are introduced.
Diff
diff --git a/cli/latest/reference/iam/simulate-principal-policy.md b/cli/latest/reference/iam/simulate-principal-policy.md index 9f8044051..459ccb229 100644 --- a//cli/latest/reference/iam/simulate-principal-policy.md +++ b//cli/latest/reference/iam/simulate-principal-policy.md @@ -15 +15 @@ - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) » @@ -62 +62 @@ Simulate how a set of IAM policies attached to an IAM entity works with a list o -You can optionally include a list of one or more additional policies specified as strings to include in the simulation. If you want to simulate only policies specified as strings, use SimulateCustomPolicy instead. +You can optionally include a list of one or more additional policies specified as strings to include in the simulation. If you want to simulate only policies specified as strings, use [SimulateCustomPolicy](https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulateCustomPolicy.html) instead. @@ -68 +68 @@ The simulation does not perform the API operations; it only checks the authoriza -> **Note:** This operation discloses information about the permissions granted to other users. If you do not want users to see other user’s permissions, then consider allowing them to use SimulateCustomPolicy instead. +> **Note:** This operation discloses information about the permissions granted to other users. If you do not want users to see other user’s permissions, then consider allowing them to use [SimulateCustomPolicy](https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulateCustomPolicy.html) instead. @@ -70 +70 @@ The simulation does not perform the API operations; it only checks the authoriza -Context keys are variables maintained by Amazon Web Services and its services that provide details about the context of an API query request. You can use the `Condition` element of an IAM policy to evaluate context keys. To get the list of context keys that the policies require for correct simulation, use GetContextKeysForPrincipalPolicy . +Context keys are variables maintained by Amazon Web Services and its services that provide details about the context of an API query request. You can use the `Condition` element of an IAM policy to evaluate context keys. To get the list of context keys that the policies require for correct simulation, use [GetContextKeysForPrincipalPolicy](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetContextKeysForPrincipalPolicy.html) . @@ -245 +245 @@ Syntax: ->> This data type is used as an input parameter to SimulateCustomPolicy and SimulatePrincipalPolicy . +>> This data type is used as an input parameter to [SimulateCustomPolicy](https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulateCustomPolicy.html) and [SimulatePrincipalPolicy](https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulatePrincipalPolicy.html) . @@ -493 +493 @@ EvaluationResults -> (list) ->> This data type is used by the return parameter of `` SimulateCustomPolicy `` and `` SimulatePrincipalPolicy `` . +>> This data type is used by the return parameter of `` [SimulateCustomPolicy](https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulateCustomPolicy.html) `` and `` [SimulatePrincipalPolicy](https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulatePrincipalPolicy.html) `` . @@ -515 +515 @@ EvaluationResults -> (list) ->>>> This data type is used by the `MatchedStatements` member of the `` EvaluationResult `` type. +>>>> This data type is used by the `MatchedStatements` member of the `` [EvaluationResult](https://docs.aws.amazon.com/IAM/latest/APIReference/API_EvaluationResult.html) `` type. @@ -551 +551 @@ EvaluationResults -> (list) ->>> A list of context keys that are required by the included input policies but that were not provided by one of the input parameters. This list is used when the resource in a simulation is “*”, either explicitly, or when the `ResourceArns` parameter blank. If you include a list of resources, then any missing context values are instead included under the `ResourceSpecificResults` section. To discover the context keys used by a set of policies, you can call GetContextKeysForCustomPolicy or GetContextKeysForPrincipalPolicy . +>>> A list of context keys that are required by the included input policies but that were not provided by one of the input parameters. This list is used when the resource in a simulation is “*”, either explicitly, or when the `ResourceArns` parameter blank. If you include a list of resources, then any missing context values are instead included under the `ResourceSpecificResults` section. To discover the context keys used by a set of policies, you can call [GetContextKeysForCustomPolicy](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetContextKeysForCustomPolicy.html) or [GetContextKeysForPrincipalPolicy](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetContextKeysForPrincipalPolicy.html) . @@ -593 +593 @@ EvaluationResults -> (list) ->>>> This data type is used by a member of the EvaluationResult data type. +>>>> This data type is used by a member of the [EvaluationResult](https://docs.aws.amazon.com/IAM/latest/APIReference/API_EvaluationResult.html) data type. @@ -611 +611 @@ EvaluationResults -> (list) ->>>>>> This data type is used by the `MatchedStatements` member of the `` EvaluationResult `` type. +>>>>>> This data type is used by the `MatchedStatements` member of the `` [EvaluationResult](https://docs.aws.amazon.com/IAM/latest/APIReference/API_EvaluationResult.html) `` type. @@ -647 +647 @@ EvaluationResults -> (list) ->>>>> A list of context keys that are required by the included input policies but that were not provided by one of the input parameters. This list is used when a list of ARNs is included in the `ResourceArns` parameter instead of “*”. If you do not specify individual resources, by setting `ResourceArns` to “*” or by not including the `ResourceArns` parameter, then any missing context values are instead included under the `EvaluationResults` section. To discover the context keys used by a set of policies, you can call GetContextKeysForCustomPolicy or GetContextKeysForPrincipalPolicy . +>>>>> A list of context keys that are required by the included input policies but that were not provided by one of the input parameters. This list is used when a list of ARNs is included in the `ResourceArns` parameter instead of “*”. If you do not specify individual resources, by setting `ResourceArns` to “*” or by not including the `ResourceArns` parameter, then any missing context values are instead included under the `EvaluationResults` section. To discover the context keys used by a set of policies, you can call [GetContextKeysForCustomPolicy](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetContextKeysForCustomPolicy.html) or [GetContextKeysForPrincipalPolicy](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetContextKeysForPrincipalPolicy.html) . @@ -685 +685 @@ Marker -> (string) - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) »