@aws-sdk/client-networkmanager 3.118.1 → 3.128.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 +30 -0
- package/dist-cjs/NetworkManager.js +105 -0
- package/dist-cjs/commands/CreateTransitGatewayPeeringCommand.js +36 -0
- package/dist-cjs/commands/CreateTransitGatewayRouteTableAttachmentCommand.js +36 -0
- package/dist-cjs/commands/DeletePeeringCommand.js +36 -0
- package/dist-cjs/commands/GetCoreNetworkChangeEventsCommand.js +36 -0
- package/dist-cjs/commands/GetTransitGatewayPeeringCommand.js +36 -0
- package/dist-cjs/commands/GetTransitGatewayRouteTableAttachmentCommand.js +36 -0
- package/dist-cjs/commands/ListPeeringsCommand.js +36 -0
- package/dist-cjs/commands/index.js +7 -0
- package/dist-cjs/models/models_0.js +143 -5
- package/dist-cjs/pagination/GetCoreNetworkChangeEventsPaginator.js +36 -0
- package/dist-cjs/pagination/ListPeeringsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +3 -1
- package/dist-cjs/protocols/Aws_restJson1.js +1221 -659
- package/dist-es/NetworkManager.js +105 -0
- package/dist-es/commands/CreateTransitGatewayPeeringCommand.js +39 -0
- package/dist-es/commands/CreateTransitGatewayRouteTableAttachmentCommand.js +39 -0
- package/dist-es/commands/DeletePeeringCommand.js +39 -0
- package/dist-es/commands/GetCoreNetworkChangeEventsCommand.js +39 -0
- package/dist-es/commands/GetTransitGatewayPeeringCommand.js +39 -0
- package/dist-es/commands/GetTransitGatewayRouteTableAttachmentCommand.js +39 -0
- package/dist-es/commands/ListPeeringsCommand.js +39 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/models_0.js +99 -0
- package/dist-es/pagination/GetCoreNetworkChangeEventsPaginator.js +75 -0
- package/dist-es/pagination/ListPeeringsPaginator.js +75 -0
- package/dist-es/pagination/index.js +3 -1
- package/dist-es/protocols/Aws_restJson1.js +1395 -655
- package/dist-types/NetworkManager.d.ts +56 -1
- package/dist-types/NetworkManagerClient.d.ts +9 -2
- package/dist-types/commands/CreateTransitGatewayPeeringCommand.d.ts +35 -0
- package/dist-types/commands/CreateTransitGatewayRouteTableAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/DeletePeeringCommand.d.ts +35 -0
- package/dist-types/commands/GetCoreNetworkChangeEventsCommand.d.ts +35 -0
- package/dist-types/commands/GetCoreNetworkPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPeeringCommand.d.ts +35 -0
- package/dist-types/commands/GetTransitGatewayRouteTableAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/ListOrganizationServiceAccessStatusCommand.d.ts +17 -0
- package/dist-types/commands/ListPeeringsCommand.d.ts +35 -0
- package/dist-types/commands/StartOrganizationServiceAccessUpdateCommand.d.ts +17 -0
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/models_0.d.ts +460 -7
- package/dist-types/pagination/GetCoreNetworkChangeEventsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPeeringsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +3 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +21 -0
- package/dist-types/ts3.4/NetworkManager.d.ts +37 -0
- package/dist-types/ts3.4/NetworkManagerClient.d.ts +9 -2
- package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePeeringCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCoreNetworkChangeEventsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayPeeringCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOrganizationServiceAccessStatusCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListPeeringsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartOrganizationServiceAccessUpdateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +266 -1
- package/dist-types/ts3.4/pagination/GetCoreNetworkChangeEventsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPeeringsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -1
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +21 -0
- package/package.json +26 -26
|
@@ -14,6 +14,8 @@ import { CreateGlobalNetworkCommandInput, CreateGlobalNetworkCommandOutput } fro
|
|
|
14
14
|
import { CreateLinkCommandInput, CreateLinkCommandOutput } from "../commands/CreateLinkCommand";
|
|
15
15
|
import { CreateSiteCommandInput, CreateSiteCommandOutput } from "../commands/CreateSiteCommand";
|
|
16
16
|
import { CreateSiteToSiteVpnAttachmentCommandInput, CreateSiteToSiteVpnAttachmentCommandOutput } from "../commands/CreateSiteToSiteVpnAttachmentCommand";
|
|
17
|
+
import { CreateTransitGatewayPeeringCommandInput, CreateTransitGatewayPeeringCommandOutput } from "../commands/CreateTransitGatewayPeeringCommand";
|
|
18
|
+
import { CreateTransitGatewayRouteTableAttachmentCommandInput, CreateTransitGatewayRouteTableAttachmentCommandOutput } from "../commands/CreateTransitGatewayRouteTableAttachmentCommand";
|
|
17
19
|
import { CreateVpcAttachmentCommandInput, CreateVpcAttachmentCommandOutput } from "../commands/CreateVpcAttachmentCommand";
|
|
18
20
|
import { DeleteAttachmentCommandInput, DeleteAttachmentCommandOutput } from "../commands/DeleteAttachmentCommand";
|
|
19
21
|
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "../commands/DeleteConnectionCommand";
|
|
@@ -23,6 +25,7 @@ import { DeleteCoreNetworkPolicyVersionCommandInput, DeleteCoreNetworkPolicyVers
|
|
|
23
25
|
import { DeleteDeviceCommandInput, DeleteDeviceCommandOutput } from "../commands/DeleteDeviceCommand";
|
|
24
26
|
import { DeleteGlobalNetworkCommandInput, DeleteGlobalNetworkCommandOutput } from "../commands/DeleteGlobalNetworkCommand";
|
|
25
27
|
import { DeleteLinkCommandInput, DeleteLinkCommandOutput } from "../commands/DeleteLinkCommand";
|
|
28
|
+
import { DeletePeeringCommandInput, DeletePeeringCommandOutput } from "../commands/DeletePeeringCommand";
|
|
26
29
|
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
|
|
27
30
|
import { DeleteSiteCommandInput, DeleteSiteCommandOutput } from "../commands/DeleteSiteCommand";
|
|
28
31
|
import { DeregisterTransitGatewayCommandInput, DeregisterTransitGatewayCommandOutput } from "../commands/DeregisterTransitGatewayCommand";
|
|
@@ -36,6 +39,7 @@ import { GetConnectAttachmentCommandInput, GetConnectAttachmentCommandOutput } f
|
|
|
36
39
|
import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "../commands/GetConnectionsCommand";
|
|
37
40
|
import { GetConnectPeerAssociationsCommandInput, GetConnectPeerAssociationsCommandOutput } from "../commands/GetConnectPeerAssociationsCommand";
|
|
38
41
|
import { GetConnectPeerCommandInput, GetConnectPeerCommandOutput } from "../commands/GetConnectPeerCommand";
|
|
42
|
+
import { GetCoreNetworkChangeEventsCommandInput, GetCoreNetworkChangeEventsCommandOutput } from "../commands/GetCoreNetworkChangeEventsCommand";
|
|
39
43
|
import { GetCoreNetworkChangeSetCommandInput, GetCoreNetworkChangeSetCommandOutput } from "../commands/GetCoreNetworkChangeSetCommand";
|
|
40
44
|
import { GetCoreNetworkCommandInput, GetCoreNetworkCommandOutput } from "../commands/GetCoreNetworkCommand";
|
|
41
45
|
import { GetCoreNetworkPolicyCommandInput, GetCoreNetworkPolicyCommandOutput } from "../commands/GetCoreNetworkPolicyCommand";
|
|
@@ -53,13 +57,16 @@ import { GetRouteAnalysisCommandInput, GetRouteAnalysisCommandOutput } from "../
|
|
|
53
57
|
import { GetSitesCommandInput, GetSitesCommandOutput } from "../commands/GetSitesCommand";
|
|
54
58
|
import { GetSiteToSiteVpnAttachmentCommandInput, GetSiteToSiteVpnAttachmentCommandOutput } from "../commands/GetSiteToSiteVpnAttachmentCommand";
|
|
55
59
|
import { GetTransitGatewayConnectPeerAssociationsCommandInput, GetTransitGatewayConnectPeerAssociationsCommandOutput } from "../commands/GetTransitGatewayConnectPeerAssociationsCommand";
|
|
60
|
+
import { GetTransitGatewayPeeringCommandInput, GetTransitGatewayPeeringCommandOutput } from "../commands/GetTransitGatewayPeeringCommand";
|
|
56
61
|
import { GetTransitGatewayRegistrationsCommandInput, GetTransitGatewayRegistrationsCommandOutput } from "../commands/GetTransitGatewayRegistrationsCommand";
|
|
62
|
+
import { GetTransitGatewayRouteTableAttachmentCommandInput, GetTransitGatewayRouteTableAttachmentCommandOutput } from "../commands/GetTransitGatewayRouteTableAttachmentCommand";
|
|
57
63
|
import { GetVpcAttachmentCommandInput, GetVpcAttachmentCommandOutput } from "../commands/GetVpcAttachmentCommand";
|
|
58
64
|
import { ListAttachmentsCommandInput, ListAttachmentsCommandOutput } from "../commands/ListAttachmentsCommand";
|
|
59
65
|
import { ListConnectPeersCommandInput, ListConnectPeersCommandOutput } from "../commands/ListConnectPeersCommand";
|
|
60
66
|
import { ListCoreNetworkPolicyVersionsCommandInput, ListCoreNetworkPolicyVersionsCommandOutput } from "../commands/ListCoreNetworkPolicyVersionsCommand";
|
|
61
67
|
import { ListCoreNetworksCommandInput, ListCoreNetworksCommandOutput } from "../commands/ListCoreNetworksCommand";
|
|
62
68
|
import { ListOrganizationServiceAccessStatusCommandInput, ListOrganizationServiceAccessStatusCommandOutput } from "../commands/ListOrganizationServiceAccessStatusCommand";
|
|
69
|
+
import { ListPeeringsCommandInput, ListPeeringsCommandOutput } from "../commands/ListPeeringsCommand";
|
|
63
70
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
64
71
|
import { PutCoreNetworkPolicyCommandInput, PutCoreNetworkPolicyCommandOutput } from "../commands/PutCoreNetworkPolicyCommand";
|
|
65
72
|
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
|
|
@@ -92,6 +99,8 @@ export declare const serializeAws_restJson1CreateGlobalNetworkCommand: (input: C
|
|
|
92
99
|
export declare const serializeAws_restJson1CreateLinkCommand: (input: CreateLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
100
|
export declare const serializeAws_restJson1CreateSiteCommand: (input: CreateSiteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
101
|
export declare const serializeAws_restJson1CreateSiteToSiteVpnAttachmentCommand: (input: CreateSiteToSiteVpnAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
+
export declare const serializeAws_restJson1CreateTransitGatewayPeeringCommand: (input: CreateTransitGatewayPeeringCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
+
export declare const serializeAws_restJson1CreateTransitGatewayRouteTableAttachmentCommand: (input: CreateTransitGatewayRouteTableAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
104
|
export declare const serializeAws_restJson1CreateVpcAttachmentCommand: (input: CreateVpcAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
105
|
export declare const serializeAws_restJson1DeleteAttachmentCommand: (input: DeleteAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
106
|
export declare const serializeAws_restJson1DeleteConnectionCommand: (input: DeleteConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -101,6 +110,7 @@ export declare const serializeAws_restJson1DeleteCoreNetworkPolicyVersionCommand
|
|
|
101
110
|
export declare const serializeAws_restJson1DeleteDeviceCommand: (input: DeleteDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
111
|
export declare const serializeAws_restJson1DeleteGlobalNetworkCommand: (input: DeleteGlobalNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
112
|
export declare const serializeAws_restJson1DeleteLinkCommand: (input: DeleteLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
+
export declare const serializeAws_restJson1DeletePeeringCommand: (input: DeletePeeringCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
114
|
export declare const serializeAws_restJson1DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
115
|
export declare const serializeAws_restJson1DeleteSiteCommand: (input: DeleteSiteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
116
|
export declare const serializeAws_restJson1DeregisterTransitGatewayCommand: (input: DeregisterTransitGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -115,6 +125,7 @@ export declare const serializeAws_restJson1GetConnectionsCommand: (input: GetCon
|
|
|
115
125
|
export declare const serializeAws_restJson1GetConnectPeerCommand: (input: GetConnectPeerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
126
|
export declare const serializeAws_restJson1GetConnectPeerAssociationsCommand: (input: GetConnectPeerAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
127
|
export declare const serializeAws_restJson1GetCoreNetworkCommand: (input: GetCoreNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
|
+
export declare const serializeAws_restJson1GetCoreNetworkChangeEventsCommand: (input: GetCoreNetworkChangeEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
129
|
export declare const serializeAws_restJson1GetCoreNetworkChangeSetCommand: (input: GetCoreNetworkChangeSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
130
|
export declare const serializeAws_restJson1GetCoreNetworkPolicyCommand: (input: GetCoreNetworkPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
131
|
export declare const serializeAws_restJson1GetCustomerGatewayAssociationsCommand: (input: GetCustomerGatewayAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -131,13 +142,16 @@ export declare const serializeAws_restJson1GetRouteAnalysisCommand: (input: GetR
|
|
|
131
142
|
export declare const serializeAws_restJson1GetSitesCommand: (input: GetSitesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
132
143
|
export declare const serializeAws_restJson1GetSiteToSiteVpnAttachmentCommand: (input: GetSiteToSiteVpnAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
144
|
export declare const serializeAws_restJson1GetTransitGatewayConnectPeerAssociationsCommand: (input: GetTransitGatewayConnectPeerAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
|
+
export declare const serializeAws_restJson1GetTransitGatewayPeeringCommand: (input: GetTransitGatewayPeeringCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
146
|
export declare const serializeAws_restJson1GetTransitGatewayRegistrationsCommand: (input: GetTransitGatewayRegistrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
|
+
export declare const serializeAws_restJson1GetTransitGatewayRouteTableAttachmentCommand: (input: GetTransitGatewayRouteTableAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
148
|
export declare const serializeAws_restJson1GetVpcAttachmentCommand: (input: GetVpcAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
149
|
export declare const serializeAws_restJson1ListAttachmentsCommand: (input: ListAttachmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
150
|
export declare const serializeAws_restJson1ListConnectPeersCommand: (input: ListConnectPeersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
151
|
export declare const serializeAws_restJson1ListCoreNetworkPolicyVersionsCommand: (input: ListCoreNetworkPolicyVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
152
|
export declare const serializeAws_restJson1ListCoreNetworksCommand: (input: ListCoreNetworksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
153
|
export declare const serializeAws_restJson1ListOrganizationServiceAccessStatusCommand: (input: ListOrganizationServiceAccessStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
+
export declare const serializeAws_restJson1ListPeeringsCommand: (input: ListPeeringsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
155
|
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
156
|
export declare const serializeAws_restJson1PutCoreNetworkPolicyCommand: (input: PutCoreNetworkPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
157
|
export declare const serializeAws_restJson1PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -170,6 +184,8 @@ export declare const deserializeAws_restJson1CreateGlobalNetworkCommand: (output
|
|
|
170
184
|
export declare const deserializeAws_restJson1CreateLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLinkCommandOutput>;
|
|
171
185
|
export declare const deserializeAws_restJson1CreateSiteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSiteCommandOutput>;
|
|
172
186
|
export declare const deserializeAws_restJson1CreateSiteToSiteVpnAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSiteToSiteVpnAttachmentCommandOutput>;
|
|
187
|
+
export declare const deserializeAws_restJson1CreateTransitGatewayPeeringCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTransitGatewayPeeringCommandOutput>;
|
|
188
|
+
export declare const deserializeAws_restJson1CreateTransitGatewayRouteTableAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTransitGatewayRouteTableAttachmentCommandOutput>;
|
|
173
189
|
export declare const deserializeAws_restJson1CreateVpcAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcAttachmentCommandOutput>;
|
|
174
190
|
export declare const deserializeAws_restJson1DeleteAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAttachmentCommandOutput>;
|
|
175
191
|
export declare const deserializeAws_restJson1DeleteConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectionCommandOutput>;
|
|
@@ -179,6 +195,7 @@ export declare const deserializeAws_restJson1DeleteCoreNetworkPolicyVersionComma
|
|
|
179
195
|
export declare const deserializeAws_restJson1DeleteDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDeviceCommandOutput>;
|
|
180
196
|
export declare const deserializeAws_restJson1DeleteGlobalNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGlobalNetworkCommandOutput>;
|
|
181
197
|
export declare const deserializeAws_restJson1DeleteLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLinkCommandOutput>;
|
|
198
|
+
export declare const deserializeAws_restJson1DeletePeeringCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePeeringCommandOutput>;
|
|
182
199
|
export declare const deserializeAws_restJson1DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
|
|
183
200
|
export declare const deserializeAws_restJson1DeleteSiteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSiteCommandOutput>;
|
|
184
201
|
export declare const deserializeAws_restJson1DeregisterTransitGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterTransitGatewayCommandOutput>;
|
|
@@ -193,6 +210,7 @@ export declare const deserializeAws_restJson1GetConnectionsCommand: (output: __H
|
|
|
193
210
|
export declare const deserializeAws_restJson1GetConnectPeerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectPeerCommandOutput>;
|
|
194
211
|
export declare const deserializeAws_restJson1GetConnectPeerAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectPeerAssociationsCommandOutput>;
|
|
195
212
|
export declare const deserializeAws_restJson1GetCoreNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCoreNetworkCommandOutput>;
|
|
213
|
+
export declare const deserializeAws_restJson1GetCoreNetworkChangeEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCoreNetworkChangeEventsCommandOutput>;
|
|
196
214
|
export declare const deserializeAws_restJson1GetCoreNetworkChangeSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCoreNetworkChangeSetCommandOutput>;
|
|
197
215
|
export declare const deserializeAws_restJson1GetCoreNetworkPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCoreNetworkPolicyCommandOutput>;
|
|
198
216
|
export declare const deserializeAws_restJson1GetCustomerGatewayAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCustomerGatewayAssociationsCommandOutput>;
|
|
@@ -209,13 +227,16 @@ export declare const deserializeAws_restJson1GetRouteAnalysisCommand: (output: _
|
|
|
209
227
|
export declare const deserializeAws_restJson1GetSitesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSitesCommandOutput>;
|
|
210
228
|
export declare const deserializeAws_restJson1GetSiteToSiteVpnAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSiteToSiteVpnAttachmentCommandOutput>;
|
|
211
229
|
export declare const deserializeAws_restJson1GetTransitGatewayConnectPeerAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTransitGatewayConnectPeerAssociationsCommandOutput>;
|
|
230
|
+
export declare const deserializeAws_restJson1GetTransitGatewayPeeringCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTransitGatewayPeeringCommandOutput>;
|
|
212
231
|
export declare const deserializeAws_restJson1GetTransitGatewayRegistrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTransitGatewayRegistrationsCommandOutput>;
|
|
232
|
+
export declare const deserializeAws_restJson1GetTransitGatewayRouteTableAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTransitGatewayRouteTableAttachmentCommandOutput>;
|
|
213
233
|
export declare const deserializeAws_restJson1GetVpcAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVpcAttachmentCommandOutput>;
|
|
214
234
|
export declare const deserializeAws_restJson1ListAttachmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttachmentsCommandOutput>;
|
|
215
235
|
export declare const deserializeAws_restJson1ListConnectPeersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectPeersCommandOutput>;
|
|
216
236
|
export declare const deserializeAws_restJson1ListCoreNetworkPolicyVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCoreNetworkPolicyVersionsCommandOutput>;
|
|
217
237
|
export declare const deserializeAws_restJson1ListCoreNetworksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCoreNetworksCommandOutput>;
|
|
218
238
|
export declare const deserializeAws_restJson1ListOrganizationServiceAccessStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationServiceAccessStatusCommandOutput>;
|
|
239
|
+
export declare const deserializeAws_restJson1ListPeeringsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPeeringsCommandOutput>;
|
|
219
240
|
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
220
241
|
export declare const deserializeAws_restJson1PutCoreNetworkPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutCoreNetworkPolicyCommandOutput>;
|
|
221
242
|
export declare const deserializeAws_restJson1PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
|
|
@@ -13,6 +13,8 @@ import { CreateGlobalNetworkCommandInput, CreateGlobalNetworkCommandOutput } fro
|
|
|
13
13
|
import { CreateLinkCommandInput, CreateLinkCommandOutput } from "./commands/CreateLinkCommand";
|
|
14
14
|
import { CreateSiteCommandInput, CreateSiteCommandOutput } from "./commands/CreateSiteCommand";
|
|
15
15
|
import { CreateSiteToSiteVpnAttachmentCommandInput, CreateSiteToSiteVpnAttachmentCommandOutput } from "./commands/CreateSiteToSiteVpnAttachmentCommand";
|
|
16
|
+
import { CreateTransitGatewayPeeringCommandInput, CreateTransitGatewayPeeringCommandOutput } from "./commands/CreateTransitGatewayPeeringCommand";
|
|
17
|
+
import { CreateTransitGatewayRouteTableAttachmentCommandInput, CreateTransitGatewayRouteTableAttachmentCommandOutput } from "./commands/CreateTransitGatewayRouteTableAttachmentCommand";
|
|
16
18
|
import { CreateVpcAttachmentCommandInput, CreateVpcAttachmentCommandOutput } from "./commands/CreateVpcAttachmentCommand";
|
|
17
19
|
import { DeleteAttachmentCommandInput, DeleteAttachmentCommandOutput } from "./commands/DeleteAttachmentCommand";
|
|
18
20
|
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
@@ -22,6 +24,7 @@ import { DeleteCoreNetworkPolicyVersionCommandInput, DeleteCoreNetworkPolicyVers
|
|
|
22
24
|
import { DeleteDeviceCommandInput, DeleteDeviceCommandOutput } from "./commands/DeleteDeviceCommand";
|
|
23
25
|
import { DeleteGlobalNetworkCommandInput, DeleteGlobalNetworkCommandOutput } from "./commands/DeleteGlobalNetworkCommand";
|
|
24
26
|
import { DeleteLinkCommandInput, DeleteLinkCommandOutput } from "./commands/DeleteLinkCommand";
|
|
27
|
+
import { DeletePeeringCommandInput, DeletePeeringCommandOutput } from "./commands/DeletePeeringCommand";
|
|
25
28
|
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
26
29
|
import { DeleteSiteCommandInput, DeleteSiteCommandOutput } from "./commands/DeleteSiteCommand";
|
|
27
30
|
import { DeregisterTransitGatewayCommandInput, DeregisterTransitGatewayCommandOutput } from "./commands/DeregisterTransitGatewayCommand";
|
|
@@ -35,6 +38,7 @@ import { GetConnectAttachmentCommandInput, GetConnectAttachmentCommandOutput } f
|
|
|
35
38
|
import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "./commands/GetConnectionsCommand";
|
|
36
39
|
import { GetConnectPeerAssociationsCommandInput, GetConnectPeerAssociationsCommandOutput } from "./commands/GetConnectPeerAssociationsCommand";
|
|
37
40
|
import { GetConnectPeerCommandInput, GetConnectPeerCommandOutput } from "./commands/GetConnectPeerCommand";
|
|
41
|
+
import { GetCoreNetworkChangeEventsCommandInput, GetCoreNetworkChangeEventsCommandOutput } from "./commands/GetCoreNetworkChangeEventsCommand";
|
|
38
42
|
import { GetCoreNetworkChangeSetCommandInput, GetCoreNetworkChangeSetCommandOutput } from "./commands/GetCoreNetworkChangeSetCommand";
|
|
39
43
|
import { GetCoreNetworkCommandInput, GetCoreNetworkCommandOutput } from "./commands/GetCoreNetworkCommand";
|
|
40
44
|
import { GetCoreNetworkPolicyCommandInput, GetCoreNetworkPolicyCommandOutput } from "./commands/GetCoreNetworkPolicyCommand";
|
|
@@ -52,13 +56,16 @@ import { GetRouteAnalysisCommandInput, GetRouteAnalysisCommandOutput } from "./c
|
|
|
52
56
|
import { GetSitesCommandInput, GetSitesCommandOutput } from "./commands/GetSitesCommand";
|
|
53
57
|
import { GetSiteToSiteVpnAttachmentCommandInput, GetSiteToSiteVpnAttachmentCommandOutput } from "./commands/GetSiteToSiteVpnAttachmentCommand";
|
|
54
58
|
import { GetTransitGatewayConnectPeerAssociationsCommandInput, GetTransitGatewayConnectPeerAssociationsCommandOutput } from "./commands/GetTransitGatewayConnectPeerAssociationsCommand";
|
|
59
|
+
import { GetTransitGatewayPeeringCommandInput, GetTransitGatewayPeeringCommandOutput } from "./commands/GetTransitGatewayPeeringCommand";
|
|
55
60
|
import { GetTransitGatewayRegistrationsCommandInput, GetTransitGatewayRegistrationsCommandOutput } from "./commands/GetTransitGatewayRegistrationsCommand";
|
|
61
|
+
import { GetTransitGatewayRouteTableAttachmentCommandInput, GetTransitGatewayRouteTableAttachmentCommandOutput } from "./commands/GetTransitGatewayRouteTableAttachmentCommand";
|
|
56
62
|
import { GetVpcAttachmentCommandInput, GetVpcAttachmentCommandOutput } from "./commands/GetVpcAttachmentCommand";
|
|
57
63
|
import { ListAttachmentsCommandInput, ListAttachmentsCommandOutput } from "./commands/ListAttachmentsCommand";
|
|
58
64
|
import { ListConnectPeersCommandInput, ListConnectPeersCommandOutput } from "./commands/ListConnectPeersCommand";
|
|
59
65
|
import { ListCoreNetworkPolicyVersionsCommandInput, ListCoreNetworkPolicyVersionsCommandOutput } from "./commands/ListCoreNetworkPolicyVersionsCommand";
|
|
60
66
|
import { ListCoreNetworksCommandInput, ListCoreNetworksCommandOutput } from "./commands/ListCoreNetworksCommand";
|
|
61
67
|
import { ListOrganizationServiceAccessStatusCommandInput, ListOrganizationServiceAccessStatusCommandOutput } from "./commands/ListOrganizationServiceAccessStatusCommand";
|
|
68
|
+
import { ListPeeringsCommandInput, ListPeeringsCommandOutput } from "./commands/ListPeeringsCommand";
|
|
62
69
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
63
70
|
import { PutCoreNetworkPolicyCommandInput, PutCoreNetworkPolicyCommandOutput } from "./commands/PutCoreNetworkPolicyCommand";
|
|
64
71
|
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
@@ -137,6 +144,14 @@ export declare class NetworkManager extends NetworkManagerClient {
|
|
|
137
144
|
createSiteToSiteVpnAttachment(args: CreateSiteToSiteVpnAttachmentCommandInput, cb: (err: any, data?: CreateSiteToSiteVpnAttachmentCommandOutput) => void): void;
|
|
138
145
|
createSiteToSiteVpnAttachment(args: CreateSiteToSiteVpnAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSiteToSiteVpnAttachmentCommandOutput) => void): void;
|
|
139
146
|
|
|
147
|
+
createTransitGatewayPeering(args: CreateTransitGatewayPeeringCommandInput, options?: __HttpHandlerOptions): Promise<CreateTransitGatewayPeeringCommandOutput>;
|
|
148
|
+
createTransitGatewayPeering(args: CreateTransitGatewayPeeringCommandInput, cb: (err: any, data?: CreateTransitGatewayPeeringCommandOutput) => void): void;
|
|
149
|
+
createTransitGatewayPeering(args: CreateTransitGatewayPeeringCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTransitGatewayPeeringCommandOutput) => void): void;
|
|
150
|
+
|
|
151
|
+
createTransitGatewayRouteTableAttachment(args: CreateTransitGatewayRouteTableAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateTransitGatewayRouteTableAttachmentCommandOutput>;
|
|
152
|
+
createTransitGatewayRouteTableAttachment(args: CreateTransitGatewayRouteTableAttachmentCommandInput, cb: (err: any, data?: CreateTransitGatewayRouteTableAttachmentCommandOutput) => void): void;
|
|
153
|
+
createTransitGatewayRouteTableAttachment(args: CreateTransitGatewayRouteTableAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTransitGatewayRouteTableAttachmentCommandOutput) => void): void;
|
|
154
|
+
|
|
140
155
|
createVpcAttachment(args: CreateVpcAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateVpcAttachmentCommandOutput>;
|
|
141
156
|
createVpcAttachment(args: CreateVpcAttachmentCommandInput, cb: (err: any, data?: CreateVpcAttachmentCommandOutput) => void): void;
|
|
142
157
|
createVpcAttachment(args: CreateVpcAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVpcAttachmentCommandOutput) => void): void;
|
|
@@ -173,6 +188,10 @@ export declare class NetworkManager extends NetworkManagerClient {
|
|
|
173
188
|
deleteLink(args: DeleteLinkCommandInput, cb: (err: any, data?: DeleteLinkCommandOutput) => void): void;
|
|
174
189
|
deleteLink(args: DeleteLinkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLinkCommandOutput) => void): void;
|
|
175
190
|
|
|
191
|
+
deletePeering(args: DeletePeeringCommandInput, options?: __HttpHandlerOptions): Promise<DeletePeeringCommandOutput>;
|
|
192
|
+
deletePeering(args: DeletePeeringCommandInput, cb: (err: any, data?: DeletePeeringCommandOutput) => void): void;
|
|
193
|
+
deletePeering(args: DeletePeeringCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePeeringCommandOutput) => void): void;
|
|
194
|
+
|
|
176
195
|
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcePolicyCommandOutput>;
|
|
177
196
|
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
|
|
178
197
|
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
|
|
@@ -229,6 +248,10 @@ export declare class NetworkManager extends NetworkManagerClient {
|
|
|
229
248
|
getCoreNetwork(args: GetCoreNetworkCommandInput, cb: (err: any, data?: GetCoreNetworkCommandOutput) => void): void;
|
|
230
249
|
getCoreNetwork(args: GetCoreNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCoreNetworkCommandOutput) => void): void;
|
|
231
250
|
|
|
251
|
+
getCoreNetworkChangeEvents(args: GetCoreNetworkChangeEventsCommandInput, options?: __HttpHandlerOptions): Promise<GetCoreNetworkChangeEventsCommandOutput>;
|
|
252
|
+
getCoreNetworkChangeEvents(args: GetCoreNetworkChangeEventsCommandInput, cb: (err: any, data?: GetCoreNetworkChangeEventsCommandOutput) => void): void;
|
|
253
|
+
getCoreNetworkChangeEvents(args: GetCoreNetworkChangeEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCoreNetworkChangeEventsCommandOutput) => void): void;
|
|
254
|
+
|
|
232
255
|
getCoreNetworkChangeSet(args: GetCoreNetworkChangeSetCommandInput, options?: __HttpHandlerOptions): Promise<GetCoreNetworkChangeSetCommandOutput>;
|
|
233
256
|
getCoreNetworkChangeSet(args: GetCoreNetworkChangeSetCommandInput, cb: (err: any, data?: GetCoreNetworkChangeSetCommandOutput) => void): void;
|
|
234
257
|
getCoreNetworkChangeSet(args: GetCoreNetworkChangeSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCoreNetworkChangeSetCommandOutput) => void): void;
|
|
@@ -293,10 +316,18 @@ export declare class NetworkManager extends NetworkManagerClient {
|
|
|
293
316
|
getTransitGatewayConnectPeerAssociations(args: GetTransitGatewayConnectPeerAssociationsCommandInput, cb: (err: any, data?: GetTransitGatewayConnectPeerAssociationsCommandOutput) => void): void;
|
|
294
317
|
getTransitGatewayConnectPeerAssociations(args: GetTransitGatewayConnectPeerAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTransitGatewayConnectPeerAssociationsCommandOutput) => void): void;
|
|
295
318
|
|
|
319
|
+
getTransitGatewayPeering(args: GetTransitGatewayPeeringCommandInput, options?: __HttpHandlerOptions): Promise<GetTransitGatewayPeeringCommandOutput>;
|
|
320
|
+
getTransitGatewayPeering(args: GetTransitGatewayPeeringCommandInput, cb: (err: any, data?: GetTransitGatewayPeeringCommandOutput) => void): void;
|
|
321
|
+
getTransitGatewayPeering(args: GetTransitGatewayPeeringCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTransitGatewayPeeringCommandOutput) => void): void;
|
|
322
|
+
|
|
296
323
|
getTransitGatewayRegistrations(args: GetTransitGatewayRegistrationsCommandInput, options?: __HttpHandlerOptions): Promise<GetTransitGatewayRegistrationsCommandOutput>;
|
|
297
324
|
getTransitGatewayRegistrations(args: GetTransitGatewayRegistrationsCommandInput, cb: (err: any, data?: GetTransitGatewayRegistrationsCommandOutput) => void): void;
|
|
298
325
|
getTransitGatewayRegistrations(args: GetTransitGatewayRegistrationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTransitGatewayRegistrationsCommandOutput) => void): void;
|
|
299
326
|
|
|
327
|
+
getTransitGatewayRouteTableAttachment(args: GetTransitGatewayRouteTableAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<GetTransitGatewayRouteTableAttachmentCommandOutput>;
|
|
328
|
+
getTransitGatewayRouteTableAttachment(args: GetTransitGatewayRouteTableAttachmentCommandInput, cb: (err: any, data?: GetTransitGatewayRouteTableAttachmentCommandOutput) => void): void;
|
|
329
|
+
getTransitGatewayRouteTableAttachment(args: GetTransitGatewayRouteTableAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTransitGatewayRouteTableAttachmentCommandOutput) => void): void;
|
|
330
|
+
|
|
300
331
|
getVpcAttachment(args: GetVpcAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<GetVpcAttachmentCommandOutput>;
|
|
301
332
|
getVpcAttachment(args: GetVpcAttachmentCommandInput, cb: (err: any, data?: GetVpcAttachmentCommandOutput) => void): void;
|
|
302
333
|
getVpcAttachment(args: GetVpcAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVpcAttachmentCommandOutput) => void): void;
|
|
@@ -316,10 +347,15 @@ export declare class NetworkManager extends NetworkManagerClient {
|
|
|
316
347
|
listCoreNetworks(args: ListCoreNetworksCommandInput, options?: __HttpHandlerOptions): Promise<ListCoreNetworksCommandOutput>;
|
|
317
348
|
listCoreNetworks(args: ListCoreNetworksCommandInput, cb: (err: any, data?: ListCoreNetworksCommandOutput) => void): void;
|
|
318
349
|
listCoreNetworks(args: ListCoreNetworksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCoreNetworksCommandOutput) => void): void;
|
|
350
|
+
|
|
319
351
|
listOrganizationServiceAccessStatus(args: ListOrganizationServiceAccessStatusCommandInput, options?: __HttpHandlerOptions): Promise<ListOrganizationServiceAccessStatusCommandOutput>;
|
|
320
352
|
listOrganizationServiceAccessStatus(args: ListOrganizationServiceAccessStatusCommandInput, cb: (err: any, data?: ListOrganizationServiceAccessStatusCommandOutput) => void): void;
|
|
321
353
|
listOrganizationServiceAccessStatus(args: ListOrganizationServiceAccessStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOrganizationServiceAccessStatusCommandOutput) => void): void;
|
|
322
354
|
|
|
355
|
+
listPeerings(args: ListPeeringsCommandInput, options?: __HttpHandlerOptions): Promise<ListPeeringsCommandOutput>;
|
|
356
|
+
listPeerings(args: ListPeeringsCommandInput, cb: (err: any, data?: ListPeeringsCommandOutput) => void): void;
|
|
357
|
+
listPeerings(args: ListPeeringsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPeeringsCommandOutput) => void): void;
|
|
358
|
+
|
|
323
359
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
324
360
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
325
361
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
@@ -343,6 +379,7 @@ export declare class NetworkManager extends NetworkManagerClient {
|
|
|
343
379
|
restoreCoreNetworkPolicyVersion(args: RestoreCoreNetworkPolicyVersionCommandInput, options?: __HttpHandlerOptions): Promise<RestoreCoreNetworkPolicyVersionCommandOutput>;
|
|
344
380
|
restoreCoreNetworkPolicyVersion(args: RestoreCoreNetworkPolicyVersionCommandInput, cb: (err: any, data?: RestoreCoreNetworkPolicyVersionCommandOutput) => void): void;
|
|
345
381
|
restoreCoreNetworkPolicyVersion(args: RestoreCoreNetworkPolicyVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreCoreNetworkPolicyVersionCommandOutput) => void): void;
|
|
382
|
+
|
|
346
383
|
startOrganizationServiceAccessUpdate(args: StartOrganizationServiceAccessUpdateCommandInput, options?: __HttpHandlerOptions): Promise<StartOrganizationServiceAccessUpdateCommandOutput>;
|
|
347
384
|
startOrganizationServiceAccessUpdate(args: StartOrganizationServiceAccessUpdateCommandInput, cb: (err: any, data?: StartOrganizationServiceAccessUpdateCommandOutput) => void): void;
|
|
348
385
|
startOrganizationServiceAccessUpdate(args: StartOrganizationServiceAccessUpdateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartOrganizationServiceAccessUpdateCommandOutput) => void): void;
|
|
@@ -20,6 +20,8 @@ import { CreateGlobalNetworkCommandInput, CreateGlobalNetworkCommandOutput } fro
|
|
|
20
20
|
import { CreateLinkCommandInput, CreateLinkCommandOutput } from "./commands/CreateLinkCommand";
|
|
21
21
|
import { CreateSiteCommandInput, CreateSiteCommandOutput } from "./commands/CreateSiteCommand";
|
|
22
22
|
import { CreateSiteToSiteVpnAttachmentCommandInput, CreateSiteToSiteVpnAttachmentCommandOutput } from "./commands/CreateSiteToSiteVpnAttachmentCommand";
|
|
23
|
+
import { CreateTransitGatewayPeeringCommandInput, CreateTransitGatewayPeeringCommandOutput } from "./commands/CreateTransitGatewayPeeringCommand";
|
|
24
|
+
import { CreateTransitGatewayRouteTableAttachmentCommandInput, CreateTransitGatewayRouteTableAttachmentCommandOutput } from "./commands/CreateTransitGatewayRouteTableAttachmentCommand";
|
|
23
25
|
import { CreateVpcAttachmentCommandInput, CreateVpcAttachmentCommandOutput } from "./commands/CreateVpcAttachmentCommand";
|
|
24
26
|
import { DeleteAttachmentCommandInput, DeleteAttachmentCommandOutput } from "./commands/DeleteAttachmentCommand";
|
|
25
27
|
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
@@ -29,6 +31,7 @@ import { DeleteCoreNetworkPolicyVersionCommandInput, DeleteCoreNetworkPolicyVers
|
|
|
29
31
|
import { DeleteDeviceCommandInput, DeleteDeviceCommandOutput } from "./commands/DeleteDeviceCommand";
|
|
30
32
|
import { DeleteGlobalNetworkCommandInput, DeleteGlobalNetworkCommandOutput } from "./commands/DeleteGlobalNetworkCommand";
|
|
31
33
|
import { DeleteLinkCommandInput, DeleteLinkCommandOutput } from "./commands/DeleteLinkCommand";
|
|
34
|
+
import { DeletePeeringCommandInput, DeletePeeringCommandOutput } from "./commands/DeletePeeringCommand";
|
|
32
35
|
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
33
36
|
import { DeleteSiteCommandInput, DeleteSiteCommandOutput } from "./commands/DeleteSiteCommand";
|
|
34
37
|
import { DeregisterTransitGatewayCommandInput, DeregisterTransitGatewayCommandOutput } from "./commands/DeregisterTransitGatewayCommand";
|
|
@@ -42,6 +45,7 @@ import { GetConnectAttachmentCommandInput, GetConnectAttachmentCommandOutput } f
|
|
|
42
45
|
import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "./commands/GetConnectionsCommand";
|
|
43
46
|
import { GetConnectPeerAssociationsCommandInput, GetConnectPeerAssociationsCommandOutput } from "./commands/GetConnectPeerAssociationsCommand";
|
|
44
47
|
import { GetConnectPeerCommandInput, GetConnectPeerCommandOutput } from "./commands/GetConnectPeerCommand";
|
|
48
|
+
import { GetCoreNetworkChangeEventsCommandInput, GetCoreNetworkChangeEventsCommandOutput } from "./commands/GetCoreNetworkChangeEventsCommand";
|
|
45
49
|
import { GetCoreNetworkChangeSetCommandInput, GetCoreNetworkChangeSetCommandOutput } from "./commands/GetCoreNetworkChangeSetCommand";
|
|
46
50
|
import { GetCoreNetworkCommandInput, GetCoreNetworkCommandOutput } from "./commands/GetCoreNetworkCommand";
|
|
47
51
|
import { GetCoreNetworkPolicyCommandInput, GetCoreNetworkPolicyCommandOutput } from "./commands/GetCoreNetworkPolicyCommand";
|
|
@@ -59,13 +63,16 @@ import { GetRouteAnalysisCommandInput, GetRouteAnalysisCommandOutput } from "./c
|
|
|
59
63
|
import { GetSitesCommandInput, GetSitesCommandOutput } from "./commands/GetSitesCommand";
|
|
60
64
|
import { GetSiteToSiteVpnAttachmentCommandInput, GetSiteToSiteVpnAttachmentCommandOutput } from "./commands/GetSiteToSiteVpnAttachmentCommand";
|
|
61
65
|
import { GetTransitGatewayConnectPeerAssociationsCommandInput, GetTransitGatewayConnectPeerAssociationsCommandOutput } from "./commands/GetTransitGatewayConnectPeerAssociationsCommand";
|
|
66
|
+
import { GetTransitGatewayPeeringCommandInput, GetTransitGatewayPeeringCommandOutput } from "./commands/GetTransitGatewayPeeringCommand";
|
|
62
67
|
import { GetTransitGatewayRegistrationsCommandInput, GetTransitGatewayRegistrationsCommandOutput } from "./commands/GetTransitGatewayRegistrationsCommand";
|
|
68
|
+
import { GetTransitGatewayRouteTableAttachmentCommandInput, GetTransitGatewayRouteTableAttachmentCommandOutput } from "./commands/GetTransitGatewayRouteTableAttachmentCommand";
|
|
63
69
|
import { GetVpcAttachmentCommandInput, GetVpcAttachmentCommandOutput } from "./commands/GetVpcAttachmentCommand";
|
|
64
70
|
import { ListAttachmentsCommandInput, ListAttachmentsCommandOutput } from "./commands/ListAttachmentsCommand";
|
|
65
71
|
import { ListConnectPeersCommandInput, ListConnectPeersCommandOutput } from "./commands/ListConnectPeersCommand";
|
|
66
72
|
import { ListCoreNetworkPolicyVersionsCommandInput, ListCoreNetworkPolicyVersionsCommandOutput } from "./commands/ListCoreNetworkPolicyVersionsCommand";
|
|
67
73
|
import { ListCoreNetworksCommandInput, ListCoreNetworksCommandOutput } from "./commands/ListCoreNetworksCommand";
|
|
68
74
|
import { ListOrganizationServiceAccessStatusCommandInput, ListOrganizationServiceAccessStatusCommandOutput } from "./commands/ListOrganizationServiceAccessStatusCommand";
|
|
75
|
+
import { ListPeeringsCommandInput, ListPeeringsCommandOutput } from "./commands/ListPeeringsCommand";
|
|
69
76
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
70
77
|
import { PutCoreNetworkPolicyCommandInput, PutCoreNetworkPolicyCommandOutput } from "./commands/PutCoreNetworkPolicyCommand";
|
|
71
78
|
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
@@ -84,8 +91,8 @@ import { UpdateLinkCommandInput, UpdateLinkCommandOutput } from "./commands/Upda
|
|
|
84
91
|
import { UpdateNetworkResourceMetadataCommandInput, UpdateNetworkResourceMetadataCommandOutput } from "./commands/UpdateNetworkResourceMetadataCommand";
|
|
85
92
|
import { UpdateSiteCommandInput, UpdateSiteCommandOutput } from "./commands/UpdateSiteCommand";
|
|
86
93
|
import { UpdateVpcAttachmentCommandInput, UpdateVpcAttachmentCommandOutput } from "./commands/UpdateVpcAttachmentCommand";
|
|
87
|
-
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 | ListOrganizationServiceAccessStatusCommandInput | ListTagsForResourceCommandInput | PutCoreNetworkPolicyCommandInput | PutResourcePolicyCommandInput | RegisterTransitGatewayCommandInput | RejectAttachmentCommandInput | RestoreCoreNetworkPolicyVersionCommandInput | StartOrganizationServiceAccessUpdateCommandInput | StartRouteAnalysisCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConnectionCommandInput | UpdateCoreNetworkCommandInput | UpdateDeviceCommandInput | UpdateGlobalNetworkCommandInput | UpdateLinkCommandInput | UpdateNetworkResourceMetadataCommandInput | UpdateSiteCommandInput | UpdateVpcAttachmentCommandInput;
|
|
88
|
-
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 | ListOrganizationServiceAccessStatusCommandOutput | ListTagsForResourceCommandOutput | PutCoreNetworkPolicyCommandOutput | PutResourcePolicyCommandOutput | RegisterTransitGatewayCommandOutput | RejectAttachmentCommandOutput | RestoreCoreNetworkPolicyVersionCommandOutput | StartOrganizationServiceAccessUpdateCommandOutput | StartRouteAnalysisCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConnectionCommandOutput | UpdateCoreNetworkCommandOutput | UpdateDeviceCommandOutput | UpdateGlobalNetworkCommandOutput | UpdateLinkCommandOutput | UpdateNetworkResourceMetadataCommandOutput | UpdateSiteCommandOutput | UpdateVpcAttachmentCommandOutput;
|
|
94
|
+
export declare type ServiceInputTypes = AcceptAttachmentCommandInput | AssociateConnectPeerCommandInput | AssociateCustomerGatewayCommandInput | AssociateLinkCommandInput | AssociateTransitGatewayConnectPeerCommandInput | CreateConnectAttachmentCommandInput | CreateConnectPeerCommandInput | CreateConnectionCommandInput | CreateCoreNetworkCommandInput | CreateDeviceCommandInput | CreateGlobalNetworkCommandInput | CreateLinkCommandInput | CreateSiteCommandInput | CreateSiteToSiteVpnAttachmentCommandInput | CreateTransitGatewayPeeringCommandInput | CreateTransitGatewayRouteTableAttachmentCommandInput | CreateVpcAttachmentCommandInput | DeleteAttachmentCommandInput | DeleteConnectPeerCommandInput | DeleteConnectionCommandInput | DeleteCoreNetworkCommandInput | DeleteCoreNetworkPolicyVersionCommandInput | DeleteDeviceCommandInput | DeleteGlobalNetworkCommandInput | DeleteLinkCommandInput | DeletePeeringCommandInput | DeleteResourcePolicyCommandInput | DeleteSiteCommandInput | DeregisterTransitGatewayCommandInput | DescribeGlobalNetworksCommandInput | DisassociateConnectPeerCommandInput | DisassociateCustomerGatewayCommandInput | DisassociateLinkCommandInput | DisassociateTransitGatewayConnectPeerCommandInput | ExecuteCoreNetworkChangeSetCommandInput | GetConnectAttachmentCommandInput | GetConnectPeerAssociationsCommandInput | GetConnectPeerCommandInput | GetConnectionsCommandInput | GetCoreNetworkChangeEventsCommandInput | GetCoreNetworkChangeSetCommandInput | GetCoreNetworkCommandInput | GetCoreNetworkPolicyCommandInput | GetCustomerGatewayAssociationsCommandInput | GetDevicesCommandInput | GetLinkAssociationsCommandInput | GetLinksCommandInput | GetNetworkResourceCountsCommandInput | GetNetworkResourceRelationshipsCommandInput | GetNetworkResourcesCommandInput | GetNetworkRoutesCommandInput | GetNetworkTelemetryCommandInput | GetResourcePolicyCommandInput | GetRouteAnalysisCommandInput | GetSiteToSiteVpnAttachmentCommandInput | GetSitesCommandInput | GetTransitGatewayConnectPeerAssociationsCommandInput | GetTransitGatewayPeeringCommandInput | GetTransitGatewayRegistrationsCommandInput | GetTransitGatewayRouteTableAttachmentCommandInput | GetVpcAttachmentCommandInput | ListAttachmentsCommandInput | ListConnectPeersCommandInput | ListCoreNetworkPolicyVersionsCommandInput | ListCoreNetworksCommandInput | ListOrganizationServiceAccessStatusCommandInput | ListPeeringsCommandInput | ListTagsForResourceCommandInput | PutCoreNetworkPolicyCommandInput | PutResourcePolicyCommandInput | RegisterTransitGatewayCommandInput | RejectAttachmentCommandInput | RestoreCoreNetworkPolicyVersionCommandInput | StartOrganizationServiceAccessUpdateCommandInput | StartRouteAnalysisCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConnectionCommandInput | UpdateCoreNetworkCommandInput | UpdateDeviceCommandInput | UpdateGlobalNetworkCommandInput | UpdateLinkCommandInput | UpdateNetworkResourceMetadataCommandInput | UpdateSiteCommandInput | UpdateVpcAttachmentCommandInput;
|
|
95
|
+
export declare type ServiceOutputTypes = AcceptAttachmentCommandOutput | AssociateConnectPeerCommandOutput | AssociateCustomerGatewayCommandOutput | AssociateLinkCommandOutput | AssociateTransitGatewayConnectPeerCommandOutput | CreateConnectAttachmentCommandOutput | CreateConnectPeerCommandOutput | CreateConnectionCommandOutput | CreateCoreNetworkCommandOutput | CreateDeviceCommandOutput | CreateGlobalNetworkCommandOutput | CreateLinkCommandOutput | CreateSiteCommandOutput | CreateSiteToSiteVpnAttachmentCommandOutput | CreateTransitGatewayPeeringCommandOutput | CreateTransitGatewayRouteTableAttachmentCommandOutput | CreateVpcAttachmentCommandOutput | DeleteAttachmentCommandOutput | DeleteConnectPeerCommandOutput | DeleteConnectionCommandOutput | DeleteCoreNetworkCommandOutput | DeleteCoreNetworkPolicyVersionCommandOutput | DeleteDeviceCommandOutput | DeleteGlobalNetworkCommandOutput | DeleteLinkCommandOutput | DeletePeeringCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSiteCommandOutput | DeregisterTransitGatewayCommandOutput | DescribeGlobalNetworksCommandOutput | DisassociateConnectPeerCommandOutput | DisassociateCustomerGatewayCommandOutput | DisassociateLinkCommandOutput | DisassociateTransitGatewayConnectPeerCommandOutput | ExecuteCoreNetworkChangeSetCommandOutput | GetConnectAttachmentCommandOutput | GetConnectPeerAssociationsCommandOutput | GetConnectPeerCommandOutput | GetConnectionsCommandOutput | GetCoreNetworkChangeEventsCommandOutput | GetCoreNetworkChangeSetCommandOutput | GetCoreNetworkCommandOutput | GetCoreNetworkPolicyCommandOutput | GetCustomerGatewayAssociationsCommandOutput | GetDevicesCommandOutput | GetLinkAssociationsCommandOutput | GetLinksCommandOutput | GetNetworkResourceCountsCommandOutput | GetNetworkResourceRelationshipsCommandOutput | GetNetworkResourcesCommandOutput | GetNetworkRoutesCommandOutput | GetNetworkTelemetryCommandOutput | GetResourcePolicyCommandOutput | GetRouteAnalysisCommandOutput | GetSiteToSiteVpnAttachmentCommandOutput | GetSitesCommandOutput | GetTransitGatewayConnectPeerAssociationsCommandOutput | GetTransitGatewayPeeringCommandOutput | GetTransitGatewayRegistrationsCommandOutput | GetTransitGatewayRouteTableAttachmentCommandOutput | GetVpcAttachmentCommandOutput | ListAttachmentsCommandOutput | ListConnectPeersCommandOutput | ListCoreNetworkPolicyVersionsCommandOutput | ListCoreNetworksCommandOutput | ListOrganizationServiceAccessStatusCommandOutput | ListPeeringsCommandOutput | ListTagsForResourceCommandOutput | PutCoreNetworkPolicyCommandOutput | PutResourcePolicyCommandOutput | RegisterTransitGatewayCommandOutput | RejectAttachmentCommandOutput | RestoreCoreNetworkPolicyVersionCommandOutput | StartOrganizationServiceAccessUpdateCommandOutput | StartRouteAnalysisCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConnectionCommandOutput | UpdateCoreNetworkCommandOutput | UpdateDeviceCommandOutput | UpdateGlobalNetworkCommandOutput | UpdateLinkCommandOutput | UpdateNetworkResourceMetadataCommandOutput | UpdateSiteCommandOutput | UpdateVpcAttachmentCommandOutput;
|
|
89
96
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
90
97
|
|
|
91
98
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { CreateTransitGatewayPeeringRequest, CreateTransitGatewayPeeringResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface CreateTransitGatewayPeeringCommandInput extends CreateTransitGatewayPeeringRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateTransitGatewayPeeringCommandOutput extends CreateTransitGatewayPeeringResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateTransitGatewayPeeringCommand extends $Command<CreateTransitGatewayPeeringCommandInput, CreateTransitGatewayPeeringCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateTransitGatewayPeeringCommandInput;
|
|
12
|
+
constructor(input: CreateTransitGatewayPeeringCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTransitGatewayPeeringCommandInput, CreateTransitGatewayPeeringCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { CreateTransitGatewayRouteTableAttachmentRequest, CreateTransitGatewayRouteTableAttachmentResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface CreateTransitGatewayRouteTableAttachmentCommandInput extends CreateTransitGatewayRouteTableAttachmentRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateTransitGatewayRouteTableAttachmentCommandOutput extends CreateTransitGatewayRouteTableAttachmentResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateTransitGatewayRouteTableAttachmentCommand extends $Command<CreateTransitGatewayRouteTableAttachmentCommandInput, CreateTransitGatewayRouteTableAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateTransitGatewayRouteTableAttachmentCommandInput;
|
|
12
|
+
constructor(input: CreateTransitGatewayRouteTableAttachmentCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTransitGatewayRouteTableAttachmentCommandInput, CreateTransitGatewayRouteTableAttachmentCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { DeletePeeringRequest, DeletePeeringResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface DeletePeeringCommandInput extends DeletePeeringRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeletePeeringCommandOutput extends DeletePeeringResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeletePeeringCommand extends $Command<DeletePeeringCommandInput, DeletePeeringCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
11
|
+
readonly input: DeletePeeringCommandInput;
|
|
12
|
+
constructor(input: DeletePeeringCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePeeringCommandInput, DeletePeeringCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { GetCoreNetworkChangeEventsRequest, GetCoreNetworkChangeEventsResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface GetCoreNetworkChangeEventsCommandInput extends GetCoreNetworkChangeEventsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetCoreNetworkChangeEventsCommandOutput extends GetCoreNetworkChangeEventsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetCoreNetworkChangeEventsCommand extends $Command<GetCoreNetworkChangeEventsCommandInput, GetCoreNetworkChangeEventsCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
11
|
+
readonly input: GetCoreNetworkChangeEventsCommandInput;
|
|
12
|
+
constructor(input: GetCoreNetworkChangeEventsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCoreNetworkChangeEventsCommandInput, GetCoreNetworkChangeEventsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { GetTransitGatewayPeeringRequest, GetTransitGatewayPeeringResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface GetTransitGatewayPeeringCommandInput extends GetTransitGatewayPeeringRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetTransitGatewayPeeringCommandOutput extends GetTransitGatewayPeeringResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetTransitGatewayPeeringCommand extends $Command<GetTransitGatewayPeeringCommandInput, GetTransitGatewayPeeringCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
11
|
+
readonly input: GetTransitGatewayPeeringCommandInput;
|
|
12
|
+
constructor(input: GetTransitGatewayPeeringCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTransitGatewayPeeringCommandInput, GetTransitGatewayPeeringCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { GetTransitGatewayRouteTableAttachmentRequest, GetTransitGatewayRouteTableAttachmentResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface GetTransitGatewayRouteTableAttachmentCommandInput extends GetTransitGatewayRouteTableAttachmentRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetTransitGatewayRouteTableAttachmentCommandOutput extends GetTransitGatewayRouteTableAttachmentResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetTransitGatewayRouteTableAttachmentCommand extends $Command<GetTransitGatewayRouteTableAttachmentCommandInput, GetTransitGatewayRouteTableAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
11
|
+
readonly input: GetTransitGatewayRouteTableAttachmentCommandInput;
|
|
12
|
+
constructor(input: GetTransitGatewayRouteTableAttachmentCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTransitGatewayRouteTableAttachmentCommandInput, GetTransitGatewayRouteTableAttachmentCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -6,6 +6,7 @@ export interface ListOrganizationServiceAccessStatusCommandInput extends ListOrg
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListOrganizationServiceAccessStatusCommandOutput extends ListOrganizationServiceAccessStatusResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
+
|
|
9
10
|
export declare class ListOrganizationServiceAccessStatusCommand extends $Command<ListOrganizationServiceAccessStatusCommandInput, ListOrganizationServiceAccessStatusCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
10
11
|
readonly input: ListOrganizationServiceAccessStatusCommandInput;
|
|
11
12
|
constructor(input: ListOrganizationServiceAccessStatusCommandInput);
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { ListPeeringsRequest, ListPeeringsResponse } from "../models/models_0";
|
|
4
|
+
import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient";
|
|
5
|
+
export interface ListPeeringsCommandInput extends ListPeeringsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListPeeringsCommandOutput extends ListPeeringsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListPeeringsCommand extends $Command<ListPeeringsCommandInput, ListPeeringsCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
11
|
+
readonly input: ListPeeringsCommandInput;
|
|
12
|
+
constructor(input: ListPeeringsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPeeringsCommandInput, ListPeeringsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -6,6 +6,7 @@ export interface StartOrganizationServiceAccessUpdateCommandInput extends StartO
|
|
|
6
6
|
}
|
|
7
7
|
export interface StartOrganizationServiceAccessUpdateCommandOutput extends StartOrganizationServiceAccessUpdateResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
+
|
|
9
10
|
export declare class StartOrganizationServiceAccessUpdateCommand extends $Command<StartOrganizationServiceAccessUpdateCommandInput, StartOrganizationServiceAccessUpdateCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
10
11
|
readonly input: StartOrganizationServiceAccessUpdateCommandInput;
|
|
11
12
|
constructor(input: StartOrganizationServiceAccessUpdateCommandInput);
|
|
@@ -12,6 +12,8 @@ export * from "./CreateGlobalNetworkCommand";
|
|
|
12
12
|
export * from "./CreateLinkCommand";
|
|
13
13
|
export * from "./CreateSiteCommand";
|
|
14
14
|
export * from "./CreateSiteToSiteVpnAttachmentCommand";
|
|
15
|
+
export * from "./CreateTransitGatewayPeeringCommand";
|
|
16
|
+
export * from "./CreateTransitGatewayRouteTableAttachmentCommand";
|
|
15
17
|
export * from "./CreateVpcAttachmentCommand";
|
|
16
18
|
export * from "./DeleteAttachmentCommand";
|
|
17
19
|
export * from "./DeleteConnectPeerCommand";
|
|
@@ -21,6 +23,7 @@ export * from "./DeleteCoreNetworkPolicyVersionCommand";
|
|
|
21
23
|
export * from "./DeleteDeviceCommand";
|
|
22
24
|
export * from "./DeleteGlobalNetworkCommand";
|
|
23
25
|
export * from "./DeleteLinkCommand";
|
|
26
|
+
export * from "./DeletePeeringCommand";
|
|
24
27
|
export * from "./DeleteResourcePolicyCommand";
|
|
25
28
|
export * from "./DeleteSiteCommand";
|
|
26
29
|
export * from "./DeregisterTransitGatewayCommand";
|
|
@@ -34,6 +37,7 @@ export * from "./GetConnectAttachmentCommand";
|
|
|
34
37
|
export * from "./GetConnectPeerAssociationsCommand";
|
|
35
38
|
export * from "./GetConnectPeerCommand";
|
|
36
39
|
export * from "./GetConnectionsCommand";
|
|
40
|
+
export * from "./GetCoreNetworkChangeEventsCommand";
|
|
37
41
|
export * from "./GetCoreNetworkChangeSetCommand";
|
|
38
42
|
export * from "./GetCoreNetworkCommand";
|
|
39
43
|
export * from "./GetCoreNetworkPolicyCommand";
|
|
@@ -51,13 +55,16 @@ export * from "./GetRouteAnalysisCommand";
|
|
|
51
55
|
export * from "./GetSiteToSiteVpnAttachmentCommand";
|
|
52
56
|
export * from "./GetSitesCommand";
|
|
53
57
|
export * from "./GetTransitGatewayConnectPeerAssociationsCommand";
|
|
58
|
+
export * from "./GetTransitGatewayPeeringCommand";
|
|
54
59
|
export * from "./GetTransitGatewayRegistrationsCommand";
|
|
60
|
+
export * from "./GetTransitGatewayRouteTableAttachmentCommand";
|
|
55
61
|
export * from "./GetVpcAttachmentCommand";
|
|
56
62
|
export * from "./ListAttachmentsCommand";
|
|
57
63
|
export * from "./ListConnectPeersCommand";
|
|
58
64
|
export * from "./ListCoreNetworkPolicyVersionsCommand";
|
|
59
65
|
export * from "./ListCoreNetworksCommand";
|
|
60
66
|
export * from "./ListOrganizationServiceAccessStatusCommand";
|
|
67
|
+
export * from "./ListPeeringsCommand";
|
|
61
68
|
export * from "./ListTagsForResourceCommand";
|
|
62
69
|
export * from "./PutCoreNetworkPolicyCommand";
|
|
63
70
|
export * from "./PutResourcePolicyCommand";
|