Module Values.StartBatchDeleteConfigurationTaskRequestSource

Takes a list of configurationId as input and starts an asynchronous deletion task to remove the configurationItems. Returns a unique deletion task identifier.

Sourcetype nonrec t = {
  1. configurationType : DeletionConfigurationItemType.t;
    (*

    The type of configuration item to delete. Supported types are: SERVER.

    *)
  2. configurationIds : ConfigurationIdList.t;
    (*

    The list of configuration IDs that will be deleted by the task.

    *)
}
Sourceval context_ : string
Sourceval make : configurationType:DeletionConfigurationItemType.t -> configurationIds:ConfigurationIdList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of ConfigurationId.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