amazonka-cognito-idp-2.0: Amazon Cognito Identity Provider 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.CognitoIdentityProvider.DeleteUserPoolDomain

Description

Deletes a domain for a user pool.

Synopsis

Creating a Request

data DeleteUserPoolDomain Source #

See: newDeleteUserPoolDomain smart constructor.

Constructors

DeleteUserPoolDomain' 

Fields

  • domain :: Text

    The domain string. For custom domains, this is the fully-qualified domain name, such as auth.example.com. For Amazon Cognito prefix domains, this is the prefix alone, such as auth.

  • userPoolId :: Text

    The user pool ID.

Instances

Instances details
ToJSON DeleteUserPoolDomain Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DeleteUserPoolDomain

ToHeaders DeleteUserPoolDomain Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DeleteUserPoolDomain

ToPath DeleteUserPoolDomain Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DeleteUserPoolDomain

ToQuery DeleteUserPoolDomain Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DeleteUserPoolDomain

AWSRequest DeleteUserPoolDomain Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DeleteUserPoolDomain

Associated Types

type AWSResponse DeleteUserPoolDomain #

Generic DeleteUserPoolDomain Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DeleteUserPoolDomain

Associated Types

type Rep DeleteUserPoolDomain :: Type -> Type #

Read DeleteUserPoolDomain Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DeleteUserPoolDomain

Show DeleteUserPoolDomain Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DeleteUserPoolDomain

NFData DeleteUserPoolDomain Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DeleteUserPoolDomain

Methods

rnf :: DeleteUserPoolDomain -> () #

Eq DeleteUserPoolDomain Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DeleteUserPoolDomain

Hashable DeleteUserPoolDomain Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DeleteUserPoolDomain

type AWSResponse DeleteUserPoolDomain Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DeleteUserPoolDomain

type Rep DeleteUserPoolDomain Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DeleteUserPoolDomain

type Rep DeleteUserPoolDomain = D1 ('MetaData "DeleteUserPoolDomain" "Amazonka.CognitoIdentityProvider.DeleteUserPoolDomain" "amazonka-cognito-idp-2.0-D1ERgMvEVPG9z8cOLXdU2" 'False) (C1 ('MetaCons "DeleteUserPoolDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteUserPoolDomain Source #

Create a value of DeleteUserPoolDomain 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:

DeleteUserPoolDomain, deleteUserPoolDomain_domain - The domain string. For custom domains, this is the fully-qualified domain name, such as auth.example.com. For Amazon Cognito prefix domains, this is the prefix alone, such as auth.

DeleteUserPoolDomain, deleteUserPoolDomain_userPoolId - The user pool ID.

Request Lenses

deleteUserPoolDomain_domain :: Lens' DeleteUserPoolDomain Text Source #

The domain string. For custom domains, this is the fully-qualified domain name, such as auth.example.com. For Amazon Cognito prefix domains, this is the prefix alone, such as auth.

Destructuring the Response

data DeleteUserPoolDomainResponse Source #

See: newDeleteUserPoolDomainResponse smart constructor.

Constructors

DeleteUserPoolDomainResponse' 

Fields

Instances

Instances details
Generic DeleteUserPoolDomainResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DeleteUserPoolDomain

Associated Types

type Rep DeleteUserPoolDomainResponse :: Type -> Type #

Read DeleteUserPoolDomainResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DeleteUserPoolDomain

Show DeleteUserPoolDomainResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DeleteUserPoolDomain

NFData DeleteUserPoolDomainResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DeleteUserPoolDomain

Eq DeleteUserPoolDomainResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DeleteUserPoolDomain

type Rep DeleteUserPoolDomainResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.DeleteUserPoolDomain

type Rep DeleteUserPoolDomainResponse = D1 ('MetaData "DeleteUserPoolDomainResponse" "Amazonka.CognitoIdentityProvider.DeleteUserPoolDomain" "amazonka-cognito-idp-2.0-D1ERgMvEVPG9z8cOLXdU2" 'False) (C1 ('MetaCons "DeleteUserPoolDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteUserPoolDomainResponse Source #

Create a value of DeleteUserPoolDomainResponse 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:httpStatus:DeleteUserPoolDomainResponse', deleteUserPoolDomainResponse_httpStatus - The response's http status code.

Response Lenses