@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
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,50 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
|
|
12
|
+
* **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
|
|
13
|
+
* **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
|
|
25
|
+
* **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
* **clients:** remove comments from transpiled JS files ([#2817](https://github.com/aws/aws-sdk-js-v3/issues/2817)) ([d01420b](https://github.com/aws/aws-sdk-js-v3/commit/d01420b247966c8ec84c1dd0a1b42512ede10c90))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
# [3.33.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.32.0...v3.33.0) (2021-09-21)
|
|
43
|
+
|
|
44
|
+
**Note:** Version bump only for package @aws-sdk/client-direct-connect
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
6
50
|
# [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17)
|
|
7
51
|
|
|
8
52
|
**Note:** Version bump only for package @aws-sdk/client-direct-connect
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DirectConnect = void 0;
|
|
4
|
-
const DirectConnectClient_1 = require("./DirectConnectClient");
|
|
5
4
|
const AcceptDirectConnectGatewayAssociationProposalCommand_1 = require("./commands/AcceptDirectConnectGatewayAssociationProposalCommand");
|
|
6
5
|
const AllocateConnectionOnInterconnectCommand_1 = require("./commands/AllocateConnectionOnInterconnectCommand");
|
|
7
6
|
const AllocateHostedConnectionCommand_1 = require("./commands/AllocateHostedConnectionCommand");
|
|
@@ -61,6 +60,7 @@ const UpdateConnectionCommand_1 = require("./commands/UpdateConnectionCommand");
|
|
|
61
60
|
const UpdateDirectConnectGatewayAssociationCommand_1 = require("./commands/UpdateDirectConnectGatewayAssociationCommand");
|
|
62
61
|
const UpdateLagCommand_1 = require("./commands/UpdateLagCommand");
|
|
63
62
|
const UpdateVirtualInterfaceAttributesCommand_1 = require("./commands/UpdateVirtualInterfaceAttributesCommand");
|
|
63
|
+
const DirectConnectClient_1 = require("./DirectConnectClient");
|
|
64
64
|
/**
|
|
65
65
|
* <p>Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable.
|
|
66
66
|
* One end of the cable is connected to your router, the other to an Direct Connect router. With this connection
|
|
@@ -898,4 +898,3 @@ class DirectConnect extends DirectConnectClient_1.DirectConnectClient {
|
|
|
898
898
|
}
|
|
899
899
|
}
|
|
900
900
|
exports.DirectConnect = DirectConnect;
|
|
901
|
-
//# sourceMappingURL=DirectConnect.js.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DirectConnectClient = void 0;
|
|
4
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
5
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
6
5
|
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
7
6
|
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
@@ -10,6 +9,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
|
10
9
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
11
10
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
12
11
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
12
|
+
const runtimeConfig_1 = require("./runtimeConfig");
|
|
13
13
|
/**
|
|
14
14
|
* <p>Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable.
|
|
15
15
|
* One end of the cable is connected to your router, the other to an Direct Connect router. With this connection
|
|
@@ -20,13 +20,13 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
20
20
|
*/
|
|
21
21
|
class DirectConnectClient extends smithy_client_1.Client {
|
|
22
22
|
constructor(configuration) {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
23
|
+
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
|
|
24
|
+
const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
|
|
25
|
+
const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
|
|
26
|
+
const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
|
|
27
|
+
const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
|
|
28
|
+
const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
|
|
29
|
+
const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
|
|
30
30
|
super(_config_6);
|
|
31
31
|
this.config = _config_6;
|
|
32
32
|
this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
|
|
@@ -46,4 +46,3 @@ class DirectConnectClient extends smithy_client_1.Client {
|
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
exports.DirectConnectClient = DirectConnectClient;
|
|
49
|
-
//# sourceMappingURL=DirectConnectClient.js.map
|
package/{dist/cjs → dist-cjs}/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js
RENAMED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AcceptDirectConnectGatewayAssociationProposalCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Accepts a proposal request to attach a virtual private gateway or transit gateway to a Direct Connect gateway.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class AcceptDirectConnectGatewayAssociationProposalCommand extends smithy_client
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.AcceptDirectConnectGatewayAssociationProposalCommand = AcceptDirectConnectGatewayAssociationProposalCommand;
|
|
61
|
-
//# sourceMappingURL=AcceptDirectConnectGatewayAssociationProposalCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AllocateConnectionOnInterconnectCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* @deprecated
|
|
10
10
|
*
|
|
@@ -65,4 +65,3 @@ class AllocateConnectionOnInterconnectCommand extends smithy_client_1.Command {
|
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
exports.AllocateConnectionOnInterconnectCommand = AllocateConnectionOnInterconnectCommand;
|
|
68
|
-
//# sourceMappingURL=AllocateConnectionOnInterconnectCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AllocateHostedConnectionCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects.</p>
|
|
10
10
|
* <p>Allocates a VLAN number and a specified amount of capacity (bandwidth) for use by a hosted connection on the specified interconnect or LAG of interconnects.
|
|
@@ -63,4 +63,3 @@ class AllocateHostedConnectionCommand extends smithy_client_1.Command {
|
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
exports.AllocateHostedConnectionCommand = AllocateHostedConnectionCommand;
|
|
66
|
-
//# sourceMappingURL=AllocateHostedConnectionCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AllocatePrivateVirtualInterfaceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Provisions a private virtual interface to be owned by the specified account.</p>
|
|
10
10
|
* <p>Virtual interfaces created using this action must be confirmed by the owner using <a>ConfirmPrivateVirtualInterface</a>.
|
|
@@ -60,4 +60,3 @@ class AllocatePrivateVirtualInterfaceCommand extends smithy_client_1.Command {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
exports.AllocatePrivateVirtualInterfaceCommand = AllocatePrivateVirtualInterfaceCommand;
|
|
63
|
-
//# sourceMappingURL=AllocatePrivateVirtualInterfaceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AllocatePublicVirtualInterfaceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Provisions a public virtual interface to be owned by the specified account.</p>
|
|
10
10
|
* <p>The owner of a connection calls this function to provision a public virtual interface to be owned by the specified account.</p>
|
|
@@ -63,4 +63,3 @@ class AllocatePublicVirtualInterfaceCommand extends smithy_client_1.Command {
|
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
exports.AllocatePublicVirtualInterfaceCommand = AllocatePublicVirtualInterfaceCommand;
|
|
66
|
-
//# sourceMappingURL=AllocatePublicVirtualInterfaceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AllocateTransitVirtualInterfaceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Provisions a transit virtual interface to be owned by the specified account. Use this type of interface to connect a transit gateway to your Direct Connect gateway.</p>
|
|
10
10
|
* <p>The owner of a connection provisions a transit virtual interface to be owned by the specified account.</p>
|
|
@@ -60,4 +60,3 @@ class AllocateTransitVirtualInterfaceCommand extends smithy_client_1.Command {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
exports.AllocateTransitVirtualInterfaceCommand = AllocateTransitVirtualInterfaceCommand;
|
|
63
|
-
//# sourceMappingURL=AllocateTransitVirtualInterfaceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssociateConnectionWithLagCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Associates an existing connection with a link aggregation group (LAG). The connection
|
|
10
10
|
* is interrupted and re-established as a member of the LAG (connectivity to Amazon Web Services is
|
|
@@ -71,4 +71,3 @@ class AssociateConnectionWithLagCommand extends smithy_client_1.Command {
|
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
exports.AssociateConnectionWithLagCommand = AssociateConnectionWithLagCommand;
|
|
74
|
-
//# sourceMappingURL=AssociateConnectionWithLagCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssociateHostedConnectionCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Associates a hosted connection and its virtual interfaces with a link aggregation
|
|
10
10
|
* group (LAG) or interconnect. If the target interconnect or LAG has an existing hosted
|
|
@@ -65,4 +65,3 @@ class AssociateHostedConnectionCommand extends smithy_client_1.Command {
|
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
exports.AssociateHostedConnectionCommand = AssociateHostedConnectionCommand;
|
|
68
|
-
//# sourceMappingURL=AssociateHostedConnectionCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssociateMacSecKeyCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Associates a MAC Security (MACsec) Connection Key Name (CKN)/ Connectivity Association Key (CAK) pair with an Direct Connect dedicated connection.</p>
|
|
10
10
|
* <p>You must supply either the <code>secretARN,</code> or the CKN/CAK (<code>ckn</code> and <code>cak</code>) pair in the request.</p>
|
|
@@ -60,4 +60,3 @@ class AssociateMacSecKeyCommand extends smithy_client_1.Command {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
exports.AssociateMacSecKeyCommand = AssociateMacSecKeyCommand;
|
|
63
|
-
//# sourceMappingURL=AssociateMacSecKeyCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssociateVirtualInterfaceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Associates a virtual interface with a specified link aggregation group (LAG) or
|
|
10
10
|
* connection. Connectivity to Amazon Web Services is temporarily interrupted as the virtual interface is
|
|
@@ -67,4 +67,3 @@ class AssociateVirtualInterfaceCommand extends smithy_client_1.Command {
|
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
exports.AssociateVirtualInterfaceCommand = AssociateVirtualInterfaceCommand;
|
|
70
|
-
//# sourceMappingURL=AssociateVirtualInterfaceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ConfirmConnectionCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Confirms the creation of the specified hosted connection on an interconnect.</p>
|
|
10
10
|
* <p>Upon creation, the hosted connection is initially in the <code>Ordering</code> state, and
|
|
@@ -60,4 +60,3 @@ class ConfirmConnectionCommand extends smithy_client_1.Command {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
exports.ConfirmConnectionCommand = ConfirmConnectionCommand;
|
|
63
|
-
//# sourceMappingURL=ConfirmConnectionCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ConfirmPrivateVirtualInterfaceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Accepts ownership of a private virtual interface created by another account.</p>
|
|
10
10
|
* <p>After the virtual interface owner makes this call, the virtual interface is
|
|
@@ -61,4 +61,3 @@ class ConfirmPrivateVirtualInterfaceCommand extends smithy_client_1.Command {
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
exports.ConfirmPrivateVirtualInterfaceCommand = ConfirmPrivateVirtualInterfaceCommand;
|
|
64
|
-
//# sourceMappingURL=ConfirmPrivateVirtualInterfaceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ConfirmPublicVirtualInterfaceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Accepts ownership of a public virtual interface created by another account.</p>
|
|
10
10
|
* <p>After the virtual interface owner makes this call, the specified virtual interface is
|
|
@@ -60,4 +60,3 @@ class ConfirmPublicVirtualInterfaceCommand extends smithy_client_1.Command {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
exports.ConfirmPublicVirtualInterfaceCommand = ConfirmPublicVirtualInterfaceCommand;
|
|
63
|
-
//# sourceMappingURL=ConfirmPublicVirtualInterfaceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ConfirmTransitVirtualInterfaceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Accepts ownership of a transit virtual interface created by another account.</p>
|
|
10
10
|
*
|
|
@@ -60,4 +60,3 @@ class ConfirmTransitVirtualInterfaceCommand extends smithy_client_1.Command {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
exports.ConfirmTransitVirtualInterfaceCommand = ConfirmTransitVirtualInterfaceCommand;
|
|
63
|
-
//# sourceMappingURL=ConfirmTransitVirtualInterfaceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateBGPPeerCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a BGP peer on the specified virtual interface.</p>
|
|
10
10
|
* <p>You must create a BGP peer for the corresponding address family (IPv4/IPv6) in order to access Amazon Web Services resources that also use that address family.</p>
|
|
@@ -64,4 +64,3 @@ class CreateBGPPeerCommand extends smithy_client_1.Command {
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
exports.CreateBGPPeerCommand = CreateBGPPeerCommand;
|
|
67
|
-
//# sourceMappingURL=CreateBGPPeerCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateConnectionCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a connection between a customer network and a specific Direct Connect location.</p>
|
|
10
10
|
*
|
|
@@ -66,4 +66,3 @@ class CreateConnectionCommand extends smithy_client_1.Command {
|
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
68
|
exports.CreateConnectionCommand = CreateConnectionCommand;
|
|
69
|
-
//# sourceMappingURL=CreateConnectionCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateDirectConnectGatewayAssociationCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates an association between a Direct Connect gateway and a virtual private gateway. The virtual
|
|
10
10
|
* private gateway must be attached to a VPC and must not be associated with another Direct Connect gateway.</p>
|
|
@@ -59,4 +59,3 @@ class CreateDirectConnectGatewayAssociationCommand extends smithy_client_1.Comma
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.CreateDirectConnectGatewayAssociationCommand = CreateDirectConnectGatewayAssociationCommand;
|
|
62
|
-
//# sourceMappingURL=CreateDirectConnectGatewayAssociationCommand.js.map
|
package/{dist/cjs → dist-cjs}/commands/CreateDirectConnectGatewayAssociationProposalCommand.js
RENAMED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateDirectConnectGatewayAssociationProposalCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway.</p>
|
|
10
10
|
* <p>You can associate a Direct Connect gateway and virtual private gateway or transit gateway that is owned by any account. </p>
|
|
@@ -59,4 +59,3 @@ class CreateDirectConnectGatewayAssociationProposalCommand extends smithy_client
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.CreateDirectConnectGatewayAssociationProposalCommand = CreateDirectConnectGatewayAssociationProposalCommand;
|
|
62
|
-
//# sourceMappingURL=CreateDirectConnectGatewayAssociationProposalCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateDirectConnectGatewayCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a Direct Connect gateway, which is an intermediate object that enables you to connect a set
|
|
10
10
|
* of virtual interfaces and virtual private gateways. A Direct Connect gateway is global and visible in any
|
|
@@ -63,4 +63,3 @@ class CreateDirectConnectGatewayCommand extends smithy_client_1.Command {
|
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
exports.CreateDirectConnectGatewayCommand = CreateDirectConnectGatewayCommand;
|
|
66
|
-
//# sourceMappingURL=CreateDirectConnectGatewayCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateInterconnectCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates an interconnect between an Direct Connect Partner's network and a specific Direct Connect location.</p>
|
|
10
10
|
* <p>An interconnect is a connection that is capable of hosting other connections. The
|
|
@@ -73,4 +73,3 @@ class CreateInterconnectCommand extends smithy_client_1.Command {
|
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
exports.CreateInterconnectCommand = CreateInterconnectCommand;
|
|
76
|
-
//# sourceMappingURL=CreateInterconnectCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateLagCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a link aggregation group (LAG) with the specified number of bundled
|
|
10
10
|
* physical dedicated connections between the customer network and a specific Direct Connect location.
|
|
@@ -75,4 +75,3 @@ class CreateLagCommand extends smithy_client_1.Command {
|
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
exports.CreateLagCommand = CreateLagCommand;
|
|
78
|
-
//# sourceMappingURL=CreateLagCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreatePrivateVirtualInterfaceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a private virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic.
|
|
10
10
|
* A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW).
|
|
@@ -68,4 +68,3 @@ class CreatePrivateVirtualInterfaceCommand extends smithy_client_1.Command {
|
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
exports.CreatePrivateVirtualInterfaceCommand = CreatePrivateVirtualInterfaceCommand;
|
|
71
|
-
//# sourceMappingURL=CreatePrivateVirtualInterfaceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreatePublicVirtualInterfaceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a public virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic.
|
|
10
10
|
* A public virtual interface supports sending traffic to public services of Amazon Web Services such as Amazon S3.</p>
|
|
@@ -61,4 +61,3 @@ class CreatePublicVirtualInterfaceCommand extends smithy_client_1.Command {
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
exports.CreatePublicVirtualInterfaceCommand = CreatePublicVirtualInterfaceCommand;
|
|
64
|
-
//# sourceMappingURL=CreatePublicVirtualInterfaceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateTransitVirtualInterfaceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a transit virtual interface. A transit virtual interface should be used to access one or more transit gateways associated with Direct Connect gateways. A transit virtual interface enables the connection of multiple VPCs attached to a transit gateway to a Direct Connect gateway.</p>
|
|
10
10
|
* <important>
|
|
@@ -67,4 +67,3 @@ class CreateTransitVirtualInterfaceCommand extends smithy_client_1.Command {
|
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
exports.CreateTransitVirtualInterfaceCommand = CreateTransitVirtualInterfaceCommand;
|
|
70
|
-
//# sourceMappingURL=CreateTransitVirtualInterfaceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteBGPPeerCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes the specified BGP peer on the specified virtual interface with the specified customer address and ASN.</p>
|
|
10
10
|
* <p>You cannot delete the last BGP peer from a virtual interface.</p>
|
|
@@ -59,4 +59,3 @@ class DeleteBGPPeerCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.DeleteBGPPeerCommand = DeleteBGPPeerCommand;
|
|
62
|
-
//# sourceMappingURL=DeleteBGPPeerCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteConnectionCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes the specified connection.</p>
|
|
10
10
|
* <p>Deleting a connection only stops the Direct Connect port hour and data transfer charges.
|
|
@@ -61,4 +61,3 @@ class DeleteConnectionCommand extends smithy_client_1.Command {
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
exports.DeleteConnectionCommand = DeleteConnectionCommand;
|
|
64
|
-
//# sourceMappingURL=DeleteConnectionCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteDirectConnectGatewayAssociationCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes the association between the specified Direct Connect gateway and virtual private gateway.</p>
|
|
10
10
|
* <p>We recommend that you specify the <code>associationID</code> to delete the association. Alternatively, if you own virtual gateway and a Direct Connect gateway association, you can specify the <code>virtualGatewayId</code> and <code>directConnectGatewayId</code> to delete an association.</p>
|
|
@@ -59,4 +59,3 @@ class DeleteDirectConnectGatewayAssociationCommand extends smithy_client_1.Comma
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.DeleteDirectConnectGatewayAssociationCommand = DeleteDirectConnectGatewayAssociationCommand;
|
|
62
|
-
//# sourceMappingURL=DeleteDirectConnectGatewayAssociationCommand.js.map
|