Command option Sample:aws iam deactivate-mfa-device

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

Deactivates the specified MFA device and removes it from associationwith the user name for which it was originally enabled.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/iam/deactivate-mfa-device.html

aws iam deactivate-mfa-device --user-name Bob --serial-number arn:aws:iam::210987654321:mfa/BobsMFADevice
    deactivate-mfa-device — AWS CLI 1.16.7 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/iam/deactivate-mfa-device.html
aws iam deactivate-mfa-device --user-name dave --serial-number arn:aws:iam::956547487034:mfa/dave
    AWS IAM / CLI / MFA Notes 揃 GitHub : http://gist.github.com/davejamesmiller/90f292d2d9a21bac5f6116296fa64657
aws iam deactivate-mfa-device --user-name john_smith --serial-number arn:aws:iam::1234567890123:mfa/john_smith
    Login With Broken AWS MFA Device · Joseph Lust : http://lustforge.com/2016/06/14/login-broken-aws-mfa-device/

aws のオプション一覧