Values_2.StartAutomationJobRequestSourceStarts a new job for a specified automation. The job runs the automation with the provided input payload.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account that contains the automation.
*)automationGroupId : Values_1.AutomateId.t;The ID of the automation group that contains the automation to run.
*)automationId : Values_1.AutomateId.t;The ID of the automation to run.
*)inputPayload : SensitiveIOPayload.t option;The input payload for the automation job, provided as a JSON string.
*)}val make :
?inputPayload:??? ->
awsAccountId:Values_1.AwsAccountId.t ->
automationGroupId:Values_1.AutomateId.t ->
automationId:Values_1.AutomateId.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_1.AwsAccountId.t ]) list ]