����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 216.73.216.178 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/www/vendor/aws/aws-sdk-php/src/IoT1ClickProjects/ |
Upload File : |
<?php namespace Aws\IoT1ClickProjects; use Aws\AwsClient; /** * This client is used to interact with the **AWS IoT 1-Click Projects Service** service. * @method \Aws\Result associateDeviceWithPlacement(array $args = []) * @method \GuzzleHttp\Promise\Promise associateDeviceWithPlacementAsync(array $args = []) * @method \Aws\Result createPlacement(array $args = []) * @method \GuzzleHttp\Promise\Promise createPlacementAsync(array $args = []) * @method \Aws\Result createProject(array $args = []) * @method \GuzzleHttp\Promise\Promise createProjectAsync(array $args = []) * @method \Aws\Result deletePlacement(array $args = []) * @method \GuzzleHttp\Promise\Promise deletePlacementAsync(array $args = []) * @method \Aws\Result deleteProject(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteProjectAsync(array $args = []) * @method \Aws\Result describePlacement(array $args = []) * @method \GuzzleHttp\Promise\Promise describePlacementAsync(array $args = []) * @method \Aws\Result describeProject(array $args = []) * @method \GuzzleHttp\Promise\Promise describeProjectAsync(array $args = []) * @method \Aws\Result disassociateDeviceFromPlacement(array $args = []) * @method \GuzzleHttp\Promise\Promise disassociateDeviceFromPlacementAsync(array $args = []) * @method \Aws\Result getDevicesInPlacement(array $args = []) * @method \GuzzleHttp\Promise\Promise getDevicesInPlacementAsync(array $args = []) * @method \Aws\Result listPlacements(array $args = []) * @method \GuzzleHttp\Promise\Promise listPlacementsAsync(array $args = []) * @method \Aws\Result listProjects(array $args = []) * @method \GuzzleHttp\Promise\Promise listProjectsAsync(array $args = []) * @method \Aws\Result listTagsForResource(array $args = []) * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) * @method \Aws\Result tagResource(array $args = []) * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) * @method \Aws\Result untagResource(array $args = []) * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) * @method \Aws\Result updatePlacement(array $args = []) * @method \GuzzleHttp\Promise\Promise updatePlacementAsync(array $args = []) * @method \Aws\Result updateProject(array $args = []) * @method \GuzzleHttp\Promise\Promise updateProjectAsync(array $args = []) */ class IoT1ClickProjectsClient extends AwsClient {}