Module Values.BatchGetStepItemSource

The details of a step returned in a batch get operation.

Sourcetype nonrec t = {
  1. farmId : FarmId.t option;
    (*

    The farm ID of the step.

    *)
  2. queueId : QueueId.t option;
    (*

    The queue ID of the step.

    *)
  3. jobId : JobId.t option;
    (*

    The job ID of the step.

    *)
  4. stepId : StepId.t option;
    (*

    The step ID.

    *)
  5. name : StepName.t option;
    (*

    The name of the step.

    *)
  6. lifecycleStatus : StepLifecycleStatus.t option;
    (*

    The life cycle status of the step.

    *)
  7. lifecycleStatusMessage : String_.t option;
    (*

    A message that communicates the status of the life cycle.

    *)
  8. taskRunStatus : TaskRunStatus.t option;
    (*

    The task run status for the step.

    *)
  9. taskRunStatusCounts : TaskRunStatusCounts.t option;
    (*

    The number of tasks for each run status for the step.

    *)
  10. taskFailureRetryCount : TaskFailureRetryCount.t option;
    (*

    The number of times that tasks failed and were retried.

    *)
  11. targetTaskRunStatus : StepTargetTaskRunStatus.t option;
    (*

    The task status to start with on the step.

    *)
  12. createdAt : CreatedAt.t option;
    (*

    The date and time the resource was created.

    *)
  13. createdBy : CreatedBy.t option;
    (*

    The user or system that created this resource.

    *)
  14. updatedAt : UpdatedAt.t option;
    (*

    The date and time the resource was updated.

    *)
  15. updatedBy : UpdatedBy.t option;
    (*

    The user or system that updated this resource.

    *)
  16. startedAt : StartedAt.t option;
    (*

    The date and time the resource started running.

    *)
  17. endedAt : EndedAt.t option;
    (*

    The date and time the resource ended running.

    *)
  18. dependencyCounts : DependencyCounts.t option;
    (*

    The number of dependencies for the step.

    *)
  19. requiredCapabilities : StepRequiredCapabilities.t option;
    (*

    The required capabilities for the step.

    *)
  20. parameterSpace : ParameterSpace.t option;
    (*

    The parameter space for the step.

    *)
  21. description : StepDescription.t option;
    (*

    The description of the step.

    *)
}
Sourceval make : ?farmId:??? -> ?queueId:??? -> ?jobId:??? -> ?stepId:??? -> ?name:??? -> ?lifecycleStatus:??? -> ?lifecycleStatusMessage:??? -> ?taskRunStatus:??? -> ?taskRunStatusCounts:??? -> ?taskFailureRetryCount:??? -> ?targetTaskRunStatus:??? -> ?createdAt:??? -> ?createdBy:??? -> ?updatedAt:??? -> ?updatedBy:??? -> ?startedAt:??? -> ?endedAt:??? -> ?dependencyCounts:??? -> ?requiredCapabilities:??? -> ?parameterSpace:??? -> ?description:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of TaskFailureRetryCount.t | `Map of ([> `Enum of string ] * [> `Integer of Integer.t ]) list | `String of FarmId.t | `Structure of (string * [> `Integer of Integer.t | `List of [> `Structure of (string * [> `Double of Double.t | `Enum of string | `List of [> `String of AttributeCapabilityValue.t ] list | `String of AttributeCapabilityName.t | `Structure of (string * [> `Enum of string | `Integer of DefaultTaskCount.t ]) list ]) list ] list | `String of CombinationExpression.t ]) list | `Timestamp of CreatedAt.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