libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business
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.AlexaBusiness.DeleteContact

Description

Deletes a contact by the contact ARN.

Synopsis

Creating a Request

data DeleteContact Source #

See: newDeleteContact smart constructor.

Constructors

DeleteContact' 

Fields

Instances

Instances details
Eq DeleteContact Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteContact

Read DeleteContact Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteContact

Show DeleteContact Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteContact

Generic DeleteContact Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteContact

Associated Types

type Rep DeleteContact :: Type -> Type #

NFData DeleteContact Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteContact

Methods

rnf :: DeleteContact -> () #

Hashable DeleteContact Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteContact

ToJSON DeleteContact Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteContact

AWSRequest DeleteContact Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteContact

Associated Types

type AWSResponse DeleteContact #

ToHeaders DeleteContact Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteContact

ToPath DeleteContact Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteContact

ToQuery DeleteContact Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteContact

type Rep DeleteContact Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteContact

type Rep DeleteContact = D1 ('MetaData "DeleteContact" "Amazonka.AlexaBusiness.DeleteContact" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "DeleteContact'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contactArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteContact Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteContact

newDeleteContact Source #

Create a value of DeleteContact 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:contactArn:DeleteContact', deleteContact_contactArn - The ARN of the contact to delete.

Request Lenses

deleteContact_contactArn :: Lens' DeleteContact Text Source #

The ARN of the contact to delete.

Destructuring the Response

data DeleteContactResponse Source #

See: newDeleteContactResponse smart constructor.

Constructors

DeleteContactResponse' 

Fields

Instances

Instances details
Eq DeleteContactResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteContact

Read DeleteContactResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteContact

Show DeleteContactResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteContact

Generic DeleteContactResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteContact

Associated Types

type Rep DeleteContactResponse :: Type -> Type #

NFData DeleteContactResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteContact

Methods

rnf :: DeleteContactResponse -> () #

type Rep DeleteContactResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteContact

type Rep DeleteContactResponse = D1 ('MetaData "DeleteContactResponse" "Amazonka.AlexaBusiness.DeleteContact" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "DeleteContactResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteContactResponse Source #

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

Response Lenses