Command option Sample:aws iam delete-login-profile

Search command sample in the internet.It is the result.

Deletes the password for the specified IAM user, which terminates theuser's ability to access AWS services through the AWS ManagementConsole.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/iam/delete-login-profile.html

aws iam delete-login-profile --user-name Bob
    get-login-profile — AWS CLI 1.16.7 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/iam/delete-login-profile.html
aws iam delete-login-profile --user-name dave
    AWS IAM / CLI / MFA Notes 揃 GitHub : http://gist.github.com/davejamesmiller/90f292d2d9a21bac5f6116296fa64657
aws iam delete-login-profile --user-name metest
    bug in deleting user and login profile: login profile deleted from state but not from aws 揃 Issue #4205 揃 terraform-providers/terraform-provider-aws 揃 GitHub : http://github.com/terraform-providers/terraform-provider-aws/issues/4205

aws のオプション一覧