AWS cli documentation change
Summary
Updated CLI version reference from 2.27.45 to 2.27.46 and added API documentation links for DeletePolicyVersion, GetPolicyVersion, GetAccountAuthorizationDetails, CreatePolicyVersion, and ListPolicyVersions operations
Security assessment
Changes consist of version number updates and improved API documentation links. No security-related content modifications or additions detected.
Diff
diff --git a/cli/latest/reference/iam/create-policy-version.md b/cli/latest/reference/iam/create-policy-version.md index 259cf8a52..913f13fdc 100644 --- a//cli/latest/reference/iam/create-policy-version.md +++ b//cli/latest/reference/iam/create-policy-version.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 -Creates a new version of the specified managed policy. To update a managed policy, you create a new policy version. A managed policy can have up to five versions. If the policy has five versions, you must delete an existing version using DeletePolicyVersion before you create a new version. +Creates a new version of the specified managed policy. To update a managed policy, you create a new policy version. A managed policy can have up to five versions. If the policy has five versions, you must delete an existing version using [DeletePolicyVersion](https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeletePolicyVersion.html) before you create a new version. @@ -269 +269 @@ PolicyVersion -> (structure) ->> The policy document is returned in the response to the GetPolicyVersion and GetAccountAuthorizationDetails operations. It is not returned in the response to the CreatePolicyVersion or ListPolicyVersions operations. +>> The policy document is returned in the response to the [GetPolicyVersion](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetPolicyVersion.html) and [GetAccountAuthorizationDetails](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountAuthorizationDetails.html) operations. It is not returned in the response to the [CreatePolicyVersion](https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreatePolicyVersion.html) or [ListPolicyVersions](https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListPolicyVersions.html) operations. @@ -297 +297 @@ PolicyVersion -> (structure) - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) »