@aws-sdk/client-direct-connect 3.50.0 → 3.53.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 (89) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/DirectConnectServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +56 -3
  5. package/dist-cjs/protocols/Aws_json1_1.js +456 -1559
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/DirectConnectServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +50 -1
  9. package/dist-es/protocols/Aws_json1_1.js +1109 -1804
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/DirectConnectServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +30 -17
  13. package/dist-types/ts3.4/DirectConnect.d.ts +320 -0
  14. package/dist-types/ts3.4/DirectConnectClient.d.ts +136 -0
  15. package/dist-types/ts3.4/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/AllocateConnectionOnInterconnectCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/AllocateHostedConnectionCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/AllocatePublicVirtualInterfaceCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/AllocateTransitVirtualInterfaceCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/AssociateConnectionWithLagCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/AssociateHostedConnectionCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/AssociateMacSecKeyCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/AssociateVirtualInterfaceCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/ConfirmConnectionCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/ConfirmCustomerAgreementCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/CreateBGPPeerCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/CreateDirectConnectGatewayCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/CreateInterconnectCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/CreateLagCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/CreatePrivateVirtualInterfaceCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/CreatePublicVirtualInterfaceCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/CreateTransitVirtualInterfaceCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DeleteBGPPeerCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DeleteInterconnectCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DeleteLagCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DeleteVirtualInterfaceCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DescribeConnectionLoaCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/DescribeConnectionsOnInterconnectCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/DescribeCustomerMetadataCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/DescribeDirectConnectGatewaysCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/DescribeHostedConnectionsCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/DescribeInterconnectLoaCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/DescribeInterconnectsCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/DescribeLagsCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/DescribeLoaCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/DescribeLocationsCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/DescribeRouterConfigurationCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/DescribeVirtualGatewaysCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/DescribeVirtualInterfacesCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/DisassociateConnectionFromLagCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/DisassociateMacSecKeyCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/StartBgpFailoverTestCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/StopBgpFailoverTestCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/UpdateLagCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/index.d.ts +63 -0
  79. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  80. package/dist-types/ts3.4/index.d.ts +5 -0
  81. package/dist-types/ts3.4/models/DirectConnectServiceException.d.ts +6 -0
  82. package/dist-types/ts3.4/models/index.d.ts +1 -0
  83. package/dist-types/ts3.4/models/models_0.d.ts +1764 -0
  84. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +191 -0
  85. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  86. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  87. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  88. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  89. package/package.json +33 -33
@@ -0,0 +1,63 @@
1
+ export * from "./AcceptDirectConnectGatewayAssociationProposalCommand";
2
+ export * from "./AllocateConnectionOnInterconnectCommand";
3
+ export * from "./AllocateHostedConnectionCommand";
4
+ export * from "./AllocatePrivateVirtualInterfaceCommand";
5
+ export * from "./AllocatePublicVirtualInterfaceCommand";
6
+ export * from "./AllocateTransitVirtualInterfaceCommand";
7
+ export * from "./AssociateConnectionWithLagCommand";
8
+ export * from "./AssociateHostedConnectionCommand";
9
+ export * from "./AssociateMacSecKeyCommand";
10
+ export * from "./AssociateVirtualInterfaceCommand";
11
+ export * from "./ConfirmConnectionCommand";
12
+ export * from "./ConfirmCustomerAgreementCommand";
13
+ export * from "./ConfirmPrivateVirtualInterfaceCommand";
14
+ export * from "./ConfirmPublicVirtualInterfaceCommand";
15
+ export * from "./ConfirmTransitVirtualInterfaceCommand";
16
+ export * from "./CreateBGPPeerCommand";
17
+ export * from "./CreateConnectionCommand";
18
+ export * from "./CreateDirectConnectGatewayAssociationCommand";
19
+ export * from "./CreateDirectConnectGatewayAssociationProposalCommand";
20
+ export * from "./CreateDirectConnectGatewayCommand";
21
+ export * from "./CreateInterconnectCommand";
22
+ export * from "./CreateLagCommand";
23
+ export * from "./CreatePrivateVirtualInterfaceCommand";
24
+ export * from "./CreatePublicVirtualInterfaceCommand";
25
+ export * from "./CreateTransitVirtualInterfaceCommand";
26
+ export * from "./DeleteBGPPeerCommand";
27
+ export * from "./DeleteConnectionCommand";
28
+ export * from "./DeleteDirectConnectGatewayAssociationCommand";
29
+ export * from "./DeleteDirectConnectGatewayAssociationProposalCommand";
30
+ export * from "./DeleteDirectConnectGatewayCommand";
31
+ export * from "./DeleteInterconnectCommand";
32
+ export * from "./DeleteLagCommand";
33
+ export * from "./DeleteVirtualInterfaceCommand";
34
+ export * from "./DescribeConnectionLoaCommand";
35
+ export * from "./DescribeConnectionsCommand";
36
+ export * from "./DescribeConnectionsOnInterconnectCommand";
37
+ export * from "./DescribeCustomerMetadataCommand";
38
+ export * from "./DescribeDirectConnectGatewayAssociationProposalsCommand";
39
+ export * from "./DescribeDirectConnectGatewayAssociationsCommand";
40
+ export * from "./DescribeDirectConnectGatewayAttachmentsCommand";
41
+ export * from "./DescribeDirectConnectGatewaysCommand";
42
+ export * from "./DescribeHostedConnectionsCommand";
43
+ export * from "./DescribeInterconnectLoaCommand";
44
+ export * from "./DescribeInterconnectsCommand";
45
+ export * from "./DescribeLagsCommand";
46
+ export * from "./DescribeLoaCommand";
47
+ export * from "./DescribeLocationsCommand";
48
+ export * from "./DescribeRouterConfigurationCommand";
49
+ export * from "./DescribeTagsCommand";
50
+ export * from "./DescribeVirtualGatewaysCommand";
51
+ export * from "./DescribeVirtualInterfacesCommand";
52
+ export * from "./DisassociateConnectionFromLagCommand";
53
+ export * from "./DisassociateMacSecKeyCommand";
54
+ export * from "./ListVirtualInterfaceTestHistoryCommand";
55
+ export * from "./StartBgpFailoverTestCommand";
56
+ export * from "./StopBgpFailoverTestCommand";
57
+ export * from "./TagResourceCommand";
58
+ export * from "./UntagResourceCommand";
59
+ export * from "./UpdateConnectionCommand";
60
+ export * from "./UpdateDirectConnectGatewayAssociationCommand";
61
+ export * from "./UpdateDirectConnectGatewayCommand";
62
+ export * from "./UpdateLagCommand";
63
+ export * from "./UpdateVirtualInterfaceAttributesCommand";
@@ -0,0 +1,2 @@
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -0,0 +1,5 @@
1
+ export * from "./DirectConnect";
2
+ export * from "./DirectConnectClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export { DirectConnectServiceException } from "./models/DirectConnectServiceException";
@@ -0,0 +1,6 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+
3
+ export declare class DirectConnectServiceException extends __ServiceException {
4
+
5
+ constructor(options: __ServiceExceptionOptions);
6
+ }
@@ -0,0 +1 @@
1
+ export * from "./models_0";