Module Values_1.DescribeEndpointRequestSource

The input for the DescribeEndpoint operation.

Sourcetype nonrec t = {
  1. endpointType : Values_0.EndpointType.t option;
    (*

    The endpoint type. Valid endpoint types include: iot:Data - Returns a VeriSign signed data endpoint. iot:Data-ATS - Returns an ATS signed data endpoint. iot:CredentialProvider - Returns an IoT credentials provider API endpoint. iot:Jobs - Returns an IoT device management Jobs API endpoint. We strongly recommend that customers use the newer iot:Data-ATS endpoint type to avoid issues related to the widespread distrust of Symantec certificate authorities. ATS Signed Certificates are more secure and are trusted by most popular browsers.

    *)
}
Sourceval make : ?endpointType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.EndpointType.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