amazonka-connect-2.0: Amazon Connect Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Connect.Types.ListPhoneNumbersSummary

Description

 
Synopsis

Documentation

data ListPhoneNumbersSummary Source #

Information about phone numbers that have been claimed to your Amazon Connect instance or traffic distribution group.

See: newListPhoneNumbersSummary smart constructor.

Constructors

ListPhoneNumbersSummary' 

Fields

Instances

Instances details
FromJSON ListPhoneNumbersSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.ListPhoneNumbersSummary

Generic ListPhoneNumbersSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.ListPhoneNumbersSummary

Associated Types

type Rep ListPhoneNumbersSummary :: Type -> Type #

Read ListPhoneNumbersSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.ListPhoneNumbersSummary

Show ListPhoneNumbersSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.ListPhoneNumbersSummary

NFData ListPhoneNumbersSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.ListPhoneNumbersSummary

Methods

rnf :: ListPhoneNumbersSummary -> () #

Eq ListPhoneNumbersSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.ListPhoneNumbersSummary

Hashable ListPhoneNumbersSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.ListPhoneNumbersSummary

type Rep ListPhoneNumbersSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.ListPhoneNumbersSummary

type Rep ListPhoneNumbersSummary = D1 ('MetaData "ListPhoneNumbersSummary" "Amazonka.Connect.Types.ListPhoneNumbersSummary" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "ListPhoneNumbersSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "phoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "phoneNumberArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "phoneNumberCountryCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberCountryCode)))) :*: (S1 ('MetaSel ('Just "phoneNumberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "phoneNumberType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberType)) :*: S1 ('MetaSel ('Just "targetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newListPhoneNumbersSummary :: ListPhoneNumbersSummary Source #

Create a value of ListPhoneNumbersSummary 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:phoneNumber:ListPhoneNumbersSummary', listPhoneNumbersSummary_phoneNumber - The phone number. Phone numbers are formatted [+] [country code] [subscriber number including area code].

$sel:phoneNumberArn:ListPhoneNumbersSummary', listPhoneNumbersSummary_phoneNumberArn - The Amazon Resource Name (ARN) of the phone number.

$sel:phoneNumberCountryCode:ListPhoneNumbersSummary', listPhoneNumbersSummary_phoneNumberCountryCode - The ISO country code.

$sel:phoneNumberId:ListPhoneNumbersSummary', listPhoneNumbersSummary_phoneNumberId - A unique identifier for the phone number.

$sel:phoneNumberType:ListPhoneNumbersSummary', listPhoneNumbersSummary_phoneNumberType - The type of phone number.

$sel:targetArn:ListPhoneNumbersSummary', listPhoneNumbersSummary_targetArn - The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone numbers are claimed to.

listPhoneNumbersSummary_phoneNumber :: Lens' ListPhoneNumbersSummary (Maybe Text) Source #

The phone number. Phone numbers are formatted [+] [country code] [subscriber number including area code].

listPhoneNumbersSummary_phoneNumberArn :: Lens' ListPhoneNumbersSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the phone number.

listPhoneNumbersSummary_targetArn :: Lens' ListPhoneNumbersSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone numbers are claimed to.