/home/mip/mip/public/img/credit/datatables/IoTJobsDataPlane.tar
Exception/IoTJobsDataPlaneException.php000064400000000343151520662530014162 0ustar00<?php
namespace Aws\IoTJobsDataPlane\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS IoT Jobs Data Plane** service.
 */
class IoTJobsDataPlaneException extends AwsException {}
IoTJobsDataPlaneClient.php000064400000001434151520662530011506 0ustar00<?php
namespace Aws\IoTJobsDataPlane;

use Aws\AwsClient;

/**
 * This client is used to interact with the **AWS IoT Jobs Data Plane** service.
 * @method \Aws\Result describeJobExecution(array $args = [])
 * @method \GuzzleHttp\Promise\Promise describeJobExecutionAsync(array $args = [])
 * @method \Aws\Result getPendingJobExecutions(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getPendingJobExecutionsAsync(array $args = [])
 * @method \Aws\Result startNextPendingJobExecution(array $args = [])
 * @method \GuzzleHttp\Promise\Promise startNextPendingJobExecutionAsync(array $args = [])
 * @method \Aws\Result updateJobExecution(array $args = [])
 * @method \GuzzleHttp\Promise\Promise updateJobExecutionAsync(array $args = [])
 */
class IoTJobsDataPlaneClient extends AwsClient {}