@aws-sdk/client-direct-connect 3.289.0 → 3.291.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 (71) hide show
  1. package/dist-cjs/endpoint/ruleset.js +3 -3
  2. package/dist-cjs/models/models_0.js +80 -3
  3. package/dist-es/endpoint/ruleset.js +3 -3
  4. package/dist-es/models/models_0.js +77 -0
  5. package/dist-types/DirectConnect.d.ts +17 -10
  6. package/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +7 -0
  7. package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +7 -0
  8. package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +13 -0
  9. package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +13 -0
  10. package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +13 -0
  11. package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +13 -0
  12. package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +7 -0
  13. package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +7 -0
  14. package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +7 -0
  15. package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +7 -0
  16. package/dist-types/commands/ConfirmConnectionCommand.d.ts +7 -0
  17. package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +7 -0
  18. package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +7 -0
  19. package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +7 -0
  20. package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +7 -1
  21. package/dist-types/commands/CreateBGPPeerCommand.d.ts +17 -1
  22. package/dist-types/commands/CreateConnectionCommand.d.ts +13 -1
  23. package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +7 -0
  24. package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +7 -0
  25. package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +7 -0
  26. package/dist-types/commands/CreateInterconnectCommand.d.ts +13 -0
  27. package/dist-types/commands/CreateLagCommand.d.ts +14 -1
  28. package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +13 -0
  29. package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +13 -0
  30. package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +19 -6
  31. package/dist-types/commands/DeleteBGPPeerCommand.d.ts +7 -0
  32. package/dist-types/commands/DeleteConnectionCommand.d.ts +7 -0
  33. package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +7 -0
  34. package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +7 -0
  35. package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +7 -0
  36. package/dist-types/commands/DeleteInterconnectCommand.d.ts +7 -0
  37. package/dist-types/commands/DeleteLagCommand.d.ts +7 -0
  38. package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +7 -0
  39. package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +7 -0
  40. package/dist-types/commands/DescribeConnectionsCommand.d.ts +7 -0
  41. package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +7 -0
  42. package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +7 -0
  43. package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +7 -0
  44. package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +7 -0
  45. package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +7 -0
  46. package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +7 -0
  47. package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +7 -0
  48. package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +7 -0
  49. package/dist-types/commands/DescribeInterconnectsCommand.d.ts +7 -0
  50. package/dist-types/commands/DescribeLagsCommand.d.ts +7 -0
  51. package/dist-types/commands/DescribeLoaCommand.d.ts +7 -0
  52. package/dist-types/commands/DescribeLocationsCommand.d.ts +7 -0
  53. package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +7 -0
  54. package/dist-types/commands/DescribeTagsCommand.d.ts +7 -0
  55. package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +7 -0
  56. package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +7 -0
  57. package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +7 -0
  58. package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +7 -0
  59. package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +7 -0
  60. package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +7 -0
  61. package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +7 -0
  62. package/dist-types/commands/TagResourceCommand.d.ts +13 -0
  63. package/dist-types/commands/UntagResourceCommand.d.ts +7 -0
  64. package/dist-types/commands/UpdateConnectionCommand.d.ts +7 -0
  65. package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +7 -0
  66. package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +7 -0
  67. package/dist-types/commands/UpdateLagCommand.d.ts +7 -0
  68. package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +7 -0
  69. package/dist-types/models/models_0.d.ts +86 -22
  70. package/dist-types/ts3.4/models/models_0.d.ts +68 -59
  71. package/package.json +29 -29
@@ -15,7 +15,6 @@ export interface ConfirmTransitVirtualInterfaceCommandOutput extends ConfirmTran
15
15
  }
16
16
  /**
17
17
  * <p>Accepts ownership of a transit virtual interface created by another Amazon Web Services account.</p>
18
- *
19
18
  * <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>
20
19
  * @example
21
20
  * Use a bare-bones client and the command you need to make an API call.
@@ -31,6 +30,13 @@ export interface ConfirmTransitVirtualInterfaceCommandOutput extends ConfirmTran
31
30
  * @see {@link ConfirmTransitVirtualInterfaceCommandOutput} for command's `response` shape.
32
31
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
33
32
  *
33
+ * @throws {@link DirectConnectClientException} (client fault)
34
+ * <p>One or more parameters are not valid.</p>
35
+ *
36
+ * @throws {@link DirectConnectServerException} (server fault)
37
+ * <p>A server-side error occurred.</p>
38
+ *
39
+ *
34
40
  */
35
41
  export declare class ConfirmTransitVirtualInterfaceCommand extends $Command<ConfirmTransitVirtualInterfaceCommandInput, ConfirmTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
36
42
  readonly input: ConfirmTransitVirtualInterfaceCommandInput;
