Module Values.DeleteApplicationsRequestSource

Deletes a list of applications and their associations with configuration items.

Sourcetype nonrec t = {
  1. configurationIds : ApplicationIdsList.t;
    (*

    Configuration ID of an application to be deleted.

    *)
}
Sourceval context_ : string
Sourceval make : configurationIds:ApplicationIdsList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of ApplicationId.t ] list ]) 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