Skip to content

Commit

Permalink
Merge pull request #91 from h00die/id_providers_fix
Browse files Browse the repository at this point in the history
update aws cognito-idp list-identity-providers command to finish the syntax
  • Loading branch information
carlospolop authored Oct 14, 2024
2 parents 2d3a299 + 465fa3c commit d286f11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ aws cognito-idp list-users-in-group --user-pool-id <user-pool-id> --group-name <
aws cognito-idp list-user-pool-clients --user-pool-id <user-pool-id>

## List configured identity providers for a user pool
aws cognito-idp list-identity-providers --user-pool-id <user-poo
aws cognito-idp list-identity-providers --user-pool-id <user-pool-id>

## List user import jobs
aws cognito-idp list-user-import-jobs --user-pool-id <user-pool-id> --max-results 60
Expand Down

0 comments on commit d286f11

Please sign in to comment.