@aws-sdk/client-direct-connect 3.37.0 → 3.38.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.
Files changed (55) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/README.md +2 -2
  3. package/dist-cjs/DirectConnect.js +60 -0
  4. package/dist-cjs/commands/ConfirmCustomerAgreementCommand.js +36 -0
  5. package/dist-cjs/commands/DescribeCustomerMetadataCommand.js +36 -0
  6. package/dist-cjs/commands/DescribeRouterConfigurationCommand.js +36 -0
  7. package/dist-cjs/commands/UpdateDirectConnectGatewayCommand.js +36 -0
  8. package/dist-cjs/commands/index.js +66 -0
  9. package/dist-cjs/index.js +3 -61
  10. package/dist-cjs/models/models_0.js +63 -3
  11. package/dist-cjs/protocols/Aws_json1_1.js +339 -3
  12. package/dist-es/DirectConnect.js +60 -0
  13. package/dist-es/commands/ConfirmCustomerAgreementCommand.js +39 -0
  14. package/dist-es/commands/DescribeCustomerMetadataCommand.js +39 -0
  15. package/dist-es/commands/DescribeRouterConfigurationCommand.js +39 -0
  16. package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +39 -0
  17. package/dist-es/commands/index.js +63 -0
  18. package/dist-es/index.js +3 -61
  19. package/dist-es/models/models_0.js +42 -0
  20. package/dist-es/protocols/Aws_json1_1.js +369 -0
  21. package/dist-types/DirectConnect.d.ts +51 -19
  22. package/dist-types/DirectConnectClient.d.ts +8 -4
  23. package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +1 -1
  24. package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +2 -2
  25. package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +2 -2
  26. package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +37 -0
  27. package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +1 -1
  28. package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +1 -1
  29. package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +2 -2
  32. package/dist-types/commands/CreateLagCommand.d.ts +1 -1
  33. package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +35 -0
  35. package/dist-types/commands/DescribeInterconnectsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeLocationsCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +37 -0
  38. package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +35 -0
  41. package/dist-types/commands/index.d.ts +63 -0
  42. package/dist-types/index.d.ts +3 -61
  43. package/dist-types/models/models_0.d.ts +209 -23
  44. package/dist-types/protocols/Aws_json1_1.d.ts +12 -0
  45. package/dist-types/ts3.4/DirectConnect.d.ts +20 -0
  46. package/dist-types/ts3.4/DirectConnectClient.d.ts +6 -2
  47. package/dist-types/ts3.4/commands/ConfirmCustomerAgreementCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DescribeCustomerMetadataCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DescribeRouterConfigurationCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/index.d.ts +63 -0
  52. package/dist-types/ts3.4/index.d.ts +3 -61
  53. package/dist-types/ts3.4/models/models_0.d.ts +104 -0
  54. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  55. package/package.json +24 -24
