@aws-sdk/client-networkmanager 3.312.0 → 3.316.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/dist-cjs/NetworkManager.js +89 -1190
- package/dist-cjs/protocols/Aws_restJson1.js +981 -1775
- package/dist-es/NetworkManager.js +89 -1190
- package/dist-es/protocols/Aws_restJson1.js +864 -1658
- package/dist-types/NetworkManager.d.ts +92 -220
- package/dist-types/ts3.4/NetworkManager.d.ts +4 -1
- package/package.json +6 -6
|
@@ -85,649 +85,521 @@ import { UpdateNetworkResourceMetadataCommandInput, UpdateNetworkResourceMetadat
|
|
|
85
85
|
import { UpdateSiteCommandInput, UpdateSiteCommandOutput } from "./commands/UpdateSiteCommand";
|
|
86
86
|
import { UpdateVpcAttachmentCommandInput, UpdateVpcAttachmentCommandOutput } from "./commands/UpdateVpcAttachmentCommand";
|
|
87
87
|
import { NetworkManagerClient } from "./NetworkManagerClient";
|
|
88
|
-
|
|
89
|
-
* @public
|
|
90
|
-
* <p>Amazon Web Services enables you to centrally manage your Amazon Web Services Cloud WAN core network and your Transit Gateway network across Amazon Web Services accounts, Regions, and on-premises locations.</p>
|
|
91
|
-
*/
|
|
92
|
-
export declare class NetworkManager extends NetworkManagerClient {
|
|
88
|
+
export interface NetworkManager {
|
|
93
89
|
/**
|
|
94
|
-
* @
|
|
95
|
-
* <p>Accepts a core network attachment request. </p>
|
|
96
|
-
* <p>Once the attachment request is accepted by a core network owner, the attachment is
|
|
97
|
-
* created and connected to a core network.</p>
|
|
90
|
+
* @see {@link AcceptAttachmentCommand}
|
|
98
91
|
*/
|
|
99
92
|
acceptAttachment(args: AcceptAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<AcceptAttachmentCommandOutput>;
|
|
100
93
|
acceptAttachment(args: AcceptAttachmentCommandInput, cb: (err: any, data?: AcceptAttachmentCommandOutput) => void): void;
|
|
101
94
|
acceptAttachment(args: AcceptAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptAttachmentCommandOutput) => void): void;
|
|
102
95
|
/**
|
|
103
|
-
* @
|
|
104
|
-
* <p>Associates a core network Connect peer with a device and optionally, with a link. </p>
|
|
105
|
-
* <p>If you specify a link, it must be associated with the specified device. You can only
|
|
106
|
-
* associate core network Connect peers that have been created on a core network Connect
|
|
107
|
-
* attachment on a core network. </p>
|
|
96
|
+
* @see {@link AssociateConnectPeerCommand}
|
|
108
97
|
*/
|
|
109
98
|
associateConnectPeer(args: AssociateConnectPeerCommandInput, options?: __HttpHandlerOptions): Promise<AssociateConnectPeerCommandOutput>;
|
|
110
99
|
associateConnectPeer(args: AssociateConnectPeerCommandInput, cb: (err: any, data?: AssociateConnectPeerCommandOutput) => void): void;
|
|
111
100
|
associateConnectPeer(args: AssociateConnectPeerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateConnectPeerCommandOutput) => void): void;
|
|
112
101
|
/**
|
|
113
|
-
* @
|
|
114
|
-
* <p>Associates a customer gateway with a device and optionally, with a link. If you
|
|
115
|
-
* specify a link, it must be associated with the specified device. </p>
|
|
116
|
-
* <p>You can only associate customer gateways that are connected to a VPN attachment on a
|
|
117
|
-
* transit gateway or core network registered in your global network. When you register a
|
|
118
|
-
* transit gateway or core network, customer gateways that are connected to the transit
|
|
119
|
-
* gateway are automatically included in the global network. To list customer gateways
|
|
120
|
-
* that are connected to a transit gateway, use the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpnConnections.html">DescribeVpnConnections</a> EC2 API and filter by
|
|
121
|
-
* <code>transit-gateway-id</code>.</p>
|
|
122
|
-
* <p>You cannot associate a customer gateway with more than one device and link. </p>
|
|
102
|
+
* @see {@link AssociateCustomerGatewayCommand}
|
|
123
103
|
*/
|
|
124
104
|
associateCustomerGateway(args: AssociateCustomerGatewayCommandInput, options?: __HttpHandlerOptions): Promise<AssociateCustomerGatewayCommandOutput>;
|
|
125
105
|
associateCustomerGateway(args: AssociateCustomerGatewayCommandInput, cb: (err: any, data?: AssociateCustomerGatewayCommandOutput) => void): void;
|
|
126
106
|
associateCustomerGateway(args: AssociateCustomerGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateCustomerGatewayCommandOutput) => void): void;
|
|
127
107
|
/**
|
|
128
|
-
* @
|
|
129
|
-
* <p>Associates a link to a device. A device can be associated to multiple links and a link can be associated to multiple devices. The device and link must be in the same global network and the same site.</p>
|
|
108
|
+
* @see {@link AssociateLinkCommand}
|
|
130
109
|
*/
|
|
131
110
|
associateLink(args: AssociateLinkCommandInput, options?: __HttpHandlerOptions): Promise<AssociateLinkCommandOutput>;
|
|
132
111
|
associateLink(args: AssociateLinkCommandInput, cb: (err: any, data?: AssociateLinkCommandOutput) => void): void;
|
|
133
112
|
associateLink(args: AssociateLinkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateLinkCommandOutput) => void): void;
|
|
134
113
|
/**
|
|
135
|
-
* @
|
|
136
|
-
* <p>Associates a transit gateway Connect peer with a device, and optionally, with a link. If you
|
|
137
|
-
* specify a link, it must be associated with the specified device. </p>
|
|
138
|
-
* <p>You can only associate transit gateway Connect peers that have been created on a
|
|
139
|
-
* transit gateway that's registered in your global network.</p>
|
|
140
|
-
* <p>You cannot associate a transit gateway Connect peer with more than one device and link. </p>
|
|
114
|
+
* @see {@link AssociateTransitGatewayConnectPeerCommand}
|
|
141
115
|
*/
|
|
142
116
|
associateTransitGatewayConnectPeer(args: AssociateTransitGatewayConnectPeerCommandInput, options?: __HttpHandlerOptions): Promise<AssociateTransitGatewayConnectPeerCommandOutput>;
|
|
143
117
|
associateTransitGatewayConnectPeer(args: AssociateTransitGatewayConnectPeerCommandInput, cb: (err: any, data?: AssociateTransitGatewayConnectPeerCommandOutput) => void): void;
|
|
144
118
|
associateTransitGatewayConnectPeer(args: AssociateTransitGatewayConnectPeerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateTransitGatewayConnectPeerCommandOutput) => void): void;
|
|
145
119
|
/**
|
|
146
|
-
* @
|
|
147
|
-
* <p>Creates a core network Connect attachment from a specified core network attachment. </p>
|
|
148
|
-
* <p>A core network Connect attachment is a GRE-based tunnel attachment that you can use to
|
|
149
|
-
* establish a connection between a core network and an appliance. A core network Connect
|
|
150
|
-
* attachment uses an existing VPC attachment as the underlying transport mechanism.</p>
|
|
120
|
+
* @see {@link CreateConnectAttachmentCommand}
|
|
151
121
|
*/
|
|
152
122
|
createConnectAttachment(args: CreateConnectAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectAttachmentCommandOutput>;
|
|
153
123
|
createConnectAttachment(args: CreateConnectAttachmentCommandInput, cb: (err: any, data?: CreateConnectAttachmentCommandOutput) => void): void;
|
|
154
124
|
createConnectAttachment(args: CreateConnectAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectAttachmentCommandOutput) => void): void;
|
|
155
125
|
/**
|
|
156
|
-
* @
|
|
157
|
-
* <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>
|
|
126
|
+
* @see {@link CreateConnectionCommand}
|
|
158
127
|
*/
|
|
159
128
|
createConnection(args: CreateConnectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectionCommandOutput>;
|
|
160
129
|
createConnection(args: CreateConnectionCommandInput, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
|
|
161
130
|
createConnection(args: CreateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
|
|
162
131
|
/**
|
|
163
|
-
* @
|
|
164
|
-
* <p>Creates a core network Connect peer for a specified core network connect attachment between a core network and an appliance.
|
|
165
|
-
* The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).</p>
|
|
132
|
+
* @see {@link CreateConnectPeerCommand}
|
|
166
133
|
*/
|
|
167
134
|
createConnectPeer(args: CreateConnectPeerCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectPeerCommandOutput>;
|
|
168
135
|
createConnectPeer(args: CreateConnectPeerCommandInput, cb: (err: any, data?: CreateConnectPeerCommandOutput) => void): void;
|
|
169
136
|
createConnectPeer(args: CreateConnectPeerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectPeerCommandOutput) => void): void;
|
|
170
137
|
/**
|
|
171
|
-
* @
|
|
172
|
-
* <p>Creates a core network as part of your global network, and optionally, with a core network policy.</p>
|
|
138
|
+
* @see {@link CreateCoreNetworkCommand}
|
|
173
139
|
*/
|
|
174
140
|
createCoreNetwork(args: CreateCoreNetworkCommandInput, options?: __HttpHandlerOptions): Promise<CreateCoreNetworkCommandOutput>;
|
|
175
141
|
createCoreNetwork(args: CreateCoreNetworkCommandInput, cb: (err: any, data?: CreateCoreNetworkCommandOutput) => void): void;
|
|
176
142
|
createCoreNetwork(args: CreateCoreNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCoreNetworkCommandOutput) => void): void;
|
|
177
143
|
/**
|
|
178
|
-
* @
|
|
179
|
-
* <p>Creates a new device in a global network. If you specify both a site ID and a
|
|
180
|
-
* location, the location of the site is used for visualization in the Network Manager console.</p>
|
|
144
|
+
* @see {@link CreateDeviceCommand}
|
|
181
145
|
*/
|
|
182
146
|
createDevice(args: CreateDeviceCommandInput, options?: __HttpHandlerOptions): Promise<CreateDeviceCommandOutput>;
|
|
183
147
|
createDevice(args: CreateDeviceCommandInput, cb: (err: any, data?: CreateDeviceCommandOutput) => void): void;
|
|
184
148
|
createDevice(args: CreateDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDeviceCommandOutput) => void): void;
|
|
185
149
|
/**
|
|
186
|
-
* @
|
|
187
|
-
* <p>Creates a new, empty global network.</p>
|
|
150
|
+
* @see {@link CreateGlobalNetworkCommand}
|
|
188
151
|
*/
|
|
189
152
|
createGlobalNetwork(args: CreateGlobalNetworkCommandInput, options?: __HttpHandlerOptions): Promise<CreateGlobalNetworkCommandOutput>;
|
|
190
153
|
createGlobalNetwork(args: CreateGlobalNetworkCommandInput, cb: (err: any, data?: CreateGlobalNetworkCommandOutput) => void): void;
|
|
191
154
|
createGlobalNetwork(args: CreateGlobalNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGlobalNetworkCommandOutput) => void): void;
|
|
192
155
|
/**
|
|
193
|
-
* @
|
|
194
|
-
* <p>Creates a new link for a specified site.</p>
|
|
156
|
+
* @see {@link CreateLinkCommand}
|
|
195
157
|
*/
|
|
196
158
|
createLink(args: CreateLinkCommandInput, options?: __HttpHandlerOptions): Promise<CreateLinkCommandOutput>;
|
|
197
159
|
createLink(args: CreateLinkCommandInput, cb: (err: any, data?: CreateLinkCommandOutput) => void): void;
|
|
198
160
|
createLink(args: CreateLinkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLinkCommandOutput) => void): void;
|
|
199
161
|
/**
|
|
200
|
-
* @
|
|
201
|
-
* <p>Creates a new site in a global network.</p>
|
|
162
|
+
* @see {@link CreateSiteCommand}
|
|
202
163
|
*/
|
|
203
164
|
createSite(args: CreateSiteCommandInput, options?: __HttpHandlerOptions): Promise<CreateSiteCommandOutput>;
|
|
204
165
|
createSite(args: CreateSiteCommandInput, cb: (err: any, data?: CreateSiteCommandOutput) => void): void;
|
|
205
166
|
createSite(args: CreateSiteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSiteCommandOutput) => void): void;
|
|
206
167
|
/**
|
|
207
|
-
* @
|
|
208
|
-
* <p>Creates an Amazon Web Services site-to-site VPN attachment on an edge location of a core network.</p>
|
|
168
|
+
* @see {@link CreateSiteToSiteVpnAttachmentCommand}
|
|
209
169
|
*/
|
|
210
170
|
createSiteToSiteVpnAttachment(args: CreateSiteToSiteVpnAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateSiteToSiteVpnAttachmentCommandOutput>;
|
|
211
171
|
createSiteToSiteVpnAttachment(args: CreateSiteToSiteVpnAttachmentCommandInput, cb: (err: any, data?: CreateSiteToSiteVpnAttachmentCommandOutput) => void): void;
|
|
212
172
|
createSiteToSiteVpnAttachment(args: CreateSiteToSiteVpnAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSiteToSiteVpnAttachmentCommandOutput) => void): void;
|
|
213
173
|
/**
|
|
214
|
-
* @
|
|
215
|
-
* <p>Creates a transit gateway peering connection.</p>
|
|
174
|
+
* @see {@link CreateTransitGatewayPeeringCommand}
|
|
216
175
|
*/
|
|
217
176
|
createTransitGatewayPeering(args: CreateTransitGatewayPeeringCommandInput, options?: __HttpHandlerOptions): Promise<CreateTransitGatewayPeeringCommandOutput>;
|
|
218
177
|
createTransitGatewayPeering(args: CreateTransitGatewayPeeringCommandInput, cb: (err: any, data?: CreateTransitGatewayPeeringCommandOutput) => void): void;
|
|
219
178
|
createTransitGatewayPeering(args: CreateTransitGatewayPeeringCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTransitGatewayPeeringCommandOutput) => void): void;
|
|
220
179
|
/**
|
|
221
|
-
* @
|
|
222
|
-
* <p>Creates a transit gateway route table attachment.</p>
|
|
180
|
+
* @see {@link CreateTransitGatewayRouteTableAttachmentCommand}
|
|
223
181
|
*/
|
|
224
182
|
createTransitGatewayRouteTableAttachment(args: CreateTransitGatewayRouteTableAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateTransitGatewayRouteTableAttachmentCommandOutput>;
|
|
225
183
|
createTransitGatewayRouteTableAttachment(args: CreateTransitGatewayRouteTableAttachmentCommandInput, cb: (err: any, data?: CreateTransitGatewayRouteTableAttachmentCommandOutput) => void): void;
|
|
226
184
|
createTransitGatewayRouteTableAttachment(args: CreateTransitGatewayRouteTableAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTransitGatewayRouteTableAttachmentCommandOutput) => void): void;
|
|
227
185
|
/**
|
|
228
|
-
* @
|
|
229
|
-
* <p>Creates a VPC attachment on an edge location of a core network.</p>
|
|
186
|
+
* @see {@link CreateVpcAttachmentCommand}
|
|
230
187
|
*/
|
|
231
188
|
createVpcAttachment(args: CreateVpcAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateVpcAttachmentCommandOutput>;
|
|
232
189
|
createVpcAttachment(args: CreateVpcAttachmentCommandInput, cb: (err: any, data?: CreateVpcAttachmentCommandOutput) => void): void;
|
|
233
190
|
createVpcAttachment(args: CreateVpcAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVpcAttachmentCommandOutput) => void): void;
|
|
234
191
|
/**
|
|
235
|
-
* @
|
|
236
|
-
* <p>Deletes an attachment. Supports all attachment types.</p>
|
|
192
|
+
* @see {@link DeleteAttachmentCommand}
|
|
237
193
|
*/
|
|
238
194
|
deleteAttachment(args: DeleteAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAttachmentCommandOutput>;
|
|
239
195
|
deleteAttachment(args: DeleteAttachmentCommandInput, cb: (err: any, data?: DeleteAttachmentCommandOutput) => void): void;
|
|
240
196
|
deleteAttachment(args: DeleteAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAttachmentCommandOutput) => void): void;
|
|
241
197
|
/**
|
|
242
|
-
* @
|
|
243
|
-
* <p>Deletes the specified connection in your global network.</p>
|
|
198
|
+
* @see {@link DeleteConnectionCommand}
|
|
244
199
|
*/
|
|
245
200
|
deleteConnection(args: DeleteConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectionCommandOutput>;
|
|
246
201
|
deleteConnection(args: DeleteConnectionCommandInput, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
|
|
247
202
|
deleteConnection(args: DeleteConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
|
|
248
203
|
/**
|
|
249
|
-
* @
|
|
250
|
-
* <p>Deletes a Connect peer.</p>
|
|
204
|
+
* @see {@link DeleteConnectPeerCommand}
|
|
251
205
|
*/
|
|
252
206
|
deleteConnectPeer(args: DeleteConnectPeerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectPeerCommandOutput>;
|
|
253
207
|
deleteConnectPeer(args: DeleteConnectPeerCommandInput, cb: (err: any, data?: DeleteConnectPeerCommandOutput) => void): void;
|
|
254
208
|
deleteConnectPeer(args: DeleteConnectPeerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectPeerCommandOutput) => void): void;
|
|
255
209
|
/**
|
|
256
|
-
* @
|
|
257
|
-
* <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>
|
|
210
|
+
* @see {@link DeleteCoreNetworkCommand}
|
|
258
211
|
*/
|
|
259
212
|
deleteCoreNetwork(args: DeleteCoreNetworkCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCoreNetworkCommandOutput>;
|
|
260
213
|
deleteCoreNetwork(args: DeleteCoreNetworkCommandInput, cb: (err: any, data?: DeleteCoreNetworkCommandOutput) => void): void;
|
|
261
214
|
deleteCoreNetwork(args: DeleteCoreNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCoreNetworkCommandOutput) => void): void;
|
|
262
215
|
/**
|
|
263
|
-
* @
|
|
264
|
-
* <p>Deletes a policy version from a core network. You can't delete the current LIVE policy.</p>
|
|
216
|
+
* @see {@link DeleteCoreNetworkPolicyVersionCommand}
|
|
265
217
|
*/
|
|
266
218
|
deleteCoreNetworkPolicyVersion(args: DeleteCoreNetworkPolicyVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCoreNetworkPolicyVersionCommandOutput>;
|
|
267
219
|
deleteCoreNetworkPolicyVersion(args: DeleteCoreNetworkPolicyVersionCommandInput, cb: (err: any, data?: DeleteCoreNetworkPolicyVersionCommandOutput) => void): void;
|
|
268
220
|
deleteCoreNetworkPolicyVersion(args: DeleteCoreNetworkPolicyVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCoreNetworkPolicyVersionCommandOutput) => void): void;
|
|
269
221
|
/**
|
|
270
|
-
* @
|
|
271
|
-
* <p>Deletes an existing device. You must first disassociate the device from any links and
|
|
272
|
-
* customer gateways.</p>
|
|
222
|
+
* @see {@link DeleteDeviceCommand}
|
|
273
223
|
*/
|
|
274
224
|
deleteDevice(args: DeleteDeviceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDeviceCommandOutput>;
|
|
275
225
|
deleteDevice(args: DeleteDeviceCommandInput, cb: (err: any, data?: DeleteDeviceCommandOutput) => void): void;
|
|
276
226
|
deleteDevice(args: DeleteDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDeviceCommandOutput) => void): void;
|
|
277
227
|
/**
|
|
278
|
-
* @
|
|
279
|
-
* <p>Deletes an existing global network. You must first delete all global network objects
|
|
280
|
-
* (devices, links, and sites), deregister all transit gateways, and delete any core networks.</p>
|
|
228
|
+
* @see {@link DeleteGlobalNetworkCommand}
|
|
281
229
|
*/
|
|
282
230
|
deleteGlobalNetwork(args: DeleteGlobalNetworkCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGlobalNetworkCommandOutput>;
|
|
283
231
|
deleteGlobalNetwork(args: DeleteGlobalNetworkCommandInput, cb: (err: any, data?: DeleteGlobalNetworkCommandOutput) => void): void;
|
|
284
232
|
deleteGlobalNetwork(args: DeleteGlobalNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGlobalNetworkCommandOutput) => void): void;
|
|
285
233
|
/**
|
|
286
|
-
* @
|
|
287
|
-
* <p>Deletes an existing link. You must first disassociate the link from any devices and
|
|
288
|
-
* customer gateways.</p>
|
|
234
|
+
* @see {@link DeleteLinkCommand}
|
|
289
235
|
*/
|
|
290
236
|
deleteLink(args: DeleteLinkCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLinkCommandOutput>;
|
|
291
237
|
deleteLink(args: DeleteLinkCommandInput, cb: (err: any, data?: DeleteLinkCommandOutput) => void): void;
|
|
292
238
|
deleteLink(args: DeleteLinkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLinkCommandOutput) => void): void;
|
|
293
239
|
/**
|
|
294
|
-
* @
|
|
295
|
-
* <p>Deletes an existing peering connection.</p>
|
|
240
|
+
* @see {@link DeletePeeringCommand}
|
|
296
241
|
*/
|
|
297
242
|
deletePeering(args: DeletePeeringCommandInput, options?: __HttpHandlerOptions): Promise<DeletePeeringCommandOutput>;
|
|
298
243
|
deletePeering(args: DeletePeeringCommandInput, cb: (err: any, data?: DeletePeeringCommandOutput) => void): void;
|
|
299
244
|
deletePeering(args: DeletePeeringCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePeeringCommandOutput) => void): void;
|
|
300
245
|
/**
|
|
301
|
-
* @
|
|
302
|
-
* <p>Deletes a resource policy for the specified resource. This revokes the access of the principals specified in the resource policy.</p>
|
|
246
|
+
* @see {@link DeleteResourcePolicyCommand}
|
|
303
247
|
*/
|
|
304
248
|
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcePolicyCommandOutput>;
|
|
305
249
|
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
|
|
306
250
|
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
|
|
307
251
|
/**
|
|
308
|
-
* @
|
|
309
|
-
* <p>Deletes an existing site. The site cannot be associated with any device or link.</p>
|
|
252
|
+
* @see {@link DeleteSiteCommand}
|
|
310
253
|
*/
|
|
311
254
|
deleteSite(args: DeleteSiteCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSiteCommandOutput>;
|
|
312
255
|
deleteSite(args: DeleteSiteCommandInput, cb: (err: any, data?: DeleteSiteCommandOutput) => void): void;
|
|
313
256
|
deleteSite(args: DeleteSiteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSiteCommandOutput) => void): void;
|
|
314
257
|
/**
|
|
315
|
-
* @
|
|
316
|
-
* <p>Deregisters a transit gateway from your global network. This action does not delete
|
|
317
|
-
* your transit gateway, or modify any of its attachments. This action removes any customer gateway associations.</p>
|
|
258
|
+
* @see {@link DeregisterTransitGatewayCommand}
|
|
318
259
|
*/
|
|
319
260
|
deregisterTransitGateway(args: DeregisterTransitGatewayCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterTransitGatewayCommandOutput>;
|
|
320
261
|
deregisterTransitGateway(args: DeregisterTransitGatewayCommandInput, cb: (err: any, data?: DeregisterTransitGatewayCommandOutput) => void): void;
|
|
321
262
|
deregisterTransitGateway(args: DeregisterTransitGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterTransitGatewayCommandOutput) => void): void;
|
|
322
263
|
/**
|
|
323
|
-
* @
|
|
324
|
-
* <p>Describes one or more global networks. By default, all global networks are
|
|
325
|
-
* described. To describe the objects in your global network, you must use the appropriate
|
|
326
|
-
* <code>Get*</code> action. For example, to list the transit gateways in your global
|
|
327
|
-
* network, use <a>GetTransitGatewayRegistrations</a>.</p>
|
|
264
|
+
* @see {@link DescribeGlobalNetworksCommand}
|
|
328
265
|
*/
|
|
329
266
|
describeGlobalNetworks(args: DescribeGlobalNetworksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGlobalNetworksCommandOutput>;
|
|
330
267
|
describeGlobalNetworks(args: DescribeGlobalNetworksCommandInput, cb: (err: any, data?: DescribeGlobalNetworksCommandOutput) => void): void;
|
|
331
268
|
describeGlobalNetworks(args: DescribeGlobalNetworksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGlobalNetworksCommandOutput) => void): void;
|
|
332
269
|
/**
|
|
333
|
-
* @
|
|
334
|
-
* <p>Disassociates a core network Connect peer from a device and a link. </p>
|
|
270
|
+
* @see {@link DisassociateConnectPeerCommand}
|
|
335
271
|
*/
|
|
336
272
|
disassociateConnectPeer(args: DisassociateConnectPeerCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateConnectPeerCommandOutput>;
|
|
337
273
|
disassociateConnectPeer(args: DisassociateConnectPeerCommandInput, cb: (err: any, data?: DisassociateConnectPeerCommandOutput) => void): void;
|
|
338
274
|
disassociateConnectPeer(args: DisassociateConnectPeerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateConnectPeerCommandOutput) => void): void;
|
|
339
275
|
/**
|
|
340
|
-
* @
|
|
341
|
-
* <p>Disassociates a customer gateway from a device and a link.</p>
|
|
276
|
+
* @see {@link DisassociateCustomerGatewayCommand}
|
|
342
277
|
*/
|
|
343
278
|
disassociateCustomerGateway(args: DisassociateCustomerGatewayCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateCustomerGatewayCommandOutput>;
|
|
344
279
|
disassociateCustomerGateway(args: DisassociateCustomerGatewayCommandInput, cb: (err: any, data?: DisassociateCustomerGatewayCommandOutput) => void): void;
|
|
345
280
|
disassociateCustomerGateway(args: DisassociateCustomerGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateCustomerGatewayCommandOutput) => void): void;
|
|
346
281
|
/**
|
|
347
|
-
* @
|
|
348
|
-
* <p>Disassociates an existing device from a link. You must first disassociate any customer
|
|
349
|
-
* gateways that are associated with the link.</p>
|
|
282
|
+
* @see {@link DisassociateLinkCommand}
|
|
350
283
|
*/
|
|
351
284
|
disassociateLink(args: DisassociateLinkCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateLinkCommandOutput>;
|
|
352
285
|
disassociateLink(args: DisassociateLinkCommandInput, cb: (err: any, data?: DisassociateLinkCommandOutput) => void): void;
|
|
353
286
|
disassociateLink(args: DisassociateLinkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateLinkCommandOutput) => void): void;
|
|
354
287
|
/**
|
|
355
|
-
* @
|
|
356
|
-
* <p>Disassociates a transit gateway Connect peer from a device and link.</p>
|
|
288
|
+
* @see {@link DisassociateTransitGatewayConnectPeerCommand}
|
|
357
289
|
*/
|
|
358
290
|
disassociateTransitGatewayConnectPeer(args: DisassociateTransitGatewayConnectPeerCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateTransitGatewayConnectPeerCommandOutput>;
|
|
359
291
|
disassociateTransitGatewayConnectPeer(args: DisassociateTransitGatewayConnectPeerCommandInput, cb: (err: any, data?: DisassociateTransitGatewayConnectPeerCommandOutput) => void): void;
|
|
360
292
|
disassociateTransitGatewayConnectPeer(args: DisassociateTransitGatewayConnectPeerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateTransitGatewayConnectPeerCommandOutput) => void): void;
|
|
361
293
|
/**
|
|
362
|
-
* @
|
|
363
|
-
* <p>Executes a change set on your core network. Deploys changes globally based on the policy submitted..</p>
|
|
294
|
+
* @see {@link ExecuteCoreNetworkChangeSetCommand}
|
|
364
295
|
*/
|
|
365
296
|
executeCoreNetworkChangeSet(args: ExecuteCoreNetworkChangeSetCommandInput, options?: __HttpHandlerOptions): Promise<ExecuteCoreNetworkChangeSetCommandOutput>;
|
|
366
297
|
executeCoreNetworkChangeSet(args: ExecuteCoreNetworkChangeSetCommandInput, cb: (err: any, data?: ExecuteCoreNetworkChangeSetCommandOutput) => void): void;
|
|
367
298
|
executeCoreNetworkChangeSet(args: ExecuteCoreNetworkChangeSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExecuteCoreNetworkChangeSetCommandOutput) => void): void;
|
|
368
299
|
/**
|
|
369
|
-
* @
|
|
370
|
-
* <p>Returns information about a core network Connect attachment.</p>
|
|
300
|
+
* @see {@link GetConnectAttachmentCommand}
|
|
371
301
|
*/
|
|
372
302
|
getConnectAttachment(args: GetConnectAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<GetConnectAttachmentCommandOutput>;
|
|
373
303
|
getConnectAttachment(args: GetConnectAttachmentCommandInput, cb: (err: any, data?: GetConnectAttachmentCommandOutput) => void): void;
|
|
374
304
|
getConnectAttachment(args: GetConnectAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectAttachmentCommandOutput) => void): void;
|
|
375
305
|
/**
|
|
376
|
-
* @
|
|
377
|
-
* <p>Gets information about one or more of your connections in a global network.</p>
|
|
306
|
+
* @see {@link GetConnectionsCommand}
|
|
378
307
|
*/
|
|
379
308
|
getConnections(args: GetConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<GetConnectionsCommandOutput>;
|
|
380
309
|
getConnections(args: GetConnectionsCommandInput, cb: (err: any, data?: GetConnectionsCommandOutput) => void): void;
|
|
381
310
|
getConnections(args: GetConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectionsCommandOutput) => void): void;
|
|
382
311
|
/**
|
|
383
|
-
* @
|
|
384
|
-
* <p>Returns information about a core network Connect peer.</p>
|
|
312
|
+
* @see {@link GetConnectPeerCommand}
|
|
385
313
|
*/
|
|
386
314
|
getConnectPeer(args: GetConnectPeerCommandInput, options?: __HttpHandlerOptions): Promise<GetConnectPeerCommandOutput>;
|
|
387
315
|
getConnectPeer(args: GetConnectPeerCommandInput, cb: (err: any, data?: GetConnectPeerCommandOutput) => void): void;
|
|
388
316
|
getConnectPeer(args: GetConnectPeerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectPeerCommandOutput) => void): void;
|
|
389
317
|
/**
|
|
390
|
-
* @
|
|
391
|
-
* <p>Returns information about a core network Connect peer associations.</p>
|
|
318
|
+
* @see {@link GetConnectPeerAssociationsCommand}
|
|
392
319
|
*/
|
|
393
320
|
getConnectPeerAssociations(args: GetConnectPeerAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<GetConnectPeerAssociationsCommandOutput>;
|
|
394
321
|
getConnectPeerAssociations(args: GetConnectPeerAssociationsCommandInput, cb: (err: any, data?: GetConnectPeerAssociationsCommandOutput) => void): void;
|
|
395
322
|
getConnectPeerAssociations(args: GetConnectPeerAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectPeerAssociationsCommandOutput) => void): void;
|
|
396
323
|
/**
|
|
397
|
-
* @
|
|
398
|
-
* <p>Returns information about the LIVE policy for a core network.</p>
|
|
324
|
+
* @see {@link GetCoreNetworkCommand}
|
|
399
325
|
*/
|
|
400
326
|
getCoreNetwork(args: GetCoreNetworkCommandInput, options?: __HttpHandlerOptions): Promise<GetCoreNetworkCommandOutput>;
|
|
401
327
|
getCoreNetwork(args: GetCoreNetworkCommandInput, cb: (err: any, data?: GetCoreNetworkCommandOutput) => void): void;
|
|
402
328
|
getCoreNetwork(args: GetCoreNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCoreNetworkCommandOutput) => void): void;
|
|
403
329
|
/**
|
|
404
|
-
* @
|
|
405
|
-
* <p>Returns information about a core network change event.</p>
|
|
330
|
+
* @see {@link GetCoreNetworkChangeEventsCommand}
|
|
406
331
|
*/
|
|
407
332
|
getCoreNetworkChangeEvents(args: GetCoreNetworkChangeEventsCommandInput, options?: __HttpHandlerOptions): Promise<GetCoreNetworkChangeEventsCommandOutput>;
|
|
408
333
|
getCoreNetworkChangeEvents(args: GetCoreNetworkChangeEventsCommandInput, cb: (err: any, data?: GetCoreNetworkChangeEventsCommandOutput) => void): void;
|
|
409
334
|
getCoreNetworkChangeEvents(args: GetCoreNetworkChangeEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCoreNetworkChangeEventsCommandOutput) => void): void;
|
|
410
335
|
/**
|
|
411
|
-
* @
|
|
412
|
-
* <p>Returns a change set between the LIVE core network policy and a submitted policy.</p>
|
|
336
|
+
* @see {@link GetCoreNetworkChangeSetCommand}
|
|
413
337
|
*/
|
|
414
338
|
getCoreNetworkChangeSet(args: GetCoreNetworkChangeSetCommandInput, options?: __HttpHandlerOptions): Promise<GetCoreNetworkChangeSetCommandOutput>;
|
|
415
339
|
getCoreNetworkChangeSet(args: GetCoreNetworkChangeSetCommandInput, cb: (err: any, data?: GetCoreNetworkChangeSetCommandOutput) => void): void;
|
|
416
340
|
getCoreNetworkChangeSet(args: GetCoreNetworkChangeSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCoreNetworkChangeSetCommandOutput) => void): void;
|
|
417
341
|
/**
|
|
418
|
-
* @
|
|
419
|
-
* <p>Returns details about a core network policy. You can get details about your current live policy or any previous policy version.</p>
|
|
342
|
+
* @see {@link GetCoreNetworkPolicyCommand}
|
|
420
343
|
*/
|
|
421
344
|
getCoreNetworkPolicy(args: GetCoreNetworkPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetCoreNetworkPolicyCommandOutput>;
|
|
422
345
|
getCoreNetworkPolicy(args: GetCoreNetworkPolicyCommandInput, cb: (err: any, data?: GetCoreNetworkPolicyCommandOutput) => void): void;
|
|
423
346
|
getCoreNetworkPolicy(args: GetCoreNetworkPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCoreNetworkPolicyCommandOutput) => void): void;
|
|
424
347
|
/**
|
|
425
|
-
* @
|
|
426
|
-
* <p>Gets the association information for customer gateways that are associated with
|
|
427
|
-
* devices and links in your global network.</p>
|
|
348
|
+
* @see {@link GetCustomerGatewayAssociationsCommand}
|
|
428
349
|
*/
|
|
429
350
|
getCustomerGatewayAssociations(args: GetCustomerGatewayAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<GetCustomerGatewayAssociationsCommandOutput>;
|
|
430
351
|
getCustomerGatewayAssociations(args: GetCustomerGatewayAssociationsCommandInput, cb: (err: any, data?: GetCustomerGatewayAssociationsCommandOutput) => void): void;
|
|
431
352
|
getCustomerGatewayAssociations(args: GetCustomerGatewayAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCustomerGatewayAssociationsCommandOutput) => void): void;
|
|
432
353
|
/**
|
|
433
|
-
* @
|
|
434
|
-
* <p>Gets information about one or more of your devices in a global network.</p>
|
|
354
|
+
* @see {@link GetDevicesCommand}
|
|
435
355
|
*/
|
|
436
356
|
getDevices(args: GetDevicesCommandInput, options?: __HttpHandlerOptions): Promise<GetDevicesCommandOutput>;
|
|
437
357
|
getDevices(args: GetDevicesCommandInput, cb: (err: any, data?: GetDevicesCommandOutput) => void): void;
|
|
438
358
|
getDevices(args: GetDevicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDevicesCommandOutput) => void): void;
|
|
439
359
|
/**
|
|
440
|
-
* @
|
|
441
|
-
* <p>Gets the link associations for a device or a link. Either the device ID or the link ID
|
|
442
|
-
* must be specified.</p>
|
|
360
|
+
* @see {@link GetLinkAssociationsCommand}
|
|
443
361
|
*/
|
|
444
362
|
getLinkAssociations(args: GetLinkAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<GetLinkAssociationsCommandOutput>;
|
|
445
363
|
getLinkAssociations(args: GetLinkAssociationsCommandInput, cb: (err: any, data?: GetLinkAssociationsCommandOutput) => void): void;
|
|
446
364
|
getLinkAssociations(args: GetLinkAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLinkAssociationsCommandOutput) => void): void;
|
|
447
365
|
/**
|
|
448
|
-
* @
|
|
449
|
-
* <p>Gets information about one or more links in a specified global network.</p>
|
|
450
|
-
* <p>If you specify the site ID, you cannot specify the type or provider in the same request. You can specify the type and provider in the same request.</p>
|
|
366
|
+
* @see {@link GetLinksCommand}
|
|
451
367
|
*/
|
|
452
368
|
getLinks(args: GetLinksCommandInput, options?: __HttpHandlerOptions): Promise<GetLinksCommandOutput>;
|
|
453
369
|
getLinks(args: GetLinksCommandInput, cb: (err: any, data?: GetLinksCommandOutput) => void): void;
|
|
454
370
|
getLinks(args: GetLinksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLinksCommandOutput) => void): void;
|
|
455
371
|
/**
|
|
456
|
-
* @
|
|
457
|
-
* <p>Gets the count of network resources, by resource type, for the specified global network.</p>
|
|
372
|
+
* @see {@link GetNetworkResourceCountsCommand}
|
|
458
373
|
*/
|
|
459
374
|
getNetworkResourceCounts(args: GetNetworkResourceCountsCommandInput, options?: __HttpHandlerOptions): Promise<GetNetworkResourceCountsCommandOutput>;
|
|
460
375
|
getNetworkResourceCounts(args: GetNetworkResourceCountsCommandInput, cb: (err: any, data?: GetNetworkResourceCountsCommandOutput) => void): void;
|
|
461
376
|
getNetworkResourceCounts(args: GetNetworkResourceCountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNetworkResourceCountsCommandOutput) => void): void;
|
|
462
377
|
/**
|
|
463
|
-
* @
|
|
464
|
-
* <p>Gets the network resource relationships for the specified global network.</p>
|
|
378
|
+
* @see {@link GetNetworkResourceRelationshipsCommand}
|
|
465
379
|
*/
|
|
466
380
|
getNetworkResourceRelationships(args: GetNetworkResourceRelationshipsCommandInput, options?: __HttpHandlerOptions): Promise<GetNetworkResourceRelationshipsCommandOutput>;
|
|
467
381
|
getNetworkResourceRelationships(args: GetNetworkResourceRelationshipsCommandInput, cb: (err: any, data?: GetNetworkResourceRelationshipsCommandOutput) => void): void;
|
|
468
382
|
getNetworkResourceRelationships(args: GetNetworkResourceRelationshipsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNetworkResourceRelationshipsCommandOutput) => void): void;
|
|
469
383
|
/**
|
|
470
|
-
* @
|
|
471
|
-
* <p>Describes the network resources for the specified global network.</p>
|
|
472
|
-
* <p>The results include information from the corresponding Describe call for the resource, minus any sensitive information such as pre-shared keys.</p>
|
|
384
|
+
* @see {@link GetNetworkResourcesCommand}
|
|
473
385
|
*/
|
|
474
386
|
getNetworkResources(args: GetNetworkResourcesCommandInput, options?: __HttpHandlerOptions): Promise<GetNetworkResourcesCommandOutput>;
|
|
475
387
|
getNetworkResources(args: GetNetworkResourcesCommandInput, cb: (err: any, data?: GetNetworkResourcesCommandOutput) => void): void;
|
|
476
388
|
getNetworkResources(args: GetNetworkResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNetworkResourcesCommandOutput) => void): void;
|
|
477
389
|
/**
|
|
478
|
-
* @
|
|
479
|
-
* <p>Gets the network routes of the specified global network.</p>
|
|
390
|
+
* @see {@link GetNetworkRoutesCommand}
|
|
480
391
|
*/
|
|
481
392
|
getNetworkRoutes(args: GetNetworkRoutesCommandInput, options?: __HttpHandlerOptions): Promise<GetNetworkRoutesCommandOutput>;
|
|
482
393
|
getNetworkRoutes(args: GetNetworkRoutesCommandInput, cb: (err: any, data?: GetNetworkRoutesCommandOutput) => void): void;
|
|
483
394
|
getNetworkRoutes(args: GetNetworkRoutesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNetworkRoutesCommandOutput) => void): void;
|
|
484
395
|
/**
|
|
485
|
-
* @
|
|
486
|
-
* <p>Gets the network telemetry of the specified global network.</p>
|
|
396
|
+
* @see {@link GetNetworkTelemetryCommand}
|
|
487
397
|
*/
|
|
488
398
|
getNetworkTelemetry(args: GetNetworkTelemetryCommandInput, options?: __HttpHandlerOptions): Promise<GetNetworkTelemetryCommandOutput>;
|
|
489
399
|
getNetworkTelemetry(args: GetNetworkTelemetryCommandInput, cb: (err: any, data?: GetNetworkTelemetryCommandOutput) => void): void;
|
|
490
400
|
getNetworkTelemetry(args: GetNetworkTelemetryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNetworkTelemetryCommandOutput) => void): void;
|
|
491
401
|
/**
|
|
492
|
-
* @
|
|
493
|
-
* <p>Returns information about a resource policy.</p>
|
|
402
|
+
* @see {@link GetResourcePolicyCommand}
|
|
494
403
|
*/
|
|
495
404
|
getResourcePolicy(args: GetResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetResourcePolicyCommandOutput>;
|
|
496
405
|
getResourcePolicy(args: GetResourcePolicyCommandInput, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
|
|
497
406
|
getResourcePolicy(args: GetResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
|
|
498
407
|
/**
|
|
499
|
-
* @
|
|
500
|
-
* <p>Gets information about the specified route analysis.</p>
|
|
408
|
+
* @see {@link GetRouteAnalysisCommand}
|
|
501
409
|
*/
|
|
502
410
|
getRouteAnalysis(args: GetRouteAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<GetRouteAnalysisCommandOutput>;
|
|
503
411
|
getRouteAnalysis(args: GetRouteAnalysisCommandInput, cb: (err: any, data?: GetRouteAnalysisCommandOutput) => void): void;
|
|
504
412
|
getRouteAnalysis(args: GetRouteAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRouteAnalysisCommandOutput) => void): void;
|
|
505
413
|
/**
|
|
506
|
-
* @
|
|
507
|
-
* <p>Gets information about one or more of your sites in a global network.</p>
|
|
414
|
+
* @see {@link GetSitesCommand}
|
|
508
415
|
*/
|
|
509
416
|
getSites(args: GetSitesCommandInput, options?: __HttpHandlerOptions): Promise<GetSitesCommandOutput>;
|
|
510
417
|
getSites(args: GetSitesCommandInput, cb: (err: any, data?: GetSitesCommandOutput) => void): void;
|
|
511
418
|
getSites(args: GetSitesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSitesCommandOutput) => void): void;
|
|
512
419
|
/**
|
|
513
|
-
* @
|
|
514
|
-
* <p>Returns information about a site-to-site VPN attachment.</p>
|
|
420
|
+
* @see {@link GetSiteToSiteVpnAttachmentCommand}
|
|
515
421
|
*/
|
|
516
422
|
getSiteToSiteVpnAttachment(args: GetSiteToSiteVpnAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<GetSiteToSiteVpnAttachmentCommandOutput>;
|
|
517
423
|
getSiteToSiteVpnAttachment(args: GetSiteToSiteVpnAttachmentCommandInput, cb: (err: any, data?: GetSiteToSiteVpnAttachmentCommandOutput) => void): void;
|
|
518
424
|
getSiteToSiteVpnAttachment(args: GetSiteToSiteVpnAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSiteToSiteVpnAttachmentCommandOutput) => void): void;
|
|
519
425
|
/**
|
|
520
|
-
* @
|
|
521
|
-
* <p>Gets information about one or more of your transit gateway Connect peer associations in a global network.</p>
|
|
426
|
+
* @see {@link GetTransitGatewayConnectPeerAssociationsCommand}
|
|
522
427
|
*/
|
|
523
428
|
getTransitGatewayConnectPeerAssociations(args: GetTransitGatewayConnectPeerAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<GetTransitGatewayConnectPeerAssociationsCommandOutput>;
|
|
524
429
|
getTransitGatewayConnectPeerAssociations(args: GetTransitGatewayConnectPeerAssociationsCommandInput, cb: (err: any, data?: GetTransitGatewayConnectPeerAssociationsCommandOutput) => void): void;
|
|
525
430
|
getTransitGatewayConnectPeerAssociations(args: GetTransitGatewayConnectPeerAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTransitGatewayConnectPeerAssociationsCommandOutput) => void): void;
|
|
526
431
|
/**
|
|
527
|
-
* @
|
|
528
|
-
* <p>Returns information about a transit gateway peer.</p>
|
|
432
|
+
* @see {@link GetTransitGatewayPeeringCommand}
|
|
529
433
|
*/
|
|
530
434
|
getTransitGatewayPeering(args: GetTransitGatewayPeeringCommandInput, options?: __HttpHandlerOptions): Promise<GetTransitGatewayPeeringCommandOutput>;
|
|
531
435
|
getTransitGatewayPeering(args: GetTransitGatewayPeeringCommandInput, cb: (err: any, data?: GetTransitGatewayPeeringCommandOutput) => void): void;
|
|
532
436
|
getTransitGatewayPeering(args: GetTransitGatewayPeeringCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTransitGatewayPeeringCommandOutput) => void): void;
|
|
533
437
|
/**
|
|
534
|
-
* @
|
|
535
|
-
* <p>Gets information about the transit gateway registrations in a specified
|
|
536
|
-
* global network.</p>
|
|
438
|
+
* @see {@link GetTransitGatewayRegistrationsCommand}
|
|
537
439
|
*/
|
|
538
440
|
getTransitGatewayRegistrations(args: GetTransitGatewayRegistrationsCommandInput, options?: __HttpHandlerOptions): Promise<GetTransitGatewayRegistrationsCommandOutput>;
|
|
539
441
|
getTransitGatewayRegistrations(args: GetTransitGatewayRegistrationsCommandInput, cb: (err: any, data?: GetTransitGatewayRegistrationsCommandOutput) => void): void;
|
|
540
442
|
getTransitGatewayRegistrations(args: GetTransitGatewayRegistrationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTransitGatewayRegistrationsCommandOutput) => void): void;
|
|
541
443
|
/**
|
|
542
|
-
* @
|
|
543
|
-
* <p>Returns information about a transit gateway route table attachment.</p>
|
|
444
|
+
* @see {@link GetTransitGatewayRouteTableAttachmentCommand}
|
|
544
445
|
*/
|
|
545
446
|
getTransitGatewayRouteTableAttachment(args: GetTransitGatewayRouteTableAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<GetTransitGatewayRouteTableAttachmentCommandOutput>;
|
|
546
447
|
getTransitGatewayRouteTableAttachment(args: GetTransitGatewayRouteTableAttachmentCommandInput, cb: (err: any, data?: GetTransitGatewayRouteTableAttachmentCommandOutput) => void): void;
|
|
547
448
|
getTransitGatewayRouteTableAttachment(args: GetTransitGatewayRouteTableAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTransitGatewayRouteTableAttachmentCommandOutput) => void): void;
|
|
548
449
|
/**
|
|
549
|
-
* @
|
|
550
|
-
* <p>Returns information about a VPC attachment.</p>
|
|
450
|
+
* @see {@link GetVpcAttachmentCommand}
|
|
551
451
|
*/
|
|
552
452
|
getVpcAttachment(args: GetVpcAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<GetVpcAttachmentCommandOutput>;
|
|
553
453
|
getVpcAttachment(args: GetVpcAttachmentCommandInput, cb: (err: any, data?: GetVpcAttachmentCommandOutput) => void): void;
|
|
554
454
|
getVpcAttachment(args: GetVpcAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVpcAttachmentCommandOutput) => void): void;
|
|
555
455
|
/**
|
|
556
|
-
* @
|
|
557
|
-
* <p>Returns a list of core network attachments.</p>
|
|
456
|
+
* @see {@link ListAttachmentsCommand}
|
|
558
457
|
*/
|
|
559
458
|
listAttachments(args: ListAttachmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListAttachmentsCommandOutput>;
|
|
560
459
|
listAttachments(args: ListAttachmentsCommandInput, cb: (err: any, data?: ListAttachmentsCommandOutput) => void): void;
|
|
561
460
|
listAttachments(args: ListAttachmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAttachmentsCommandOutput) => void): void;
|
|
562
461
|
/**
|
|
563
|
-
* @
|
|
564
|
-
* <p>Returns a list of core network Connect peers.</p>
|
|
462
|
+
* @see {@link ListConnectPeersCommand}
|
|
565
463
|
*/
|
|
566
464
|
listConnectPeers(args: ListConnectPeersCommandInput, options?: __HttpHandlerOptions): Promise<ListConnectPeersCommandOutput>;
|
|
567
465
|
listConnectPeers(args: ListConnectPeersCommandInput, cb: (err: any, data?: ListConnectPeersCommandOutput) => void): void;
|
|
568
466
|
listConnectPeers(args: ListConnectPeersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConnectPeersCommandOutput) => void): void;
|
|
569
467
|
/**
|
|
570
|
-
* @
|
|
571
|
-
* <p>Returns a list of core network policy versions.</p>
|
|
468
|
+
* @see {@link ListCoreNetworkPolicyVersionsCommand}
|
|
572
469
|
*/
|
|
573
470
|
listCoreNetworkPolicyVersions(args: ListCoreNetworkPolicyVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListCoreNetworkPolicyVersionsCommandOutput>;
|
|
574
471
|
listCoreNetworkPolicyVersions(args: ListCoreNetworkPolicyVersionsCommandInput, cb: (err: any, data?: ListCoreNetworkPolicyVersionsCommandOutput) => void): void;
|
|
575
472
|
listCoreNetworkPolicyVersions(args: ListCoreNetworkPolicyVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCoreNetworkPolicyVersionsCommandOutput) => void): void;
|
|
576
473
|
/**
|
|
577
|
-
* @
|
|
578
|
-
* <p>Returns a list of owned and shared core networks.</p>
|
|
474
|
+
* @see {@link ListCoreNetworksCommand}
|
|
579
475
|
*/
|
|
580
476
|
listCoreNetworks(args: ListCoreNetworksCommandInput, options?: __HttpHandlerOptions): Promise<ListCoreNetworksCommandOutput>;
|
|
581
477
|
listCoreNetworks(args: ListCoreNetworksCommandInput, cb: (err: any, data?: ListCoreNetworksCommandOutput) => void): void;
|
|
582
478
|
listCoreNetworks(args: ListCoreNetworksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCoreNetworksCommandOutput) => void): void;
|
|
583
479
|
/**
|
|
584
|
-
* @
|
|
585
|
-
* <p>Gets the status of the Service Linked Role (SLR) deployment for the accounts in a given Amazon Web Services Organization.</p>
|
|
480
|
+
* @see {@link ListOrganizationServiceAccessStatusCommand}
|
|
586
481
|
*/
|
|
587
482
|
listOrganizationServiceAccessStatus(args: ListOrganizationServiceAccessStatusCommandInput, options?: __HttpHandlerOptions): Promise<ListOrganizationServiceAccessStatusCommandOutput>;
|
|
588
483
|
listOrganizationServiceAccessStatus(args: ListOrganizationServiceAccessStatusCommandInput, cb: (err: any, data?: ListOrganizationServiceAccessStatusCommandOutput) => void): void;
|
|
589
484
|
listOrganizationServiceAccessStatus(args: ListOrganizationServiceAccessStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOrganizationServiceAccessStatusCommandOutput) => void): void;
|
|
590
485
|
/**
|
|
591
|
-
* @
|
|
592
|
-
* <p>Lists the peerings for a core network.</p>
|
|
486
|
+
* @see {@link ListPeeringsCommand}
|
|
593
487
|
*/
|
|
594
488
|
listPeerings(args: ListPeeringsCommandInput, options?: __HttpHandlerOptions): Promise<ListPeeringsCommandOutput>;
|
|
595
489
|
listPeerings(args: ListPeeringsCommandInput, cb: (err: any, data?: ListPeeringsCommandOutput) => void): void;
|
|
596
490
|
listPeerings(args: ListPeeringsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPeeringsCommandOutput) => void): void;
|
|
597
491
|
/**
|
|
598
|
-
* @
|
|
599
|
-
* <p>Lists the tags for a specified resource.</p>
|
|
492
|
+
* @see {@link ListTagsForResourceCommand}
|
|
600
493
|
*/
|
|
601
494
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
602
495
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
603
496
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
604
497
|
/**
|
|
605
|
-
* @
|
|
606
|
-
* <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>
|
|
498
|
+
* @see {@link PutCoreNetworkPolicyCommand}
|
|
607
499
|
*/
|
|
608
500
|
putCoreNetworkPolicy(args: PutCoreNetworkPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutCoreNetworkPolicyCommandOutput>;
|
|
609
501
|
putCoreNetworkPolicy(args: PutCoreNetworkPolicyCommandInput, cb: (err: any, data?: PutCoreNetworkPolicyCommandOutput) => void): void;
|
|
610
502
|
putCoreNetworkPolicy(args: PutCoreNetworkPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutCoreNetworkPolicyCommandOutput) => void): void;
|
|
611
503
|
/**
|
|
612
|
-
* @
|
|
613
|
-
* <p>Creates or updates a resource policy.</p>
|
|
504
|
+
* @see {@link PutResourcePolicyCommand}
|
|
614
505
|
*/
|
|
615
506
|
putResourcePolicy(args: PutResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutResourcePolicyCommandOutput>;
|
|
616
507
|
putResourcePolicy(args: PutResourcePolicyCommandInput, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
|
|
617
508
|
putResourcePolicy(args: PutResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
|
|
618
509
|
/**
|
|
619
|
-
* @
|
|
620
|
-
* <p>Registers a transit gateway in your global network. Not all Regions support transit
|
|
621
|
-
* gateways for global networks. For a list of the supported Regions, see <a href="https://docs.aws.amazon.com/network-manager/latest/tgwnm/what-are-global-networks.html#nm-available-regions">Region Availability</a> in the <i>Amazon Web Services Transit Gateways for Global
|
|
622
|
-
* Networks User Guide</i>. The transit gateway can be in any of the supported
|
|
623
|
-
* Amazon Web Services Regions, but it must be owned by the same Amazon Web Services account that owns the global
|
|
624
|
-
* network. You cannot register a transit gateway in more than one global network.</p>
|
|
510
|
+
* @see {@link RegisterTransitGatewayCommand}
|
|
625
511
|
*/
|
|
626
512
|
registerTransitGateway(args: RegisterTransitGatewayCommandInput, options?: __HttpHandlerOptions): Promise<RegisterTransitGatewayCommandOutput>;
|
|
627
513
|
registerTransitGateway(args: RegisterTransitGatewayCommandInput, cb: (err: any, data?: RegisterTransitGatewayCommandOutput) => void): void;
|
|
628
514
|
registerTransitGateway(args: RegisterTransitGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterTransitGatewayCommandOutput) => void): void;
|
|
629
515
|
/**
|
|
630
|
-
* @
|
|
631
|
-
* <p>Rejects a core network attachment request.</p>
|
|
516
|
+
* @see {@link RejectAttachmentCommand}
|
|
632
517
|
*/
|
|
633
518
|
rejectAttachment(args: RejectAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<RejectAttachmentCommandOutput>;
|
|
634
519
|
rejectAttachment(args: RejectAttachmentCommandInput, cb: (err: any, data?: RejectAttachmentCommandOutput) => void): void;
|
|
635
520
|
rejectAttachment(args: RejectAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RejectAttachmentCommandOutput) => void): void;
|
|
636
521
|
/**
|
|
637
|
-
* @
|
|
638
|
-
* <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>
|
|
522
|
+
* @see {@link RestoreCoreNetworkPolicyVersionCommand}
|
|
639
523
|
*/
|
|
640
524
|
restoreCoreNetworkPolicyVersion(args: RestoreCoreNetworkPolicyVersionCommandInput, options?: __HttpHandlerOptions): Promise<RestoreCoreNetworkPolicyVersionCommandOutput>;
|
|
641
525
|
restoreCoreNetworkPolicyVersion(args: RestoreCoreNetworkPolicyVersionCommandInput, cb: (err: any, data?: RestoreCoreNetworkPolicyVersionCommandOutput) => void): void;
|
|
642
526
|
restoreCoreNetworkPolicyVersion(args: RestoreCoreNetworkPolicyVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreCoreNetworkPolicyVersionCommandOutput) => void): void;
|
|
643
527
|
/**
|
|
644
|
-
* @
|
|
645
|
-
* <p>Enables the Network Manager service for an Amazon Web Services Organization. This can only be called by a management account within the organization. </p>
|
|
528
|
+
* @see {@link StartOrganizationServiceAccessUpdateCommand}
|
|
646
529
|
*/
|
|
647
530
|
startOrganizationServiceAccessUpdate(args: StartOrganizationServiceAccessUpdateCommandInput, options?: __HttpHandlerOptions): Promise<StartOrganizationServiceAccessUpdateCommandOutput>;
|
|
648
531
|
startOrganizationServiceAccessUpdate(args: StartOrganizationServiceAccessUpdateCommandInput, cb: (err: any, data?: StartOrganizationServiceAccessUpdateCommandOutput) => void): void;
|
|
649
532
|
startOrganizationServiceAccessUpdate(args: StartOrganizationServiceAccessUpdateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartOrganizationServiceAccessUpdateCommandOutput) => void): void;
|
|
650
533
|
/**
|
|
651
|
-
* @
|
|
652
|
-
* <p>Starts analyzing the routing path between the specified source and destination. For more information,
|
|
653
|
-
* see <a href="https://docs.aws.amazon.com/vpc/latest/tgw/route-analyzer.html">Route Analyzer</a>.</p>
|
|
534
|
+
* @see {@link StartRouteAnalysisCommand}
|
|
654
535
|
*/
|
|
655
536
|
startRouteAnalysis(args: StartRouteAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<StartRouteAnalysisCommandOutput>;
|
|
656
537
|
startRouteAnalysis(args: StartRouteAnalysisCommandInput, cb: (err: any, data?: StartRouteAnalysisCommandOutput) => void): void;
|
|
657
538
|
startRouteAnalysis(args: StartRouteAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartRouteAnalysisCommandOutput) => void): void;
|
|
658
539
|
/**
|
|
659
|
-
* @
|
|
660
|
-
* <p>Tags a specified resource.</p>
|
|
540
|
+
* @see {@link TagResourceCommand}
|
|
661
541
|
*/
|
|
662
542
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
663
543
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
664
544
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
665
545
|
/**
|
|
666
|
-
* @
|
|
667
|
-
* <p>Removes tags from a specified resource.</p>
|
|
546
|
+
* @see {@link UntagResourceCommand}
|
|
668
547
|
*/
|
|
669
548
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
670
549
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
671
550
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
672
551
|
/**
|
|
673
|
-
* @
|
|
674
|
-
* <p>Updates the information for an existing connection. To remove information for any of the parameters,
|
|
675
|
-
* specify an empty string.</p>
|
|
552
|
+
* @see {@link UpdateConnectionCommand}
|
|
676
553
|
*/
|
|
677
554
|
updateConnection(args: UpdateConnectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConnectionCommandOutput>;
|
|
678
555
|
updateConnection(args: UpdateConnectionCommandInput, cb: (err: any, data?: UpdateConnectionCommandOutput) => void): void;
|
|
679
556
|
updateConnection(args: UpdateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectionCommandOutput) => void): void;
|
|
680
557
|
/**
|
|
681
|
-
* @
|
|
682
|
-
* <p>Updates the description of a core network.</p>
|
|
558
|
+
* @see {@link UpdateCoreNetworkCommand}
|
|
683
559
|
*/
|
|
684
560
|
updateCoreNetwork(args: UpdateCoreNetworkCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCoreNetworkCommandOutput>;
|
|
685
561
|
updateCoreNetwork(args: UpdateCoreNetworkCommandInput, cb: (err: any, data?: UpdateCoreNetworkCommandOutput) => void): void;
|
|
686
562
|
updateCoreNetwork(args: UpdateCoreNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCoreNetworkCommandOutput) => void): void;
|
|
687
563
|
/**
|
|
688
|
-
* @
|
|
689
|
-
* <p>Updates the details for an existing device. To remove information for any of the
|
|
690
|
-
* parameters, specify an empty string.</p>
|
|
564
|
+
* @see {@link UpdateDeviceCommand}
|
|
691
565
|
*/
|
|
692
566
|
updateDevice(args: UpdateDeviceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDeviceCommandOutput>;
|
|
693
567
|
updateDevice(args: UpdateDeviceCommandInput, cb: (err: any, data?: UpdateDeviceCommandOutput) => void): void;
|
|
694
568
|
updateDevice(args: UpdateDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDeviceCommandOutput) => void): void;
|
|
695
569
|
/**
|
|
696
|
-
* @
|
|
697
|
-
* <p>Updates an existing global network. To remove information for any of the parameters,
|
|
698
|
-
* specify an empty string.</p>
|
|
570
|
+
* @see {@link UpdateGlobalNetworkCommand}
|
|
699
571
|
*/
|
|
700
572
|
updateGlobalNetwork(args: UpdateGlobalNetworkCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGlobalNetworkCommandOutput>;
|
|
701
573
|
updateGlobalNetwork(args: UpdateGlobalNetworkCommandInput, cb: (err: any, data?: UpdateGlobalNetworkCommandOutput) => void): void;
|
|
702
574
|
updateGlobalNetwork(args: UpdateGlobalNetworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGlobalNetworkCommandOutput) => void): void;
|
|
703
575
|
/**
|
|
704
|
-
* @
|
|
705
|
-
* <p>Updates the details for an existing link. To remove information for any of the
|
|
706
|
-
* parameters, specify an empty string.</p>
|
|
576
|
+
* @see {@link UpdateLinkCommand}
|
|
707
577
|
*/
|
|
708
578
|
updateLink(args: UpdateLinkCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLinkCommandOutput>;
|
|
709
579
|
updateLink(args: UpdateLinkCommandInput, cb: (err: any, data?: UpdateLinkCommandOutput) => void): void;
|
|
710
580
|
updateLink(args: UpdateLinkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLinkCommandOutput) => void): void;
|
|
711
581
|
/**
|
|
712
|
-
* @
|
|
713
|
-
* <p>Updates the resource metadata for the specified global network.</p>
|
|
582
|
+
* @see {@link UpdateNetworkResourceMetadataCommand}
|
|
714
583
|
*/
|
|
715
584
|
updateNetworkResourceMetadata(args: UpdateNetworkResourceMetadataCommandInput, options?: __HttpHandlerOptions): Promise<UpdateNetworkResourceMetadataCommandOutput>;
|
|
716
585
|
updateNetworkResourceMetadata(args: UpdateNetworkResourceMetadataCommandInput, cb: (err: any, data?: UpdateNetworkResourceMetadataCommandOutput) => void): void;
|
|
717
586
|
updateNetworkResourceMetadata(args: UpdateNetworkResourceMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNetworkResourceMetadataCommandOutput) => void): void;
|
|
718
587
|
/**
|
|
719
|
-
* @
|
|
720
|
-
* <p>Updates the information for an existing site. To remove information for any of the
|
|
721
|
-
* parameters, specify an empty string.</p>
|
|
588
|
+
* @see {@link UpdateSiteCommand}
|
|
722
589
|
*/
|
|
723
590
|
updateSite(args: UpdateSiteCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSiteCommandOutput>;
|
|
724
591
|
updateSite(args: UpdateSiteCommandInput, cb: (err: any, data?: UpdateSiteCommandOutput) => void): void;
|
|
725
592
|
updateSite(args: UpdateSiteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSiteCommandOutput) => void): void;
|
|
726
593
|
/**
|
|
727
|
-
* @
|
|
728
|
-
* <p>Updates a VPC attachment.</p>
|
|
594
|
+
* @see {@link UpdateVpcAttachmentCommand}
|
|
729
595
|
*/
|
|
730
596
|
updateVpcAttachment(args: UpdateVpcAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVpcAttachmentCommandOutput>;
|
|
731
597
|
updateVpcAttachment(args: UpdateVpcAttachmentCommandInput, cb: (err: any, data?: UpdateVpcAttachmentCommandOutput) => void): void;
|
|
732
598
|
updateVpcAttachment(args: UpdateVpcAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVpcAttachmentCommandOutput) => void): void;
|
|
733
599
|
}
|
|
600
|
+
/**
|
|
601
|
+
* @public
|
|
602
|
+
* <p>Amazon Web Services enables you to centrally manage your Amazon Web Services Cloud WAN core network and your Transit Gateway network across Amazon Web Services accounts, Regions, and on-premises locations.</p>
|
|
603
|
+
*/
|
|
604
|
+
export declare class NetworkManager extends NetworkManagerClient implements NetworkManager {
|
|
605
|
+
}
|