Module Values.PhoneNumberAssociationSource

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.

Sourcetype nonrec t = {
  1. value : String_.t option;
    (*

    Contains the ID for the entity specified in Name.

    *)
  2. 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.

    *)
  3. associatedTimestamp : Iso8601Timestamp.t option;
    (*

    The timestamp of the phone number association, in ISO 8601 format.

    *)
}
Sourceval make : ?value:??? -> ?name:??? -> ?associatedTimestamp:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of String_.t | `Timestamp of Iso8601Timestamp.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t