Values.BatchPutScheduledUpdateGroupActionAnswerSourceCreates or updates one or more scheduled scaling actions for an Auto Scaling group.
type batchPutScheduledUpdateGroupActionResult = {failedScheduledUpdateGroupActions : FailedScheduledUpdateGroupActionRequests.t
option;The names of the scheduled actions that could not be created or updated, including an error message.
*)}and t = {batchPutScheduledUpdateGroupActionResult : batchPutScheduledUpdateGroupActionResult;responseMetaData : responseMetaData;}type error = [ | `AlreadyExistsFault of AlreadyExistsFault.t| `LimitExceededFault of LimitExceededFault.t| `ResourceContentionFault of ResourceContentionFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AlreadyExistsFault of AlreadyExistsFault.t
| `LimitExceededFault of LimitExceededFault.t
| `ResourceContentionFault of ResourceContentionFault.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AlreadyExistsFault of AlreadyExistsFault.t
| `LimitExceededFault of LimitExceededFault.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 ]