@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
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { ConfirmConnectionRequest, ConfirmConnectionResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ConfirmConnectionCommand, serializeAws_json1_1ConfirmConnectionCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
var ConfirmConnectionCommand = (function (_super) {
|
|
7
|
-
__extends(ConfirmConnectionCommand, _super);
|
|
8
|
-
function ConfirmConnectionCommand(input) {
|
|
9
|
-
var _this = _super.call(this) || this;
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
12
|
-
}
|
|
13
|
-
ConfirmConnectionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
-
var logger = configuration.logger;
|
|
17
|
-
var clientName = "DirectConnectClient";
|
|
18
|
-
var commandName = "ConfirmConnectionCommand";
|
|
19
|
-
var handlerExecutionContext = {
|
|
20
|
-
logger: logger,
|
|
21
|
-
clientName: clientName,
|
|
22
|
-
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog: ConfirmConnectionRequest.filterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog: ConfirmConnectionResponse.filterSensitiveLog,
|
|
25
|
-
};
|
|
26
|
-
var requestHandler = configuration.requestHandler;
|
|
27
|
-
return stack.resolve(function (request) {
|
|
28
|
-
return requestHandler.handle(request.request, options || {});
|
|
29
|
-
}, handlerExecutionContext);
|
|
30
|
-
};
|
|
31
|
-
ConfirmConnectionCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return serializeAws_json1_1ConfirmConnectionCommand(input, context);
|
|
33
|
-
};
|
|
34
|
-
ConfirmConnectionCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return deserializeAws_json1_1ConfirmConnectionCommand(output, context);
|
|
36
|
-
};
|
|
37
|
-
return ConfirmConnectionCommand;
|
|
38
|
-
}($Command));
|
|
39
|
-
export { ConfirmConnectionCommand };
|
|
40
|
-
//# sourceMappingURL=ConfirmConnectionCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmConnectionCommand.js","sourceRoot":"","sources":["../../../commands/ConfirmConnectionCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AACzF,OAAO,EACL,8CAA8C,EAC9C,4CAA4C,GAC7C,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAiC7D;IAA8C,4CAI7C;IAIC,kCAAqB,KAAoC;QAAzD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA+B;;IAIzD,CAAC;IAKD,oDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAgD,EAChD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,qBAAqB,CAAC;QACzC,IAAM,WAAW,GAAG,0BAA0B,CAAC;QAC/C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,wBAAwB,CAAC,kBAAkB;YACpE,wBAAwB,EAAE,yBAAyB,CAAC,kBAAkB;SACvE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,4CAAS,GAAjB,UAAkB,KAAoC,EAAE,OAAuB;QAC7E,OAAO,4CAA4C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAEO,8CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,8CAA8C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAIH,+BAAC;AAAD,CAAC,AAtDD,CAA8C,QAAQ,GAsDrD"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { ConfirmPrivateVirtualInterfaceRequest, ConfirmPrivateVirtualInterfaceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ConfirmPrivateVirtualInterfaceCommand, serializeAws_json1_1ConfirmPrivateVirtualInterfaceCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
var ConfirmPrivateVirtualInterfaceCommand = (function (_super) {
|
|
7
|
-
__extends(ConfirmPrivateVirtualInterfaceCommand, _super);
|
|
8
|
-
function ConfirmPrivateVirtualInterfaceCommand(input) {
|
|
9
|
-
var _this = _super.call(this) || this;
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
12
|
-
}
|
|
13
|
-
ConfirmPrivateVirtualInterfaceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
-
var logger = configuration.logger;
|
|
17
|
-
var clientName = "DirectConnectClient";
|
|
18
|
-
var commandName = "ConfirmPrivateVirtualInterfaceCommand";
|
|
19
|
-
var handlerExecutionContext = {
|
|
20
|
-
logger: logger,
|
|
21
|
-
clientName: clientName,
|
|
22
|
-
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog: ConfirmPrivateVirtualInterfaceRequest.filterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog: ConfirmPrivateVirtualInterfaceResponse.filterSensitiveLog,
|
|
25
|
-
};
|
|
26
|
-
var requestHandler = configuration.requestHandler;
|
|
27
|
-
return stack.resolve(function (request) {
|
|
28
|
-
return requestHandler.handle(request.request, options || {});
|
|
29
|
-
}, handlerExecutionContext);
|
|
30
|
-
};
|
|
31
|
-
ConfirmPrivateVirtualInterfaceCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return serializeAws_json1_1ConfirmPrivateVirtualInterfaceCommand(input, context);
|
|
33
|
-
};
|
|
34
|
-
ConfirmPrivateVirtualInterfaceCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return deserializeAws_json1_1ConfirmPrivateVirtualInterfaceCommand(output, context);
|
|
36
|
-
};
|
|
37
|
-
return ConfirmPrivateVirtualInterfaceCommand;
|
|
38
|
-
}($Command));
|
|
39
|
-
export { ConfirmPrivateVirtualInterfaceCommand };
|
|
40
|
-
//# sourceMappingURL=ConfirmPrivateVirtualInterfaceCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmPrivateVirtualInterfaceCommand.js","sourceRoot":"","sources":["../../../commands/ConfirmPrivateVirtualInterfaceCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,qCAAqC,EAAE,sCAAsC,EAAE,MAAM,oBAAoB,CAAC;AACnH,OAAO,EACL,2DAA2D,EAC3D,yDAAyD,GAC1D,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAoC7D;IAA2D,yDAI1D;IAIC,+CAAqB,KAAiD;QAAtE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA4C;;IAItE,CAAC;IAKD,iEAAiB,GAAjB,UACE,WAAmE,EACnE,aAAgD,EAChD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,qBAAqB,CAAC;QACzC,IAAM,WAAW,GAAG,uCAAuC,CAAC;QAC5D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,qCAAqC,CAAC,kBAAkB;YACjF,wBAAwB,EAAE,sCAAsC,CAAC,kBAAkB;SACpF,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,yDAAS,GAAjB,UACE,KAAiD,EACjD,OAAuB;QAEvB,OAAO,yDAAyD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnF,CAAC;IAEO,2DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,2DAA2D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtF,CAAC;IAIH,4CAAC;AAAD,CAAC,AA5DD,CAA2D,QAAQ,GA4DlE"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { ConfirmPublicVirtualInterfaceRequest, ConfirmPublicVirtualInterfaceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ConfirmPublicVirtualInterfaceCommand, serializeAws_json1_1ConfirmPublicVirtualInterfaceCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
var ConfirmPublicVirtualInterfaceCommand = (function (_super) {
|
|
7
|
-
__extends(ConfirmPublicVirtualInterfaceCommand, _super);
|
|
8
|
-
function ConfirmPublicVirtualInterfaceCommand(input) {
|
|
9
|
-
var _this = _super.call(this) || this;
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
12
|
-
}
|
|
13
|
-
ConfirmPublicVirtualInterfaceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
-
var logger = configuration.logger;
|
|
17
|
-
var clientName = "DirectConnectClient";
|
|
18
|
-
var commandName = "ConfirmPublicVirtualInterfaceCommand";
|
|
19
|
-
var handlerExecutionContext = {
|
|
20
|
-
logger: logger,
|
|
21
|
-
clientName: clientName,
|
|
22
|
-
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog: ConfirmPublicVirtualInterfaceRequest.filterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog: ConfirmPublicVirtualInterfaceResponse.filterSensitiveLog,
|
|
25
|
-
};
|
|
26
|
-
var requestHandler = configuration.requestHandler;
|
|
27
|
-
return stack.resolve(function (request) {
|
|
28
|
-
return requestHandler.handle(request.request, options || {});
|
|
29
|
-
}, handlerExecutionContext);
|
|
30
|
-
};
|
|
31
|
-
ConfirmPublicVirtualInterfaceCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return serializeAws_json1_1ConfirmPublicVirtualInterfaceCommand(input, context);
|
|
33
|
-
};
|
|
34
|
-
ConfirmPublicVirtualInterfaceCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return deserializeAws_json1_1ConfirmPublicVirtualInterfaceCommand(output, context);
|
|
36
|
-
};
|
|
37
|
-
return ConfirmPublicVirtualInterfaceCommand;
|
|
38
|
-
}($Command));
|
|
39
|
-
export { ConfirmPublicVirtualInterfaceCommand };
|
|
40
|
-
//# sourceMappingURL=ConfirmPublicVirtualInterfaceCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmPublicVirtualInterfaceCommand.js","sourceRoot":"","sources":["../../../commands/ConfirmPublicVirtualInterfaceCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,oCAAoC,EAAE,qCAAqC,EAAE,MAAM,oBAAoB,CAAC;AACjH,OAAO,EACL,0DAA0D,EAC1D,wDAAwD,GACzD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAmC7D;IAA0D,wDAIzD;IAIC,8CAAqB,KAAgD;QAArE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA2C;;IAIrE,CAAC;IAKD,gEAAiB,GAAjB,UACE,WAAmE,EACnE,aAAgD,EAChD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,qBAAqB,CAAC;QACzC,IAAM,WAAW,GAAG,sCAAsC,CAAC;QAC3D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,oCAAoC,CAAC,kBAAkB;YAChF,wBAAwB,EAAE,qCAAqC,CAAC,kBAAkB;SACnF,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,wDAAS,GAAjB,UAAkB,KAAgD,EAAE,OAAuB;QACzF,OAAO,wDAAwD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAClF,CAAC;IAEO,0DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,0DAA0D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrF,CAAC;IAIH,2CAAC;AAAD,CAAC,AAzDD,CAA0D,QAAQ,GAyDjE"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { ConfirmTransitVirtualInterfaceRequest, ConfirmTransitVirtualInterfaceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ConfirmTransitVirtualInterfaceCommand, serializeAws_json1_1ConfirmTransitVirtualInterfaceCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
var ConfirmTransitVirtualInterfaceCommand = (function (_super) {
|
|
7
|
-
__extends(ConfirmTransitVirtualInterfaceCommand, _super);
|
|
8
|
-
function ConfirmTransitVirtualInterfaceCommand(input) {
|
|
9
|
-
var _this = _super.call(this) || this;
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
12
|
-
}
|
|
13
|
-
ConfirmTransitVirtualInterfaceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
-
var logger = configuration.logger;
|
|
17
|
-
var clientName = "DirectConnectClient";
|
|
18
|
-
var commandName = "ConfirmTransitVirtualInterfaceCommand";
|
|
19
|
-
var handlerExecutionContext = {
|
|
20
|
-
logger: logger,
|
|
21
|
-
clientName: clientName,
|
|
22
|
-
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog: ConfirmTransitVirtualInterfaceRequest.filterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog: ConfirmTransitVirtualInterfaceResponse.filterSensitiveLog,
|
|
25
|
-
};
|
|
26
|
-
var requestHandler = configuration.requestHandler;
|
|
27
|
-
return stack.resolve(function (request) {
|
|
28
|
-
return requestHandler.handle(request.request, options || {});
|
|
29
|
-
}, handlerExecutionContext);
|
|
30
|
-
};
|
|
31
|
-
ConfirmTransitVirtualInterfaceCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return serializeAws_json1_1ConfirmTransitVirtualInterfaceCommand(input, context);
|
|
33
|
-
};
|
|
34
|
-
ConfirmTransitVirtualInterfaceCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return deserializeAws_json1_1ConfirmTransitVirtualInterfaceCommand(output, context);
|
|
36
|
-
};
|
|
37
|
-
return ConfirmTransitVirtualInterfaceCommand;
|
|
38
|
-
}($Command));
|
|
39
|
-
export { ConfirmTransitVirtualInterfaceCommand };
|
|
40
|
-
//# sourceMappingURL=ConfirmTransitVirtualInterfaceCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmTransitVirtualInterfaceCommand.js","sourceRoot":"","sources":["../../../commands/ConfirmTransitVirtualInterfaceCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,qCAAqC,EAAE,sCAAsC,EAAE,MAAM,oBAAoB,CAAC;AACnH,OAAO,EACL,2DAA2D,EAC3D,yDAAyD,GAC1D,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAmC7D;IAA2D,yDAI1D;IAIC,+CAAqB,KAAiD;QAAtE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA4C;;IAItE,CAAC;IAKD,iEAAiB,GAAjB,UACE,WAAmE,EACnE,aAAgD,EAChD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,qBAAqB,CAAC;QACzC,IAAM,WAAW,GAAG,uCAAuC,CAAC;QAC5D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,qCAAqC,CAAC,kBAAkB;YACjF,wBAAwB,EAAE,sCAAsC,CAAC,kBAAkB;SACpF,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,yDAAS,GAAjB,UACE,KAAiD,EACjD,OAAuB;QAEvB,OAAO,yDAAyD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnF,CAAC;IAEO,2DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,2DAA2D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtF,CAAC;IAIH,4CAAC;AAAD,CAAC,AA5DD,CAA2D,QAAQ,GA4DlE"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { CreateBGPPeerRequest, CreateBGPPeerResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreateBGPPeerCommand, serializeAws_json1_1CreateBGPPeerCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
var CreateBGPPeerCommand = (function (_super) {
|
|
7
|
-
__extends(CreateBGPPeerCommand, _super);
|
|
8
|
-
function CreateBGPPeerCommand(input) {
|
|
9
|
-
var _this = _super.call(this) || this;
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
12
|
-
}
|
|
13
|
-
CreateBGPPeerCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
-
var logger = configuration.logger;
|
|
17
|
-
var clientName = "DirectConnectClient";
|
|
18
|
-
var commandName = "CreateBGPPeerCommand";
|
|
19
|
-
var handlerExecutionContext = {
|
|
20
|
-
logger: logger,
|
|
21
|
-
clientName: clientName,
|
|
22
|
-
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog: CreateBGPPeerRequest.filterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog: CreateBGPPeerResponse.filterSensitiveLog,
|
|
25
|
-
};
|
|
26
|
-
var requestHandler = configuration.requestHandler;
|
|
27
|
-
return stack.resolve(function (request) {
|
|
28
|
-
return requestHandler.handle(request.request, options || {});
|
|
29
|
-
}, handlerExecutionContext);
|
|
30
|
-
};
|
|
31
|
-
CreateBGPPeerCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return serializeAws_json1_1CreateBGPPeerCommand(input, context);
|
|
33
|
-
};
|
|
34
|
-
CreateBGPPeerCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return deserializeAws_json1_1CreateBGPPeerCommand(output, context);
|
|
36
|
-
};
|
|
37
|
-
return CreateBGPPeerCommand;
|
|
38
|
-
}($Command));
|
|
39
|
-
export { CreateBGPPeerCommand };
|
|
40
|
-
//# sourceMappingURL=CreateBGPPeerCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CreateBGPPeerCommand.js","sourceRoot":"","sources":["../../../commands/CreateBGPPeerCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AACjF,OAAO,EACL,0CAA0C,EAC1C,wCAAwC,GACzC,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAqC7D;IAA0C,wCAIzC;IAIC,8BAAqB,KAAgC;QAArD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA2B;;IAIrD,CAAC;IAKD,gDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAgD,EAChD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,qBAAqB,CAAC;QACzC,IAAM,WAAW,GAAG,sBAAsB,CAAC;QAC3C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,oBAAoB,CAAC,kBAAkB;YAChE,wBAAwB,EAAE,qBAAqB,CAAC,kBAAkB;SACnE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,wCAAS,GAAjB,UAAkB,KAAgC,EAAE,OAAuB;QACzE,OAAO,wCAAwC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAEO,0CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,0CAA0C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAIH,2BAAC;AAAD,CAAC,AAtDD,CAA0C,QAAQ,GAsDjD"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { Connection, CreateConnectionRequest } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreateConnectionCommand, serializeAws_json1_1CreateConnectionCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
var CreateConnectionCommand = (function (_super) {
|
|
7
|
-
__extends(CreateConnectionCommand, _super);
|
|
8
|
-
function CreateConnectionCommand(input) {
|
|
9
|
-
var _this = _super.call(this) || this;
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
12
|
-
}
|
|
13
|
-
CreateConnectionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
-
var logger = configuration.logger;
|
|
17
|
-
var clientName = "DirectConnectClient";
|
|
18
|
-
var commandName = "CreateConnectionCommand";
|
|
19
|
-
var handlerExecutionContext = {
|
|
20
|
-
logger: logger,
|
|
21
|
-
clientName: clientName,
|
|
22
|
-
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog: CreateConnectionRequest.filterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog: Connection.filterSensitiveLog,
|
|
25
|
-
};
|
|
26
|
-
var requestHandler = configuration.requestHandler;
|
|
27
|
-
return stack.resolve(function (request) {
|
|
28
|
-
return requestHandler.handle(request.request, options || {});
|
|
29
|
-
}, handlerExecutionContext);
|
|
30
|
-
};
|
|
31
|
-
CreateConnectionCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return serializeAws_json1_1CreateConnectionCommand(input, context);
|
|
33
|
-
};
|
|
34
|
-
CreateConnectionCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return deserializeAws_json1_1CreateConnectionCommand(output, context);
|
|
36
|
-
};
|
|
37
|
-
return CreateConnectionCommand;
|
|
38
|
-
}($Command));
|
|
39
|
-
export { CreateConnectionCommand };
|
|
40
|
-
//# sourceMappingURL=CreateConnectionCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CreateConnectionCommand.js","sourceRoot":"","sources":["../../../commands/CreateConnectionCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,UAAU,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AACzE,OAAO,EACL,6CAA6C,EAC7C,2CAA2C,GAC5C,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAuC7D;IAA6C,2CAI5C;IAIC,iCAAqB,KAAmC;QAAxD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA8B;;IAIxD,CAAC;IAKD,mDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAgD,EAChD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,qBAAqB,CAAC;QACzC,IAAM,WAAW,GAAG,yBAAyB,CAAC;QAC9C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,uBAAuB,CAAC,kBAAkB;YACnE,wBAAwB,EAAE,UAAU,CAAC,kBAAkB;SACxD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,2CAAS,GAAjB,UAAkB,KAAmC,EAAE,OAAuB;QAC5E,OAAO,2CAA2C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAEO,6CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,6CAA6C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAIH,8BAAC;AAAD,CAAC,AAtDD,CAA6C,QAAQ,GAsDpD"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { CreateDirectConnectGatewayAssociationRequest, CreateDirectConnectGatewayAssociationResult, } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreateDirectConnectGatewayAssociationCommand, serializeAws_json1_1CreateDirectConnectGatewayAssociationCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
var CreateDirectConnectGatewayAssociationCommand = (function (_super) {
|
|
7
|
-
__extends(CreateDirectConnectGatewayAssociationCommand, _super);
|
|
8
|
-
function CreateDirectConnectGatewayAssociationCommand(input) {
|
|
9
|
-
var _this = _super.call(this) || this;
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
12
|
-
}
|
|
13
|
-
CreateDirectConnectGatewayAssociationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
-
var logger = configuration.logger;
|
|
17
|
-
var clientName = "DirectConnectClient";
|
|
18
|
-
var commandName = "CreateDirectConnectGatewayAssociationCommand";
|
|
19
|
-
var handlerExecutionContext = {
|
|
20
|
-
logger: logger,
|
|
21
|
-
clientName: clientName,
|
|
22
|
-
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog: CreateDirectConnectGatewayAssociationRequest.filterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog: CreateDirectConnectGatewayAssociationResult.filterSensitiveLog,
|
|
25
|
-
};
|
|
26
|
-
var requestHandler = configuration.requestHandler;
|
|
27
|
-
return stack.resolve(function (request) {
|
|
28
|
-
return requestHandler.handle(request.request, options || {});
|
|
29
|
-
}, handlerExecutionContext);
|
|
30
|
-
};
|
|
31
|
-
CreateDirectConnectGatewayAssociationCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return serializeAws_json1_1CreateDirectConnectGatewayAssociationCommand(input, context);
|
|
33
|
-
};
|
|
34
|
-
CreateDirectConnectGatewayAssociationCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return deserializeAws_json1_1CreateDirectConnectGatewayAssociationCommand(output, context);
|
|
36
|
-
};
|
|
37
|
-
return CreateDirectConnectGatewayAssociationCommand;
|
|
38
|
-
}($Command));
|
|
39
|
-
export { CreateDirectConnectGatewayAssociationCommand };
|
|
40
|
-
//# sourceMappingURL=CreateDirectConnectGatewayAssociationCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CreateDirectConnectGatewayAssociationCommand.js","sourceRoot":"","sources":["../../../commands/CreateDirectConnectGatewayAssociationCommand.ts"],"names":[],"mappings":";AACA,OAAO,EACL,4CAA4C,EAC5C,2CAA2C,GAC5C,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,kEAAkE,EAClE,gEAAgE,GACjE,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAmC7D;IAAkE,gEAIjE;IAIC,sDAAqB,KAAwD;QAA7E,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAmD;;IAI7E,CAAC;IAKD,wEAAiB,GAAjB,UACE,WAAmE,EACnE,aAAgD,EAChD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,qBAAqB,CAAC;QACzC,IAAM,WAAW,GAAG,8CAA8C,CAAC;QACnE,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,4CAA4C,CAAC,kBAAkB;YACxF,wBAAwB,EAAE,2CAA2C,CAAC,kBAAkB;SACzF,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,gEAAS,GAAjB,UACE,KAAwD,EACxD,OAAuB;QAEvB,OAAO,gEAAgE,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC1F,CAAC;IAEO,kEAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,kEAAkE,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC7F,CAAC;IAIH,mDAAC;AAAD,CAAC,AA5DD,CAAkE,QAAQ,GA4DzE"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { CreateDirectConnectGatewayAssociationProposalRequest, CreateDirectConnectGatewayAssociationProposalResult, } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreateDirectConnectGatewayAssociationProposalCommand, serializeAws_json1_1CreateDirectConnectGatewayAssociationProposalCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
var CreateDirectConnectGatewayAssociationProposalCommand = (function (_super) {
|
|
7
|
-
__extends(CreateDirectConnectGatewayAssociationProposalCommand, _super);
|
|
8
|
-
function CreateDirectConnectGatewayAssociationProposalCommand(input) {
|
|
9
|
-
var _this = _super.call(this) || this;
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
12
|
-
}
|
|
13
|
-
CreateDirectConnectGatewayAssociationProposalCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
-
var logger = configuration.logger;
|
|
17
|
-
var clientName = "DirectConnectClient";
|
|
18
|
-
var commandName = "CreateDirectConnectGatewayAssociationProposalCommand";
|
|
19
|
-
var handlerExecutionContext = {
|
|
20
|
-
logger: logger,
|
|
21
|
-
clientName: clientName,
|
|
22
|
-
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog: CreateDirectConnectGatewayAssociationProposalRequest.filterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog: CreateDirectConnectGatewayAssociationProposalResult.filterSensitiveLog,
|
|
25
|
-
};
|
|
26
|
-
var requestHandler = configuration.requestHandler;
|
|
27
|
-
return stack.resolve(function (request) {
|
|
28
|
-
return requestHandler.handle(request.request, options || {});
|
|
29
|
-
}, handlerExecutionContext);
|
|
30
|
-
};
|
|
31
|
-
CreateDirectConnectGatewayAssociationProposalCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return serializeAws_json1_1CreateDirectConnectGatewayAssociationProposalCommand(input, context);
|
|
33
|
-
};
|
|
34
|
-
CreateDirectConnectGatewayAssociationProposalCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return deserializeAws_json1_1CreateDirectConnectGatewayAssociationProposalCommand(output, context);
|
|
36
|
-
};
|
|
37
|
-
return CreateDirectConnectGatewayAssociationProposalCommand;
|
|
38
|
-
}($Command));
|
|
39
|
-
export { CreateDirectConnectGatewayAssociationProposalCommand };
|
|
40
|
-
//# sourceMappingURL=CreateDirectConnectGatewayAssociationProposalCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CreateDirectConnectGatewayAssociationProposalCommand.js","sourceRoot":"","sources":["../../../commands/CreateDirectConnectGatewayAssociationProposalCommand.ts"],"names":[],"mappings":";AACA,OAAO,EACL,oDAAoD,EACpD,mDAAmD,GACpD,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,0EAA0E,EAC1E,wEAAwE,GACzE,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAmC7D;IAA0E,wEAIzE;IAIC,8DAAqB,KAAgE;QAArF,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA2D;;IAIrF,CAAC;IAKD,gFAAiB,GAAjB,UACE,WAAmE,EACnE,aAAgD,EAChD,OAA8B;QAK9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,qBAAqB,CAAC;QACzC,IAAM,WAAW,GAAG,sDAAsD,CAAC;QAC3E,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,oDAAoD,CAAC,kBAAkB;YAChG,wBAAwB,EAAE,mDAAmD,CAAC,kBAAkB;SACjG,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,wEAAS,GAAjB,UACE,KAAgE,EAChE,OAAuB;QAEvB,OAAO,wEAAwE,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAClG,CAAC;IAEO,0EAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,0EAA0E,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrG,CAAC;IAIH,2DAAC;AAAD,CAAC,AA/DD,CAA0E,QAAQ,GA+DjF"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { CreateDirectConnectGatewayRequest, CreateDirectConnectGatewayResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreateDirectConnectGatewayCommand, serializeAws_json1_1CreateDirectConnectGatewayCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
var CreateDirectConnectGatewayCommand = (function (_super) {
|
|
7
|
-
__extends(CreateDirectConnectGatewayCommand, _super);
|
|
8
|
-
function CreateDirectConnectGatewayCommand(input) {
|
|
9
|
-
var _this = _super.call(this) || this;
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
12
|
-
}
|
|
13
|
-
CreateDirectConnectGatewayCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
-
var logger = configuration.logger;
|
|
17
|
-
var clientName = "DirectConnectClient";
|
|
18
|
-
var commandName = "CreateDirectConnectGatewayCommand";
|
|
19
|
-
var handlerExecutionContext = {
|
|
20
|
-
logger: logger,
|
|
21
|
-
clientName: clientName,
|
|
22
|
-
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog: CreateDirectConnectGatewayRequest.filterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog: CreateDirectConnectGatewayResult.filterSensitiveLog,
|
|
25
|
-
};
|
|
26
|
-
var requestHandler = configuration.requestHandler;
|
|
27
|
-
return stack.resolve(function (request) {
|
|
28
|
-
return requestHandler.handle(request.request, options || {});
|
|
29
|
-
}, handlerExecutionContext);
|
|
30
|
-
};
|
|
31
|
-
CreateDirectConnectGatewayCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return serializeAws_json1_1CreateDirectConnectGatewayCommand(input, context);
|
|
33
|
-
};
|
|
34
|
-
CreateDirectConnectGatewayCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return deserializeAws_json1_1CreateDirectConnectGatewayCommand(output, context);
|
|
36
|
-
};
|
|
37
|
-
return CreateDirectConnectGatewayCommand;
|
|
38
|
-
}($Command));
|
|
39
|
-
export { CreateDirectConnectGatewayCommand };
|
|
40
|
-
//# sourceMappingURL=CreateDirectConnectGatewayCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CreateDirectConnectGatewayCommand.js","sourceRoot":"","sources":["../../../commands/CreateDirectConnectGatewayCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,iCAAiC,EAAE,gCAAgC,EAAE,MAAM,oBAAoB,CAAC;AACzG,OAAO,EACL,uDAAuD,EACvD,qDAAqD,GACtD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAoC7D;IAAuD,qDAItD;IAIC,2CAAqB,KAA6C;QAAlE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAwC;;IAIlE,CAAC;IAKD,6DAAiB,GAAjB,UACE,WAAmE,EACnE,aAAgD,EAChD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,qBAAqB,CAAC;QACzC,IAAM,WAAW,GAAG,mCAAmC,CAAC;QACxD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,iCAAiC,CAAC,kBAAkB;YAC7E,wBAAwB,EAAE,gCAAgC,CAAC,kBAAkB;SAC9E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,qDAAS,GAAjB,UAAkB,KAA6C,EAAE,OAAuB;QACtF,OAAO,qDAAqD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAEO,uDAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,uDAAuD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClF,CAAC;IAIH,wCAAC;AAAD,CAAC,AAzDD,CAAuD,QAAQ,GAyD9D"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { CreateInterconnectRequest, Interconnect } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreateInterconnectCommand, serializeAws_json1_1CreateInterconnectCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
var CreateInterconnectCommand = (function (_super) {
|
|
7
|
-
__extends(CreateInterconnectCommand, _super);
|
|
8
|
-
function CreateInterconnectCommand(input) {
|
|
9
|
-
var _this = _super.call(this) || this;
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
12
|
-
}
|
|
13
|
-
CreateInterconnectCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
-
var logger = configuration.logger;
|
|
17
|
-
var clientName = "DirectConnectClient";
|
|
18
|
-
var commandName = "CreateInterconnectCommand";
|
|
19
|
-
var handlerExecutionContext = {
|
|
20
|
-
logger: logger,
|
|
21
|
-
clientName: clientName,
|
|
22
|
-
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog: CreateInterconnectRequest.filterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog: Interconnect.filterSensitiveLog,
|
|
25
|
-
};
|
|
26
|
-
var requestHandler = configuration.requestHandler;
|
|
27
|
-
return stack.resolve(function (request) {
|
|
28
|
-
return requestHandler.handle(request.request, options || {});
|
|
29
|
-
}, handlerExecutionContext);
|
|
30
|
-
};
|
|
31
|
-
CreateInterconnectCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return serializeAws_json1_1CreateInterconnectCommand(input, context);
|
|
33
|
-
};
|
|
34
|
-
CreateInterconnectCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return deserializeAws_json1_1CreateInterconnectCommand(output, context);
|
|
36
|
-
};
|
|
37
|
-
return CreateInterconnectCommand;
|
|
38
|
-
}($Command));
|
|
39
|
-
export { CreateInterconnectCommand };
|
|
40
|
-
//# sourceMappingURL=CreateInterconnectCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CreateInterconnectCommand.js","sourceRoot":"","sources":["../../../commands/CreateInterconnectCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAC7E,OAAO,EACL,+CAA+C,EAC/C,6CAA6C,GAC9C,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AA8C7D;IAA+C,6CAI9C;IAIC,mCAAqB,KAAqC;QAA1D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAgC;;IAI1D,CAAC;IAKD,qDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAgD,EAChD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,qBAAqB,CAAC;QACzC,IAAM,WAAW,GAAG,2BAA2B,CAAC;QAChD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,yBAAyB,CAAC,kBAAkB;YACrE,wBAAwB,EAAE,YAAY,CAAC,kBAAkB;SAC1D,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,6CAAS,GAAjB,UAAkB,KAAqC,EAAE,OAAuB;QAC9E,OAAO,6CAA6C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAEO,+CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,+CAA+C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAIH,gCAAC;AAAD,CAAC,AAtDD,CAA+C,QAAQ,GAsDtD"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { CreateLagRequest, Lag } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreateLagCommand, serializeAws_json1_1CreateLagCommand } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
var CreateLagCommand = (function (_super) {
|
|
7
|
-
__extends(CreateLagCommand, _super);
|
|
8
|
-
function CreateLagCommand(input) {
|
|
9
|
-
var _this = _super.call(this) || this;
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
12
|
-
}
|
|
13
|
-
CreateLagCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
-
var logger = configuration.logger;
|
|
17
|
-
var clientName = "DirectConnectClient";
|
|
18
|
-
var commandName = "CreateLagCommand";
|
|
19
|
-
var handlerExecutionContext = {
|
|
20
|
-
logger: logger,
|
|
21
|
-
clientName: clientName,
|
|
22
|
-
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog: CreateLagRequest.filterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog: Lag.filterSensitiveLog,
|
|
25
|
-
};
|
|
26
|
-
var requestHandler = configuration.requestHandler;
|
|
27
|
-
return stack.resolve(function (request) {
|
|
28
|
-
return requestHandler.handle(request.request, options || {});
|
|
29
|
-
}, handlerExecutionContext);
|
|
30
|
-
};
|
|
31
|
-
CreateLagCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return serializeAws_json1_1CreateLagCommand(input, context);
|
|
33
|
-
};
|
|
34
|
-
CreateLagCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return deserializeAws_json1_1CreateLagCommand(output, context);
|
|
36
|
-
};
|
|
37
|
-
return CreateLagCommand;
|
|
38
|
-
}($Command));
|
|
39
|
-
export { CreateLagCommand };
|
|
40
|
-
//# sourceMappingURL=CreateLagCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CreateLagCommand.js","sourceRoot":"","sources":["../../../commands/CreateLagCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,gBAAgB,EAAE,GAAG,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,EAAE,sCAAsC,EAAE,oCAAoC,EAAE,MAAM,0BAA0B,CAAC;AACxH,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAgD7D;IAAsC,oCAIrC;IAIC,0BAAqB,KAA4B;QAAjD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAuB;;IAIjD,CAAC;IAKD,4CAAiB,GAAjB,UACE,WAAmE,EACnE,aAAgD,EAChD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,qBAAqB,CAAC;QACzC,IAAM,WAAW,GAAG,kBAAkB,CAAC;QACvC,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,gBAAgB,CAAC,kBAAkB;YAC5D,wBAAwB,EAAE,GAAG,CAAC,kBAAkB;SACjD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,oCAAS,GAAjB,UAAkB,KAA4B,EAAE,OAAuB;QACrE,OAAO,oCAAoC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC9D,CAAC;IAEO,sCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,sCAAsC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjE,CAAC;IAIH,uBAAC;AAAD,CAAC,AAtDD,CAAsC,QAAQ,GAsD7C"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { CreatePrivateVirtualInterfaceRequest, VirtualInterface } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreatePrivateVirtualInterfaceCommand, serializeAws_json1_1CreatePrivateVirtualInterfaceCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
var CreatePrivateVirtualInterfaceCommand = (function (_super) {
|
|
7
|
-
__extends(CreatePrivateVirtualInterfaceCommand, _super);
|
|
8
|
-
function CreatePrivateVirtualInterfaceCommand(input) {
|
|
9
|
-
var _this = _super.call(this) || this;
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
12
|
-
}
|
|
13
|
-
CreatePrivateVirtualInterfaceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
-
var logger = configuration.logger;
|
|
17
|
-
var clientName = "DirectConnectClient";
|
|
18
|
-
var commandName = "CreatePrivateVirtualInterfaceCommand";
|
|
19
|
-
var handlerExecutionContext = {
|
|
20
|
-
logger: logger,
|
|
21
|
-
clientName: clientName,
|
|
22
|
-
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog: CreatePrivateVirtualInterfaceRequest.filterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog: VirtualInterface.filterSensitiveLog,
|
|
25
|
-
};
|
|
26
|
-
var requestHandler = configuration.requestHandler;
|
|
27
|
-
return stack.resolve(function (request) {
|
|
28
|
-
return requestHandler.handle(request.request, options || {});
|
|
29
|
-
}, handlerExecutionContext);
|
|
30
|
-
};
|
|
31
|
-
CreatePrivateVirtualInterfaceCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return serializeAws_json1_1CreatePrivateVirtualInterfaceCommand(input, context);
|
|
33
|
-
};
|
|
34
|
-
CreatePrivateVirtualInterfaceCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return deserializeAws_json1_1CreatePrivateVirtualInterfaceCommand(output, context);
|
|
36
|
-
};
|
|
37
|
-
return CreatePrivateVirtualInterfaceCommand;
|
|
38
|
-
}($Command));
|
|
39
|
-
export { CreatePrivateVirtualInterfaceCommand };
|
|
40
|
-
//# sourceMappingURL=CreatePrivateVirtualInterfaceCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CreatePrivateVirtualInterfaceCommand.js","sourceRoot":"","sources":["../../../commands/CreatePrivateVirtualInterfaceCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,oCAAoC,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC5F,OAAO,EACL,0DAA0D,EAC1D,wDAAwD,GACzD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAyC7D;IAA0D,wDAIzD;IAIC,8CAAqB,KAAgD;QAArE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA2C;;IAIrE,CAAC;IAKD,gEAAiB,GAAjB,UACE,WAAmE,EACnE,aAAgD,EAChD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,qBAAqB,CAAC;QACzC,IAAM,WAAW,GAAG,sCAAsC,CAAC;QAC3D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,oCAAoC,CAAC,kBAAkB;YAChF,wBAAwB,EAAE,gBAAgB,CAAC,kBAAkB;SAC9D,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,wDAAS,GAAjB,UAAkB,KAAgD,EAAE,OAAuB;QACzF,OAAO,wDAAwD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAClF,CAAC;IAEO,0DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,0DAA0D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrF,CAAC;IAIH,2CAAC;AAAD,CAAC,AAzDD,CAA0D,QAAQ,GAyDjE"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { CreatePublicVirtualInterfaceRequest, VirtualInterface } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreatePublicVirtualInterfaceCommand, serializeAws_json1_1CreatePublicVirtualInterfaceCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
var CreatePublicVirtualInterfaceCommand = (function (_super) {
|
|
7
|
-
__extends(CreatePublicVirtualInterfaceCommand, _super);
|
|
8
|
-
function CreatePublicVirtualInterfaceCommand(input) {
|
|
9
|
-
var _this = _super.call(this) || this;
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
12
|
-
}
|
|
13
|
-
CreatePublicVirtualInterfaceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
-
var logger = configuration.logger;
|
|
17
|
-
var clientName = "DirectConnectClient";
|
|
18
|
-
var commandName = "CreatePublicVirtualInterfaceCommand";
|
|
19
|
-
var handlerExecutionContext = {
|
|
20
|
-
logger: logger,
|
|
21
|
-
clientName: clientName,
|
|
22
|
-
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog: CreatePublicVirtualInterfaceRequest.filterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog: VirtualInterface.filterSensitiveLog,
|
|
25
|
-
};
|
|
26
|
-
var requestHandler = configuration.requestHandler;
|
|
27
|
-
return stack.resolve(function (request) {
|
|
28
|
-
return requestHandler.handle(request.request, options || {});
|
|
29
|
-
}, handlerExecutionContext);
|
|
30
|
-
};
|
|
31
|
-
CreatePublicVirtualInterfaceCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return serializeAws_json1_1CreatePublicVirtualInterfaceCommand(input, context);
|
|
33
|
-
};
|
|
34
|
-
CreatePublicVirtualInterfaceCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return deserializeAws_json1_1CreatePublicVirtualInterfaceCommand(output, context);
|
|
36
|
-
};
|
|
37
|
-
return CreatePublicVirtualInterfaceCommand;
|
|
38
|
-
}($Command));
|
|
39
|
-
export { CreatePublicVirtualInterfaceCommand };
|
|
40
|
-
//# sourceMappingURL=CreatePublicVirtualInterfaceCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CreatePublicVirtualInterfaceCommand.js","sourceRoot":"","sources":["../../../commands/CreatePublicVirtualInterfaceCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,mCAAmC,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3F,OAAO,EACL,yDAAyD,EACzD,uDAAuD,GACxD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAkC7D;IAAyD,uDAIxD;IAIC,6CAAqB,KAA+C;QAApE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA0C;;IAIpE,CAAC;IAKD,+DAAiB,GAAjB,UACE,WAAmE,EACnE,aAAgD,EAChD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,qBAAqB,CAAC;QACzC,IAAM,WAAW,GAAG,qCAAqC,CAAC;QAC1D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,mCAAmC,CAAC,kBAAkB;YAC/E,wBAAwB,EAAE,gBAAgB,CAAC,kBAAkB;SAC9D,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,uDAAS,GAAjB,UAAkB,KAA+C,EAAE,OAAuB;QACxF,OAAO,uDAAuD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;IAEO,yDAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,yDAAyD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACpF,CAAC;IAIH,0CAAC;AAAD,CAAC,AAzDD,CAAyD,QAAQ,GAyDhE"}
|