amazonka-cognito-identity-2.0: Amazon Cognito Identity SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CognitoIdentity.DeleteIdentityPool

Description

Deletes an identity pool. Once a pool is deleted, users will not be able to authenticate with the pool.

You must use AWS Developer credentials to call this API.

Synopsis

Creating a Request

data DeleteIdentityPool Source #

Input to the DeleteIdentityPool action.

See: newDeleteIdentityPool smart constructor.

Constructors

DeleteIdentityPool' 

Fields

Instances

Instances details
ToJSON DeleteIdentityPool Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

ToHeaders DeleteIdentityPool Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

ToPath DeleteIdentityPool Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

ToQuery DeleteIdentityPool Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

AWSRequest DeleteIdentityPool Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

Associated Types

type AWSResponse DeleteIdentityPool #

Generic DeleteIdentityPool Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

Associated Types

type Rep DeleteIdentityPool :: Type -> Type #

Read DeleteIdentityPool Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

Show DeleteIdentityPool Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

NFData DeleteIdentityPool Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

Methods

rnf :: DeleteIdentityPool -> () #

Eq DeleteIdentityPool Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

Hashable DeleteIdentityPool Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

type AWSResponse DeleteIdentityPool Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

type Rep DeleteIdentityPool Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

type Rep DeleteIdentityPool = D1 ('MetaData "DeleteIdentityPool" "Amazonka.CognitoIdentity.DeleteIdentityPool" "amazonka-cognito-identity-2.0-9cap08KVWNhAJ5mbkAF9NH" 'False) (C1 ('MetaCons "DeleteIdentityPool'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identityPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteIdentityPool Source #

Create a value of DeleteIdentityPool with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteIdentityPool, deleteIdentityPool_identityPoolId - An identity pool ID in the format REGION:GUID.

Request Lenses

deleteIdentityPool_identityPoolId :: Lens' DeleteIdentityPool Text Source #

An identity pool ID in the format REGION:GUID.

Destructuring the Response

data DeleteIdentityPoolResponse Source #

See: newDeleteIdentityPoolResponse smart constructor.

Instances

Instances details
Generic DeleteIdentityPoolResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

Associated Types

type Rep DeleteIdentityPoolResponse :: Type -> Type #

Read DeleteIdentityPoolResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

Show DeleteIdentityPoolResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

NFData DeleteIdentityPoolResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

Eq DeleteIdentityPoolResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

type Rep DeleteIdentityPoolResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

type Rep DeleteIdentityPoolResponse = D1 ('MetaData "DeleteIdentityPoolResponse" "Amazonka.CognitoIdentity.DeleteIdentityPool" "amazonka-cognito-identity-2.0-9cap08KVWNhAJ5mbkAF9NH" 'False) (C1 ('MetaCons "DeleteIdentityPoolResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteIdentityPoolResponse :: DeleteIdentityPoolResponse Source #

Create a value of DeleteIdentityPoolResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.