@aws-sdk/client-direct-connect 3.34.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 +12 -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 → dist-cjs}/endpoints.js +0 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/{dist/cjs → dist-cjs}/index.js +0 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +0 -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 → dist-cjs}/protocols/Aws_json1_1.js +0 -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 → dist-cjs}/runtimeConfig.native.js +0 -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 → dist-es}/endpoints.js +0 -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 → dist-es}/models/models_0.js +0 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -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 → dist-es}/runtimeConfig.native.js +0 -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 → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -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 → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +42 -42
- 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 -1
- package/tsconfig.json +4 -2
- package/tsconfig.types.json +3 -2
- 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.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- 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.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.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 -896
- package/dist/es/DirectConnect.js.map +0 -1
- package/dist/es/DirectConnectClient.js +0 -38
- package/dist/es/DirectConnectClient.js.map +0 -1
- package/dist/es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +0 -40
- package/dist/es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
- package/dist/es/commands/AllocateConnectionOnInterconnectCommand.js +0 -40
- package/dist/es/commands/AllocateConnectionOnInterconnectCommand.js.map +0 -1
- package/dist/es/commands/AllocateHostedConnectionCommand.js +0 -40
- package/dist/es/commands/AllocateHostedConnectionCommand.js.map +0 -1
- package/dist/es/commands/AllocatePrivateVirtualInterfaceCommand.js +0 -40
- package/dist/es/commands/AllocatePrivateVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/AllocatePublicVirtualInterfaceCommand.js +0 -40
- package/dist/es/commands/AllocatePublicVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/AllocateTransitVirtualInterfaceCommand.js +0 -40
- package/dist/es/commands/AllocateTransitVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/AssociateConnectionWithLagCommand.js +0 -40
- package/dist/es/commands/AssociateConnectionWithLagCommand.js.map +0 -1
- package/dist/es/commands/AssociateHostedConnectionCommand.js +0 -40
- package/dist/es/commands/AssociateHostedConnectionCommand.js.map +0 -1
- package/dist/es/commands/AssociateMacSecKeyCommand.js +0 -40
- package/dist/es/commands/AssociateMacSecKeyCommand.js.map +0 -1
- package/dist/es/commands/AssociateVirtualInterfaceCommand.js +0 -40
- package/dist/es/commands/AssociateVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/ConfirmConnectionCommand.js +0 -40
- package/dist/es/commands/ConfirmConnectionCommand.js.map +0 -1
- package/dist/es/commands/ConfirmPrivateVirtualInterfaceCommand.js +0 -40
- package/dist/es/commands/ConfirmPrivateVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/ConfirmPublicVirtualInterfaceCommand.js +0 -40
- package/dist/es/commands/ConfirmPublicVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/ConfirmTransitVirtualInterfaceCommand.js +0 -40
- package/dist/es/commands/ConfirmTransitVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/CreateBGPPeerCommand.js +0 -40
- package/dist/es/commands/CreateBGPPeerCommand.js.map +0 -1
- package/dist/es/commands/CreateConnectionCommand.js +0 -40
- package/dist/es/commands/CreateConnectionCommand.js.map +0 -1
- package/dist/es/commands/CreateDirectConnectGatewayAssociationCommand.js +0 -40
- package/dist/es/commands/CreateDirectConnectGatewayAssociationCommand.js.map +0 -1
- package/dist/es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +0 -40
- package/dist/es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
- package/dist/es/commands/CreateDirectConnectGatewayCommand.js +0 -40
- package/dist/es/commands/CreateDirectConnectGatewayCommand.js.map +0 -1
- package/dist/es/commands/CreateInterconnectCommand.js +0 -40
- package/dist/es/commands/CreateInterconnectCommand.js.map +0 -1
- package/dist/es/commands/CreateLagCommand.js +0 -40
- package/dist/es/commands/CreateLagCommand.js.map +0 -1
- package/dist/es/commands/CreatePrivateVirtualInterfaceCommand.js +0 -40
- package/dist/es/commands/CreatePrivateVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/CreatePublicVirtualInterfaceCommand.js +0 -40
- package/dist/es/commands/CreatePublicVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/CreateTransitVirtualInterfaceCommand.js +0 -40
- package/dist/es/commands/CreateTransitVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/DeleteBGPPeerCommand.js +0 -40
- package/dist/es/commands/DeleteBGPPeerCommand.js.map +0 -1
- package/dist/es/commands/DeleteConnectionCommand.js +0 -40
- package/dist/es/commands/DeleteConnectionCommand.js.map +0 -1
- package/dist/es/commands/DeleteDirectConnectGatewayAssociationCommand.js +0 -40
- package/dist/es/commands/DeleteDirectConnectGatewayAssociationCommand.js.map +0 -1
- package/dist/es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +0 -40
- package/dist/es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
- package/dist/es/commands/DeleteDirectConnectGatewayCommand.js +0 -40
- package/dist/es/commands/DeleteDirectConnectGatewayCommand.js.map +0 -1
- package/dist/es/commands/DeleteInterconnectCommand.js +0 -40
- package/dist/es/commands/DeleteInterconnectCommand.js.map +0 -1
- package/dist/es/commands/DeleteLagCommand.js +0 -40
- package/dist/es/commands/DeleteLagCommand.js.map +0 -1
- package/dist/es/commands/DeleteVirtualInterfaceCommand.js +0 -40
- package/dist/es/commands/DeleteVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectionLoaCommand.js +0 -40
- package/dist/es/commands/DescribeConnectionLoaCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectionsCommand.js +0 -40
- package/dist/es/commands/DescribeConnectionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectionsOnInterconnectCommand.js +0 -40
- package/dist/es/commands/DescribeConnectionsOnInterconnectCommand.js.map +0 -1
- package/dist/es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +0 -40
- package/dist/es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js.map +0 -1
- package/dist/es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +0 -40
- package/dist/es/commands/DescribeDirectConnectGatewayAssociationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +0 -40
- package/dist/es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js.map +0 -1
- package/dist/es/commands/DescribeDirectConnectGatewaysCommand.js +0 -40
- package/dist/es/commands/DescribeDirectConnectGatewaysCommand.js.map +0 -1
- package/dist/es/commands/DescribeHostedConnectionsCommand.js +0 -40
- package/dist/es/commands/DescribeHostedConnectionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeInterconnectLoaCommand.js +0 -40
- package/dist/es/commands/DescribeInterconnectLoaCommand.js.map +0 -1
- package/dist/es/commands/DescribeInterconnectsCommand.js +0 -40
- package/dist/es/commands/DescribeInterconnectsCommand.js.map +0 -1
- package/dist/es/commands/DescribeLagsCommand.js +0 -40
- package/dist/es/commands/DescribeLagsCommand.js.map +0 -1
- package/dist/es/commands/DescribeLoaCommand.js +0 -40
- package/dist/es/commands/DescribeLoaCommand.js.map +0 -1
- package/dist/es/commands/DescribeLocationsCommand.js +0 -40
- package/dist/es/commands/DescribeLocationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeTagsCommand.js +0 -40
- package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/es/commands/DescribeVirtualGatewaysCommand.js +0 -40
- package/dist/es/commands/DescribeVirtualGatewaysCommand.js.map +0 -1
- package/dist/es/commands/DescribeVirtualInterfacesCommand.js +0 -40
- package/dist/es/commands/DescribeVirtualInterfacesCommand.js.map +0 -1
- package/dist/es/commands/DisassociateConnectionFromLagCommand.js +0 -40
- package/dist/es/commands/DisassociateConnectionFromLagCommand.js.map +0 -1
- package/dist/es/commands/DisassociateMacSecKeyCommand.js +0 -40
- package/dist/es/commands/DisassociateMacSecKeyCommand.js.map +0 -1
- package/dist/es/commands/ListVirtualInterfaceTestHistoryCommand.js +0 -40
- package/dist/es/commands/ListVirtualInterfaceTestHistoryCommand.js.map +0 -1
- package/dist/es/commands/StartBgpFailoverTestCommand.js +0 -40
- package/dist/es/commands/StartBgpFailoverTestCommand.js.map +0 -1
- package/dist/es/commands/StopBgpFailoverTestCommand.js +0 -40
- package/dist/es/commands/StopBgpFailoverTestCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -40
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -40
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateConnectionCommand.js +0 -40
- package/dist/es/commands/UpdateConnectionCommand.js.map +0 -1
- package/dist/es/commands/UpdateDirectConnectGatewayAssociationCommand.js +0 -40
- package/dist/es/commands/UpdateDirectConnectGatewayAssociationCommand.js.map +0 -1
- package/dist/es/commands/UpdateLagCommand.js +0 -40
- package/dist/es/commands/UpdateLagCommand.js.map +0 -1
- package/dist/es/commands/UpdateVirtualInterfaceAttributesCommand.js +0 -40
- package/dist/es/commands/UpdateVirtualInterfaceAttributesCommand.js.map +0 -1
- 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.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- 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.d.ts +0 -37
- 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.d.ts +0 -37
- 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
package/DirectConnectClient.ts
DELETED
|
@@ -1,540 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
AcceptDirectConnectGatewayAssociationProposalCommandInput,
|
|
3
|
-
AcceptDirectConnectGatewayAssociationProposalCommandOutput,
|
|
4
|
-
} from "./commands/AcceptDirectConnectGatewayAssociationProposalCommand";
|
|
5
|
-
import {
|
|
6
|
-
AllocateConnectionOnInterconnectCommandInput,
|
|
7
|
-
AllocateConnectionOnInterconnectCommandOutput,
|
|
8
|
-
} from "./commands/AllocateConnectionOnInterconnectCommand";
|
|
9
|
-
import {
|
|
10
|
-
AllocateHostedConnectionCommandInput,
|
|
11
|
-
AllocateHostedConnectionCommandOutput,
|
|
12
|
-
} from "./commands/AllocateHostedConnectionCommand";
|
|
13
|
-
import {
|
|
14
|
-
AllocatePrivateVirtualInterfaceCommandInput,
|
|
15
|
-
AllocatePrivateVirtualInterfaceCommandOutput,
|
|
16
|
-
} from "./commands/AllocatePrivateVirtualInterfaceCommand";
|
|
17
|
-
import {
|
|
18
|
-
AllocatePublicVirtualInterfaceCommandInput,
|
|
19
|
-
AllocatePublicVirtualInterfaceCommandOutput,
|
|
20
|
-
} from "./commands/AllocatePublicVirtualInterfaceCommand";
|
|
21
|
-
import {
|
|
22
|
-
AllocateTransitVirtualInterfaceCommandInput,
|
|
23
|
-
AllocateTransitVirtualInterfaceCommandOutput,
|
|
24
|
-
} from "./commands/AllocateTransitVirtualInterfaceCommand";
|
|
25
|
-
import {
|
|
26
|
-
AssociateConnectionWithLagCommandInput,
|
|
27
|
-
AssociateConnectionWithLagCommandOutput,
|
|
28
|
-
} from "./commands/AssociateConnectionWithLagCommand";
|
|
29
|
-
import {
|
|
30
|
-
AssociateHostedConnectionCommandInput,
|
|
31
|
-
AssociateHostedConnectionCommandOutput,
|
|
32
|
-
} from "./commands/AssociateHostedConnectionCommand";
|
|
33
|
-
import { AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput } from "./commands/AssociateMacSecKeyCommand";
|
|
34
|
-
import {
|
|
35
|
-
AssociateVirtualInterfaceCommandInput,
|
|
36
|
-
AssociateVirtualInterfaceCommandOutput,
|
|
37
|
-
} from "./commands/AssociateVirtualInterfaceCommand";
|
|
38
|
-
import { ConfirmConnectionCommandInput, ConfirmConnectionCommandOutput } from "./commands/ConfirmConnectionCommand";
|
|
39
|
-
import {
|
|
40
|
-
ConfirmPrivateVirtualInterfaceCommandInput,
|
|
41
|
-
ConfirmPrivateVirtualInterfaceCommandOutput,
|
|
42
|
-
} from "./commands/ConfirmPrivateVirtualInterfaceCommand";
|
|
43
|
-
import {
|
|
44
|
-
ConfirmPublicVirtualInterfaceCommandInput,
|
|
45
|
-
ConfirmPublicVirtualInterfaceCommandOutput,
|
|
46
|
-
} from "./commands/ConfirmPublicVirtualInterfaceCommand";
|
|
47
|
-
import {
|
|
48
|
-
ConfirmTransitVirtualInterfaceCommandInput,
|
|
49
|
-
ConfirmTransitVirtualInterfaceCommandOutput,
|
|
50
|
-
} from "./commands/ConfirmTransitVirtualInterfaceCommand";
|
|
51
|
-
import { CreateBGPPeerCommandInput, CreateBGPPeerCommandOutput } from "./commands/CreateBGPPeerCommand";
|
|
52
|
-
import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
|
|
53
|
-
import {
|
|
54
|
-
CreateDirectConnectGatewayAssociationCommandInput,
|
|
55
|
-
CreateDirectConnectGatewayAssociationCommandOutput,
|
|
56
|
-
} from "./commands/CreateDirectConnectGatewayAssociationCommand";
|
|
57
|
-
import {
|
|
58
|
-
CreateDirectConnectGatewayAssociationProposalCommandInput,
|
|
59
|
-
CreateDirectConnectGatewayAssociationProposalCommandOutput,
|
|
60
|
-
} from "./commands/CreateDirectConnectGatewayAssociationProposalCommand";
|
|
61
|
-
import {
|
|
62
|
-
CreateDirectConnectGatewayCommandInput,
|
|
63
|
-
CreateDirectConnectGatewayCommandOutput,
|
|
64
|
-
} from "./commands/CreateDirectConnectGatewayCommand";
|
|
65
|
-
import { CreateInterconnectCommandInput, CreateInterconnectCommandOutput } from "./commands/CreateInterconnectCommand";
|
|
66
|
-
import { CreateLagCommandInput, CreateLagCommandOutput } from "./commands/CreateLagCommand";
|
|
67
|
-
import {
|
|
68
|
-
CreatePrivateVirtualInterfaceCommandInput,
|
|
69
|
-
CreatePrivateVirtualInterfaceCommandOutput,
|
|
70
|
-
} from "./commands/CreatePrivateVirtualInterfaceCommand";
|
|
71
|
-
import {
|
|
72
|
-
CreatePublicVirtualInterfaceCommandInput,
|
|
73
|
-
CreatePublicVirtualInterfaceCommandOutput,
|
|
74
|
-
} from "./commands/CreatePublicVirtualInterfaceCommand";
|
|
75
|
-
import {
|
|
76
|
-
CreateTransitVirtualInterfaceCommandInput,
|
|
77
|
-
CreateTransitVirtualInterfaceCommandOutput,
|
|
78
|
-
} from "./commands/CreateTransitVirtualInterfaceCommand";
|
|
79
|
-
import { DeleteBGPPeerCommandInput, DeleteBGPPeerCommandOutput } from "./commands/DeleteBGPPeerCommand";
|
|
80
|
-
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
81
|
-
import {
|
|
82
|
-
DeleteDirectConnectGatewayAssociationCommandInput,
|
|
83
|
-
DeleteDirectConnectGatewayAssociationCommandOutput,
|
|
84
|
-
} from "./commands/DeleteDirectConnectGatewayAssociationCommand";
|
|
85
|
-
import {
|
|
86
|
-
DeleteDirectConnectGatewayAssociationProposalCommandInput,
|
|
87
|
-
DeleteDirectConnectGatewayAssociationProposalCommandOutput,
|
|
88
|
-
} from "./commands/DeleteDirectConnectGatewayAssociationProposalCommand";
|
|
89
|
-
import {
|
|
90
|
-
DeleteDirectConnectGatewayCommandInput,
|
|
91
|
-
DeleteDirectConnectGatewayCommandOutput,
|
|
92
|
-
} from "./commands/DeleteDirectConnectGatewayCommand";
|
|
93
|
-
import { DeleteInterconnectCommandInput, DeleteInterconnectCommandOutput } from "./commands/DeleteInterconnectCommand";
|
|
94
|
-
import { DeleteLagCommandInput, DeleteLagCommandOutput } from "./commands/DeleteLagCommand";
|
|
95
|
-
import {
|
|
96
|
-
DeleteVirtualInterfaceCommandInput,
|
|
97
|
-
DeleteVirtualInterfaceCommandOutput,
|
|
98
|
-
} from "./commands/DeleteVirtualInterfaceCommand";
|
|
99
|
-
import {
|
|
100
|
-
DescribeConnectionLoaCommandInput,
|
|
101
|
-
DescribeConnectionLoaCommandOutput,
|
|
102
|
-
} from "./commands/DescribeConnectionLoaCommand";
|
|
103
|
-
import {
|
|
104
|
-
DescribeConnectionsCommandInput,
|
|
105
|
-
DescribeConnectionsCommandOutput,
|
|
106
|
-
} from "./commands/DescribeConnectionsCommand";
|
|
107
|
-
import {
|
|
108
|
-
DescribeConnectionsOnInterconnectCommandInput,
|
|
109
|
-
DescribeConnectionsOnInterconnectCommandOutput,
|
|
110
|
-
} from "./commands/DescribeConnectionsOnInterconnectCommand";
|
|
111
|
-
import {
|
|
112
|
-
DescribeDirectConnectGatewayAssociationProposalsCommandInput,
|
|
113
|
-
DescribeDirectConnectGatewayAssociationProposalsCommandOutput,
|
|
114
|
-
} from "./commands/DescribeDirectConnectGatewayAssociationProposalsCommand";
|
|
115
|
-
import {
|
|
116
|
-
DescribeDirectConnectGatewayAssociationsCommandInput,
|
|
117
|
-
DescribeDirectConnectGatewayAssociationsCommandOutput,
|
|
118
|
-
} from "./commands/DescribeDirectConnectGatewayAssociationsCommand";
|
|
119
|
-
import {
|
|
120
|
-
DescribeDirectConnectGatewayAttachmentsCommandInput,
|
|
121
|
-
DescribeDirectConnectGatewayAttachmentsCommandOutput,
|
|
122
|
-
} from "./commands/DescribeDirectConnectGatewayAttachmentsCommand";
|
|
123
|
-
import {
|
|
124
|
-
DescribeDirectConnectGatewaysCommandInput,
|
|
125
|
-
DescribeDirectConnectGatewaysCommandOutput,
|
|
126
|
-
} from "./commands/DescribeDirectConnectGatewaysCommand";
|
|
127
|
-
import {
|
|
128
|
-
DescribeHostedConnectionsCommandInput,
|
|
129
|
-
DescribeHostedConnectionsCommandOutput,
|
|
130
|
-
} from "./commands/DescribeHostedConnectionsCommand";
|
|
131
|
-
import {
|
|
132
|
-
DescribeInterconnectLoaCommandInput,
|
|
133
|
-
DescribeInterconnectLoaCommandOutput,
|
|
134
|
-
} from "./commands/DescribeInterconnectLoaCommand";
|
|
135
|
-
import {
|
|
136
|
-
DescribeInterconnectsCommandInput,
|
|
137
|
-
DescribeInterconnectsCommandOutput,
|
|
138
|
-
} from "./commands/DescribeInterconnectsCommand";
|
|
139
|
-
import { DescribeLagsCommandInput, DescribeLagsCommandOutput } from "./commands/DescribeLagsCommand";
|
|
140
|
-
import { DescribeLoaCommandInput, DescribeLoaCommandOutput } from "./commands/DescribeLoaCommand";
|
|
141
|
-
import { DescribeLocationsCommandInput, DescribeLocationsCommandOutput } from "./commands/DescribeLocationsCommand";
|
|
142
|
-
import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
|
|
143
|
-
import {
|
|
144
|
-
DescribeVirtualGatewaysCommandInput,
|
|
145
|
-
DescribeVirtualGatewaysCommandOutput,
|
|
146
|
-
} from "./commands/DescribeVirtualGatewaysCommand";
|
|
147
|
-
import {
|
|
148
|
-
DescribeVirtualInterfacesCommandInput,
|
|
149
|
-
DescribeVirtualInterfacesCommandOutput,
|
|
150
|
-
} from "./commands/DescribeVirtualInterfacesCommand";
|
|
151
|
-
import {
|
|
152
|
-
DisassociateConnectionFromLagCommandInput,
|
|
153
|
-
DisassociateConnectionFromLagCommandOutput,
|
|
154
|
-
} from "./commands/DisassociateConnectionFromLagCommand";
|
|
155
|
-
import {
|
|
156
|
-
DisassociateMacSecKeyCommandInput,
|
|
157
|
-
DisassociateMacSecKeyCommandOutput,
|
|
158
|
-
} from "./commands/DisassociateMacSecKeyCommand";
|
|
159
|
-
import {
|
|
160
|
-
ListVirtualInterfaceTestHistoryCommandInput,
|
|
161
|
-
ListVirtualInterfaceTestHistoryCommandOutput,
|
|
162
|
-
} from "./commands/ListVirtualInterfaceTestHistoryCommand";
|
|
163
|
-
import {
|
|
164
|
-
StartBgpFailoverTestCommandInput,
|
|
165
|
-
StartBgpFailoverTestCommandOutput,
|
|
166
|
-
} from "./commands/StartBgpFailoverTestCommand";
|
|
167
|
-
import {
|
|
168
|
-
StopBgpFailoverTestCommandInput,
|
|
169
|
-
StopBgpFailoverTestCommandOutput,
|
|
170
|
-
} from "./commands/StopBgpFailoverTestCommand";
|
|
171
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
172
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
173
|
-
import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
|
|
174
|
-
import {
|
|
175
|
-
UpdateDirectConnectGatewayAssociationCommandInput,
|
|
176
|
-
UpdateDirectConnectGatewayAssociationCommandOutput,
|
|
177
|
-
} from "./commands/UpdateDirectConnectGatewayAssociationCommand";
|
|
178
|
-
import { UpdateLagCommandInput, UpdateLagCommandOutput } from "./commands/UpdateLagCommand";
|
|
179
|
-
import {
|
|
180
|
-
UpdateVirtualInterfaceAttributesCommandInput,
|
|
181
|
-
UpdateVirtualInterfaceAttributesCommandOutput,
|
|
182
|
-
} from "./commands/UpdateVirtualInterfaceAttributesCommand";
|
|
183
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
184
|
-
import {
|
|
185
|
-
EndpointsInputConfig,
|
|
186
|
-
EndpointsResolvedConfig,
|
|
187
|
-
RegionInputConfig,
|
|
188
|
-
RegionResolvedConfig,
|
|
189
|
-
resolveEndpointsConfig,
|
|
190
|
-
resolveRegionConfig,
|
|
191
|
-
} from "@aws-sdk/config-resolver";
|
|
192
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
193
|
-
import {
|
|
194
|
-
HostHeaderInputConfig,
|
|
195
|
-
HostHeaderResolvedConfig,
|
|
196
|
-
getHostHeaderPlugin,
|
|
197
|
-
resolveHostHeaderConfig,
|
|
198
|
-
} from "@aws-sdk/middleware-host-header";
|
|
199
|
-
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
200
|
-
import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
201
|
-
import {
|
|
202
|
-
AwsAuthInputConfig,
|
|
203
|
-
AwsAuthResolvedConfig,
|
|
204
|
-
getAwsAuthPlugin,
|
|
205
|
-
resolveAwsAuthConfig,
|
|
206
|
-
} from "@aws-sdk/middleware-signing";
|
|
207
|
-
import {
|
|
208
|
-
UserAgentInputConfig,
|
|
209
|
-
UserAgentResolvedConfig,
|
|
210
|
-
getUserAgentPlugin,
|
|
211
|
-
resolveUserAgentConfig,
|
|
212
|
-
} from "@aws-sdk/middleware-user-agent";
|
|
213
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
214
|
-
import {
|
|
215
|
-
Client as __Client,
|
|
216
|
-
SmithyConfiguration as __SmithyConfiguration,
|
|
217
|
-
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
218
|
-
} from "@aws-sdk/smithy-client";
|
|
219
|
-
import {
|
|
220
|
-
Provider,
|
|
221
|
-
RegionInfoProvider,
|
|
222
|
-
Credentials as __Credentials,
|
|
223
|
-
Decoder as __Decoder,
|
|
224
|
-
Encoder as __Encoder,
|
|
225
|
-
Hash as __Hash,
|
|
226
|
-
HashConstructor as __HashConstructor,
|
|
227
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
228
|
-
Logger as __Logger,
|
|
229
|
-
Provider as __Provider,
|
|
230
|
-
StreamCollector as __StreamCollector,
|
|
231
|
-
UrlParser as __UrlParser,
|
|
232
|
-
UserAgent as __UserAgent,
|
|
233
|
-
} from "@aws-sdk/types";
|
|
234
|
-
|
|
235
|
-
export type ServiceInputTypes =
|
|
236
|
-
| AcceptDirectConnectGatewayAssociationProposalCommandInput
|
|
237
|
-
| AllocateConnectionOnInterconnectCommandInput
|
|
238
|
-
| AllocateHostedConnectionCommandInput
|
|
239
|
-
| AllocatePrivateVirtualInterfaceCommandInput
|
|
240
|
-
| AllocatePublicVirtualInterfaceCommandInput
|
|
241
|
-
| AllocateTransitVirtualInterfaceCommandInput
|
|
242
|
-
| AssociateConnectionWithLagCommandInput
|
|
243
|
-
| AssociateHostedConnectionCommandInput
|
|
244
|
-
| AssociateMacSecKeyCommandInput
|
|
245
|
-
| AssociateVirtualInterfaceCommandInput
|
|
246
|
-
| ConfirmConnectionCommandInput
|
|
247
|
-
| ConfirmPrivateVirtualInterfaceCommandInput
|
|
248
|
-
| ConfirmPublicVirtualInterfaceCommandInput
|
|
249
|
-
| ConfirmTransitVirtualInterfaceCommandInput
|
|
250
|
-
| CreateBGPPeerCommandInput
|
|
251
|
-
| CreateConnectionCommandInput
|
|
252
|
-
| CreateDirectConnectGatewayAssociationCommandInput
|
|
253
|
-
| CreateDirectConnectGatewayAssociationProposalCommandInput
|
|
254
|
-
| CreateDirectConnectGatewayCommandInput
|
|
255
|
-
| CreateInterconnectCommandInput
|
|
256
|
-
| CreateLagCommandInput
|
|
257
|
-
| CreatePrivateVirtualInterfaceCommandInput
|
|
258
|
-
| CreatePublicVirtualInterfaceCommandInput
|
|
259
|
-
| CreateTransitVirtualInterfaceCommandInput
|
|
260
|
-
| DeleteBGPPeerCommandInput
|
|
261
|
-
| DeleteConnectionCommandInput
|
|
262
|
-
| DeleteDirectConnectGatewayAssociationCommandInput
|
|
263
|
-
| DeleteDirectConnectGatewayAssociationProposalCommandInput
|
|
264
|
-
| DeleteDirectConnectGatewayCommandInput
|
|
265
|
-
| DeleteInterconnectCommandInput
|
|
266
|
-
| DeleteLagCommandInput
|
|
267
|
-
| DeleteVirtualInterfaceCommandInput
|
|
268
|
-
| DescribeConnectionLoaCommandInput
|
|
269
|
-
| DescribeConnectionsCommandInput
|
|
270
|
-
| DescribeConnectionsOnInterconnectCommandInput
|
|
271
|
-
| DescribeDirectConnectGatewayAssociationProposalsCommandInput
|
|
272
|
-
| DescribeDirectConnectGatewayAssociationsCommandInput
|
|
273
|
-
| DescribeDirectConnectGatewayAttachmentsCommandInput
|
|
274
|
-
| DescribeDirectConnectGatewaysCommandInput
|
|
275
|
-
| DescribeHostedConnectionsCommandInput
|
|
276
|
-
| DescribeInterconnectLoaCommandInput
|
|
277
|
-
| DescribeInterconnectsCommandInput
|
|
278
|
-
| DescribeLagsCommandInput
|
|
279
|
-
| DescribeLoaCommandInput
|
|
280
|
-
| DescribeLocationsCommandInput
|
|
281
|
-
| DescribeTagsCommandInput
|
|
282
|
-
| DescribeVirtualGatewaysCommandInput
|
|
283
|
-
| DescribeVirtualInterfacesCommandInput
|
|
284
|
-
| DisassociateConnectionFromLagCommandInput
|
|
285
|
-
| DisassociateMacSecKeyCommandInput
|
|
286
|
-
| ListVirtualInterfaceTestHistoryCommandInput
|
|
287
|
-
| StartBgpFailoverTestCommandInput
|
|
288
|
-
| StopBgpFailoverTestCommandInput
|
|
289
|
-
| TagResourceCommandInput
|
|
290
|
-
| UntagResourceCommandInput
|
|
291
|
-
| UpdateConnectionCommandInput
|
|
292
|
-
| UpdateDirectConnectGatewayAssociationCommandInput
|
|
293
|
-
| UpdateLagCommandInput
|
|
294
|
-
| UpdateVirtualInterfaceAttributesCommandInput;
|
|
295
|
-
|
|
296
|
-
export type ServiceOutputTypes =
|
|
297
|
-
| AcceptDirectConnectGatewayAssociationProposalCommandOutput
|
|
298
|
-
| AllocateConnectionOnInterconnectCommandOutput
|
|
299
|
-
| AllocateHostedConnectionCommandOutput
|
|
300
|
-
| AllocatePrivateVirtualInterfaceCommandOutput
|
|
301
|
-
| AllocatePublicVirtualInterfaceCommandOutput
|
|
302
|
-
| AllocateTransitVirtualInterfaceCommandOutput
|
|
303
|
-
| AssociateConnectionWithLagCommandOutput
|
|
304
|
-
| AssociateHostedConnectionCommandOutput
|
|
305
|
-
| AssociateMacSecKeyCommandOutput
|
|
306
|
-
| AssociateVirtualInterfaceCommandOutput
|
|
307
|
-
| ConfirmConnectionCommandOutput
|
|
308
|
-
| ConfirmPrivateVirtualInterfaceCommandOutput
|
|
309
|
-
| ConfirmPublicVirtualInterfaceCommandOutput
|
|
310
|
-
| ConfirmTransitVirtualInterfaceCommandOutput
|
|
311
|
-
| CreateBGPPeerCommandOutput
|
|
312
|
-
| CreateConnectionCommandOutput
|
|
313
|
-
| CreateDirectConnectGatewayAssociationCommandOutput
|
|
314
|
-
| CreateDirectConnectGatewayAssociationProposalCommandOutput
|
|
315
|
-
| CreateDirectConnectGatewayCommandOutput
|
|
316
|
-
| CreateInterconnectCommandOutput
|
|
317
|
-
| CreateLagCommandOutput
|
|
318
|
-
| CreatePrivateVirtualInterfaceCommandOutput
|
|
319
|
-
| CreatePublicVirtualInterfaceCommandOutput
|
|
320
|
-
| CreateTransitVirtualInterfaceCommandOutput
|
|
321
|
-
| DeleteBGPPeerCommandOutput
|
|
322
|
-
| DeleteConnectionCommandOutput
|
|
323
|
-
| DeleteDirectConnectGatewayAssociationCommandOutput
|
|
324
|
-
| DeleteDirectConnectGatewayAssociationProposalCommandOutput
|
|
325
|
-
| DeleteDirectConnectGatewayCommandOutput
|
|
326
|
-
| DeleteInterconnectCommandOutput
|
|
327
|
-
| DeleteLagCommandOutput
|
|
328
|
-
| DeleteVirtualInterfaceCommandOutput
|
|
329
|
-
| DescribeConnectionLoaCommandOutput
|
|
330
|
-
| DescribeConnectionsCommandOutput
|
|
331
|
-
| DescribeConnectionsOnInterconnectCommandOutput
|
|
332
|
-
| DescribeDirectConnectGatewayAssociationProposalsCommandOutput
|
|
333
|
-
| DescribeDirectConnectGatewayAssociationsCommandOutput
|
|
334
|
-
| DescribeDirectConnectGatewayAttachmentsCommandOutput
|
|
335
|
-
| DescribeDirectConnectGatewaysCommandOutput
|
|
336
|
-
| DescribeHostedConnectionsCommandOutput
|
|
337
|
-
| DescribeInterconnectLoaCommandOutput
|
|
338
|
-
| DescribeInterconnectsCommandOutput
|
|
339
|
-
| DescribeLagsCommandOutput
|
|
340
|
-
| DescribeLoaCommandOutput
|
|
341
|
-
| DescribeLocationsCommandOutput
|
|
342
|
-
| DescribeTagsCommandOutput
|
|
343
|
-
| DescribeVirtualGatewaysCommandOutput
|
|
344
|
-
| DescribeVirtualInterfacesCommandOutput
|
|
345
|
-
| DisassociateConnectionFromLagCommandOutput
|
|
346
|
-
| DisassociateMacSecKeyCommandOutput
|
|
347
|
-
| ListVirtualInterfaceTestHistoryCommandOutput
|
|
348
|
-
| StartBgpFailoverTestCommandOutput
|
|
349
|
-
| StopBgpFailoverTestCommandOutput
|
|
350
|
-
| TagResourceCommandOutput
|
|
351
|
-
| UntagResourceCommandOutput
|
|
352
|
-
| UpdateConnectionCommandOutput
|
|
353
|
-
| UpdateDirectConnectGatewayAssociationCommandOutput
|
|
354
|
-
| UpdateLagCommandOutput
|
|
355
|
-
| UpdateVirtualInterfaceAttributesCommandOutput;
|
|
356
|
-
|
|
357
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
358
|
-
/**
|
|
359
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
360
|
-
*/
|
|
361
|
-
requestHandler?: __HttpHandler;
|
|
362
|
-
|
|
363
|
-
/**
|
|
364
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
365
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
366
|
-
* @internal
|
|
367
|
-
*/
|
|
368
|
-
sha256?: __HashConstructor;
|
|
369
|
-
|
|
370
|
-
/**
|
|
371
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
372
|
-
* @internal
|
|
373
|
-
*/
|
|
374
|
-
urlParser?: __UrlParser;
|
|
375
|
-
|
|
376
|
-
/**
|
|
377
|
-
* A function that can calculate the length of a request body.
|
|
378
|
-
* @internal
|
|
379
|
-
*/
|
|
380
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
381
|
-
|
|
382
|
-
/**
|
|
383
|
-
* A function that converts a stream into an array of bytes.
|
|
384
|
-
* @internal
|
|
385
|
-
*/
|
|
386
|
-
streamCollector?: __StreamCollector;
|
|
387
|
-
|
|
388
|
-
/**
|
|
389
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
390
|
-
* @internal
|
|
391
|
-
*/
|
|
392
|
-
base64Decoder?: __Decoder;
|
|
393
|
-
|
|
394
|
-
/**
|
|
395
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
396
|
-
* @internal
|
|
397
|
-
*/
|
|
398
|
-
base64Encoder?: __Encoder;
|
|
399
|
-
|
|
400
|
-
/**
|
|
401
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
402
|
-
* @internal
|
|
403
|
-
*/
|
|
404
|
-
utf8Decoder?: __Decoder;
|
|
405
|
-
|
|
406
|
-
/**
|
|
407
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
408
|
-
* @internal
|
|
409
|
-
*/
|
|
410
|
-
utf8Encoder?: __Encoder;
|
|
411
|
-
|
|
412
|
-
/**
|
|
413
|
-
* The runtime environment.
|
|
414
|
-
* @internal
|
|
415
|
-
*/
|
|
416
|
-
runtime?: string;
|
|
417
|
-
|
|
418
|
-
/**
|
|
419
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
420
|
-
* trait of an operation.
|
|
421
|
-
*/
|
|
422
|
-
disableHostPrefix?: boolean;
|
|
423
|
-
|
|
424
|
-
/**
|
|
425
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
426
|
-
*/
|
|
427
|
-
maxAttempts?: number | __Provider<number>;
|
|
428
|
-
|
|
429
|
-
/**
|
|
430
|
-
* Specifies which retry algorithm to use.
|
|
431
|
-
*/
|
|
432
|
-
retryMode?: string | __Provider<string>;
|
|
433
|
-
|
|
434
|
-
/**
|
|
435
|
-
* Optional logger for logging debug/info/warn/error.
|
|
436
|
-
*/
|
|
437
|
-
logger?: __Logger;
|
|
438
|
-
|
|
439
|
-
/**
|
|
440
|
-
* Unique service identifier.
|
|
441
|
-
* @internal
|
|
442
|
-
*/
|
|
443
|
-
serviceId?: string;
|
|
444
|
-
|
|
445
|
-
/**
|
|
446
|
-
* The AWS region to which this client will send requests
|
|
447
|
-
*/
|
|
448
|
-
region?: string | __Provider<string>;
|
|
449
|
-
|
|
450
|
-
/**
|
|
451
|
-
* Default credentials provider; Not available in browser runtime.
|
|
452
|
-
* @internal
|
|
453
|
-
*/
|
|
454
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
455
|
-
|
|
456
|
-
/**
|
|
457
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
458
|
-
* @internal
|
|
459
|
-
*/
|
|
460
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
461
|
-
|
|
462
|
-
/**
|
|
463
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
464
|
-
* @internal
|
|
465
|
-
*/
|
|
466
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
type DirectConnectClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
470
|
-
ClientDefaults &
|
|
471
|
-
RegionInputConfig &
|
|
472
|
-
EndpointsInputConfig &
|
|
473
|
-
RetryInputConfig &
|
|
474
|
-
HostHeaderInputConfig &
|
|
475
|
-
AwsAuthInputConfig &
|
|
476
|
-
UserAgentInputConfig;
|
|
477
|
-
/**
|
|
478
|
-
* The configuration interface of DirectConnectClient class constructor that set the region, credentials and other options.
|
|
479
|
-
*/
|
|
480
|
-
export interface DirectConnectClientConfig extends DirectConnectClientConfigType {}
|
|
481
|
-
|
|
482
|
-
type DirectConnectClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
483
|
-
Required<ClientDefaults> &
|
|
484
|
-
RegionResolvedConfig &
|
|
485
|
-
EndpointsResolvedConfig &
|
|
486
|
-
RetryResolvedConfig &
|
|
487
|
-
HostHeaderResolvedConfig &
|
|
488
|
-
AwsAuthResolvedConfig &
|
|
489
|
-
UserAgentResolvedConfig;
|
|
490
|
-
/**
|
|
491
|
-
* The resolved configuration interface of DirectConnectClient class. This is resolved and normalized from the {@link DirectConnectClientConfig | constructor configuration interface}.
|
|
492
|
-
*/
|
|
493
|
-
export interface DirectConnectClientResolvedConfig extends DirectConnectClientResolvedConfigType {}
|
|
494
|
-
|
|
495
|
-
/**
|
|
496
|
-
* <p>Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable.
|
|
497
|
-
* One end of the cable is connected to your router, the other to an Direct Connect router. With this connection
|
|
498
|
-
* in place, you can create virtual interfaces directly to the Cloud (for example, to Amazon EC2
|
|
499
|
-
* and Amazon S3) and to Amazon VPC, bypassing Internet service providers in your network path. A
|
|
500
|
-
* connection provides access to all Regions except the China (Beijing) and (China) Ningxia Regions.
|
|
501
|
-
* Amazon Web Services resources in the China Regions can only be accessed through locations associated with those Regions.</p>
|
|
502
|
-
*/
|
|
503
|
-
export class DirectConnectClient extends __Client<
|
|
504
|
-
__HttpHandlerOptions,
|
|
505
|
-
ServiceInputTypes,
|
|
506
|
-
ServiceOutputTypes,
|
|
507
|
-
DirectConnectClientResolvedConfig
|
|
508
|
-
> {
|
|
509
|
-
/**
|
|
510
|
-
* The resolved configuration of DirectConnectClient class. This is resolved and normalized from the {@link DirectConnectClientConfig | constructor configuration interface}.
|
|
511
|
-
*/
|
|
512
|
-
readonly config: DirectConnectClientResolvedConfig;
|
|
513
|
-
|
|
514
|
-
constructor(configuration: DirectConnectClientConfig) {
|
|
515
|
-
let _config_0 = __getRuntimeConfig(configuration);
|
|
516
|
-
let _config_1 = resolveRegionConfig(_config_0);
|
|
517
|
-
let _config_2 = resolveEndpointsConfig(_config_1);
|
|
518
|
-
let _config_3 = resolveRetryConfig(_config_2);
|
|
519
|
-
let _config_4 = resolveHostHeaderConfig(_config_3);
|
|
520
|
-
let _config_5 = resolveAwsAuthConfig(_config_4);
|
|
521
|
-
let _config_6 = resolveUserAgentConfig(_config_5);
|
|
522
|
-
super(_config_6);
|
|
523
|
-
this.config = _config_6;
|
|
524
|
-
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
525
|
-
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
526
|
-
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
527
|
-
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
528
|
-
this.middlewareStack.use(getAwsAuthPlugin(this.config));
|
|
529
|
-
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
/**
|
|
533
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
534
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
535
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
536
|
-
*/
|
|
537
|
-
destroy(): void {
|
|
538
|
-
super.destroy();
|
|
539
|
-
}
|
|
540
|
-
}
|
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
2
|
-
import {
|
|
3
|
-
AcceptDirectConnectGatewayAssociationProposalRequest,
|
|
4
|
-
AcceptDirectConnectGatewayAssociationProposalResult,
|
|
5
|
-
} from "../models/models_0";
|
|
6
|
-
import {
|
|
7
|
-
deserializeAws_json1_1AcceptDirectConnectGatewayAssociationProposalCommand,
|
|
8
|
-
serializeAws_json1_1AcceptDirectConnectGatewayAssociationProposalCommand,
|
|
9
|
-
} from "../protocols/Aws_json1_1";
|
|
10
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
11
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
12
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
13
|
-
import {
|
|
14
|
-
FinalizeHandlerArguments,
|
|
15
|
-
Handler,
|
|
16
|
-
HandlerExecutionContext,
|
|
17
|
-
MiddlewareStack,
|
|
18
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
19
|
-
MetadataBearer as __MetadataBearer,
|
|
20
|
-
SerdeContext as __SerdeContext,
|
|
21
|
-
} from "@aws-sdk/types";
|
|
22
|
-
|
|
23
|
-
export interface AcceptDirectConnectGatewayAssociationProposalCommandInput
|
|
24
|
-
extends AcceptDirectConnectGatewayAssociationProposalRequest {}
|
|
25
|
-
export interface AcceptDirectConnectGatewayAssociationProposalCommandOutput
|
|
26
|
-
extends AcceptDirectConnectGatewayAssociationProposalResult,
|
|
27
|
-
__MetadataBearer {}
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* <p>Accepts a proposal request to attach a virtual private gateway or transit gateway to a Direct Connect gateway.</p>
|
|
31
|
-
* @example
|
|
32
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
-
* ```javascript
|
|
34
|
-
* import { DirectConnectClient, AcceptDirectConnectGatewayAssociationProposalCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
35
|
-
* // const { DirectConnectClient, AcceptDirectConnectGatewayAssociationProposalCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
36
|
-
* const client = new DirectConnectClient(config);
|
|
37
|
-
* const command = new AcceptDirectConnectGatewayAssociationProposalCommand(input);
|
|
38
|
-
* const response = await client.send(command);
|
|
39
|
-
* ```
|
|
40
|
-
*
|
|
41
|
-
* @see {@link AcceptDirectConnectGatewayAssociationProposalCommandInput} for command's `input` shape.
|
|
42
|
-
* @see {@link AcceptDirectConnectGatewayAssociationProposalCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
44
|
-
*
|
|
45
|
-
*/
|
|
46
|
-
export class AcceptDirectConnectGatewayAssociationProposalCommand extends $Command<
|
|
47
|
-
AcceptDirectConnectGatewayAssociationProposalCommandInput,
|
|
48
|
-
AcceptDirectConnectGatewayAssociationProposalCommandOutput,
|
|
49
|
-
DirectConnectClientResolvedConfig
|
|
50
|
-
> {
|
|
51
|
-
// Start section: command_properties
|
|
52
|
-
// End section: command_properties
|
|
53
|
-
|
|
54
|
-
constructor(readonly input: AcceptDirectConnectGatewayAssociationProposalCommandInput) {
|
|
55
|
-
// Start section: command_constructor
|
|
56
|
-
super();
|
|
57
|
-
// End section: command_constructor
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
63
|
-
resolveMiddleware(
|
|
64
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
65
|
-
configuration: DirectConnectClientResolvedConfig,
|
|
66
|
-
options?: __HttpHandlerOptions
|
|
67
|
-
): Handler<
|
|
68
|
-
AcceptDirectConnectGatewayAssociationProposalCommandInput,
|
|
69
|
-
AcceptDirectConnectGatewayAssociationProposalCommandOutput
|
|
70
|
-
> {
|
|
71
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
72
|
-
|
|
73
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
74
|
-
|
|
75
|
-
const { logger } = configuration;
|
|
76
|
-
const clientName = "DirectConnectClient";
|
|
77
|
-
const commandName = "AcceptDirectConnectGatewayAssociationProposalCommand";
|
|
78
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
79
|
-
logger,
|
|
80
|
-
clientName,
|
|
81
|
-
commandName,
|
|
82
|
-
inputFilterSensitiveLog: AcceptDirectConnectGatewayAssociationProposalRequest.filterSensitiveLog,
|
|
83
|
-
outputFilterSensitiveLog: AcceptDirectConnectGatewayAssociationProposalResult.filterSensitiveLog,
|
|
84
|
-
};
|
|
85
|
-
const { requestHandler } = configuration;
|
|
86
|
-
return stack.resolve(
|
|
87
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
88
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
89
|
-
handlerExecutionContext
|
|
90
|
-
);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
private serialize(
|
|
94
|
-
input: AcceptDirectConnectGatewayAssociationProposalCommandInput,
|
|
95
|
-
context: __SerdeContext
|
|
96
|
-
): Promise<__HttpRequest> {
|
|
97
|
-
return serializeAws_json1_1AcceptDirectConnectGatewayAssociationProposalCommand(input, context);
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
private deserialize(
|
|
101
|
-
output: __HttpResponse,
|
|
102
|
-
context: __SerdeContext
|
|
103
|
-
): Promise<AcceptDirectConnectGatewayAssociationProposalCommandOutput> {
|
|
104
|
-
return deserializeAws_json1_1AcceptDirectConnectGatewayAssociationProposalCommand(output, context);
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
// Start section: command_body_extra
|
|
108
|
-
// End section: command_body_extra
|
|
109
|
-
}
|