amazonka-cognito-identity-0.2.3: Amazon Cognito Identity SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CognitoIdentity.SetIdentityPoolRoles

Contents

Description

Sets the roles for an identity pool. These roles are used when making calls to GetCredentialsForIdentity action.

http://docs.aws.amazon.com/cognitoidentity/latest/APIReference/API_SetIdentityPoolRoles.html

Synopsis

Request

Request constructor

setIdentityPoolRoles Source

SetIdentityPoolRoles constructor.

The fields accessible through corresponding lenses are:

Request lenses

siprIdentityPoolId :: Lens' SetIdentityPoolRoles Text Source

An identity pool ID in the format REGION:GUID.

siprRoles :: Lens' SetIdentityPoolRoles (HashMap Text Text) Source

The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.

Response

Response constructor