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

Description

Disassociates a contact from a given address book.

Synopsis

Creating a Request

data DisassociateContactFromAddressBook Source #

Constructors

DisassociateContactFromAddressBook' 

Fields

  • contactArn :: Text

    The ARN of the contact to disassociate from an address book.

  • addressBookArn :: Text

    The ARN of the address from which to disassociate the contact.

Instances

Instances details
Eq DisassociateContactFromAddressBook Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DisassociateContactFromAddressBook

Read DisassociateContactFromAddressBook Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DisassociateContactFromAddressBook

Show DisassociateContactFromAddressBook Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DisassociateContactFromAddressBook

Generic DisassociateContactFromAddressBook Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DisassociateContactFromAddressBook

Associated Types

type Rep DisassociateContactFromAddressBook :: Type -> Type #

NFData DisassociateContactFromAddressBook Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DisassociateContactFromAddressBook

Hashable DisassociateContactFromAddressBook Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DisassociateContactFromAddressBook

ToJSON DisassociateContactFromAddressBook Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DisassociateContactFromAddressBook

AWSRequest DisassociateContactFromAddressBook Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DisassociateContactFromAddressBook

ToHeaders DisassociateContactFromAddressBook Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DisassociateContactFromAddressBook

ToPath DisassociateContactFromAddressBook Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DisassociateContactFromAddressBook

ToQuery DisassociateContactFromAddressBook Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DisassociateContactFromAddressBook

type Rep DisassociateContactFromAddressBook Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DisassociateContactFromAddressBook

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

Defined in Amazonka.AlexaBusiness.DisassociateContactFromAddressBook

newDisassociateContactFromAddressBook Source #

Create a value of DisassociateContactFromAddressBook 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:DisassociateContactFromAddressBook', disassociateContactFromAddressBook_contactArn - The ARN of the contact to disassociate from an address book.

$sel:addressBookArn:DisassociateContactFromAddressBook', disassociateContactFromAddressBook_addressBookArn - The ARN of the address from which to disassociate the contact.

Request Lenses

disassociateContactFromAddressBook_contactArn :: Lens' DisassociateContactFromAddressBook Text Source #

The ARN of the contact to disassociate from an address book.

disassociateContactFromAddressBook_addressBookArn :: Lens' DisassociateContactFromAddressBook Text Source #

The ARN of the address from which to disassociate the contact.

Destructuring the Response

data DisassociateContactFromAddressBookResponse Source #

Constructors

DisassociateContactFromAddressBookResponse' 

Fields

Instances

Instances details
Eq DisassociateContactFromAddressBookResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DisassociateContactFromAddressBook

Read DisassociateContactFromAddressBookResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DisassociateContactFromAddressBook

Show DisassociateContactFromAddressBookResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DisassociateContactFromAddressBook

Generic DisassociateContactFromAddressBookResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DisassociateContactFromAddressBook

NFData DisassociateContactFromAddressBookResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DisassociateContactFromAddressBook

type Rep DisassociateContactFromAddressBookResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DisassociateContactFromAddressBook

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

newDisassociateContactFromAddressBookResponse Source #

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

Response Lenses