mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-14 10:37:19 -07:00
spaces.php
This commit is contained in:
parent
7755490b81
commit
eefa32741e
845 changed files with 50409 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
namespace Aws\ServiceDiscovery\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **Amazon Route 53 Auto Naming** service.
|
||||
*/
|
||||
class ServiceDiscoveryException extends AwsException {}
|
43
aws/Aws/ServiceDiscovery/ServiceDiscoveryClient.php
Normal file
43
aws/Aws/ServiceDiscovery/ServiceDiscoveryClient.php
Normal file
|
@ -0,0 +1,43 @@
|
|||
<?php
|
||||
namespace Aws\ServiceDiscovery;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **Amazon Route 53 Auto Naming** service.
|
||||
* @method \Aws\Result createPrivateDnsNamespace(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createPrivateDnsNamespaceAsync(array $args = [])
|
||||
* @method \Aws\Result createPublicDnsNamespace(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createPublicDnsNamespaceAsync(array $args = [])
|
||||
* @method \Aws\Result createService(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createServiceAsync(array $args = [])
|
||||
* @method \Aws\Result deleteNamespace(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteNamespaceAsync(array $args = [])
|
||||
* @method \Aws\Result deleteService(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteServiceAsync(array $args = [])
|
||||
* @method \Aws\Result deregisterInstance(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deregisterInstanceAsync(array $args = [])
|
||||
* @method \Aws\Result getInstance(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getInstanceAsync(array $args = [])
|
||||
* @method \Aws\Result getInstancesHealthStatus(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getInstancesHealthStatusAsync(array $args = [])
|
||||
* @method \Aws\Result getNamespace(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getNamespaceAsync(array $args = [])
|
||||
* @method \Aws\Result getOperation(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getOperationAsync(array $args = [])
|
||||
* @method \Aws\Result getService(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getServiceAsync(array $args = [])
|
||||
* @method \Aws\Result listInstances(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listInstancesAsync(array $args = [])
|
||||
* @method \Aws\Result listNamespaces(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listNamespacesAsync(array $args = [])
|
||||
* @method \Aws\Result listOperations(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listOperationsAsync(array $args = [])
|
||||
* @method \Aws\Result listServices(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listServicesAsync(array $args = [])
|
||||
* @method \Aws\Result registerInstance(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise registerInstanceAsync(array $args = [])
|
||||
* @method \Aws\Result updateService(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateServiceAsync(array $args = [])
|
||||
*/
|
||||
class ServiceDiscoveryClient extends AwsClient {}
|
Loading…
Add table
Add a link
Reference in a new issue