PanoramaClient.php
78 lines
| 1 | <?php |
| 2 | namespace Aws\Panorama; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **AWS Panorama** service. |
| 8 | * @method \Aws\Result createApplicationInstance(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise createApplicationInstanceAsync(array $args = []) |
| 10 | * @method \Aws\Result createJobForDevices(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise createJobForDevicesAsync(array $args = []) |
| 12 | * @method \Aws\Result createNodeFromTemplateJob(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise createNodeFromTemplateJobAsync(array $args = []) |
| 14 | * @method \Aws\Result createPackage(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise createPackageAsync(array $args = []) |
| 16 | * @method \Aws\Result createPackageImportJob(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise createPackageImportJobAsync(array $args = []) |
| 18 | * @method \Aws\Result deleteDevice(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise deleteDeviceAsync(array $args = []) |
| 20 | * @method \Aws\Result deletePackage(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise deletePackageAsync(array $args = []) |
| 22 | * @method \Aws\Result deregisterPackageVersion(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise deregisterPackageVersionAsync(array $args = []) |
| 24 | * @method \Aws\Result describeApplicationInstance(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise describeApplicationInstanceAsync(array $args = []) |
| 26 | * @method \Aws\Result describeApplicationInstanceDetails(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise describeApplicationInstanceDetailsAsync(array $args = []) |
| 28 | * @method \Aws\Result describeDevice(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise describeDeviceAsync(array $args = []) |
| 30 | * @method \Aws\Result describeDeviceJob(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise describeDeviceJobAsync(array $args = []) |
| 32 | * @method \Aws\Result describeNode(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise describeNodeAsync(array $args = []) |
| 34 | * @method \Aws\Result describeNodeFromTemplateJob(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise describeNodeFromTemplateJobAsync(array $args = []) |
| 36 | * @method \Aws\Result describePackage(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise describePackageAsync(array $args = []) |
| 38 | * @method \Aws\Result describePackageImportJob(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise describePackageImportJobAsync(array $args = []) |
| 40 | * @method \Aws\Result describePackageVersion(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise describePackageVersionAsync(array $args = []) |
| 42 | * @method \Aws\Result listApplicationInstanceDependencies(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise listApplicationInstanceDependenciesAsync(array $args = []) |
| 44 | * @method \Aws\Result listApplicationInstanceNodeInstances(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise listApplicationInstanceNodeInstancesAsync(array $args = []) |
| 46 | * @method \Aws\Result listApplicationInstances(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise listApplicationInstancesAsync(array $args = []) |
| 48 | * @method \Aws\Result listDevices(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise listDevicesAsync(array $args = []) |
| 50 | * @method \Aws\Result listDevicesJobs(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise listDevicesJobsAsync(array $args = []) |
| 52 | * @method \Aws\Result listNodeFromTemplateJobs(array $args = []) |
| 53 | * @method \GuzzleHttp\Promise\Promise listNodeFromTemplateJobsAsync(array $args = []) |
| 54 | * @method \Aws\Result listNodes(array $args = []) |
| 55 | * @method \GuzzleHttp\Promise\Promise listNodesAsync(array $args = []) |
| 56 | * @method \Aws\Result listPackageImportJobs(array $args = []) |
| 57 | * @method \GuzzleHttp\Promise\Promise listPackageImportJobsAsync(array $args = []) |
| 58 | * @method \Aws\Result listPackages(array $args = []) |
| 59 | * @method \GuzzleHttp\Promise\Promise listPackagesAsync(array $args = []) |
| 60 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 61 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 62 | * @method \Aws\Result provisionDevice(array $args = []) |
| 63 | * @method \GuzzleHttp\Promise\Promise provisionDeviceAsync(array $args = []) |
| 64 | * @method \Aws\Result registerPackageVersion(array $args = []) |
| 65 | * @method \GuzzleHttp\Promise\Promise registerPackageVersionAsync(array $args = []) |
| 66 | * @method \Aws\Result removeApplicationInstance(array $args = []) |
| 67 | * @method \GuzzleHttp\Promise\Promise removeApplicationInstanceAsync(array $args = []) |
| 68 | * @method \Aws\Result signalApplicationInstanceNodeInstances(array $args = []) |
| 69 | * @method \GuzzleHttp\Promise\Promise signalApplicationInstanceNodeInstancesAsync(array $args = []) |
| 70 | * @method \Aws\Result tagResource(array $args = []) |
| 71 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 72 | * @method \Aws\Result untagResource(array $args = []) |
| 73 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 74 | * @method \Aws\Result updateDeviceMetadata(array $args = []) |
| 75 | * @method \GuzzleHttp\Promise\Promise updateDeviceMetadataAsync(array $args = []) |
| 76 | */ |
| 77 | class PanoramaClient extends AwsClient {} |
| 78 |