amazonka-cognito-identity-1.3.6: Amazon Cognito Identity 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.CognitoIdentity.DeleteIdentities

Contents

Description

Deletes identities from an identity pool. You can specify a list of 1-60 identities that you want to delete.

You must use AWS Developer credentials to call this API.

See: AWS API Reference for DeleteIdentities.

Synopsis

Creating a Request

deleteIdentities Source

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

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

Request Lenses

diIdentityIdsToDelete :: Lens' DeleteIdentities (NonEmpty Text) Source

A list of 1-60 identities that you want to delete.

Destructuring the Response

deleteIdentitiesResponse Source

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

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

Response Lenses

dirsUnprocessedIdentityIds :: Lens' DeleteIdentitiesResponse [UnprocessedIdentityId] Source

An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.