Module Values.DeleteServiceRequestSource

Deletes a service. A service can't be deleted if it's associated with a service network. If you delete a service, all resources related to the service, such as the resource policy, auth policy, listeners, listener rules, and access log subscriptions, are also deleted. For more information, see Delete a service in the Amazon VPC Lattice User Guide.

Sourcetype nonrec t = {
  1. serviceIdentifier : ServiceIdentifier.t;
    (*

    The ID or ARN of the service.

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