SDK for PHP V3

ServiceDiscoveryClient extends AwsClient
in package

This client is used to interact with the Amazon Route 53 Auto Naming service.

Supported API Versions

This class uses a service description model that is associated at runtime based on the version option given when constructing the client. The version option will determine which API operations, waiters, and paginators are available for a client. Creating a command or a specific API operation can be done using magic methods (e.g., $client->commandName(/** parameters */), or using the $client->getCommand method of the client.

Tags
phpstan-method

\Aws\Result createHttpNamespace(array{ Name?: string, CreatorRequestId?: string, Description?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createHttpNamespaceAsync(array{ Name?: string, CreatorRequestId?: string, Description?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ..., } $args = [])

phpstan-method