@aws-sdk/client-networkmanager 3.43.0 → 3.45.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/README.md +7 -7
- package/dist-cjs/NetworkManager.js +495 -0
- package/dist-cjs/commands/AcceptAttachmentCommand.js +36 -0
- package/dist-cjs/commands/AssociateConnectPeerCommand.js +36 -0
- package/dist-cjs/commands/CreateConnectAttachmentCommand.js +36 -0
- package/dist-cjs/commands/CreateConnectPeerCommand.js +36 -0
- package/dist-cjs/commands/CreateCoreNetworkCommand.js +36 -0
- package/dist-cjs/commands/CreateSiteToSiteVpnAttachmentCommand.js +36 -0
- package/dist-cjs/commands/CreateVpcAttachmentCommand.js +36 -0
- package/dist-cjs/commands/DeleteAttachmentCommand.js +36 -0
- package/dist-cjs/commands/DeleteConnectPeerCommand.js +36 -0
- package/dist-cjs/commands/DeleteCoreNetworkCommand.js +36 -0
- package/dist-cjs/commands/DeleteCoreNetworkPolicyVersionCommand.js +36 -0
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +36 -0
- package/dist-cjs/commands/DisassociateConnectPeerCommand.js +36 -0
- package/dist-cjs/commands/ExecuteCoreNetworkChangeSetCommand.js +36 -0
- package/dist-cjs/commands/GetConnectAttachmentCommand.js +36 -0
- package/dist-cjs/commands/GetConnectPeerAssociationsCommand.js +36 -0
- package/dist-cjs/commands/GetConnectPeerCommand.js +36 -0
- package/dist-cjs/commands/GetCoreNetworkChangeSetCommand.js +36 -0
- package/dist-cjs/commands/GetCoreNetworkCommand.js +36 -0
- package/dist-cjs/commands/GetCoreNetworkPolicyCommand.js +36 -0
- package/dist-cjs/commands/GetResourcePolicyCommand.js +36 -0
- package/dist-cjs/commands/GetSiteToSiteVpnAttachmentCommand.js +36 -0
- package/dist-cjs/commands/GetVpcAttachmentCommand.js +36 -0
- package/dist-cjs/commands/ListAttachmentsCommand.js +36 -0
- package/dist-cjs/commands/ListConnectPeersCommand.js +36 -0
- package/dist-cjs/commands/ListCoreNetworkPolicyVersionsCommand.js +36 -0
- package/dist-cjs/commands/ListCoreNetworksCommand.js +36 -0
- package/dist-cjs/commands/PutCoreNetworkPolicyCommand.js +36 -0
- package/dist-cjs/commands/PutResourcePolicyCommand.js +36 -0
- package/dist-cjs/commands/RejectAttachmentCommand.js +36 -0
- package/dist-cjs/commands/RestoreCoreNetworkPolicyVersionCommand.js +36 -0
- package/dist-cjs/commands/UpdateCoreNetworkCommand.js +36 -0
- package/dist-cjs/commands/UpdateVpcAttachmentCommand.js +36 -0
- package/dist-cjs/commands/index.js +33 -0
- package/dist-cjs/endpoints.js +1 -0
- package/dist-cjs/models/models_0.js +654 -40
- package/dist-cjs/pagination/GetConnectPeerAssociationsPaginator.js +35 -0
- package/dist-cjs/pagination/GetCoreNetworkChangeSetPaginator.js +35 -0
- package/dist-cjs/pagination/ListAttachmentsPaginator.js +35 -0
- package/dist-cjs/pagination/ListConnectPeersPaginator.js +35 -0
- package/dist-cjs/pagination/ListCoreNetworkPolicyVersionsPaginator.js +35 -0
- package/dist-cjs/pagination/ListCoreNetworksPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +7 -1
- package/dist-cjs/protocols/Aws_restJson1.js +4808 -541
- package/dist-es/NetworkManager.js +495 -0
- package/dist-es/commands/AcceptAttachmentCommand.js +39 -0
- package/dist-es/commands/AssociateConnectPeerCommand.js +39 -0
- package/dist-es/commands/CreateConnectAttachmentCommand.js +39 -0
- package/dist-es/commands/CreateConnectPeerCommand.js +39 -0
- package/dist-es/commands/CreateCoreNetworkCommand.js +39 -0
- package/dist-es/commands/CreateSiteToSiteVpnAttachmentCommand.js +39 -0
- package/dist-es/commands/CreateVpcAttachmentCommand.js +39 -0
- package/dist-es/commands/DeleteAttachmentCommand.js +39 -0
- package/dist-es/commands/DeleteConnectPeerCommand.js +39 -0
- package/dist-es/commands/DeleteCoreNetworkCommand.js +39 -0
- package/dist-es/commands/DeleteCoreNetworkPolicyVersionCommand.js +39 -0
- package/dist-es/commands/DeleteResourcePolicyCommand.js +39 -0
- package/dist-es/commands/DisassociateConnectPeerCommand.js +39 -0
- package/dist-es/commands/ExecuteCoreNetworkChangeSetCommand.js +39 -0
- package/dist-es/commands/GetConnectAttachmentCommand.js +39 -0
- package/dist-es/commands/GetConnectPeerAssociationsCommand.js +39 -0
- package/dist-es/commands/GetConnectPeerCommand.js +39 -0
- package/dist-es/commands/GetCoreNetworkChangeSetCommand.js +39 -0
- package/dist-es/commands/GetCoreNetworkCommand.js +39 -0
- package/dist-es/commands/GetCoreNetworkPolicyCommand.js +39 -0
- package/dist-es/commands/GetResourcePolicyCommand.js +39 -0
- package/dist-es/commands/GetSiteToSiteVpnAttachmentCommand.js +39 -0
- package/dist-es/commands/GetVpcAttachmentCommand.js +39 -0
- package/dist-es/commands/ListAttachmentsCommand.js +39 -0
- package/dist-es/commands/ListConnectPeersCommand.js +39 -0
- package/dist-es/commands/ListCoreNetworkPolicyVersionsCommand.js +39 -0
- package/dist-es/commands/ListCoreNetworksCommand.js +39 -0
- package/dist-es/commands/PutCoreNetworkPolicyCommand.js +39 -0
- package/dist-es/commands/PutResourcePolicyCommand.js +39 -0
- package/dist-es/commands/RejectAttachmentCommand.js +39 -0
- package/dist-es/commands/RestoreCoreNetworkPolicyVersionCommand.js +39 -0
- package/dist-es/commands/UpdateCoreNetworkCommand.js +39 -0
- package/dist-es/commands/UpdateVpcAttachmentCommand.js +39 -0
- package/dist-es/commands/index.js +33 -0
- package/dist-es/endpoints.js +1 -0
- package/dist-es/models/models_0.js +459 -27
- package/dist-es/pagination/GetConnectPeerAssociationsPaginator.js +74 -0
- package/dist-es/pagination/GetCoreNetworkChangeSetPaginator.js +74 -0
- package/dist-es/pagination/ListAttachmentsPaginator.js +74 -0
- package/dist-es/pagination/ListConnectPeersPaginator.js +74 -0
- package/dist-es/pagination/ListCoreNetworkPolicyVersionsPaginator.js +74 -0
- package/dist-es/pagination/ListCoreNetworksPaginator.js +74 -0
- package/dist-es/pagination/index.js +7 -1
- package/dist-es/protocols/Aws_restJson1.js +6500 -1703
- package/dist-types/NetworkManager.d.ts +240 -0
- package/dist-types/NetworkManagerClient.d.ts +35 -2
- package/dist-types/commands/AcceptAttachmentCommand.d.ts +37 -0
- package/dist-types/commands/AssociateConnectPeerCommand.d.ts +38 -0
- package/dist-types/commands/CreateConnectAttachmentCommand.d.ts +38 -0
- package/dist-types/commands/CreateConnectPeerCommand.d.ts +36 -0
- package/dist-types/commands/CreateCoreNetworkCommand.d.ts +35 -0
- package/dist-types/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/CreateVpcAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/DeleteAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/DeleteConnectPeerCommand.d.ts +35 -0
- package/dist-types/commands/DeleteCoreNetworkCommand.d.ts +35 -0
- package/dist-types/commands/DeleteCoreNetworkPolicyVersionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateConnectPeerCommand.d.ts +35 -0
- package/dist-types/commands/ExecuteCoreNetworkChangeSetCommand.d.ts +35 -0
- package/dist-types/commands/GetConnectAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/GetConnectPeerAssociationsCommand.d.ts +35 -0
- package/dist-types/commands/GetConnectPeerCommand.d.ts +35 -0
- package/dist-types/commands/GetCoreNetworkChangeSetCommand.d.ts +35 -0
- package/dist-types/commands/GetCoreNetworkCommand.d.ts +35 -0
- package/dist-types/commands/GetCoreNetworkPolicyCommand.d.ts +35 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +35 -0
- package/dist-types/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/GetVpcAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/ListAttachmentsCommand.d.ts +35 -0
- package/dist-types/commands/ListConnectPeersCommand.d.ts +35 -0
- package/dist-types/commands/ListCoreNetworkPolicyVersionsCommand.d.ts +35 -0
- package/dist-types/commands/ListCoreNetworksCommand.d.ts +35 -0
- package/dist-types/commands/PutCoreNetworkPolicyCommand.d.ts +35 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +35 -0
- package/dist-types/commands/RejectAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/RestoreCoreNetworkPolicyVersionCommand.d.ts +35 -0
- package/dist-types/commands/UpdateCoreNetworkCommand.d.ts +35 -0
- package/dist-types/commands/UpdateVpcAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +33 -0
- package/dist-types/models/models_0.d.ts +2086 -229
- package/dist-types/pagination/GetConnectPeerAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetCoreNetworkChangeSetPaginator.d.ts +4 -0
- package/dist-types/pagination/ListAttachmentsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListConnectPeersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCoreNetworkPolicyVersionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCoreNetworksPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +7 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
- package/dist-types/ts3.4/NetworkManager.d.ts +165 -0
- package/dist-types/ts3.4/NetworkManagerClient.d.ts +35 -2
- package/dist-types/ts3.4/commands/AcceptAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateConnectPeerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateConnectAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateConnectPeerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCoreNetworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVpcAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteConnectPeerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCoreNetworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCoreNetworkPolicyVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateConnectPeerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExecuteCoreNetworkChangeSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetConnectAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetConnectPeerAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetConnectPeerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCoreNetworkChangeSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCoreNetworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCoreNetworkPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetVpcAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAttachmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListConnectPeersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCoreNetworkPolicyVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCoreNetworksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutCoreNetworkPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreCoreNetworkPolicyVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateCoreNetworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateVpcAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +33 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1200 -71
- package/dist-types/ts3.4/pagination/GetConnectPeerAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetCoreNetworkChangeSetPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAttachmentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListConnectPeersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCoreNetworkPolicyVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCoreNetworksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +7 -1
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +99 -0
- package/package.json +8 -6
|
@@ -1,23 +1,43 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { AcceptAttachmentCommandInput, AcceptAttachmentCommandOutput } from "./commands/AcceptAttachmentCommand";
|
|
3
|
+
import { AssociateConnectPeerCommandInput, AssociateConnectPeerCommandOutput } from "./commands/AssociateConnectPeerCommand";
|
|
2
4
|
import { AssociateCustomerGatewayCommandInput, AssociateCustomerGatewayCommandOutput } from "./commands/AssociateCustomerGatewayCommand";
|
|
3
5
|
import { AssociateLinkCommandInput, AssociateLinkCommandOutput } from "./commands/AssociateLinkCommand";
|
|
4
6
|
import { AssociateTransitGatewayConnectPeerCommandInput, AssociateTransitGatewayConnectPeerCommandOutput } from "./commands/AssociateTransitGatewayConnectPeerCommand";
|
|
7
|
+
import { CreateConnectAttachmentCommandInput, CreateConnectAttachmentCommandOutput } from "./commands/CreateConnectAttachmentCommand";
|
|
5
8
|
import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
|
|
9
|
+
import { CreateConnectPeerCommandInput, CreateConnectPeerCommandOutput } from "./commands/CreateConnectPeerCommand";
|
|
10
|
+
import { CreateCoreNetworkCommandInput, CreateCoreNetworkCommandOutput } from "./commands/CreateCoreNetworkCommand";
|
|
6
11
|
import { CreateDeviceCommandInput, CreateDeviceCommandOutput } from "./commands/CreateDeviceCommand";
|
|
7
12
|
import { CreateGlobalNetworkCommandInput, CreateGlobalNetworkCommandOutput } from "./commands/CreateGlobalNetworkCommand";
|
|
8
13
|
import { CreateLinkCommandInput, CreateLinkCommandOutput } from "./commands/CreateLinkCommand";
|
|
9
14
|
import { CreateSiteCommandInput, CreateSiteCommandOutput } from "./commands/CreateSiteCommand";
|
|
15
|
+
import { CreateSiteToSiteVpnAttachmentCommandInput, CreateSiteToSiteVpnAttachmentCommandOutput } from "./commands/CreateSiteToSiteVpnAttachmentCommand";
|
|
16
|
+
import { CreateVpcAttachmentCommandInput, CreateVpcAttachmentCommandOutput } from "./commands/CreateVpcAttachmentCommand";
|
|
17
|
+
import { DeleteAttachmentCommandInput, DeleteAttachmentCommandOutput } from "./commands/DeleteAttachmentCommand";
|
|
10
18
|
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
19
|
+
import { DeleteConnectPeerCommandInput, DeleteConnectPeerCommandOutput } from "./commands/DeleteConnectPeerCommand";
|
|
20
|
+
import { DeleteCoreNetworkCommandInput, DeleteCoreNetworkCommandOutput } from "./commands/DeleteCoreNetworkCommand";
|
|
21
|
+
import { DeleteCoreNetworkPolicyVersionCommandInput, DeleteCoreNetworkPolicyVersionCommandOutput } from "./commands/DeleteCoreNetworkPolicyVersionCommand";
|
|
11
22
|
import { DeleteDeviceCommandInput, DeleteDeviceCommandOutput } from "./commands/DeleteDeviceCommand";
|
|
12
23
|
import { DeleteGlobalNetworkCommandInput, DeleteGlobalNetworkCommandOutput } from "./commands/DeleteGlobalNetworkCommand";
|
|
13
24
|
import { DeleteLinkCommandInput, DeleteLinkCommandOutput } from "./commands/DeleteLinkCommand";
|
|
25
|
+
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
14
26
|
import { DeleteSiteCommandInput, DeleteSiteCommandOutput } from "./commands/DeleteSiteCommand";
|
|
15
27
|
import { DeregisterTransitGatewayCommandInput, DeregisterTransitGatewayCommandOutput } from "./commands/DeregisterTransitGatewayCommand";
|
|
16
28
|
import { DescribeGlobalNetworksCommandInput, DescribeGlobalNetworksCommandOutput } from "./commands/DescribeGlobalNetworksCommand";
|
|
29
|
+
import { DisassociateConnectPeerCommandInput, DisassociateConnectPeerCommandOutput } from "./commands/DisassociateConnectPeerCommand";
|
|
17
30
|
import { DisassociateCustomerGatewayCommandInput, DisassociateCustomerGatewayCommandOutput } from "./commands/DisassociateCustomerGatewayCommand";
|
|
18
31
|
import { DisassociateLinkCommandInput, DisassociateLinkCommandOutput } from "./commands/DisassociateLinkCommand";
|
|
19
32
|
import { DisassociateTransitGatewayConnectPeerCommandInput, DisassociateTransitGatewayConnectPeerCommandOutput } from "./commands/DisassociateTransitGatewayConnectPeerCommand";
|
|
33
|
+
import { ExecuteCoreNetworkChangeSetCommandInput, ExecuteCoreNetworkChangeSetCommandOutput } from "./commands/ExecuteCoreNetworkChangeSetCommand";
|
|
34
|
+
import { GetConnectAttachmentCommandInput, GetConnectAttachmentCommandOutput } from "./commands/GetConnectAttachmentCommand";
|
|
20
35
|
import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "./commands/GetConnectionsCommand";
|
|
36
|
+
import { GetConnectPeerAssociationsCommandInput, GetConnectPeerAssociationsCommandOutput } from "./commands/GetConnectPeerAssociationsCommand";
|
|
37
|
+
import { GetConnectPeerCommandInput, GetConnectPeerCommandOutput } from "./commands/GetConnectPeerCommand";
|
|
38
|
+
import { GetCoreNetworkChangeSetCommandInput, GetCoreNetworkChangeSetCommandOutput } from "./commands/GetCoreNetworkChangeSetCommand";
|
|
39
|
+
import { GetCoreNetworkCommandInput, GetCoreNetworkCommandOutput } from "./commands/GetCoreNetworkCommand";
|
|
40
|
+
import { GetCoreNetworkPolicyCommandInput, GetCoreNetworkPolicyCommandOutput } from "./commands/GetCoreNetworkPolicyCommand";
|
|
21
41
|
import { GetCustomerGatewayAssociationsCommandInput, GetCustomerGatewayAssociationsCommandOutput } from "./commands/GetCustomerGatewayAssociationsCommand";
|
|
22
42
|
import { GetDevicesCommandInput, GetDevicesCommandOutput } from "./commands/GetDevicesCommand";
|
|
23
43
|
import { GetLinkAssociationsCommandInput, GetLinkAssociationsCommandOutput } from "./commands/GetLinkAssociationsCommand";
|
|
@@ -27,27 +47,57 @@ import { GetNetworkResourceRelationshipsCommandInput, GetNetworkResourceRelation
|
|
|
27
47
|
import { GetNetworkResourcesCommandInput, GetNetworkResourcesCommandOutput } from "./commands/GetNetworkResourcesCommand";
|
|
28
48
|
import { GetNetworkRoutesCommandInput, GetNetworkRoutesCommandOutput } from "./commands/GetNetworkRoutesCommand";
|
|
29
49
|
import { GetNetworkTelemetryCommandInput, GetNetworkTelemetryCommandOutput } from "./commands/GetNetworkTelemetryCommand";
|
|
50
|
+
import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
30
51
|
import { GetRouteAnalysisCommandInput, GetRouteAnalysisCommandOutput } from "./commands/GetRouteAnalysisCommand";
|
|
31
52
|
import { GetSitesCommandInput, GetSitesCommandOutput } from "./commands/GetSitesCommand";
|
|
53
|
+
import { GetSiteToSiteVpnAttachmentCommandInput, GetSiteToSiteVpnAttachmentCommandOutput } from "./commands/GetSiteToSiteVpnAttachmentCommand";
|
|
32
54
|
import { GetTransitGatewayConnectPeerAssociationsCommandInput, GetTransitGatewayConnectPeerAssociationsCommandOutput } from "./commands/GetTransitGatewayConnectPeerAssociationsCommand";
|
|
33
55
|
import { GetTransitGatewayRegistrationsCommandInput, GetTransitGatewayRegistrationsCommandOutput } from "./commands/GetTransitGatewayRegistrationsCommand";
|
|
56
|
+
import { GetVpcAttachmentCommandInput, GetVpcAttachmentCommandOutput } from "./commands/GetVpcAttachmentCommand";
|
|
57
|
+
import { ListAttachmentsCommandInput, ListAttachmentsCommandOutput } from "./commands/ListAttachmentsCommand";
|
|
58
|
+
import { ListConnectPeersCommandInput, ListConnectPeersCommandOutput } from "./commands/ListConnectPeersCommand";
|
|
59
|
+
import { ListCoreNetworkPolicyVersionsCommandInput, ListCoreNetworkPolicyVersionsCommandOutput } from "./commands/ListCoreNetworkPolicyVersionsCommand";
|
|
60
|
+
import { ListCoreNetworksCommandInput, ListCoreNetworksCommandOutput } from "./commands/ListCoreNetworksCommand";
|
|
34
61
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
62
|
+
import { PutCoreNetworkPolicyCommandInput, PutCoreNetworkPolicyCommandOutput } from "./commands/PutCoreNetworkPolicyCommand";
|
|
63
|
+
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
35
64
|
import { RegisterTransitGatewayCommandInput, RegisterTransitGatewayCommandOutput } from "./commands/RegisterTransitGatewayCommand";
|
|
65
|
+
import { RejectAttachmentCommandInput, RejectAttachmentCommandOutput } from "./commands/RejectAttachmentCommand";
|
|
66
|
+
import { RestoreCoreNetworkPolicyVersionCommandInput, RestoreCoreNetworkPolicyVersionCommandOutput } from "./commands/RestoreCoreNetworkPolicyVersionCommand";
|
|
36
67
|
import { StartRouteAnalysisCommandInput, StartRouteAnalysisCommandOutput } from "./commands/StartRouteAnalysisCommand";
|
|
37
68
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
38
69
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
39
70
|
import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
|
|
71
|
+
import { UpdateCoreNetworkCommandInput, UpdateCoreNetworkCommandOutput } from "./commands/UpdateCoreNetworkCommand";
|
|
40
72
|
import { UpdateDeviceCommandInput, UpdateDeviceCommandOutput } from "./commands/UpdateDeviceCommand";
|
|
41
73
|
import { UpdateGlobalNetworkCommandInput, UpdateGlobalNetworkCommandOutput } from "./commands/UpdateGlobalNetworkCommand";
|
|
42
74
|
import { UpdateLinkCommandInput, UpdateLinkCommandOutput } from "./commands/UpdateLinkCommand";
|
|
43
75
|
import { UpdateNetworkResourceMetadataCommandInput, UpdateNetworkResourceMetadataCommandOutput } from "./commands/UpdateNetworkResourceMetadataCommand";
|
|
44
76
|
import { UpdateSiteCommandInput, UpdateSiteCommandOutput } from "./commands/UpdateSiteCommand";
|
|
77
|
+
import { UpdateVpcAttachmentCommandInput, UpdateVpcAttachmentCommandOutput } from "./commands/UpdateVpcAttachmentCommand";
|
|
45
78
|
import { NetworkManagerClient } from "./NetworkManagerClient";
|
|
46
79
|
/**
|
|
47
80
|
* <p>Transit Gateway Network Manager (Network Manager) enables you to create a global network, in which you can monitor your
|
|
48
81
|
* Amazon Web Services and on-premises networks that are built around transit gateways.</p>
|
|
49
82
|
*/
|
|
50
83
|
export declare class NetworkManager extends NetworkManagerClient {
|
|
84
|
+
/**
|
|
85
|
+
* <p>Accepts a core network attachment request. </p>
|
|
86
|
+
* <p>Once the attachment request is accepted by a core network owner, the attachment is
|
|
87
|
+
* created and connected to a core network.</p>
|
|
88
|
+
*/
|
|
89
|
+
acceptAttachment(args: AcceptAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<AcceptAttachmentCommandOutput>;
|
|
90
|
+
acceptAttachment(args: AcceptAttachmentCommandInput, cb: (err: any, data?: AcceptAttachmentCommandOutput) => void): void;
|
|
91
|
+
acceptAttachment(args: AcceptAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptAttachmentCommandOutput) => void): void;
|
|
92
|
+
/**
|
|
93
|
+
* <p>Associates a core network Connect peer with a device and optionally, with a link. </p>
|
|
94
|
+
* <p>If you specify a link, it must be associated with the specified device. You can only
|
|
95
|
+
* associate core network Connect peers that have been created on a core network Connect
|
|
96
|
+
* attachment on a core network. </p>
|
|
97
|
+
*/
|
|
98
|
+
associateConnectPeer(args: AssociateConnectPeerCommandInput, options?: __HttpHandlerOptions): Promise<AssociateConnectPeerCommandOutput>;
|
|
99
|
+
associateConnectPeer(args: AssociateConnectPeerCommandInput, cb: (err: any, data?: AssociateConnectPeerCommandOutput) => void): void;
|
|
100
|
+
associateConnectPeer(args: AssociateConnectPeerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateConnectPeerCommandOutput) => void): void;
|
|
51
101
|
/**
|
|
52
102
|
* <p>Associates a customer gateway with a device and optionally, with a link. If you
|
|
53
103
|
* specify a link, it must be associated with the specified device. </p>
|
|
@@ -78,12 +128,34 @@ export declare class NetworkManager extends NetworkManagerClient {
|
|
|
78
128
|
associateTransitGatewayConnectPeer(args: AssociateTransitGatewayConnectPeerCommandInput, options?: __HttpHandlerOptions): Promise<AssociateTransitGatewayConnectPeerCommandOutput>;
|
|
79
129
|
associateTransitGatewayConnectPeer(args: AssociateTransitGatewayConnectPeerCommandInput, cb: (err: any, data?: AssociateTransitGatewayConnectPeerCommandOutput) => void): void;
|
|
80
130
|
associateTransitGatewayConnectPeer(args: AssociateTransitGatewayConnectPeerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateTransitGatewayConnectPeerCommandOutput) => void): void;
|
|
131
|
+
/**
|
|
132
|
+
* <p>Creates a core network Connect attachment from a specified core network attachment. </p>
|
|
133
|
+
* <p>A core network Connect attachment is a GRE-based tunnel attachment that you can use to
|
|
134
|
+
* establish a connection between a core network and an appliance. A core network Connect
|
|
135
|
+
* attachment uses an existing VPC attachment as the underlying transport mechanism.</p>
|
|
136
|
+
*/
|
|
137
|
+
createConnectAttachment(args: CreateConnectAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectAttachmentCommandOutput>;
|
|
138
|
+
createConnectAttachment(args: CreateConnectAttachmentCommandInput, cb: (err: any, data?: CreateConnectAttachmentCommandOutput) => void): void;
|
|
139
|
+
createConnectAttachment(args: CreateConnectAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectAttachmentCommandOutput) => void): void;
|
|
81
140
|
/**
|
|
82
141
|
* <p>Creates a connection between two devices. The devices can be a physical or virtual appliance that connects to a third-party appliance in a VPC, or a physical appliance that connects to another physical appliance in an on-premises network.</p>
|
|
83
142
|
*/
|
|
84
143
|
createConnection(args: CreateConnectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectionCommandOutput>;
|
|
85
144
|
createConnection(args: CreateConnectionCommandInput, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
|
|
86
145
|
createConnection(args: CreateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
|
|
146
|
+
/**
|
|
147
|
+
* <p>Creates a core network connect peer for a specified core network connect attachment between a core network and an appliance.
|
|
148
|
+
* The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).</p>
|
|
149
|
+
*/
|
|
150
|
+
createConnectPeer(args: CreateConnectPeerCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectPeerCommandOutput>;
|
|
151
|
+
createConnectPeer(args: CreateConnectPeerCommandInput, cb: (err: any, data?: CreateConnectPeerCommandOutput) => void): void;
|
|
152
|
+
createConnectPeer(args: CreateConnectPeerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectPeerCommandOutput) => void): void;
|
|
153
|
+
/**
|
|
154
|
+
* <p>Creates a core network as part of your global network, and optionally, with a core network policy.</p>
|
|
155
|
+
*/
|
|
156
|
+
createCoreNetwork(args: CreateCoreNetworkCommandInput, options?: __HttpHandlerOptions): Promise<CreateCoreNetworkCommandOutput>;
|
|
157
|
+
createCoreNetwork(args: CreateCoreNetworkCommandInput, cb: (err: any, data?: CreateCoreNetworkCommandOutput) => void): void;
|
|
158
|
+
createCoreNetwork(args: CreateCoreNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCoreNetworkCommandOutput) => void): void;
|
|
87
159
|
/**
|
|
88
160
|
* <p>Creates a new device in a global network. If you specify both a site ID and a
|
|
89
161
|
* location, the location of the site is used for visualization in the Network Manager console.</p>
|
|
@@ -109,12 +181,48 @@ export declare class NetworkManager extends NetworkManagerClient {
|
|
|
109
181
|
createSite(args: CreateSiteCommandInput, options?: __HttpHandlerOptions): Promise<CreateSiteCommandOutput>;
|
|
110
182
|
createSite(args: CreateSiteCommandInput, cb: (err: any, data?: CreateSiteCommandOutput) => void): void;
|
|
111
183
|
createSite(args: CreateSiteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSiteCommandOutput) => void): void;
|
|
184
|
+
/**
|
|
185
|
+
* <p>Creates a site-to-site VPN attachment on an edge location of a core network.</p>
|
|
186
|
+
*/
|
|
187
|
+
createSiteToSiteVpnAttachment(args: CreateSiteToSiteVpnAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateSiteToSiteVpnAttachmentCommandOutput>;
|
|
188
|
+
createSiteToSiteVpnAttachment(args: CreateSiteToSiteVpnAttachmentCommandInput, cb: (err: any, data?: CreateSiteToSiteVpnAttachmentCommandOutput) => void): void;
|
|
189
|
+
createSiteToSiteVpnAttachment(args: CreateSiteToSiteVpnAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSiteToSiteVpnAttachmentCommandOutput) => void): void;
|
|
190
|
+
/**
|
|
191
|
+
* <p>Creates a VPC attachment on an edge location of a core network.</p>
|
|
192
|
+
*/
|
|
193
|
+
createVpcAttachment(args: CreateVpcAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateVpcAttachmentCommandOutput>;
|
|
194
|
+
createVpcAttachment(args: CreateVpcAttachmentCommandInput, cb: (err: any, data?: CreateVpcAttachmentCommandOutput) => void): void;
|
|
195
|
+
createVpcAttachment(args: CreateVpcAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVpcAttachmentCommandOutput) => void): void;
|
|
196
|
+
/**
|
|
197
|
+
* <p>Deletes an attachment. Supports all attachment types.</p>
|
|
198
|
+
*/
|
|
199
|
+
deleteAttachment(args: DeleteAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAttachmentCommandOutput>;
|
|
200
|
+
deleteAttachment(args: DeleteAttachmentCommandInput, cb: (err: any, data?: DeleteAttachmentCommandOutput) => void): void;
|
|
201
|
+
deleteAttachment(args: DeleteAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAttachmentCommandOutput) => void): void;
|
|
112
202
|
/**
|
|
113
203
|
* <p>Deletes the specified connection in your global network.</p>
|
|
114
204
|
*/
|
|
115
205
|
deleteConnection(args: DeleteConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectionCommandOutput>;
|
|
116
206
|
deleteConnection(args: DeleteConnectionCommandInput, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
|
|
117
207
|
deleteConnection(args: DeleteConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
|
|
208
|
+
/**
|
|
209
|
+
* <p>Deletes a Connect peer.</p>
|
|
210
|
+
*/
|
|
211
|
+
deleteConnectPeer(args: DeleteConnectPeerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectPeerCommandOutput>;
|
|
212
|
+
deleteConnectPeer(args: DeleteConnectPeerCommandInput, cb: (err: any, data?: DeleteConnectPeerCommandOutput) => void): void;
|
|
213
|
+
deleteConnectPeer(args: DeleteConnectPeerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectPeerCommandOutput) => void): void;
|
|
214
|
+
/**
|
|
215
|
+
* <p>Deletes a core network along with all core network policies. This can only be done if there are no attachments on a core network.</p>
|
|
216
|
+
*/
|
|
217
|
+
deleteCoreNetwork(args: DeleteCoreNetworkCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCoreNetworkCommandOutput>;
|
|
218
|
+
deleteCoreNetwork(args: DeleteCoreNetworkCommandInput, cb: (err: any, data?: DeleteCoreNetworkCommandOutput) => void): void;
|
|
219
|
+
deleteCoreNetwork(args: DeleteCoreNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCoreNetworkCommandOutput) => void): void;
|
|
220
|
+
/**
|
|
221
|
+
* <p>Deletes a policy version from a core network. You can't delete the current LIVE policy.</p>
|
|
222
|
+
*/
|
|
223
|
+
deleteCoreNetworkPolicyVersion(args: DeleteCoreNetworkPolicyVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCoreNetworkPolicyVersionCommandOutput>;
|
|
224
|
+
deleteCoreNetworkPolicyVersion(args: DeleteCoreNetworkPolicyVersionCommandInput, cb: (err: any, data?: DeleteCoreNetworkPolicyVersionCommandOutput) => void): void;
|
|
225
|
+
deleteCoreNetworkPolicyVersion(args: DeleteCoreNetworkPolicyVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCoreNetworkPolicyVersionCommandOutput) => void): void;
|
|
118
226
|
/**
|
|
119
227
|
* <p>Deletes an existing device. You must first disassociate the device from any links and
|
|
120
228
|
* customer gateways.</p>
|
|
@@ -136,6 +244,12 @@ export declare class NetworkManager extends NetworkManagerClient {
|
|
|
136
244
|
deleteLink(args: DeleteLinkCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLinkCommandOutput>;
|
|
137
245
|
deleteLink(args: DeleteLinkCommandInput, cb: (err: any, data?: DeleteLinkCommandOutput) => void): void;
|
|
138
246
|
deleteLink(args: DeleteLinkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLinkCommandOutput) => void): void;
|
|
247
|
+
/**
|
|
248
|
+
* <p>Deletes a resource policy for the specified resource. This revokes the access of the principals specified in the resource policy.</p>
|
|
249
|
+
*/
|
|
250
|
+
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcePolicyCommandOutput>;
|
|
251
|
+
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
|
|
252
|
+
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
|
|
139
253
|
/**
|
|
140
254
|
* <p>Deletes an existing site. The site cannot be associated with any device or link.</p>
|
|
141
255
|
*/
|
|
@@ -158,6 +272,12 @@ export declare class NetworkManager extends NetworkManagerClient {
|
|
|
158
272
|
describeGlobalNetworks(args: DescribeGlobalNetworksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGlobalNetworksCommandOutput>;
|
|
159
273
|
describeGlobalNetworks(args: DescribeGlobalNetworksCommandInput, cb: (err: any, data?: DescribeGlobalNetworksCommandOutput) => void): void;
|
|
160
274
|
describeGlobalNetworks(args: DescribeGlobalNetworksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGlobalNetworksCommandOutput) => void): void;
|
|
275
|
+
/**
|
|
276
|
+
* <p>Disassociates a core network Connect peer from a device and a link. </p>
|
|
277
|
+
*/
|
|
278
|
+
disassociateConnectPeer(args: DisassociateConnectPeerCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateConnectPeerCommandOutput>;
|
|
279
|
+
disassociateConnectPeer(args: DisassociateConnectPeerCommandInput, cb: (err: any, data?: DisassociateConnectPeerCommandOutput) => void): void;
|
|
280
|
+
disassociateConnectPeer(args: DisassociateConnectPeerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateConnectPeerCommandOutput) => void): void;
|
|
161
281
|
/**
|
|
162
282
|
* <p>Disassociates a customer gateway from a device and a link.</p>
|
|
163
283
|
*/
|
|
@@ -177,12 +297,54 @@ export declare class NetworkManager extends NetworkManagerClient {
|
|
|
177
297
|
disassociateTransitGatewayConnectPeer(args: DisassociateTransitGatewayConnectPeerCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateTransitGatewayConnectPeerCommandOutput>;
|
|
178
298
|
disassociateTransitGatewayConnectPeer(args: DisassociateTransitGatewayConnectPeerCommandInput, cb: (err: any, data?: DisassociateTransitGatewayConnectPeerCommandOutput) => void): void;
|
|
179
299
|
disassociateTransitGatewayConnectPeer(args: DisassociateTransitGatewayConnectPeerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateTransitGatewayConnectPeerCommandOutput) => void): void;
|
|
300
|
+
/**
|
|
301
|
+
* <p>Executes a change set on your core network. Deploys changes globally based on the policy submitted..</p>
|
|
302
|
+
*/
|
|
303
|
+
executeCoreNetworkChangeSet(args: ExecuteCoreNetworkChangeSetCommandInput, options?: __HttpHandlerOptions): Promise<ExecuteCoreNetworkChangeSetCommandOutput>;
|
|
304
|
+
executeCoreNetworkChangeSet(args: ExecuteCoreNetworkChangeSetCommandInput, cb: (err: any, data?: ExecuteCoreNetworkChangeSetCommandOutput) => void): void;
|
|
305
|
+
executeCoreNetworkChangeSet(args: ExecuteCoreNetworkChangeSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExecuteCoreNetworkChangeSetCommandOutput) => void): void;
|
|
306
|
+
/**
|
|
307
|
+
* <p>Returns information about a core network Connect attachment.</p>
|
|
308
|
+
*/
|
|
309
|
+
getConnectAttachment(args: GetConnectAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<GetConnectAttachmentCommandOutput>;
|
|
310
|
+
getConnectAttachment(args: GetConnectAttachmentCommandInput, cb: (err: any, data?: GetConnectAttachmentCommandOutput) => void): void;
|
|
311
|
+
getConnectAttachment(args: GetConnectAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectAttachmentCommandOutput) => void): void;
|
|
180
312
|
/**
|
|
181
313
|
* <p>Gets information about one or more of your connections in a global network.</p>
|
|
182
314
|
*/
|
|
183
315
|
getConnections(args: GetConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<GetConnectionsCommandOutput>;
|
|
184
316
|
getConnections(args: GetConnectionsCommandInput, cb: (err: any, data?: GetConnectionsCommandOutput) => void): void;
|
|
185
317
|
getConnections(args: GetConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectionsCommandOutput) => void): void;
|
|
318
|
+
/**
|
|
319
|
+
* <p>Returns information about a core network Connect peer.</p>
|
|
320
|
+
*/
|
|
321
|
+
getConnectPeer(args: GetConnectPeerCommandInput, options?: __HttpHandlerOptions): Promise<GetConnectPeerCommandOutput>;
|
|
322
|
+
getConnectPeer(args: GetConnectPeerCommandInput, cb: (err: any, data?: GetConnectPeerCommandOutput) => void): void;
|
|
323
|
+
getConnectPeer(args: GetConnectPeerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectPeerCommandOutput) => void): void;
|
|
324
|
+
/**
|
|
325
|
+
* <p>Returns information about a core network Connect peer associations.</p>
|
|
326
|
+
*/
|
|
327
|
+
getConnectPeerAssociations(args: GetConnectPeerAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<GetConnectPeerAssociationsCommandOutput>;
|
|
328
|
+
getConnectPeerAssociations(args: GetConnectPeerAssociationsCommandInput, cb: (err: any, data?: GetConnectPeerAssociationsCommandOutput) => void): void;
|
|
329
|
+
getConnectPeerAssociations(args: GetConnectPeerAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectPeerAssociationsCommandOutput) => void): void;
|
|
330
|
+
/**
|
|
331
|
+
* <p>Returns information about a core network. By default it returns the LIVE policy.</p>
|
|
332
|
+
*/
|
|
333
|
+
getCoreNetwork(args: GetCoreNetworkCommandInput, options?: __HttpHandlerOptions): Promise<GetCoreNetworkCommandOutput>;
|
|
334
|
+
getCoreNetwork(args: GetCoreNetworkCommandInput, cb: (err: any, data?: GetCoreNetworkCommandOutput) => void): void;
|
|
335
|
+
getCoreNetwork(args: GetCoreNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCoreNetworkCommandOutput) => void): void;
|
|
336
|
+
/**
|
|
337
|
+
* <p>Returns a change set between the LIVE core network policy and a submitted policy.</p>
|
|
338
|
+
*/
|
|
339
|
+
getCoreNetworkChangeSet(args: GetCoreNetworkChangeSetCommandInput, options?: __HttpHandlerOptions): Promise<GetCoreNetworkChangeSetCommandOutput>;
|
|
340
|
+
getCoreNetworkChangeSet(args: GetCoreNetworkChangeSetCommandInput, cb: (err: any, data?: GetCoreNetworkChangeSetCommandOutput) => void): void;
|
|
341
|
+
getCoreNetworkChangeSet(args: GetCoreNetworkChangeSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCoreNetworkChangeSetCommandOutput) => void): void;
|
|
342
|
+
/**
|
|
343
|
+
* <p>Gets details about a core network policy. You can get details about your current live policy or any previous policy version.</p>
|
|
344
|
+
*/
|
|
345
|
+
getCoreNetworkPolicy(args: GetCoreNetworkPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetCoreNetworkPolicyCommandOutput>;
|
|
346
|
+
getCoreNetworkPolicy(args: GetCoreNetworkPolicyCommandInput, cb: (err: any, data?: GetCoreNetworkPolicyCommandOutput) => void): void;
|
|
347
|
+
getCoreNetworkPolicy(args: GetCoreNetworkPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCoreNetworkPolicyCommandOutput) => void): void;
|
|
186
348
|
/**
|
|
187
349
|
* <p>Gets the association information for customer gateways that are associated with
|
|
188
350
|
* devices and links in your global network.</p>
|
|
@@ -241,6 +403,12 @@ export declare class NetworkManager extends NetworkManagerClient {
|
|
|
241
403
|
getNetworkTelemetry(args: GetNetworkTelemetryCommandInput, options?: __HttpHandlerOptions): Promise<GetNetworkTelemetryCommandOutput>;
|
|
242
404
|
getNetworkTelemetry(args: GetNetworkTelemetryCommandInput, cb: (err: any, data?: GetNetworkTelemetryCommandOutput) => void): void;
|
|
243
405
|
getNetworkTelemetry(args: GetNetworkTelemetryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNetworkTelemetryCommandOutput) => void): void;
|
|
406
|
+
/**
|
|
407
|
+
* <p>Returns information about a resource policy.</p>
|
|
408
|
+
*/
|
|
409
|
+
getResourcePolicy(args: GetResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetResourcePolicyCommandOutput>;
|
|
410
|
+
getResourcePolicy(args: GetResourcePolicyCommandInput, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
|
|
411
|
+
getResourcePolicy(args: GetResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
|
|
244
412
|
/**
|
|
245
413
|
* <p>Gets information about the specified route analysis.</p>
|
|
246
414
|
*/
|
|
@@ -253,6 +421,12 @@ export declare class NetworkManager extends NetworkManagerClient {
|
|
|
253
421
|
getSites(args: GetSitesCommandInput, options?: __HttpHandlerOptions): Promise<GetSitesCommandOutput>;
|
|
254
422
|
getSites(args: GetSitesCommandInput, cb: (err: any, data?: GetSitesCommandOutput) => void): void;
|
|
255
423
|
getSites(args: GetSitesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSitesCommandOutput) => void): void;
|
|
424
|
+
/**
|
|
425
|
+
* <p>Returns information about a site-to-site VPN attachment.</p>
|
|
426
|
+
*/
|
|
427
|
+
getSiteToSiteVpnAttachment(args: GetSiteToSiteVpnAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<GetSiteToSiteVpnAttachmentCommandOutput>;
|
|
428
|
+
getSiteToSiteVpnAttachment(args: GetSiteToSiteVpnAttachmentCommandInput, cb: (err: any, data?: GetSiteToSiteVpnAttachmentCommandOutput) => void): void;
|
|
429
|
+
getSiteToSiteVpnAttachment(args: GetSiteToSiteVpnAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSiteToSiteVpnAttachmentCommandOutput) => void): void;
|
|
256
430
|
/**
|
|
257
431
|
* <p>Gets information about one or more of your transit gateway Connect peer associations in a global network.</p>
|
|
258
432
|
*/
|
|
@@ -266,12 +440,54 @@ export declare class NetworkManager extends NetworkManagerClient {
|
|
|
266
440
|
getTransitGatewayRegistrations(args: GetTransitGatewayRegistrationsCommandInput, options?: __HttpHandlerOptions): Promise<GetTransitGatewayRegistrationsCommandOutput>;
|
|
267
441
|
getTransitGatewayRegistrations(args: GetTransitGatewayRegistrationsCommandInput, cb: (err: any, data?: GetTransitGatewayRegistrationsCommandOutput) => void): void;
|
|
268
442
|
getTransitGatewayRegistrations(args: GetTransitGatewayRegistrationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTransitGatewayRegistrationsCommandOutput) => void): void;
|
|
443
|
+
/**
|
|
444
|
+
* <p>Returns information about a VPC attachment.</p>
|
|
445
|
+
*/
|
|
446
|
+
getVpcAttachment(args: GetVpcAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<GetVpcAttachmentCommandOutput>;
|
|
447
|
+
getVpcAttachment(args: GetVpcAttachmentCommandInput, cb: (err: any, data?: GetVpcAttachmentCommandOutput) => void): void;
|
|
448
|
+
getVpcAttachment(args: GetVpcAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVpcAttachmentCommandOutput) => void): void;
|
|
449
|
+
/**
|
|
450
|
+
* <p>Returns a list of core network attachments.</p>
|
|
451
|
+
*/
|
|
452
|
+
listAttachments(args: ListAttachmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListAttachmentsCommandOutput>;
|
|
453
|
+
listAttachments(args: ListAttachmentsCommandInput, cb: (err: any, data?: ListAttachmentsCommandOutput) => void): void;
|
|
454
|
+
listAttachments(args: ListAttachmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAttachmentsCommandOutput) => void): void;
|
|
455
|
+
/**
|
|
456
|
+
* <p>Returns a list of core network Connect peers.</p>
|
|
457
|
+
*/
|
|
458
|
+
listConnectPeers(args: ListConnectPeersCommandInput, options?: __HttpHandlerOptions): Promise<ListConnectPeersCommandOutput>;
|
|
459
|
+
listConnectPeers(args: ListConnectPeersCommandInput, cb: (err: any, data?: ListConnectPeersCommandOutput) => void): void;
|
|
460
|
+
listConnectPeers(args: ListConnectPeersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConnectPeersCommandOutput) => void): void;
|
|
461
|
+
/**
|
|
462
|
+
* <p>Returns a list of core network policy versions.</p>
|
|
463
|
+
*/
|
|
464
|
+
listCoreNetworkPolicyVersions(args: ListCoreNetworkPolicyVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListCoreNetworkPolicyVersionsCommandOutput>;
|
|
465
|
+
listCoreNetworkPolicyVersions(args: ListCoreNetworkPolicyVersionsCommandInput, cb: (err: any, data?: ListCoreNetworkPolicyVersionsCommandOutput) => void): void;
|
|
466
|
+
listCoreNetworkPolicyVersions(args: ListCoreNetworkPolicyVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCoreNetworkPolicyVersionsCommandOutput) => void): void;
|
|
467
|
+
/**
|
|
468
|
+
* <p>Returns a list of owned and shared core networks.</p>
|
|
469
|
+
*/
|
|
470
|
+
listCoreNetworks(args: ListCoreNetworksCommandInput, options?: __HttpHandlerOptions): Promise<ListCoreNetworksCommandOutput>;
|
|
471
|
+
listCoreNetworks(args: ListCoreNetworksCommandInput, cb: (err: any, data?: ListCoreNetworksCommandOutput) => void): void;
|
|
472
|
+
listCoreNetworks(args: ListCoreNetworksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCoreNetworksCommandOutput) => void): void;
|
|
269
473
|
/**
|
|
270
474
|
* <p>Lists the tags for a specified resource.</p>
|
|
271
475
|
*/
|
|
272
476
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
273
477
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
274
478
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
479
|
+
/**
|
|
480
|
+
* <p>Creates a new, immutable version of a core network policy. A subsequent change set is created showing the differences between the LIVE policy and the submitted policy.</p>
|
|
481
|
+
*/
|
|
482
|
+
putCoreNetworkPolicy(args: PutCoreNetworkPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutCoreNetworkPolicyCommandOutput>;
|
|
483
|
+
putCoreNetworkPolicy(args: PutCoreNetworkPolicyCommandInput, cb: (err: any, data?: PutCoreNetworkPolicyCommandOutput) => void): void;
|
|
484
|
+
putCoreNetworkPolicy(args: PutCoreNetworkPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutCoreNetworkPolicyCommandOutput) => void): void;
|
|
485
|
+
/**
|
|
486
|
+
* <p>Creates or updates a resource policy.</p>
|
|
487
|
+
*/
|
|
488
|
+
putResourcePolicy(args: PutResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutResourcePolicyCommandOutput>;
|
|
489
|
+
putResourcePolicy(args: PutResourcePolicyCommandInput, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
|
|
490
|
+
putResourcePolicy(args: PutResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
|
|
275
491
|
/**
|
|
276
492
|
* <p>Registers a transit gateway in your global network. The transit gateway can be in any
|
|
277
493
|
* Amazon Web Services Region, but it must be owned by the same Amazon Web Services account that owns
|
|
@@ -280,6 +496,18 @@ export declare class NetworkManager extends NetworkManagerClient {
|
|
|
280
496
|
registerTransitGateway(args: RegisterTransitGatewayCommandInput, options?: __HttpHandlerOptions): Promise<RegisterTransitGatewayCommandOutput>;
|
|
281
497
|
registerTransitGateway(args: RegisterTransitGatewayCommandInput, cb: (err: any, data?: RegisterTransitGatewayCommandOutput) => void): void;
|
|
282
498
|
registerTransitGateway(args: RegisterTransitGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterTransitGatewayCommandOutput) => void): void;
|
|
499
|
+
/**
|
|
500
|
+
* <p>Rejects a core network attachment request.</p>
|
|
501
|
+
*/
|
|
502
|
+
rejectAttachment(args: RejectAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<RejectAttachmentCommandOutput>;
|
|
503
|
+
rejectAttachment(args: RejectAttachmentCommandInput, cb: (err: any, data?: RejectAttachmentCommandOutput) => void): void;
|
|
504
|
+
rejectAttachment(args: RejectAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RejectAttachmentCommandOutput) => void): void;
|
|
505
|
+
/**
|
|
506
|
+
* <p>Restores a previous policy version as a new, immutable version of a core network policy. A subsequent change set is created showing the differences between the LIVE policy and restored policy.</p>
|
|
507
|
+
*/
|
|
508
|
+
restoreCoreNetworkPolicyVersion(args: RestoreCoreNetworkPolicyVersionCommandInput, options?: __HttpHandlerOptions): Promise<RestoreCoreNetworkPolicyVersionCommandOutput>;
|
|
509
|
+
restoreCoreNetworkPolicyVersion(args: RestoreCoreNetworkPolicyVersionCommandInput, cb: (err: any, data?: RestoreCoreNetworkPolicyVersionCommandOutput) => void): void;
|
|
510
|
+
restoreCoreNetworkPolicyVersion(args: RestoreCoreNetworkPolicyVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreCoreNetworkPolicyVersionCommandOutput) => void): void;
|
|
283
511
|
/**
|
|
284
512
|
* <p>Starts analyzing the routing path between the specified source and destination. For more information,
|
|
285
513
|
* see <a href="https://docs.aws.amazon.com/vpc/latest/tgw/route-analyzer.html">Route Analyzer</a>.</p>
|
|
@@ -306,6 +534,12 @@ export declare class NetworkManager extends NetworkManagerClient {
|
|
|
306
534
|
updateConnection(args: UpdateConnectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConnectionCommandOutput>;
|
|
307
535
|
updateConnection(args: UpdateConnectionCommandInput, cb: (err: any, data?: UpdateConnectionCommandOutput) => void): void;
|
|
308
536
|
updateConnection(args: UpdateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectionCommandOutput) => void): void;
|
|
537
|
+
/**
|
|
538
|
+
* <p>Updates the description of a core network.</p>
|
|
539
|
+
*/
|
|
540
|
+
updateCoreNetwork(args: UpdateCoreNetworkCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCoreNetworkCommandOutput>;
|
|
541
|
+
updateCoreNetwork(args: UpdateCoreNetworkCommandInput, cb: (err: any, data?: UpdateCoreNetworkCommandOutput) => void): void;
|
|
542
|
+
updateCoreNetwork(args: UpdateCoreNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCoreNetworkCommandOutput) => void): void;
|
|
309
543
|
/**
|
|
310
544
|
* <p>Updates the details for an existing device. To remove information for any of the
|
|
311
545
|
* parameters, specify an empty string.</p>
|
|
@@ -340,4 +574,10 @@ export declare class NetworkManager extends NetworkManagerClient {
|
|
|
340
574
|
updateSite(args: UpdateSiteCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSiteCommandOutput>;
|
|
341
575
|
updateSite(args: UpdateSiteCommandInput, cb: (err: any, data?: UpdateSiteCommandOutput) => void): void;
|
|
342
576
|
updateSite(args: UpdateSiteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSiteCommandOutput) => void): void;
|
|
577
|
+
/**
|
|
578
|
+
* <p>Updates a VPC attachment.</p>
|
|
579
|
+
*/
|
|
580
|
+
updateVpcAttachment(args: UpdateVpcAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVpcAttachmentCommandOutput>;
|
|
581
|
+
updateVpcAttachment(args: UpdateVpcAttachmentCommandInput, cb: (err: any, data?: UpdateVpcAttachmentCommandOutput) => void): void;
|
|
582
|
+
updateVpcAttachment(args: UpdateVpcAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVpcAttachmentCommandOutput) => void): void;
|
|
343
583
|
}
|
|
@@ -6,25 +6,45 @@ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middlewa
|
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
7
|
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
8
|
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
+
import { AcceptAttachmentCommandInput, AcceptAttachmentCommandOutput } from "./commands/AcceptAttachmentCommand";
|
|
10
|
+
import { AssociateConnectPeerCommandInput, AssociateConnectPeerCommandOutput } from "./commands/AssociateConnectPeerCommand";
|
|
9
11
|
import { AssociateCustomerGatewayCommandInput, AssociateCustomerGatewayCommandOutput } from "./commands/AssociateCustomerGatewayCommand";
|
|
10
12
|
import { AssociateLinkCommandInput, AssociateLinkCommandOutput } from "./commands/AssociateLinkCommand";
|
|
11
13
|
import { AssociateTransitGatewayConnectPeerCommandInput, AssociateTransitGatewayConnectPeerCommandOutput } from "./commands/AssociateTransitGatewayConnectPeerCommand";
|
|
14
|
+
import { CreateConnectAttachmentCommandInput, CreateConnectAttachmentCommandOutput } from "./commands/CreateConnectAttachmentCommand";
|
|
12
15
|
import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
|
|
16
|
+
import { CreateConnectPeerCommandInput, CreateConnectPeerCommandOutput } from "./commands/CreateConnectPeerCommand";
|
|
17
|
+
import { CreateCoreNetworkCommandInput, CreateCoreNetworkCommandOutput } from "./commands/CreateCoreNetworkCommand";
|
|
13
18
|
import { CreateDeviceCommandInput, CreateDeviceCommandOutput } from "./commands/CreateDeviceCommand";
|
|
14
19
|
import { CreateGlobalNetworkCommandInput, CreateGlobalNetworkCommandOutput } from "./commands/CreateGlobalNetworkCommand";
|
|
15
20
|
import { CreateLinkCommandInput, CreateLinkCommandOutput } from "./commands/CreateLinkCommand";
|
|
16
21
|
import { CreateSiteCommandInput, CreateSiteCommandOutput } from "./commands/CreateSiteCommand";
|
|
22
|
+
import { CreateSiteToSiteVpnAttachmentCommandInput, CreateSiteToSiteVpnAttachmentCommandOutput } from "./commands/CreateSiteToSiteVpnAttachmentCommand";
|
|
23
|
+
import { CreateVpcAttachmentCommandInput, CreateVpcAttachmentCommandOutput } from "./commands/CreateVpcAttachmentCommand";
|
|
24
|
+
import { DeleteAttachmentCommandInput, DeleteAttachmentCommandOutput } from "./commands/DeleteAttachmentCommand";
|
|
17
25
|
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
26
|
+
import { DeleteConnectPeerCommandInput, DeleteConnectPeerCommandOutput } from "./commands/DeleteConnectPeerCommand";
|
|
27
|
+
import { DeleteCoreNetworkCommandInput, DeleteCoreNetworkCommandOutput } from "./commands/DeleteCoreNetworkCommand";
|
|
28
|
+
import { DeleteCoreNetworkPolicyVersionCommandInput, DeleteCoreNetworkPolicyVersionCommandOutput } from "./commands/DeleteCoreNetworkPolicyVersionCommand";
|
|
18
29
|
import { DeleteDeviceCommandInput, DeleteDeviceCommandOutput } from "./commands/DeleteDeviceCommand";
|
|
19
30
|
import { DeleteGlobalNetworkCommandInput, DeleteGlobalNetworkCommandOutput } from "./commands/DeleteGlobalNetworkCommand";
|
|
20
31
|
import { DeleteLinkCommandInput, DeleteLinkCommandOutput } from "./commands/DeleteLinkCommand";
|
|
32
|
+
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
21
33
|
import { DeleteSiteCommandInput, DeleteSiteCommandOutput } from "./commands/DeleteSiteCommand";
|
|
22
34
|
import { DeregisterTransitGatewayCommandInput, DeregisterTransitGatewayCommandOutput } from "./commands/DeregisterTransitGatewayCommand";
|
|
23
35
|
import { DescribeGlobalNetworksCommandInput, DescribeGlobalNetworksCommandOutput } from "./commands/DescribeGlobalNetworksCommand";
|
|
36
|
+
import { DisassociateConnectPeerCommandInput, DisassociateConnectPeerCommandOutput } from "./commands/DisassociateConnectPeerCommand";
|
|
24
37
|
import { DisassociateCustomerGatewayCommandInput, DisassociateCustomerGatewayCommandOutput } from "./commands/DisassociateCustomerGatewayCommand";
|
|
25
38
|
import { DisassociateLinkCommandInput, DisassociateLinkCommandOutput } from "./commands/DisassociateLinkCommand";
|
|
26
39
|
import { DisassociateTransitGatewayConnectPeerCommandInput, DisassociateTransitGatewayConnectPeerCommandOutput } from "./commands/DisassociateTransitGatewayConnectPeerCommand";
|
|
40
|
+
import { ExecuteCoreNetworkChangeSetCommandInput, ExecuteCoreNetworkChangeSetCommandOutput } from "./commands/ExecuteCoreNetworkChangeSetCommand";
|
|
41
|
+
import { GetConnectAttachmentCommandInput, GetConnectAttachmentCommandOutput } from "./commands/GetConnectAttachmentCommand";
|
|
27
42
|
import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "./commands/GetConnectionsCommand";
|
|
43
|
+
import { GetConnectPeerAssociationsCommandInput, GetConnectPeerAssociationsCommandOutput } from "./commands/GetConnectPeerAssociationsCommand";
|
|
44
|
+
import { GetConnectPeerCommandInput, GetConnectPeerCommandOutput } from "./commands/GetConnectPeerCommand";
|
|
45
|
+
import { GetCoreNetworkChangeSetCommandInput, GetCoreNetworkChangeSetCommandOutput } from "./commands/GetCoreNetworkChangeSetCommand";
|
|
46
|
+
import { GetCoreNetworkCommandInput, GetCoreNetworkCommandOutput } from "./commands/GetCoreNetworkCommand";
|
|
47
|
+
import { GetCoreNetworkPolicyCommandInput, GetCoreNetworkPolicyCommandOutput } from "./commands/GetCoreNetworkPolicyCommand";
|
|
28
48
|
import { GetCustomerGatewayAssociationsCommandInput, GetCustomerGatewayAssociationsCommandOutput } from "./commands/GetCustomerGatewayAssociationsCommand";
|
|
29
49
|
import { GetDevicesCommandInput, GetDevicesCommandOutput } from "./commands/GetDevicesCommand";
|
|
30
50
|
import { GetLinkAssociationsCommandInput, GetLinkAssociationsCommandOutput } from "./commands/GetLinkAssociationsCommand";
|
|
@@ -34,23 +54,36 @@ import { GetNetworkResourceRelationshipsCommandInput, GetNetworkResourceRelation
|
|
|
34
54
|
import { GetNetworkResourcesCommandInput, GetNetworkResourcesCommandOutput } from "./commands/GetNetworkResourcesCommand";
|
|
35
55
|
import { GetNetworkRoutesCommandInput, GetNetworkRoutesCommandOutput } from "./commands/GetNetworkRoutesCommand";
|
|
36
56
|
import { GetNetworkTelemetryCommandInput, GetNetworkTelemetryCommandOutput } from "./commands/GetNetworkTelemetryCommand";
|
|
57
|
+
import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
37
58
|
import { GetRouteAnalysisCommandInput, GetRouteAnalysisCommandOutput } from "./commands/GetRouteAnalysisCommand";
|
|
38
59
|
import { GetSitesCommandInput, GetSitesCommandOutput } from "./commands/GetSitesCommand";
|
|
60
|
+
import { GetSiteToSiteVpnAttachmentCommandInput, GetSiteToSiteVpnAttachmentCommandOutput } from "./commands/GetSiteToSiteVpnAttachmentCommand";
|
|
39
61
|
import { GetTransitGatewayConnectPeerAssociationsCommandInput, GetTransitGatewayConnectPeerAssociationsCommandOutput } from "./commands/GetTransitGatewayConnectPeerAssociationsCommand";
|
|
40
62
|
import { GetTransitGatewayRegistrationsCommandInput, GetTransitGatewayRegistrationsCommandOutput } from "./commands/GetTransitGatewayRegistrationsCommand";
|
|
63
|
+
import { GetVpcAttachmentCommandInput, GetVpcAttachmentCommandOutput } from "./commands/GetVpcAttachmentCommand";
|
|
64
|
+
import { ListAttachmentsCommandInput, ListAttachmentsCommandOutput } from "./commands/ListAttachmentsCommand";
|
|
65
|
+
import { ListConnectPeersCommandInput, ListConnectPeersCommandOutput } from "./commands/ListConnectPeersCommand";
|
|
66
|
+
import { ListCoreNetworkPolicyVersionsCommandInput, ListCoreNetworkPolicyVersionsCommandOutput } from "./commands/ListCoreNetworkPolicyVersionsCommand";
|
|
67
|
+
import { ListCoreNetworksCommandInput, ListCoreNetworksCommandOutput } from "./commands/ListCoreNetworksCommand";
|
|
41
68
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
69
|
+
import { PutCoreNetworkPolicyCommandInput, PutCoreNetworkPolicyCommandOutput } from "./commands/PutCoreNetworkPolicyCommand";
|
|
70
|
+
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
42
71
|
import { RegisterTransitGatewayCommandInput, RegisterTransitGatewayCommandOutput } from "./commands/RegisterTransitGatewayCommand";
|
|
72
|
+
import { RejectAttachmentCommandInput, RejectAttachmentCommandOutput } from "./commands/RejectAttachmentCommand";
|
|
73
|
+
import { RestoreCoreNetworkPolicyVersionCommandInput, RestoreCoreNetworkPolicyVersionCommandOutput } from "./commands/RestoreCoreNetworkPolicyVersionCommand";
|
|
43
74
|
import { StartRouteAnalysisCommandInput, StartRouteAnalysisCommandOutput } from "./commands/StartRouteAnalysisCommand";
|
|
44
75
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
45
76
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
46
77
|
import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
|
|
78
|
+
import { UpdateCoreNetworkCommandInput, UpdateCoreNetworkCommandOutput } from "./commands/UpdateCoreNetworkCommand";
|
|
47
79
|
import { UpdateDeviceCommandInput, UpdateDeviceCommandOutput } from "./commands/UpdateDeviceCommand";
|
|
48
80
|
import { UpdateGlobalNetworkCommandInput, UpdateGlobalNetworkCommandOutput } from "./commands/UpdateGlobalNetworkCommand";
|
|
49
81
|
import { UpdateLinkCommandInput, UpdateLinkCommandOutput } from "./commands/UpdateLinkCommand";
|
|
50
82
|
import { UpdateNetworkResourceMetadataCommandInput, UpdateNetworkResourceMetadataCommandOutput } from "./commands/UpdateNetworkResourceMetadataCommand";
|
|
51
83
|
import { UpdateSiteCommandInput, UpdateSiteCommandOutput } from "./commands/UpdateSiteCommand";
|
|
52
|
-
|
|
53
|
-
export declare type
|
|
84
|
+
import { UpdateVpcAttachmentCommandInput, UpdateVpcAttachmentCommandOutput } from "./commands/UpdateVpcAttachmentCommand";
|
|
85
|
+
export declare type ServiceInputTypes = AcceptAttachmentCommandInput | AssociateConnectPeerCommandInput | AssociateCustomerGatewayCommandInput | AssociateLinkCommandInput | AssociateTransitGatewayConnectPeerCommandInput | CreateConnectAttachmentCommandInput | CreateConnectPeerCommandInput | CreateConnectionCommandInput | CreateCoreNetworkCommandInput | CreateDeviceCommandInput | CreateGlobalNetworkCommandInput | CreateLinkCommandInput | CreateSiteCommandInput | CreateSiteToSiteVpnAttachmentCommandInput | CreateVpcAttachmentCommandInput | DeleteAttachmentCommandInput | DeleteConnectPeerCommandInput | DeleteConnectionCommandInput | DeleteCoreNetworkCommandInput | DeleteCoreNetworkPolicyVersionCommandInput | DeleteDeviceCommandInput | DeleteGlobalNetworkCommandInput | DeleteLinkCommandInput | DeleteResourcePolicyCommandInput | DeleteSiteCommandInput | DeregisterTransitGatewayCommandInput | DescribeGlobalNetworksCommandInput | DisassociateConnectPeerCommandInput | DisassociateCustomerGatewayCommandInput | DisassociateLinkCommandInput | DisassociateTransitGatewayConnectPeerCommandInput | ExecuteCoreNetworkChangeSetCommandInput | GetConnectAttachmentCommandInput | GetConnectPeerAssociationsCommandInput | GetConnectPeerCommandInput | GetConnectionsCommandInput | GetCoreNetworkChangeSetCommandInput | GetCoreNetworkCommandInput | GetCoreNetworkPolicyCommandInput | GetCustomerGatewayAssociationsCommandInput | GetDevicesCommandInput | GetLinkAssociationsCommandInput | GetLinksCommandInput | GetNetworkResourceCountsCommandInput | GetNetworkResourceRelationshipsCommandInput | GetNetworkResourcesCommandInput | GetNetworkRoutesCommandInput | GetNetworkTelemetryCommandInput | GetResourcePolicyCommandInput | GetRouteAnalysisCommandInput | GetSiteToSiteVpnAttachmentCommandInput | GetSitesCommandInput | GetTransitGatewayConnectPeerAssociationsCommandInput | GetTransitGatewayRegistrationsCommandInput | GetVpcAttachmentCommandInput | ListAttachmentsCommandInput | ListConnectPeersCommandInput | ListCoreNetworkPolicyVersionsCommandInput | ListCoreNetworksCommandInput | ListTagsForResourceCommandInput | PutCoreNetworkPolicyCommandInput | PutResourcePolicyCommandInput | RegisterTransitGatewayCommandInput | RejectAttachmentCommandInput | RestoreCoreNetworkPolicyVersionCommandInput | StartRouteAnalysisCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConnectionCommandInput | UpdateCoreNetworkCommandInput | UpdateDeviceCommandInput | UpdateGlobalNetworkCommandInput | UpdateLinkCommandInput | UpdateNetworkResourceMetadataCommandInput | UpdateSiteCommandInput | UpdateVpcAttachmentCommandInput;
|
|
86
|
+
export declare type ServiceOutputTypes = AcceptAttachmentCommandOutput | AssociateConnectPeerCommandOutput | AssociateCustomerGatewayCommandOutput | AssociateLinkCommandOutput | AssociateTransitGatewayConnectPeerCommandOutput | CreateConnectAttachmentCommandOutput | CreateConnectPeerCommandOutput | CreateConnectionCommandOutput | CreateCoreNetworkCommandOutput | CreateDeviceCommandOutput | CreateGlobalNetworkCommandOutput | CreateLinkCommandOutput | CreateSiteCommandOutput | CreateSiteToSiteVpnAttachmentCommandOutput | CreateVpcAttachmentCommandOutput | DeleteAttachmentCommandOutput | DeleteConnectPeerCommandOutput | DeleteConnectionCommandOutput | DeleteCoreNetworkCommandOutput | DeleteCoreNetworkPolicyVersionCommandOutput | DeleteDeviceCommandOutput | DeleteGlobalNetworkCommandOutput | DeleteLinkCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSiteCommandOutput | DeregisterTransitGatewayCommandOutput | DescribeGlobalNetworksCommandOutput | DisassociateConnectPeerCommandOutput | DisassociateCustomerGatewayCommandOutput | DisassociateLinkCommandOutput | DisassociateTransitGatewayConnectPeerCommandOutput | ExecuteCoreNetworkChangeSetCommandOutput | GetConnectAttachmentCommandOutput | GetConnectPeerAssociationsCommandOutput | GetConnectPeerCommandOutput | GetConnectionsCommandOutput | GetCoreNetworkChangeSetCommandOutput | GetCoreNetworkCommandOutput | GetCoreNetworkPolicyCommandOutput | GetCustomerGatewayAssociationsCommandOutput | GetDevicesCommandOutput | GetLinkAssociationsCommandOutput | GetLinksCommandOutput | GetNetworkResourceCountsCommandOutput | GetNetworkResourceRelationshipsCommandOutput | GetNetworkResourcesCommandOutput | GetNetworkRoutesCommandOutput | GetNetworkTelemetryCommandOutput | GetResourcePolicyCommandOutput | GetRouteAnalysisCommandOutput | GetSiteToSiteVpnAttachmentCommandOutput | GetSitesCommandOutput | GetTransitGatewayConnectPeerAssociationsCommandOutput | GetTransitGatewayRegistrationsCommandOutput | GetVpcAttachmentCommandOutput | ListAttachmentsCommandOutput | ListConnectPeersCommandOutput | ListCoreNetworkPolicyVersionsCommandOutput | ListCoreNetworksCommandOutput | ListTagsForResourceCommandOutput | PutCoreNetworkPolicyCommandOutput | PutResourcePolicyCommandOutput | RegisterTransitGatewayCommandOutput | RejectAttachmentCommandOutput | RestoreCoreNetworkPolicyVersionCommandOutput | StartRouteAnalysisCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConnectionCommandOutput | UpdateCoreNetworkCommandOutput | UpdateDeviceCommandOutput | UpdateGlobalNetworkCommandOutput | UpdateLinkCommandOutput | UpdateNetworkResourceMetadataCommandOutput | UpdateSiteCommandOutput | UpdateVpcAttachmentCommandOutput;
|
|
54
87
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
55
88
|
/**
|
|
56
89
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AcceptAttachmentRequest, AcceptAttachmentResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface AcceptAttachmentCommandInput extends AcceptAttachmentRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AcceptAttachmentCommandOutput extends AcceptAttachmentResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Accepts a core network attachment request. </p>
|
|
11
|
+
* <p>Once the attachment request is accepted by a core network owner, the attachment is
|
|
12
|
+
* created and connected to a core network.</p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { NetworkManagerClient, AcceptAttachmentCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
|
|
17
|
+
* // const { NetworkManagerClient, AcceptAttachmentCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
|
|
18
|
+
* const client = new NetworkManagerClient(config);
|
|
19
|
+
* const command = new AcceptAttachmentCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link AcceptAttachmentCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link AcceptAttachmentCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class AcceptAttachmentCommand extends $Command<AcceptAttachmentCommandInput, AcceptAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
29
|
+
readonly input: AcceptAttachmentCommandInput;
|
|
30
|
+
constructor(input: AcceptAttachmentCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptAttachmentCommandInput, AcceptAttachmentCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AssociateConnectPeerRequest, AssociateConnectPeerResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface AssociateConnectPeerCommandInput extends AssociateConnectPeerRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AssociateConnectPeerCommandOutput extends AssociateConnectPeerResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Associates a core network Connect peer with a device and optionally, with a link. </p>
|
|
11
|
+
* <p>If you specify a link, it must be associated with the specified device. You can only
|
|
12
|
+
* associate core network Connect peers that have been created on a core network Connect
|
|
13
|
+
* attachment on a core network. </p>
|
|
14
|
+
* @example
|
|
15
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
+
* ```javascript
|
|
17
|
+
* import { NetworkManagerClient, AssociateConnectPeerCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
|
|
18
|
+
* // const { NetworkManagerClient, AssociateConnectPeerCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
|
|
19
|
+
* const client = new NetworkManagerClient(config);
|
|
20
|
+
* const command = new AssociateConnectPeerCommand(input);
|
|
21
|
+
* const response = await client.send(command);
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* @see {@link AssociateConnectPeerCommandInput} for command's `input` shape.
|
|
25
|
+
* @see {@link AssociateConnectPeerCommandOutput} for command's `response` shape.
|
|
26
|
+
* @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
export declare class AssociateConnectPeerCommand extends $Command<AssociateConnectPeerCommandInput, AssociateConnectPeerCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
30
|
+
readonly input: AssociateConnectPeerCommandInput;
|
|
31
|
+
constructor(input: AssociateConnectPeerCommandInput);
|
|
32
|
+
/**
|
|
33
|
+
* @internal
|
|
34
|
+
*/
|
|
35
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateConnectPeerCommandInput, AssociateConnectPeerCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|