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

Description

Removes a searchable key from a customer profile.

Synopsis

Creating a Request

data DeleteProfileKey Source #

See: newDeleteProfileKey smart constructor.

Constructors

DeleteProfileKey' 

Fields

Instances

Instances details
Eq DeleteProfileKey Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfileKey

Read DeleteProfileKey Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfileKey

Show DeleteProfileKey Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfileKey

Generic DeleteProfileKey Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfileKey

Associated Types

type Rep DeleteProfileKey :: Type -> Type #

NFData DeleteProfileKey Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfileKey

Methods

rnf :: DeleteProfileKey -> () #

Hashable DeleteProfileKey Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfileKey

ToJSON DeleteProfileKey Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfileKey

AWSRequest DeleteProfileKey Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfileKey

Associated Types

type AWSResponse DeleteProfileKey #

ToHeaders DeleteProfileKey Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfileKey

ToPath DeleteProfileKey Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfileKey

ToQuery DeleteProfileKey Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfileKey

type Rep DeleteProfileKey Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfileKey

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

Defined in Amazonka.CustomerProfiles.DeleteProfileKey

newDeleteProfileKey Source #

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

$sel:keyName:DeleteProfileKey', deleteProfileKey_keyName - A searchable identifier of a customer profile.

$sel:values:DeleteProfileKey', deleteProfileKey_values - A list of key values.

$sel:domainName:DeleteProfileKey', deleteProfileKey_domainName - The unique name of the domain.

Request Lenses

deleteProfileKey_profileId :: Lens' DeleteProfileKey Text Source #

The unique identifier of a customer profile.

deleteProfileKey_keyName :: Lens' DeleteProfileKey Text Source #

A searchable identifier of a customer profile.

Destructuring the Response

data DeleteProfileKeyResponse Source #

See: newDeleteProfileKeyResponse smart constructor.

Constructors

DeleteProfileKeyResponse' 

Fields

Instances

Instances details
Eq DeleteProfileKeyResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfileKey

Read DeleteProfileKeyResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfileKey

Show DeleteProfileKeyResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfileKey

Generic DeleteProfileKeyResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfileKey

Associated Types

type Rep DeleteProfileKeyResponse :: Type -> Type #

NFData DeleteProfileKeyResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfileKey

type Rep DeleteProfileKeyResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteProfileKey

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

newDeleteProfileKeyResponse Source #

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

$sel:httpStatus:DeleteProfileKeyResponse', deleteProfileKeyResponse_httpStatus - The response's http status code.

Response Lenses

deleteProfileKeyResponse_message :: Lens' DeleteProfileKeyResponse (Maybe Text) Source #

A message that indicates the delete request is done.