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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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 Using Roles to Delegate Permissions and Federate Identities.

See: AWS API Reference for UpdateAssumeRolePolicy.

Synopsis

Creating a Request

updateAssumeRolePolicy Source

Creates a value of UpdateAssumeRolePolicy with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

uarpRoleName :: Lens' UpdateAssumeRolePolicy Text Source

The name of the role to update.

uarpPolicyDocument :: Lens' UpdateAssumeRolePolicy Text Source

The policy that grants an entity permission to assume the role.

Destructuring the Response

updateAssumeRolePolicyResponse :: UpdateAssumeRolePolicyResponse Source

Creates a value of UpdateAssumeRolePolicyResponse with the minimum fields required to make a request.