| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Connect.Types.ListPhoneNumbersSummary
Description
Synopsis
- data ListPhoneNumbersSummary = ListPhoneNumbersSummary' {}
- newListPhoneNumbersSummary :: ListPhoneNumbersSummary
- listPhoneNumbersSummary_phoneNumber :: Lens' ListPhoneNumbersSummary (Maybe Text)
- listPhoneNumbersSummary_phoneNumberArn :: Lens' ListPhoneNumbersSummary (Maybe Text)
- listPhoneNumbersSummary_phoneNumberCountryCode :: Lens' ListPhoneNumbersSummary (Maybe PhoneNumberCountryCode)
- listPhoneNumbersSummary_phoneNumberId :: Lens' ListPhoneNumbersSummary (Maybe Text)
- listPhoneNumbersSummary_phoneNumberType :: Lens' ListPhoneNumbersSummary (Maybe PhoneNumberType)
- listPhoneNumbersSummary_targetArn :: Lens' ListPhoneNumbersSummary (Maybe Text)
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
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_phoneNumberCountryCode :: Lens' ListPhoneNumbersSummary (Maybe PhoneNumberCountryCode) Source #
The ISO country code.
listPhoneNumbersSummary_phoneNumberId :: Lens' ListPhoneNumbersSummary (Maybe Text) Source #
A unique identifier for the phone number.
listPhoneNumbersSummary_phoneNumberType :: Lens' ListPhoneNumbersSummary (Maybe PhoneNumberType) Source #
The type of 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.