Values.BatchUpdateAutomationRulesResponseSourceUpdates one or more automation rules based on rule Amazon Resource Names (ARNs) and input parameters.
type nonrec t = {processedAutomationRules : AutomationRulesArnsList.t option;A list of properly processed rule ARNs.
*)unprocessedAutomationRules : UnprocessedAutomationRulesList.t option;A list of objects containing RuleArn, ErrorCode, and ErrorMessage. This parameter tells you which automation rules the request didn't update and why.
*)}type nonrec error = [ | `InternalException of InternalException.t| `InvalidAccessException of InvalidAccessException.t| `InvalidInputException of InvalidInputException.t| `LimitExceededException of LimitExceededException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalException of InternalException.t
| `InvalidAccessException of InvalidAccessException.t
| `InvalidInputException of InvalidInputException.t
| `LimitExceededException of LimitExceededException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalException of InternalException.t
| `InvalidAccessException of InvalidAccessException.t
| `InvalidInputException of InvalidInputException.t
| `LimitExceededException of LimitExceededException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of NonEmptyString.t
| `Structure of
(string
* [> `Integer of Integer.t | `String of NonEmptyString.t ])
list ]
list ])
list ]