Module Values.DeleteServiceRequestSource

Deletes a specified service and all associated service attributes. If the service still contains one or more registered instances, the request fails.

Sourcetype nonrec t = {
  1. id : Arn.t;
    (*

    The ID or Amazon Resource Name (ARN) of the service that you want to delete. If the namespace associated with the service is shared with your Amazon Web Services account, specify the service ARN. For more information about shared namespaces, see Cross-account Cloud Map namespace sharing.

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