Values.StartBatchDeleteConfigurationTaskRequestSourceTakes a list of configurationId as input and starts an asynchronous deletion task to remove the configurationItems. Returns a unique deletion task identifier.
type nonrec t = {configurationType : DeletionConfigurationItemType.t;The type of configuration item to delete. Supported types are: SERVER.
*)configurationIds : ConfigurationIdList.t;The list of configuration IDs that will be deleted by the task.
*)}val make :
configurationType:DeletionConfigurationItemType.t ->
configurationIds:ConfigurationIdList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of ConfigurationId.t ] list ])
list ]