AWS code-library documentation change
Summary
Corrected CLI command from 'delete-identity-pool' to 'delete-identities' and updated descriptions to reflect deleting identities (not pools)
Security assessment
Change fixes incorrect command usage but doesn't address security vulnerabilities or add security features. No evidence of security impact.
Diff
diff --git a/code-library/latest/ug/cli_2_cognito-identity_code_examples.md b/code-library/latest/ug/cli_2_cognito-identity_code_examples.md index 2f35fe758..3beeeacfd 100644 --- a//code-library/latest/ug/cli_2_cognito-identity_code_examples.md +++ b//code-library/latest/ug/cli_2_cognito-identity_code_examples.md @@ -69 +69 @@ The following code example shows how to use `delete-identities`. -**To delete identity pool** +**To delete an identity** @@ -71 +71 @@ The following code example shows how to use `delete-identities`. -This example deletes an identity pool. +This example deletes an identity from an identity pool. @@ -76 +76 @@ 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"