Module Values.DescribeBatchDeleteConfigurationTaskResponseSource

Takes a unique deletion task identifier as input and returns metadata about a configuration deletion task.

Sourcetype nonrec t = {
  1. task : BatchDeleteConfigurationTask.t option;
    (*

    The BatchDeleteConfigurationTask that represents the deletion task being executed.

    *)
}
Sourcetype nonrec error = [
  1. | `AuthorizationErrorException of AuthorizationErrorException.t
  2. | `HomeRegionNotSetException of HomeRegionNotSetException.t
  3. | `InvalidParameterValueException of InvalidParameterValueException.t
  4. | `ServerInternalErrorException of ServerInternalErrorException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?task:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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