Skip to content

Commit 538eb12

Browse files
author
awstools
committed
docs(client-network-firewall): Dual-stack endpoints are now supported.
1 parent 46c59da commit 538eb12

File tree

5 files changed

+49
-49
lines changed

5 files changed

+49
-49
lines changed

clients/client-network-firewall/README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@ AWS SDK for JavaScript NetworkFirewall Client for Node.js, Browser and React Nat
88

99
<p>This is the API Reference for Network Firewall. This guide is for developers who need
1010
detailed information about the Network Firewall API actions, data types, and errors. </p>
11-
<ul>
12-
<li>
1311
<p>The REST API requires you to handle connection details, such as calculating
1412
signatures, handling request retries, and error handling. For general information
1513
about using the Amazon Web Services REST APIs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-apis.html">Amazon Web Services APIs</a>. </p>
16-
<p>To access Network Firewall using the REST API endpoint:
14+
<p>To view the complete list of Amazon Web Services Regions where Network Firewall is available, see
15+
<a href="https://docs.aws.amazon.com/general/latest/gr/network-firewall.html">Service
16+
endpoints and quotas</a> in the <i>Amazon Web Services General
17+
Reference</i>.
18+
</p>
19+
<p>To access Network Firewall using the IPv4 REST API endpoint:
1720
<code>https://network-firewall.<region>.amazonaws.com </code>
1821
</p>
19-
</li>
20-
<li>
22+
<p>To access Network Firewall using the Dualstack (IPv4 and IPv6) REST API endpoint:
23+
<code>https://network-firewall.<region>.aws.api </code>
24+
</p>
2125
<p>Alternatively, you can use one of the Amazon Web Services SDKs to access an API that's tailored to
2226
the programming language or platform that you're using. For more information, see
2327
<a href="http://aws.amazon.com/tools/#SDKs">Amazon Web Services SDKs</a>.</p>
24-
</li>
25-
<li>
2628
<p>For descriptions of Network Firewall features, including and step-by-step
2729
instructions on how to use them through the Network Firewall console, see the <a href="https://docs.aws.amazon.com/network-firewall/latest/developerguide/">Network Firewall Developer
2830
Guide</a>.</p>
29-
</li>
30-
</ul>
3131
<p>Network Firewall is a stateful, managed, network firewall and intrusion detection and
3232
prevention service for Amazon Virtual Private Cloud (Amazon VPC). With Network Firewall, you can filter traffic at the
3333
perimeter of your VPC. This includes filtering traffic going to and coming from an internet

clients/client-network-firewall/src/NetworkFirewall.ts

