@aws-sdk/client-direct-connect 3.37.0 → 3.41.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 (112) hide show
  1. package/CHANGELOG.md +43 -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/endpoints.js +137 -21
  10. package/dist-cjs/index.js +3 -61
  11. package/dist-cjs/models/models_0.js +63 -3
  12. package/dist-cjs/protocols/Aws_json1_1.js +339 -3
  13. package/dist-cjs/runtimeConfig.browser.js +6 -3
  14. package/dist-cjs/runtimeConfig.js +5 -3
  15. package/dist-es/DirectConnect.js +60 -0
  16. package/dist-es/commands/ConfirmCustomerAgreementCommand.js +39 -0
  17. package/dist-es/commands/DescribeCustomerMetadataCommand.js +39 -0
  18. package/dist-es/commands/DescribeRouterConfigurationCommand.js +39 -0
  19. package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +39 -0
  20. package/dist-es/commands/index.js +63 -0
  21. package/dist-es/endpoints.js +137 -21
  22. package/dist-es/index.js +3 -61
  23. package/dist-es/models/models_0.js +42 -0
  24. package/dist-es/protocols/Aws_json1_1.js +369 -0
  25. package/dist-es/runtimeConfig.browser.js +3 -2
  26. package/dist-es/runtimeConfig.js +3 -3
  27. package/dist-types/DirectConnect.d.ts +51 -19
  28. package/dist-types/DirectConnectClient.d.ts +16 -4
  29. package/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
  30. package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +1 -1
  31. package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +1 -1
  32. package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +2 -2
  33. package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +3 -3
  34. package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +3 -3
  35. package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +1 -1
  36. package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +1 -1
  37. package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +1 -1
  38. package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +1 -1
  39. package/dist-types/commands/ConfirmConnectionCommand.d.ts +1 -1
  40. package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +37 -0
  41. package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +2 -2
  42. package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +2 -2
  43. package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +2 -2
  44. package/dist-types/commands/CreateBGPPeerCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateConnectionCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +2 -2
  48. package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +3 -3
  49. package/dist-types/commands/CreateInterconnectCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateLagCommand.d.ts +2 -2
  51. package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +2 -2
  52. package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +1 -1
  54. package/dist-types/commands/DeleteBGPPeerCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +1 -1
  57. package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
  58. package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +1 -1
  59. package/dist-types/commands/DeleteInterconnectCommand.d.ts +1 -1
  60. package/dist-types/commands/DeleteLagCommand.d.ts +1 -1
  61. package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeConnectionsCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +35 -0
  66. package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +1 -1
  72. package/dist-types/commands/DescribeInterconnectsCommand.d.ts +2 -2
  73. package/dist-types/commands/DescribeLagsCommand.d.ts +1 -1
  74. package/dist-types/commands/DescribeLoaCommand.d.ts +1 -1
  75. package/dist-types/commands/DescribeLocationsCommand.d.ts +2 -2
  76. package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +37 -0
  77. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  78. package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +2 -2
  79. package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +2 -2
  80. package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +1 -1
  81. package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +1 -1
  82. package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +1 -1
  83. package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +1 -1
  84. package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +1 -1
  85. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  86. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  87. package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
  88. package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +1 -1
  89. package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +35 -0
  90. package/dist-types/commands/UpdateLagCommand.d.ts +1 -1
  91. package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +1 -1
  92. package/dist-types/commands/index.d.ts +63 -0
  93. package/dist-types/index.d.ts +3 -61
  94. package/dist-types/models/models_0.d.ts +209 -23
  95. package/dist-types/protocols/Aws_json1_1.d.ts +12 -0
  96. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  97. package/dist-types/runtimeConfig.d.ts +2 -0
  98. package/dist-types/runtimeConfig.native.d.ts +2 -0
  99. package/dist-types/ts3.4/DirectConnect.d.ts +20 -0
  100. package/dist-types/ts3.4/DirectConnectClient.d.ts +10 -2
  101. package/dist-types/ts3.4/commands/ConfirmCustomerAgreementCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/DescribeCustomerMetadataCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/DescribeRouterConfigurationCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/index.d.ts +63 -0
  106. package/dist-types/ts3.4/index.d.ts +3 -61
  107. package/dist-types/ts3.4/models/models_0.d.ts +104 -0
  108. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  109. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  110. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  111. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  112. package/package.json +26 -26
@@ -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.
@@ -135,6 +139,14 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
135
139
  * Optional logger for logging debug/info/warn/error.
136
140
  */
137
141
  logger?: __Logger;
