updated-packages
This commit is contained in:
9
vendor/aws/aws-sdk-php/src/IoTRoboRunner/Exception/IoTRoboRunnerException.php
vendored
Normal file
9
vendor/aws/aws-sdk-php/src/IoTRoboRunner/Exception/IoTRoboRunnerException.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Aws\IoTRoboRunner\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **AWS IoT RoboRunner** service.
|
||||
*/
|
||||
class IoTRoboRunnerException extends AwsException {}
|
||||
49
vendor/aws/aws-sdk-php/src/IoTRoboRunner/IoTRoboRunnerClient.php
vendored
Normal file
49
vendor/aws/aws-sdk-php/src/IoTRoboRunner/IoTRoboRunnerClient.php
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
<?php
|
||||
namespace Aws\IoTRoboRunner;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **AWS IoT RoboRunner** service.
|
||||
* @method \Aws\Result createDestination(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createDestinationAsync(array $args = [])
|
||||
* @method \Aws\Result createSite(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createSiteAsync(array $args = [])
|
||||
* @method \Aws\Result createWorker(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createWorkerAsync(array $args = [])
|
||||
* @method \Aws\Result createWorkerFleet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createWorkerFleetAsync(array $args = [])
|
||||
* @method \Aws\Result deleteDestination(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteDestinationAsync(array $args = [])
|
||||
* @method \Aws\Result deleteSite(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteSiteAsync(array $args = [])
|
||||
* @method \Aws\Result deleteWorker(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteWorkerAsync(array $args = [])
|
||||
* @method \Aws\Result deleteWorkerFleet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteWorkerFleetAsync(array $args = [])
|
||||
* @method \Aws\Result getDestination(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getDestinationAsync(array $args = [])
|
||||
* @method \Aws\Result getSite(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getSiteAsync(array $args = [])
|
||||
* @method \Aws\Result getWorker(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getWorkerAsync(array $args = [])
|
||||
* @method \Aws\Result getWorkerFleet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getWorkerFleetAsync(array $args = [])
|
||||
* @method \Aws\Result listDestinations(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listDestinationsAsync(array $args = [])
|
||||
* @method \Aws\Result listSites(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listSitesAsync(array $args = [])
|
||||
* @method \Aws\Result listWorkerFleets(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listWorkerFleetsAsync(array $args = [])
|
||||
* @method \Aws\Result listWorkers(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listWorkersAsync(array $args = [])
|
||||
* @method \Aws\Result updateDestination(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateDestinationAsync(array $args = [])
|
||||
* @method \Aws\Result updateSite(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateSiteAsync(array $args = [])
|
||||
* @method \Aws\Result updateWorker(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateWorkerAsync(array $args = [])
|
||||
* @method \Aws\Result updateWorkerFleet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateWorkerFleetAsync(array $args = [])
|
||||
*/
|
||||
class IoTRoboRunnerClient extends AwsClient {}
|
||||
Reference in New Issue
Block a user