libZSservicesZSamazonka-customer-profilesZSamazonka-customer-profiles
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.CustomerProfiles.DeleteDomain

Description

Deletes a specific domain and all of its customer data, such as customer profile attributes and their related objects.

Synopsis

Creating a Request

data DeleteDomain Source #

See: newDeleteDomain smart constructor.

Constructors

DeleteDomain' 

Fields

Instances

Instances details
Eq DeleteDomain Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteDomain

Read DeleteDomain Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteDomain

Show DeleteDomain Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteDomain

Generic DeleteDomain Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteDomain

Associated Types

type Rep DeleteDomain :: Type -> Type #

NFData DeleteDomain Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteDomain

Methods

rnf :: DeleteDomain -> () #

Hashable DeleteDomain Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteDomain

AWSRequest DeleteDomain Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteDomain

Associated Types

type AWSResponse DeleteDomain #

ToHeaders DeleteDomain Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteDomain

ToPath DeleteDomain Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteDomain

ToQuery DeleteDomain Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteDomain

type Rep DeleteDomain Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteDomain

type Rep DeleteDomain = D1 ('MetaData "DeleteDomain" "Amazonka.CustomerProfiles.DeleteDomain" "libZSservicesZSamazonka-customer-profilesZSamazonka-customer-profiles" 'False) (C1 ('MetaCons "DeleteDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteDomain Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteDomain

newDeleteDomain Source #

Create a value of DeleteDomain 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:domainName:DeleteDomain', deleteDomain_domainName - The unique name of the domain.

Request Lenses

deleteDomain_domainName :: Lens' DeleteDomain Text Source #

The unique name of the domain.

Destructuring the Response

data DeleteDomainResponse Source #

See: newDeleteDomainResponse smart constructor.

Constructors

DeleteDomainResponse' 

Fields

Instances

Instances details
Eq DeleteDomainResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteDomain

Read DeleteDomainResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteDomain

Show DeleteDomainResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteDomain

Generic DeleteDomainResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteDomain

Associated Types

type Rep DeleteDomainResponse :: Type -> Type #

NFData DeleteDomainResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteDomain

Methods

rnf :: DeleteDomainResponse -> () #

type Rep DeleteDomainResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteDomain

type Rep DeleteDomainResponse = D1 ('MetaData "DeleteDomainResponse" "Amazonka.CustomerProfiles.DeleteDomain" "libZSservicesZSamazonka-customer-profilesZSamazonka-customer-profiles" 'False) (C1 ('MetaCons "DeleteDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteDomainResponse Source #

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

$sel:message:DeleteDomainResponse', deleteDomainResponse_message - A message that indicates the delete request is done.

Response Lenses

deleteDomainResponse_message :: Lens' DeleteDomainResponse Text Source #

A message that indicates the delete request is done.