Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'aws/aws-sdk-php/src/ServiceDiscovery/ServiceDiscoveryClient.php')
-rw-r--r--aws/aws-sdk-php/src/ServiceDiscovery/ServiceDiscoveryClient.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/aws/aws-sdk-php/src/ServiceDiscovery/ServiceDiscoveryClient.php b/aws/aws-sdk-php/src/ServiceDiscovery/ServiceDiscoveryClient.php
index 14a6c0dc..0d3d01b7 100644
--- a/aws/aws-sdk-php/src/ServiceDiscovery/ServiceDiscoveryClient.php
+++ b/aws/aws-sdk-php/src/ServiceDiscovery/ServiceDiscoveryClient.php
@@ -47,8 +47,14 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
+ * @method \Aws\Result updateHttpNamespace(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateHttpNamespaceAsync(array $args = [])
* @method \Aws\Result updateInstanceCustomHealthStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateInstanceCustomHealthStatusAsync(array $args = [])
+ * @method \Aws\Result updatePrivateDnsNamespace(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updatePrivateDnsNamespaceAsync(array $args = [])
+ * @method \Aws\Result updatePublicDnsNamespace(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updatePublicDnsNamespaceAsync(array $args = [])
* @method \Aws\Result updateService(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateServiceAsync(array $args = [])
*/