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.Types.UpdatePhoneNumberRequestItem

Description

 
Synopsis

Documentation

data UpdatePhoneNumberRequestItem Source #

The phone number ID, product type, or calling name fields to update, used with the BatchUpdatePhoneNumber and UpdatePhoneNumber actions.

See: newUpdatePhoneNumberRequestItem smart constructor.

Constructors

UpdatePhoneNumberRequestItem' 

Fields

Instances

Instances details
Eq UpdatePhoneNumberRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.UpdatePhoneNumberRequestItem

Show UpdatePhoneNumberRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.UpdatePhoneNumberRequestItem

Generic UpdatePhoneNumberRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.UpdatePhoneNumberRequestItem

Associated Types

type Rep UpdatePhoneNumberRequestItem :: Type -> Type #

NFData UpdatePhoneNumberRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.UpdatePhoneNumberRequestItem

Hashable UpdatePhoneNumberRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.UpdatePhoneNumberRequestItem

ToJSON UpdatePhoneNumberRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.UpdatePhoneNumberRequestItem

type Rep UpdatePhoneNumberRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.UpdatePhoneNumberRequestItem

type Rep UpdatePhoneNumberRequestItem = D1 ('MetaData "UpdatePhoneNumberRequestItem" "Amazonka.Chime.Types.UpdatePhoneNumberRequestItem" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "UpdatePhoneNumberRequestItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "productType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberProductType)) :*: (S1 ('MetaSel ('Just "callingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "phoneNumberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdatePhoneNumberRequestItem Source #

Create a value of UpdatePhoneNumberRequestItem 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:productType:UpdatePhoneNumberRequestItem', updatePhoneNumberRequestItem_productType - The product type to update.

$sel:callingName:UpdatePhoneNumberRequestItem', updatePhoneNumberRequestItem_callingName - The outbound calling name to update.

$sel:phoneNumberId:UpdatePhoneNumberRequestItem', updatePhoneNumberRequestItem_phoneNumberId - The phone number ID to update.