AWS cli documentation change
Summary
Updated CLI version reference and added API documentation links for DeleteServiceLinkedRole and GetServiceLinkedRoleDeletionStatus operations
Security assessment
Changes consist of version number updates and added API reference links. No indication of security vulnerability fixes or new security capabilities being documented.
Diff
diff --git a/cli/latest/reference/iam/get-service-linked-role-deletion-status.md b/cli/latest/reference/iam/get-service-linked-role-deletion-status.md index 4701c9356..aeed66dff 100644 --- a//cli/latest/reference/iam/get-service-linked-role-deletion-status.md +++ b//cli/latest/reference/iam/get-service-linked-role-deletion-status.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 -Retrieves the status of your service-linked role deletion. After you use DeleteServiceLinkedRole to submit a service-linked role for deletion, you can use the `DeletionTaskId` parameter in `GetServiceLinkedRoleDeletionStatus` to check the status of the deletion. If the deletion fails, this operation returns the reason that it failed, if that information is returned by the service. +Retrieves the status of your service-linked role deletion. After you use [DeleteServiceLinkedRole](https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteServiceLinkedRole.html) to submit a service-linked role for deletion, you can use the `DeletionTaskId` parameter in `GetServiceLinkedRoleDeletionStatus` to check the status of the deletion. If the deletion fails, this operation returns the reason that it failed, if that information is returned by the service. @@ -95 +95 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/iam-20 -> The deletion task identifier. This identifier is returned by the DeleteServiceLinkedRole operation in the format `task/aws-service-role/<service-principal-name>/<role-name>/<task-uuid>` . +> The deletion task identifier. This identifier is returned by the [DeleteServiceLinkedRole](https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteServiceLinkedRole.html) operation in the format `task/aws-service-role/<service-principal-name>/<role-name>/<task-uuid>` . @@ -243 +243 @@ Reason -> (structure) ->>> This data type is used as a response element in the GetServiceLinkedRoleDeletionStatus operation. +>>> This data type is used as a response element in the [GetServiceLinkedRoleDeletionStatus](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetServiceLinkedRoleDeletionStatus.html) operation. @@ -269 +269 @@ Reason -> (structure) - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) »