Values.PhoneNumberSourceA phone number used for Amazon Chime Business Calling or an Amazon Chime Voice Connector.
type nonrec t = {phoneNumberId : String_.t option;The phone number ID.
*)e164PhoneNumber : E164PhoneNumber.t option;The phone number, in E.164 format.
*)country : Alpha2CountryCode.t option;The phone number country. Format: ISO 3166-1 alpha-2.
*)type_ : PhoneNumberType.t option;The phone number type.
*)productType : PhoneNumberProductType.t option;The phone number product type.
*)status : PhoneNumberStatus.t option;The phone number status.
*)capabilities : PhoneNumberCapabilities.t option;The phone number capabilities.
*)associations : PhoneNumberAssociationList.t option;The phone number associations.
*)callingName : CallingName.t option;The outbound calling name associated with the phone number.
*)callingNameStatus : CallingNameStatus.t option;The outbound calling name status.
*)createdTimestamp : Iso8601Timestamp.t option;The phone number creation timestamp, in ISO 8601 format.
*)updatedTimestamp : Iso8601Timestamp.t option;The updated phone number timestamp, in ISO 8601 format.
*)deletionTimestamp : Iso8601Timestamp.t option;The deleted phone number timestamp, in ISO 8601 format.
*)}val make :
?phoneNumberId:??? ->
?e164PhoneNumber:??? ->
?country:??? ->
?type_:??? ->
?productType:??? ->
?status:??? ->
?capabilities:??? ->
?associations:??? ->
?callingName:??? ->
?callingNameStatus:??? ->
?createdTimestamp:??? ->
?updatedTimestamp:??? ->
?deletionTimestamp:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Iso8601Timestamp.t ])
list ]
list
| `String of String_.t
| `Structure of (string * [> `Boolean of NullableBoolean.t ]) list
| `Timestamp of Iso8601Timestamp.t ])
list ]