AWS cli documentation change
Summary
Updated CLI version and fixed example command from delete-identity-pool to delete-identities
Security assessment
Command example correction doesn't address security vulnerability; routine documentation fix
Diff
diff --git a/cli/latest/reference/cognito-identity/delete-identities.md b/cli/latest/reference/cognito-identity/delete-identities.md index b539c4a6a..810e2ed81 100644 --- a//cli/latest/reference/cognito-identity/delete-identities.md +++ b//cli/latest/reference/cognito-identity/delete-identities.md @@ -15 +15 @@ - * [AWS CLI 2.34.38 Command Reference](../../index.html) » + * [AWS CLI 2.34.40 Command Reference](../../index.html) » @@ -249 +249 @@ Command: - aws cognito-identity delete-identity-pool --identity-ids-to-delete "us-west-2:11111111-1111-1111-1111-111111111111" + aws cognito-identity delete-identities --identity-ids-to-delete "us-west-2:11111111-1111-1111-1111-111111111111" @@ -309 +309 @@ UnprocessedIdentityIds -> (list) - * [AWS CLI 2.34.38 Command Reference](../../index.html) » + * [AWS CLI 2.34.40 Command Reference](../../index.html) »