libZSservicesZSamazonka-cognito-identityZSamazonka-cognito-identity
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq DeleteIdentityPool Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

Read DeleteIdentityPool Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

Show DeleteIdentityPool Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

Generic DeleteIdentityPool Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

Associated Types

type Rep DeleteIdentityPool :: Type -> Type #

NFData DeleteIdentityPool Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

Methods

rnf :: DeleteIdentityPool -> () #

Hashable DeleteIdentityPool Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

ToJSON DeleteIdentityPool Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

AWSRequest DeleteIdentityPool Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

Associated Types

type AWSResponse 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

type Rep DeleteIdentityPool Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

type Rep DeleteIdentityPool = D1 ('MetaData "DeleteIdentityPool" "Amazonka.CognitoIdentity.DeleteIdentityPool" "libZSservicesZSamazonka-cognito-identityZSamazonka-cognito-identity" 'False) (C1 ('MetaCons "DeleteIdentityPool'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identityPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteIdentityPool Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

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:

$sel:identityPoolId: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
Eq DeleteIdentityPoolResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

Read DeleteIdentityPoolResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

Show DeleteIdentityPoolResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

Generic DeleteIdentityPoolResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentity.DeleteIdentityPool

Associated Types

type Rep DeleteIdentityPoolResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-cognito-identityZSamazonka-cognito-identity" '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.