Module Values.EndpointSource

The endpoint for mobile app and device.

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

    The EndpointArn for mobile app and device.

    *)
  2. attributes : MapStringToString.t option;
    (*

    Attributes for endpoint.

    *)
}
Sourceval make : ?endpointArn:??? -> ?attributes:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of String_.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