Values.UpdateActionTargetRequestSourceUpdates the name and description of a custom action target in Security Hub CSPM.
type nonrec t = {actionTargetArn : NonEmptyString.t;The ARN of the custom action target to update.
*)name : NonEmptyString.t option;The updated name of the custom action target.
*)description : NonEmptyString.t option;The updated description for the custom action target.
*)}