Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data PhoneNumberAssociation = PhoneNumberAssociation' {}
- newPhoneNumberAssociation :: PhoneNumberAssociation
- phoneNumberAssociation_value :: Lens' PhoneNumberAssociation (Maybe Text)
- phoneNumberAssociation_associatedTimestamp :: Lens' PhoneNumberAssociation (Maybe UTCTime)
- phoneNumberAssociation_name :: Lens' PhoneNumberAssociation (Maybe PhoneNumberAssociationName)
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.
PhoneNumberAssociation' | |
|
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:value:PhoneNumberAssociation'
, phoneNumberAssociation_value
- Contains the ID for the entity specified in Name.
$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.
phoneNumberAssociation_value :: Lens' PhoneNumberAssociation (Maybe Text) Source #
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.