Package software.amazon.awssdk.services.iotjobsdataplane.model
-
Class Summary Class Description CommandParameterValue The list of values used to describe a specific command parameter.DescribeJobExecutionRequest DescribeJobExecutionResponse GetPendingJobExecutionsRequest GetPendingJobExecutionsResponse IotJobsDataPlaneException.BuilderImpl IotJobsDataPlaneRequest IotJobsDataPlaneRequest.BuilderImpl IotJobsDataPlaneResponse IotJobsDataPlaneResponse.BuilderImpl IotJobsDataPlaneResponseMetadata JobExecution Contains data about a job execution.JobExecutionState Contains data about the state of a job execution.JobExecutionSummary Contains a subset of information about a job execution.StartCommandExecutionRequest StartCommandExecutionResponse StartNextPendingJobExecutionRequest StartNextPendingJobExecutionResponse UpdateJobExecutionRequest UpdateJobExecutionResponse -
Enum Summary Enum Description JobExecutionStatus -
Exception Summary Exception Description CertificateValidationException The certificate is invalid.ConflictException A conflict has occurred when performing the API request.InternalServerException An internal server error occurred when performing the API request.InvalidRequestException The contents of the request were invalid.InvalidStateTransitionException 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).IotJobsDataPlaneException ResourceNotFoundException The specified resource does not exist.ServiceQuotaExceededException The service quota has been exceeded for this request.ServiceUnavailableException The service is temporarily unavailable.TerminalStateException The job is in a terminal state.ThrottlingException The rate exceeds the limit.ValidationException A validation error occurred when performing the API request.