Command option Sample:aws iam update-login-profile

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

Changes the password for the specified IAM user.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/iam/update-login-profile.html

aws iam update-login-profile --user-name
    サイバーエージェント 公式エンジニアブログ : http://chemosurgical23.rssing.com/chan-12372931/all_p7.html
aws iam update-login-profile --user-name Bob --password
    update-login-profile — AWS CLI 1.16.7 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/iam/update-login-profile.html
aws iam update-login-profile --user-name jsmith --password sesame --password-reset-required
    AWS Command Line Password Reset · Joseph Lust : http://lustforge.com/2016/07/08/aws-cli-password-reset/

aws のオプション一覧