Values.StartBatchDeleteConfigurationTaskResponseSourceTakes a list of configurationId as input and starts an asynchronous deletion task to remove the configurationItems. Returns a unique deletion task identifier.
type nonrec error = [ | `AuthorizationErrorException of AuthorizationErrorException.t| `HomeRegionNotSetException of HomeRegionNotSetException.t| `InvalidParameterException of InvalidParameterException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `LimitExceededException of LimitExceededException.t| `OperationNotPermittedException of OperationNotPermittedException.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
| `InvalidParameterException of InvalidParameterException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `LimitExceededException of LimitExceededException.t
| `OperationNotPermittedException of OperationNotPermittedException.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
| `InvalidParameterException of InvalidParameterException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `LimitExceededException of LimitExceededException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `ServerInternalErrorException of ServerInternalErrorException.t
| `Unknown_operation_error of string * string option ]