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
feat(client-networkmanager): This release adds Multi Account API support for a TGW Global Network, to enable and disable AWSServiceAccess with AwsOrganizations for Network Manager service and dependency CloudFormation StackSets service.
Copy file name to clipboardExpand all lines: clients/client-networkmanager/README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,7 @@
9
9
10
10
AWS SDK for JavaScript NetworkManager Client for Node.js, Browser and React Native.
11
11
12
-
<p>Transit Gateway Network Manager (Network Manager) enables you to create a global network, in which you can monitor your
13
-
Amazon Web Services and on-premises networks that are built around transit gateways.</p>
12
+
<p>Amazon Web Services enables you to centrally manage your Amazon Web Services Cloud WAN core network and your Transit Gateway network across Amazon Web Services accounts, Regions, and on-premises locations.</p>
* <p>Transit Gateway Network Manager (Network Manager) enables you to create a global network, in which you can monitor your
348
-
* Amazon Web Services and on-premises networks that are built around transit gateways.</p>
357
+
* <p>Amazon Web Services enables you to centrally manage your Amazon Web Services Cloud WAN core network and your Transit Gateway network across Amazon Web Services accounts, Regions, and on-premises locations.</p>
@@ -421,8 +430,8 @@ export class NetworkManager extends NetworkManagerClient {
421
430
* <p>Associates a customer gateway with a device and optionally, with a link. If you
422
431
* specify a link, it must be associated with the specified device. </p>
423
432
* <p>You can only associate customer gateways that are connected to a VPN attachment on a
424
-
* transit gateway. The transit gateway must be registered in your global network. When
425
-
* you register a transit gateway, customer gateways that are connected to the transit
433
+
* transit gateway or core network registered in your global network. When you register a
434
+
* transit gateway or core network, customer gateways that are connected to the transit
426
435
* gateway are automatically included in the global network. To list customer gateways
427
436
* that are connected to a transit gateway, use the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpnConnections.html">DescribeVpnConnections</a> EC2 API and filter by
428
437
* <code>transit-gateway-id</code>.</p>
@@ -593,7 +602,7 @@ export class NetworkManager extends NetworkManagerClient {
593
602
}
594
603
595
604
/**
596
-
* <p>Creates a core network connect peer for a specified core network connect attachment between a core network and an appliance.
605
+
* <p>Creates a core network Connect peer for a specified core network connect attachment between a core network and an appliance.
597
606
* The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).</p>
598
607
*/
599
608
publiccreateConnectPeer(
@@ -772,7 +781,7 @@ export class NetworkManager extends NetworkManagerClient {
772
781
}
773
782
774
783
/**
775
-
* <p>Creates a site-to-site VPN attachment on an edge location of a core network.</p>
784
+
* <p>Creates an Amazon Web Services site-to-site VPN attachment on an edge location of a core network.</p>
776
785
*/
777
786
publiccreateSiteToSiteVpnAttachment(
778
787
args: CreateSiteToSiteVpnAttachmentCommandInput,
@@ -1027,7 +1036,7 @@ export class NetworkManager extends NetworkManagerClient {
1027
1036
1028
1037
/**
1029
1038
* <p>Deletes an existing global network. You must first delete all global network objects
1030
-
* (devices, links, and sites) and deregister all transit gateways.</p>
1039
+
* (devices, links, and sites), deregister all transit gateways, and delete any core networks.</p>
1031
1040
*/
1032
1041
publicdeleteGlobalNetwork(
1033
1042
args: DeleteGlobalNetworkCommandInput,
@@ -1503,7 +1512,7 @@ export class NetworkManager extends NetworkManagerClient {
1503
1512
}
1504
1513
1505
1514
/**
1506
-
* <p>Returns information about a core network. By default it returns the LIVE policy.</p>
1515
+
* <p>Returns information about the LIVE policy for a core network.</p>
1507
1516
*/
1508
1517
publicgetCoreNetwork(
1509
1518
args: GetCoreNetworkCommandInput,
@@ -2227,6 +2236,35 @@ export class NetworkManager extends NetworkManagerClient {
* <p>Transit Gateway Network Manager (Network Manager) enables you to create a global network, in which you can monitor your
555
-
* Amazon Web Services and on-premises networks that are built around transit gateways.</p>
566
+
* <p>Amazon Web Services enables you to centrally manage your Amazon Web Services Cloud WAN core network and your Transit Gateway network across Amazon Web Services accounts, Regions, and on-premises locations.</p>
* <p>Associates a customer gateway with a device and optionally, with a link. If you
27
27
* specify a link, it must be associated with the specified device. </p>
28
28
* <p>You can only associate customer gateways that are connected to a VPN attachment on a
29
-
* transit gateway. The transit gateway must be registered in your global network. When
30
-
* you register a transit gateway, customer gateways that are connected to the transit
29
+
* transit gateway or core network registered in your global network. When you register a
30
+
* transit gateway or core network, customer gateways that are connected to the transit
31
31
* gateway are automatically included in the global network. To list customer gateways
32
32
* that are connected to a transit gateway, use the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpnConnections.html">DescribeVpnConnections</a> EC2 API and filter by
0 commit comments