You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The resolved configuration interface of ServiceDiscoveryClient class. This is resolved and normalized from the {@link ServiceDiscoveryClientConfig | constructor configuration interface}.
* <p>Creates an HTTP namespace. Service instances registered using an HTTP namespace can be discovered using a
32
-
* <code>DiscoverInstances</code> request but can't be discovered using DNS.</p>
33
-
* <p>For the current quota on the number of namespaces that you can create using the same account,
34
-
* see <a href="https://docs.aws.amazon.com/cloud-map/latest/dg/cloud-map-limits.html">Cloud Map quotas</a> in the
32
+
* <p>Creates an HTTP namespace. Service instances registered using an HTTP namespace can be
33
+
* discovered using a <code>DiscoverInstances</code> request but can't be discovered using
34
+
* DNS.</p>
35
+
* <p>For the current quota on the number of namespaces that you can create using the same Amazon Web Services account, see <a href="https://docs.aws.amazon.com/cloud-map/latest/dg/cloud-map-limits.html">Cloud Map quotas</a> in the
35
36
* <i>Cloud Map Developer Guide</i>.</p>
36
37
* @example
37
38
* Use a bare-bones client and the command you need to make an API call.
@@ -56,6 +57,15 @@ export class CreateHttpNamespaceCommand extends $Command<
* <p>Creates a public namespace based on DNS, which is visible on the internet. The namespace defines your service
32
-
* naming scheme. For example, if you name your namespace <code>example.com</code> and name your service
33
-
* <code>backend</code>, the resulting DNS name for the service is <code>backend.example.com</code>. You can discover
34
-
* instances that were registered with a public DNS namespace by using either a <code>DiscoverInstances</code> request
35
-
* or using DNS. For the current quota on the number of namespaces that you can create using the same account, see <a href="https://docs.aws.amazon.com/cloud-map/latest/dg/cloud-map-limits.html">Cloud Map
36
-
* quotas</a> in the <i>Cloud Map Developer Guide</i>.</p>
32
+
* <p>Creates a public namespace based on DNS, which is visible on the internet. The namespace
33
+
* defines your service naming scheme. For example, if you name your namespace
34
+
* <code>example.com</code> and name your service <code>backend</code>, the resulting DNS name for
35
+
* the service is <code>backend.example.com</code>. You can discover instances that were registered
36
+
* with a public DNS namespace by using either a <code>DiscoverInstances</code> request or using
37
+
* DNS. For the current quota on the number of namespaces that you can create using the same Amazon Web Services account, see <a href="https://docs.aws.amazon.com/cloud-map/latest/dg/cloud-map-limits.html">Cloud Map quotas</a> in the
38
+
* <i>Cloud Map Developer Guide</i>.</p>
39
+
*
40
+
* <important>
41
+
* <p>The <code>CreatePublicDnsNamespace</code> API operation is not supported in the Amazon Web Services GovCloud (US) Regions.</p>
42
+
* </important>
37
43
* @example
38
44
* Use a bare-bones client and the command you need to make an API call.
39
45
* ```javascript
@@ -57,6 +63,15 @@ export class CreatePublicDnsNamespaceCommand extends $Command<
0 commit comments