libZSservicesZSamazonka-chimeZSamazonka-chime
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.Chime.AssociatePhoneNumberWithUser

Description

Associates a phone number with the specified Amazon Chime user.

Synopsis

Creating a Request

data AssociatePhoneNumberWithUser Source #

See: newAssociatePhoneNumberWithUser smart constructor.

Constructors

AssociatePhoneNumberWithUser' 

Fields

Instances

Instances details
Eq AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

Show AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

Generic AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

Associated Types

type Rep AssociatePhoneNumberWithUser :: Type -> Type #

NFData AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

Hashable AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

ToJSON AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

AWSRequest AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

ToHeaders AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

ToPath AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

ToQuery AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

type Rep AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

type Rep AssociatePhoneNumberWithUser = D1 ('MetaData "AssociatePhoneNumberWithUser" "Amazonka.Chime.AssociatePhoneNumberWithUser" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "AssociatePhoneNumberWithUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "e164PhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))
type AWSResponse AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

Request Lenses

Destructuring the Response

data AssociatePhoneNumberWithUserResponse Source #

Constructors

AssociatePhoneNumberWithUserResponse' 

Fields

Instances

Instances details
Eq AssociatePhoneNumberWithUserResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

Read AssociatePhoneNumberWithUserResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

Show AssociatePhoneNumberWithUserResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

Generic AssociatePhoneNumberWithUserResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

NFData AssociatePhoneNumberWithUserResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

type Rep AssociatePhoneNumberWithUserResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

type Rep AssociatePhoneNumberWithUserResponse = D1 ('MetaData "AssociatePhoneNumberWithUserResponse" "Amazonka.Chime.AssociatePhoneNumberWithUser" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "AssociatePhoneNumberWithUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociatePhoneNumberWithUserResponse Source #

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

Response Lenses