summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/IoTRoboRunner/IoTRoboRunnerClient.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/IoTRoboRunner/IoTRoboRunnerClient.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/IoTRoboRunner/IoTRoboRunnerClient.php49
1 files changed, 49 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/IoTRoboRunner/IoTRoboRunnerClient.php b/vendor/aws/aws-sdk-php/src/IoTRoboRunner/IoTRoboRunnerClient.php
new file mode 100644
index 0000000..a7293f2
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/IoTRoboRunner/IoTRoboRunnerClient.php
@@ -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 {}