Values_2.PhoneNumberSummarySourceContains summary information about a phone number for a contact center.
type nonrec t = {id : Values_0.PhoneNumberId.t option;The identifier of the phone number.
*)arn : Values_0.ARN.t option;The Amazon Resource Name (ARN) of the phone number.
*)phoneNumber : Values_0.PhoneNumber.t option;The phone number.
*)phoneNumberType : Values_0.PhoneNumberType.t option;The type of phone number.
*)phoneNumberCountryCode : Values_0.PhoneNumberCountryCode.t option;The ISO country code.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.PhoneNumberId.t ])
list ]