Values.GetStepResponseSourceGets a step.
type nonrec t = {stepId : StepId.t option;The step ID.
*)name : StepName.t option;The name of the step.
*)lifecycleStatus : StepLifecycleStatus.t option;The life cycle status of the step.
*)lifecycleStatusMessage : String_.t option;A message that describes the lifecycle status of the step.
*)taskRunStatus : TaskRunStatus.t option;The task run status for the job.
*)taskRunStatusCounts : TaskRunStatusCounts.t option;The number of tasks running on the job.
*)taskFailureRetryCount : TaskFailureRetryCount.t option;The total number of times tasks from the step failed and were retried.
*)targetTaskRunStatus : StepTargetTaskRunStatus.t option;The task status with which the job started.
*)createdAt : CreatedAt.t option;The date and time the resource was created.
*)createdBy : CreatedBy.t option;The user or system that created this resource.
*)updatedAt : UpdatedAt.t option;The date and time the resource was updated.
*)updatedBy : UpdatedBy.t option;The user or system that updated this resource.
*)startedAt : StartedAt.t option;The date and time the resource started running.
*)endedAt : EndedAt.t option;The date and time the resource ended running.
*)dependencyCounts : DependencyCounts.t option;The number of dependencies in the step.
*)requiredCapabilities : StepRequiredCapabilities.t option;The required capabilities of the step.
*)parameterSpace : ParameterSpace.t option;A list of step parameters and the combination expression for the step.
*)description : StepDescription.t option;The description of the step. This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerErrorException of InternalServerErrorException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?stepId:??? ->
?name:??? ->
?lifecycleStatus:??? ->
?lifecycleStatusMessage:??? ->
?taskRunStatus:??? ->
?taskRunStatusCounts:??? ->
?taskFailureRetryCount:??? ->
?targetTaskRunStatus:??? ->
?createdAt:??? ->
?createdBy:??? ->
?updatedAt:??? ->
?updatedBy:??? ->
?startedAt:??? ->
?endedAt:??? ->
?dependencyCounts:??? ->
?requiredCapabilities:??? ->
?parameterSpace:??? ->
?description:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val 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 StepId.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 ]