Module Awso_iot_jobs_data.ValuesSource

Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule DetailsKey : sig ... end
Sourcemodule DetailsValue : sig ... end
Sourcemodule BinaryParameterValue : sig ... end
Sourcemodule BooleanParameterValue : sig ... end
Sourcemodule DoubleParameterValue : sig ... end
Sourcemodule IntegerParameterValue : sig ... end
Sourcemodule LongParameterValue : sig ... end
Sourcemodule StringParameterValue : sig ... end
Sourcemodule ExecutionNumber : sig ... end
Sourcemodule JobId : sig ... end
Sourcemodule LastUpdatedAt : sig ... end
Sourcemodule QueuedAt : sig ... end
Sourcemodule StartedAt : sig ... end
Sourcemodule VersionNumber : sig ... end
Sourcemodule ErrorMessage : sig ... end
Sourcemodule DetailsMap : sig ... end
Sourcemodule JobExecutionStatus : sig ... end
Sourcemodule BinaryBlob : sig ... end
Sourcemodule JobDocument : sig ... end
Sourcemodule ThingName : sig ... end
Sourcemodule ResourceId : sig ... end
Sourcemodule CommandParameterName : sig ... end
Sourcemodule CommandParameterValue : sig ... end

The list of values used to describe a specific command parameter.

Sourcemodule JobExecutionSummary : sig ... end

Contains a subset of information about a job execution.

The certificate is invalid.

Sourcemodule InvalidRequestException : sig ... end

The contents of the request were invalid.

An update attempted to change the job execution to a state that is invalid because of the job execution's current state (for example, an attempt to change a request in state SUCCESS to state IN_PROGRESS). In this case, the body of the error message also contains the executionState field.

Sourcemodule JobExecutionState : sig ... end

Contains data about the state of a job execution.

Sourcemodule ResourceNotFoundException : sig ... end

The specified resource does not exist.

The service is temporarily unavailable.

Sourcemodule ThrottlingException : sig ... end

The rate exceeds the limit.

Sourcemodule ExpectedVersion : sig ... end
Sourcemodule IncludeExecutionState : sig ... end
Sourcemodule IncludeJobDocument : sig ... end
Sourcemodule StepTimeoutInMinutes : sig ... end
Sourcemodule JobExecution : sig ... end

Contains data about a job execution.

Sourcemodule CommandExecutionId : sig ... end
Sourcemodule ConflictException : sig ... end

A conflict has occurred when performing the API request.

Sourcemodule InternalServerException : sig ... end

An internal server error occurred when performing the API request.

The service quota has been exceeded for this request.

Sourcemodule ValidationException : sig ... end

A validation error occurred when performing the API request.

Sourcemodule ClientRequestTokenV2 : sig ... end
Sourcemodule CommandArn : sig ... end
Sourcemodule TargetArn : sig ... end
Sourcemodule JobExecutionSummaryList : sig ... end
Sourcemodule TerminalStateException : sig ... end

The job is in a terminal state.

Sourcemodule DescribeJobExecutionJobId : sig ... end

Updates the status of a job execution. Requires permission to access the UpdateJobExecution action.

Sourcemodule UpdateJobExecutionRequest : sig ... end

Updates the status of a job execution. Requires permission to access the UpdateJobExecution action.

Gets and starts the next pending (status IN_PROGRESS or QUEUED) job execution for a thing. Requires permission to access the StartNextPendingJobExecution action.

Gets and starts the next pending (status IN_PROGRESS or QUEUED) job execution for a thing. Requires permission to access the StartNextPendingJobExecution action.

Using the command created with the CreateCommand API, start a command execution on a specific device.

Using the command created with the CreateCommand API, start a command execution on a specific device.

Gets the list of all jobs for a thing that are not in a terminal status. Requires permission to access the GetPendingJobExecutions action.

Gets the list of all jobs for a thing that are not in a terminal status. Requires permission to access the GetPendingJobExecutions action.

Gets details of a job execution. Requires permission to access the DescribeJobExecution action.

Gets details of a job execution. Requires permission to access the DescribeJobExecution action.