@aws-sdk/client-direct-connect 3.31.0 → 3.35.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.
- package/CHANGELOG.md +39 -0
- package/dist-cjs/DirectConnect.js +901 -0
- package/dist-cjs/DirectConnect.js.map +1 -0
- package/dist-cjs/DirectConnectClient.js +49 -0
- package/dist-cjs/DirectConnectClient.js.map +1 -0
- package/dist-cjs/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +61 -0
- package/dist-cjs/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js.map +1 -0
- package/dist-cjs/commands/AllocateConnectionOnInterconnectCommand.js +68 -0
- package/dist-cjs/commands/AllocateConnectionOnInterconnectCommand.js.map +1 -0
- package/dist-cjs/commands/AllocateHostedConnectionCommand.js +66 -0
- package/dist-cjs/commands/AllocateHostedConnectionCommand.js.map +1 -0
- package/dist-cjs/commands/AllocatePrivateVirtualInterfaceCommand.js +63 -0
- package/dist-cjs/commands/AllocatePrivateVirtualInterfaceCommand.js.map +1 -0
- package/dist-cjs/commands/AllocatePublicVirtualInterfaceCommand.js +66 -0
- package/dist-cjs/commands/AllocatePublicVirtualInterfaceCommand.js.map +1 -0
- package/dist-cjs/commands/AllocateTransitVirtualInterfaceCommand.js +63 -0
- package/dist-cjs/commands/AllocateTransitVirtualInterfaceCommand.js.map +1 -0
- package/dist-cjs/commands/AssociateConnectionWithLagCommand.js +74 -0
- package/dist-cjs/commands/AssociateConnectionWithLagCommand.js.map +1 -0
- package/dist-cjs/commands/AssociateHostedConnectionCommand.js +68 -0
- package/dist-cjs/commands/AssociateHostedConnectionCommand.js.map +1 -0
- package/dist-cjs/commands/AssociateMacSecKeyCommand.js +63 -0
- package/dist-cjs/commands/AssociateMacSecKeyCommand.js.map +1 -0
- package/dist-cjs/commands/AssociateVirtualInterfaceCommand.js +70 -0
- package/dist-cjs/commands/AssociateVirtualInterfaceCommand.js.map +1 -0
- package/dist-cjs/commands/ConfirmConnectionCommand.js +63 -0
- package/dist-cjs/commands/ConfirmConnectionCommand.js.map +1 -0
- package/dist-cjs/commands/ConfirmPrivateVirtualInterfaceCommand.js +64 -0
- package/dist-cjs/commands/ConfirmPrivateVirtualInterfaceCommand.js.map +1 -0
- package/dist-cjs/commands/ConfirmPublicVirtualInterfaceCommand.js +63 -0
- package/dist-cjs/commands/ConfirmPublicVirtualInterfaceCommand.js.map +1 -0
- package/dist-cjs/commands/ConfirmTransitVirtualInterfaceCommand.js +63 -0
- package/dist-cjs/commands/ConfirmTransitVirtualInterfaceCommand.js.map +1 -0
- package/dist-cjs/commands/CreateBGPPeerCommand.js +67 -0
- package/dist-cjs/commands/CreateBGPPeerCommand.js.map +1 -0
- package/dist-cjs/commands/CreateConnectionCommand.js +69 -0
- package/dist-cjs/commands/CreateConnectionCommand.js.map +1 -0
- package/dist-cjs/commands/CreateDirectConnectGatewayAssociationCommand.js +62 -0
- package/dist-cjs/commands/CreateDirectConnectGatewayAssociationCommand.js.map +1 -0
- package/dist-cjs/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +62 -0
- package/dist-cjs/commands/CreateDirectConnectGatewayAssociationProposalCommand.js.map +1 -0
- package/dist-cjs/commands/CreateDirectConnectGatewayCommand.js +66 -0
- package/dist-cjs/commands/CreateDirectConnectGatewayCommand.js.map +1 -0
- package/dist-cjs/commands/CreateInterconnectCommand.js +76 -0
- package/dist-cjs/commands/CreateInterconnectCommand.js.map +1 -0
- package/dist-cjs/commands/CreateLagCommand.js +78 -0
- package/dist-cjs/commands/CreateLagCommand.js.map +1 -0
- package/dist-cjs/commands/CreatePrivateVirtualInterfaceCommand.js +71 -0
- package/dist-cjs/commands/CreatePrivateVirtualInterfaceCommand.js.map +1 -0
- package/dist-cjs/commands/CreatePublicVirtualInterfaceCommand.js +64 -0
- package/dist-cjs/commands/CreatePublicVirtualInterfaceCommand.js.map +1 -0
- package/dist-cjs/commands/CreateTransitVirtualInterfaceCommand.js +70 -0
- package/dist-cjs/commands/CreateTransitVirtualInterfaceCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteBGPPeerCommand.js +62 -0
- package/dist-cjs/commands/DeleteBGPPeerCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteConnectionCommand.js +64 -0
- package/dist-cjs/commands/DeleteConnectionCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteDirectConnectGatewayAssociationCommand.js +62 -0
- package/dist-cjs/commands/DeleteDirectConnectGatewayAssociationCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +61 -0
- package/dist-cjs/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteDirectConnectGatewayCommand.js +63 -0
- package/dist-cjs/commands/DeleteDirectConnectGatewayCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteInterconnectCommand.js +65 -0
- package/dist-cjs/commands/DeleteInterconnectCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteLagCommand.js +62 -0
- package/dist-cjs/commands/DeleteLagCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteVirtualInterfaceCommand.js +61 -0
- package/dist-cjs/commands/DeleteVirtualInterfaceCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeConnectionLoaCommand.js +68 -0
- package/dist-cjs/commands/DescribeConnectionLoaCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeConnectionsCommand.js +61 -0
- package/dist-cjs/commands/DescribeConnectionsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeConnectionsOnInterconnectCommand.js +67 -0
- package/dist-cjs/commands/DescribeConnectionsOnInterconnectCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +61 -0
- package/dist-cjs/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeDirectConnectGatewayAssociationsCommand.js +83 -0
- package/dist-cjs/commands/DescribeDirectConnectGatewayAssociationsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +65 -0
- package/dist-cjs/commands/DescribeDirectConnectGatewayAttachmentsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeDirectConnectGatewaysCommand.js +61 -0
- package/dist-cjs/commands/DescribeDirectConnectGatewaysCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeHostedConnectionsCommand.js +65 -0
- package/dist-cjs/commands/DescribeHostedConnectionsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeInterconnectLoaCommand.js +67 -0
- package/dist-cjs/commands/DescribeInterconnectLoaCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeInterconnectsCommand.js +61 -0
- package/dist-cjs/commands/DescribeInterconnectsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeLagsCommand.js +61 -0
- package/dist-cjs/commands/DescribeLagsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeLoaCommand.js +64 -0
- package/dist-cjs/commands/DescribeLoaCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeLocationsCommand.js +62 -0
- package/dist-cjs/commands/DescribeLocationsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeTagsCommand.js +61 -0
- package/dist-cjs/commands/DescribeTagsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeVirtualGatewaysCommand.js +62 -0
- package/dist-cjs/commands/DescribeVirtualGatewaysCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeVirtualInterfacesCommand.js +65 -0
- package/dist-cjs/commands/DescribeVirtualInterfacesCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateConnectionFromLagCommand.js +70 -0
- package/dist-cjs/commands/DisassociateConnectionFromLagCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateMacSecKeyCommand.js +61 -0
- package/dist-cjs/commands/DisassociateMacSecKeyCommand.js.map +1 -0
- package/dist-cjs/commands/ListVirtualInterfaceTestHistoryCommand.js +61 -0
- package/dist-cjs/commands/ListVirtualInterfaceTestHistoryCommand.js.map +1 -0
- package/dist-cjs/commands/StartBgpFailoverTestCommand.js +64 -0
- package/dist-cjs/commands/StartBgpFailoverTestCommand.js.map +1 -0
- package/dist-cjs/commands/StopBgpFailoverTestCommand.js +61 -0
- package/dist-cjs/commands/StopBgpFailoverTestCommand.js.map +1 -0
- package/dist-cjs/commands/TagResourceCommand.js +62 -0
- package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UntagResourceCommand.js +61 -0
- package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateConnectionCommand.js +70 -0
- package/dist-cjs/commands/UpdateConnectionCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateDirectConnectGatewayAssociationCommand.js +62 -0
- package/dist-cjs/commands/UpdateDirectConnectGatewayAssociationCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateLagCommand.js +83 -0
- package/dist-cjs/commands/UpdateLagCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateVirtualInterfaceAttributesCommand.js +67 -0
- package/dist-cjs/commands/UpdateVirtualInterfaceAttributesCommand.js.map +1 -0
- package/dist-cjs/endpoints.js +86 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +66 -0
- package/dist-cjs/index.js.map +1 -0
- package/dist-cjs/models/index.js +5 -0
- package/dist-cjs/models/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +5543 -0
- package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
- package/dist-cjs/runtimeConfig.browser.js +42 -0
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/dist-cjs/runtimeConfig.js +47 -0
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/dist-cjs/runtimeConfig.native.js +20 -0
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/dist-es/DirectConnect.js +896 -0
- package/dist-es/DirectConnect.js.map +1 -0
- package/dist-es/DirectConnectClient.js +38 -0
- package/dist-es/DirectConnectClient.js.map +1 -0
- package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +40 -0
- package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js.map +1 -0
- package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js +40 -0
- package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js.map +1 -0
- package/dist-es/commands/AllocateHostedConnectionCommand.js +40 -0
- package/dist-es/commands/AllocateHostedConnectionCommand.js.map +1 -0
- package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js +40 -0
- package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js.map +1 -0
- package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js +40 -0
- package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js.map +1 -0
- package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js +40 -0
- package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js.map +1 -0
- package/dist-es/commands/AssociateConnectionWithLagCommand.js +40 -0
- package/dist-es/commands/AssociateConnectionWithLagCommand.js.map +1 -0
- package/dist-es/commands/AssociateHostedConnectionCommand.js +40 -0
- package/dist-es/commands/AssociateHostedConnectionCommand.js.map +1 -0
- package/dist-es/commands/AssociateMacSecKeyCommand.js +40 -0
- package/dist-es/commands/AssociateMacSecKeyCommand.js.map +1 -0
- package/dist-es/commands/AssociateVirtualInterfaceCommand.js +40 -0
- package/dist-es/commands/AssociateVirtualInterfaceCommand.js.map +1 -0
- package/dist-es/commands/ConfirmConnectionCommand.js +40 -0
- package/dist-es/commands/ConfirmConnectionCommand.js.map +1 -0
- package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js +40 -0
- package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js.map +1 -0
- package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js +40 -0
- package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js.map +1 -0
- package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js +40 -0
- package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js.map +1 -0
- package/dist-es/commands/CreateBGPPeerCommand.js +40 -0
- package/dist-es/commands/CreateBGPPeerCommand.js.map +1 -0
- package/dist-es/commands/CreateConnectionCommand.js +40 -0
- package/dist-es/commands/CreateConnectionCommand.js.map +1 -0
- package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js +40 -0
- package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js.map +1 -0
- package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +40 -0
- package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js.map +1 -0
- package/dist-es/commands/CreateDirectConnectGatewayCommand.js +40 -0
- package/dist-es/commands/CreateDirectConnectGatewayCommand.js.map +1 -0
- package/dist-es/commands/CreateInterconnectCommand.js +40 -0
- package/dist-es/commands/CreateInterconnectCommand.js.map +1 -0
- package/dist-es/commands/CreateLagCommand.js +40 -0
- package/dist-es/commands/CreateLagCommand.js.map +1 -0
- package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js +40 -0
- package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js.map +1 -0
- package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js +40 -0
- package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js.map +1 -0
- package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js +40 -0
- package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js.map +1 -0
- package/dist-es/commands/DeleteBGPPeerCommand.js +40 -0
- package/dist-es/commands/DeleteBGPPeerCommand.js.map +1 -0
- package/dist-es/commands/DeleteConnectionCommand.js +40 -0
- package/dist-es/commands/DeleteConnectionCommand.js.map +1 -0
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js +40 -0
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js.map +1 -0
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +40 -0
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js.map +1 -0
- package/dist-es/commands/DeleteDirectConnectGatewayCommand.js +40 -0
- package/dist-es/commands/DeleteDirectConnectGatewayCommand.js.map +1 -0
- package/dist-es/commands/DeleteInterconnectCommand.js +40 -0
- package/dist-es/commands/DeleteInterconnectCommand.js.map +1 -0
- package/dist-es/commands/DeleteLagCommand.js +40 -0
- package/dist-es/commands/DeleteLagCommand.js.map +1 -0
- package/dist-es/commands/DeleteVirtualInterfaceCommand.js +40 -0
- package/dist-es/commands/DeleteVirtualInterfaceCommand.js.map +1 -0
- package/dist-es/commands/DescribeConnectionLoaCommand.js +40 -0
- package/dist-es/commands/DescribeConnectionLoaCommand.js.map +1 -0
- package/dist-es/commands/DescribeConnectionsCommand.js +40 -0
- package/dist-es/commands/DescribeConnectionsCommand.js.map +1 -0
- package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js +40 -0
- package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js.map +1 -0
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +40 -0
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js.map +1 -0
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +40 -0
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js.map +1 -0
- package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +40 -0
- package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js.map +1 -0
- package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js +40 -0
- package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js.map +1 -0
- package/dist-es/commands/DescribeHostedConnectionsCommand.js +40 -0
- package/dist-es/commands/DescribeHostedConnectionsCommand.js.map +1 -0
- package/dist-es/commands/DescribeInterconnectLoaCommand.js +40 -0
- package/dist-es/commands/DescribeInterconnectLoaCommand.js.map +1 -0
- package/dist-es/commands/DescribeInterconnectsCommand.js +40 -0
- package/dist-es/commands/DescribeInterconnectsCommand.js.map +1 -0
- package/dist-es/commands/DescribeLagsCommand.js +40 -0
- package/dist-es/commands/DescribeLagsCommand.js.map +1 -0
- package/dist-es/commands/DescribeLoaCommand.js +40 -0
- package/dist-es/commands/DescribeLoaCommand.js.map +1 -0
- package/dist-es/commands/DescribeLocationsCommand.js +40 -0
- package/dist-es/commands/DescribeLocationsCommand.js.map +1 -0
- package/dist-es/commands/DescribeTagsCommand.js +40 -0
- package/dist-es/commands/DescribeTagsCommand.js.map +1 -0
- package/dist-es/commands/DescribeVirtualGatewaysCommand.js +40 -0
- package/dist-es/commands/DescribeVirtualGatewaysCommand.js.map +1 -0
- package/dist-es/commands/DescribeVirtualInterfacesCommand.js +40 -0
- package/dist-es/commands/DescribeVirtualInterfacesCommand.js.map +1 -0
- package/dist-es/commands/DisassociateConnectionFromLagCommand.js +40 -0
- package/dist-es/commands/DisassociateConnectionFromLagCommand.js.map +1 -0
- package/dist-es/commands/DisassociateMacSecKeyCommand.js +40 -0
- package/dist-es/commands/DisassociateMacSecKeyCommand.js.map +1 -0
- package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js +40 -0
- package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js.map +1 -0
- package/dist-es/commands/StartBgpFailoverTestCommand.js +40 -0
- package/dist-es/commands/StartBgpFailoverTestCommand.js.map +1 -0
- package/dist-es/commands/StopBgpFailoverTestCommand.js +40 -0
- package/dist-es/commands/StopBgpFailoverTestCommand.js.map +1 -0
- package/dist-es/commands/TagResourceCommand.js +40 -0
- package/dist-es/commands/TagResourceCommand.js.map +1 -0
- package/dist-es/commands/UntagResourceCommand.js +40 -0
- package/dist-es/commands/UntagResourceCommand.js.map +1 -0
- package/dist-es/commands/UpdateConnectionCommand.js +40 -0
- package/dist-es/commands/UpdateConnectionCommand.js.map +1 -0
- package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js +40 -0
- package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js.map +1 -0
- package/dist-es/commands/UpdateLagCommand.js +40 -0
- package/dist-es/commands/UpdateLagCommand.js.map +1 -0
- package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js +40 -0
- package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js.map +1 -0
- package/dist-es/endpoints.js +82 -0
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/dist-es/models/models_0.js +532 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/dist-es/protocols/Aws_json1_1.js +5839 -0
- package/dist-es/protocols/Aws_json1_1.js.map +1 -0
- package/dist-es/runtimeConfig.browser.js +17 -0
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/dist-es/runtimeConfig.js +22 -0
- package/dist-es/runtimeConfig.js.map +1 -0
- package/dist-es/runtimeConfig.native.js +9 -0
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/dist-types/DirectConnect.d.ts +682 -0
- package/dist-types/DirectConnectClient.d.ts +196 -0
- package/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +35 -0
- package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +42 -0
- package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +40 -0
- package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +37 -0
- package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +40 -0
- package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +37 -0
- package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +48 -0
- package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +42 -0
- package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +37 -0
- package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +44 -0
- package/dist-types/commands/ConfirmConnectionCommand.d.ts +37 -0
- package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +38 -0
- package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +37 -0
- package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +37 -0
- package/dist-types/commands/CreateBGPPeerCommand.d.ts +41 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +43 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +36 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +36 -0
- package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +40 -0
- package/dist-types/commands/CreateInterconnectCommand.d.ts +50 -0
- package/dist-types/commands/CreateLagCommand.d.ts +52 -0
- package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +45 -0
- package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +38 -0
- package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +44 -0
- package/dist-types/commands/DeleteBGPPeerCommand.d.ts +36 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +38 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +36 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +35 -0
- package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +37 -0
- package/dist-types/commands/DeleteInterconnectCommand.d.ts +39 -0
- package/dist-types/commands/DeleteLagCommand.d.ts +36 -0
- package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +35 -0
- package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +42 -0
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +41 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +57 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +39 -0
- package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +35 -0
- package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +39 -0
- package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +41 -0
- package/dist-types/commands/DescribeInterconnectsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeLagsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeLoaCommand.d.ts +38 -0
- package/dist-types/commands/DescribeLocationsCommand.d.ts +36 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +36 -0
- package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +39 -0
- package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +44 -0
- package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +35 -0
- package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +35 -0
- package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +38 -0
- package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +35 -0
- package/dist-types/commands/TagResourceCommand.d.ts +36 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +44 -0
- package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +36 -0
- package/dist-types/commands/UpdateLagCommand.d.ts +57 -0
- package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +41 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +179 -0
- package/dist-types/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/DirectConnect.d.ts +682 -0
- package/dist-types/ts3.4/DirectConnectClient.d.ts +196 -0
- package/dist-types/ts3.4/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/AllocateConnectionOnInterconnectCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/AllocateHostedConnectionCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/AllocatePublicVirtualInterfaceCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/AllocateTransitVirtualInterfaceCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/AssociateConnectionWithLagCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/AssociateHostedConnectionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/AssociateMacSecKeyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/AssociateVirtualInterfaceCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/ConfirmConnectionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateBGPPeerCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateInterconnectCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateLagCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/CreatePrivateVirtualInterfaceCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/CreatePublicVirtualInterfaceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateTransitVirtualInterfaceCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/DeleteBGPPeerCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteInterconnectCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteLagCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteVirtualInterfaceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeConnectionLoaCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeConnectionsOnInterconnectCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +57 -0
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewaysCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeHostedConnectionsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeInterconnectLoaCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeInterconnectsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeLagsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeLoaCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeLocationsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeVirtualGatewaysCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeVirtualInterfacesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DisassociateConnectionFromLagCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/DisassociateMacSecKeyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/StartBgpFailoverTestCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StopBgpFailoverTestCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateLagCommand.d.ts +57 -0
- package/dist-types/ts3.4/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +41 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +179 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +50 -50
- package/src/DirectConnect.ts +2415 -0
- package/src/DirectConnectClient.ts +541 -0
- package/src/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts +110 -0
- package/src/commands/AllocateConnectionOnInterconnectCommand.ts +108 -0
- package/src/commands/AllocateHostedConnectionCommand.ts +100 -0
- package/src/commands/AllocatePrivateVirtualInterfaceCommand.ts +103 -0
- package/src/commands/AllocatePublicVirtualInterfaceCommand.ts +106 -0
- package/src/commands/AllocateTransitVirtualInterfaceCommand.ts +105 -0
- package/src/commands/AssociateConnectionWithLagCommand.ts +111 -0
- package/src/commands/AssociateHostedConnectionCommand.ts +105 -0
- package/src/commands/AssociateMacSecKeyCommand.ts +97 -0
- package/src/commands/AssociateVirtualInterfaceCommand.ts +107 -0
- package/src/commands/ConfirmConnectionCommand.ts +97 -0
- package/src/commands/ConfirmPrivateVirtualInterfaceCommand.ts +106 -0
- package/src/commands/ConfirmPublicVirtualInterfaceCommand.ts +102 -0
- package/src/commands/ConfirmTransitVirtualInterfaceCommand.ts +105 -0
- package/src/commands/CreateBGPPeerCommand.ts +101 -0
- package/src/commands/CreateConnectionCommand.ts +103 -0
- package/src/commands/CreateDirectConnectGatewayAssociationCommand.ts +108 -0
- package/src/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts +111 -0
- package/src/commands/CreateDirectConnectGatewayCommand.ts +103 -0
- package/src/commands/CreateInterconnectCommand.ts +110 -0
- package/src/commands/CreateLagCommand.ts +109 -0
- package/src/commands/CreatePrivateVirtualInterfaceCommand.ts +108 -0
- package/src/commands/CreatePublicVirtualInterfaceCommand.ts +101 -0
- package/src/commands/CreateTransitVirtualInterfaceCommand.ts +109 -0
- package/src/commands/DeleteBGPPeerCommand.ts +96 -0
- package/src/commands/DeleteConnectionCommand.ts +98 -0
- package/src/commands/DeleteDirectConnectGatewayAssociationCommand.ts +108 -0
- package/src/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts +110 -0
- package/src/commands/DeleteDirectConnectGatewayCommand.ts +100 -0
- package/src/commands/DeleteInterconnectCommand.ts +99 -0
- package/src/commands/DeleteLagCommand.ts +93 -0
- package/src/commands/DeleteVirtualInterfaceCommand.ts +95 -0
- package/src/commands/DescribeConnectionLoaCommand.ts +102 -0
- package/src/commands/DescribeConnectionsCommand.ts +95 -0
- package/src/commands/DescribeConnectionsOnInterconnectCommand.ts +107 -0
- package/src/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts +110 -0
- package/src/commands/DescribeDirectConnectGatewayAssociationsCommand.ts +132 -0
- package/src/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts +114 -0
- package/src/commands/DescribeDirectConnectGatewaysCommand.ts +100 -0
- package/src/commands/DescribeHostedConnectionsCommand.ts +102 -0
- package/src/commands/DescribeInterconnectLoaCommand.ts +101 -0
- package/src/commands/DescribeInterconnectsCommand.ts +95 -0
- package/src/commands/DescribeLagsCommand.ts +95 -0
- package/src/commands/DescribeLoaCommand.ts +98 -0
- package/src/commands/DescribeLocationsCommand.ts +96 -0
- package/src/commands/DescribeTagsCommand.ts +95 -0
- package/src/commands/DescribeVirtualGatewaysCommand.ts +96 -0
- package/src/commands/DescribeVirtualInterfacesCommand.ts +102 -0
- package/src/commands/DisassociateConnectionFromLagCommand.ts +107 -0
- package/src/commands/DisassociateMacSecKeyCommand.ts +95 -0
- package/src/commands/ListVirtualInterfaceTestHistoryCommand.ts +103 -0
- package/src/commands/StartBgpFailoverTestCommand.ts +98 -0
- package/src/commands/StopBgpFailoverTestCommand.ts +95 -0
- package/src/commands/TagResourceCommand.ts +96 -0
- package/src/commands/UntagResourceCommand.ts +95 -0
- package/src/commands/UpdateConnectionCommand.ts +104 -0
- package/src/commands/UpdateDirectConnectGatewayAssociationCommand.ts +108 -0
- package/src/commands/UpdateLagCommand.ts +114 -0
- package/src/commands/UpdateVirtualInterfaceAttributesCommand.ts +107 -0
- package/src/endpoints.ts +86 -0
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/src/protocols/Aws_json1_1.ts +6999 -0
- package/src/runtimeConfig.browser.ts +41 -0
- package/src/runtimeConfig.native.ts +17 -0
- package/src/runtimeConfig.shared.ts +17 -0
- package/src/runtimeConfig.ts +46 -0
- package/tsconfig.es.json +1 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- package/DirectConnect.ts +0 -2414
- package/DirectConnectClient.ts +0 -540
- package/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts +0 -109
- package/commands/AllocateConnectionOnInterconnectCommand.ts +0 -107
- package/commands/AllocateHostedConnectionCommand.ts +0 -99
- package/commands/AllocatePrivateVirtualInterfaceCommand.ts +0 -102
- package/commands/AllocatePublicVirtualInterfaceCommand.ts +0 -105
- package/commands/AllocateTransitVirtualInterfaceCommand.ts +0 -104
- package/commands/AssociateConnectionWithLagCommand.ts +0 -110
- package/commands/AssociateHostedConnectionCommand.ts +0 -104
- package/commands/AssociateMacSecKeyCommand.ts +0 -96
- package/commands/AssociateVirtualInterfaceCommand.ts +0 -106
- package/commands/ConfirmConnectionCommand.ts +0 -96
- package/commands/ConfirmPrivateVirtualInterfaceCommand.ts +0 -105
- package/commands/ConfirmPublicVirtualInterfaceCommand.ts +0 -101
- package/commands/ConfirmTransitVirtualInterfaceCommand.ts +0 -104
- package/commands/CreateBGPPeerCommand.ts +0 -100
- package/commands/CreateConnectionCommand.ts +0 -102
- package/commands/CreateDirectConnectGatewayAssociationCommand.ts +0 -107
- package/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts +0 -110
- package/commands/CreateDirectConnectGatewayCommand.ts +0 -102
- package/commands/CreateInterconnectCommand.ts +0 -109
- package/commands/CreateLagCommand.ts +0 -108
- package/commands/CreatePrivateVirtualInterfaceCommand.ts +0 -107
- package/commands/CreatePublicVirtualInterfaceCommand.ts +0 -100
- package/commands/CreateTransitVirtualInterfaceCommand.ts +0 -108
- package/commands/DeleteBGPPeerCommand.ts +0 -95
- package/commands/DeleteConnectionCommand.ts +0 -97
- package/commands/DeleteDirectConnectGatewayAssociationCommand.ts +0 -107
- package/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts +0 -109
- package/commands/DeleteDirectConnectGatewayCommand.ts +0 -99
- package/commands/DeleteInterconnectCommand.ts +0 -98
- package/commands/DeleteLagCommand.ts +0 -92
- package/commands/DeleteVirtualInterfaceCommand.ts +0 -94
- package/commands/DescribeConnectionLoaCommand.ts +0 -101
- package/commands/DescribeConnectionsCommand.ts +0 -94
- package/commands/DescribeConnectionsOnInterconnectCommand.ts +0 -106
- package/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts +0 -109
- package/commands/DescribeDirectConnectGatewayAssociationsCommand.ts +0 -131
- package/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts +0 -113
- package/commands/DescribeDirectConnectGatewaysCommand.ts +0 -99
- package/commands/DescribeHostedConnectionsCommand.ts +0 -101
- package/commands/DescribeInterconnectLoaCommand.ts +0 -100
- package/commands/DescribeInterconnectsCommand.ts +0 -94
- package/commands/DescribeLagsCommand.ts +0 -94
- package/commands/DescribeLoaCommand.ts +0 -97
- package/commands/DescribeLocationsCommand.ts +0 -95
- package/commands/DescribeTagsCommand.ts +0 -94
- package/commands/DescribeVirtualGatewaysCommand.ts +0 -95
- package/commands/DescribeVirtualInterfacesCommand.ts +0 -101
- package/commands/DisassociateConnectionFromLagCommand.ts +0 -106
- package/commands/DisassociateMacSecKeyCommand.ts +0 -94
- package/commands/ListVirtualInterfaceTestHistoryCommand.ts +0 -102
- package/commands/StartBgpFailoverTestCommand.ts +0 -97
- package/commands/StopBgpFailoverTestCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -95
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateConnectionCommand.ts +0 -103
- package/commands/UpdateDirectConnectGatewayAssociationCommand.ts +0 -107
- package/commands/UpdateLagCommand.ts +0 -113
- package/commands/UpdateVirtualInterfaceAttributesCommand.ts +0 -106
- package/dist/cjs/DirectConnect.js +0 -901
- package/dist/cjs/DirectConnect.js.map +0 -1
- package/dist/cjs/DirectConnectClient.js +0 -49
- package/dist/cjs/DirectConnectClient.js.map +0 -1
- package/dist/cjs/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +0 -61
- package/dist/cjs/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
- package/dist/cjs/commands/AllocateConnectionOnInterconnectCommand.js +0 -68
- package/dist/cjs/commands/AllocateConnectionOnInterconnectCommand.js.map +0 -1
- package/dist/cjs/commands/AllocateHostedConnectionCommand.js +0 -66
- package/dist/cjs/commands/AllocateHostedConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/AllocatePrivateVirtualInterfaceCommand.js +0 -63
- package/dist/cjs/commands/AllocatePrivateVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/AllocatePublicVirtualInterfaceCommand.js +0 -66
- package/dist/cjs/commands/AllocatePublicVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/AllocateTransitVirtualInterfaceCommand.js +0 -63
- package/dist/cjs/commands/AllocateTransitVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateConnectionWithLagCommand.js +0 -74
- package/dist/cjs/commands/AssociateConnectionWithLagCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateHostedConnectionCommand.js +0 -68
- package/dist/cjs/commands/AssociateHostedConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateMacSecKeyCommand.js +0 -63
- package/dist/cjs/commands/AssociateMacSecKeyCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateVirtualInterfaceCommand.js +0 -70
- package/dist/cjs/commands/AssociateVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/ConfirmConnectionCommand.js +0 -63
- package/dist/cjs/commands/ConfirmConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/ConfirmPrivateVirtualInterfaceCommand.js +0 -64
- package/dist/cjs/commands/ConfirmPrivateVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/ConfirmPublicVirtualInterfaceCommand.js +0 -63
- package/dist/cjs/commands/ConfirmPublicVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/ConfirmTransitVirtualInterfaceCommand.js +0 -63
- package/dist/cjs/commands/ConfirmTransitVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateBGPPeerCommand.js +0 -67
- package/dist/cjs/commands/CreateBGPPeerCommand.js.map +0 -1
- package/dist/cjs/commands/CreateConnectionCommand.js +0 -69
- package/dist/cjs/commands/CreateConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDirectConnectGatewayAssociationCommand.js +0 -62
- package/dist/cjs/commands/CreateDirectConnectGatewayAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +0 -62
- package/dist/cjs/commands/CreateDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDirectConnectGatewayCommand.js +0 -66
- package/dist/cjs/commands/CreateDirectConnectGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/CreateInterconnectCommand.js +0 -76
- package/dist/cjs/commands/CreateInterconnectCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLagCommand.js +0 -78
- package/dist/cjs/commands/CreateLagCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePrivateVirtualInterfaceCommand.js +0 -71
- package/dist/cjs/commands/CreatePrivateVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePublicVirtualInterfaceCommand.js +0 -64
- package/dist/cjs/commands/CreatePublicVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTransitVirtualInterfaceCommand.js +0 -70
- package/dist/cjs/commands/CreateTransitVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBGPPeerCommand.js +0 -62
- package/dist/cjs/commands/DeleteBGPPeerCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConnectionCommand.js +0 -64
- package/dist/cjs/commands/DeleteConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDirectConnectGatewayAssociationCommand.js +0 -62
- package/dist/cjs/commands/DeleteDirectConnectGatewayAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +0 -61
- package/dist/cjs/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDirectConnectGatewayCommand.js +0 -63
- package/dist/cjs/commands/DeleteDirectConnectGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteInterconnectCommand.js +0 -65
- package/dist/cjs/commands/DeleteInterconnectCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLagCommand.js +0 -62
- package/dist/cjs/commands/DeleteLagCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVirtualInterfaceCommand.js +0 -61
- package/dist/cjs/commands/DeleteVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConnectionLoaCommand.js +0 -68
- package/dist/cjs/commands/DescribeConnectionLoaCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConnectionsCommand.js +0 -61
- package/dist/cjs/commands/DescribeConnectionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConnectionsOnInterconnectCommand.js +0 -67
- package/dist/cjs/commands/DescribeConnectionsOnInterconnectCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +0 -61
- package/dist/cjs/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDirectConnectGatewayAssociationsCommand.js +0 -83
- package/dist/cjs/commands/DescribeDirectConnectGatewayAssociationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +0 -65
- package/dist/cjs/commands/DescribeDirectConnectGatewayAttachmentsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDirectConnectGatewaysCommand.js +0 -61
- package/dist/cjs/commands/DescribeDirectConnectGatewaysCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeHostedConnectionsCommand.js +0 -65
- package/dist/cjs/commands/DescribeHostedConnectionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInterconnectLoaCommand.js +0 -67
- package/dist/cjs/commands/DescribeInterconnectLoaCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInterconnectsCommand.js +0 -61
- package/dist/cjs/commands/DescribeInterconnectsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLagsCommand.js +0 -61
- package/dist/cjs/commands/DescribeLagsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLoaCommand.js +0 -64
- package/dist/cjs/commands/DescribeLoaCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLocationsCommand.js +0 -62
- package/dist/cjs/commands/DescribeLocationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTagsCommand.js +0 -61
- package/dist/cjs/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeVirtualGatewaysCommand.js +0 -62
- package/dist/cjs/commands/DescribeVirtualGatewaysCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeVirtualInterfacesCommand.js +0 -65
- package/dist/cjs/commands/DescribeVirtualInterfacesCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateConnectionFromLagCommand.js +0 -70
- package/dist/cjs/commands/DisassociateConnectionFromLagCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateMacSecKeyCommand.js +0 -61
- package/dist/cjs/commands/DisassociateMacSecKeyCommand.js.map +0 -1
- package/dist/cjs/commands/ListVirtualInterfaceTestHistoryCommand.js +0 -61
- package/dist/cjs/commands/ListVirtualInterfaceTestHistoryCommand.js.map +0 -1
- package/dist/cjs/commands/StartBgpFailoverTestCommand.js +0 -64
- package/dist/cjs/commands/StartBgpFailoverTestCommand.js.map +0 -1
- package/dist/cjs/commands/StopBgpFailoverTestCommand.js +0 -61
- package/dist/cjs/commands/StopBgpFailoverTestCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -62
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateConnectionCommand.js +0 -70
- package/dist/cjs/commands/UpdateConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDirectConnectGatewayAssociationCommand.js +0 -62
- package/dist/cjs/commands/UpdateDirectConnectGatewayAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateLagCommand.js +0 -83
- package/dist/cjs/commands/UpdateLagCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateVirtualInterfaceAttributesCommand.js +0 -67
- package/dist/cjs/commands/UpdateVirtualInterfaceAttributesCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -86
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -66
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/protocols/Aws_json1_1.js +0 -5543
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/DirectConnect.js +0 -904
- package/dist/es/DirectConnect.js.map +0 -1
- package/dist/es/DirectConnectClient.js +0 -51
- package/dist/es/DirectConnectClient.js.map +0 -1
- package/dist/es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +0 -65
- package/dist/es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
- package/dist/es/commands/AllocateConnectionOnInterconnectCommand.js +0 -72
- package/dist/es/commands/AllocateConnectionOnInterconnectCommand.js.map +0 -1
- package/dist/es/commands/AllocateHostedConnectionCommand.js +0 -70
- package/dist/es/commands/AllocateHostedConnectionCommand.js.map +0 -1
- package/dist/es/commands/AllocatePrivateVirtualInterfaceCommand.js +0 -67
- package/dist/es/commands/AllocatePrivateVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/AllocatePublicVirtualInterfaceCommand.js +0 -70
- package/dist/es/commands/AllocatePublicVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/AllocateTransitVirtualInterfaceCommand.js +0 -67
- package/dist/es/commands/AllocateTransitVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/AssociateConnectionWithLagCommand.js +0 -78
- package/dist/es/commands/AssociateConnectionWithLagCommand.js.map +0 -1
- package/dist/es/commands/AssociateHostedConnectionCommand.js +0 -72
- package/dist/es/commands/AssociateHostedConnectionCommand.js.map +0 -1
- package/dist/es/commands/AssociateMacSecKeyCommand.js +0 -67
- package/dist/es/commands/AssociateMacSecKeyCommand.js.map +0 -1
- package/dist/es/commands/AssociateVirtualInterfaceCommand.js +0 -74
- package/dist/es/commands/AssociateVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/ConfirmConnectionCommand.js +0 -67
- package/dist/es/commands/ConfirmConnectionCommand.js.map +0 -1
- package/dist/es/commands/ConfirmPrivateVirtualInterfaceCommand.js +0 -68
- package/dist/es/commands/ConfirmPrivateVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/ConfirmPublicVirtualInterfaceCommand.js +0 -67
- package/dist/es/commands/ConfirmPublicVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/ConfirmTransitVirtualInterfaceCommand.js +0 -67
- package/dist/es/commands/ConfirmTransitVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/CreateBGPPeerCommand.js +0 -71
- package/dist/es/commands/CreateBGPPeerCommand.js.map +0 -1
- package/dist/es/commands/CreateConnectionCommand.js +0 -73
- package/dist/es/commands/CreateConnectionCommand.js.map +0 -1
- package/dist/es/commands/CreateDirectConnectGatewayAssociationCommand.js +0 -66
- package/dist/es/commands/CreateDirectConnectGatewayAssociationCommand.js.map +0 -1
- package/dist/es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +0 -66
- package/dist/es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
- package/dist/es/commands/CreateDirectConnectGatewayCommand.js +0 -70
- package/dist/es/commands/CreateDirectConnectGatewayCommand.js.map +0 -1
- package/dist/es/commands/CreateInterconnectCommand.js +0 -80
- package/dist/es/commands/CreateInterconnectCommand.js.map +0 -1
- package/dist/es/commands/CreateLagCommand.js +0 -82
- package/dist/es/commands/CreateLagCommand.js.map +0 -1
- package/dist/es/commands/CreatePrivateVirtualInterfaceCommand.js +0 -75
- package/dist/es/commands/CreatePrivateVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/CreatePublicVirtualInterfaceCommand.js +0 -68
- package/dist/es/commands/CreatePublicVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/CreateTransitVirtualInterfaceCommand.js +0 -74
- package/dist/es/commands/CreateTransitVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/DeleteBGPPeerCommand.js +0 -66
- package/dist/es/commands/DeleteBGPPeerCommand.js.map +0 -1
- package/dist/es/commands/DeleteConnectionCommand.js +0 -68
- package/dist/es/commands/DeleteConnectionCommand.js.map +0 -1
- package/dist/es/commands/DeleteDirectConnectGatewayAssociationCommand.js +0 -66
- package/dist/es/commands/DeleteDirectConnectGatewayAssociationCommand.js.map +0 -1
- package/dist/es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +0 -65
- package/dist/es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
- package/dist/es/commands/DeleteDirectConnectGatewayCommand.js +0 -67
- package/dist/es/commands/DeleteDirectConnectGatewayCommand.js.map +0 -1
- package/dist/es/commands/DeleteInterconnectCommand.js +0 -69
- package/dist/es/commands/DeleteInterconnectCommand.js.map +0 -1
- package/dist/es/commands/DeleteLagCommand.js +0 -66
- package/dist/es/commands/DeleteLagCommand.js.map +0 -1
- package/dist/es/commands/DeleteVirtualInterfaceCommand.js +0 -65
- package/dist/es/commands/DeleteVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectionLoaCommand.js +0 -72
- package/dist/es/commands/DescribeConnectionLoaCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectionsCommand.js +0 -65
- package/dist/es/commands/DescribeConnectionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectionsOnInterconnectCommand.js +0 -71
- package/dist/es/commands/DescribeConnectionsOnInterconnectCommand.js.map +0 -1
- package/dist/es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +0 -65
- package/dist/es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js.map +0 -1
- package/dist/es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +0 -87
- package/dist/es/commands/DescribeDirectConnectGatewayAssociationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +0 -69
- package/dist/es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js.map +0 -1
- package/dist/es/commands/DescribeDirectConnectGatewaysCommand.js +0 -65
- package/dist/es/commands/DescribeDirectConnectGatewaysCommand.js.map +0 -1
- package/dist/es/commands/DescribeHostedConnectionsCommand.js +0 -69
- package/dist/es/commands/DescribeHostedConnectionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeInterconnectLoaCommand.js +0 -71
- package/dist/es/commands/DescribeInterconnectLoaCommand.js.map +0 -1
- package/dist/es/commands/DescribeInterconnectsCommand.js +0 -65
- package/dist/es/commands/DescribeInterconnectsCommand.js.map +0 -1
- package/dist/es/commands/DescribeLagsCommand.js +0 -65
- package/dist/es/commands/DescribeLagsCommand.js.map +0 -1
- package/dist/es/commands/DescribeLoaCommand.js +0 -68
- package/dist/es/commands/DescribeLoaCommand.js.map +0 -1
- package/dist/es/commands/DescribeLocationsCommand.js +0 -66
- package/dist/es/commands/DescribeLocationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeTagsCommand.js +0 -65
- package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/es/commands/DescribeVirtualGatewaysCommand.js +0 -66
- package/dist/es/commands/DescribeVirtualGatewaysCommand.js.map +0 -1
- package/dist/es/commands/DescribeVirtualInterfacesCommand.js +0 -69
- package/dist/es/commands/DescribeVirtualInterfacesCommand.js.map +0 -1
- package/dist/es/commands/DisassociateConnectionFromLagCommand.js +0 -74
- package/dist/es/commands/DisassociateConnectionFromLagCommand.js.map +0 -1
- package/dist/es/commands/DisassociateMacSecKeyCommand.js +0 -65
- package/dist/es/commands/DisassociateMacSecKeyCommand.js.map +0 -1
- package/dist/es/commands/ListVirtualInterfaceTestHistoryCommand.js +0 -65
- package/dist/es/commands/ListVirtualInterfaceTestHistoryCommand.js.map +0 -1
- package/dist/es/commands/StartBgpFailoverTestCommand.js +0 -68
- package/dist/es/commands/StartBgpFailoverTestCommand.js.map +0 -1
- package/dist/es/commands/StopBgpFailoverTestCommand.js +0 -65
- package/dist/es/commands/StopBgpFailoverTestCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -66
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -65
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateConnectionCommand.js +0 -74
- package/dist/es/commands/UpdateConnectionCommand.js.map +0 -1
- package/dist/es/commands/UpdateDirectConnectGatewayAssociationCommand.js +0 -66
- package/dist/es/commands/UpdateDirectConnectGatewayAssociationCommand.js.map +0 -1
- package/dist/es/commands/UpdateLagCommand.js +0 -87
- package/dist/es/commands/UpdateLagCommand.js.map +0 -1
- package/dist/es/commands/UpdateVirtualInterfaceAttributesCommand.js +0 -71
- package/dist/es/commands/UpdateVirtualInterfaceAttributesCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -82
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -904
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/protocols/Aws_json1_1.js +0 -5844
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/DirectConnect.d.ts +0 -682
- package/dist/types/DirectConnectClient.d.ts +0 -196
- package/dist/types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +0 -35
- package/dist/types/commands/AllocateConnectionOnInterconnectCommand.d.ts +0 -42
- package/dist/types/commands/AllocateHostedConnectionCommand.d.ts +0 -40
- package/dist/types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +0 -37
- package/dist/types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +0 -40
- package/dist/types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +0 -37
- package/dist/types/commands/AssociateConnectionWithLagCommand.d.ts +0 -48
- package/dist/types/commands/AssociateHostedConnectionCommand.d.ts +0 -42
- package/dist/types/commands/AssociateMacSecKeyCommand.d.ts +0 -37
- package/dist/types/commands/AssociateVirtualInterfaceCommand.d.ts +0 -44
- package/dist/types/commands/ConfirmConnectionCommand.d.ts +0 -37
- package/dist/types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +0 -38
- package/dist/types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +0 -37
- package/dist/types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +0 -37
- package/dist/types/commands/CreateBGPPeerCommand.d.ts +0 -41
- package/dist/types/commands/CreateConnectionCommand.d.ts +0 -43
- package/dist/types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +0 -36
- package/dist/types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +0 -36
- package/dist/types/commands/CreateDirectConnectGatewayCommand.d.ts +0 -40
- package/dist/types/commands/CreateInterconnectCommand.d.ts +0 -50
- package/dist/types/commands/CreateLagCommand.d.ts +0 -52
- package/dist/types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +0 -45
- package/dist/types/commands/CreatePublicVirtualInterfaceCommand.d.ts +0 -38
- package/dist/types/commands/CreateTransitVirtualInterfaceCommand.d.ts +0 -44
- package/dist/types/commands/DeleteBGPPeerCommand.d.ts +0 -36
- package/dist/types/commands/DeleteConnectionCommand.d.ts +0 -38
- package/dist/types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +0 -36
- package/dist/types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +0 -35
- package/dist/types/commands/DeleteDirectConnectGatewayCommand.d.ts +0 -37
- package/dist/types/commands/DeleteInterconnectCommand.d.ts +0 -39
- package/dist/types/commands/DeleteLagCommand.d.ts +0 -36
- package/dist/types/commands/DeleteVirtualInterfaceCommand.d.ts +0 -35
- package/dist/types/commands/DescribeConnectionLoaCommand.d.ts +0 -42
- package/dist/types/commands/DescribeConnectionsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +0 -41
- package/dist/types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +0 -57
- package/dist/types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +0 -39
- package/dist/types/commands/DescribeDirectConnectGatewaysCommand.d.ts +0 -35
- package/dist/types/commands/DescribeHostedConnectionsCommand.d.ts +0 -39
- package/dist/types/commands/DescribeInterconnectLoaCommand.d.ts +0 -41
- package/dist/types/commands/DescribeInterconnectsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeLagsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeLoaCommand.d.ts +0 -38
- package/dist/types/commands/DescribeLocationsCommand.d.ts +0 -36
- package/dist/types/commands/DescribeTagsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeVirtualGatewaysCommand.d.ts +0 -36
- package/dist/types/commands/DescribeVirtualInterfacesCommand.d.ts +0 -39
- package/dist/types/commands/DisassociateConnectionFromLagCommand.d.ts +0 -44
- package/dist/types/commands/DisassociateMacSecKeyCommand.d.ts +0 -35
- package/dist/types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +0 -35
- package/dist/types/commands/StartBgpFailoverTestCommand.d.ts +0 -38
- package/dist/types/commands/StopBgpFailoverTestCommand.d.ts +0 -35
- package/dist/types/commands/TagResourceCommand.d.ts +0 -36
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateConnectionCommand.d.ts +0 -44
- package/dist/types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +0 -36
- package/dist/types/commands/UpdateLagCommand.d.ts +0 -57
- package/dist/types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +0 -41
- package/dist/types/protocols/Aws_json1_1.d.ts +0 -179
- package/dist/types/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/DirectConnect.d.ts +0 -682
- package/dist/types/ts3.4/DirectConnectClient.d.ts +0 -196
- package/dist/types/ts3.4/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AllocateConnectionOnInterconnectCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/AllocateHostedConnectionCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/AllocatePublicVirtualInterfaceCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/AllocateTransitVirtualInterfaceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/AssociateConnectionWithLagCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/AssociateHostedConnectionCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/AssociateMacSecKeyCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/AssociateVirtualInterfaceCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/ConfirmConnectionCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateBGPPeerCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/CreateConnectionCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateDirectConnectGatewayCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/CreateInterconnectCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/CreateLagCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/CreatePrivateVirtualInterfaceCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/CreatePublicVirtualInterfaceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateTransitVirtualInterfaceCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/DeleteBGPPeerCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteConnectionCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteDirectConnectGatewayCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteInterconnectCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteLagCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteVirtualInterfaceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeConnectionLoaCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/DescribeConnectionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeConnectionsOnInterconnectCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +0 -57
- package/dist/types/ts3.4/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeDirectConnectGatewaysCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeHostedConnectionsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeInterconnectLoaCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DescribeInterconnectsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeLagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeLoaCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeLocationsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeVirtualGatewaysCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeVirtualInterfacesCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DisassociateConnectionFromLagCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/DisassociateMacSecKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StartBgpFailoverTestCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/StopBgpFailoverTestCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateConnectionCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateLagCommand.d.ts +0 -57
- package/dist/types/ts3.4/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +0 -41
- package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -179
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/endpoints.ts +0 -86
- package/protocols/Aws_json1_1.ts +0 -6998
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
|
@@ -1,196 +0,0 @@
|
|
|
1
|
-
import { AcceptDirectConnectGatewayAssociationProposalCommandInput, AcceptDirectConnectGatewayAssociationProposalCommandOutput } from "./commands/AcceptDirectConnectGatewayAssociationProposalCommand";
|
|
2
|
-
import { AllocateConnectionOnInterconnectCommandInput, AllocateConnectionOnInterconnectCommandOutput } from "./commands/AllocateConnectionOnInterconnectCommand";
|
|
3
|
-
import { AllocateHostedConnectionCommandInput, AllocateHostedConnectionCommandOutput } from "./commands/AllocateHostedConnectionCommand";
|
|
4
|
-
import { AllocatePrivateVirtualInterfaceCommandInput, AllocatePrivateVirtualInterfaceCommandOutput } from "./commands/AllocatePrivateVirtualInterfaceCommand";
|
|
5
|
-
import { AllocatePublicVirtualInterfaceCommandInput, AllocatePublicVirtualInterfaceCommandOutput } from "./commands/AllocatePublicVirtualInterfaceCommand";
|
|
6
|
-
import { AllocateTransitVirtualInterfaceCommandInput, AllocateTransitVirtualInterfaceCommandOutput } from "./commands/AllocateTransitVirtualInterfaceCommand";
|
|
7
|
-
import { AssociateConnectionWithLagCommandInput, AssociateConnectionWithLagCommandOutput } from "./commands/AssociateConnectionWithLagCommand";
|
|
8
|
-
import { AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommandOutput } from "./commands/AssociateHostedConnectionCommand";
|
|
9
|
-
import { AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput } from "./commands/AssociateMacSecKeyCommand";
|
|
10
|
-
import { AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput } from "./commands/AssociateVirtualInterfaceCommand";
|
|
11
|
-
import { ConfirmConnectionCommandInput, ConfirmConnectionCommandOutput } from "./commands/ConfirmConnectionCommand";
|
|
12
|
-
import { ConfirmPrivateVirtualInterfaceCommandInput, ConfirmPrivateVirtualInterfaceCommandOutput } from "./commands/ConfirmPrivateVirtualInterfaceCommand";
|
|
13
|
-
import { ConfirmPublicVirtualInterfaceCommandInput, ConfirmPublicVirtualInterfaceCommandOutput } from "./commands/ConfirmPublicVirtualInterfaceCommand";
|
|
14
|
-
import { ConfirmTransitVirtualInterfaceCommandInput, ConfirmTransitVirtualInterfaceCommandOutput } from "./commands/ConfirmTransitVirtualInterfaceCommand";
|
|
15
|
-
import { CreateBGPPeerCommandInput, CreateBGPPeerCommandOutput } from "./commands/CreateBGPPeerCommand";
|
|
16
|
-
import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
|
|
17
|
-
import { CreateDirectConnectGatewayAssociationCommandInput, CreateDirectConnectGatewayAssociationCommandOutput } from "./commands/CreateDirectConnectGatewayAssociationCommand";
|
|
18
|
-
import { CreateDirectConnectGatewayAssociationProposalCommandInput, CreateDirectConnectGatewayAssociationProposalCommandOutput } from "./commands/CreateDirectConnectGatewayAssociationProposalCommand";
|
|
19
|
-
import { CreateDirectConnectGatewayCommandInput, CreateDirectConnectGatewayCommandOutput } from "./commands/CreateDirectConnectGatewayCommand";
|
|
20
|
-
import { CreateInterconnectCommandInput, CreateInterconnectCommandOutput } from "./commands/CreateInterconnectCommand";
|
|
21
|
-
import { CreateLagCommandInput, CreateLagCommandOutput } from "./commands/CreateLagCommand";
|
|
22
|
-
import { CreatePrivateVirtualInterfaceCommandInput, CreatePrivateVirtualInterfaceCommandOutput } from "./commands/CreatePrivateVirtualInterfaceCommand";
|
|
23
|
-
import { CreatePublicVirtualInterfaceCommandInput, CreatePublicVirtualInterfaceCommandOutput } from "./commands/CreatePublicVirtualInterfaceCommand";
|
|
24
|
-
import { CreateTransitVirtualInterfaceCommandInput, CreateTransitVirtualInterfaceCommandOutput } from "./commands/CreateTransitVirtualInterfaceCommand";
|
|
25
|
-
import { DeleteBGPPeerCommandInput, DeleteBGPPeerCommandOutput } from "./commands/DeleteBGPPeerCommand";
|
|
26
|
-
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
27
|
-
import { DeleteDirectConnectGatewayAssociationCommandInput, DeleteDirectConnectGatewayAssociationCommandOutput } from "./commands/DeleteDirectConnectGatewayAssociationCommand";
|
|
28
|
-
import { DeleteDirectConnectGatewayAssociationProposalCommandInput, DeleteDirectConnectGatewayAssociationProposalCommandOutput } from "./commands/DeleteDirectConnectGatewayAssociationProposalCommand";
|
|
29
|
-
import { DeleteDirectConnectGatewayCommandInput, DeleteDirectConnectGatewayCommandOutput } from "./commands/DeleteDirectConnectGatewayCommand";
|
|
30
|
-
import { DeleteInterconnectCommandInput, DeleteInterconnectCommandOutput } from "./commands/DeleteInterconnectCommand";
|
|
31
|
-
import { DeleteLagCommandInput, DeleteLagCommandOutput } from "./commands/DeleteLagCommand";
|
|
32
|
-
import { DeleteVirtualInterfaceCommandInput, DeleteVirtualInterfaceCommandOutput } from "./commands/DeleteVirtualInterfaceCommand";
|
|
33
|
-
import { DescribeConnectionLoaCommandInput, DescribeConnectionLoaCommandOutput } from "./commands/DescribeConnectionLoaCommand";
|
|
34
|
-
import { DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput } from "./commands/DescribeConnectionsCommand";
|
|
35
|
-
import { DescribeConnectionsOnInterconnectCommandInput, DescribeConnectionsOnInterconnectCommandOutput } from "./commands/DescribeConnectionsOnInterconnectCommand";
|
|
36
|
-
import { DescribeDirectConnectGatewayAssociationProposalsCommandInput, DescribeDirectConnectGatewayAssociationProposalsCommandOutput } from "./commands/DescribeDirectConnectGatewayAssociationProposalsCommand";
|
|
37
|
-
import { DescribeDirectConnectGatewayAssociationsCommandInput, DescribeDirectConnectGatewayAssociationsCommandOutput } from "./commands/DescribeDirectConnectGatewayAssociationsCommand";
|
|
38
|
-
import { DescribeDirectConnectGatewayAttachmentsCommandInput, DescribeDirectConnectGatewayAttachmentsCommandOutput } from "./commands/DescribeDirectConnectGatewayAttachmentsCommand";
|
|
39
|
-
import { DescribeDirectConnectGatewaysCommandInput, DescribeDirectConnectGatewaysCommandOutput } from "./commands/DescribeDirectConnectGatewaysCommand";
|
|
40
|
-
import { DescribeHostedConnectionsCommandInput, DescribeHostedConnectionsCommandOutput } from "./commands/DescribeHostedConnectionsCommand";
|
|
41
|
-
import { DescribeInterconnectLoaCommandInput, DescribeInterconnectLoaCommandOutput } from "./commands/DescribeInterconnectLoaCommand";
|
|
42
|
-
import { DescribeInterconnectsCommandInput, DescribeInterconnectsCommandOutput } from "./commands/DescribeInterconnectsCommand";
|
|
43
|
-
import { DescribeLagsCommandInput, DescribeLagsCommandOutput } from "./commands/DescribeLagsCommand";
|
|
44
|
-
import { DescribeLoaCommandInput, DescribeLoaCommandOutput } from "./commands/DescribeLoaCommand";
|
|
45
|
-
import { DescribeLocationsCommandInput, DescribeLocationsCommandOutput } from "./commands/DescribeLocationsCommand";
|
|
46
|
-
import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
|
|
47
|
-
import { DescribeVirtualGatewaysCommandInput, DescribeVirtualGatewaysCommandOutput } from "./commands/DescribeVirtualGatewaysCommand";
|
|
48
|
-
import { DescribeVirtualInterfacesCommandInput, DescribeVirtualInterfacesCommandOutput } from "./commands/DescribeVirtualInterfacesCommand";
|
|
49
|
-
import { DisassociateConnectionFromLagCommandInput, DisassociateConnectionFromLagCommandOutput } from "./commands/DisassociateConnectionFromLagCommand";
|
|
50
|
-
import { DisassociateMacSecKeyCommandInput, DisassociateMacSecKeyCommandOutput } from "./commands/DisassociateMacSecKeyCommand";
|
|
51
|
-
import { ListVirtualInterfaceTestHistoryCommandInput, ListVirtualInterfaceTestHistoryCommandOutput } from "./commands/ListVirtualInterfaceTestHistoryCommand";
|
|
52
|
-
import { StartBgpFailoverTestCommandInput, StartBgpFailoverTestCommandOutput } from "./commands/StartBgpFailoverTestCommand";
|
|
53
|
-
import { StopBgpFailoverTestCommandInput, StopBgpFailoverTestCommandOutput } from "./commands/StopBgpFailoverTestCommand";
|
|
54
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
55
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
56
|
-
import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
|
|
57
|
-
import { UpdateDirectConnectGatewayAssociationCommandInput, UpdateDirectConnectGatewayAssociationCommandOutput } from "./commands/UpdateDirectConnectGatewayAssociationCommand";
|
|
58
|
-
import { UpdateLagCommandInput, UpdateLagCommandOutput } from "./commands/UpdateLagCommand";
|
|
59
|
-
import { UpdateVirtualInterfaceAttributesCommandInput, UpdateVirtualInterfaceAttributesCommandOutput } from "./commands/UpdateVirtualInterfaceAttributesCommand";
|
|
60
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
61
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
62
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
63
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
64
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
65
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
66
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
67
|
-
import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
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;
|
|
70
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
71
|
-
/**
|
|
72
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
73
|
-
*/
|
|
74
|
-
requestHandler?: __HttpHandler;
|
|
75
|
-
/**
|
|
76
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
77
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
sha256?: __HashConstructor;
|
|
81
|
-
/**
|
|
82
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
urlParser?: __UrlParser;
|
|
86
|
-
/**
|
|
87
|
-
* A function that can calculate the length of a request body.
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
91
|
-
/**
|
|
92
|
-
* A function that converts a stream into an array of bytes.
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
streamCollector?: __StreamCollector;
|
|
96
|
-
/**
|
|
97
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
base64Decoder?: __Decoder;
|
|
101
|
-
/**
|
|
102
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
base64Encoder?: __Encoder;
|
|
106
|
-
/**
|
|
107
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
utf8Decoder?: __Decoder;
|
|
111
|
-
/**
|
|
112
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
utf8Encoder?: __Encoder;
|
|
116
|
-
/**
|
|
117
|
-
* The runtime environment.
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
runtime?: string;
|
|
121
|
-
/**
|
|
122
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
123
|
-
* trait of an operation.
|
|
124
|
-
*/
|
|
125
|
-
disableHostPrefix?: boolean;
|
|
126
|
-
/**
|
|
127
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
128
|
-
*/
|
|
129
|
-
maxAttempts?: number | __Provider<number>;
|
|
130
|
-
/**
|
|
131
|
-
* Specifies which retry algorithm to use.
|
|
132
|
-
*/
|
|
133
|
-
retryMode?: string | __Provider<string>;
|
|
134
|
-
/**
|
|
135
|
-
* Optional logger for logging debug/info/warn/error.
|
|
136
|
-
*/
|
|
137
|
-
logger?: __Logger;
|
|
138
|
-
/**
|
|
139
|
-
* Unique service identifier.
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
142
|
-
serviceId?: string;
|
|
143
|
-
/**
|
|
144
|
-
* The AWS region to which this client will send requests
|
|
145
|
-
*/
|
|
146
|
-
region?: string | __Provider<string>;
|
|
147
|
-
/**
|
|
148
|
-
* Default credentials provider; Not available in browser runtime.
|
|
149
|
-
* @internal
|
|
150
|
-
*/
|
|
151
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
152
|
-
/**
|
|
153
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
154
|
-
* @internal
|
|
155
|
-
*/
|
|
156
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
157
|
-
/**
|
|
158
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
159
|
-
* @internal
|
|
160
|
-
*/
|
|
161
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
162
|
-
}
|
|
163
|
-
declare type DirectConnectClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
164
|
-
/**
|
|
165
|
-
* The configuration interface of DirectConnectClient class constructor that set the region, credentials and other options.
|
|
166
|
-
*/
|
|
167
|
-
export interface DirectConnectClientConfig extends DirectConnectClientConfigType {
|
|
168
|
-
}
|
|
169
|
-
declare type DirectConnectClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
170
|
-
/**
|
|
171
|
-
* The resolved configuration interface of DirectConnectClient class. This is resolved and normalized from the {@link DirectConnectClientConfig | constructor configuration interface}.
|
|
172
|
-
*/
|
|
173
|
-
export interface DirectConnectClientResolvedConfig extends DirectConnectClientResolvedConfigType {
|
|
174
|
-
}
|
|
175
|
-
/**
|
|
176
|
-
* <p>Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable.
|
|
177
|
-
* 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
|
|
179
|
-
* 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.
|
|
181
|
-
* Amazon Web Services resources in the China Regions can only be accessed through locations associated with those Regions.</p>
|
|
182
|
-
*/
|
|
183
|
-
export declare class DirectConnectClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DirectConnectClientResolvedConfig> {
|
|
184
|
-
/**
|
|
185
|
-
* The resolved configuration of DirectConnectClient class. This is resolved and normalized from the {@link DirectConnectClientConfig | constructor configuration interface}.
|
|
186
|
-
*/
|
|
187
|
-
readonly config: DirectConnectClientResolvedConfig;
|
|
188
|
-
constructor(configuration: DirectConnectClientConfig);
|
|
189
|
-
/**
|
|
190
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
191
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
192
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
193
|
-
*/
|
|
194
|
-
destroy(): void;
|
|
195
|
-
}
|
|
196
|
-
export {};
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
2
|
-
import { AcceptDirectConnectGatewayAssociationProposalRequest, AcceptDirectConnectGatewayAssociationProposalResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AcceptDirectConnectGatewayAssociationProposalCommandInput extends AcceptDirectConnectGatewayAssociationProposalRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface AcceptDirectConnectGatewayAssociationProposalCommandOutput extends AcceptDirectConnectGatewayAssociationProposalResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Accepts a proposal request to attach a virtual private gateway or transit gateway to a Direct Connect gateway.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DirectConnectClient, AcceptDirectConnectGatewayAssociationProposalCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
15
|
-
* // const { DirectConnectClient, AcceptDirectConnectGatewayAssociationProposalCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
16
|
-
* const client = new DirectConnectClient(config);
|
|
17
|
-
* const command = new AcceptDirectConnectGatewayAssociationProposalCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link AcceptDirectConnectGatewayAssociationProposalCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link AcceptDirectConnectGatewayAssociationProposalCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class AcceptDirectConnectGatewayAssociationProposalCommand extends $Command<AcceptDirectConnectGatewayAssociationProposalCommandInput, AcceptDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig> {
|
|
27
|
-
readonly input: AcceptDirectConnectGatewayAssociationProposalCommandInput;
|
|
28
|
-
constructor(input: AcceptDirectConnectGatewayAssociationProposalCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptDirectConnectGatewayAssociationProposalCommandInput, AcceptDirectConnectGatewayAssociationProposalCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
2
|
-
import { AllocateConnectionOnInterconnectRequest, Connection } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AllocateConnectionOnInterconnectCommandInput extends AllocateConnectionOnInterconnectRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface AllocateConnectionOnInterconnectCommandOutput extends Connection, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated
|
|
11
|
-
*
|
|
12
|
-
* <p>Deprecated. Use <a>AllocateHostedConnection</a> instead.</p>
|
|
13
|
-
* <p>Creates a hosted connection on an interconnect.</p>
|
|
14
|
-
* <p>Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the specified interconnect.</p>
|
|
15
|
-
* <note>
|
|
16
|
-
* <p>Intended for use by Direct Connect Partners only.</p>
|
|
17
|
-
* </note>
|
|
18
|
-
* @example
|
|
19
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
-
* ```javascript
|
|
21
|
-
* import { DirectConnectClient, AllocateConnectionOnInterconnectCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
22
|
-
* // const { DirectConnectClient, AllocateConnectionOnInterconnectCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
23
|
-
* const client = new DirectConnectClient(config);
|
|
24
|
-
* const command = new AllocateConnectionOnInterconnectCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link AllocateConnectionOnInterconnectCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link AllocateConnectionOnInterconnectCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
export declare class AllocateConnectionOnInterconnectCommand extends $Command<AllocateConnectionOnInterconnectCommandInput, AllocateConnectionOnInterconnectCommandOutput, DirectConnectClientResolvedConfig> {
|
|
34
|
-
readonly input: AllocateConnectionOnInterconnectCommandInput;
|
|
35
|
-
constructor(input: AllocateConnectionOnInterconnectCommandInput);
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AllocateConnectionOnInterconnectCommandInput, AllocateConnectionOnInterconnectCommandOutput>;
|
|
40
|
-
private serialize;
|
|
41
|
-
private deserialize;
|
|
42
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
2
|
-
import { AllocateHostedConnectionRequest, Connection } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AllocateHostedConnectionCommandInput extends AllocateHostedConnectionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface AllocateHostedConnectionCommandOutput extends Connection, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects.</p>
|
|
11
|
-
* <p>Allocates a VLAN number and a specified amount of capacity (bandwidth) for use by a hosted connection on the specified interconnect or LAG of interconnects.
|
|
12
|
-
* Amazon Web Services polices the hosted connection for the specified capacity and the Direct Connect Partner must also police the hosted connection for the specified capacity.</p>
|
|
13
|
-
* <note>
|
|
14
|
-
* <p>Intended for use by Direct Connect Partners only.</p>
|
|
15
|
-
* </note>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { DirectConnectClient, AllocateHostedConnectionCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
20
|
-
* // const { DirectConnectClient, AllocateHostedConnectionCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
21
|
-
* const client = new DirectConnectClient(config);
|
|
22
|
-
* const command = new AllocateHostedConnectionCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link AllocateHostedConnectionCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link AllocateHostedConnectionCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
31
|
-
export declare class AllocateHostedConnectionCommand extends $Command<AllocateHostedConnectionCommandInput, AllocateHostedConnectionCommandOutput, DirectConnectClientResolvedConfig> {
|
|
32
|
-
readonly input: AllocateHostedConnectionCommandInput;
|
|
33
|
-
constructor(input: AllocateHostedConnectionCommandInput);
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AllocateHostedConnectionCommandInput, AllocateHostedConnectionCommandOutput>;
|
|
38
|
-
private serialize;
|
|
39
|
-
private deserialize;
|
|
40
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
2
|
-
import { AllocatePrivateVirtualInterfaceRequest, VirtualInterface } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AllocatePrivateVirtualInterfaceCommandInput extends AllocatePrivateVirtualInterfaceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface AllocatePrivateVirtualInterfaceCommandOutput extends VirtualInterface, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Provisions a private virtual interface to be owned by the specified account.</p>
|
|
11
|
-
* <p>Virtual interfaces created using this action must be confirmed by the owner using <a>ConfirmPrivateVirtualInterface</a>.
|
|
12
|
-
* Until then, the virtual interface is in the <code>Confirming</code> state and is not available to handle traffic.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { DirectConnectClient, AllocatePrivateVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
17
|
-
* // const { DirectConnectClient, AllocatePrivateVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
18
|
-
* const client = new DirectConnectClient(config);
|
|
19
|
-
* const command = new AllocatePrivateVirtualInterfaceCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link AllocatePrivateVirtualInterfaceCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link AllocatePrivateVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
export declare class AllocatePrivateVirtualInterfaceCommand extends $Command<AllocatePrivateVirtualInterfaceCommandInput, AllocatePrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
29
|
-
readonly input: AllocatePrivateVirtualInterfaceCommandInput;
|
|
30
|
-
constructor(input: AllocatePrivateVirtualInterfaceCommandInput);
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AllocatePrivateVirtualInterfaceCommandInput, AllocatePrivateVirtualInterfaceCommandOutput>;
|
|
35
|
-
private serialize;
|
|
36
|
-
private deserialize;
|
|
37
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
2
|
-
import { AllocatePublicVirtualInterfaceRequest, VirtualInterface } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AllocatePublicVirtualInterfaceCommandInput extends AllocatePublicVirtualInterfaceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface AllocatePublicVirtualInterfaceCommandOutput extends VirtualInterface, __MetadataBearer {
|
|
8
|
-
}
|
|
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>
|
|
12
|
-
* <p>Virtual interfaces created using this function must be confirmed by the owner using <a>ConfirmPublicVirtualInterface</a>.
|
|
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
|
-
* <p>When creating an IPv6 public virtual interface, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from
|
|
15
|
-
* the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.</p>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { DirectConnectClient, AllocatePublicVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
20
|
-
* // const { DirectConnectClient, AllocatePublicVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
21
|
-
* const client = new DirectConnectClient(config);
|
|
22
|
-
* const command = new AllocatePublicVirtualInterfaceCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link AllocatePublicVirtualInterfaceCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link AllocatePublicVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
31
|
-
export declare class AllocatePublicVirtualInterfaceCommand extends $Command<AllocatePublicVirtualInterfaceCommandInput, AllocatePublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
32
|
-
readonly input: AllocatePublicVirtualInterfaceCommandInput;
|
|
33
|
-
constructor(input: AllocatePublicVirtualInterfaceCommandInput);
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AllocatePublicVirtualInterfaceCommandInput, AllocatePublicVirtualInterfaceCommandOutput>;
|
|
38
|
-
private serialize;
|
|
39
|
-
private deserialize;
|
|
40
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
2
|
-
import { AllocateTransitVirtualInterfaceRequest, AllocateTransitVirtualInterfaceResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AllocateTransitVirtualInterfaceCommandInput extends AllocateTransitVirtualInterfaceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface AllocateTransitVirtualInterfaceCommandOutput extends AllocateTransitVirtualInterfaceResult, __MetadataBearer {
|
|
8
|
-
}
|
|
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>
|
|
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
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { DirectConnectClient, AllocateTransitVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
17
|
-
* // const { DirectConnectClient, AllocateTransitVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
18
|
-
* const client = new DirectConnectClient(config);
|
|
19
|
-
* const command = new AllocateTransitVirtualInterfaceCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link AllocateTransitVirtualInterfaceCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link AllocateTransitVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
export declare class AllocateTransitVirtualInterfaceCommand extends $Command<AllocateTransitVirtualInterfaceCommandInput, AllocateTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
29
|
-
readonly input: AllocateTransitVirtualInterfaceCommandInput;
|
|
30
|
-
constructor(input: AllocateTransitVirtualInterfaceCommandInput);
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AllocateTransitVirtualInterfaceCommandInput, AllocateTransitVirtualInterfaceCommandOutput>;
|
|
35
|
-
private serialize;
|
|
36
|
-
private deserialize;
|
|
37
|
-
}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
2
|
-
import { AssociateConnectionWithLagRequest, Connection } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AssociateConnectionWithLagCommandInput extends AssociateConnectionWithLagRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface AssociateConnectionWithLagCommandOutput extends Connection, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Associates an existing connection with a link aggregation group (LAG). The connection
|
|
11
|
-
* is interrupted and re-established as a member of the LAG (connectivity to Amazon Web Services is
|
|
12
|
-
* interrupted). The connection must be hosted on the same Direct Connect endpoint as the LAG, and its
|
|
13
|
-
* bandwidth must match the bandwidth for the LAG. You can re-associate a connection that's
|
|
14
|
-
* currently associated with a different LAG; however, if removing the connection would cause
|
|
15
|
-
* the original LAG to fall below its setting for minimum number of operational connections,
|
|
16
|
-
* the request fails.</p>
|
|
17
|
-
* <p>Any virtual interfaces that are directly associated with the connection are
|
|
18
|
-
* automatically re-associated with the LAG. If the connection was originally associated
|
|
19
|
-
* with a different LAG, the virtual interfaces remain associated with the original
|
|
20
|
-
* LAG.</p>
|
|
21
|
-
* <p>For interconnects, any hosted connections are automatically re-associated with the
|
|
22
|
-
* LAG. If the interconnect was originally associated with a different LAG, the hosted
|
|
23
|
-
* connections remain associated with the original LAG.</p>
|
|
24
|
-
* @example
|
|
25
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
26
|
-
* ```javascript
|
|
27
|
-
* import { DirectConnectClient, AssociateConnectionWithLagCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
28
|
-
* // const { DirectConnectClient, AssociateConnectionWithLagCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
29
|
-
* const client = new DirectConnectClient(config);
|
|
30
|
-
* const command = new AssociateConnectionWithLagCommand(input);
|
|
31
|
-
* const response = await client.send(command);
|
|
32
|
-
* ```
|
|
33
|
-
*
|
|
34
|
-
* @see {@link AssociateConnectionWithLagCommandInput} for command's `input` shape.
|
|
35
|
-
* @see {@link AssociateConnectionWithLagCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
37
|
-
*
|
|
38
|
-
*/
|
|
39
|
-
export declare class AssociateConnectionWithLagCommand extends $Command<AssociateConnectionWithLagCommandInput, AssociateConnectionWithLagCommandOutput, DirectConnectClientResolvedConfig> {
|
|
40
|
-
readonly input: AssociateConnectionWithLagCommandInput;
|
|
41
|
-
constructor(input: AssociateConnectionWithLagCommandInput);
|
|
42
|
-
/**
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
45
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateConnectionWithLagCommandInput, AssociateConnectionWithLagCommandOutput>;
|
|
46
|
-
private serialize;
|
|
47
|
-
private deserialize;
|
|
48
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
2
|
-
import { AssociateHostedConnectionRequest, Connection } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AssociateHostedConnectionCommandInput extends AssociateHostedConnectionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface AssociateHostedConnectionCommandOutput extends Connection, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Associates a hosted connection and its virtual interfaces with a link aggregation
|
|
11
|
-
* group (LAG) or interconnect. If the target interconnect or LAG has an existing hosted
|
|
12
|
-
* connection with a conflicting VLAN number or IP address, the operation fails. This
|
|
13
|
-
* action temporarily interrupts the hosted connection's connectivity to Amazon Web Services
|
|
14
|
-
* as it is being migrated.</p>
|
|
15
|
-
* <note>
|
|
16
|
-
* <p>Intended for use by Direct Connect Partners only.</p>
|
|
17
|
-
* </note>
|
|
18
|
-
* @example
|
|
19
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
-
* ```javascript
|
|
21
|
-
* import { DirectConnectClient, AssociateHostedConnectionCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
22
|
-
* // const { DirectConnectClient, AssociateHostedConnectionCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
23
|
-
* const client = new DirectConnectClient(config);
|
|
24
|
-
* const command = new AssociateHostedConnectionCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link AssociateHostedConnectionCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link AssociateHostedConnectionCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
export declare class AssociateHostedConnectionCommand extends $Command<AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommandOutput, DirectConnectClientResolvedConfig> {
|
|
34
|
-
readonly input: AssociateHostedConnectionCommandInput;
|
|
35
|
-
constructor(input: AssociateHostedConnectionCommandInput);
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommandOutput>;
|
|
40
|
-
private serialize;
|
|
41
|
-
private deserialize;
|
|
42
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
2
|
-
import { AssociateMacSecKeyRequest, AssociateMacSecKeyResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AssociateMacSecKeyCommandInput extends AssociateMacSecKeyRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface AssociateMacSecKeyCommandOutput extends AssociateMacSecKeyResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Associates a MAC Security (MACsec) Connection Key Name (CKN)/ Connectivity Association Key (CAK) pair with an Direct Connect dedicated connection.</p>
|
|
11
|
-
* <p>You must supply either the <code>secretARN,</code> or the CKN/CAK (<code>ckn</code> and <code>cak</code>) pair in the request.</p>
|
|
12
|
-
* <p>For information about MAC Security (MACsec) key considerations, see <a href="https://docs.aws.amazon.com/directconnect/latest/UserGuide/direct-connect-mac-sec-getting-started.html#mac-sec-key-consideration">MACsec pre-shared CKN/CAK key considerations </a> in the <i>Direct Connect User Guide</i>.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { DirectConnectClient, AssociateMacSecKeyCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
17
|
-
* // const { DirectConnectClient, AssociateMacSecKeyCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
18
|
-
* const client = new DirectConnectClient(config);
|
|
19
|
-
* const command = new AssociateMacSecKeyCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link AssociateMacSecKeyCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link AssociateMacSecKeyCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
export declare class AssociateMacSecKeyCommand extends $Command<AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput, DirectConnectClientResolvedConfig> {
|
|
29
|
-
readonly input: AssociateMacSecKeyCommandInput;
|
|
30
|
-
constructor(input: AssociateMacSecKeyCommandInput);
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput>;
|
|
35
|
-
private serialize;
|
|
36
|
-
private deserialize;
|
|
37
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
2
|
-
import { AssociateVirtualInterfaceRequest, VirtualInterface } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AssociateVirtualInterfaceCommandInput extends AssociateVirtualInterfaceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface AssociateVirtualInterfaceCommandOutput extends VirtualInterface, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Associates a virtual interface with a specified link aggregation group (LAG) or
|
|
11
|
-
* connection. Connectivity to Amazon Web Services is temporarily interrupted as the virtual interface is
|
|
12
|
-
* being migrated. If the target connection or LAG has an associated virtual interface with
|
|
13
|
-
* a conflicting VLAN number or a conflicting IP address, the operation fails.</p>
|
|
14
|
-
* <p>Virtual interfaces associated with a hosted connection cannot be associated with a
|
|
15
|
-
* LAG; hosted connections must be migrated along with their virtual interfaces using <a>AssociateHostedConnection</a>.</p>
|
|
16
|
-
* <p>To reassociate a virtual interface to a new connection or LAG, the requester
|
|
17
|
-
* must own either the virtual interface itself or the connection to which the virtual
|
|
18
|
-
* interface is currently associated. Additionally, the requester must own the connection
|
|
19
|
-
* or LAG for the association.</p>
|
|
20
|
-
* @example
|
|
21
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
22
|
-
* ```javascript
|
|
23
|
-
* import { DirectConnectClient, AssociateVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
24
|
-
* // const { DirectConnectClient, AssociateVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
25
|
-
* const client = new DirectConnectClient(config);
|
|
26
|
-
* const command = new AssociateVirtualInterfaceCommand(input);
|
|
27
|
-
* const response = await client.send(command);
|
|
28
|
-
* ```
|
|
29
|
-
*
|
|
30
|
-
* @see {@link AssociateVirtualInterfaceCommandInput} for command's `input` shape.
|
|
31
|
-
* @see {@link AssociateVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
33
|
-
*
|
|
34
|
-
*/
|
|
35
|
-
export declare class AssociateVirtualInterfaceCommand extends $Command<AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
36
|
-
readonly input: AssociateVirtualInterfaceCommandInput;
|
|
37
|
-
constructor(input: AssociateVirtualInterfaceCommandInput);
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput>;
|
|
42
|
-
private serialize;
|
|
43
|
-
private deserialize;
|
|
44
|
-
}
|