| 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.Chime.Types.PhoneNumberAssociation
Description
Synopsis
- data PhoneNumberAssociation = PhoneNumberAssociation' {}
- newPhoneNumberAssociation :: PhoneNumberAssociation
- phoneNumberAssociation_associatedTimestamp :: Lens' PhoneNumberAssociation (Maybe UTCTime)
- phoneNumberAssociation_name :: Lens' PhoneNumberAssociation (Maybe PhoneNumberAssociationName)
- phoneNumberAssociation_value :: Lens' PhoneNumberAssociation (Maybe Text)
Documentation
data PhoneNumberAssociation Source #
The phone number associations, such as Amazon Chime account ID, Amazon Chime user ID, Amazon Chime Voice Connector ID, or Amazon Chime Voice Connector group ID.
See: newPhoneNumberAssociation smart constructor.
Constructors
| PhoneNumberAssociation' | |
Fields
| |
Instances
newPhoneNumberAssociation :: PhoneNumberAssociation Source #
Create a value of PhoneNumberAssociation 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:associatedTimestamp:PhoneNumberAssociation', phoneNumberAssociation_associatedTimestamp - The timestamp of the phone number association, in ISO 8601 format.
$sel:name:PhoneNumberAssociation', phoneNumberAssociation_name - Defines the association with an Amazon Chime account ID, user ID, Amazon
Chime Voice Connector ID, or Amazon Chime Voice Connector group ID.
$sel:value:PhoneNumberAssociation', phoneNumberAssociation_value - Contains the ID for the entity specified in Name.
phoneNumberAssociation_associatedTimestamp :: Lens' PhoneNumberAssociation (Maybe UTCTime) Source #
The timestamp of the phone number association, in ISO 8601 format.
phoneNumberAssociation_name :: Lens' PhoneNumberAssociation (Maybe PhoneNumberAssociationName) Source #
Defines the association with an Amazon Chime account ID, user ID, Amazon Chime Voice Connector ID, or Amazon Chime Voice Connector group ID.
phoneNumberAssociation_value :: Lens' PhoneNumberAssociation (Maybe Text) Source #
Contains the ID for the entity specified in Name.