Values.PhoneNumberAssociationSourceThe 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.
type nonrec t = {value : String_.t option;Contains the ID for the entity specified in Name.
*)name : PhoneNumberAssociationName.t option;Defines the association with an Amazon Chime account ID, user ID, Amazon Chime Voice Connector ID, or Amazon Chime Voice Connector group ID.
*)associatedTimestamp : Iso8601Timestamp.t option;The timestamp of the phone number association, in ISO 8601 format.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Iso8601Timestamp.t ])
list ]