142
+ /**
143
+ * Enables IPv6/IPv4 dualstack endpoint.
144
+ */
145
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
146
+ /**
147
+ * Enables FIPS compatible endpoints.
148
+ */
149
+ useFipsEndpoint?: boolean | __Provider<boolean>;
138
150
  /**
139
151
  * Unique service identifier.
140
152
  * @internal
@@ -175,9 +187,9 @@ export interface DirectConnectClientResolvedConfig extends DirectConnectClientRe
175
187
  /**
176
188
  * <p>Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable.
177
189
  * 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
190
+ * in place, you can create virtual interfaces directly to the Amazon Web Services Cloud (for example, to Amazon EC2
179
191
  * 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.
192
+ * connection provides access to all Amazon Web Services Regions except the China (Beijing) and (China) Ningxia Regions.
181
193
  * Amazon Web Services resources in the China Regions can only be accessed through locations associated with those Regions.</p>
182
194
  */
183
195
  export declare class DirectConnectClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DirectConnectClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface AcceptDirectConnectGatewayAssociationProposalCommandOutput exte
20
20
  *
21
21
  * @see {@link AcceptDirectConnectGatewayAssociationProposalCommandInput} for command's `input` shape.
22
22
  * @see {@link AcceptDirectConnectGatewayAssociationProposalCommandOutput} for command's `response` shape.
23
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class AcceptDirectConnectGatewayAssociationProposalCommand extends $Command<AcceptDirectConnectGatewayAssociationProposalCommandInput, AcceptDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface AllocateConnectionOnInterconnectCommandOutput extends Connectio
27
27
  *
28
28
  * @see {@link AllocateConnectionOnInterconnectCommandInput} for command's `input` shape.
29
29
  * @see {@link AllocateConnectionOnInterconnectCommandOutput} for command's `response` shape.
30
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class AllocateConnectionOnInterconnectCommand extends $Command<AllocateConnectionOnInterconnectCommandInput, AllocateConnectionOnInterconnectCommandOutput, DirectConnectClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface AllocateHostedConnectionCommandOutput extends Connection, __Met
25
25
  *
26
26
  * @see {@link AllocateHostedConnectionCommandInput} for command's `input` shape.
27
27
  * @see {@link AllocateHostedConnectionCommandOutput} for command's `response` shape.
28
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class AllocateHostedConnectionCommand extends $Command<AllocateHostedConnectionCommandInput, AllocateHostedConnectionCommandOutput, 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
@@ -22,7 +22,7 @@ export interface AllocatePrivateVirtualInterfaceCommandOutput extends VirtualInt
22
22
  *
23
23
  * @see {@link AllocatePrivateVirtualInterfaceCommandInput} for command's `input` shape.
24
24
  * @see {@link AllocatePrivateVirtualInterfaceCommandOutput} for command's `response` shape.
25
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class AllocatePrivateVirtualInterfaceCommand extends $Command<AllocatePrivateVirtualInterfaceCommandInput, AllocatePrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
@@ -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
@@ -25,7 +25,7 @@ export interface AllocatePublicVirtualInterfaceCommandOutput extends VirtualInte
25
25
  *
26
26
  * @see {@link AllocatePublicVirtualInterfaceCommandInput} for command's `input` shape.
27
27
  * @see {@link AllocatePublicVirtualInterfaceCommandOutput} for command's `response` shape.
28
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class AllocatePublicVirtualInterfaceCommand extends $Command<AllocatePublicVirtualInterfaceCommandInput, AllocatePublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
@@ -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.
@@ -22,7 +22,7 @@ export interface AllocateTransitVirtualInterfaceCommandOutput extends AllocateTr
22
22
  *
23
23
  * @see {@link AllocateTransitVirtualInterfaceCommandInput} for command's `input` shape.
24
24
  * @see {@link AllocateTransitVirtualInterfaceCommandOutput} for command's `response` shape.
25
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class AllocateTransitVirtualInterfaceCommand extends $Command<AllocateTransitVirtualInterfaceCommandInput, AllocateTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
@@ -33,7 +33,7 @@ export interface AssociateConnectionWithLagCommandOutput extends Connection, __M
33
33
  *
34
34
  * @see {@link AssociateConnectionWithLagCommandInput} for command's `input` shape.
35
35
  * @see {@link AssociateConnectionWithLagCommandOutput} for command's `response` shape.
36
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
36
+ * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
37
37
  *
38
38
  */
39
39
  export declare class AssociateConnectionWithLagCommand extends $Command<AssociateConnectionWithLagCommandInput, AssociateConnectionWithLagCommandOutput, DirectConnectClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface AssociateHostedConnectionCommandOutput extends Connection, __Me
27
27
  *
28
28
  * @see {@link AssociateHostedConnectionCommandInput} for command's `input` shape.
29
29
  * @see {@link AssociateHostedConnectionCommandOutput} for command's `response` shape.
