| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.IAM.UpdateAssumeRolePolicy
Description
Updates the policy that grants an entity permission to assume a role. For more information about roles, go to Working with Roles.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateAssumeRolePolicy.html
Request
data UpdateAssumeRolePolicy Source
Instances
Request constructor
Arguments
| :: Text | |
| -> Text | |
| -> UpdateAssumeRolePolicy |
UpdateAssumeRolePolicy constructor.
The fields accessible through corresponding lenses are:
Request lenses
uarpPolicyDocument :: Lens' UpdateAssumeRolePolicy Text Source
The policy that grants an entity permission to assume the role.
uarpRoleName :: Lens' UpdateAssumeRolePolicy Text Source
The name of the role to update.