@@ -10,6 +10,7 @@ import { AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommand
10
10
  import { AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput } from "./commands/AssociateMacSecKeyCommand";
11
11
  import { AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput } from "./commands/AssociateVirtualInterfaceCommand";
12
12
  import { ConfirmConnectionCommandInput, ConfirmConnectionCommandOutput } from "./commands/ConfirmConnectionCommand";
13
+ import { ConfirmCustomerAgreementCommandInput, ConfirmCustomerAgreementCommandOutput } from "./commands/ConfirmCustomerAgreementCommand";
13
14
  import { ConfirmPrivateVirtualInterfaceCommandInput, ConfirmPrivateVirtualInterfaceCommandOutput } from "./commands/ConfirmPrivateVirtualInterfaceCommand";
14
15
  import { ConfirmPublicVirtualInterfaceCommandInput, ConfirmPublicVirtualInterfaceCommandOutput } from "./commands/ConfirmPublicVirtualInterfaceCommand";
15
16
  import { ConfirmTransitVirtualInterfaceCommandInput, ConfirmTransitVirtualInterfaceCommandOutput } from "./commands/ConfirmTransitVirtualInterfaceCommand";
@@ -34,6 +35,7 @@ import { DeleteVirtualInterfaceCommandInput, DeleteVirtualInterfaceCommandOutput
34
35
  import { DescribeConnectionLoaCommandInput, DescribeConnectionLoaCommandOutput } from "./commands/DescribeConnectionLoaCommand";
35
36
  import { DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput } from "./commands/DescribeConnectionsCommand";
36
37
  import { DescribeConnectionsOnInterconnectCommandInput, DescribeConnectionsOnInterconnectCommandOutput } from "./commands/DescribeConnectionsOnInterconnectCommand";
38
+ import { DescribeCustomerMetadataCommandInput, DescribeCustomerMetadataCommandOutput } from "./commands/DescribeCustomerMetadataCommand";
37
39
  import { DescribeDirectConnectGatewayAssociationProposalsCommandInput, DescribeDirectConnectGatewayAssociationProposalsCommandOutput } from "./commands/DescribeDirectConnectGatewayAssociationProposalsCommand";
38
40
  import { DescribeDirectConnectGatewayAssociationsCommandInput, DescribeDirectConnectGatewayAssociationsCommandOutput } from "./commands/DescribeDirectConnectGatewayAssociationsCommand";
39
41
  import { DescribeDirectConnectGatewayAttachmentsCommandInput, DescribeDirectConnectGatewayAttachmentsCommandOutput } from "./commands/DescribeDirectConnectGatewayAttachmentsCommand";
@@ -44,6 +46,7 @@ import { DescribeInterconnectsCommandInput, DescribeInterconnectsCommandOutput }
44
46
  import { DescribeLagsCommandInput, DescribeLagsCommandOutput } from "./commands/DescribeLagsCommand";
45
47
  import { DescribeLoaCommandInput, DescribeLoaCommandOutput } from "./commands/DescribeLoaCommand";
46
48
  import { DescribeLocationsCommandInput, DescribeLocationsCommandOutput } from "./commands/DescribeLocationsCommand";
49
+ import { DescribeRouterConfigurationCommandInput, DescribeRouterConfigurationCommandOutput } from "./commands/DescribeRouterConfigurationCommand";
47
50
  import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
48
51
  import { DescribeVirtualGatewaysCommandInput, DescribeVirtualGatewaysCommandOutput } from "./commands/DescribeVirtualGatewaysCommand";
49
52
  import { DescribeVirtualInterfacesCommandInput, DescribeVirtualInterfacesCommandOutput } from "./commands/DescribeVirtualInterfacesCommand";
@@ -56,15 +59,16 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
56
59
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
57
60
  import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
58
61
  import { UpdateDirectConnectGatewayAssociationCommandInput, UpdateDirectConnectGatewayAssociationCommandOutput } from "./commands/UpdateDirectConnectGatewayAssociationCommand";
62
+ import { UpdateDirectConnectGatewayCommandInput, UpdateDirectConnectGatewayCommandOutput } from "./commands/UpdateDirectConnectGatewayCommand";
59
63
  import { UpdateLagCommandInput, UpdateLagCommandOutput } from "./commands/UpdateLagCommand";
60
64
  import { UpdateVirtualInterfaceAttributesCommandInput, UpdateVirtualInterfaceAttributesCommandOutput } from "./commands/UpdateVirtualInterfaceAttributesCommand";
61
65
  import { DirectConnectClient } from "./DirectConnectClient";
62
66
  /**
63
67
  * <p>Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable.
64
68
  * One end of the cable is connected to your router, the other to an Direct Connect router. With this connection
65
- * in place, you can create virtual interfaces directly to the Cloud (for example, to Amazon EC2
69
+ * in place, you can create virtual interfaces directly to the Amazon Web Services Cloud (for example, to Amazon EC2
66
70
  * and Amazon S3) and to Amazon VPC, bypassing Internet service providers in your network path. A
67
- * connection provides access to all Regions except the China (Beijing) and (China) Ningxia Regions.
71
+ * connection provides access to all Amazon Web Services Regions except the China (Beijing) and (China) Ningxia Regions.
68
72
  * Amazon Web Services resources in the China Regions can only be accessed through locations associated with those Regions.</p>
69
73
  */
70
74
  export declare class DirectConnect extends DirectConnectClient {
@@ -99,7 +103,7 @@ export declare class DirectConnect extends DirectConnectClient {
99
103
  allocateHostedConnection(args: AllocateHostedConnectionCommandInput, cb: (err: any, data?: AllocateHostedConnectionCommandOutput) => void): void;
100
104
  allocateHostedConnection(args: AllocateHostedConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AllocateHostedConnectionCommandOutput) => void): void;
101
105
  /**
102
- * <p>Provisions a private virtual interface to be owned by the specified account.</p>
106
+ * <p>Provisions a private virtual interface to be owned by the specified Amazon Web Services account.</p>
103
107
  * <p>Virtual interfaces created using this action must be confirmed by the owner using <a>ConfirmPrivateVirtualInterface</a>.
104
108
  * Until then, the virtual interface is in the <code>Confirming</code> state and is not available to handle traffic.</p>
105
109
  */
@@ -107,8 +111,8 @@ export declare class DirectConnect extends DirectConnectClient {
107
111
  allocatePrivateVirtualInterface(args: AllocatePrivateVirtualInterfaceCommandInput, cb: (err: any, data?: AllocatePrivateVirtualInterfaceCommandOutput) => void): void;
108
112
  allocatePrivateVirtualInterface(args: AllocatePrivateVirtualInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AllocatePrivateVirtualInterfaceCommandOutput) => void): void;
109
113
  /**
110
- * <p>Provisions a public virtual interface to be owned by the specified account.</p>
111
- * <p>The owner of a connection calls this function to provision a public virtual interface to be owned by the specified account.</p>
114
+ * <p>Provisions a public virtual interface to be owned by the specified Amazon Web Services account.</p>
115
+ * <p>The owner of a connection calls this function to provision a public virtual interface to be owned by the specified Amazon Web Services account.</p>
112
116
  * <p>Virtual interfaces created using this function must be confirmed by the owner using <a>ConfirmPublicVirtualInterface</a>.
113
117
  * Until this step has been completed, the virtual interface is in the <code>confirming</code> state and is not available to handle traffic.</p>
114
118
  * <p>When creating an IPv6 public virtual interface, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from
@@ -118,8 +122,8 @@ export declare class DirectConnect extends DirectConnectClient {
118
122
  allocatePublicVirtualInterface(args: AllocatePublicVirtualInterfaceCommandInput, cb: (err: any, data?: AllocatePublicVirtualInterfaceCommandOutput) => void): void;
119
123
  allocatePublicVirtualInterface(args: AllocatePublicVirtualInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AllocatePublicVirtualInterfaceCommandOutput) => void): void;
120
124
  /**
121
- * <p>Provisions a transit virtual interface to be owned by the specified account. Use this type of interface to connect a transit gateway to your Direct Connect gateway.</p>
122
- * <p>The owner of a connection provisions a transit virtual interface to be owned by the specified account.</p>
125
+ * <p>Provisions a transit virtual interface to be owned by the specified Amazon Web Services account. Use this type of interface to connect a transit gateway to your Direct Connect gateway.</p>
126
+ * <p>The owner of a connection provisions a transit virtual interface to be owned by the specified Amazon Web Services account.</p>
123
127
  * <p>After you create a transit virtual interface, it must be confirmed by the owner using <a>ConfirmTransitVirtualInterface</a>. Until this step has been completed, the transit virtual interface is in the <code>requested</code> state and is not available to handle traffic.</p>
124
128
  */
125
129
  allocateTransitVirtualInterface(args: AllocateTransitVirtualInterfaceCommandInput, options?: __HttpHandlerOptions): Promise<AllocateTransitVirtualInterfaceCommandOutput>;
@@ -189,7 +193,15 @@ export declare class DirectConnect extends DirectConnectClient {
189
193
  confirmConnection(args: ConfirmConnectionCommandInput, cb: (err: any, data?: ConfirmConnectionCommandOutput) => void): void;
190
194
  confirmConnection(args: ConfirmConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfirmConnectionCommandOutput) => void): void;
191
195
  /**
192
- * <p>Accepts ownership of a private virtual interface created by another account.</p>
196
+ * <p>
197
+ * The confirmation of the terms of agreement when creating the connection/link aggregation group (LAG).
198
+ * </p>
199
+ */
200
+ confirmCustomerAgreement(args: ConfirmCustomerAgreementCommandInput, options?: __HttpHandlerOptions): Promise<ConfirmCustomerAgreementCommandOutput>;
201
+ confirmCustomerAgreement(args: ConfirmCustomerAgreementCommandInput, cb: (err: any, data?: ConfirmCustomerAgreementCommandOutput) => void): void;
202
+ confirmCustomerAgreement(args: ConfirmCustomerAgreementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfirmCustomerAgreementCommandOutput) => void): void;
203
+ /**
204
+ * <p>Accepts ownership of a private virtual interface created by another Amazon Web Services account.</p>
193
205
  * <p>After the virtual interface owner makes this call, the virtual interface is
194
206
  * created and attached to the specified virtual private gateway or Direct Connect gateway, and is
195
207
  * made available to handle traffic.</p>
@@ -198,7 +210,7 @@ export declare class DirectConnect extends DirectConnectClient {
198
210
  confirmPrivateVirtualInterface(args: ConfirmPrivateVirtualInterfaceCommandInput, cb: (err: any, data?: ConfirmPrivateVirtualInterfaceCommandOutput) => void): void;
199
211
  confirmPrivateVirtualInterface(args: ConfirmPrivateVirtualInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfirmPrivateVirtualInterfaceCommandOutput) => void): void;
200
212
  /**
201
- * <p>Accepts ownership of a public virtual interface created by another account.</p>
213
+ * <p>Accepts ownership of a public virtual interface created by another Amazon Web Services account.</p>
202
214
  * <p>After the virtual interface owner makes this call, the specified virtual interface is
203
215
  * created and made available to handle traffic.</p>
204
216
  */
@@ -206,7 +218,7 @@ export declare class DirectConnect extends DirectConnectClient {
206
218
  confirmPublicVirtualInterface(args: ConfirmPublicVirtualInterfaceCommandInput, cb: (err: any, data?: ConfirmPublicVirtualInterfaceCommandOutput) => void): void;
207
219
  confirmPublicVirtualInterface(args: ConfirmPublicVirtualInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfirmPublicVirtualInterfaceCommandOutput) => void): void;
208
220
  /**
209
- * <p>Accepts ownership of a transit virtual interface created by another account.</p>
221
+ * <p>Accepts ownership of a transit virtual interface created by another Amazon Web Services account.</p>
210
222
  *
211
223
  * <p> After the owner of the transit virtual interface makes this call, the specified transit virtual interface is created and made available to handle traffic.</p>
212
224
  */
@@ -242,8 +254,8 @@ export declare class DirectConnect extends DirectConnectClient {
242
254
  /**
243
255
  * <p>Creates a Direct Connect gateway, which is an intermediate object that enables you to connect a set
244
256
  * of virtual interfaces and virtual private gateways. A Direct Connect gateway is global and visible in any
245
- * Region after it is created. The virtual interfaces and virtual private gateways that
246
- * are connected through a Direct Connect gateway can be in different Regions. This enables you to
257
+ * Amazon Web Services Region after it is created. The virtual interfaces and virtual private gateways that
258
+ * are connected through a Direct Connect gateway can be in different Amazon Web Services Regions. This enables you to
247
259
  * connect to a VPC in any Region, regardless of the Region in which the virtual interfaces
248
260
  * are located, and pass traffic between them.</p>
249
261
  */
@@ -259,7 +271,7 @@ export declare class DirectConnect extends DirectConnectClient {
259
271
  createDirectConnectGatewayAssociation(args: CreateDirectConnectGatewayAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDirectConnectGatewayAssociationCommandOutput) => void): void;
260
272
  /**
261
273
  * <p>Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway.</p>
262
- * <p>You can associate a Direct Connect gateway and virtual private gateway or transit gateway that is owned by any account. </p>
274
+ * <p>You can associate a Direct Connect gateway and virtual private gateway or transit gateway that is owned by any Amazon Web Services account. </p>
263
275
  */
264
276
  createDirectConnectGatewayAssociationProposal(args: CreateDirectConnectGatewayAssociationProposalCommandInput, options?: __HttpHandlerOptions): Promise<CreateDirectConnectGatewayAssociationProposalCommandOutput>;
265
277
  createDirectConnectGatewayAssociationProposal(args: CreateDirectConnectGatewayAssociationProposalCommandInput, cb: (err: any, data?: CreateDirectConnectGatewayAssociationProposalCommandOutput) => void): void;
@@ -301,7 +313,7 @@ export declare class DirectConnect extends DirectConnectClient {
301
313
  * will be created on the same Direct Connect endpoint to which the dedicated connection terminates. Any
302
314
  * virtual interfaces associated with the dedicated connection are automatically disassociated
303
315
  * and re-associated with the LAG. The connection ID does not change.</p>
304
- * <p>If the account used to create a LAG is a registered Direct Connect Partner, the LAG is
316
+ * <p>If the Amazon Web Services account used to create a LAG is a registered Direct Connect Partner, the LAG is
305
317
  * automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual
306
318
  * interfaces cannot be directly configured.</p>
307
319
  */
@@ -312,7 +324,7 @@ export declare class DirectConnect extends DirectConnectClient {
312
324
  * <p>Creates a private virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic.
313
325
  * A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW).
314
326
  * Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple
315
- * VPCs, including VPCs in different Regions. Connecting the private virtual interface
327
+ * VPCs, including VPCs in different Amazon Web Services Regions. Connecting the private virtual interface
316
328
  * to a VGW only provides access to a single VPC within the same Region.</p>
317
329
  * <p>Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to
318
330
  * the underlying physical connection if it wasn't updated to support jumbo frames. Updating
@@ -439,6 +451,12 @@ export declare class DirectConnect extends DirectConnectClient {
439
451
  describeConnectionsOnInterconnect(args: DescribeConnectionsOnInterconnectCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConnectionsOnInterconnectCommandOutput>;
440
452
  describeConnectionsOnInterconnect(args: DescribeConnectionsOnInterconnectCommandInput, cb: (err: any, data?: DescribeConnectionsOnInterconnectCommandOutput) => void): void;
441
453
  describeConnectionsOnInterconnect(args: DescribeConnectionsOnInterconnectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectionsOnInterconnectCommandOutput) => void): void;
454
+ /**
455
+ * <p>Get and view a list of customer agreements, along with their signed status and whether the customer is an NNIPartner, NNIPartnerV2, or a nonPartner. </p>
456
+ */
457
+ describeCustomerMetadata(args: DescribeCustomerMetadataCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCustomerMetadataCommandOutput>;
458
+ describeCustomerMetadata(args: DescribeCustomerMetadataCommandInput, cb: (err: any, data?: DescribeCustomerMetadataCommandOutput) => void): void;
459
+ describeCustomerMetadata(args: DescribeCustomerMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomerMetadataCommandOutput) => void): void;
442
460
  /**
443
461
  * <p>Describes one or more association proposals for connection between a virtual private gateway or transit gateway and a Direct Connect gateway. </p>
444
462
  */
@@ -512,7 +530,7 @@ export declare class DirectConnect extends DirectConnectClient {
512
530
  describeInterconnectLoa(args: DescribeInterconnectLoaCommandInput, cb: (err: any, data?: DescribeInterconnectLoaCommandOutput) => void): void;
513
531
  describeInterconnectLoa(args: DescribeInterconnectLoaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInterconnectLoaCommandOutput) => void): void;
514
532
  /**
515
- * <p>Lists the interconnects owned by the account or only the specified interconnect.</p>
533
+ * <p>Lists the interconnects owned by the Amazon Web Services account or only the specified interconnect.</p>
516
534
  */
517
535
  describeInterconnects(args: DescribeInterconnectsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInterconnectsCommandOutput>;
518
536
  describeInterconnects(args: DescribeInterconnectsCommandInput, cb: (err: any, data?: DescribeInterconnectsCommandOutput) => void): void;
@@ -533,12 +551,20 @@ export declare class DirectConnect extends DirectConnectClient {
533
551
  describeLoa(args: DescribeLoaCommandInput, cb: (err: any, data?: DescribeLoaCommandOutput) => void): void;
534
552
  describeLoa(args: DescribeLoaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoaCommandOutput) => void): void;
535
553
  /**
536
- * <p>Lists the Direct Connect locations in the current Region. These are the locations that can be selected when calling
554
+ * <p>Lists the Direct Connect locations in the current Amazon Web Services Region. These are the locations that can be selected when calling
537
555
  * <a>CreateConnection</a> or <a>CreateInterconnect</a>.</p>
538
556
  */
539
557
  describeLocations(args: DescribeLocationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLocationsCommandOutput>;
540
558
  describeLocations(args: DescribeLocationsCommandInput, cb: (err: any, data?: DescribeLocationsCommandOutput) => void): void;
541
559
  describeLocations(args: DescribeLocationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocationsCommandOutput) => void): void;
560
+ /**
561
+ * <p>
562
+ * Details about the router.
563
+ * </p>
564
+ */
565
+ describeRouterConfiguration(args: DescribeRouterConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRouterConfigurationCommandOutput>;
566
+ describeRouterConfiguration(args: DescribeRouterConfigurationCommandInput, cb: (err: any, data?: DescribeRouterConfigurationCommandOutput) => void): void;
567
+ describeRouterConfiguration(args: DescribeRouterConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRouterConfigurationCommandOutput) => void): void;
542
568
  /**
543
569
  * <p>Describes the tags associated with the specified Direct Connect resources.</p>
544
570
  */
@@ -546,14 +572,14 @@ export declare class DirectConnect extends DirectConnectClient {
546
572
  describeTags(args: DescribeTagsCommandInput, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
547
573
  describeTags(args: DescribeTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
548
574
  /**
549
- * <p>Lists the virtual private gateways owned by the account.</p>
575
+ * <p>Lists the virtual private gateways owned by the Amazon Web Services account.</p>
550
576
  * <p>You can create one or more Direct Connect private virtual interfaces linked to a virtual private gateway.</p>
551
577
  */
552
578
  describeVirtualGateways(args: DescribeVirtualGatewaysCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVirtualGatewaysCommandOutput>;
553
579
  describeVirtualGateways(args: DescribeVirtualGatewaysCommandInput, cb: (err: any, data?: DescribeVirtualGatewaysCommandOutput) => void): void;
554
580
  describeVirtualGateways(args: DescribeVirtualGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVirtualGatewaysCommandOutput) => void): void;
555
581
  /**
556
- * <p>Displays all virtual interfaces for an account. Virtual interfaces deleted fewer
582
+ * <p>Displays all virtual interfaces for an Amazon Web Services account. Virtual interfaces deleted fewer
557
583
  * than 15 minutes before you make the request are also returned. If you specify a
558
584
  * connection ID, only the virtual interfaces associated with the connection are returned.
559
585
  * If you specify a virtual interface ID, then only a single virtual interface is returned.</p>
@@ -632,6 +658,12 @@ export declare class DirectConnect extends DirectConnectClient {
632
658
  updateConnection(args: UpdateConnectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConnectionCommandOutput>;
633
659
  updateConnection(args: UpdateConnectionCommandInput, cb: (err: any, data?: UpdateConnectionCommandOutput) => void): void;
634
660
  updateConnection(args: UpdateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectionCommandOutput) => void): void;
661
+ /**
662
+ * <p>Updates the name of a current Direct Connect gateway.</p>
663
+ */
664
+ updateDirectConnectGateway(args: UpdateDirectConnectGatewayCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDirectConnectGatewayCommandOutput>;
665
+ updateDirectConnectGateway(args: UpdateDirectConnectGatewayCommandInput, cb: (err: any, data?: UpdateDirectConnectGatewayCommandOutput) => void): void;
666
+ updateDirectConnectGateway(args: UpdateDirectConnectGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDirectConnectGatewayCommandOutput) => void): void;
635
667
  /**
636
668
  * <p>Updates the specified attributes of the Direct Connect gateway association.</p>
637
669
  * <p>Add or remove prefixes from the association.</p>
@@ -17,6 +17,7 @@ import { AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommand
17
17
  import { AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput } from "./commands/AssociateMacSecKeyCommand";
18
18
  import { AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput } from "./commands/AssociateVirtualInterfaceCommand";
19
19
  import { ConfirmConnectionCommandInput, ConfirmConnectionCommandOutput } from "./commands/ConfirmConnectionCommand";
20
+ import { ConfirmCustomerAgreementCommandInput, ConfirmCustomerAgreementCommandOutput } from "./commands/ConfirmCustomerAgreementCommand";
20
21
  import { ConfirmPrivateVirtualInterfaceCommandInput, ConfirmPrivateVirtualInterfaceCommandOutput } from "./commands/ConfirmPrivateVirtualInterfaceCommand";
21
22
  import { ConfirmPublicVirtualInterfaceCommandInput, ConfirmPublicVirtualInterfaceCommandOutput } from "./commands/ConfirmPublicVirtualInterfaceCommand";
22
23
  import { ConfirmTransitVirtualInterfaceCommandInput, ConfirmTransitVirtualInterfaceCommandOutput } from "./commands/ConfirmTransitVirtualInterfaceCommand";
@@ -41,6 +42,7 @@ import { DeleteVirtualInterfaceCommandInput, DeleteVirtualInterfaceCommandOutput
41
42
  import { DescribeConnectionLoaCommandInput, DescribeConnectionLoaCommandOutput } from "./commands/DescribeConnectionLoaCommand";
42
43
  import { DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput } from "./commands/DescribeConnectionsCommand";
43
44
  import { DescribeConnectionsOnInterconnectCommandInput, DescribeConnectionsOnInterconnectCommandOutput } from "./commands/DescribeConnectionsOnInterconnectCommand";
45
+ import { DescribeCustomerMetadataCommandInput, DescribeCustomerMetadataCommandOutput } from "./commands/DescribeCustomerMetadataCommand";
44
46
  import { DescribeDirectConnectGatewayAssociationProposalsCommandInput, DescribeDirectConnectGatewayAssociationProposalsCommandOutput } from "./commands/DescribeDirectConnectGatewayAssociationProposalsCommand";
45
47
  import { DescribeDirectConnectGatewayAssociationsCommandInput, DescribeDirectConnectGatewayAssociationsCommandOutput } from "./commands/DescribeDirectConnectGatewayAssociationsCommand";
46
48
  import { DescribeDirectConnectGatewayAttachmentsCommandInput, DescribeDirectConnectGatewayAttachmentsCommandOutput } from "./commands/DescribeDirectConnectGatewayAttachmentsCommand";
@@ -51,6 +53,7 @@ import { DescribeInterconnectsCommandInput, DescribeInterconnectsCommandOutput }
51
53
  import { DescribeLagsCommandInput, DescribeLagsCommandOutput } from "./commands/DescribeLagsCommand";
52
54
  import { DescribeLoaCommandInput, DescribeLoaCommandOutput } from "./commands/DescribeLoaCommand";
53
55
  import { DescribeLocationsCommandInput, DescribeLocationsCommandOutput } from "./commands/DescribeLocationsCommand";
56
+ import { DescribeRouterConfigurationCommandInput, DescribeRouterConfigurationCommandOutput } from "./commands/DescribeRouterConfigurationCommand";
54
57
  import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
55
58
  import { DescribeVirtualGatewaysCommandInput, DescribeVirtualGatewaysCommandOutput } from "./commands/DescribeVirtualGatewaysCommand";
56
59
  import { DescribeVirtualInterfacesCommandInput, DescribeVirtualInterfacesCommandOutput } from "./commands/DescribeVirtualInterfacesCommand";
@@ -63,10 +66,11 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
63
66
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
64
67
  import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
65
68
  import { UpdateDirectConnectGatewayAssociationCommandInput, UpdateDirectConnectGatewayAssociationCommandOutput } from "./commands/UpdateDirectConnectGatewayAssociationCommand";
69
+ import { UpdateDirectConnectGatewayCommandInput, UpdateDirectConnectGatewayCommandOutput } from "./commands/UpdateDirectConnectGatewayCommand";
66
70
  import { UpdateLagCommandInput, UpdateLagCommandOutput } from "./commands/UpdateLagCommand";
67
71
  import { UpdateVirtualInterfaceAttributesCommandInput, UpdateVirtualInterfaceAttributesCommandOutput } from "./commands/UpdateVirtualInterfaceAttributesCommand";
68
- export declare type ServiceInputTypes = AcceptDirectConnectGatewayAssociationProposalCommandInput | AllocateConnectionOnInterconnectCommandInput | AllocateHostedConnectionCommandInput | AllocatePrivateVirtualInterfaceCommandInput | AllocatePublicVirtualInterfaceCommandInput | AllocateTransitVirtualInterfaceCommandInput | AssociateConnectionWithLagCommandInput | AssociateHostedConnectionCommandInput | AssociateMacSecKeyCommandInput | AssociateVirtualInterfaceCommandInput | ConfirmConnectionCommandInput | ConfirmPrivateVirtualInterfaceCommandInput | ConfirmPublicVirtualInterfaceCommandInput | ConfirmTransitVirtualInterfaceCommandInput | CreateBGPPeerCommandInput | CreateConnectionCommandInput | CreateDirectConnectGatewayAssociationCommandInput | CreateDirectConnectGatewayAssociationProposalCommandInput | CreateDirectConnectGatewayCommandInput | CreateInterconnectCommandInput | CreateLagCommandInput | CreatePrivateVirtualInterfaceCommandInput | CreatePublicVirtualInterfaceCommandInput | CreateTransitVirtualInterfaceCommandInput | DeleteBGPPeerCommandInput | DeleteConnectionCommandInput | DeleteDirectConnectGatewayAssociationCommandInput | DeleteDirectConnectGatewayAssociationProposalCommandInput | DeleteDirectConnectGatewayCommandInput | DeleteInterconnectCommandInput | DeleteLagCommandInput | DeleteVirtualInterfaceCommandInput | DescribeConnectionLoaCommandInput | DescribeConnectionsCommandInput | DescribeConnectionsOnInterconnectCommandInput | DescribeDirectConnectGatewayAssociationProposalsCommandInput | DescribeDirectConnectGatewayAssociationsCommandInput | DescribeDirectConnectGatewayAttachmentsCommandInput | DescribeDirectConnectGatewaysCommandInput | DescribeHostedConnectionsCommandInput | DescribeInterconnectLoaCommandInput | DescribeInterconnectsCommandInput | DescribeLagsCommandInput | DescribeLoaCommandInput | DescribeLocationsCommandInput | DescribeTagsCommandInput | DescribeVirtualGatewaysCommandInput | DescribeVirtualInterfacesCommandInput | DisassociateConnectionFromLagCommandInput | DisassociateMacSecKeyCommandInput | ListVirtualInterfaceTestHistoryCommandInput | StartBgpFailoverTestCommandInput | StopBgpFailoverTestCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConnectionCommandInput | UpdateDirectConnectGatewayAssociationCommandInput | UpdateLagCommandInput | UpdateVirtualInterfaceAttributesCommandInput;
69
- export declare type ServiceOutputTypes = AcceptDirectConnectGatewayAssociationProposalCommandOutput | AllocateConnectionOnInterconnectCommandOutput | AllocateHostedConnectionCommandOutput | AllocatePrivateVirtualInterfaceCommandOutput | AllocatePublicVirtualInterfaceCommandOutput | AllocateTransitVirtualInterfaceCommandOutput | AssociateConnectionWithLagCommandOutput | AssociateHostedConnectionCommandOutput | AssociateMacSecKeyCommandOutput | AssociateVirtualInterfaceCommandOutput | ConfirmConnectionCommandOutput | ConfirmPrivateVirtualInterfaceCommandOutput | ConfirmPublicVirtualInterfaceCommandOutput | ConfirmTransitVirtualInterfaceCommandOutput | CreateBGPPeerCommandOutput | CreateConnectionCommandOutput | CreateDirectConnectGatewayAssociationCommandOutput | CreateDirectConnectGatewayAssociationProposalCommandOutput | CreateDirectConnectGatewayCommandOutput | CreateInterconnectCommandOutput | CreateLagCommandOutput | CreatePrivateVirtualInterfaceCommandOutput | CreatePublicVirtualInterfaceCommandOutput | CreateTransitVirtualInterfaceCommandOutput | DeleteBGPPeerCommandOutput | DeleteConnectionCommandOutput | DeleteDirectConnectGatewayAssociationCommandOutput | DeleteDirectConnectGatewayAssociationProposalCommandOutput | DeleteDirectConnectGatewayCommandOutput | DeleteInterconnectCommandOutput | DeleteLagCommandOutput | DeleteVirtualInterfaceCommandOutput | DescribeConnectionLoaCommandOutput | DescribeConnectionsCommandOutput | DescribeConnectionsOnInterconnectCommandOutput | DescribeDirectConnectGatewayAssociationProposalsCommandOutput | DescribeDirectConnectGatewayAssociationsCommandOutput | DescribeDirectConnectGatewayAttachmentsCommandOutput | DescribeDirectConnectGatewaysCommandOutput | DescribeHostedConnectionsCommandOutput | DescribeInterconnectLoaCommandOutput | DescribeInterconnectsCommandOutput | DescribeLagsCommandOutput | DescribeLoaCommandOutput | DescribeLocationsCommandOutput | DescribeTagsCommandOutput | DescribeVirtualGatewaysCommandOutput | DescribeVirtualInterfacesCommandOutput | DisassociateConnectionFromLagCommandOutput | DisassociateMacSecKeyCommandOutput | ListVirtualInterfaceTestHistoryCommandOutput | StartBgpFailoverTestCommandOutput | StopBgpFailoverTestCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConnectionCommandOutput | UpdateDirectConnectGatewayAssociationCommandOutput | UpdateLagCommandOutput | UpdateVirtualInterfaceAttributesCommandOutput;
72
+ export declare type ServiceInputTypes = AcceptDirectConnectGatewayAssociationProposalCommandInput | AllocateConnectionOnInterconnectCommandInput | AllocateHostedConnectionCommandInput | AllocatePrivateVirtualInterfaceCommandInput | AllocatePublicVirtualInterfaceCommandInput | AllocateTransitVirtualInterfaceCommandInput | AssociateConnectionWithLagCommandInput | AssociateHostedConnectionCommandInput | AssociateMacSecKeyCommandInput | AssociateVirtualInterfaceCommandInput | ConfirmConnectionCommandInput | ConfirmCustomerAgreementCommandInput | ConfirmPrivateVirtualInterfaceCommandInput | ConfirmPublicVirtualInterfaceCommandInput | ConfirmTransitVirtualInterfaceCommandInput | CreateBGPPeerCommandInput | CreateConnectionCommandInput | CreateDirectConnectGatewayAssociationCommandInput | CreateDirectConnectGatewayAssociationProposalCommandInput | CreateDirectConnectGatewayCommandInput | CreateInterconnectCommandInput | CreateLagCommandInput | CreatePrivateVirtualInterfaceCommandInput | CreatePublicVirtualInterfaceCommandInput | CreateTransitVirtualInterfaceCommandInput | DeleteBGPPeerCommandInput | DeleteConnectionCommandInput | DeleteDirectConnectGatewayAssociationCommandInput | DeleteDirectConnectGatewayAssociationProposalCommandInput | DeleteDirectConnectGatewayCommandInput | DeleteInterconnectCommandInput | DeleteLagCommandInput | DeleteVirtualInterfaceCommandInput | DescribeConnectionLoaCommandInput | DescribeConnectionsCommandInput | DescribeConnectionsOnInterconnectCommandInput | DescribeCustomerMetadataCommandInput | DescribeDirectConnectGatewayAssociationProposalsCommandInput | DescribeDirectConnectGatewayAssociationsCommandInput | DescribeDirectConnectGatewayAttachmentsCommandInput | DescribeDirectConnectGatewaysCommandInput | DescribeHostedConnectionsCommandInput | DescribeInterconnectLoaCommandInput | DescribeInterconnectsCommandInput | DescribeLagsCommandInput | DescribeLoaCommandInput | DescribeLocationsCommandInput | DescribeRouterConfigurationCommandInput | DescribeTagsCommandInput | DescribeVirtualGatewaysCommandInput | DescribeVirtualInterfacesCommandInput | DisassociateConnectionFromLagCommandInput | DisassociateMacSecKeyCommandInput | ListVirtualInterfaceTestHistoryCommandInput | StartBgpFailoverTestCommandInput | StopBgpFailoverTestCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConnectionCommandInput | UpdateDirectConnectGatewayAssociationCommandInput | UpdateDirectConnectGatewayCommandInput | UpdateLagCommandInput | UpdateVirtualInterfaceAttributesCommandInput;
73
+ export declare type ServiceOutputTypes = AcceptDirectConnectGatewayAssociationProposalCommandOutput | AllocateConnectionOnInterconnectCommandOutput | AllocateHostedConnectionCommandOutput | AllocatePrivateVirtualInterfaceCommandOutput | AllocatePublicVirtualInterfaceCommandOutput | AllocateTransitVirtualInterfaceCommandOutput | AssociateConnectionWithLagCommandOutput | AssociateHostedConnectionCommandOutput | AssociateMacSecKeyCommandOutput | AssociateVirtualInterfaceCommandOutput | ConfirmConnectionCommandOutput | ConfirmCustomerAgreementCommandOutput | ConfirmPrivateVirtualInterfaceCommandOutput | ConfirmPublicVirtualInterfaceCommandOutput | ConfirmTransitVirtualInterfaceCommandOutput | CreateBGPPeerCommandOutput | CreateConnectionCommandOutput | CreateDirectConnectGatewayAssociationCommandOutput | CreateDirectConnectGatewayAssociationProposalCommandOutput | CreateDirectConnectGatewayCommandOutput | CreateInterconnectCommandOutput | CreateLagCommandOutput | CreatePrivateVirtualInterfaceCommandOutput | CreatePublicVirtualInterfaceCommandOutput | CreateTransitVirtualInterfaceCommandOutput | DeleteBGPPeerCommandOutput | DeleteConnectionCommandOutput | DeleteDirectConnectGatewayAssociationCommandOutput | DeleteDirectConnectGatewayAssociationProposalCommandOutput | DeleteDirectConnectGatewayCommandOutput | DeleteInterconnectCommandOutput | DeleteLagCommandOutput | DeleteVirtualInterfaceCommandOutput | DescribeConnectionLoaCommandOutput | DescribeConnectionsCommandOutput | DescribeConnectionsOnInterconnectCommandOutput | DescribeCustomerMetadataCommandOutput | DescribeDirectConnectGatewayAssociationProposalsCommandOutput | DescribeDirectConnectGatewayAssociationsCommandOutput | DescribeDirectConnectGatewayAttachmentsCommandOutput | DescribeDirectConnectGatewaysCommandOutput | DescribeHostedConnectionsCommandOutput | DescribeInterconnectLoaCommandOutput | DescribeInterconnectsCommandOutput | DescribeLagsCommandOutput | DescribeLoaCommandOutput | DescribeLocationsCommandOutput | DescribeRouterConfigurationCommandOutput | DescribeTagsCommandOutput | DescribeVirtualGatewaysCommandOutput | DescribeVirtualInterfacesCommandOutput | DisassociateConnectionFromLagCommandOutput | DisassociateMacSecKeyCommandOutput | ListVirtualInterfaceTestHistoryCommandOutput | StartBgpFailoverTestCommandOutput | StopBgpFailoverTestCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConnectionCommandOutput | UpdateDirectConnectGatewayAssociationCommandOutput | UpdateDirectConnectGatewayCommandOutput | UpdateLagCommandOutput | UpdateVirtualInterfaceAttributesCommandOutput;
70
74
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
71
75
  /**
72
76
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -175,9 +179,9 @@ export interface DirectConnectClientResolvedConfig extends DirectConnectClientRe
175
179
  /**
176
180
  * <p>Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable.
177
181
  * One end of the cable is connected to your router, the other to an Direct Connect router. With this connection
178
- * in place, you can create virtual interfaces directly to the Cloud (for example, to Amazon EC2
182
+ * in place, you can create virtual interfaces directly to the Amazon Web Services Cloud (for example, to Amazon EC2
179
183
  * and Amazon S3) and to Amazon VPC, bypassing Internet service providers in your network path. A
180
- * connection provides access to all Regions except the China (Beijing) and (China) Ningxia Regions.
184
+ * connection provides access to all Amazon Web Services Regions except the China (Beijing) and (China) Ningxia Regions.
181
185
  * Amazon Web Services resources in the China Regions can only be accessed through locations associated with those Regions.</p>
182
186
  */
183
187
  export declare class DirectConnectClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DirectConnectClientResolvedConfig> {
@@ -7,7 +7,7 @@ export interface AllocatePrivateVirtualInterfaceCommandInput extends AllocatePri
7
7
  export interface AllocatePrivateVirtualInterfaceCommandOutput extends VirtualInterface, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Provisions a private virtual interface to be owned by the specified account.</p>
10
+ * <p>Provisions a private virtual interface to be owned by the specified Amazon Web Services account.</p>
11
11
  * <p>Virtual interfaces created using this action must be confirmed by the owner using <a>ConfirmPrivateVirtualInterface</a>.
12
12
  * Until then, the virtual interface is in the <code>Confirming</code> state and is not available to handle traffic.</p>
13
13
  * @example
@@ -7,8 +7,8 @@ export interface AllocatePublicVirtualInterfaceCommandInput extends AllocatePubl
7
7
  export interface AllocatePublicVirtualInterfaceCommandOutput extends VirtualInterface, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Provisions a public virtual interface to be owned by the specified account.</p>
11
- * <p>The owner of a connection calls this function to provision a public virtual interface to be owned by the specified account.</p>
10
+ * <p>Provisions a public virtual interface to be owned by the specified Amazon Web Services account.</p>
11
+ * <p>The owner of a connection calls this function to provision a public virtual interface to be owned by the specified Amazon Web Services account.</p>
12
12
  * <p>Virtual interfaces created using this function must be confirmed by the owner using <a>ConfirmPublicVirtualInterface</a>.
13
13
  * Until this step has been completed, the virtual interface is in the <code>confirming</code> state and is not available to handle traffic.</p>
14
14
  * <p>When creating an IPv6 public virtual interface, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from
@@ -7,8 +7,8 @@ export interface AllocateTransitVirtualInterfaceCommandInput extends AllocateTra
7
7
  export interface AllocateTransitVirtualInterfaceCommandOutput extends AllocateTransitVirtualInterfaceResult, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Provisions a transit virtual interface to be owned by the specified account. Use this type of interface to connect a transit gateway to your Direct Connect gateway.</p>
11
- * <p>The owner of a connection provisions a transit virtual interface to be owned by the specified account.</p>
10
+ * <p>Provisions a transit virtual interface to be owned by the specified Amazon Web Services account. Use this type of interface to connect a transit gateway to your Direct Connect gateway.</p>
11
+ * <p>The owner of a connection provisions a transit virtual interface to be owned by the specified Amazon Web Services account.</p>
12
12
  * <p>After you create a transit virtual interface, it must be confirmed by the owner using <a>ConfirmTransitVirtualInterface</a>. Until this step has been completed, the transit virtual interface is in the <code>requested</code> state and is not available to handle traffic.</p>
13
13
  * @example
14
14
  * Use a bare-bones client and the command you need to make an API call.
@@ -0,0 +1,37 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
4
+ import { ConfirmCustomerAgreementRequest, ConfirmCustomerAgreementResponse } from "../models/models_0";
5
+ export interface ConfirmCustomerAgreementCommandInput extends ConfirmCustomerAgreementRequest {
6
+ }
7
+ export interface ConfirmCustomerAgreementCommandOutput extends ConfirmCustomerAgreementResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>
11
+ * The confirmation of the terms of agreement when creating the connection/link aggregation group (LAG).
12
+ * </p>
13
+ * @example
14
+ * Use a bare-bones client and the command you need to make an API call.
15
+ * ```javascript
16
+ * import { DirectConnectClient, ConfirmCustomerAgreementCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
17
+ * // const { DirectConnectClient, ConfirmCustomerAgreementCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
18
+ * const client = new DirectConnectClient(config);
19
+ * const command = new ConfirmCustomerAgreementCommand(input);
20
+ * const response = await client.send(command);
21
+ * ```
22
+ *
23
+ * @see {@link ConfirmCustomerAgreementCommandInput} for command's `input` shape.
24
+ * @see {@link ConfirmCustomerAgreementCommandOutput} for command's `response` shape.
25
+ * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
26
+ *
27
+ */
28
+ export declare class ConfirmCustomerAgreementCommand extends $Command<ConfirmCustomerAgreementCommandInput, ConfirmCustomerAgreementCommandOutput, DirectConnectClientResolvedConfig> {
29
+ readonly input: ConfirmCustomerAgreementCommandInput;
30
+ constructor(input: ConfirmCustomerAgreementCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConfirmCustomerAgreementCommandInput, ConfirmCustomerAgreementCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -7,7 +7,7 @@ export interface ConfirmPrivateVirtualInterfaceCommandInput extends ConfirmPriva
7
7
  export interface ConfirmPrivateVirtualInterfaceCommandOutput extends ConfirmPrivateVirtualInterfaceResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Accepts ownership of a private virtual interface created by another account.</p>
10
+ * <p>Accepts ownership of a private virtual interface created by another Amazon Web Services account.</p>
11
11
  * <p>After the virtual interface owner makes this call, the virtual interface is
12
12
  * created and attached to the specified virtual private gateway or Direct Connect gateway, and is
13
13
  * made available to handle traffic.</p>
@@ -7,7 +7,7 @@ export interface ConfirmPublicVirtualInterfaceCommandInput extends ConfirmPublic
7
7
  export interface ConfirmPublicVirtualInterfaceCommandOutput extends ConfirmPublicVirtualInterfaceResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Accepts ownership of a public virtual interface created by another account.</p>
10
+ * <p>Accepts ownership of a public virtual interface created by another Amazon Web Services account.</p>
11
11
  * <p>After the virtual interface owner makes this call, the specified virtual interface is
12
12
  * created and made available to handle traffic.</p>
13
13
  * @example
@@ -7,7 +7,7 @@ export interface ConfirmTransitVirtualInterfaceCommandInput extends ConfirmTrans
7
7
  export interface ConfirmTransitVirtualInterfaceCommandOutput extends ConfirmTransitVirtualInterfaceResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Accepts ownership of a transit virtual interface created by another account.</p>
10
+ * <p>Accepts ownership of a transit virtual interface created by another Amazon Web Services account.</p>
11
11
  *
12
12
  * <p> After the owner of the transit virtual interface makes this call, the specified transit virtual interface is created and made available to handle traffic.</p>
13
13
  * @example
@@ -8,7 +8,7 @@ export interface CreateDirectConnectGatewayAssociationProposalCommandOutput exte
8
8
  }
9
9
  /**
10
10
  * <p>Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway.</p>
11
- * <p>You can associate a Direct Connect gateway and virtual private gateway or transit gateway that is owned by any account. </p>
11
+ * <p>You can associate a Direct Connect gateway and virtual private gateway or transit gateway that is owned by any Amazon Web Services account. </p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
14
14
  * ```javascript
@@ -9,8 +9,8 @@ export interface CreateDirectConnectGatewayCommandOutput extends CreateDirectCon
9
9
  /**
10
10
  * <p>Creates a Direct Connect gateway, which is an intermediate object that enables you to connect a set
11
11
  * of virtual interfaces and virtual private gateways. A Direct Connect gateway is global and visible in any
12
- * Region after it is created. The virtual interfaces and virtual private gateways that
13
- * are connected through a Direct Connect gateway can be in different Regions. This enables you to
12
+ * Amazon Web Services Region after it is created. The virtual interfaces and virtual private gateways that
13
+ * are connected through a Direct Connect gateway can be in different Amazon Web Services Regions. This enables you to
14
14
  * connect to a VPC in any Region, regardless of the Region in which the virtual interfaces
15
15
  * are located, and pass traffic between them.</p>
16
16
  * @example
@@ -22,7 +22,7 @@ export interface CreateLagCommandOutput extends Lag, __MetadataBearer {
22
22
  * will be created on the same Direct Connect endpoint to which the dedicated connection terminates. Any
23
23
  * virtual interfaces associated with the dedicated connection are automatically disassociated
24
24
  * and re-associated with the LAG. The connection ID does not change.</p>
25
- * <p>If the account used to create a LAG is a registered Direct Connect Partner, the LAG is
25
+ * <p>If the Amazon Web Services account used to create a LAG is a registered Direct Connect Partner, the LAG is
26
26
  * automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual
27
27
  * interfaces cannot be directly configured.</p>
28
28
  * @example
@@ -10,7 +10,7 @@ export interface CreatePrivateVirtualInterfaceCommandOutput extends VirtualInter
10
10
  * <p>Creates a private virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic.
11
11
  * A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW).
12
12
  * Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple
13
- * VPCs, including VPCs in different Regions. Connecting the private virtual interface
13
+ * VPCs, including VPCs in different Amazon Web Services Regions. Connecting the private virtual interface
14
14
  * to a VGW only provides access to a single VPC within the same Region.</p>
15
15
  * <p>Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to
16
16
  * the underlying physical connection if it wasn't updated to support jumbo frames. Updating
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
4
+ import { DescribeCustomerMetadataResponse } from "../models/models_0";
5
+ export interface DescribeCustomerMetadataCommandInput {
6
+ }
7
+ export interface DescribeCustomerMetadataCommandOutput extends DescribeCustomerMetadataResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Get and view a list of customer agreements, along with their signed status and whether the customer is an NNIPartner, NNIPartnerV2, or a nonPartner. </p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { DirectConnectClient, DescribeCustomerMetadataCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
15
+ * // const { DirectConnectClient, DescribeCustomerMetadataCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
16
+ * const client = new DirectConnectClient(config);
17
+ * const command = new DescribeCustomerMetadataCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DescribeCustomerMetadataCommandInput} for command's `input` shape.
22
+ * @see {@link DescribeCustomerMetadataCommandOutput} for command's `response` shape.
23
+ * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
24
+ *
25
+ */
26
+ export declare class DescribeCustomerMetadataCommand extends $Command<DescribeCustomerMetadataCommandInput, DescribeCustomerMetadataCommandOutput, DirectConnectClientResolvedConfig> {
27
+ readonly input: DescribeCustomerMetadataCommandInput;
28
+ constructor(input: DescribeCustomerMetadataCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCustomerMetadataCommandInput, DescribeCustomerMetadataCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -7,7 +7,7 @@ export interface DescribeInterconnectsCommandInput extends DescribeInterconnects
7
7
  export interface DescribeInterconnectsCommandOutput extends Interconnects, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Lists the interconnects owned by the account or only the specified interconnect.</p>
10
+ * <p>Lists the interconnects owned by the Amazon Web Services account or only the specified interconnect.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -7,7 +7,7 @@ export interface DescribeLocationsCommandInput {
7
7
  export interface DescribeLocationsCommandOutput extends Locations, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Lists the Direct Connect locations in the current Region. These are the locations that can be selected when calling
10
+ * <p>Lists the Direct Connect locations in the current Amazon Web Services Region. These are the locations that can be selected when calling
11
11
  * <a>CreateConnection</a> or <a>CreateInterconnect</a>.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
@@ -0,0 +1,37 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
4
+ import { DescribeRouterConfigurationRequest, DescribeRouterConfigurationResponse } from "../models/models_0";
5
+ export interface DescribeRouterConfigurationCommandInput extends DescribeRouterConfigurationRequest {
6
+ }
7
+ export interface DescribeRouterConfigurationCommandOutput extends DescribeRouterConfigurationResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>
11
+ * Details about the router.
12
+ * </p>
13
+ * @example
14
+ * Use a bare-bones client and the command you need to make an API call.
15
+ * ```javascript
16
+ * import { DirectConnectClient, DescribeRouterConfigurationCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
17
+ * // const { DirectConnectClient, DescribeRouterConfigurationCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
18
+ * const client = new DirectConnectClient(config);
19
+ * const command = new DescribeRouterConfigurationCommand(input);
20
+ * const response = await client.send(command);
21
+ * ```
22
+ *
23
+ * @see {@link DescribeRouterConfigurationCommandInput} for command's `input` shape.
24
+ * @see {@link DescribeRouterConfigurationCommandOutput} for command's `response` shape.
25
+ * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
26
+ *
27
+ */
28
+ export declare class DescribeRouterConfigurationCommand extends $Command<DescribeRouterConfigurationCommandInput, DescribeRouterConfigurationCommandOutput, DirectConnectClientResolvedConfig> {
29
+ readonly input: DescribeRouterConfigurationCommandInput;
30
+ constructor(input: DescribeRouterConfigurationCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRouterConfigurationCommandInput, DescribeRouterConfigurationCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -7,7 +7,7 @@ export interface DescribeVirtualGatewaysCommandInput {
7
7
  export interface DescribeVirtualGatewaysCommandOutput extends VirtualGateways, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Lists the virtual private gateways owned by the account.</p>
10
+ * <p>Lists the virtual private gateways owned by the Amazon Web Services account.</p>
11
11
  * <p>You can create one or more Direct Connect private virtual interfaces linked to a virtual private gateway.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
@@ -7,7 +7,7 @@ export interface DescribeVirtualInterfacesCommandInput extends DescribeVirtualIn
7
7
  export interface DescribeVirtualInterfacesCommandOutput extends VirtualInterfaces, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Displays all virtual interfaces for an account. Virtual interfaces deleted fewer
10
+ * <p>Displays all virtual interfaces for an Amazon Web Services account. Virtual interfaces deleted fewer
11
11
  * than 15 minutes before you make the request are also returned. If you specify a
12
12
  * connection ID, only the virtual interfaces associated with the connection are returned.
13
13
  * If you specify a virtual interface ID, then only a single virtual interface is returned.</p>
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
4
+ import { UpdateDirectConnectGatewayRequest, UpdateDirectConnectGatewayResponse } from "../models/models_0";
5
+ export interface UpdateDirectConnectGatewayCommandInput extends UpdateDirectConnectGatewayRequest {
6
+ }
7
+ export interface UpdateDirectConnectGatewayCommandOutput extends UpdateDirectConnectGatewayResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Updates the name of a current Direct Connect gateway.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { DirectConnectClient, UpdateDirectConnectGatewayCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
15
+ * // const { DirectConnectClient, UpdateDirectConnectGatewayCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
16
+ * const client = new DirectConnectClient(config);
17
+ * const command = new UpdateDirectConnectGatewayCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link UpdateDirectConnectGatewayCommandInput} for command's `input` shape.
22
+ * @see {@link UpdateDirectConnectGatewayCommandOutput} for command's `response` shape.
23
+ * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
24
+ *
25
+ */
26
+ export declare class UpdateDirectConnectGatewayCommand extends $Command<UpdateDirectConnectGatewayCommandInput, UpdateDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig> {
27
+ readonly input: UpdateDirectConnectGatewayCommandInput;
28
+ constructor(input: UpdateDirectConnectGatewayCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDirectConnectGatewayCommandInput, UpdateDirectConnectGatewayCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }