Values_0.UpdateMitigationActionRequestSourceUpdates the definition for the specified mitigation action. Requires permission to access the UpdateMitigationAction action.
type nonrec t = {actionName : MitigationActionName.t;The friendly name for the mitigation action. You cannot change the name by using UpdateMitigationAction. Instead, you must delete and recreate the mitigation action with the new name.
*)roleArn : RoleArn.t option;The ARN of the IAM role that is used to apply the mitigation action.
*)actionParams : MitigationActionParams.t option;Defines the type of action and the parameters for that action.
*)}val make :
?roleArn:??? ->
?actionParams:??? ->
actionName:MitigationActionName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of MitigationActionName.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Enum of string
| `List of [> `String of ThingGroupName.t ] list
| `String of RoleArn.t ])
list ])
list ])
list ]