@aws-sdk/client-direct-connect 3.32.0 → 3.36.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 +44 -0
- package/{dist/cjs → dist-cjs}/DirectConnect.js +1 -2
- package/{dist/cjs → dist-cjs}/DirectConnectClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AllocateConnectionOnInterconnectCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AllocateHostedConnectionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AllocatePrivateVirtualInterfaceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AllocatePublicVirtualInterfaceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AllocateTransitVirtualInterfaceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AssociateConnectionWithLagCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AssociateHostedConnectionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AssociateMacSecKeyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AssociateVirtualInterfaceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ConfirmConnectionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ConfirmPrivateVirtualInterfaceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ConfirmPublicVirtualInterfaceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ConfirmTransitVirtualInterfaceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateBGPPeerCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateConnectionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateDirectConnectGatewayAssociationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateDirectConnectGatewayCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateInterconnectCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateLagCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreatePrivateVirtualInterfaceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreatePublicVirtualInterfaceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateTransitVirtualInterfaceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteBGPPeerCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteConnectionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteDirectConnectGatewayAssociationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteDirectConnectGatewayCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteInterconnectCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteLagCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteVirtualInterfaceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeConnectionLoaCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeConnectionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeConnectionsOnInterconnectCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeDirectConnectGatewayAssociationsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeDirectConnectGatewaysCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeHostedConnectionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeInterconnectLoaCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeInterconnectsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeLagsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeLoaCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeLocationsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeTagsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeVirtualGatewaysCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeVirtualInterfacesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DisassociateConnectionFromLagCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DisassociateMacSecKeyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListVirtualInterfaceTestHistoryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/StartBgpFailoverTestCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/StopBgpFailoverTestCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateConnectionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateDirectConnectGatewayAssociationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateLagCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateVirtualInterfaceAttributesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/DirectConnect.js +2 -11
- package/{dist/es → dist-es}/DirectConnectClient.js +2 -16
- package/{dist/es → dist-es}/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +4 -30
- package/{dist/es → dist-es}/commands/AllocateConnectionOnInterconnectCommand.js +4 -37
- package/{dist/es → dist-es}/commands/AllocateHostedConnectionCommand.js +4 -35
- package/{dist/es → dist-es}/commands/AllocatePrivateVirtualInterfaceCommand.js +4 -32
- package/{dist/es → dist-es}/commands/AllocatePublicVirtualInterfaceCommand.js +4 -35
- package/{dist/es → dist-es}/commands/AllocateTransitVirtualInterfaceCommand.js +4 -32
- package/dist-es/commands/AssociateConnectionWithLagCommand.js +39 -0
- package/{dist/es → dist-es}/commands/AssociateHostedConnectionCommand.js +4 -37
- package/{dist/es → dist-es}/commands/AssociateMacSecKeyCommand.js +4 -32
- package/dist-es/commands/AssociateVirtualInterfaceCommand.js +39 -0
- package/{dist/es → dist-es}/commands/ConfirmConnectionCommand.js +4 -32
- package/{dist/es → dist-es}/commands/ConfirmPrivateVirtualInterfaceCommand.js +4 -33
- package/{dist/es → dist-es}/commands/ConfirmPublicVirtualInterfaceCommand.js +4 -32
- package/{dist/es → dist-es}/commands/ConfirmTransitVirtualInterfaceCommand.js +4 -32
- package/dist-es/commands/CreateBGPPeerCommand.js +39 -0
- package/dist-es/commands/CreateConnectionCommand.js +39 -0
- package/{dist/es → dist-es}/commands/CreateDirectConnectGatewayAssociationCommand.js +4 -31
- package/{dist/es → dist-es}/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +4 -31
- package/{dist/es → dist-es}/commands/CreateDirectConnectGatewayCommand.js +4 -35
- package/dist-es/commands/CreateInterconnectCommand.js +39 -0
- package/dist-es/commands/CreateLagCommand.js +39 -0
- package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js +39 -0
- package/{dist/es → dist-es}/commands/CreatePublicVirtualInterfaceCommand.js +4 -33
- package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js +39 -0
- package/{dist/es → dist-es}/commands/DeleteBGPPeerCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeleteConnectionCommand.js +4 -33
- package/{dist/es → dist-es}/commands/DeleteDirectConnectGatewayAssociationCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteDirectConnectGatewayCommand.js +4 -32
- package/{dist/es → dist-es}/commands/DeleteInterconnectCommand.js +4 -34
- package/{dist/es → dist-es}/commands/DeleteLagCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeleteVirtualInterfaceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeConnectionLoaCommand.js +4 -37
- package/{dist/es → dist-es}/commands/DescribeConnectionsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeConnectionsOnInterconnectCommand.js +4 -36
- package/{dist/es → dist-es}/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +4 -30
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +39 -0
- package/{dist/es → dist-es}/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +4 -34
- package/{dist/es → dist-es}/commands/DescribeDirectConnectGatewaysCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeHostedConnectionsCommand.js +4 -34
- package/{dist/es → dist-es}/commands/DescribeInterconnectLoaCommand.js +4 -36
- package/{dist/es → dist-es}/commands/DescribeInterconnectsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeLagsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeLoaCommand.js +4 -33
- package/{dist/es → dist-es}/commands/DescribeLocationsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DescribeTagsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeVirtualGatewaysCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DescribeVirtualInterfacesCommand.js +4 -34
- package/dist-es/commands/DisassociateConnectionFromLagCommand.js +39 -0
- package/{dist/es → dist-es}/commands/DisassociateMacSecKeyCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListVirtualInterfaceTestHistoryCommand.js +4 -30
- package/{dist/es → dist-es}/commands/StartBgpFailoverTestCommand.js +4 -33
- package/{dist/es → dist-es}/commands/StopBgpFailoverTestCommand.js +4 -30
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateConnectionCommand.js +4 -39
- package/{dist/es → dist-es}/commands/UpdateDirectConnectGatewayAssociationCommand.js +4 -31
- package/dist-es/commands/UpdateLagCommand.js +39 -0
- package/{dist/es → dist-es}/commands/UpdateVirtualInterfaceAttributesCommand.js +4 -36
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -373
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +979 -985
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/DirectConnect.d.ts +2 -2
- package/{dist/types → dist-types}/DirectConnectClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AllocateConnectionOnInterconnectCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AllocateHostedConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AllocatePublicVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AllocateTransitVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AssociateConnectionWithLagCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AssociateHostedConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AssociateMacSecKeyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AssociateVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ConfirmConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateBGPPeerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDirectConnectGatewayCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateInterconnectCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateLagCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreatePrivateVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreatePublicVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateTransitVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteBGPPeerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteDirectConnectGatewayCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteInterconnectCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteLagCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeConnectionLoaCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeConnectionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeConnectionsOnInterconnectCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeDirectConnectGatewaysCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeHostedConnectionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeInterconnectLoaCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeInterconnectsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeLagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeLoaCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeLocationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeVirtualGatewaysCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeVirtualInterfacesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisassociateConnectionFromLagCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisassociateMacSecKeyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartBgpFailoverTestCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StopBgpFailoverTestCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateLagCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -1
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/DirectConnect.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/DirectConnectClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AllocateConnectionOnInterconnectCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AllocateHostedConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AllocatePublicVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AllocateTransitVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AssociateConnectionWithLagCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AssociateHostedConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AssociateMacSecKeyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AssociateVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ConfirmConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateBGPPeerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateDirectConnectGatewayCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateInterconnectCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateLagCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreatePrivateVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreatePublicVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateTransitVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteBGPPeerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteDirectConnectGatewayCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteInterconnectCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteLagCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeConnectionLoaCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeConnectionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeConnectionsOnInterconnectCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeDirectConnectGatewaysCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeHostedConnectionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeInterconnectLoaCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeInterconnectsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeLagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeLoaCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeLocationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeVirtualGatewaysCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeVirtualInterfacesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DisassociateConnectionFromLagCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DisassociateMacSecKeyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/StartBgpFailoverTestCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/StopBgpFailoverTestCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateLagCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +2 -2
- 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 → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -1
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- 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.map +0 -1
- package/dist/cjs/DirectConnectClient.js.map +0 -1
- package/dist/cjs/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
- package/dist/cjs/commands/AllocateConnectionOnInterconnectCommand.js.map +0 -1
- package/dist/cjs/commands/AllocateHostedConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/AllocatePrivateVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/AllocatePublicVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/AllocateTransitVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateConnectionWithLagCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateHostedConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateMacSecKeyCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/ConfirmConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/ConfirmPrivateVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/ConfirmPublicVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/ConfirmTransitVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateBGPPeerCommand.js.map +0 -1
- package/dist/cjs/commands/CreateConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDirectConnectGatewayAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDirectConnectGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/CreateInterconnectCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLagCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePrivateVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePublicVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTransitVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBGPPeerCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDirectConnectGatewayAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDirectConnectGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteInterconnectCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLagCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConnectionLoaCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConnectionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConnectionsOnInterconnectCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDirectConnectGatewayAssociationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDirectConnectGatewayAttachmentsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDirectConnectGatewaysCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeHostedConnectionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInterconnectLoaCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInterconnectsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLagsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLoaCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLocationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeVirtualGatewaysCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeVirtualInterfacesCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateConnectionFromLagCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateMacSecKeyCommand.js.map +0 -1
- package/dist/cjs/commands/ListVirtualInterfaceTestHistoryCommand.js.map +0 -1
- package/dist/cjs/commands/StartBgpFailoverTestCommand.js.map +0 -1
- package/dist/cjs/commands/StopBgpFailoverTestCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDirectConnectGatewayAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateLagCommand.js.map +0 -1
- 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.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/DirectConnect.js.map +0 -1
- package/dist/es/DirectConnectClient.js.map +0 -1
- package/dist/es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
- package/dist/es/commands/AllocateConnectionOnInterconnectCommand.js.map +0 -1
- package/dist/es/commands/AllocateHostedConnectionCommand.js.map +0 -1
- package/dist/es/commands/AllocatePrivateVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/AllocatePublicVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/AllocateTransitVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/AssociateConnectionWithLagCommand.js +0 -78
- package/dist/es/commands/AssociateConnectionWithLagCommand.js.map +0 -1
- package/dist/es/commands/AssociateHostedConnectionCommand.js.map +0 -1
- package/dist/es/commands/AssociateMacSecKeyCommand.js.map +0 -1
- package/dist/es/commands/AssociateVirtualInterfaceCommand.js +0 -74
- package/dist/es/commands/AssociateVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/ConfirmConnectionCommand.js.map +0 -1
- package/dist/es/commands/ConfirmPrivateVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/ConfirmPublicVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/ConfirmTransitVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/CreateBGPPeerCommand.js +0 -71
- package/dist/es/commands/CreateBGPPeerCommand.js.map +0 -1
- package/dist/es/commands/CreateConnectionCommand.js +0 -73
- package/dist/es/commands/CreateConnectionCommand.js.map +0 -1
- package/dist/es/commands/CreateDirectConnectGatewayAssociationCommand.js.map +0 -1
- package/dist/es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
- package/dist/es/commands/CreateDirectConnectGatewayCommand.js.map +0 -1
- package/dist/es/commands/CreateInterconnectCommand.js +0 -80
- package/dist/es/commands/CreateInterconnectCommand.js.map +0 -1
- package/dist/es/commands/CreateLagCommand.js +0 -82
- package/dist/es/commands/CreateLagCommand.js.map +0 -1
- package/dist/es/commands/CreatePrivateVirtualInterfaceCommand.js +0 -75
- package/dist/es/commands/CreatePrivateVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/CreatePublicVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/CreateTransitVirtualInterfaceCommand.js +0 -74
- package/dist/es/commands/CreateTransitVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/DeleteBGPPeerCommand.js.map +0 -1
- package/dist/es/commands/DeleteConnectionCommand.js.map +0 -1
- package/dist/es/commands/DeleteDirectConnectGatewayAssociationCommand.js.map +0 -1
- package/dist/es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
- package/dist/es/commands/DeleteDirectConnectGatewayCommand.js.map +0 -1
- package/dist/es/commands/DeleteInterconnectCommand.js.map +0 -1
- package/dist/es/commands/DeleteLagCommand.js.map +0 -1
- package/dist/es/commands/DeleteVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectionLoaCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectionsOnInterconnectCommand.js.map +0 -1
- package/dist/es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js.map +0 -1
- package/dist/es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +0 -87
- package/dist/es/commands/DescribeDirectConnectGatewayAssociationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js.map +0 -1
- package/dist/es/commands/DescribeDirectConnectGatewaysCommand.js.map +0 -1
- package/dist/es/commands/DescribeHostedConnectionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeInterconnectLoaCommand.js.map +0 -1
- package/dist/es/commands/DescribeInterconnectsCommand.js.map +0 -1
- package/dist/es/commands/DescribeLagsCommand.js.map +0 -1
- package/dist/es/commands/DescribeLoaCommand.js.map +0 -1
- package/dist/es/commands/DescribeLocationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/es/commands/DescribeVirtualGatewaysCommand.js.map +0 -1
- package/dist/es/commands/DescribeVirtualInterfacesCommand.js.map +0 -1
- package/dist/es/commands/DisassociateConnectionFromLagCommand.js +0 -74
- package/dist/es/commands/DisassociateConnectionFromLagCommand.js.map +0 -1
- package/dist/es/commands/DisassociateMacSecKeyCommand.js.map +0 -1
- package/dist/es/commands/ListVirtualInterfaceTestHistoryCommand.js.map +0 -1
- package/dist/es/commands/StartBgpFailoverTestCommand.js.map +0 -1
- package/dist/es/commands/StopBgpFailoverTestCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateConnectionCommand.js.map +0 -1
- package/dist/es/commands/UpdateDirectConnectGatewayAssociationCommand.js.map +0 -1
- package/dist/es/commands/UpdateLagCommand.js +0 -87
- package/dist/es/commands/UpdateLagCommand.js.map +0 -1
- package/dist/es/commands/UpdateVirtualInterfaceAttributesCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -63
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- 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.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -86
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -4211
- package/protocols/Aws_json1_1.ts +0 -6998
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,42 +1,15 @@
|
|
|
1
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
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* remains in this state until the owner confirms creation of the hosted connection.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { DirectConnectClient, ConfirmConnectionCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
14
|
-
* // const { DirectConnectClient, ConfirmConnectionCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
15
|
-
* const client = new DirectConnectClient(config);
|
|
16
|
-
* const command = new ConfirmConnectionCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ConfirmConnectionCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ConfirmConnectionCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
var ConfirmConnectionCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ConfirmConnectionRequest, ConfirmConnectionResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ConfirmConnectionCommand, serializeAws_json1_1ConfirmConnectionCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ConfirmConnectionCommand = (function (_super) {
|
|
26
7
|
__extends(ConfirmConnectionCommand, _super);
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
8
|
function ConfirmConnectionCommand(input) {
|
|
30
|
-
var _this =
|
|
31
|
-
// Start section: command_constructor
|
|
32
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
33
10
|
_this.input = input;
|
|
34
11
|
return _this;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
ConfirmConnectionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -64,4 +37,3 @@ var ConfirmConnectionCommand = /** @class */ (function (_super) {
|
|
|
64
37
|
return ConfirmConnectionCommand;
|
|
65
38
|
}($Command));
|
|
66
39
|
export { ConfirmConnectionCommand };
|
|
67
|
-
//# sourceMappingURL=ConfirmConnectionCommand.js.map
|
|
@@ -1,43 +1,15 @@
|
|
|
1
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
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* created and attached to the specified virtual private gateway or Direct Connect gateway, and is
|
|
10
|
-
* made available to handle traffic.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DirectConnectClient, ConfirmPrivateVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
15
|
-
* // const { DirectConnectClient, ConfirmPrivateVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
16
|
-
* const client = new DirectConnectClient(config);
|
|
17
|
-
* const command = new ConfirmPrivateVirtualInterfaceCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ConfirmPrivateVirtualInterfaceCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ConfirmPrivateVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
var ConfirmPrivateVirtualInterfaceCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ConfirmPrivateVirtualInterfaceRequest, ConfirmPrivateVirtualInterfaceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ConfirmPrivateVirtualInterfaceCommand, serializeAws_json1_1ConfirmPrivateVirtualInterfaceCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ConfirmPrivateVirtualInterfaceCommand = (function (_super) {
|
|
27
7
|
__extends(ConfirmPrivateVirtualInterfaceCommand, _super);
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
8
|
function ConfirmPrivateVirtualInterfaceCommand(input) {
|
|
31
|
-
var _this =
|
|
32
|
-
// Start section: command_constructor
|
|
33
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
34
10
|
_this.input = input;
|
|
35
11
|
return _this;
|
|
36
|
-
// End section: command_constructor
|
|
37
12
|
}
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
13
|
ConfirmPrivateVirtualInterfaceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
42
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
43
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -65,4 +37,3 @@ var ConfirmPrivateVirtualInterfaceCommand = /** @class */ (function (_super) {
|
|
|
65
37
|
return ConfirmPrivateVirtualInterfaceCommand;
|
|
66
38
|
}($Command));
|
|
67
39
|
export { ConfirmPrivateVirtualInterfaceCommand };
|
|
68
|
-
//# sourceMappingURL=ConfirmPrivateVirtualInterfaceCommand.js.map
|
|
@@ -1,42 +1,15 @@
|
|
|
1
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
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* created and made available to handle traffic.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { DirectConnectClient, ConfirmPublicVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
14
|
-
* // const { DirectConnectClient, ConfirmPublicVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
15
|
-
* const client = new DirectConnectClient(config);
|
|
16
|
-
* const command = new ConfirmPublicVirtualInterfaceCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ConfirmPublicVirtualInterfaceCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ConfirmPublicVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
var ConfirmPublicVirtualInterfaceCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ConfirmPublicVirtualInterfaceRequest, ConfirmPublicVirtualInterfaceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ConfirmPublicVirtualInterfaceCommand, serializeAws_json1_1ConfirmPublicVirtualInterfaceCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ConfirmPublicVirtualInterfaceCommand = (function (_super) {
|
|
26
7
|
__extends(ConfirmPublicVirtualInterfaceCommand, _super);
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
8
|
function ConfirmPublicVirtualInterfaceCommand(input) {
|
|
30
|
-
var _this =
|
|
31
|
-
// Start section: command_constructor
|
|
32
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
33
10
|
_this.input = input;
|
|
34
11
|
return _this;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
ConfirmPublicVirtualInterfaceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -64,4 +37,3 @@ var ConfirmPublicVirtualInterfaceCommand = /** @class */ (function (_super) {
|
|
|
64
37
|
return ConfirmPublicVirtualInterfaceCommand;
|
|
65
38
|
}($Command));
|
|
66
39
|
export { ConfirmPublicVirtualInterfaceCommand };
|
|
67
|
-
//# sourceMappingURL=ConfirmPublicVirtualInterfaceCommand.js.map
|
|
@@ -1,42 +1,15 @@
|
|
|
1
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
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* <p> After the owner of the transit virtual interface makes this call, the specified transit virtual interface is created and made available to handle traffic.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { DirectConnectClient, ConfirmTransitVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
14
|
-
* // const { DirectConnectClient, ConfirmTransitVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
15
|
-
* const client = new DirectConnectClient(config);
|
|
16
|
-
* const command = new ConfirmTransitVirtualInterfaceCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ConfirmTransitVirtualInterfaceCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ConfirmTransitVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
var ConfirmTransitVirtualInterfaceCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ConfirmTransitVirtualInterfaceRequest, ConfirmTransitVirtualInterfaceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ConfirmTransitVirtualInterfaceCommand, serializeAws_json1_1ConfirmTransitVirtualInterfaceCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ConfirmTransitVirtualInterfaceCommand = (function (_super) {
|
|
26
7
|
__extends(ConfirmTransitVirtualInterfaceCommand, _super);
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
8
|
function ConfirmTransitVirtualInterfaceCommand(input) {
|
|
30
|
-
var _this =
|
|
31
|
-
// Start section: command_constructor
|
|
32
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
33
10
|
_this.input = input;
|
|
34
11
|
return _this;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
ConfirmTransitVirtualInterfaceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -64,4 +37,3 @@ var ConfirmTransitVirtualInterfaceCommand = /** @class */ (function (_super) {
|
|
|
64
37
|
return ConfirmTransitVirtualInterfaceCommand;
|
|
65
38
|
}($Command));
|
|
66
39
|
export { ConfirmTransitVirtualInterfaceCommand };
|
|
67
|
-
//# sourceMappingURL=ConfirmTransitVirtualInterfaceCommand.js.map
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateBGPPeerRequest, CreateBGPPeerResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreateBGPPeerCommand, serializeAws_json1_1CreateBGPPeerCommand, } from "../protocols/Aws_json1_1";
|
|
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 };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { Connection, CreateConnectionRequest } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreateConnectionCommand, serializeAws_json1_1CreateConnectionCommand, } from "../protocols/Aws_json1_1";
|
|
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 };
|
|
@@ -1,41 +1,15 @@
|
|
|
1
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
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { DirectConnectClient, CreateDirectConnectGatewayAssociationCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
13
|
-
* // const { DirectConnectClient, CreateDirectConnectGatewayAssociationCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
14
|
-
* const client = new DirectConnectClient(config);
|
|
15
|
-
* const command = new CreateDirectConnectGatewayAssociationCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link CreateDirectConnectGatewayAssociationCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link CreateDirectConnectGatewayAssociationCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var CreateDirectConnectGatewayAssociationCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { CreateDirectConnectGatewayAssociationRequest, CreateDirectConnectGatewayAssociationResult, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreateDirectConnectGatewayAssociationCommand, serializeAws_json1_1CreateDirectConnectGatewayAssociationCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var CreateDirectConnectGatewayAssociationCommand = (function (_super) {
|
|
25
7
|
__extends(CreateDirectConnectGatewayAssociationCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function CreateDirectConnectGatewayAssociationCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
CreateDirectConnectGatewayAssociationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +37,3 @@ var CreateDirectConnectGatewayAssociationCommand = /** @class */ (function (_sup
|
|
|
63
37
|
return CreateDirectConnectGatewayAssociationCommand;
|
|
64
38
|
}($Command));
|
|
65
39
|
export { CreateDirectConnectGatewayAssociationCommand };
|
|
66
|
-
//# sourceMappingURL=CreateDirectConnectGatewayAssociationCommand.js.map
|
package/{dist/es → dist-es}/commands/CreateDirectConnectGatewayAssociationProposalCommand.js
RENAMED
|
@@ -1,41 +1,15 @@
|
|
|
1
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
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { DirectConnectClient, CreateDirectConnectGatewayAssociationProposalCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
13
|
-
* // const { DirectConnectClient, CreateDirectConnectGatewayAssociationProposalCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
14
|
-
* const client = new DirectConnectClient(config);
|
|
15
|
-
* const command = new CreateDirectConnectGatewayAssociationProposalCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link CreateDirectConnectGatewayAssociationProposalCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link CreateDirectConnectGatewayAssociationProposalCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var CreateDirectConnectGatewayAssociationProposalCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { CreateDirectConnectGatewayAssociationProposalRequest, CreateDirectConnectGatewayAssociationProposalResult, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreateDirectConnectGatewayAssociationProposalCommand, serializeAws_json1_1CreateDirectConnectGatewayAssociationProposalCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var CreateDirectConnectGatewayAssociationProposalCommand = (function (_super) {
|
|
25
7
|
__extends(CreateDirectConnectGatewayAssociationProposalCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function CreateDirectConnectGatewayAssociationProposalCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
CreateDirectConnectGatewayAssociationProposalCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +37,3 @@ var CreateDirectConnectGatewayAssociationProposalCommand = /** @class */ (functi
|
|
|
63
37
|
return CreateDirectConnectGatewayAssociationProposalCommand;
|
|
64
38
|
}($Command));
|
|
65
39
|
export { CreateDirectConnectGatewayAssociationProposalCommand };
|
|
66
|
-
//# sourceMappingURL=CreateDirectConnectGatewayAssociationProposalCommand.js.map
|
|
@@ -1,45 +1,15 @@
|
|
|
1
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
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Region after it is created. The virtual interfaces and virtual private gateways that
|
|
10
|
-
* are connected through a Direct Connect gateway can be in different Regions. This enables you to
|
|
11
|
-
* connect to a VPC in any Region, regardless of the Region in which the virtual interfaces
|
|
12
|
-
* are located, and pass traffic between them.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { DirectConnectClient, CreateDirectConnectGatewayCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
17
|
-
* // const { DirectConnectClient, CreateDirectConnectGatewayCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
18
|
-
* const client = new DirectConnectClient(config);
|
|
19
|
-
* const command = new CreateDirectConnectGatewayCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link CreateDirectConnectGatewayCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link CreateDirectConnectGatewayCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
var CreateDirectConnectGatewayCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { CreateDirectConnectGatewayRequest, CreateDirectConnectGatewayResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreateDirectConnectGatewayCommand, serializeAws_json1_1CreateDirectConnectGatewayCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var CreateDirectConnectGatewayCommand = (function (_super) {
|
|
29
7
|
__extends(CreateDirectConnectGatewayCommand, _super);
|
|
30
|
-
// Start section: command_properties
|
|
31
|
-
// End section: command_properties
|
|
32
8
|
function CreateDirectConnectGatewayCommand(input) {
|
|
33
|
-
var _this =
|
|
34
|
-
// Start section: command_constructor
|
|
35
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
36
10
|
_this.input = input;
|
|
37
11
|
return _this;
|
|
38
|
-
// End section: command_constructor
|
|
39
12
|
}
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
13
|
CreateDirectConnectGatewayCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
44
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
45
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -67,4 +37,3 @@ var CreateDirectConnectGatewayCommand = /** @class */ (function (_super) {
|
|
|
67
37
|
return CreateDirectConnectGatewayCommand;
|
|
68
38
|
}($Command));
|
|
69
39
|
export { CreateDirectConnectGatewayCommand };
|
|
70
|
-
//# sourceMappingURL=CreateDirectConnectGatewayCommand.js.map
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateInterconnectRequest, Interconnect } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreateInterconnectCommand, serializeAws_json1_1CreateInterconnectCommand, } from "../protocols/Aws_json1_1";
|
|
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 };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateLagRequest, Lag } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreateLagCommand, serializeAws_json1_1CreateLagCommand } from "../protocols/Aws_json1_1";
|
|
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 };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreatePrivateVirtualInterfaceRequest, VirtualInterface } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreatePrivateVirtualInterfaceCommand, serializeAws_json1_1CreatePrivateVirtualInterfaceCommand, } from "../protocols/Aws_json1_1";
|
|
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 };
|
|
@@ -1,43 +1,15 @@
|
|
|
1
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
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* <p>When creating an IPv6 public virtual interface (<code>addressFamily</code> is <code>ipv6</code>), leave the <code>customer</code>
|
|
10
|
-
* and <code>amazon</code> address fields blank to use auto-assigned IPv6 space. Custom IPv6 addresses are not supported.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DirectConnectClient, CreatePublicVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
15
|
-
* // const { DirectConnectClient, CreatePublicVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
16
|
-
* const client = new DirectConnectClient(config);
|
|
17
|
-
* const command = new CreatePublicVirtualInterfaceCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreatePublicVirtualInterfaceCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreatePublicVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
var CreatePublicVirtualInterfaceCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { CreatePublicVirtualInterfaceRequest, VirtualInterface } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreatePublicVirtualInterfaceCommand, serializeAws_json1_1CreatePublicVirtualInterfaceCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var CreatePublicVirtualInterfaceCommand = (function (_super) {
|
|
27
7
|
__extends(CreatePublicVirtualInterfaceCommand, _super);
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
8
|
function CreatePublicVirtualInterfaceCommand(input) {
|
|
31
|
-
var _this =
|
|
32
|
-
// Start section: command_constructor
|
|
33
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
34
10
|
_this.input = input;
|
|
35
11
|
return _this;
|
|
36
|
-
// End section: command_constructor
|
|
37
12
|
}
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
13
|
CreatePublicVirtualInterfaceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
42
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
43
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -65,4 +37,3 @@ var CreatePublicVirtualInterfaceCommand = /** @class */ (function (_super) {
|
|
|
65
37
|
return CreatePublicVirtualInterfaceCommand;
|
|
66
38
|
}($Command));
|
|
67
39
|
export { CreatePublicVirtualInterfaceCommand };
|
|
68
|
-
//# sourceMappingURL=CreatePublicVirtualInterfaceCommand.js.map
|