@@ -15,11 +15,20 @@ export interface CreateBGPPeerCommandOutput extends CreateBGPPeerResponse, __Met
15
15
  }
16
16
  /**
17
17
  * <p>Creates a BGP peer on the specified virtual interface.</p>
18
- * <p>You must create a BGP peer for the corresponding address family (IPv4/IPv6) in order to access Amazon Web Services resources that also use that address family.</p>
18
+ * <p>You must create a BGP peer for the corresponding address family (IPv4/IPv6) in order to
19
+ * access Amazon Web Services resources that also use that address family.</p>
19
20
  * <p>If logical redundancy is not supported by the connection, interconnect, or LAG, the BGP peer cannot
20
21
  * be in the same address family as an existing BGP peer on the virtual interface.</p>
21
22
  * <p>When creating a IPv6 BGP peer, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from
22
23
  * the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.</p>
24
+ * <important>
25
+ * <p>If you let Amazon Web Services auto-assign IPv4 addresses, a /30 CIDR will be allocated
26
+ * from 169.254.0.0/16. Amazon Web Services does not recommend this option if you intend to use
27
+ * the customer router peer IP address as the source and destination for traffic. Instead you
28
+ * should use RFC 1918 or other addressing, and specify the address yourself. For more
29
+ * information about RFC 1918 see <a href="https://datatracker.ietf.org/doc/html/rfc1918">
30
+ * Address Allocation for Private Internets</a>.</p>
31
+ * </important>
23
32
  * <p>For a public virtual interface, the Autonomous System Number (ASN) must be private or already on the allow list for the virtual interface.</p>
24
33
  * @example
25
34
  * Use a bare-bones client and the command you need to make an API call.
@@ -35,6 +44,13 @@ export interface CreateBGPPeerCommandOutput extends CreateBGPPeerResponse, __Met
35
44
  * @see {@link CreateBGPPeerCommandOutput} for command's `response` shape.
36
45
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
37
46
  *
47
+ * @throws {@link DirectConnectClientException} (client fault)
48
+ * <p>One or more parameters are not valid.</p>
49
+ *
50
+ * @throws {@link DirectConnectServerException} (server fault)
51
+ * <p>A server-side error occurred.</p>
52
+ *
53
+ *
38
54
  */
39
55
  export declare class CreateBGPPeerCommand extends $Command<CreateBGPPeerCommandInput, CreateBGPPeerCommandOutput, DirectConnectClientResolvedConfig> {
40
56
  readonly input: CreateBGPPeerCommandInput;
@@ -15,7 +15,6 @@ export interface CreateConnectionCommandOutput extends Connection, __MetadataBea
15
15
  }
16
16
  /**
17
17
  * <p>Creates a connection between a customer network and a specific Direct Connect location.</p>
18
- *
19
18
  * <p>A connection links your internal network to an Direct Connect location over a standard Ethernet fiber-optic
20
19
  * cable. One end of the cable is connected to your router, the other to an Direct Connect router.</p>
21
20
  * <p>To find the locations for your Region, use <a>DescribeLocations</a>.</p>
@@ -37,6 +36,19 @@ export interface CreateConnectionCommandOutput extends Connection, __MetadataBea
37
36
  * @see {@link CreateConnectionCommandOutput} for command's `response` shape.
38
37
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
39
38
  *
39
+ * @throws {@link DirectConnectClientException} (client fault)
40
+ * <p>One or more parameters are not valid.</p>
41
+ *
42
+ * @throws {@link DirectConnectServerException} (server fault)
43
+ * <p>A server-side error occurred.</p>
44
+ *
45
+ * @throws {@link DuplicateTagKeysException} (client fault)
46
+ * <p>A tag key was specified more than once.</p>
47
+ *
48
+ * @throws {@link TooManyTagsException} (client fault)
49
+ * <p>You have reached the limit on the number of tags that can be assigned.</p>
50
+ *
51
+ *
40
52
  */
