mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-19 21:03:44 -07:00
v2: Updates
* Simplifies & beautifies everything * Introduces a new Class system. * Errors are defaulted to AWS's handler. * New function names & more efficient handling. * Should fix a majority of the errors. Please read the README for more!
This commit is contained in:
parent
ad0726e41e
commit
e6d7753dc8
1095 changed files with 45088 additions and 2911 deletions
41
aws/Aws/IoT1ClickProjects/IoT1ClickProjectsClient.php
Normal file
41
aws/Aws/IoT1ClickProjects/IoT1ClickProjectsClient.php
Normal file
|
@ -0,0 +1,41 @@
|
|||
<?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 {}
|
Loading…
Add table
Add a link
Reference in a new issue