Values.CreatePublicDnsNamespaceResponseSourceCreates a public namespace based on DNS, which is visible on the internet. The namespace defines your service naming scheme. For example, if you name your namespace example.com and name your service backend, the resulting DNS name for the service is backend.example.com. You can discover instances that were registered with a public DNS namespace by using either a DiscoverInstances request or using DNS. For the current quota on the number of namespaces that you can create using the same Amazon Web Services account, see Cloud Map quotas in the Cloud Map Developer Guide. The CreatePublicDnsNamespace API operation is not supported in the Amazon Web Services GovCloud (US) Regions.
type nonrec t = {operationId : OperationId.t option;A value that you can use to determine whether the request completed successfully. To get the status of the operation, see GetOperation.
*)}type nonrec error = [ | `DuplicateRequest of DuplicateRequest.t| `InvalidInput of InvalidInput.t| `NamespaceAlreadyExists of NamespaceAlreadyExists.t| `ResourceLimitExceeded of ResourceLimitExceeded.t| `TooManyTagsException of TooManyTagsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DuplicateRequest of DuplicateRequest.t
| `InvalidInput of InvalidInput.t
| `NamespaceAlreadyExists of NamespaceAlreadyExists.t
| `ResourceLimitExceeded of ResourceLimitExceeded.t
| `TooManyTagsException of TooManyTagsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DuplicateRequest of DuplicateRequest.t
| `InvalidInput of InvalidInput.t
| `NamespaceAlreadyExists of NamespaceAlreadyExists.t
| `ResourceLimitExceeded of ResourceLimitExceeded.t
| `TooManyTagsException of TooManyTagsException.t
| `Unknown_operation_error of string * string option ]