Values.BatchDeleteScheduledActionAnswerSourceDeletes one or more scheduled actions for the specified Auto Scaling group.
type batchDeleteScheduledActionResult = {failedScheduledActions : FailedScheduledUpdateGroupActionRequests.t option;The names of the scheduled actions that could not be deleted, including an error message.
*)}and t = {batchDeleteScheduledActionResult : batchDeleteScheduledActionResult;responseMetaData : responseMetaData;}type error = [ | `ResourceContentionFault of ResourceContentionFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceContentionFault of ResourceContentionFault.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceContentionFault of ResourceContentionFault.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of XmlStringMaxLen255.t ])
list ]
list ])
list ])
list ]