+13-13
Original file line numberDiff line numberDiff line change
@@ -817,26 +817,26 @@ export interface NetworkFirewall {
817817
/**
818818
* <p>This is the API Reference for Network Firewall. This guide is for developers who need
819819
* detailed information about the Network Firewall API actions, data types, and errors. </p>
820-
* <ul>
821-
* <li>
822-
* <p>The REST API requires you to handle connection details, such as calculating
820+
* <p>The REST API requires you to handle connection details, such as calculating
823821
* signatures, handling request retries, and error handling. For general information
824822
* about using the Amazon Web Services REST APIs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-apis.html">Amazon Web Services APIs</a>. </p>
825-
* <p>To access Network Firewall using the REST API endpoint:
823+
* <p>To view the complete list of Amazon Web Services Regions where Network Firewall is available, see
824+
* <a href="https://docs.aws.amazon.com/general/latest/gr/network-firewall.html">Service
825+
* endpoints and quotas</a> in the <i>Amazon Web Services General
826+
* Reference</i>.
827+
* </p>
828+
* <p>To access Network Firewall using the IPv4 REST API endpoint:
826829
* <code>https://network-firewall.<region>.amazonaws.com </code>
827-
* </p>
828-
* </li>
829-
* <li>
830-
* <p>Alternatively, you can use one of the Amazon Web Services SDKs to access an API that's tailored to
830+
* </p>
831+
* <p>To access Network Firewall using the Dualstack (IPv4 and IPv6) REST API endpoint:
832+
* <code>https://network-firewall.<region>.aws.api </code>
833+
* </p>
834+
* <p>Alternatively, you can use one of the Amazon Web Services SDKs to access an API that's tailored to
831835
* the programming language or platform that you're using. For more information, see
832836
* <a href="http://aws.amazon.com/tools/#SDKs">Amazon Web Services SDKs</a>.</p>
833-
* </li>
834-
* <li>
835-
* <p>For descriptions of Network Firewall features, including and step-by-step
837+
* <p>For descriptions of Network Firewall features, including and step-by-step
836838
* instructions on how to use them through the Network Firewall console, see the <a href="https://docs.aws.amazon.com/network-firewall/latest/developerguide/">Network Firewall Developer
837839
* Guide</a>.</p>
838-
* </li>
839-
* </ul>
840840
* <p>Network Firewall is a stateful, managed, network firewall and intrusion detection and
841841
* prevention service for Amazon Virtual Private Cloud (Amazon VPC). With Network Firewall, you can filter traffic at the
842842
* perimeter of your VPC. This includes filtering traffic going to and coming from an internet

clients/client-network-firewall/src/NetworkFirewallClient.ts

+13-13
Original file line numberDiff line numberDiff line change
@@ -444,26 +444,26 @@ export interface NetworkFirewallClientResolvedConfig extends NetworkFirewallClie
444444
/**
445445
* <p>This is the API Reference for Network Firewall. This guide is for developers who need
446446
* detailed information about the Network Firewall API actions, data types, and errors. </p>
447-
* <ul>
448-
* <li>
449-
* <p>The REST API requires you to handle connection details, such as calculating
447+
* <p>The REST API requires you to handle connection details, such as calculating
450448
* signatures, handling request retries, and error handling. For general information
451449
* about using the Amazon Web Services REST APIs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-apis.html">Amazon Web Services APIs</a>. </p>
452-
* <p>To access Network Firewall using the REST API endpoint:
450+
* <p>To view the complete list of Amazon Web Services Regions where Network Firewall is available, see
451+
* <a href="https://docs.aws.amazon.com/general/latest/gr/network-firewall.html">Service
452+
* endpoints and quotas</a> in the <i>Amazon Web Services General
453+
* Reference</i>.
454+
* </p>
455+
* <p>To access Network Firewall using the IPv4 REST API endpoint:
453456
* <code>https://network-firewall.<region>.amazonaws.com </code>
454-
* </p>
455-
* </li>
456-
* <li>
457-
* <p>Alternatively, you can use one of the Amazon Web Services SDKs to access an API that's tailored to
457+
* </p>
458+
* <p>To access Network Firewall using the Dualstack (IPv4 and IPv6) REST API endpoint:
459+
* <code>https://network-firewall.<region>.aws.api </code>
460+
* </p>
461+
* <p>Alternatively, you can use one of the Amazon Web Services SDKs to access an API that's tailored to
458462
* the programming language or platform that you're using. For more information, see
459463
* <a href="http://aws.amazon.com/tools/#SDKs">Amazon Web Services SDKs</a>.</p>
460-
* </li>
461-
* <li>
462-
* <p>For descriptions of Network Firewall features, including and step-by-step
464+
* <p>For descriptions of Network Firewall features, including and step-by-step
463465
* instructions on how to use them through the Network Firewall console, see the <a href="https://docs.aws.amazon.com/network-firewall/latest/developerguide/">Network Firewall Developer
464466
* Guide</a>.</p>
465-
* </li>
466-
* </ul>
467467
* <p>Network Firewall is a stateful, managed, network firewall and intrusion detection and
468468
* prevention service for Amazon Virtual Private Cloud (Amazon VPC). With Network Firewall, you can filter traffic at the
469469
* perimeter of your VPC. This includes filtering traffic going to and coming from an internet

clients/client-network-firewall/src/index.ts

+13-13
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@
33
/**
44
* <p>This is the API Reference for Network Firewall. This guide is for developers who need
55
* detailed information about the Network Firewall API actions, data types, and errors. </p>
6-
* <ul>
7-
* <li>
8-
* <p>The REST API requires you to handle connection details, such as calculating
6+
* <p>The REST API requires you to handle connection details, such as calculating
97
* signatures, handling request retries, and error handling. For general information
108
* about using the Amazon Web Services REST APIs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-apis.html">Amazon Web Services APIs</a>. </p>
11-
* <p>To access Network Firewall using the REST API endpoint:
9+
* <p>To view the complete list of Amazon Web Services Regions where Network Firewall is available, see
10+
* <a href="https://docs.aws.amazon.com/general/latest/gr/network-firewall.html">Service
11+
* endpoints and quotas</a> in the <i>Amazon Web Services General
12+
* Reference</i>.
13+
* </p>
14+
* <p>To access Network Firewall using the IPv4 REST API endpoint:
1215
* <code>https://network-firewall.<region>.amazonaws.com </code>
13-
* </p>
14-
* </li>
15-
* <li>
16-
* <p>Alternatively, you can use one of the Amazon Web Services SDKs to access an API that's tailored to
16+
* </p>
17+
* <p>To access Network Firewall using the Dualstack (IPv4 and IPv6) REST API endpoint:
18+
* <code>https://network-firewall.<region>.aws.api </code>
19+
* </p>
20+
* <p>Alternatively, you can use one of the Amazon Web Services SDKs to access an API that's tailored to
1721
* the programming language or platform that you're using. For more information, see
1822
* <a href="http://aws.amazon.com/tools/#SDKs">Amazon Web Services SDKs</a>.</p>
19-
* </li>
20-
* <li>
21-
* <p>For descriptions of Network Firewall features, including and step-by-step
23+
* <p>For descriptions of Network Firewall features, including and step-by-step
2224
* instructions on how to use them through the Network Firewall console, see the <a href="https://docs.aws.amazon.com/network-firewall/latest/developerguide/">Network Firewall Developer
2325
* Guide</a>.</p>
24-
* </li>
25-
* </ul>
2626
* <p>Network Firewall is a stateful, managed, network firewall and intrusion detection and
2727
* prevention service for Amazon Virtual Private Cloud (Amazon VPC). With Network Firewall, you can filter traffic at the
2828
* perimeter of your VPC. This includes filtering traffic going to and coming from an internet

0 commit comments

Comments
 (0)