Module Values.DeleteEndpointRequestSource

Deletes an endpoint. It can take up to 5 minutes for this action to finish. Related actions include: CreateEndpoint ListEndpoints

Sourcetype nonrec t = {
  1. endpointId : EndpointId.t;
    (*

    The ID of the endpoint.

    *)
  2. outpostId : OutpostId.t;
    (*

    The ID of the Outposts.

    *)
}
Sourceval context_ : string
Sourceval make : endpointId:EndpointId.t -> outpostId:OutpostId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of EndpointId.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