Module Values_1.DeleteEndpointConfigInputSource

Deletes an endpoint configuration. The DeleteEndpointConfig API deletes only the specified configuration. It does not delete endpoints created using the configuration. You must not delete an EndpointConfig in use by an endpoint that is live or while the UpdateEndpoint or CreateEndpoint operations are being performed on the endpoint. If you delete the EndpointConfig of an endpoint that is active or being created or updated you may lose visibility into the instance type the endpoint is using. The endpoint must be deleted in order to stop incurring charges.

Sourcetype nonrec t = {
  1. endpointConfigName : Values_0.EndpointConfigName.t;
    (*

    The name of the endpoint configuration that you want to delete.

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