AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Classes

NameDescription
Class CertificateValidationException

The certificate is invalid.

Class DescribeJobExecutionRequest

Container for the parameters to the DescribeJobExecution operation. Gets details of a job execution.

Class DescribeJobExecutionResponse

This is the response object from the DescribeJobExecution operation.

Class GetPendingJobExecutionsRequest

Container for the parameters to the GetPendingJobExecutions operation. Gets the list of all jobs for a thing that are not in a terminal status.

Class GetPendingJobExecutionsResponse

This is the response object from the GetPendingJobExecutions operation.

Class InvalidRequestException

The contents of the request were invalid. For example, this code is returned when an UpdateJobExecution request contains invalid status details. The message contains details about the error.

Class 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). In this case, the body of the error message also contains the executionState field.

Class JobExecution

Contains data about a job execution.

Class JobExecutionState

Contains data about the state of a job execution.

Class JobExecutionSummary

Contains a subset of information about a job execution.

Class ResourceNotFoundException

The specified resource does not exist.

Class ServiceUnavailableException

The service is temporarily unavailable.

Class StartNextPendingJobExecutionRequest

Container for the parameters to the StartNextPendingJobExecution operation. Gets and starts the next pending (status IN_PROGRESS or QUEUED) job execution for a thing.

Class StartNextPendingJobExecutionResponse

This is the response object from the StartNextPendingJobExecution operation.

Class TerminalStateException

The job is in a terminal state.

Class ThrottlingException

The rate exceeds the limit.

Class UpdateJobExecutionRequest

Container for the parameters to the UpdateJobExecution operation. Updates the status of a job execution.

Class UpdateJobExecutionResponse

This is the response object from the UpdateJobExecution operation.