| 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.ChimeSdkVoice.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 #
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 - Undocumented member.
$sel:name:PhoneNumberAssociation', phoneNumberAssociation_name - Undocumented member.
$sel:value:PhoneNumberAssociation', phoneNumberAssociation_value - Undocumented member.
phoneNumberAssociation_associatedTimestamp :: Lens' PhoneNumberAssociation (Maybe UTCTime) Source #
Undocumented member.
phoneNumberAssociation_name :: Lens' PhoneNumberAssociation (Maybe PhoneNumberAssociationName) Source #
Undocumented member.
phoneNumberAssociation_value :: Lens' PhoneNumberAssociation (Maybe Text) Source #
Undocumented member.