Values.DescribeBatchDeleteConfigurationTaskResponseSourceTakes a unique deletion task identifier as input and returns metadata about a configuration deletion task.
type nonrec t = {task : BatchDeleteConfigurationTask.t option;The BatchDeleteConfigurationTask that represents the deletion task being executed.
*)}type nonrec error = [ | `AuthorizationErrorException of AuthorizationErrorException.t| `HomeRegionNotSetException of HomeRegionNotSetException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `ServerInternalErrorException of ServerInternalErrorException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AuthorizationErrorException of AuthorizationErrorException.t
| `HomeRegionNotSetException of HomeRegionNotSetException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ServerInternalErrorException of ServerInternalErrorException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AuthorizationErrorException of AuthorizationErrorException.t
| `HomeRegionNotSetException of HomeRegionNotSetException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ServerInternalErrorException of ServerInternalErrorException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of ConfigurationId.t
| `Structure of
(string
* [> `Integer of ErrorStatusCode.t
| `String of ConfigurationId.t ])
list ]
list
| `String of UUID.t
| `Timestamp of TimeStamp.t ])
list ])
list ]