amazonka-iam-0.0.5: Amazon Identity and Access Management SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.IAM.UpdateAssumeRolePolicy

Contents

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

Synopsis

Request

Request constructor

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.

Response

Response constructor