mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-20 13:23:47 -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
|
@ -5,6 +5,8 @@ use Aws\AwsClient;
|
|||
|
||||
/**
|
||||
* This client is used to interact with the **Amazon Route 53 Auto Naming** service.
|
||||
* @method \Aws\Result createHttpNamespace(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createHttpNamespaceAsync(array $args = [])
|
||||
* @method \Aws\Result createPrivateDnsNamespace(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createPrivateDnsNamespaceAsync(array $args = [])
|
||||
* @method \Aws\Result createPublicDnsNamespace(array $args = [])
|
||||
|
@ -17,6 +19,8 @@ use Aws\AwsClient;
|
|||
* @method \GuzzleHttp\Promise\Promise deleteServiceAsync(array $args = [])
|
||||
* @method \Aws\Result deregisterInstance(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deregisterInstanceAsync(array $args = [])
|
||||
* @method \Aws\Result discoverInstances(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise discoverInstancesAsync(array $args = [])
|
||||
* @method \Aws\Result getInstance(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getInstanceAsync(array $args = [])
|
||||
* @method \Aws\Result getInstancesHealthStatus(array $args = [])
|
||||
|
@ -35,8 +39,16 @@ use Aws\AwsClient;
|
|||
* @method \GuzzleHttp\Promise\Promise listOperationsAsync(array $args = [])
|
||||
* @method \Aws\Result listServices(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listServicesAsync(array $args = [])
|
||||
* @method \Aws\Result listTagsForResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
||||
* @method \Aws\Result registerInstance(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise registerInstanceAsync(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 updateInstanceCustomHealthStatus(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateInstanceCustomHealthStatusAsync(array $args = [])
|
||||
* @method \Aws\Result updateService(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateServiceAsync(array $args = [])
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue