@aws-sdk/client-direct-connect 3.296.0 → 3.297.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/dist-types/DirectConnect.d.ts +64 -0
  2. package/dist-types/DirectConnectClient.d.ts +24 -4
  3. package/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +16 -0
  4. package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +16 -0
  5. package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +16 -0
  6. package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +16 -0
  7. package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +16 -0
  8. package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +16 -0
  9. package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +16 -0
  10. package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +16 -0
  11. package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +16 -0
  12. package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +16 -0
  13. package/dist-types/commands/ConfirmConnectionCommand.d.ts +16 -0
  14. package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +16 -0
  15. package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +16 -0
  16. package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +16 -0
  17. package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateBGPPeerCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateConnectionCommand.d.ts +16 -0
  20. package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +16 -0
  21. package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +16 -0
  22. package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +16 -0
  23. package/dist-types/commands/CreateInterconnectCommand.d.ts +16 -0
  24. package/dist-types/commands/CreateLagCommand.d.ts +16 -0
  25. package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +16 -0
  26. package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +16 -0
  27. package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteBGPPeerCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteConnectionCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +16 -0
  32. package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +16 -0
  33. package/dist-types/commands/DeleteInterconnectCommand.d.ts +16 -0
  34. package/dist-types/commands/DeleteLagCommand.d.ts +16 -0
  35. package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +16 -0
  36. package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +16 -0
  37. package/dist-types/commands/DescribeConnectionsCommand.d.ts +16 -0
  38. package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +16 -0
  39. package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +16 -0
  40. package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +16 -0
  41. package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +16 -0
  42. package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +16 -0
  43. package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +16 -0
  44. package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +16 -0
  45. package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +16 -0
  46. package/dist-types/commands/DescribeInterconnectsCommand.d.ts +16 -0
  47. package/dist-types/commands/DescribeLagsCommand.d.ts +16 -0
  48. package/dist-types/commands/DescribeLoaCommand.d.ts +16 -0
  49. package/dist-types/commands/DescribeLocationsCommand.d.ts +16 -0
  50. package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +16 -0
  51. package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
  52. package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +16 -0
  53. package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +16 -0
  54. package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +16 -0
  55. package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +16 -0
  56. package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +16 -0
  57. package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +16 -0
  58. package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +16 -0
  59. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  60. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  61. package/dist-types/commands/UpdateConnectionCommand.d.ts +16 -0
  62. package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +16 -0
  63. package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +16 -0
  64. package/dist-types/commands/UpdateLagCommand.d.ts +16 -0
  65. package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +16 -0
  66. package/dist-types/models/DirectConnectServiceException.d.ts +2 -0
  67. package/dist-types/models/models_0.d.ts +383 -0
  68. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-direct-connect",
3
3
  "description": "AWS SDK for JavaScript Direct Connect Client for Node.js, Browser and React Native",
4
- "version": "3.296.0",
4
+ "version": "3.297.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.296.0",
23
+ "@aws-sdk/client-sts": "3.297.0",
24
24
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
25
+ "@aws-sdk/credential-provider-node": "3.297.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
27
  "@aws-sdk/hash-node": "3.296.0",
28
28
  "@aws-sdk/invalid-dependency": "3.296.0",