30
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class AssociateHostedConnectionCommand extends $Command<AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommandOutput, DirectConnectClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface AssociateMacSecKeyCommandOutput extends AssociateMacSecKeyRespo
22
22
  *
23
23
  * @see {@link AssociateMacSecKeyCommandInput} for command's `input` shape.
24
24
  * @see {@link AssociateMacSecKeyCommandOutput} for command's `response` shape.
25
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class AssociateMacSecKeyCommand extends $Command<AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput, DirectConnectClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface AssociateVirtualInterfaceCommandOutput extends VirtualInterface
29
29
  *
30
30
  * @see {@link AssociateVirtualInterfaceCommandInput} for command's `input` shape.
31
31
  * @see {@link AssociateVirtualInterfaceCommandOutput} for command's `response` shape.
32
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class AssociateVirtualInterfaceCommand extends $Command<AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ConfirmConnectionCommandOutput extends ConfirmConnectionRespons
22
22
  *
23
23
  * @see {@link ConfirmConnectionCommandInput} for command's `input` shape.
24
24
  * @see {@link ConfirmConnectionCommandOutput} for command's `response` shape.
25
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ConfirmConnectionCommand extends $Command<ConfirmConnectionCommandInput, ConfirmConnectionCommandOutput, DirectConnectClientResolvedConfig> {
@@ -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 DirectConnectClient's `config` 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>
@@ -23,7 +23,7 @@ export interface ConfirmPrivateVirtualInterfaceCommandOutput extends ConfirmPriv
23
23
  *
24
24
  * @see {@link ConfirmPrivateVirtualInterfaceCommandInput} for command's `input` shape.
25
25
  * @see {@link ConfirmPrivateVirtualInterfaceCommandOutput} for command's `response` shape.
26
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class ConfirmPrivateVirtualInterfaceCommand extends $Command<ConfirmPrivateVirtualInterfaceCommandInput, ConfirmPrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
@@ -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
@@ -22,7 +22,7 @@ export interface ConfirmPublicVirtualInterfaceCommandOutput extends ConfirmPubli
22
22
  *
23
23
  * @see {@link ConfirmPublicVirtualInterfaceCommandInput} for command's `input` shape.
24
24
  * @see {@link ConfirmPublicVirtualInterfaceCommandOutput} for command's `response` shape.
25
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ConfirmPublicVirtualInterfaceCommand extends $Command<ConfirmPublicVirtualInterfaceCommandInput, ConfirmPublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
@@ -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
@@ -22,7 +22,7 @@ export interface ConfirmTransitVirtualInterfaceCommandOutput extends ConfirmTran
22
22
  *
23
23
  * @see {@link ConfirmTransitVirtualInterfaceCommandInput} for command's `input` shape.
24
24
  * @see {@link ConfirmTransitVirtualInterfaceCommandOutput} for command's `response` shape.
25
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ConfirmTransitVirtualInterfaceCommand extends $Command<ConfirmTransitVirtualInterfaceCommandInput, ConfirmTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface CreateBGPPeerCommandOutput extends CreateBGPPeerResponse, __Met
26
26
  *
27
27
  * @see {@link CreateBGPPeerCommandInput} for command's `input` shape.
28
28
  * @see {@link CreateBGPPeerCommandOutput} for command's `response` shape.
29
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class CreateBGPPeerCommand extends $Command<CreateBGPPeerCommandInput, CreateBGPPeerCommandOutput, DirectConnectClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface CreateConnectionCommandOutput extends Connection, __MetadataBea
28
28
  *
29
29
  * @see {@link CreateConnectionCommandInput} for command's `input` shape.
30
30
  * @see {@link CreateConnectionCommandOutput} for command's `response` shape.
31
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class CreateConnectionCommand extends $Command<CreateConnectionCommandInput, CreateConnectionCommandOutput, DirectConnectClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateDirectConnectGatewayAssociationCommandOutput extends Crea
21
21
  *
22
22
  * @see {@link CreateDirectConnectGatewayAssociationCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateDirectConnectGatewayAssociationCommandOutput} for command's `response` shape.
24
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateDirectConnectGatewayAssociationCommand extends $Command<CreateDirectConnectGatewayAssociationCommandInput, CreateDirectConnectGatewayAssociationCommandOutput, DirectConnectClientResolvedConfig> {
@@ -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
@@ -21,7 +21,7 @@ export interface CreateDirectConnectGatewayAssociationProposalCommandOutput exte
21
21
  *
22
22
  * @see {@link CreateDirectConnectGatewayAssociationProposalCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateDirectConnectGatewayAssociationProposalCommandOutput} for command's `response` shape.
24
- * @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateDirectConnectGatewayAssociationProposalCommand extends $Command<CreateDirectConnectGatewayAssociationProposalCommandInput, CreateDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig> {