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