41
53
  export declare class CreateConnectionCommand extends $Command<CreateConnectionCommandInput, CreateConnectionCommandOutput, DirectConnectClientResolvedConfig> {
42
54
  readonly input: CreateConnectionCommandInput;
@@ -30,6 +30,13 @@ export interface CreateDirectConnectGatewayAssociationCommandOutput extends Crea
30
30
  * @see {@link CreateDirectConnectGatewayAssociationCommandOutput} for command's `response` shape.
31
31
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
32
32
  *
33
+ * @throws {@link DirectConnectClientException} (client fault)
34
+ * <p>One or more parameters are not valid.</p>
35
+ *
36
+ * @throws {@link DirectConnectServerException} (server fault)
37
+ * <p>A server-side error occurred.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class CreateDirectConnectGatewayAssociationCommand extends $Command<CreateDirectConnectGatewayAssociationCommandInput, CreateDirectConnectGatewayAssociationCommandOutput, DirectConnectClientResolvedConfig> {
35
42
  readonly input: CreateDirectConnectGatewayAssociationCommandInput;
@@ -30,6 +30,13 @@ export interface CreateDirectConnectGatewayAssociationProposalCommandOutput exte
30
30
  * @see {@link CreateDirectConnectGatewayAssociationProposalCommandOutput} for command's `response` shape.
31
31
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
32
32
  *
33
+ * @throws {@link DirectConnectClientException} (client fault)
34
+ * <p>One or more parameters are not valid.</p>
35
+ *
36
+ * @throws {@link DirectConnectServerException} (server fault)
37
+ * <p>A server-side error occurred.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class CreateDirectConnectGatewayAssociationProposalCommand extends $Command<CreateDirectConnectGatewayAssociationProposalCommandInput, CreateDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig> {
35
42
  readonly input: CreateDirectConnectGatewayAssociationProposalCommandInput;
@@ -34,6 +34,13 @@ export interface CreateDirectConnectGatewayCommandOutput extends CreateDirectCon
34
34
  * @see {@link CreateDirectConnectGatewayCommandOutput} for command's `response` shape.
35
35
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
36
36
  *
37
+ * @throws {@link DirectConnectClientException} (client fault)
38
+ * <p>One or more parameters are not valid.</p>
39
+ *
40
+ * @throws {@link DirectConnectServerException} (server fault)
41
+ * <p>A server-side error occurred.</p>
42
+ *
43
+ *
37
44
  */
38
45
  export declare class CreateDirectConnectGatewayCommand extends $Command<CreateDirectConnectGatewayCommandInput, CreateDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig> {
39
46
  readonly input: CreateDirectConnectGatewayCommandInput;
@@ -44,6 +44,19 @@ export interface CreateInterconnectCommandOutput extends Interconnect, __Metadat
44
44
  * @see {@link CreateInterconnectCommandOutput} for command's `response` shape.
45
45
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
46
46
  *
47
+ * @throws {@link DirectConnectClientException} (client fault)
48
+ * <p>One or more parameters are not valid.</p>
49
+ *
50
+ * @throws {@link DirectConnectServerException} (server fault)
51
+ * <p>A server-side error occurred.</p>
52
+ *
53
+ * @throws {@link DuplicateTagKeysException} (client fault)
54
+ * <p>A tag key was specified more than once.</p>
55
+ *
56
+ * @throws {@link TooManyTagsException} (client fault)
57
+ * <p>You have reached the limit on the number of tags that can be assigned.</p>
58
+ *
59
+ *
47
60
  */
48
61
  export declare class CreateInterconnectCommand extends $Command<CreateInterconnectCommandInput, CreateInterconnectCommandOutput, DirectConnectClientResolvedConfig> {
49
62
  readonly input: CreateInterconnectCommandInput;
@@ -19,7 +19,7 @@ export interface CreateLagCommandOutput extends Lag, __MetadataBearer {
19
19
  * A LAG is a logical interface that uses the Link Aggregation Control Protocol
20
20
  * (LACP) to aggregate multiple interfaces, enabling you to treat them as a single
21
21
  * interface.</p>
22
- * <p>All connections in a LAG must use the same bandwidth (either 1Gbps or 10Gbps) and must terminate at the same Direct Connect endpoint.</p>
22
+ * <p>All connections in a LAG must use the same bandwidth (either 1Gbps or 10Gbps) and must terminate at the same Direct Connect endpoint.</p>
23
23
  * <p>You can have up to 10 dedicated connections per LAG. Regardless of this limit, if you
24
24
  * request more connections for the LAG than Direct Connect can allocate on a single endpoint, no LAG is
25
25
  * created.</p>
@@ -46,6 +46,19 @@ export interface CreateLagCommandOutput extends Lag, __MetadataBearer {
46
46
  * @see {@link CreateLagCommandOutput} for command's `response` shape.
47
47
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
48
48
  *
49
+ * @throws {@link DirectConnectClientException} (client fault)
50
+ * <p>One or more parameters are not valid.</p>
51
+ *
52
+ * @throws {@link DirectConnectServerException} (server fault)
53
+ * <p>A server-side error occurred.</p>
54
+ *
55
+ * @throws {@link DuplicateTagKeysException} (client fault)
56
+ * <p>A tag key was specified more than once.</p>
57
+ *
58
+ * @throws {@link TooManyTagsException} (client fault)
59
+ * <p>You have reached the limit on the number of tags that can be assigned.</p>
60
+ *
61
+ *
49
62
  */
50
63
  export declare class CreateLagCommand extends $Command<CreateLagCommandInput, CreateLagCommandOutput, DirectConnectClientResolvedConfig> {
51
64
  readonly input: CreateLagCommandInput;
@@ -39,6 +39,19 @@ export interface CreatePrivateVirtualInterfaceCommandOutput extends VirtualInter
39
39
  * @see {@link CreatePrivateVirtualInterfaceCommandOutput} for command's `response` shape.
40
40
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
41
41
  *
42
+ * @throws {@link DirectConnectClientException} (client fault)
43
+ * <p>One or more parameters are not valid.</p>
44
+ *
45
+ * @throws {@link DirectConnectServerException} (server fault)
46
+ * <p>A server-side error occurred.</p>
47
+ *
48
+ * @throws {@link DuplicateTagKeysException} (client fault)
49
+ * <p>A tag key was specified more than once.</p>
50
+ *
51
+ * @throws {@link TooManyTagsException} (client fault)
52
+ * <p>You have reached the limit on the number of tags that can be assigned.</p>
53
+ *
54
+ *
42
55
  */
43
56
  export declare class CreatePrivateVirtualInterfaceCommand extends $Command<CreatePrivateVirtualInterfaceCommandInput, CreatePrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
44
57
  readonly input: CreatePrivateVirtualInterfaceCommandInput;
@@ -32,6 +32,19 @@ export interface CreatePublicVirtualInterfaceCommandOutput extends VirtualInterf
32
32
  * @see {@link CreatePublicVirtualInterfaceCommandOutput} for command's `response` shape.
33
33
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
34
34
  *
35
+ * @throws {@link DirectConnectClientException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link DirectConnectServerException} (server fault)
39
+ * <p>A server-side error occurred.</p>
40
+ *
41
+ * @throws {@link DuplicateTagKeysException} (client fault)
42
+ * <p>A tag key was specified more than once.</p>
43
+ *
44
+ * @throws {@link TooManyTagsException} (client fault)
45
+ * <p>You have reached the limit on the number of tags that can be assigned.</p>
46
+ *
47
+ *
35
48
  */
36
49
  export declare class CreatePublicVirtualInterfaceCommand extends $Command<CreatePublicVirtualInterfaceCommandInput, CreatePublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
37
50
  readonly input: CreatePublicVirtualInterfaceCommandInput;
@@ -18,12 +18,12 @@ export interface CreateTransitVirtualInterfaceCommandOutput extends CreateTransi
18
18
  * <important>
19
19
  * <p>If you associate your transit gateway with one or more Direct Connect gateways, the Autonomous System Number (ASN) used by the transit gateway and the Direct Connect gateway must be different. For example, if you use the default ASN 64512 for both your the transit gateway and Direct Connect gateway, the association request fails.</p>
20
20
  * </important>
21
- * <p>Setting the MTU of a virtual interface to 8500 (jumbo frames) can cause an update to
22
- * the underlying physical connection if it wasn't updated to support jumbo frames. Updating
23
- * the connection disrupts network connectivity for all virtual interfaces associated with
24
- * the connection for up to 30 seconds. To check whether your connection supports jumbo
25
- * frames, call <a>DescribeConnections</a>. To check whether your virtual
26
- * interface supports jumbo frames, call <a>DescribeVirtualInterfaces</a>.</p>
21
+ * <p>A jumbo MTU value must be either 1500 or 8500. No other values will be accepted. Setting
22
+ * the MTU of a virtual interface to 8500 (jumbo frames) can cause an update to the underlying
23
+ * physical connection if it wasn't updated to support jumbo frames. Updating the connection
24
+ * disrupts network connectivity for all virtual interfaces associated with the connection for up
25
+ * to 30 seconds. To check whether your connection supports jumbo frames, call <a>DescribeConnections</a>. To check whether your virtual interface supports jumbo
26
+ * frames, call <a>DescribeVirtualInterfaces</a>.</p>
27
27
  * @example
28
28
  * Use a bare-bones client and the command you need to make an API call.
29
29
  * ```javascript
@@ -38,6 +38,19 @@ export interface CreateTransitVirtualInterfaceCommandOutput extends CreateTransi
38
38
  * @see {@link CreateTransitVirtualInterfaceCommandOutput} for command's `response` shape.
39
39
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
40
40
  *
41
+ * @throws {@link DirectConnectClientException} (client fault)
42
+ * <p>One or more parameters are not valid.</p>
43
+ *
44
+ * @throws {@link DirectConnectServerException} (server fault)
45
+ * <p>A server-side error occurred.</p>
46
+ *
47
+ * @throws {@link DuplicateTagKeysException} (client fault)
48
+ * <p>A tag key was specified more than once.</p>
49
+ *
50
+ * @throws {@link TooManyTagsException} (client fault)
51
+ * <p>You have reached the limit on the number of tags that can be assigned.</p>
52
+ *
53
+ *
41
54
  */
42
55
  export declare class CreateTransitVirtualInterfaceCommand extends $Command<CreateTransitVirtualInterfaceCommandInput, CreateTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
43
56
  readonly input: CreateTransitVirtualInterfaceCommandInput;
@@ -30,6 +30,13 @@ export interface DeleteBGPPeerCommandOutput extends DeleteBGPPeerResponse, __Met
30
30
  * @see {@link DeleteBGPPeerCommandOutput} for command's `response` shape.
31
31
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
32
32
  *
33
+ * @throws {@link DirectConnectClientException} (client fault)
34
+ * <p>One or more parameters are not valid.</p>
35
+ *
36
+ * @throws {@link DirectConnectServerException} (server fault)
37
+ * <p>A server-side error occurred.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class DeleteBGPPeerCommand extends $Command<DeleteBGPPeerCommandInput, DeleteBGPPeerCommandOutput, DirectConnectClientResolvedConfig> {
35
42
  readonly input: DeleteBGPPeerCommandInput;
@@ -32,6 +32,13 @@ export interface DeleteConnectionCommandOutput extends Connection, __MetadataBea
32
32
  * @see {@link DeleteConnectionCommandOutput} for command's `response` shape.
33
33
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
34
34
  *
35
+ * @throws {@link DirectConnectClientException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link DirectConnectServerException} (server fault)
39
+ * <p>A server-side error occurred.</p>
40
+ *
41
+ *
35
42
  */
36
43
  export declare class DeleteConnectionCommand extends $Command<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, DirectConnectClientResolvedConfig> {
37
44
  readonly input: DeleteConnectionCommandInput;
@@ -30,6 +30,13 @@ export interface DeleteDirectConnectGatewayAssociationCommandOutput extends Dele
30
30
  * @see {@link DeleteDirectConnectGatewayAssociationCommandOutput} for command's `response` shape.
31
31
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
32
32
  *
33
+ * @throws {@link DirectConnectClientException} (client fault)
34
+ * <p>One or more parameters are not valid.</p>
35
+ *
36
+ * @throws {@link DirectConnectServerException} (server fault)
37
+ * <p>A server-side error occurred.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class DeleteDirectConnectGatewayAssociationCommand extends $Command<DeleteDirectConnectGatewayAssociationCommandInput, DeleteDirectConnectGatewayAssociationCommandOutput, DirectConnectClientResolvedConfig> {
35
42
  readonly input: DeleteDirectConnectGatewayAssociationCommandInput;
@@ -29,6 +29,13 @@ export interface DeleteDirectConnectGatewayAssociationProposalCommandOutput exte
29
29
  * @see {@link DeleteDirectConnectGatewayAssociationProposalCommandOutput} for command's `response` shape.
30
30
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
31
31
  *
32
+ * @throws {@link DirectConnectClientException} (client fault)
33
+ * <p>One or more parameters are not valid.</p>
34
+ *
35
+ * @throws {@link DirectConnectServerException} (server fault)
36
+ * <p>A server-side error occurred.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DeleteDirectConnectGatewayAssociationProposalCommand extends $Command<DeleteDirectConnectGatewayAssociationProposalCommandInput, DeleteDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig> {
34
41
  readonly input: DeleteDirectConnectGatewayAssociationProposalCommandInput;
@@ -31,6 +31,13 @@ export interface DeleteDirectConnectGatewayCommandOutput extends DeleteDirectCon
31
31
  * @see {@link DeleteDirectConnectGatewayCommandOutput} for command's `response` shape.
32
32
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
33
33
  *
34
+ * @throws {@link DirectConnectClientException} (client fault)
35
+ * <p>One or more parameters are not valid.</p>
36
+ *
37
+ * @throws {@link DirectConnectServerException} (server fault)
38
+ * <p>A server-side error occurred.</p>
39
+ *
40
+ *
34
41
  */
35
42
  export declare class DeleteDirectConnectGatewayCommand extends $Command<DeleteDirectConnectGatewayCommandInput, DeleteDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig> {
36
43
  readonly input: DeleteDirectConnectGatewayCommandInput;
@@ -33,6 +33,13 @@ export interface DeleteInterconnectCommandOutput extends DeleteInterconnectRespo
33
33
  * @see {@link DeleteInterconnectCommandOutput} for command's `response` shape.
34
34
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
35
35
  *
36
+ * @throws {@link DirectConnectClientException} (client fault)
37
+ * <p>One or more parameters are not valid.</p>
38
+ *
39
+ * @throws {@link DirectConnectServerException} (server fault)
40
+ * <p>A server-side error occurred.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class DeleteInterconnectCommand extends $Command<DeleteInterconnectCommandInput, DeleteInterconnectCommandOutput, DirectConnectClientResolvedConfig> {
38
45
  readonly input: DeleteInterconnectCommandInput;
@@ -30,6 +30,13 @@ export interface DeleteLagCommandOutput extends Lag, __MetadataBearer {
30
30
  * @see {@link DeleteLagCommandOutput} for command's `response` shape.
31
31
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
32
32
  *
33
+ * @throws {@link DirectConnectClientException} (client fault)
34
+ * <p>One or more parameters are not valid.</p>
35
+ *
36
+ * @throws {@link DirectConnectServerException} (server fault)
37
+ * <p>A server-side error occurred.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class DeleteLagCommand extends $Command<DeleteLagCommandInput, DeleteLagCommandOutput, DirectConnectClientResolvedConfig> {
35
42
  readonly input: DeleteLagCommandInput;
@@ -29,6 +29,13 @@ export interface DeleteVirtualInterfaceCommandOutput extends DeleteVirtualInterf
29
29
  * @see {@link DeleteVirtualInterfaceCommandOutput} for command's `response` shape.
30
30
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
31
31
  *
32
+ * @throws {@link DirectConnectClientException} (client fault)
33
+ * <p>One or more parameters are not valid.</p>
34
+ *
35
+ * @throws {@link DirectConnectServerException} (server fault)
36
+ * <p>A server-side error occurred.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DeleteVirtualInterfaceCommand extends $Command<DeleteVirtualInterfaceCommandInput, DeleteVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
34
41
  readonly input: DeleteVirtualInterfaceCommandInput;
@@ -36,6 +36,13 @@ export interface DescribeConnectionLoaCommandOutput extends DescribeConnectionLo
36
36
  * @see {@link DescribeConnectionLoaCommandOutput} for command's `response` shape.
37
37
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
38
38
  *
39
+ * @throws {@link DirectConnectClientException} (client fault)
40
+ * <p>One or more parameters are not valid.</p>
41
+ *
42
+ * @throws {@link DirectConnectServerException} (server fault)
43
+ * <p>A server-side error occurred.</p>
44
+ *
45
+ *
39
46
  */
40
47
  export declare class DescribeConnectionLoaCommand extends $Command<DescribeConnectionLoaCommandInput, DescribeConnectionLoaCommandOutput, DirectConnectClientResolvedConfig> {
41
48
  readonly input: DescribeConnectionLoaCommandInput;
@@ -29,6 +29,13 @@ export interface DescribeConnectionsCommandOutput extends Connections, __Metadat
29
29
  * @see {@link DescribeConnectionsCommandOutput} for command's `response` shape.
30
30
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
31
31
  *
32
+ * @throws {@link DirectConnectClientException} (client fault)
33
+ * <p>One or more parameters are not valid.</p>
34
+ *
35
+ * @throws {@link DirectConnectServerException} (server fault)
36
+ * <p>A server-side error occurred.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DescribeConnectionsCommand extends $Command<DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput, DirectConnectClientResolvedConfig> {
34
41
  readonly input: DescribeConnectionsCommandInput;
@@ -35,6 +35,13 @@ export interface DescribeConnectionsOnInterconnectCommandOutput extends Connecti
35
35
  * @see {@link DescribeConnectionsOnInterconnectCommandOutput} for command's `response` shape.
36
36
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
37
37
  *
38
+ * @throws {@link DirectConnectClientException} (client fault)
39
+ * <p>One or more parameters are not valid.</p>
40
+ *
41
+ * @throws {@link DirectConnectServerException} (server fault)
42
+ * <p>A server-side error occurred.</p>
43
+ *
44
+ *
38
45
  */
39
46
  export declare class DescribeConnectionsOnInterconnectCommand extends $Command<DescribeConnectionsOnInterconnectCommandInput, DescribeConnectionsOnInterconnectCommandOutput, DirectConnectClientResolvedConfig> {
40
47
  readonly input: DescribeConnectionsOnInterconnectCommandInput;
@@ -29,6 +29,13 @@ export interface DescribeCustomerMetadataCommandOutput extends DescribeCustomerM
29
29
  * @see {@link DescribeCustomerMetadataCommandOutput} for command's `response` shape.
30
30
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
31
31
  *
32
+ * @throws {@link DirectConnectClientException} (client fault)
33
+ * <p>One or more parameters are not valid.</p>
34
+ *
35
+ * @throws {@link DirectConnectServerException} (server fault)
36
+ * <p>A server-side error occurred.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DescribeCustomerMetadataCommand extends $Command<DescribeCustomerMetadataCommandInput, DescribeCustomerMetadataCommandOutput, DirectConnectClientResolvedConfig> {
34
41
  readonly input: DescribeCustomerMetadataCommandInput;
@@ -29,6 +29,13 @@ export interface DescribeDirectConnectGatewayAssociationProposalsCommandOutput e
29
29
  * @see {@link DescribeDirectConnectGatewayAssociationProposalsCommandOutput} for command's `response` shape.
30
30
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
31
31
  *
32
+ * @throws {@link DirectConnectClientException} (client fault)
33
+ * <p>One or more parameters are not valid.</p>
34
+ *
35
+ * @throws {@link DirectConnectServerException} (server fault)
36
+ * <p>A server-side error occurred.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DescribeDirectConnectGatewayAssociationProposalsCommand extends $Command<DescribeDirectConnectGatewayAssociationProposalsCommandInput, DescribeDirectConnectGatewayAssociationProposalsCommandOutput, DirectConnectClientResolvedConfig> {
34
41
  readonly input: DescribeDirectConnectGatewayAssociationProposalsCommandInput;
@@ -51,6 +51,13 @@ export interface DescribeDirectConnectGatewayAssociationsCommandOutput extends D
51
51
  * @see {@link DescribeDirectConnectGatewayAssociationsCommandOutput} for command's `response` shape.
52
52
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
53
53
  *
54
+ * @throws {@link DirectConnectClientException} (client fault)
55
+ * <p>One or more parameters are not valid.</p>
56
+ *
57
+ * @throws {@link DirectConnectServerException} (server fault)
58
+ * <p>A server-side error occurred.</p>
59
+ *
60
+ *
54
61
  */
55
62
  export declare class DescribeDirectConnectGatewayAssociationsCommand extends $Command<DescribeDirectConnectGatewayAssociationsCommandInput, DescribeDirectConnectGatewayAssociationsCommandOutput, DirectConnectClientResolvedConfig> {
56
63
  readonly input: DescribeDirectConnectGatewayAssociationsCommandInput;
@@ -33,6 +33,13 @@ export interface DescribeDirectConnectGatewayAttachmentsCommandOutput extends De
33
33
  * @see {@link DescribeDirectConnectGatewayAttachmentsCommandOutput} for command's `response` shape.
34
34
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
35
35
  *
36
+ * @throws {@link DirectConnectClientException} (client fault)
37
+ * <p>One or more parameters are not valid.</p>
38
+ *
39
+ * @throws {@link DirectConnectServerException} (server fault)
40
+ * <p>A server-side error occurred.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class DescribeDirectConnectGatewayAttachmentsCommand extends $Command<DescribeDirectConnectGatewayAttachmentsCommandInput, DescribeDirectConnectGatewayAttachmentsCommandOutput, DirectConnectClientResolvedConfig> {
38
45
  readonly input: DescribeDirectConnectGatewayAttachmentsCommandInput;
@@ -29,6 +29,13 @@ export interface DescribeDirectConnectGatewaysCommandOutput extends DescribeDire
29
29
  * @see {@link DescribeDirectConnectGatewaysCommandOutput} for command's `response` shape.
30
30
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
31
31
  *
32
+ * @throws {@link DirectConnectClientException} (client fault)
33
+ * <p>One or more parameters are not valid.</p>
34
+ *
35
+ * @throws {@link DirectConnectServerException} (server fault)
36
+ * <p>A server-side error occurred.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DescribeDirectConnectGatewaysCommand extends $Command<DescribeDirectConnectGatewaysCommandInput, DescribeDirectConnectGatewaysCommandOutput, DirectConnectClientResolvedConfig> {
34
41
  readonly input: DescribeDirectConnectGatewaysCommandInput;
@@ -33,6 +33,13 @@ export interface DescribeHostedConnectionsCommandOutput extends Connections, __M
33
33
  * @see {@link DescribeHostedConnectionsCommandOutput} for command's `response` shape.
34
34
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
35
35
  *
36
+ * @throws {@link DirectConnectClientException} (client fault)
37
+ * <p>One or more parameters are not valid.</p>
38
+ *
39
+ * @throws {@link DirectConnectServerException} (server fault)
40
+ * <p>A server-side error occurred.</p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class DescribeHostedConnectionsCommand extends $Command<DescribeHostedConnectionsCommandInput, DescribeHostedConnectionsCommandOutput, DirectConnectClientResolvedConfig> {
38
45
  readonly input: DescribeHostedConnectionsCommandInput;
@@ -35,6 +35,13 @@ export interface DescribeInterconnectLoaCommandOutput extends DescribeInterconne
35
35
  * @see {@link DescribeInterconnectLoaCommandOutput} for command's `response` shape.
36
36
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
37
37
  *
38
+ * @throws {@link DirectConnectClientException} (client fault)
39
+ * <p>One or more parameters are not valid.</p>
40
+ *
41
+ * @throws {@link DirectConnectServerException} (server fault)
42
+ * <p>A server-side error occurred.</p>
43
+ *
44
+ *
38
45
  */
39
46
  export declare class DescribeInterconnectLoaCommand extends $Command<DescribeInterconnectLoaCommandInput, DescribeInterconnectLoaCommandOutput, DirectConnectClientResolvedConfig> {
40
47
  readonly input: DescribeInterconnectLoaCommandInput;
@@ -29,6 +29,13 @@ export interface DescribeInterconnectsCommandOutput extends Interconnects, __Met
29
29
  * @see {@link DescribeInterconnectsCommandOutput} for command's `response` shape.
30
30
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
31
31
  *
32
+ * @throws {@link DirectConnectClientException} (client fault)
33
+ * <p>One or more parameters are not valid.</p>
34
+ *
35
+ * @throws {@link DirectConnectServerException} (server fault)
36
+ * <p>A server-side error occurred.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DescribeInterconnectsCommand extends $Command<DescribeInterconnectsCommandInput, DescribeInterconnectsCommandOutput, DirectConnectClientResolvedConfig> {
34
41
  readonly input: DescribeInterconnectsCommandInput;
@@ -29,6 +29,13 @@ export interface DescribeLagsCommandOutput extends Lags, __MetadataBearer {
29
29
  * @see {@link DescribeLagsCommandOutput} for command's `response` shape.
30
30
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
31
31
  *
32
+ * @throws {@link DirectConnectClientException} (client fault)
33
+ * <p>One or more parameters are not valid.</p>
34
+ *
35
+ * @throws {@link DirectConnectServerException} (server fault)
36
+ * <p>A server-side error occurred.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DescribeLagsCommand extends $Command<DescribeLagsCommandInput, DescribeLagsCommandOutput, DirectConnectClientResolvedConfig> {
34
41
  readonly input: DescribeLagsCommandInput;
@@ -32,6 +32,13 @@ export interface DescribeLoaCommandOutput extends Loa, __MetadataBearer {
32
32
  * @see {@link DescribeLoaCommandOutput} for command's `response` shape.
33
33
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
34
34
  *
35
+ * @throws {@link DirectConnectClientException} (client fault)
36
+ * <p>One or more parameters are not valid.</p>
37
+ *
38
+ * @throws {@link DirectConnectServerException} (server fault)
39
+ * <p>A server-side error occurred.</p>
40
+ *
41
+ *
35
42
  */
36
43
  export declare class DescribeLoaCommand extends $Command<DescribeLoaCommandInput, DescribeLoaCommandOutput, DirectConnectClientResolvedConfig> {
37
44
  readonly input: DescribeLoaCommandInput;
@@ -30,6 +30,13 @@ export interface DescribeLocationsCommandOutput extends Locations, __MetadataBea
30
30
  * @see {@link DescribeLocationsCommandOutput} for command's `response` shape.
31
31
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
32
32
  *
33
+ * @throws {@link DirectConnectClientException} (client fault)
34
+ * <p>One or more parameters are not valid.</p>
35
+ *
36
+ * @throws {@link DirectConnectServerException} (server fault)
37
+ * <p>A server-side error occurred.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class DescribeLocationsCommand extends $Command<DescribeLocationsCommandInput, DescribeLocationsCommandOutput, DirectConnectClientResolvedConfig> {
35
42
  readonly input: DescribeLocationsCommandInput;
@@ -31,6 +31,13 @@ export interface DescribeRouterConfigurationCommandOutput extends DescribeRouter
31
31
  * @see {@link DescribeRouterConfigurationCommandOutput} for command's `response` shape.
32
32
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
33
33
  *
34
+ * @throws {@link DirectConnectClientException} (client fault)
35
+ * <p>One or more parameters are not valid.</p>
36
+ *
37
+ * @throws {@link DirectConnectServerException} (server fault)
38
+ * <p>A server-side error occurred.</p>
39
+ *
40
+ *
34
41
  */
35
42
  export declare class DescribeRouterConfigurationCommand extends $Command<DescribeRouterConfigurationCommandInput, DescribeRouterConfigurationCommandOutput, DirectConnectClientResolvedConfig> {
36
43
  readonly input: DescribeRouterConfigurationCommandInput;
@@ -29,6 +29,13 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __Metad
29
29
  * @see {@link DescribeTagsCommandOutput} for command's `response` shape.
30
30
  * @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
31
31
  *
32
+ * @throws {@link DirectConnectClientException} (client fault)
33
+ * <p>One or more parameters are not valid.</p>
34
+ *
35
+ * @throws {@link DirectConnectServerException} (server fault)
36
+ * <p>A server-side error occurred.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, DirectConnectClientResolvedConfig> {
34
41
  readonly input: DescribeTagsCommandInput;