Module Values_0.AutomationExecutionSource

Detailed information about the current state of an individual Automation execution.

Sourcetype nonrec t = {
  1. automationExecutionId : AutomationExecutionId.t option;
    (*

    The execution ID.

    *)
  2. documentName : DocumentName.t option;
    (*

    The name of the Automation runbook used during the execution.

    *)
  3. documentVersion : DocumentVersion.t option;
    (*

    The version of the document to use during execution.

    *)
  4. executionStartTime : DateTime.t option;
    (*

    The time the execution started.

    *)
  5. executionEndTime : DateTime.t option;
    (*

    The time the execution finished.

    *)
  6. automationExecutionStatus : AutomationExecutionStatus.t option;
    (*

    The execution status of the Automation.

    *)
  7. stepExecutions : StepExecutionList.t option;
    (*

    A list of details about the current state of all steps that comprise an execution. An Automation runbook contains a list of steps that are run in order.

    *)
  8. stepExecutionsTruncated : Boolean.t option;
    (*

    A boolean value that indicates if the response contains the full list of the Automation step executions. If true, use the DescribeAutomationStepExecutions API operation to get the full list of step executions.

    *)
  9. parameters : AutomationParameterMap.t option;
    (*

    The key-value map of execution parameters, which were supplied when calling StartAutomationExecution.

    *)
  10. outputs : AutomationParameterMap.t option;
    (*

    The list of execution outputs as defined in the Automation runbook.

    *)
  11. failureMessage : String_.t option;
    (*

    A message describing why an execution has failed, if the status is set to Failed.

    *)
  12. mode : ExecutionMode.t option;
    (*

    The automation execution mode.

    *)
  13. parentAutomationExecutionId : AutomationExecutionId.t option;
    (*

    The AutomationExecutionId of the parent automation.

    *)
  14. executedBy : String_.t option;
    (*

    The Amazon Resource Name (ARN) of the user who ran the automation.

    *)
  15. currentStepName : String_.t option;
    (*

    The name of the step that is currently running.

    *)
  16. currentAction : String_.t option;
    (*

    The action of the step that is currently running.

    *)
  17. targetParameterName : AutomationParameterKey.t option;
    (*

    The parameter name.

    *)
  18. targets : Targets.t option;
    (*

    The specified targets.

    *)
  19. targetMaps : TargetMaps.t option;
    (*

    The specified key-value mapping of document parameters to target resources.

    *)
  20. resolvedTargets : ResolvedTargets.t option;
    (*

    A list of resolved targets in the rate control execution.

    *)
  21. maxConcurrency : MaxConcurrency.t option;
    (*

    The MaxConcurrency value specified by the user when the execution started.

    *)
  22. maxErrors : MaxErrors.t option;
    (*

    The MaxErrors value specified by the user when the execution started.

    *)
  23. target : String_.t option;
    (*

    The target of the execution.

    *)
  24. targetLocations : TargetLocations.t option;
    (*

    The combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the Automation.

    *)
  25. progressCounters : ProgressCounters.t option;
    (*

    An aggregate of step execution statuses displayed in the Amazon Web Services Systems Manager console for a multi-Region and multi-account Automation execution.

    *)
  26. alarmConfiguration : AlarmConfiguration.t option;
    (*

    The details for the CloudWatch alarm applied to your automation.

    *)
  27. triggeredAlarms : AlarmStateInformationList.t option;
    (*

    The CloudWatch alarm that was invoked by the automation.

    *)
  28. targetLocationsURL : TargetLocationsURL.t option;
    (*

    A publicly accessible URL for a file that contains the TargetLocations body. Currently, only files in presigned Amazon S3 buckets are supported

    *)
  29. automationSubtype : AutomationSubtype.t option;
    (*

    The subtype of the Automation operation. Currently, the only supported value is ChangeRequest.

    *)
  30. scheduledTime : DateTime.t option;
    (*

    The date and time the Automation operation is scheduled to start.

    *)
  31. runbooks : Runbooks.t option;
    (*

    Information about the Automation runbooks that are run as part of a runbook workflow. The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.

    *)
  32. opsItemId : String_.t option;
    (*

    The ID of an OpsItem that is created to represent a Change Manager change request.

    *)
  33. associationId : String_.t option;
    (*

    The ID of a State Manager association used in the Automation operation.

    *)
  34. changeRequestName : ChangeRequestName.t option;
    (*

    The name of the Change Manager change request.

    *)
  35. variables : AutomationParameterMap.t option;
    (*

    Variables defined for the automation.

    *)
}
Sourceval make : ?automationExecutionId:??? -> ?documentName:??? -> ?documentVersion:??? -> ?executionStartTime:??? -> ?executionEndTime:??? -> ?automationExecutionStatus:??? -> ?stepExecutions:??? -> ?stepExecutionsTruncated:??? -> ?parameters:??? -> ?outputs:??? -> ?failureMessage:??? -> ?mode:??? -> ?parentAutomationExecutionId:??? -> ?executedBy:??? -> ?currentStepName:??? -> ?currentAction:??? -> ?targetParameterName:??? -> ?targets:??? -> ?targetMaps:??? -> ?resolvedTargets:??? -> ?maxConcurrency:??? -> ?maxErrors:??? -> ?target:??? -> ?targetLocations:??? -> ?progressCounters:??? -> ?alarmConfiguration:??? -> ?triggeredAlarms:??? -> ?targetLocationsURL:??? -> ?automationSubtype:??? -> ?scheduledTime:??? -> ?runbooks:??? -> ?opsItemId:??? -> ?associationId:??? -> ?changeRequestName:??? -> ?variables:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Map of ([> `String of TargetMapKey.t ] * [> `List of [> `String of TargetMapValue.t ] list ]) list | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of Integer.t | `List of [> `Map of ([> `String of TargetMapKey.t ] * [> `List of [> `String of TargetMapValue.t ] list ]) list | `String of ValidNextStep.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `String of TargetValue.t | `Structure of (string * [> `List of [> `String of TargetValue.t ] list | `String of TargetKey.t ]) list ] list | `String of TargetKey.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `String of AlarmName.t ]) list ] list ]) list ]) list ] list | `Long of Long.t | `Map of ([> `String of String_.t ] * [> `List of [> `String of AutomationParameterValue.t ] list | `String of String_.t ]) list | `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `List of [> `String of Account.t | `Structure of (string * [> `List of [> `String of TargetValue.t ] list | `String of TargetKey.t ]) list ] list | `Map of ([> `String of AutomationParameterKey.t ] * [> `List of [> `String of AutomationParameterValue.t ] list ]) list | `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `String of AlarmName.t ]) list ] list ]) list ]) list | `Timestamp of DateTime.t ]) list ] list | `Map of ([> `String of AutomationParameterKey.t ] * [> `List of [> `String of AutomationParameterValue.t ] list ]) list | `String of AutomationExecutionId.t | `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `List of [> `String of ParameterValue.t | `Structure of (string * [> `String of AlarmName.t ]) list ] list ]) list | `Timestamp of DateTime.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t