| Server IP : 54.94.228.101 / Your IP : 172.28.1.13 Web Server : Apache System : Linux ip-172-28-29-189 6.5.0-1014-aws #14~22.04.1-Ubuntu SMP Thu Feb 15 15:27:06 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.2.34-43+ubuntu22.04.1+deb.sury.org+1 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/vinumday2_0/vendor/aws/aws-sdk-php/src/ServiceDiscovery/ |
Upload File : |
<?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 updateInstanceCustomHealthStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateInstanceCustomHealthStatusAsync(array $args = [])
* @method \Aws\Result updateService(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateServiceAsync(array $args = [])
*/
class ServiceDiscoveryClient extends AwsClient {}