Command option Sample:aws iam update-role

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

Updates the description or maximum session duration setting of a role.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/iam/update-role.html

aws iam update-role -
    GitHub - rik2803/aws-sts-assumerole: Bash script to easily set shell environment with temporary access tokens using a config file and the AWS credentials file : http://github.com/rik2803/aws-sts-assumerole
aws iam update-role -role-name ADFS-Production -MaxSessionDuration 14400

    Enable Federated API Access to your AWS Resources for up to 12 hours Using IAM Roles | Noise : http://noise.getoto.net/2018/03/29/enable-federated-api-access-to-your-aws-resources-for-up-to-12-hours-using-iam-roles/
aws iam update-role -
    amazon web services - awscli iam update-role call incorrectly claiming required argument is missing - Stack Overflow : http://stackoverflow.com/questions/49637342/awscli-iam-update-role-call-incorrectly-claiming-required-argument-is-missing

aws のオプション一覧