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.DeleteProfile

Description

Deletes the standard customer profile and all data pertaining to the profile.

Synopsis

Creating a Request

data DeleteProfile Source #

See: newDeleteProfile smart constructor.

Constructors

DeleteProfile' 

Fields

Instances

Instances details
Eq DeleteProfile Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfile

Read DeleteProfile Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfile

Show DeleteProfile Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfile

Generic DeleteProfile Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfile

Associated Types

type Rep DeleteProfile :: Type -> Type #

NFData DeleteProfile Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfile

Methods

rnf :: DeleteProfile -> () #

Hashable DeleteProfile Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfile

ToJSON DeleteProfile Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfile

AWSRequest DeleteProfile Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfile

Associated Types

type AWSResponse DeleteProfile #

ToHeaders DeleteProfile Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfile

ToPath DeleteProfile Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfile

ToQuery DeleteProfile Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfile

type Rep DeleteProfile Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfile

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

Defined in Amazonka.CustomerProfiles.DeleteProfile

newDeleteProfile Source #

Create a value of DeleteProfile 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:profileId:DeleteProfile', deleteProfile_profileId - The unique identifier of a customer profile.

$sel:domainName:DeleteProfile', deleteProfile_domainName - The unique name of the domain.

Request Lenses

deleteProfile_profileId :: Lens' DeleteProfile Text Source #

The unique identifier of a customer profile.

deleteProfile_domainName :: Lens' DeleteProfile Text Source #

The unique name of the domain.

Destructuring the Response

data DeleteProfileResponse Source #

See: newDeleteProfileResponse smart constructor.

Constructors

DeleteProfileResponse' 

Fields

Instances

Instances details
Eq DeleteProfileResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfile

Read DeleteProfileResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfile

Show DeleteProfileResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfile

Generic DeleteProfileResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfile

Associated Types

type Rep DeleteProfileResponse :: Type -> Type #

NFData DeleteProfileResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfile

Methods

rnf :: DeleteProfileResponse -> () #

type Rep DeleteProfileResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfile

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

newDeleteProfileResponse Source #

Create a value of DeleteProfileResponse 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:message:DeleteProfileResponse', deleteProfileResponse_message - A message that indicates the delete request is done.

$sel:httpStatus:DeleteProfileResponse', deleteProfileResponse_httpStatus - The response's http status code.

Response Lenses

deleteProfileResponse_message :: Lens' DeleteProfileResponse (Maybe Text) Source #

A message that indicates the delete request is done.