@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/models/models_0.ts
DELETED
|
@@ -1,4211 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* <p>Information about a route filter prefix that a customer can advertise through Border Gateway Protocol (BGP)
|
|
5
|
-
* over a public virtual interface.</p>
|
|
6
|
-
*/
|
|
7
|
-
export interface RouteFilterPrefix {
|
|
8
|
-
/**
|
|
9
|
-
* <p>The CIDR block for the advertised route. Separate multiple routes using commas. An IPv6 CIDR must use /64 or shorter.</p>
|
|
10
|
-
*/
|
|
11
|
-
cidr?: string;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export namespace RouteFilterPrefix {
|
|
15
|
-
/**
|
|
16
|
-
* @internal
|
|
17
|
-
*/
|
|
18
|
-
export const filterSensitiveLog = (obj: RouteFilterPrefix): any => ({
|
|
19
|
-
...obj,
|
|
20
|
-
});
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
export interface AcceptDirectConnectGatewayAssociationProposalRequest {
|
|
24
|
-
/**
|
|
25
|
-
* <p>The ID of the Direct Connect gateway.</p>
|
|
26
|
-
*/
|
|
27
|
-
directConnectGatewayId: string | undefined;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* <p>The ID of the request proposal.</p>
|
|
31
|
-
*/
|
|
32
|
-
proposalId: string | undefined;
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* <p>The ID of the account that owns the virtual private gateway or transit gateway.</p>
|
|
36
|
-
*/
|
|
37
|
-
associatedGatewayOwnerAccount: string | undefined;
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* <p>Overrides the Amazon VPC prefixes advertised to the Direct Connect gateway.</p>
|
|
41
|
-
* <p>For information about how to set the prefixes, see <a href="https://docs.aws.amazon.com/directconnect/latest/UserGuide/multi-account-associate-vgw.html#allowed-prefixes">Allowed Prefixes</a> in the <i>Direct Connect User Guide</i>.</p>
|
|
42
|
-
*/
|
|
43
|
-
overrideAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
export namespace AcceptDirectConnectGatewayAssociationProposalRequest {
|
|
47
|
-
/**
|
|
48
|
-
* @internal
|
|
49
|
-
*/
|
|
50
|
-
export const filterSensitiveLog = (obj: AcceptDirectConnectGatewayAssociationProposalRequest): any => ({
|
|
51
|
-
...obj,
|
|
52
|
-
});
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
export enum GatewayType {
|
|
56
|
-
TransitGateway = "transitGateway",
|
|
57
|
-
VirtualPrivateGateway = "virtualPrivateGateway",
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* <p>Information about the associated gateway.</p>
|
|
62
|
-
*/
|
|
63
|
-
export interface AssociatedGateway {
|
|
64
|
-
/**
|
|
65
|
-
* <p>The ID of the associated gateway.</p>
|
|
66
|
-
*/
|
|
67
|
-
id?: string;
|
|
68
|
-
|
|
69
|
-
/**
|
|
70
|
-
* <p>The type of associated gateway.</p>
|
|
71
|
-
*/
|
|
72
|
-
type?: GatewayType | string;
|
|
73
|
-
|
|
74
|
-
/**
|
|
75
|
-
* <p>The ID of the account that owns the associated virtual private gateway or transit gateway.</p>
|
|
76
|
-
*/
|
|
77
|
-
ownerAccount?: string;
|
|
78
|
-
|
|
79
|
-
/**
|
|
80
|
-
* <p>The Region where the associated gateway is located.</p>
|
|
81
|
-
*/
|
|
82
|
-
region?: string;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
export namespace AssociatedGateway {
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
export const filterSensitiveLog = (obj: AssociatedGateway): any => ({
|
|
90
|
-
...obj,
|
|
91
|
-
});
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
export type DirectConnectGatewayAssociationState =
|
|
95
|
-
| "associated"
|
|
96
|
-
| "associating"
|
|
97
|
-
| "disassociated"
|
|
98
|
-
| "disassociating"
|
|
99
|
-
| "updating";
|
|
100
|
-
|
|
101
|
-
/**
|
|
102
|
-
* <p>Information about an association between a Direct Connect gateway and a virtual private gateway or transit gateway.</p>
|
|
103
|
-
*/
|
|
104
|
-
export interface DirectConnectGatewayAssociation {
|
|
105
|
-
/**
|
|
106
|
-
* <p>The ID of the Direct Connect gateway.</p>
|
|
107
|
-
*/
|
|
108
|
-
directConnectGatewayId?: string;
|
|
109
|
-
|
|
110
|
-
/**
|
|
111
|
-
* <p>The ID of the account that owns the associated gateway.</p>
|
|
112
|
-
*/
|
|
113
|
-
directConnectGatewayOwnerAccount?: string;
|
|
114
|
-
|
|
115
|
-
/**
|
|
116
|
-
* <p>The state of the association. The following are the possible values:</p>
|
|
117
|
-
* <ul>
|
|
118
|
-
* <li>
|
|
119
|
-
* <p>
|
|
120
|
-
* <code>associating</code>: The initial state after calling <a>CreateDirectConnectGatewayAssociation</a>.</p>
|
|
121
|
-
* </li>
|
|
122
|
-
* <li>
|
|
123
|
-
* <p>
|
|
124
|
-
* <code>associated</code>: The Direct Connect gateway and virtual private gateway or transit gateway are successfully associated and ready to pass traffic.</p>
|
|
125
|
-
* </li>
|
|
126
|
-
* <li>
|
|
127
|
-
* <p>
|
|
128
|
-
* <code>disassociating</code>: The initial state after calling <a>DeleteDirectConnectGatewayAssociation</a>.</p>
|
|
129
|
-
* </li>
|
|
130
|
-
* <li>
|
|
131
|
-
* <p>
|
|
132
|
-
* <code>disassociated</code>: The virtual private gateway or transit gateway is disassociated from the Direct Connect gateway. Traffic flow between the Direct Connect gateway and virtual private gateway or transit gateway is stopped.</p>
|
|
133
|
-
* </li>
|
|
134
|
-
* </ul>
|
|
135
|
-
*/
|
|
136
|
-
associationState?: DirectConnectGatewayAssociationState | string;
|
|
137
|
-
|
|
138
|
-
/**
|
|
139
|
-
* <p>The error message if the state of an object failed to advance.</p>
|
|
140
|
-
*/
|
|
141
|
-
stateChangeError?: string;
|
|
142
|
-
|
|
143
|
-
/**
|
|
144
|
-
* <p>Information about the associated gateway.</p>
|
|
145
|
-
*/
|
|
146
|
-
associatedGateway?: AssociatedGateway;
|
|
147
|
-
|
|
148
|
-
/**
|
|
149
|
-
* <p>The ID of the Direct Connect gateway association.</p>
|
|
150
|
-
*/
|
|
151
|
-
associationId?: string;
|
|
152
|
-
|
|
153
|
-
/**
|
|
154
|
-
* <p>The Amazon VPC prefixes to advertise to the Direct Connect gateway.</p>
|
|
155
|
-
*/
|
|
156
|
-
allowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
|
|
157
|
-
|
|
158
|
-
/**
|
|
159
|
-
* <p>The ID of the virtual private gateway. Applies only to private virtual interfaces.</p>
|
|
160
|
-
*/
|
|
161
|
-
virtualGatewayId?: string;
|
|
162
|
-
|
|
163
|
-
/**
|
|
164
|
-
* @deprecated
|
|
165
|
-
*
|
|
166
|
-
* <p>The Region where the virtual private gateway is located.</p>
|
|
167
|
-
*/
|
|
168
|
-
virtualGatewayRegion?: string;
|
|
169
|
-
|
|
170
|
-
/**
|
|
171
|
-
* <p>The ID of the account that owns the virtual private gateway.</p>
|
|
172
|
-
*/
|
|
173
|
-
virtualGatewayOwnerAccount?: string;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
export namespace DirectConnectGatewayAssociation {
|
|
177
|
-
/**
|
|
178
|
-
* @internal
|
|
179
|
-
*/
|
|
180
|
-
export const filterSensitiveLog = (obj: DirectConnectGatewayAssociation): any => ({
|
|
181
|
-
...obj,
|
|
182
|
-
});
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
export interface AcceptDirectConnectGatewayAssociationProposalResult {
|
|
186
|
-
/**
|
|
187
|
-
* <p>Information about an association between a Direct Connect gateway and a virtual private gateway or transit gateway.</p>
|
|
188
|
-
*/
|
|
189
|
-
directConnectGatewayAssociation?: DirectConnectGatewayAssociation;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
export namespace AcceptDirectConnectGatewayAssociationProposalResult {
|
|
193
|
-
/**
|
|
194
|
-
* @internal
|
|
195
|
-
*/
|
|
196
|
-
export const filterSensitiveLog = (obj: AcceptDirectConnectGatewayAssociationProposalResult): any => ({
|
|
197
|
-
...obj,
|
|
198
|
-
});
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
/**
|
|
202
|
-
* <p>One or more parameters are not valid.</p>
|
|
203
|
-
*/
|
|
204
|
-
export interface DirectConnectClientException extends __SmithyException, $MetadataBearer {
|
|
205
|
-
name: "DirectConnectClientException";
|
|
206
|
-
$fault: "client";
|
|
207
|
-
message?: string;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
export namespace DirectConnectClientException {
|
|
211
|
-
/**
|
|
212
|
-
* @internal
|
|
213
|
-
*/
|
|
214
|
-
export const filterSensitiveLog = (obj: DirectConnectClientException): any => ({
|
|
215
|
-
...obj,
|
|
216
|
-
});
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
/**
|
|
220
|
-
* <p>A server-side error occurred.</p>
|
|
221
|
-
*/
|
|
222
|
-
export interface DirectConnectServerException extends __SmithyException, $MetadataBearer {
|
|
223
|
-
name: "DirectConnectServerException";
|
|
224
|
-
$fault: "server";
|
|
225
|
-
message?: string;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
export namespace DirectConnectServerException {
|
|
229
|
-
/**
|
|
230
|
-
* @internal
|
|
231
|
-
*/
|
|
232
|
-
export const filterSensitiveLog = (obj: DirectConnectServerException): any => ({
|
|
233
|
-
...obj,
|
|
234
|
-
});
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
export enum AddressFamily {
|
|
238
|
-
IPv4 = "ipv4",
|
|
239
|
-
IPv6 = "ipv6",
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
export interface AllocateConnectionOnInterconnectRequest {
|
|
243
|
-
/**
|
|
244
|
-
* <p>The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps,
|
|
245
|
-
* 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps. Note that only those Direct Connect Partners
|
|
246
|
-
* who have met specific requirements
|
|
247
|
-
* are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection.</p>
|
|
248
|
-
*/
|
|
249
|
-
bandwidth: string | undefined;
|
|
250
|
-
|
|
251
|
-
/**
|
|
252
|
-
* <p>The name of the provisioned connection.</p>
|
|
253
|
-
*/
|
|
254
|
-
connectionName: string | undefined;
|
|
255
|
-
|
|
256
|
-
/**
|
|
257
|
-
* <p>The ID of the account of the customer for whom the connection will be provisioned.</p>
|
|
258
|
-
*/
|
|
259
|
-
ownerAccount: string | undefined;
|
|
260
|
-
|
|
261
|
-
/**
|
|
262
|
-
* <p>The ID of the interconnect on which the connection will be provisioned.</p>
|
|
263
|
-
*/
|
|
264
|
-
interconnectId: string | undefined;
|
|
265
|
-
|
|
266
|
-
/**
|
|
267
|
-
* <p>The dedicated VLAN provisioned to the connection.</p>
|
|
268
|
-
*/
|
|
269
|
-
vlan: number | undefined;
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
export namespace AllocateConnectionOnInterconnectRequest {
|
|
273
|
-
/**
|
|
274
|
-
* @internal
|
|
275
|
-
*/
|
|
276
|
-
export const filterSensitiveLog = (obj: AllocateConnectionOnInterconnectRequest): any => ({
|
|
277
|
-
...obj,
|
|
278
|
-
});
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
export type ConnectionState =
|
|
282
|
-
| "available"
|
|
283
|
-
| "deleted"
|
|
284
|
-
| "deleting"
|
|
285
|
-
| "down"
|
|
286
|
-
| "ordering"
|
|
287
|
-
| "pending"
|
|
288
|
-
| "rejected"
|
|
289
|
-
| "requested"
|
|
290
|
-
| "unknown";
|
|
291
|
-
|
|
292
|
-
export enum HasLogicalRedundancy {
|
|
293
|
-
No = "no",
|
|
294
|
-
Unknown = "unknown",
|
|
295
|
-
Yes = "yes",
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
/**
|
|
299
|
-
* <p>Information about the MAC Security (MACsec) secret key.</p>
|
|
300
|
-
*/
|
|
301
|
-
export interface MacSecKey {
|
|
302
|
-
/**
|
|
303
|
-
* <p>The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.</p>
|
|
304
|
-
*/
|
|
305
|
-
secretARN?: string;
|
|
306
|
-
|
|
307
|
-
/**
|
|
308
|
-
* <p>The Connection Key Name (CKN) for the MAC Security secret key.</p>
|
|
309
|
-
*/
|
|
310
|
-
ckn?: string;
|
|
311
|
-
|
|
312
|
-
/**
|
|
313
|
-
* <p>The state of the MAC Security (MACsec) secret key.</p>
|
|
314
|
-
* <p>The possible values are:</p>
|
|
315
|
-
* <ul>
|
|
316
|
-
* <li>
|
|
317
|
-
* <p>
|
|
318
|
-
* <code>associating</code>: The MAC Security (MACsec) secret key is being validated and not yet associated with the connection or LAG.</p>
|
|
319
|
-
* </li>
|
|
320
|
-
* <li>
|
|
321
|
-
* <p>
|
|
322
|
-
* <code>associated</code>: The MAC Security (MACsec) secret key is validated and associated with the connection or LAG.</p>
|
|
323
|
-
* </li>
|
|
324
|
-
* <li>
|
|
325
|
-
* <p>
|
|
326
|
-
* <code>disassociating</code>: The MAC Security (MACsec) secret key is being disassociated from the connection or LAG</p>
|
|
327
|
-
* </li>
|
|
328
|
-
* <li>
|
|
329
|
-
* <p>
|
|
330
|
-
* <code>disassociated</code>: The MAC Security (MACsec) secret key is no longer associated with the connection or LAG.</p>
|
|
331
|
-
* </li>
|
|
332
|
-
* </ul>
|
|
333
|
-
*/
|
|
334
|
-
state?: string;
|
|
335
|
-
|
|
336
|
-
/**
|
|
337
|
-
* <p>The date that the MAC Security (MACsec) secret key takes effect. The value is displayed in UTC format.</p>
|
|
338
|
-
*/
|
|
339
|
-
startOn?: string;
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
export namespace MacSecKey {
|
|
343
|
-
/**
|
|
344
|
-
* @internal
|
|
345
|
-
*/
|
|
346
|
-
export const filterSensitiveLog = (obj: MacSecKey): any => ({
|
|
347
|
-
...obj,
|
|
348
|
-
});
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
/**
|
|
352
|
-
* <p>Information about a tag.</p>
|
|
353
|
-
*/
|
|
354
|
-
export interface Tag {
|
|
355
|
-
/**
|
|
356
|
-
* <p>The key.</p>
|
|
357
|
-
*/
|
|
358
|
-
key: string | undefined;
|
|
359
|
-
|
|
360
|
-
/**
|
|
361
|
-
* <p>The value.</p>
|
|
362
|
-
*/
|
|
363
|
-
value?: string;
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
export namespace Tag {
|
|
367
|
-
/**
|
|
368
|
-
* @internal
|
|
369
|
-
*/
|
|
370
|
-
export const filterSensitiveLog = (obj: Tag): any => ({
|
|
371
|
-
...obj,
|
|
372
|
-
});
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
/**
|
|
376
|
-
* <p>Information about an Direct Connect connection.</p>
|
|
377
|
-
*/
|
|
378
|
-
export interface Connection {
|
|
379
|
-
/**
|
|
380
|
-
* <p>The ID of the account that owns the connection.</p>
|
|
381
|
-
*/
|
|
382
|
-
ownerAccount?: string;
|
|
383
|
-
|
|
384
|
-
/**
|
|
385
|
-
* <p>The ID of the connection.</p>
|
|
386
|
-
*/
|
|
387
|
-
connectionId?: string;
|
|
388
|
-
|
|
389
|
-
/**
|
|
390
|
-
* <p>The name of the connection.</p>
|
|
391
|
-
*/
|
|
392
|
-
connectionName?: string;
|
|
393
|
-
|
|
394
|
-
/**
|
|
395
|
-
* <p>The state of the connection. The following are the possible values:</p>
|
|
396
|
-
* <ul>
|
|
397
|
-
* <li>
|
|
398
|
-
* <p>
|
|
399
|
-
* <code>ordering</code>: The initial state of a hosted connection provisioned on an interconnect. The connection stays in the ordering state until the owner of the hosted connection confirms or declines the connection order.</p>
|
|
400
|
-
* </li>
|
|
401
|
-
* <li>
|
|
402
|
-
* <p>
|
|
403
|
-
* <code>requested</code>: The initial state of a standard connection. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.</p>
|
|
404
|
-
* </li>
|
|
405
|
-
* <li>
|
|
406
|
-
* <p>
|
|
407
|
-
* <code>pending</code>: The connection has been approved and is being initialized.</p>
|
|
408
|
-
* </li>
|
|
409
|
-
* <li>
|
|
410
|
-
* <p>
|
|
411
|
-
* <code>available</code>: The network link is up and the connection is ready for use.</p>
|
|
412
|
-
* </li>
|
|
413
|
-
* <li>
|
|
414
|
-
* <p>
|
|
415
|
-
* <code>down</code>: The network link is down.</p>
|
|
416
|
-
* </li>
|
|
417
|
-
* <li>
|
|
418
|
-
* <p>
|
|
419
|
-
* <code>deleting</code>: The connection is being deleted.</p>
|
|
420
|
-
* </li>
|
|
421
|
-
* <li>
|
|
422
|
-
* <p>
|
|
423
|
-
* <code>deleted</code>: The connection has been deleted.</p>
|
|
424
|
-
* </li>
|
|
425
|
-
* <li>
|
|
426
|
-
* <p>
|
|
427
|
-
* <code>rejected</code>: A hosted connection in the <code>ordering</code> state enters the <code>rejected</code> state if it is deleted by the customer.</p>
|
|
428
|
-
* </li>
|
|
429
|
-
* <li>
|
|
430
|
-
* <p>
|
|
431
|
-
* <code>unknown</code>: The state of the connection is not available.</p>
|
|
432
|
-
* </li>
|
|
433
|
-
* </ul>
|
|
434
|
-
*/
|
|
435
|
-
connectionState?: ConnectionState | string;
|
|
436
|
-
|
|
437
|
-
/**
|
|
438
|
-
* <p>The Region where the connection is located.</p>
|
|
439
|
-
*/
|
|
440
|
-
region?: string;
|
|
441
|
-
|
|
442
|
-
/**
|
|
443
|
-
* <p>The location of the connection.</p>
|
|
444
|
-
*/
|
|
445
|
-
location?: string;
|
|
446
|
-
|
|
447
|
-
/**
|
|
448
|
-
* <p>The bandwidth of the connection.</p>
|
|
449
|
-
*/
|
|
450
|
-
bandwidth?: string;
|
|
451
|
-
|
|
452
|
-
/**
|
|
453
|
-
* <p>The ID of the VLAN.</p>
|
|
454
|
-
*/
|
|
455
|
-
vlan?: number;
|
|
456
|
-
|
|
457
|
-
/**
|
|
458
|
-
* <p>The name of the Direct Connect service provider associated with the connection.</p>
|
|
459
|
-
*/
|
|
460
|
-
partnerName?: string;
|
|
461
|
-
|
|
462
|
-
/**
|
|
463
|
-
* <p>The time of the most recent call to <a>DescribeLoa</a> for this connection.</p>
|
|
464
|
-
*/
|
|
465
|
-
loaIssueTime?: Date;
|
|
466
|
-
|
|
467
|
-
/**
|
|
468
|
-
* <p>The ID of the LAG.</p>
|
|
469
|
-
*/
|
|
470
|
-
lagId?: string;
|
|
471
|
-
|
|
472
|
-
/**
|
|
473
|
-
* @deprecated
|
|
474
|
-
*
|
|
475
|
-
* <p>The Direct Connect endpoint on which the physical connection terminates.</p>
|
|
476
|
-
*/
|
|
477
|
-
awsDevice?: string;
|
|
478
|
-
|
|
479
|
-
/**
|
|
480
|
-
* <p>Indicates whether jumbo frames (9001 MTU) are supported.</p>
|
|
481
|
-
*/
|
|
482
|
-
jumboFrameCapable?: boolean;
|
|
483
|
-
|
|
484
|
-
/**
|
|
485
|
-
* <p>The Direct Connect endpoint that terminates the physical connection.</p>
|
|
486
|
-
*/
|
|
487
|
-
awsDeviceV2?: string;
|
|
488
|
-
|
|
489
|
-
/**
|
|
490
|
-
* <p>The Direct Connect endpoint that terminates the logical connection. This device might be
|
|
491
|
-
* different than the device that terminates the physical connection.</p>
|
|
492
|
-
*/
|
|
493
|
-
awsLogicalDeviceId?: string;
|
|
494
|
-
|
|
495
|
-
/**
|
|
496
|
-
* <p>Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).</p>
|
|
497
|
-
*/
|
|
498
|
-
hasLogicalRedundancy?: HasLogicalRedundancy | string;
|
|
499
|
-
|
|
500
|
-
/**
|
|
501
|
-
* <p>The tags associated with the connection.</p>
|
|
502
|
-
*/
|
|
503
|
-
tags?: Tag[];
|
|
504
|
-
|
|
505
|
-
/**
|
|
506
|
-
* <p>The name of the service provider associated with the connection.</p>
|
|
507
|
-
*/
|
|
508
|
-
providerName?: string;
|
|
509
|
-
|
|
510
|
-
/**
|
|
511
|
-
* <p>Indicates whether the connection supports MAC Security (MACsec).</p>
|
|
512
|
-
*/
|
|
513
|
-
macSecCapable?: boolean;
|
|
514
|
-
|
|
515
|
-
/**
|
|
516
|
-
* <p>The MAC Security (MACsec) port link status of the connection.</p>
|
|
517
|
-
* <p>The valid values are <code>Encryption Up</code>, which means that there is an active Connection Key Name, or <code>Encryption Down</code>.</p>
|
|
518
|
-
*/
|
|
519
|
-
portEncryptionStatus?: string;
|
|
520
|
-
|
|
521
|
-
/**
|
|
522
|
-
* <p>The MAC Security (MACsec) connection encryption mode.</p>
|
|
523
|
-
* <p>The valid values are <code>no_encrypt</code>, <code>should_encrypt</code>, and <code>must_encrypt</code>.</p>
|
|
524
|
-
*/
|
|
525
|
-
encryptionMode?: string;
|
|
526
|
-
|
|
527
|
-
/**
|
|
528
|
-
* <p>The MAC Security (MACsec) security keys associated with the connection.</p>
|
|
529
|
-
*/
|
|
530
|
-
macSecKeys?: MacSecKey[];
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
export namespace Connection {
|
|
534
|
-
/**
|
|
535
|
-
* @internal
|
|
536
|
-
*/
|
|
537
|
-
export const filterSensitiveLog = (obj: Connection): any => ({
|
|
538
|
-
...obj,
|
|
539
|
-
});
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
export interface AllocateHostedConnectionRequest {
|
|
543
|
-
/**
|
|
544
|
-
* <p>The ID of the interconnect or LAG.</p>
|
|
545
|
-
*/
|
|
546
|
-
connectionId: string | undefined;
|
|
547
|
-
|
|
548
|
-
/**
|
|
549
|
-
* <p>The ID of the account ID of the customer for the connection.</p>
|
|
550
|
-
*/
|
|
551
|
-
ownerAccount: string | undefined;
|
|
552
|
-
|
|
553
|
-
/**
|
|
554
|
-
* <p>The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps. Note that only those Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection. </p>
|
|
555
|
-
*/
|
|
556
|
-
bandwidth: string | undefined;
|
|
557
|
-
|
|
558
|
-
/**
|
|
559
|
-
* <p>The name of the hosted connection.</p>
|
|
560
|
-
*/
|
|
561
|
-
connectionName: string | undefined;
|
|
562
|
-
|
|
563
|
-
/**
|
|
564
|
-
* <p>The dedicated VLAN provisioned to the hosted connection.</p>
|
|
565
|
-
*/
|
|
566
|
-
vlan: number | undefined;
|
|
567
|
-
|
|
568
|
-
/**
|
|
569
|
-
* <p>The tags associated with the connection.</p>
|
|
570
|
-
*/
|
|
571
|
-
tags?: Tag[];
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
export namespace AllocateHostedConnectionRequest {
|
|
575
|
-
/**
|
|
576
|
-
* @internal
|
|
577
|
-
*/
|
|
578
|
-
export const filterSensitiveLog = (obj: AllocateHostedConnectionRequest): any => ({
|
|
579
|
-
...obj,
|
|
580
|
-
});
|
|
581
|
-
}
|
|
582
|
-
|
|
583
|
-
/**
|
|
584
|
-
* <p>A tag key was specified more than once.</p>
|
|
585
|
-
*/
|
|
586
|
-
export interface DuplicateTagKeysException extends __SmithyException, $MetadataBearer {
|
|
587
|
-
name: "DuplicateTagKeysException";
|
|
588
|
-
$fault: "client";
|
|
589
|
-
message?: string;
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
export namespace DuplicateTagKeysException {
|
|
593
|
-
/**
|
|
594
|
-
* @internal
|
|
595
|
-
*/
|
|
596
|
-
export const filterSensitiveLog = (obj: DuplicateTagKeysException): any => ({
|
|
597
|
-
...obj,
|
|
598
|
-
});
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
/**
|
|
602
|
-
* <p>You have reached the limit on the number of tags that can be assigned.</p>
|
|
603
|
-
*/
|
|
604
|
-
export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
|
|
605
|
-
name: "TooManyTagsException";
|
|
606
|
-
$fault: "client";
|
|
607
|
-
message?: string;
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
export namespace TooManyTagsException {
|
|
611
|
-
/**
|
|
612
|
-
* @internal
|
|
613
|
-
*/
|
|
614
|
-
export const filterSensitiveLog = (obj: TooManyTagsException): any => ({
|
|
615
|
-
...obj,
|
|
616
|
-
});
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
/**
|
|
620
|
-
* <p>Information about a private virtual interface to be provisioned on a connection.</p>
|
|
621
|
-
*/
|
|
622
|
-
export interface NewPrivateVirtualInterfaceAllocation {
|
|
623
|
-
/**
|
|
624
|
-
* <p>The name of the virtual interface assigned by the customer network. The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-).</p>
|
|
625
|
-
*/
|
|
626
|
-
virtualInterfaceName: string | undefined;
|
|
627
|
-
|
|
628
|
-
/**
|
|
629
|
-
* <p>The ID of the VLAN.</p>
|
|
630
|
-
*/
|
|
631
|
-
vlan: number | undefined;
|
|
632
|
-
|
|
633
|
-
/**
|
|
634
|
-
* <p>The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.</p>
|
|
635
|
-
* <p>The valid values are 1-2147483647.</p>
|
|
636
|
-
*/
|
|
637
|
-
asn: number | undefined;
|
|
638
|
-
|
|
639
|
-
/**
|
|
640
|
-
* <p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.</p>
|
|
641
|
-
*/
|
|
642
|
-
mtu?: number;
|
|
643
|
-
|
|
644
|
-
/**
|
|
645
|
-
* <p>The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.</p>
|
|
646
|
-
*/
|
|
647
|
-
authKey?: string;
|
|
648
|
-
|
|
649
|
-
/**
|
|
650
|
-
* <p>The IP address assigned to the Amazon interface.</p>
|
|
651
|
-
*/
|
|
652
|
-
amazonAddress?: string;
|
|
653
|
-
|
|
654
|
-
/**
|
|
655
|
-
* <p>The address family for the BGP peer.</p>
|
|
656
|
-
*/
|
|
657
|
-
addressFamily?: AddressFamily | string;
|
|
658
|
-
|
|
659
|
-
/**
|
|
660
|
-
* <p>The IP address assigned to the customer interface.</p>
|
|
661
|
-
*/
|
|
662
|
-
customerAddress?: string;
|
|
663
|
-
|
|
664
|
-
/**
|
|
665
|
-
* <p>The tags associated with the private virtual interface.</p>
|
|
666
|
-
*/
|
|
667
|
-
tags?: Tag[];
|
|
668
|
-
}
|
|
669
|
-
|
|
670
|
-
export namespace NewPrivateVirtualInterfaceAllocation {
|
|
671
|
-
/**
|
|
672
|
-
* @internal
|
|
673
|
-
*/
|
|
674
|
-
export const filterSensitiveLog = (obj: NewPrivateVirtualInterfaceAllocation): any => ({
|
|
675
|
-
...obj,
|
|
676
|
-
});
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
export interface AllocatePrivateVirtualInterfaceRequest {
|
|
680
|
-
/**
|
|
681
|
-
* <p>The ID of the connection on which the private virtual interface is provisioned.</p>
|
|
682
|
-
*/
|
|
683
|
-
connectionId: string | undefined;
|
|
684
|
-
|
|
685
|
-
/**
|
|
686
|
-
* <p>The ID of the account that owns the virtual private interface.</p>
|
|
687
|
-
*/
|
|
688
|
-
ownerAccount: string | undefined;
|
|
689
|
-
|
|
690
|
-
/**
|
|
691
|
-
* <p>Information about the private virtual interface.</p>
|
|
692
|
-
*/
|
|
693
|
-
newPrivateVirtualInterfaceAllocation: NewPrivateVirtualInterfaceAllocation | undefined;
|
|
694
|
-
}
|
|
695
|
-
|
|
696
|
-
export namespace AllocatePrivateVirtualInterfaceRequest {
|
|
697
|
-
/**
|
|
698
|
-
* @internal
|
|
699
|
-
*/
|
|
700
|
-
export const filterSensitiveLog = (obj: AllocatePrivateVirtualInterfaceRequest): any => ({
|
|
701
|
-
...obj,
|
|
702
|
-
});
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
export enum BGPPeerState {
|
|
706
|
-
Available = "available",
|
|
707
|
-
Deleted = "deleted",
|
|
708
|
-
Deleting = "deleting",
|
|
709
|
-
Pending = "pending",
|
|
710
|
-
Verifying = "verifying",
|
|
711
|
-
}
|
|
712
|
-
|
|
713
|
-
export enum BGPStatus {
|
|
714
|
-
Down = "down",
|
|
715
|
-
Unknown = "unknown",
|
|
716
|
-
Up = "up",
|
|
717
|
-
}
|
|
718
|
-
|
|
719
|
-
/**
|
|
720
|
-
* <p>Information about a BGP peer.</p>
|
|
721
|
-
*/
|
|
722
|
-
export interface BGPPeer {
|
|
723
|
-
/**
|
|
724
|
-
* <p>The ID of the BGP peer.</p>
|
|
725
|
-
*/
|
|
726
|
-
bgpPeerId?: string;
|
|
727
|
-
|
|
728
|
-
/**
|
|
729
|
-
* <p>The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.</p>
|
|
730
|
-
*/
|
|
731
|
-
asn?: number;
|
|
732
|
-
|
|
733
|
-
/**
|
|
734
|
-
* <p>The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.</p>
|
|
735
|
-
*/
|
|
736
|
-
authKey?: string;
|
|
737
|
-
|
|
738
|
-
/**
|
|
739
|
-
* <p>The address family for the BGP peer.</p>
|
|
740
|
-
*/
|
|
741
|
-
addressFamily?: AddressFamily | string;
|
|
742
|
-
|
|
743
|
-
/**
|
|
744
|
-
* <p>The IP address assigned to the Amazon interface.</p>
|
|
745
|
-
*/
|
|
746
|
-
amazonAddress?: string;
|
|
747
|
-
|
|
748
|
-
/**
|
|
749
|
-
* <p>The IP address assigned to the customer interface.</p>
|
|
750
|
-
*/
|
|
751
|
-
customerAddress?: string;
|
|
752
|
-
|
|
753
|
-
/**
|
|
754
|
-
* <p>The state of the BGP peer. The following are the possible values:</p>
|
|
755
|
-
* <ul>
|
|
756
|
-
* <li>
|
|
757
|
-
* <p>
|
|
758
|
-
* <code>verifying</code>: The BGP peering addresses or ASN require validation before the BGP peer can be created. This state applies only to public virtual interfaces.</p>
|
|
759
|
-
* </li>
|
|
760
|
-
* <li>
|
|
761
|
-
* <p>
|
|
762
|
-
* <code>pending</code>: The BGP peer is created, and remains in this state until it is ready to be established.</p>
|
|
763
|
-
* </li>
|
|
764
|
-
* <li>
|
|
765
|
-
* <p>
|
|
766
|
-
* <code>available</code>: The BGP peer is ready to be established.</p>
|
|
767
|
-
* </li>
|
|
768
|
-
* <li>
|
|
769
|
-
* <p>
|
|
770
|
-
* <code>deleting</code>: The BGP peer is being deleted.</p>
|
|
771
|
-
* </li>
|
|
772
|
-
* <li>
|
|
773
|
-
* <p>
|
|
774
|
-
* <code>deleted</code>: The BGP peer is deleted and cannot be established.</p>
|
|
775
|
-
* </li>
|
|
776
|
-
* </ul>
|
|
777
|
-
*/
|
|
778
|
-
bgpPeerState?: BGPPeerState | string;
|
|
779
|
-
|
|
780
|
-
/**
|
|
781
|
-
* <p>The status of the BGP peer. The following are the possible values:</p>
|
|
782
|
-
* <ul>
|
|
783
|
-
* <li>
|
|
784
|
-
* <p>
|
|
785
|
-
* <code>up</code>: The BGP peer is established. This state does not indicate the
|
|
786
|
-
* state of the routing function. Ensure that you are receiving routes over the BGP session.</p>
|
|
787
|
-
* </li>
|
|
788
|
-
* <li>
|
|
789
|
-
* <p>
|
|
790
|
-
* <code>down</code>: The BGP peer is down.</p>
|
|
791
|
-
* </li>
|
|
792
|
-
* <li>
|
|
793
|
-
* <p>
|
|
794
|
-
* <code>unknown</code>: The BGP peer status is not available.</p>
|
|
795
|
-
* </li>
|
|
796
|
-
* </ul>
|
|
797
|
-
*/
|
|
798
|
-
bgpStatus?: BGPStatus | string;
|
|
799
|
-
|
|
800
|
-
/**
|
|
801
|
-
* <p>The Direct Connect endpoint that terminates the BGP peer.</p>
|
|
802
|
-
*/
|
|
803
|
-
awsDeviceV2?: string;
|
|
804
|
-
|
|
805
|
-
/**
|
|
806
|
-
* <p>The Direct Connect endpoint that terminates the logical connection. This device might be
|
|
807
|
-
* different than the device that terminates the physical connection.</p>
|
|
808
|
-
*/
|
|
809
|
-
awsLogicalDeviceId?: string;
|
|
810
|
-
}
|
|
811
|
-
|
|
812
|
-
export namespace BGPPeer {
|
|
813
|
-
/**
|
|
814
|
-
* @internal
|
|
815
|
-
*/
|
|
816
|
-
export const filterSensitiveLog = (obj: BGPPeer): any => ({
|
|
817
|
-
...obj,
|
|
818
|
-
});
|
|
819
|
-
}
|
|
820
|
-
|
|
821
|
-
export type VirtualInterfaceState =
|
|
822
|
-
| "available"
|
|
823
|
-
| "confirming"
|
|
824
|
-
| "deleted"
|
|
825
|
-
| "deleting"
|
|
826
|
-
| "down"
|
|
827
|
-
| "pending"
|
|
828
|
-
| "rejected"
|
|
829
|
-
| "unknown"
|
|
830
|
-
| "verifying";
|
|
831
|
-
|
|
832
|
-
/**
|
|
833
|
-
* <p>Information about a virtual interface.</p>
|
|
834
|
-
*/
|
|
835
|
-
export interface VirtualInterface {
|
|
836
|
-
/**
|
|
837
|
-
* <p>The ID of the account that owns the virtual interface.</p>
|
|
838
|
-
*/
|
|
839
|
-
ownerAccount?: string;
|
|
840
|
-
|
|
841
|
-
/**
|
|
842
|
-
* <p>The ID of the virtual interface.</p>
|
|
843
|
-
*/
|
|
844
|
-
virtualInterfaceId?: string;
|
|
845
|
-
|
|
846
|
-
/**
|
|
847
|
-
* <p>The location of the connection.</p>
|
|
848
|
-
*/
|
|
849
|
-
location?: string;
|
|
850
|
-
|
|
851
|
-
/**
|
|
852
|
-
* <p>The ID of the connection.</p>
|
|
853
|
-
*/
|
|
854
|
-
connectionId?: string;
|
|
855
|
-
|
|
856
|
-
/**
|
|
857
|
-
* <p>The type of virtual interface. The possible values are <code>private</code> and <code>public</code>.</p>
|
|
858
|
-
*/
|
|
859
|
-
virtualInterfaceType?: string;
|
|
860
|
-
|
|
861
|
-
/**
|
|
862
|
-
* <p>The name of the virtual interface assigned by the customer network. The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-).</p>
|
|
863
|
-
*/
|
|
864
|
-
virtualInterfaceName?: string;
|
|
865
|
-
|
|
866
|
-
/**
|
|
867
|
-
* <p>The ID of the VLAN.</p>
|
|
868
|
-
*/
|
|
869
|
-
vlan?: number;
|
|
870
|
-
|
|
871
|
-
/**
|
|
872
|
-
* <p>The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.</p>
|
|
873
|
-
* <p>The valid values are 1-2147483647.</p>
|
|
874
|
-
*/
|
|
875
|
-
asn?: number;
|
|
876
|
-
|
|
877
|
-
/**
|
|
878
|
-
* <p>The autonomous system number (ASN) for the Amazon side of the connection.</p>
|
|
879
|
-
*/
|
|
880
|
-
amazonSideAsn?: number;
|
|
881
|
-
|
|
882
|
-
/**
|
|
883
|
-
* <p>The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.</p>
|
|
884
|
-
*/
|
|
885
|
-
authKey?: string;
|
|
886
|
-
|
|
887
|
-
/**
|
|
888
|
-
* <p>The IP address assigned to the Amazon interface.</p>
|
|
889
|
-
*/
|
|
890
|
-
amazonAddress?: string;
|
|
891
|
-
|
|
892
|
-
/**
|
|
893
|
-
* <p>The IP address assigned to the customer interface.</p>
|
|
894
|
-
*/
|
|
895
|
-
customerAddress?: string;
|
|
896
|
-
|
|
897
|
-
/**
|
|
898
|
-
* <p>The address family for the BGP peer.</p>
|
|
899
|
-
*/
|
|
900
|
-
addressFamily?: AddressFamily | string;
|
|
901
|
-
|
|
902
|
-
/**
|
|
903
|
-
* <p>The state of the virtual interface. The following are the possible values:</p>
|
|
904
|
-
* <ul>
|
|
905
|
-
* <li>
|
|
906
|
-
* <p>
|
|
907
|
-
* <code>confirming</code>: The creation of the virtual interface is pending confirmation from the virtual interface owner. If the owner of the virtual interface is different from the owner of the connection on which it is provisioned, then the virtual interface will remain in this state until it is confirmed by the virtual interface owner.</p>
|
|
908
|
-
* </li>
|
|
909
|
-
* <li>
|
|
910
|
-
* <p>
|
|
911
|
-
* <code>verifying</code>: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created.</p>
|
|
912
|
-
* </li>
|
|
913
|
-
* <li>
|
|
914
|
-
* <p>
|
|
915
|
-
* <code>pending</code>: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic.</p>
|
|
916
|
-
* </li>
|
|
917
|
-
* <li>
|
|
918
|
-
* <p>
|
|
919
|
-
* <code>available</code>: A virtual interface that is able to forward traffic.</p>
|
|
920
|
-
* </li>
|
|
921
|
-
* <li>
|
|
922
|
-
* <p>
|
|
923
|
-
* <code>down</code>: A virtual interface that is BGP down.</p>
|
|
924
|
-
* </li>
|
|
925
|
-
* <li>
|
|
926
|
-
* <p>
|
|
927
|
-
* <code>deleting</code>: A virtual interface is in this state immediately after calling <a>DeleteVirtualInterface</a> until it can no longer forward traffic.</p>
|
|
928
|
-
* </li>
|
|
929
|
-
* <li>
|
|
930
|
-
* <p>
|
|
931
|
-
* <code>deleted</code>: A virtual interface that cannot forward traffic.</p>
|
|
932
|
-
* </li>
|
|
933
|
-
* <li>
|
|
934
|
-
* <p>
|
|
935
|
-
* <code>rejected</code>: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the <code>Confirming</code> state is deleted by the virtual interface owner, the virtual interface enters the <code>Rejected</code> state.</p>
|
|
936
|
-
* </li>
|
|
937
|
-
* <li>
|
|
938
|
-
* <p>
|
|
939
|
-
* <code>unknown</code>: The state of the virtual interface is not available.</p>
|
|
940
|
-
* </li>
|
|
941
|
-
* </ul>
|
|
942
|
-
*/
|
|
943
|
-
virtualInterfaceState?: VirtualInterfaceState | string;
|
|
944
|
-
|
|
945
|
-
/**
|
|
946
|
-
* <p>The customer router configuration.</p>
|
|
947
|
-
*/
|
|
948
|
-
customerRouterConfig?: string;
|
|
949
|
-
|
|
950
|
-
/**
|
|
951
|
-
* <p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.</p>
|
|
952
|
-
*/
|
|
953
|
-
mtu?: number;
|
|
954
|
-
|
|
955
|
-
/**
|
|
956
|
-
* <p>Indicates whether jumbo frames (9001 MTU) are supported.</p>
|
|
957
|
-
*/
|
|
958
|
-
jumboFrameCapable?: boolean;
|
|
959
|
-
|
|
960
|
-
/**
|
|
961
|
-
* <p>The ID of the virtual private gateway. Applies only to private virtual interfaces.</p>
|
|
962
|
-
*/
|
|
963
|
-
virtualGatewayId?: string;
|
|
964
|
-
|
|
965
|
-
/**
|
|
966
|
-
* <p>The ID of the Direct Connect gateway.</p>
|
|
967
|
-
*/
|
|
968
|
-
directConnectGatewayId?: string;
|
|
969
|
-
|
|
970
|
-
/**
|
|
971
|
-
* <p>The routes to be advertised to the Amazon Web Services network in this Region. Applies to public virtual interfaces.</p>
|
|
972
|
-
*/
|
|
973
|
-
routeFilterPrefixes?: RouteFilterPrefix[];
|
|
974
|
-
|
|
975
|
-
/**
|
|
976
|
-
* <p>The BGP peers configured on this virtual interface.</p>
|
|
977
|
-
*/
|
|
978
|
-
bgpPeers?: BGPPeer[];
|
|
979
|
-
|
|
980
|
-
/**
|
|
981
|
-
* <p>The Region where the virtual interface is located.</p>
|
|
982
|
-
*/
|
|
983
|
-
region?: string;
|
|
984
|
-
|
|
985
|
-
/**
|
|
986
|
-
* <p>The Direct Connect endpoint that terminates the physical connection.</p>
|
|
987
|
-
*/
|
|
988
|
-
awsDeviceV2?: string;
|
|
989
|
-
|
|
990
|
-
/**
|
|
991
|
-
* <p>The Direct Connect endpoint that terminates the logical connection. This device might be
|
|
992
|
-
* different than the device that terminates the physical connection.</p>
|
|
993
|
-
*/
|
|
994
|
-
awsLogicalDeviceId?: string;
|
|
995
|
-
|
|
996
|
-
/**
|
|
997
|
-
* <p>The tags associated with the virtual interface.</p>
|
|
998
|
-
*/
|
|
999
|
-
tags?: Tag[];
|
|
1000
|
-
}
|
|
1001
|
-
|
|
1002
|
-
export namespace VirtualInterface {
|
|
1003
|
-
/**
|
|
1004
|
-
* @internal
|
|
1005
|
-
*/
|
|
1006
|
-
export const filterSensitiveLog = (obj: VirtualInterface): any => ({
|
|
1007
|
-
...obj,
|
|
1008
|
-
});
|
|
1009
|
-
}
|
|
1010
|
-
|
|
1011
|
-
/**
|
|
1012
|
-
* <p>Information about a public virtual interface to be provisioned on a connection.</p>
|
|
1013
|
-
*/
|
|
1014
|
-
export interface NewPublicVirtualInterfaceAllocation {
|
|
1015
|
-
/**
|
|
1016
|
-
* <p>The name of the virtual interface assigned by the customer network. The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-).</p>
|
|
1017
|
-
*/
|
|
1018
|
-
virtualInterfaceName: string | undefined;
|
|
1019
|
-
|
|
1020
|
-
/**
|
|
1021
|
-
* <p>The ID of the VLAN.</p>
|
|
1022
|
-
*/
|
|
1023
|
-
vlan: number | undefined;
|
|
1024
|
-
|
|
1025
|
-
/**
|
|
1026
|
-
* <p>The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.</p>
|
|
1027
|
-
* <p>The valid values are 1-2147483647.</p>
|
|
1028
|
-
*/
|
|
1029
|
-
asn: number | undefined;
|
|
1030
|
-
|
|
1031
|
-
/**
|
|
1032
|
-
* <p>The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.</p>
|
|
1033
|
-
*/
|
|
1034
|
-
authKey?: string;
|
|
1035
|
-
|
|
1036
|
-
/**
|
|
1037
|
-
* <p>The IP address assigned to the Amazon interface.</p>
|
|
1038
|
-
*/
|
|
1039
|
-
amazonAddress?: string;
|
|
1040
|
-
|
|
1041
|
-
/**
|
|
1042
|
-
* <p>The IP address assigned to the customer interface.</p>
|
|
1043
|
-
*/
|
|
1044
|
-
customerAddress?: string;
|
|
1045
|
-
|
|
1046
|
-
/**
|
|
1047
|
-
* <p>The address family for the BGP peer.</p>
|
|
1048
|
-
*/
|
|
1049
|
-
addressFamily?: AddressFamily | string;
|
|
1050
|
-
|
|
1051
|
-
/**
|
|
1052
|
-
* <p>The routes to be advertised to the Amazon Web Services network in this Region. Applies to public virtual interfaces.</p>
|
|
1053
|
-
*/
|
|
1054
|
-
routeFilterPrefixes?: RouteFilterPrefix[];
|
|
1055
|
-
|
|
1056
|
-
/**
|
|
1057
|
-
* <p>The tags associated with the public virtual interface.</p>
|
|
1058
|
-
*/
|
|
1059
|
-
tags?: Tag[];
|
|
1060
|
-
}
|
|
1061
|
-
|
|
1062
|
-
export namespace NewPublicVirtualInterfaceAllocation {
|
|
1063
|
-
/**
|
|
1064
|
-
* @internal
|
|
1065
|
-
*/
|
|
1066
|
-
export const filterSensitiveLog = (obj: NewPublicVirtualInterfaceAllocation): any => ({
|
|
1067
|
-
...obj,
|
|
1068
|
-
});
|
|
1069
|
-
}
|
|
1070
|
-
|
|
1071
|
-
export interface AllocatePublicVirtualInterfaceRequest {
|
|
1072
|
-
/**
|
|
1073
|
-
* <p>The ID of the connection on which the public virtual interface is provisioned.</p>
|
|
1074
|
-
*/
|
|
1075
|
-
connectionId: string | undefined;
|
|
1076
|
-
|
|
1077
|
-
/**
|
|
1078
|
-
* <p>The ID of the account that owns the public virtual interface.</p>
|
|
1079
|
-
*/
|
|
1080
|
-
ownerAccount: string | undefined;
|
|
1081
|
-
|
|
1082
|
-
/**
|
|
1083
|
-
* <p>Information about the public virtual interface.</p>
|
|
1084
|
-
*/
|
|
1085
|
-
newPublicVirtualInterfaceAllocation: NewPublicVirtualInterfaceAllocation | undefined;
|
|
1086
|
-
}
|
|
1087
|
-
|
|
1088
|
-
export namespace AllocatePublicVirtualInterfaceRequest {
|
|
1089
|
-
/**
|
|
1090
|
-
* @internal
|
|
1091
|
-
*/
|
|
1092
|
-
export const filterSensitiveLog = (obj: AllocatePublicVirtualInterfaceRequest): any => ({
|
|
1093
|
-
...obj,
|
|
1094
|
-
});
|
|
1095
|
-
}
|
|
1096
|
-
|
|
1097
|
-
/**
|
|
1098
|
-
* <p>Information about a transit virtual interface to be provisioned on a connection.</p>
|
|
1099
|
-
*/
|
|
1100
|
-
export interface NewTransitVirtualInterfaceAllocation {
|
|
1101
|
-
/**
|
|
1102
|
-
* <p>The name of the virtual interface assigned by the customer network. The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-).</p>
|
|
1103
|
-
*/
|
|
1104
|
-
virtualInterfaceName?: string;
|
|
1105
|
-
|
|
1106
|
-
/**
|
|
1107
|
-
* <p>The ID of the VLAN.</p>
|
|
1108
|
-
*/
|
|
1109
|
-
vlan?: number;
|
|
1110
|
-
|
|
1111
|
-
/**
|
|
1112
|
-
* <p>The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.</p>
|
|
1113
|
-
* <p>The valid values are 1-2147483647.</p>
|
|
1114
|
-
*/
|
|
1115
|
-
asn?: number;
|
|
1116
|
-
|
|
1117
|
-
/**
|
|
1118
|
-
* <p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500. </p>
|
|
1119
|
-
*/
|
|
1120
|
-
mtu?: number;
|
|
1121
|
-
|
|
1122
|
-
/**
|
|
1123
|
-
* <p>The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.</p>
|
|
1124
|
-
*/
|
|
1125
|
-
authKey?: string;
|
|
1126
|
-
|
|
1127
|
-
/**
|
|
1128
|
-
* <p>The IP address assigned to the Amazon interface.</p>
|
|
1129
|
-
*/
|
|
1130
|
-
amazonAddress?: string;
|
|
1131
|
-
|
|
1132
|
-
/**
|
|
1133
|
-
* <p>The IP address assigned to the customer interface.</p>
|
|
1134
|
-
*/
|
|
1135
|
-
customerAddress?: string;
|
|
1136
|
-
|
|
1137
|
-
/**
|
|
1138
|
-
* <p>The address family for the BGP peer.</p>
|
|
1139
|
-
*/
|
|
1140
|
-
addressFamily?: AddressFamily | string;
|
|
1141
|
-
|
|
1142
|
-
/**
|
|
1143
|
-
* <p>The tags associated with the transitive virtual interface.</p>
|
|
1144
|
-
*/
|
|
1145
|
-
tags?: Tag[];
|
|
1146
|
-
}
|
|
1147
|
-
|
|
1148
|
-
export namespace NewTransitVirtualInterfaceAllocation {
|
|
1149
|
-
/**
|
|
1150
|
-
* @internal
|
|
1151
|
-
*/
|
|
1152
|
-
export const filterSensitiveLog = (obj: NewTransitVirtualInterfaceAllocation): any => ({
|
|
1153
|
-
...obj,
|
|
1154
|
-
});
|
|
1155
|
-
}
|
|
1156
|
-
|
|
1157
|
-
export interface AllocateTransitVirtualInterfaceRequest {
|
|
1158
|
-
/**
|
|
1159
|
-
* <p>The ID of the connection on which the transit virtual interface is provisioned.</p>
|
|
1160
|
-
*/
|
|
1161
|
-
connectionId: string | undefined;
|
|
1162
|
-
|
|
1163
|
-
/**
|
|
1164
|
-
* <p>The ID of the account that owns the transit virtual interface.</p>
|
|
1165
|
-
*/
|
|
1166
|
-
ownerAccount: string | undefined;
|
|
1167
|
-
|
|
1168
|
-
/**
|
|
1169
|
-
* <p>Information about the transit virtual interface.</p>
|
|
1170
|
-
*/
|
|
1171
|
-
newTransitVirtualInterfaceAllocation: NewTransitVirtualInterfaceAllocation | undefined;
|
|
1172
|
-
}
|
|
1173
|
-
|
|
1174
|
-
export namespace AllocateTransitVirtualInterfaceRequest {
|
|
1175
|
-
/**
|
|
1176
|
-
* @internal
|
|
1177
|
-
*/
|
|
1178
|
-
export const filterSensitiveLog = (obj: AllocateTransitVirtualInterfaceRequest): any => ({
|
|
1179
|
-
...obj,
|
|
1180
|
-
});
|
|
1181
|
-
}
|
|
1182
|
-
|
|
1183
|
-
export interface AllocateTransitVirtualInterfaceResult {
|
|
1184
|
-
/**
|
|
1185
|
-
* <p>Information about a virtual interface.</p>
|
|
1186
|
-
*/
|
|
1187
|
-
virtualInterface?: VirtualInterface;
|
|
1188
|
-
}
|
|
1189
|
-
|
|
1190
|
-
export namespace AllocateTransitVirtualInterfaceResult {
|
|
1191
|
-
/**
|
|
1192
|
-
* @internal
|
|
1193
|
-
*/
|
|
1194
|
-
export const filterSensitiveLog = (obj: AllocateTransitVirtualInterfaceResult): any => ({
|
|
1195
|
-
...obj,
|
|
1196
|
-
});
|
|
1197
|
-
}
|
|
1198
|
-
|
|
1199
|
-
export interface AssociateConnectionWithLagRequest {
|
|
1200
|
-
/**
|
|
1201
|
-
* <p>The ID of the connection.</p>
|
|
1202
|
-
*/
|
|
1203
|
-
connectionId: string | undefined;
|
|
1204
|
-
|
|
1205
|
-
/**
|
|
1206
|
-
* <p>The ID of the LAG with which to associate the connection.</p>
|
|
1207
|
-
*/
|
|
1208
|
-
lagId: string | undefined;
|
|
1209
|
-
}
|
|
1210
|
-
|
|
1211
|
-
export namespace AssociateConnectionWithLagRequest {
|
|
1212
|
-
/**
|
|
1213
|
-
* @internal
|
|
1214
|
-
*/
|
|
1215
|
-
export const filterSensitiveLog = (obj: AssociateConnectionWithLagRequest): any => ({
|
|
1216
|
-
...obj,
|
|
1217
|
-
});
|
|
1218
|
-
}
|
|
1219
|
-
|
|
1220
|
-
export interface AssociateHostedConnectionRequest {
|
|
1221
|
-
/**
|
|
1222
|
-
* <p>The ID of the hosted connection.</p>
|
|
1223
|
-
*/
|
|
1224
|
-
connectionId: string | undefined;
|
|
1225
|
-
|
|
1226
|
-
/**
|
|
1227
|
-
* <p>The ID of the interconnect or the LAG.</p>
|
|
1228
|
-
*/
|
|
1229
|
-
parentConnectionId: string | undefined;
|
|
1230
|
-
}
|
|
1231
|
-
|
|
1232
|
-
export namespace AssociateHostedConnectionRequest {
|
|
1233
|
-
/**
|
|
1234
|
-
* @internal
|
|
1235
|
-
*/
|
|
1236
|
-
export const filterSensitiveLog = (obj: AssociateHostedConnectionRequest): any => ({
|
|
1237
|
-
...obj,
|
|
1238
|
-
});
|
|
1239
|
-
}
|
|
1240
|
-
|
|
1241
|
-
export interface AssociateMacSecKeyRequest {
|
|
1242
|
-
/**
|
|
1243
|
-
* <p>The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).</p>
|
|
1244
|
-
* <p>You can use <a>DescribeConnections</a> or <a>DescribeLags</a> to retrieve connection ID.</p>
|
|
1245
|
-
*/
|
|
1246
|
-
connectionId: string | undefined;
|
|
1247
|
-
|
|
1248
|
-
/**
|
|
1249
|
-
* <p>The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key to associate with the dedicated connection.</p>
|
|
1250
|
-
* <p>You can use <a>DescribeConnections</a> or <a>DescribeLags</a> to retrieve the MAC Security (MACsec) secret key.</p>
|
|
1251
|
-
* <p>If you use this request parameter, you do not use the <code>ckn</code> and <code>cak</code> request parameters.</p>
|
|
1252
|
-
*/
|
|
1253
|
-
secretARN?: string;
|
|
1254
|
-
|
|
1255
|
-
/**
|
|
1256
|
-
* <p>The MAC Security (MACsec) CKN to associate with the dedicated connection.</p>
|
|
1257
|
-
* <p>You can create the CKN/CAK pair using an industry standard tool.</p>
|
|
1258
|
-
* <p> The valid values are 64 hexadecimal characters (0-9, A-E).</p>
|
|
1259
|
-
* <p>If you use this request parameter, you must use the <code>cak</code> request parameter and not use the <code>secretARN</code> request parameter.</p>
|
|
1260
|
-
*/
|
|
1261
|
-
ckn?: string;
|
|
1262
|
-
|
|
1263
|
-
/**
|
|
1264
|
-
* <p>The MAC Security (MACsec) CAK to associate with the dedicated connection.</p>
|
|
1265
|
-
* <p>You can create the CKN/CAK pair using an industry standard tool.</p>
|
|
1266
|
-
* <p> The valid values are 64 hexadecimal characters (0-9, A-E).</p>
|
|
1267
|
-
* <p>If you use this request parameter, you must use the <code>ckn</code> request parameter and not use the <code>secretARN</code> request parameter.</p>
|
|
1268
|
-
*/
|
|
1269
|
-
cak?: string;
|
|
1270
|
-
}
|
|
1271
|
-
|
|
1272
|
-
export namespace AssociateMacSecKeyRequest {
|
|
1273
|
-
/**
|
|
1274
|
-
* @internal
|
|
1275
|
-
*/
|
|
1276
|
-
export const filterSensitiveLog = (obj: AssociateMacSecKeyRequest): any => ({
|
|
1277
|
-
...obj,
|
|
1278
|
-
});
|
|
1279
|
-
}
|
|
1280
|
-
|
|
1281
|
-
export interface AssociateMacSecKeyResponse {
|
|
1282
|
-
/**
|
|
1283
|
-
* <p>The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).</p>
|
|
1284
|
-
*/
|
|
1285
|
-
connectionId?: string;
|
|
1286
|
-
|
|
1287
|
-
/**
|
|
1288
|
-
* <p>The MAC Security (MACsec) security keys associated with the dedicated connection.</p>
|
|
1289
|
-
*/
|
|
1290
|
-
macSecKeys?: MacSecKey[];
|
|
1291
|
-
}
|
|
1292
|
-
|
|
1293
|
-
export namespace AssociateMacSecKeyResponse {
|
|
1294
|
-
/**
|
|
1295
|
-
* @internal
|
|
1296
|
-
*/
|
|
1297
|
-
export const filterSensitiveLog = (obj: AssociateMacSecKeyResponse): any => ({
|
|
1298
|
-
...obj,
|
|
1299
|
-
});
|
|
1300
|
-
}
|
|
1301
|
-
|
|
1302
|
-
export interface AssociateVirtualInterfaceRequest {
|
|
1303
|
-
/**
|
|
1304
|
-
* <p>The ID of the virtual interface.</p>
|
|
1305
|
-
*/
|
|
1306
|
-
virtualInterfaceId: string | undefined;
|
|
1307
|
-
|
|
1308
|
-
/**
|
|
1309
|
-
* <p>The ID of the LAG or connection.</p>
|
|
1310
|
-
*/
|
|
1311
|
-
connectionId: string | undefined;
|
|
1312
|
-
}
|
|
1313
|
-
|
|
1314
|
-
export namespace AssociateVirtualInterfaceRequest {
|
|
1315
|
-
/**
|
|
1316
|
-
* @internal
|
|
1317
|
-
*/
|
|
1318
|
-
export const filterSensitiveLog = (obj: AssociateVirtualInterfaceRequest): any => ({
|
|
1319
|
-
...obj,
|
|
1320
|
-
});
|
|
1321
|
-
}
|
|
1322
|
-
|
|
1323
|
-
export interface ConfirmConnectionRequest {
|
|
1324
|
-
/**
|
|
1325
|
-
* <p>The ID of the hosted connection.</p>
|
|
1326
|
-
*/
|
|
1327
|
-
connectionId: string | undefined;
|
|
1328
|
-
}
|
|
1329
|
-
|
|
1330
|
-
export namespace ConfirmConnectionRequest {
|
|
1331
|
-
/**
|
|
1332
|
-
* @internal
|
|
1333
|
-
*/
|
|
1334
|
-
export const filterSensitiveLog = (obj: ConfirmConnectionRequest): any => ({
|
|
1335
|
-
...obj,
|
|
1336
|
-
});
|
|
1337
|
-
}
|
|
1338
|
-
|
|
1339
|
-
export interface ConfirmConnectionResponse {
|
|
1340
|
-
/**
|
|
1341
|
-
* <p>The state of the connection. The following are the possible values:</p>
|
|
1342
|
-
* <ul>
|
|
1343
|
-
* <li>
|
|
1344
|
-
* <p>
|
|
1345
|
-
* <code>ordering</code>: The initial state of a hosted connection provisioned on an interconnect. The connection stays in the ordering state until the owner of the hosted connection confirms or declines the connection order.</p>
|
|
1346
|
-
* </li>
|
|
1347
|
-
* <li>
|
|
1348
|
-
* <p>
|
|
1349
|
-
* <code>requested</code>: The initial state of a standard connection. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.</p>
|
|
1350
|
-
* </li>
|
|
1351
|
-
* <li>
|
|
1352
|
-
* <p>
|
|
1353
|
-
* <code>pending</code>: The connection has been approved and is being initialized.</p>
|
|
1354
|
-
* </li>
|
|
1355
|
-
* <li>
|
|
1356
|
-
* <p>
|
|
1357
|
-
* <code>available</code>: The network link is up and the connection is ready for use.</p>
|
|
1358
|
-
* </li>
|
|
1359
|
-
* <li>
|
|
1360
|
-
* <p>
|
|
1361
|
-
* <code>down</code>: The network link is down.</p>
|
|
1362
|
-
* </li>
|
|
1363
|
-
* <li>
|
|
1364
|
-
* <p>
|
|
1365
|
-
* <code>deleting</code>: The connection is being deleted.</p>
|
|
1366
|
-
* </li>
|
|
1367
|
-
* <li>
|
|
1368
|
-
* <p>
|
|
1369
|
-
* <code>deleted</code>: The connection has been deleted.</p>
|
|
1370
|
-
* </li>
|
|
1371
|
-
* <li>
|
|
1372
|
-
* <p>
|
|
1373
|
-
* <code>rejected</code>: A hosted connection in the <code>ordering</code> state enters the <code>rejected</code> state if it is deleted by the customer.</p>
|
|
1374
|
-
* </li>
|
|
1375
|
-
* <li>
|
|
1376
|
-
* <p>
|
|
1377
|
-
* <code>unknown</code>: The state of the connection is not available.</p>
|
|
1378
|
-
* </li>
|
|
1379
|
-
* </ul>
|
|
1380
|
-
*/
|
|
1381
|
-
connectionState?: ConnectionState | string;
|
|
1382
|
-
}
|
|
1383
|
-
|
|
1384
|
-
export namespace ConfirmConnectionResponse {
|
|
1385
|
-
/**
|
|
1386
|
-
* @internal
|
|
1387
|
-
*/
|
|
1388
|
-
export const filterSensitiveLog = (obj: ConfirmConnectionResponse): any => ({
|
|
1389
|
-
...obj,
|
|
1390
|
-
});
|
|
1391
|
-
}
|
|
1392
|
-
|
|
1393
|
-
export interface ConfirmPrivateVirtualInterfaceRequest {
|
|
1394
|
-
/**
|
|
1395
|
-
* <p>The ID of the virtual interface.</p>
|
|
1396
|
-
*/
|
|
1397
|
-
virtualInterfaceId: string | undefined;
|
|
1398
|
-
|
|
1399
|
-
/**
|
|
1400
|
-
* <p>The ID of the virtual private gateway.</p>
|
|
1401
|
-
*/
|
|
1402
|
-
virtualGatewayId?: string;
|
|
1403
|
-
|
|
1404
|
-
/**
|
|
1405
|
-
* <p>The ID of the Direct Connect gateway.</p>
|
|
1406
|
-
*/
|
|
1407
|
-
directConnectGatewayId?: string;
|
|
1408
|
-
}
|
|
1409
|
-
|
|
1410
|
-
export namespace ConfirmPrivateVirtualInterfaceRequest {
|
|
1411
|
-
/**
|
|
1412
|
-
* @internal
|
|
1413
|
-
*/
|
|
1414
|
-
export const filterSensitiveLog = (obj: ConfirmPrivateVirtualInterfaceRequest): any => ({
|
|
1415
|
-
...obj,
|
|
1416
|
-
});
|
|
1417
|
-
}
|
|
1418
|
-
|
|
1419
|
-
export interface ConfirmPrivateVirtualInterfaceResponse {
|
|
1420
|
-
/**
|
|
1421
|
-
* <p>The state of the virtual interface. The following are the possible values:</p>
|
|
1422
|
-
* <ul>
|
|
1423
|
-
* <li>
|
|
1424
|
-
* <p>
|
|
1425
|
-
* <code>confirming</code>: The creation of the virtual interface is pending confirmation from the virtual interface owner. If the owner of the virtual interface is different from the owner of the connection on which it is provisioned, then the virtual interface will remain in this state until it is confirmed by the virtual interface owner.</p>
|
|
1426
|
-
* </li>
|
|
1427
|
-
* <li>
|
|
1428
|
-
* <p>
|
|
1429
|
-
* <code>verifying</code>: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created.</p>
|
|
1430
|
-
* </li>
|
|
1431
|
-
* <li>
|
|
1432
|
-
* <p>
|
|
1433
|
-
* <code>pending</code>: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic.</p>
|
|
1434
|
-
* </li>
|
|
1435
|
-
* <li>
|
|
1436
|
-
* <p>
|
|
1437
|
-
* <code>available</code>: A virtual interface that is able to forward traffic.</p>
|
|
1438
|
-
* </li>
|
|
1439
|
-
* <li>
|
|
1440
|
-
* <p>
|
|
1441
|
-
* <code>down</code>: A virtual interface that is BGP down.</p>
|
|
1442
|
-
* </li>
|
|
1443
|
-
* <li>
|
|
1444
|
-
* <p>
|
|
1445
|
-
* <code>deleting</code>: A virtual interface is in this state immediately after calling <a>DeleteVirtualInterface</a> until it can no longer forward traffic.</p>
|
|
1446
|
-
* </li>
|
|
1447
|
-
* <li>
|
|
1448
|
-
* <p>
|
|
1449
|
-
* <code>deleted</code>: A virtual interface that cannot forward traffic.</p>
|
|
1450
|
-
* </li>
|
|
1451
|
-
* <li>
|
|
1452
|
-
* <p>
|
|
1453
|
-
* <code>rejected</code>: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the <code>Confirming</code> state is deleted by the virtual interface owner, the virtual interface enters the <code>Rejected</code> state.</p>
|
|
1454
|
-
* </li>
|
|
1455
|
-
* <li>
|
|
1456
|
-
* <p>
|
|
1457
|
-
* <code>unknown</code>: The state of the virtual interface is not available.</p>
|
|
1458
|
-
* </li>
|
|
1459
|
-
* </ul>
|
|
1460
|
-
*/
|
|
1461
|
-
virtualInterfaceState?: VirtualInterfaceState | string;
|
|
1462
|
-
}
|
|
1463
|
-
|
|
1464
|
-
export namespace ConfirmPrivateVirtualInterfaceResponse {
|
|
1465
|
-
/**
|
|
1466
|
-
* @internal
|
|
1467
|
-
*/
|
|
1468
|
-
export const filterSensitiveLog = (obj: ConfirmPrivateVirtualInterfaceResponse): any => ({
|
|
1469
|
-
...obj,
|
|
1470
|
-
});
|
|
1471
|
-
}
|
|
1472
|
-
|
|
1473
|
-
export interface ConfirmPublicVirtualInterfaceRequest {
|
|
1474
|
-
/**
|
|
1475
|
-
* <p>The ID of the virtual interface.</p>
|
|
1476
|
-
*/
|
|
1477
|
-
virtualInterfaceId: string | undefined;
|
|
1478
|
-
}
|
|
1479
|
-
|
|
1480
|
-
export namespace ConfirmPublicVirtualInterfaceRequest {
|
|
1481
|
-
/**
|
|
1482
|
-
* @internal
|
|
1483
|
-
*/
|
|
1484
|
-
export const filterSensitiveLog = (obj: ConfirmPublicVirtualInterfaceRequest): any => ({
|
|
1485
|
-
...obj,
|
|
1486
|
-
});
|
|
1487
|
-
}
|
|
1488
|
-
|
|
1489
|
-
export interface ConfirmPublicVirtualInterfaceResponse {
|
|
1490
|
-
/**
|
|
1491
|
-
* <p>The state of the virtual interface. The following are the possible values:</p>
|
|
1492
|
-
* <ul>
|
|
1493
|
-
* <li>
|
|
1494
|
-
* <p>
|
|
1495
|
-
* <code>confirming</code>: The creation of the virtual interface is pending confirmation from the virtual interface owner. If the owner of the virtual interface is different from the owner of the connection on which it is provisioned, then the virtual interface will remain in this state until it is confirmed by the virtual interface owner.</p>
|
|
1496
|
-
* </li>
|
|
1497
|
-
* <li>
|
|
1498
|
-
* <p>
|
|
1499
|
-
* <code>verifying</code>: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created.</p>
|
|
1500
|
-
* </li>
|
|
1501
|
-
* <li>
|
|
1502
|
-
* <p>
|
|
1503
|
-
* <code>pending</code>: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic.</p>
|
|
1504
|
-
* </li>
|
|
1505
|
-
* <li>
|
|
1506
|
-
* <p>
|
|
1507
|
-
* <code>available</code>: A virtual interface that is able to forward traffic.</p>
|
|
1508
|
-
* </li>
|
|
1509
|
-
* <li>
|
|
1510
|
-
* <p>
|
|
1511
|
-
* <code>down</code>: A virtual interface that is BGP down.</p>
|
|
1512
|
-
* </li>
|
|
1513
|
-
* <li>
|
|
1514
|
-
* <p>
|
|
1515
|
-
* <code>deleting</code>: A virtual interface is in this state immediately after calling <a>DeleteVirtualInterface</a> until it can no longer forward traffic.</p>
|
|
1516
|
-
* </li>
|
|
1517
|
-
* <li>
|
|
1518
|
-
* <p>
|
|
1519
|
-
* <code>deleted</code>: A virtual interface that cannot forward traffic.</p>
|
|
1520
|
-
* </li>
|
|
1521
|
-
* <li>
|
|
1522
|
-
* <p>
|
|
1523
|
-
* <code>rejected</code>: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the <code>Confirming</code> state is deleted by the virtual interface owner, the virtual interface enters the <code>Rejected</code> state.</p>
|
|
1524
|
-
* </li>
|
|
1525
|
-
* <li>
|
|
1526
|
-
* <p>
|
|
1527
|
-
* <code>unknown</code>: The state of the virtual interface is not available.</p>
|
|
1528
|
-
* </li>
|
|
1529
|
-
* </ul>
|
|
1530
|
-
*/
|
|
1531
|
-
virtualInterfaceState?: VirtualInterfaceState | string;
|
|
1532
|
-
}
|
|
1533
|
-
|
|
1534
|
-
export namespace ConfirmPublicVirtualInterfaceResponse {
|
|
1535
|
-
/**
|
|
1536
|
-
* @internal
|
|
1537
|
-
*/
|
|
1538
|
-
export const filterSensitiveLog = (obj: ConfirmPublicVirtualInterfaceResponse): any => ({
|
|
1539
|
-
...obj,
|
|
1540
|
-
});
|
|
1541
|
-
}
|
|
1542
|
-
|
|
1543
|
-
export interface ConfirmTransitVirtualInterfaceRequest {
|
|
1544
|
-
/**
|
|
1545
|
-
* <p>The ID of the virtual interface.</p>
|
|
1546
|
-
*/
|
|
1547
|
-
virtualInterfaceId: string | undefined;
|
|
1548
|
-
|
|
1549
|
-
/**
|
|
1550
|
-
* <p>The ID of the Direct Connect gateway.</p>
|
|
1551
|
-
*/
|
|
1552
|
-
directConnectGatewayId: string | undefined;
|
|
1553
|
-
}
|
|
1554
|
-
|
|
1555
|
-
export namespace ConfirmTransitVirtualInterfaceRequest {
|
|
1556
|
-
/**
|
|
1557
|
-
* @internal
|
|
1558
|
-
*/
|
|
1559
|
-
export const filterSensitiveLog = (obj: ConfirmTransitVirtualInterfaceRequest): any => ({
|
|
1560
|
-
...obj,
|
|
1561
|
-
});
|
|
1562
|
-
}
|
|
1563
|
-
|
|
1564
|
-
export interface ConfirmTransitVirtualInterfaceResponse {
|
|
1565
|
-
/**
|
|
1566
|
-
* <p>The state of the virtual interface. The following are the possible values:</p>
|
|
1567
|
-
* <ul>
|
|
1568
|
-
* <li>
|
|
1569
|
-
* <p>
|
|
1570
|
-
* <code>confirming</code>: The creation of the virtual interface is pending confirmation from the virtual interface owner. If the owner of the virtual interface is different from the owner of the connection on which it is provisioned, then the virtual interface will remain in this state until it is confirmed by the virtual interface owner.</p>
|
|
1571
|
-
* </li>
|
|
1572
|
-
* <li>
|
|
1573
|
-
* <p>
|
|
1574
|
-
* <code>verifying</code>: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created.</p>
|
|
1575
|
-
* </li>
|
|
1576
|
-
* <li>
|
|
1577
|
-
* <p>
|
|
1578
|
-
* <code>pending</code>: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic.</p>
|
|
1579
|
-
* </li>
|
|
1580
|
-
* <li>
|
|
1581
|
-
* <p>
|
|
1582
|
-
* <code>available</code>: A virtual interface that is able to forward traffic.</p>
|
|
1583
|
-
* </li>
|
|
1584
|
-
* <li>
|
|
1585
|
-
* <p>
|
|
1586
|
-
* <code>down</code>: A virtual interface that is BGP down.</p>
|
|
1587
|
-
* </li>
|
|
1588
|
-
* <li>
|
|
1589
|
-
* <p>
|
|
1590
|
-
* <code>deleting</code>: A virtual interface is in this state immediately after calling <a>DeleteVirtualInterface</a> until it can no longer forward traffic.</p>
|
|
1591
|
-
* </li>
|
|
1592
|
-
* <li>
|
|
1593
|
-
* <p>
|
|
1594
|
-
* <code>deleted</code>: A virtual interface that cannot forward traffic.</p>
|
|
1595
|
-
* </li>
|
|
1596
|
-
* <li>
|
|
1597
|
-
* <p>
|
|
1598
|
-
* <code>rejected</code>: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the <code>Confirming</code> state is deleted by the virtual interface owner, the virtual interface enters the <code>Rejected</code> state.</p>
|
|
1599
|
-
* </li>
|
|
1600
|
-
* <li>
|
|
1601
|
-
* <p>
|
|
1602
|
-
* <code>unknown</code>: The state of the virtual interface is not available.</p>
|
|
1603
|
-
* </li>
|
|
1604
|
-
* </ul>
|
|
1605
|
-
*/
|
|
1606
|
-
virtualInterfaceState?: VirtualInterfaceState | string;
|
|
1607
|
-
}
|
|
1608
|
-
|
|
1609
|
-
export namespace ConfirmTransitVirtualInterfaceResponse {
|
|
1610
|
-
/**
|
|
1611
|
-
* @internal
|
|
1612
|
-
*/
|
|
1613
|
-
export const filterSensitiveLog = (obj: ConfirmTransitVirtualInterfaceResponse): any => ({
|
|
1614
|
-
...obj,
|
|
1615
|
-
});
|
|
1616
|
-
}
|
|
1617
|
-
|
|
1618
|
-
export interface Connections {
|
|
1619
|
-
/**
|
|
1620
|
-
* <p>The connections.</p>
|
|
1621
|
-
*/
|
|
1622
|
-
connections?: Connection[];
|
|
1623
|
-
}
|
|
1624
|
-
|
|
1625
|
-
export namespace Connections {
|
|
1626
|
-
/**
|
|
1627
|
-
* @internal
|
|
1628
|
-
*/
|
|
1629
|
-
export const filterSensitiveLog = (obj: Connections): any => ({
|
|
1630
|
-
...obj,
|
|
1631
|
-
});
|
|
1632
|
-
}
|
|
1633
|
-
|
|
1634
|
-
/**
|
|
1635
|
-
* <p>Information about a new BGP peer.</p>
|
|
1636
|
-
*/
|
|
1637
|
-
export interface NewBGPPeer {
|
|
1638
|
-
/**
|
|
1639
|
-
* <p>The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.</p>
|
|
1640
|
-
*/
|
|
1641
|
-
asn?: number;
|
|
1642
|
-
|
|
1643
|
-
/**
|
|
1644
|
-
* <p>The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.</p>
|
|
1645
|
-
*/
|
|
1646
|
-
authKey?: string;
|
|
1647
|
-
|
|
1648
|
-
/**
|
|
1649
|
-
* <p>The address family for the BGP peer.</p>
|
|
1650
|
-
*/
|
|
1651
|
-
addressFamily?: AddressFamily | string;
|
|
1652
|
-
|
|
1653
|
-
/**
|
|
1654
|
-
* <p>The IP address assigned to the Amazon interface.</p>
|
|
1655
|
-
*/
|
|
1656
|
-
amazonAddress?: string;
|
|
1657
|
-
|
|
1658
|
-
/**
|
|
1659
|
-
* <p>The IP address assigned to the customer interface.</p>
|
|
1660
|
-
*/
|
|
1661
|
-
customerAddress?: string;
|
|
1662
|
-
}
|
|
1663
|
-
|
|
1664
|
-
export namespace NewBGPPeer {
|
|
1665
|
-
/**
|
|
1666
|
-
* @internal
|
|
1667
|
-
*/
|
|
1668
|
-
export const filterSensitiveLog = (obj: NewBGPPeer): any => ({
|
|
1669
|
-
...obj,
|
|
1670
|
-
});
|
|
1671
|
-
}
|
|
1672
|
-
|
|
1673
|
-
export interface CreateBGPPeerRequest {
|
|
1674
|
-
/**
|
|
1675
|
-
* <p>The ID of the virtual interface.</p>
|
|
1676
|
-
*/
|
|
1677
|
-
virtualInterfaceId?: string;
|
|
1678
|
-
|
|
1679
|
-
/**
|
|
1680
|
-
* <p>Information about the BGP peer.</p>
|
|
1681
|
-
*/
|
|
1682
|
-
newBGPPeer?: NewBGPPeer;
|
|
1683
|
-
}
|
|
1684
|
-
|
|
1685
|
-
export namespace CreateBGPPeerRequest {
|
|
1686
|
-
/**
|
|
1687
|
-
* @internal
|
|
1688
|
-
*/
|
|
1689
|
-
export const filterSensitiveLog = (obj: CreateBGPPeerRequest): any => ({
|
|
1690
|
-
...obj,
|
|
1691
|
-
});
|
|
1692
|
-
}
|
|
1693
|
-
|
|
1694
|
-
export interface CreateBGPPeerResponse {
|
|
1695
|
-
/**
|
|
1696
|
-
* <p>The virtual interface.</p>
|
|
1697
|
-
*/
|
|
1698
|
-
virtualInterface?: VirtualInterface;
|
|
1699
|
-
}
|
|
1700
|
-
|
|
1701
|
-
export namespace CreateBGPPeerResponse {
|
|
1702
|
-
/**
|
|
1703
|
-
* @internal
|
|
1704
|
-
*/
|
|
1705
|
-
export const filterSensitiveLog = (obj: CreateBGPPeerResponse): any => ({
|
|
1706
|
-
...obj,
|
|
1707
|
-
});
|
|
1708
|
-
}
|
|
1709
|
-
|
|
1710
|
-
export interface CreateConnectionRequest {
|
|
1711
|
-
/**
|
|
1712
|
-
* <p>The location of the connection.</p>
|
|
1713
|
-
*/
|
|
1714
|
-
location: string | undefined;
|
|
1715
|
-
|
|
1716
|
-
/**
|
|
1717
|
-
* <p>The bandwidth of the connection.</p>
|
|
1718
|
-
*/
|
|
1719
|
-
bandwidth: string | undefined;
|
|
1720
|
-
|
|
1721
|
-
/**
|
|
1722
|
-
* <p>The name of the connection.</p>
|
|
1723
|
-
*/
|
|
1724
|
-
connectionName: string | undefined;
|
|
1725
|
-
|
|
1726
|
-
/**
|
|
1727
|
-
* <p>The ID of the LAG.</p>
|
|
1728
|
-
*/
|
|
1729
|
-
lagId?: string;
|
|
1730
|
-
|
|
1731
|
-
/**
|
|
1732
|
-
* <p>The tags to associate with the lag.</p>
|
|
1733
|
-
*/
|
|
1734
|
-
tags?: Tag[];
|
|
1735
|
-
|
|
1736
|
-
/**
|
|
1737
|
-
* <p>The name of the service provider associated with the requested connection.</p>
|
|
1738
|
-
*/
|
|
1739
|
-
providerName?: string;
|
|
1740
|
-
|
|
1741
|
-
/**
|
|
1742
|
-
* <p>Indicates whether you want the connection to support MAC Security (MACsec).</p>
|
|
1743
|
-
* <p>MAC Security (MACsec) is only available on dedicated connections. For information about MAC Security (MACsec) prerequisties, see <a href="https://docs.aws.amazon.com/directconnect/latest/UserGuide/direct-connect-mac-sec-getting-started.html#mac-sec-prerequisites">MACsec prerequisties</a> in the <i>Direct Connect User Guide</i>.</p>
|
|
1744
|
-
*/
|
|
1745
|
-
requestMACSec?: boolean;
|
|
1746
|
-
}
|
|
1747
|
-
|
|
1748
|
-
export namespace CreateConnectionRequest {
|
|
1749
|
-
/**
|
|
1750
|
-
* @internal
|
|
1751
|
-
*/
|
|
1752
|
-
export const filterSensitiveLog = (obj: CreateConnectionRequest): any => ({
|
|
1753
|
-
...obj,
|
|
1754
|
-
});
|
|
1755
|
-
}
|
|
1756
|
-
|
|
1757
|
-
export interface CreateDirectConnectGatewayRequest {
|
|
1758
|
-
/**
|
|
1759
|
-
* <p>The name of the Direct Connect gateway.</p>
|
|
1760
|
-
*/
|
|
1761
|
-
directConnectGatewayName: string | undefined;
|
|
1762
|
-
|
|
1763
|
-
/**
|
|
1764
|
-
* <p>The autonomous system number (ASN) for Border Gateway Protocol (BGP) to be configured
|
|
1765
|
-
* on the Amazon side of the connection. The ASN must be in the private range of 64,512 to
|
|
1766
|
-
* 65,534 or 4,200,000,000 to 4,294,967,294. The default is 64512.</p>
|
|
1767
|
-
*/
|
|
1768
|
-
amazonSideAsn?: number;
|
|
1769
|
-
}
|
|
1770
|
-
|
|
1771
|
-
export namespace CreateDirectConnectGatewayRequest {
|
|
1772
|
-
/**
|
|
1773
|
-
* @internal
|
|
1774
|
-
*/
|
|
1775
|
-
export const filterSensitiveLog = (obj: CreateDirectConnectGatewayRequest): any => ({
|
|
1776
|
-
...obj,
|
|
1777
|
-
});
|
|
1778
|
-
}
|
|
1779
|
-
|
|
1780
|
-
export type DirectConnectGatewayState = "available" | "deleted" | "deleting" | "pending";
|
|
1781
|
-
|
|
1782
|
-
/**
|
|
1783
|
-
* <p>Information about a Direct Connect gateway, which enables you to connect virtual interfaces and virtual private gateway or transit gateways.</p>
|
|
1784
|
-
*/
|
|
1785
|
-
export interface DirectConnectGateway {
|
|
1786
|
-
/**
|
|
1787
|
-
* <p>The ID of the Direct Connect gateway.</p>
|
|
1788
|
-
*/
|
|
1789
|
-
directConnectGatewayId?: string;
|
|
1790
|
-
|
|
1791
|
-
/**
|
|
1792
|
-
* <p>The name of the Direct Connect gateway.</p>
|
|
1793
|
-
*/
|
|
1794
|
-
directConnectGatewayName?: string;
|
|
1795
|
-
|
|
1796
|
-
/**
|
|
1797
|
-
* <p>The autonomous system number (ASN) for the Amazon side of the connection.</p>
|
|
1798
|
-
*/
|
|
1799
|
-
amazonSideAsn?: number;
|
|
1800
|
-
|
|
1801
|
-
/**
|
|
1802
|
-
* <p>The ID of the account that owns the Direct Connect gateway.</p>
|
|
1803
|
-
*/
|
|
1804
|
-
ownerAccount?: string;
|
|
1805
|
-
|
|
1806
|
-
/**
|
|
1807
|
-
* <p>The state of the Direct Connect gateway. The following are the possible values:</p>
|
|
1808
|
-
* <ul>
|
|
1809
|
-
* <li>
|
|
1810
|
-
* <p>
|
|
1811
|
-
* <code>pending</code>: The initial state after calling <a>CreateDirectConnectGateway</a>.</p>
|
|
1812
|
-
* </li>
|
|
1813
|
-
* <li>
|
|
1814
|
-
* <p>
|
|
1815
|
-
* <code>available</code>: The Direct Connect gateway is ready for use.</p>
|
|
1816
|
-
* </li>
|
|
1817
|
-
* <li>
|
|
1818
|
-
* <p>
|
|
1819
|
-
* <code>deleting</code>: The initial state after calling <a>DeleteDirectConnectGateway</a>.</p>
|
|
1820
|
-
* </li>
|
|
1821
|
-
* <li>
|
|
1822
|
-
* <p>
|
|
1823
|
-
* <code>deleted</code>: The Direct Connect gateway is deleted and cannot pass traffic.</p>
|
|
1824
|
-
* </li>
|
|
1825
|
-
* </ul>
|
|
1826
|
-
*/
|
|
1827
|
-
directConnectGatewayState?: DirectConnectGatewayState | string;
|
|
1828
|
-
|
|
1829
|
-
/**
|
|
1830
|
-
* <p>The error message if the state of an object failed to advance.</p>
|
|
1831
|
-
*/
|
|
1832
|
-
stateChangeError?: string;
|
|
1833
|
-
}
|
|
1834
|
-
|
|
1835
|
-
export namespace DirectConnectGateway {
|
|
1836
|
-
/**
|
|
1837
|
-
* @internal
|
|
1838
|
-
*/
|
|
1839
|
-
export const filterSensitiveLog = (obj: DirectConnectGateway): any => ({
|
|
1840
|
-
...obj,
|
|
1841
|
-
});
|
|
1842
|
-
}
|
|
1843
|
-
|
|
1844
|
-
export interface CreateDirectConnectGatewayResult {
|
|
1845
|
-
/**
|
|
1846
|
-
* <p>The Direct Connect gateway.</p>
|
|
1847
|
-
*/
|
|
1848
|
-
directConnectGateway?: DirectConnectGateway;
|
|
1849
|
-
}
|
|
1850
|
-
|
|
1851
|
-
export namespace CreateDirectConnectGatewayResult {
|
|
1852
|
-
/**
|
|
1853
|
-
* @internal
|
|
1854
|
-
*/
|
|
1855
|
-
export const filterSensitiveLog = (obj: CreateDirectConnectGatewayResult): any => ({
|
|
1856
|
-
...obj,
|
|
1857
|
-
});
|
|
1858
|
-
}
|
|
1859
|
-
|
|
1860
|
-
export interface CreateDirectConnectGatewayAssociationRequest {
|
|
1861
|
-
/**
|
|
1862
|
-
* <p>The ID of the Direct Connect gateway.</p>
|
|
1863
|
-
*/
|
|
1864
|
-
directConnectGatewayId: string | undefined;
|
|
1865
|
-
|
|
1866
|
-
/**
|
|
1867
|
-
* <p>The ID of the virtual private gateway or transit gateway.</p>
|
|
1868
|
-
*/
|
|
1869
|
-
gatewayId?: string;
|
|
1870
|
-
|
|
1871
|
-
/**
|
|
1872
|
-
* <p>The Amazon VPC prefixes to advertise to the Direct Connect gateway</p>
|
|
1873
|
-
* <p>This parameter is required when you create an association to a transit gateway.</p>
|
|
1874
|
-
* <p>For information about how to set the prefixes, see <a href="https://docs.aws.amazon.com/directconnect/latest/UserGuide/multi-account-associate-vgw.html#allowed-prefixes">Allowed Prefixes</a> in the <i>Direct Connect User Guide</i>.</p>
|
|
1875
|
-
*/
|
|
1876
|
-
addAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
|
|
1877
|
-
|
|
1878
|
-
/**
|
|
1879
|
-
* <p>The ID of the virtual private gateway.</p>
|
|
1880
|
-
*/
|
|
1881
|
-
virtualGatewayId?: string;
|
|
1882
|
-
}
|
|
1883
|
-
|
|
1884
|
-
export namespace CreateDirectConnectGatewayAssociationRequest {
|
|
1885
|
-
/**
|
|
1886
|
-
* @internal
|
|
1887
|
-
*/
|
|
1888
|
-
export const filterSensitiveLog = (obj: CreateDirectConnectGatewayAssociationRequest): any => ({
|
|
1889
|
-
...obj,
|
|
1890
|
-
});
|
|
1891
|
-
}
|
|
1892
|
-
|
|
1893
|
-
export interface CreateDirectConnectGatewayAssociationResult {
|
|
1894
|
-
/**
|
|
1895
|
-
* <p>The association to be created.</p>
|
|
1896
|
-
*/
|
|
1897
|
-
directConnectGatewayAssociation?: DirectConnectGatewayAssociation;
|
|
1898
|
-
}
|
|
1899
|
-
|
|
1900
|
-
export namespace CreateDirectConnectGatewayAssociationResult {
|
|
1901
|
-
/**
|
|
1902
|
-
* @internal
|
|
1903
|
-
*/
|
|
1904
|
-
export const filterSensitiveLog = (obj: CreateDirectConnectGatewayAssociationResult): any => ({
|
|
1905
|
-
...obj,
|
|
1906
|
-
});
|
|
1907
|
-
}
|
|
1908
|
-
|
|
1909
|
-
export interface CreateDirectConnectGatewayAssociationProposalRequest {
|
|
1910
|
-
/**
|
|
1911
|
-
* <p>The ID of the Direct Connect gateway.</p>
|
|
1912
|
-
*/
|
|
1913
|
-
directConnectGatewayId: string | undefined;
|
|
1914
|
-
|
|
1915
|
-
/**
|
|
1916
|
-
* <p>The ID of the account that owns the Direct Connect gateway.</p>
|
|
1917
|
-
*/
|
|
1918
|
-
directConnectGatewayOwnerAccount: string | undefined;
|
|
1919
|
-
|
|
1920
|
-
/**
|
|
1921
|
-
* <p>The ID of the virtual private gateway or transit gateway.</p>
|
|
1922
|
-
*/
|
|
1923
|
-
gatewayId: string | undefined;
|
|
1924
|
-
|
|
1925
|
-
/**
|
|
1926
|
-
* <p>The Amazon VPC prefixes to advertise to the Direct Connect gateway.</p>
|
|
1927
|
-
*/
|
|
1928
|
-
addAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
|
|
1929
|
-
|
|
1930
|
-
/**
|
|
1931
|
-
* <p>The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.</p>
|
|
1932
|
-
*/
|
|
1933
|
-
removeAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
|
|
1934
|
-
}
|
|
1935
|
-
|
|
1936
|
-
export namespace CreateDirectConnectGatewayAssociationProposalRequest {
|
|
1937
|
-
/**
|
|
1938
|
-
* @internal
|
|
1939
|
-
*/
|
|
1940
|
-
export const filterSensitiveLog = (obj: CreateDirectConnectGatewayAssociationProposalRequest): any => ({
|
|
1941
|
-
...obj,
|
|
1942
|
-
});
|
|
1943
|
-
}
|
|
1944
|
-
|
|
1945
|
-
export type DirectConnectGatewayAssociationProposalState = "accepted" | "deleted" | "requested";
|
|
1946
|
-
|
|
1947
|
-
/**
|
|
1948
|
-
* <p>Information about the proposal request to attach a virtual private gateway to a Direct Connect gateway. </p>
|
|
1949
|
-
*/
|
|
1950
|
-
export interface DirectConnectGatewayAssociationProposal {
|
|
1951
|
-
/**
|
|
1952
|
-
* <p>The ID of the association proposal.</p>
|
|
1953
|
-
*/
|
|
1954
|
-
proposalId?: string;
|
|
1955
|
-
|
|
1956
|
-
/**
|
|
1957
|
-
* <p>The ID of the Direct Connect gateway.</p>
|
|
1958
|
-
*/
|
|
1959
|
-
directConnectGatewayId?: string;
|
|
1960
|
-
|
|
1961
|
-
/**
|
|
1962
|
-
* <p>The ID of the account that owns the Direct Connect gateway.</p>
|
|
1963
|
-
*/
|
|
1964
|
-
directConnectGatewayOwnerAccount?: string;
|
|
1965
|
-
|
|
1966
|
-
/**
|
|
1967
|
-
* <p>The state of the proposal. The following are possible values:</p>
|
|
1968
|
-
* <ul>
|
|
1969
|
-
* <li>
|
|
1970
|
-
* <p>
|
|
1971
|
-
* <code>accepted</code>: The proposal has been accepted. The Direct Connect gateway association is available to use in this state.</p>
|
|
1972
|
-
* </li>
|
|
1973
|
-
* <li>
|
|
1974
|
-
* <p>
|
|
1975
|
-
* <code>deleted</code>: The proposal has been deleted by the owner that made the proposal. The Direct Connect gateway association cannot be used in this state.</p>
|
|
1976
|
-
* </li>
|
|
1977
|
-
* <li>
|
|
1978
|
-
* <p>
|
|
1979
|
-
* <code>requested</code>: The proposal has been requested. The Direct Connect gateway association cannot be used in this state.</p>
|
|
1980
|
-
* </li>
|
|
1981
|
-
* </ul>
|
|
1982
|
-
*/
|
|
1983
|
-
proposalState?: DirectConnectGatewayAssociationProposalState | string;
|
|
1984
|
-
|
|
1985
|
-
/**
|
|
1986
|
-
* <p>Information about the associated gateway.</p>
|
|
1987
|
-
*/
|
|
1988
|
-
associatedGateway?: AssociatedGateway;
|
|
1989
|
-
|
|
1990
|
-
/**
|
|
1991
|
-
* <p>The existing Amazon VPC prefixes advertised to the Direct Connect gateway.</p>
|
|
1992
|
-
*/
|
|
1993
|
-
existingAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
|
|
1994
|
-
|
|
1995
|
-
/**
|
|
1996
|
-
* <p>The Amazon VPC prefixes to advertise to the Direct Connect gateway.</p>
|
|
1997
|
-
*/
|
|
1998
|
-
requestedAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
|
|
1999
|
-
}
|
|
2000
|
-
|
|
2001
|
-
export namespace DirectConnectGatewayAssociationProposal {
|
|
2002
|
-
/**
|
|
2003
|
-
* @internal
|
|
2004
|
-
*/
|
|
2005
|
-
export const filterSensitiveLog = (obj: DirectConnectGatewayAssociationProposal): any => ({
|
|
2006
|
-
...obj,
|
|
2007
|
-
});
|
|
2008
|
-
}
|
|
2009
|
-
|
|
2010
|
-
export interface CreateDirectConnectGatewayAssociationProposalResult {
|
|
2011
|
-
/**
|
|
2012
|
-
* <p>Information about the Direct Connect gateway proposal.</p>
|
|
2013
|
-
*/
|
|
2014
|
-
directConnectGatewayAssociationProposal?: DirectConnectGatewayAssociationProposal;
|
|
2015
|
-
}
|
|
2016
|
-
|
|
2017
|
-
export namespace CreateDirectConnectGatewayAssociationProposalResult {
|
|
2018
|
-
/**
|
|
2019
|
-
* @internal
|
|
2020
|
-
*/
|
|
2021
|
-
export const filterSensitiveLog = (obj: CreateDirectConnectGatewayAssociationProposalResult): any => ({
|
|
2022
|
-
...obj,
|
|
2023
|
-
});
|
|
2024
|
-
}
|
|
2025
|
-
|
|
2026
|
-
export interface CreateInterconnectRequest {
|
|
2027
|
-
/**
|
|
2028
|
-
* <p>The name of the interconnect.</p>
|
|
2029
|
-
*/
|
|
2030
|
-
interconnectName: string | undefined;
|
|
2031
|
-
|
|
2032
|
-
/**
|
|
2033
|
-
* <p>The port bandwidth, in Gbps. The possible values are 1 and 10.</p>
|
|
2034
|
-
*/
|
|
2035
|
-
bandwidth: string | undefined;
|
|
2036
|
-
|
|
2037
|
-
/**
|
|
2038
|
-
* <p>The location of the interconnect.</p>
|
|
2039
|
-
*/
|
|
2040
|
-
location: string | undefined;
|
|
2041
|
-
|
|
2042
|
-
/**
|
|
2043
|
-
* <p>The ID of the LAG.</p>
|
|
2044
|
-
*/
|
|
2045
|
-
lagId?: string;
|
|
2046
|
-
|
|
2047
|
-
/**
|
|
2048
|
-
* <p>The tags to associate with the interconnect.</p>
|
|
2049
|
-
*/
|
|
2050
|
-
tags?: Tag[];
|
|
2051
|
-
|
|
2052
|
-
/**
|
|
2053
|
-
* <p>The name of the service provider associated with the interconnect.</p>
|
|
2054
|
-
*/
|
|
2055
|
-
providerName?: string;
|
|
2056
|
-
}
|
|
2057
|
-
|
|
2058
|
-
export namespace CreateInterconnectRequest {
|
|
2059
|
-
/**
|
|
2060
|
-
* @internal
|
|
2061
|
-
*/
|
|
2062
|
-
export const filterSensitiveLog = (obj: CreateInterconnectRequest): any => ({
|
|
2063
|
-
...obj,
|
|
2064
|
-
});
|
|
2065
|
-
}
|
|
2066
|
-
|
|
2067
|
-
export type InterconnectState = "available" | "deleted" | "deleting" | "down" | "pending" | "requested" | "unknown";
|
|
2068
|
-
|
|
2069
|
-
/**
|
|
2070
|
-
* <p>Information about an interconnect.</p>
|
|
2071
|
-
*/
|
|
2072
|
-
export interface Interconnect {
|
|
2073
|
-
/**
|
|
2074
|
-
* <p>The ID of the interconnect.</p>
|
|
2075
|
-
*/
|
|
2076
|
-
interconnectId?: string;
|
|
2077
|
-
|
|
2078
|
-
/**
|
|
2079
|
-
* <p>The name of the interconnect.</p>
|
|
2080
|
-
*/
|
|
2081
|
-
interconnectName?: string;
|
|
2082
|
-
|
|
2083
|
-
/**
|
|
2084
|
-
* <p>The state of the interconnect. The following are the possible values:</p>
|
|
2085
|
-
* <ul>
|
|
2086
|
-
* <li>
|
|
2087
|
-
* <p>
|
|
2088
|
-
* <code>requested</code>: The initial state of an interconnect. The interconnect stays in the
|
|
2089
|
-
* requested state until the Letter of Authorization (LOA) is sent to the customer.</p>
|
|
2090
|
-
* </li>
|
|
2091
|
-
* <li>
|
|
2092
|
-
* <p>
|
|
2093
|
-
* <code>pending</code>: The interconnect is approved, and is being initialized.</p>
|
|
2094
|
-
* </li>
|
|
2095
|
-
* <li>
|
|
2096
|
-
* <p>
|
|
2097
|
-
* <code>available</code>: The network link is up, and the interconnect is ready for use.</p>
|
|
2098
|
-
* </li>
|
|
2099
|
-
* <li>
|
|
2100
|
-
* <p>
|
|
2101
|
-
* <code>down</code>: The network link is down.</p>
|
|
2102
|
-
* </li>
|
|
2103
|
-
* <li>
|
|
2104
|
-
* <p>
|
|
2105
|
-
* <code>deleting</code>: The interconnect is being deleted.</p>
|
|
2106
|
-
* </li>
|
|
2107
|
-
* <li>
|
|
2108
|
-
* <p>
|
|
2109
|
-
* <code>deleted</code>: The interconnect is deleted.</p>
|
|
2110
|
-
* </li>
|
|
2111
|
-
* <li>
|
|
2112
|
-
* <p>
|
|
2113
|
-
* <code>unknown</code>: The state of the interconnect is not available.</p>
|
|
2114
|
-
* </li>
|
|
2115
|
-
* </ul>
|
|
2116
|
-
*/
|
|
2117
|
-
interconnectState?: InterconnectState | string;
|
|
2118
|
-
|
|
2119
|
-
/**
|
|
2120
|
-
* <p>The Region where the connection is located.</p>
|
|
2121
|
-
*/
|
|
2122
|
-
region?: string;
|
|
2123
|
-
|
|
2124
|
-
/**
|
|
2125
|
-
* <p>The location of the connection.</p>
|
|
2126
|
-
*/
|
|
2127
|
-
location?: string;
|
|
2128
|
-
|
|
2129
|
-
/**
|
|
2130
|
-
* <p>The bandwidth of the connection.</p>
|
|
2131
|
-
*/
|
|
2132
|
-
bandwidth?: string;
|
|
2133
|
-
|
|
2134
|
-
/**
|
|
2135
|
-
* <p>The time of the most recent call to <a>DescribeLoa</a> for this connection.</p>
|
|
2136
|
-
*/
|
|
2137
|
-
loaIssueTime?: Date;
|
|
2138
|
-
|
|
2139
|
-
/**
|
|
2140
|
-
* <p>The ID of the LAG.</p>
|
|
2141
|
-
*/
|
|
2142
|
-
lagId?: string;
|
|
2143
|
-
|
|
2144
|
-
/**
|
|
2145
|
-
* @deprecated
|
|
2146
|
-
*
|
|
2147
|
-
* <p>The Direct Connect endpoint on which the physical connection terminates.</p>
|
|
2148
|
-
*/
|
|
2149
|
-
awsDevice?: string;
|
|
2150
|
-
|
|
2151
|
-
/**
|
|
2152
|
-
* <p>Indicates whether jumbo frames (9001 MTU) are supported.</p>
|
|
2153
|
-
*/
|
|
2154
|
-
jumboFrameCapable?: boolean;
|
|
2155
|
-
|
|
2156
|
-
/**
|
|
2157
|
-
* <p>The Direct Connect endpoint that terminates the physical connection.</p>
|
|
2158
|
-
*/
|
|
2159
|
-
awsDeviceV2?: string;
|
|
2160
|
-
|
|
2161
|
-
/**
|
|
2162
|
-
* <p>The Direct Connect endpoint that terminates the logical connection. This device might be
|
|
2163
|
-
* different than the device that terminates the physical connection.</p>
|
|
2164
|
-
*/
|
|
2165
|
-
awsLogicalDeviceId?: string;
|
|
2166
|
-
|
|
2167
|
-
/**
|
|
2168
|
-
* <p>Indicates whether the interconnect supports a secondary BGP in the same address family (IPv4/IPv6).</p>
|
|
2169
|
-
*/
|
|
2170
|
-
hasLogicalRedundancy?: HasLogicalRedundancy | string;
|
|
2171
|
-
|
|
2172
|
-
/**
|
|
2173
|
-
* <p>The tags associated with the interconnect.</p>
|
|
2174
|
-
*/
|
|
2175
|
-
tags?: Tag[];
|
|
2176
|
-
|
|
2177
|
-
/**
|
|
2178
|
-
* <p>The name of the service provider associated with the interconnect.</p>
|
|
2179
|
-
*/
|
|
2180
|
-
providerName?: string;
|
|
2181
|
-
}
|
|
2182
|
-
|
|
2183
|
-
export namespace Interconnect {
|
|
2184
|
-
/**
|
|
2185
|
-
* @internal
|
|
2186
|
-
*/
|
|
2187
|
-
export const filterSensitiveLog = (obj: Interconnect): any => ({
|
|
2188
|
-
...obj,
|
|
2189
|
-
});
|
|
2190
|
-
}
|
|
2191
|
-
|
|
2192
|
-
export interface CreateLagRequest {
|
|
2193
|
-
/**
|
|
2194
|
-
* <p>The number of physical dedicated connections initially provisioned and bundled by the
|
|
2195
|
-
* LAG.</p>
|
|
2196
|
-
*/
|
|
2197
|
-
numberOfConnections: number | undefined;
|
|
2198
|
-
|
|
2199
|
-
/**
|
|
2200
|
-
* <p>The location for the LAG.</p>
|
|
2201
|
-
*/
|
|
2202
|
-
location: string | undefined;
|
|
2203
|
-
|
|
2204
|
-
/**
|
|
2205
|
-
* <p>The bandwidth of the individual physical dedicated connections bundled by the LAG. The
|
|
2206
|
-
* possible values are 1Gbps and 10Gbps. </p>
|
|
2207
|
-
*/
|
|
2208
|
-
connectionsBandwidth: string | undefined;
|
|
2209
|
-
|
|
2210
|
-
/**
|
|
2211
|
-
* <p>The name of the LAG.</p>
|
|
2212
|
-
*/
|
|
2213
|
-
lagName: string | undefined;
|
|
2214
|
-
|
|
2215
|
-
/**
|
|
2216
|
-
* <p>The ID of an existing dedicated connection to migrate to the LAG.</p>
|
|
2217
|
-
*/
|
|
2218
|
-
connectionId?: string;
|
|
2219
|
-
|
|
2220
|
-
/**
|
|
2221
|
-
* <p>The tags to associate with the LAG.</p>
|
|
2222
|
-
*/
|
|
2223
|
-
tags?: Tag[];
|
|
2224
|
-
|
|
2225
|
-
/**
|
|
2226
|
-
* <p>The tags to associate with the automtically created LAGs.</p>
|
|
2227
|
-
*/
|
|
2228
|
-
childConnectionTags?: Tag[];
|
|
2229
|
-
|
|
2230
|
-
/**
|
|
2231
|
-
* <p>The name of the service provider associated with the LAG.</p>
|
|
2232
|
-
*/
|
|
2233
|
-
providerName?: string;
|
|
2234
|
-
|
|
2235
|
-
/**
|
|
2236
|
-
* <p>Indicates whether the connection will support MAC Security (MACsec).</p>
|
|
2237
|
-
* <note>
|
|
2238
|
-
* <p>All connections in the LAG must be capable of supporting MAC Security (MACsec). For information about MAC Security (MACsec) prerequisties, see <a href="https://docs.aws.amazon.com/directconnect/latest/UserGuide/direct-connect-mac-sec-getting-started.html#mac-sec-prerequisites">MACsec prerequisties</a> in the <i>Direct Connect User Guide</i>.</p>
|
|
2239
|
-
* </note>
|
|
2240
|
-
*/
|
|
2241
|
-
requestMACSec?: boolean;
|
|
2242
|
-
}
|
|
2243
|
-
|
|
2244
|
-
export namespace CreateLagRequest {
|
|
2245
|
-
/**
|
|
2246
|
-
* @internal
|
|
2247
|
-
*/
|
|
2248
|
-
export const filterSensitiveLog = (obj: CreateLagRequest): any => ({
|
|
2249
|
-
...obj,
|
|
2250
|
-
});
|
|
2251
|
-
}
|
|
2252
|
-
|
|
2253
|
-
export type LagState = "available" | "deleted" | "deleting" | "down" | "pending" | "requested" | "unknown";
|
|
2254
|
-
|
|
2255
|
-
/**
|
|
2256
|
-
* <p>Information about a link aggregation group (LAG).</p>
|
|
2257
|
-
*/
|
|
2258
|
-
export interface Lag {
|
|
2259
|
-
/**
|
|
2260
|
-
* <p>The individual bandwidth of the physical connections bundled by the LAG. The possible
|
|
2261
|
-
* values are 1Gbps and 10Gbps. </p>
|
|
2262
|
-
*/
|
|
2263
|
-
connectionsBandwidth?: string;
|
|
2264
|
-
|
|
2265
|
-
/**
|
|
2266
|
-
* <p>The number of physical dedicated connections bundled by the LAG, up to a maximum of 10.</p>
|
|
2267
|
-
*/
|
|
2268
|
-
numberOfConnections?: number;
|
|
2269
|
-
|
|
2270
|
-
/**
|
|
2271
|
-
* <p>The ID of the LAG.</p>
|
|
2272
|
-
*/
|
|
2273
|
-
lagId?: string;
|
|
2274
|
-
|
|
2275
|
-
/**
|
|
2276
|
-
* <p>The ID of the account that owns the LAG.</p>
|
|
2277
|
-
*/
|
|
2278
|
-
ownerAccount?: string;
|
|
2279
|
-
|
|
2280
|
-
/**
|
|
2281
|
-
* <p>The name of the LAG.</p>
|
|
2282
|
-
*/
|
|
2283
|
-
lagName?: string;
|
|
2284
|
-
|
|
2285
|
-
/**
|
|
2286
|
-
* <p>The state of the LAG. The following are the possible values:</p>
|
|
2287
|
-
* <ul>
|
|
2288
|
-
* <li>
|
|
2289
|
-
* <p>
|
|
2290
|
-
* <code>requested</code>: The initial state of a LAG. The LAG stays in the
|
|
2291
|
-
* requested state until the Letter of Authorization (LOA) is available.</p>
|
|
2292
|
-
* </li>
|
|
2293
|
-
* <li>
|
|
2294
|
-
* <p>
|
|
2295
|
-
* <code>pending</code>: The LAG has been approved and is being initialized.</p>
|
|
2296
|
-
* </li>
|
|
2297
|
-
* <li>
|
|
2298
|
-
* <p>
|
|
2299
|
-
* <code>available</code>: The network link is established and the LAG is ready for use.</p>
|
|
2300
|
-
* </li>
|
|
2301
|
-
* <li>
|
|
2302
|
-
* <p>
|
|
2303
|
-
* <code>down</code>: The network link is down.</p>
|
|
2304
|
-
* </li>
|
|
2305
|
-
* <li>
|
|
2306
|
-
* <p>
|
|
2307
|
-
* <code>deleting</code>: The LAG is being deleted.</p>
|
|
2308
|
-
* </li>
|
|
2309
|
-
* <li>
|
|
2310
|
-
* <p>
|
|
2311
|
-
* <code>deleted</code>: The LAG is deleted.</p>
|
|
2312
|
-
* </li>
|
|
2313
|
-
* <li>
|
|
2314
|
-
* <p>
|
|
2315
|
-
* <code>unknown</code>: The state of the LAG is not available.</p>
|
|
2316
|
-
* </li>
|
|
2317
|
-
* </ul>
|
|
2318
|
-
*/
|
|
2319
|
-
lagState?: LagState | string;
|
|
2320
|
-
|
|
2321
|
-
/**
|
|
2322
|
-
* <p>The location of the LAG.</p>
|
|
2323
|
-
*/
|
|
2324
|
-
location?: string;
|
|
2325
|
-
|
|
2326
|
-
/**
|
|
2327
|
-
* <p>The Region where the connection is located.</p>
|
|
2328
|
-
*/
|
|
2329
|
-
region?: string;
|
|
2330
|
-
|
|
2331
|
-
/**
|
|
2332
|
-
* <p>The minimum number of physical dedicated connections that must be operational for the LAG itself to be operational.</p>
|
|
2333
|
-
*/
|
|
2334
|
-
minimumLinks?: number;
|
|
2335
|
-
|
|
2336
|
-
/**
|
|
2337
|
-
* @deprecated
|
|
2338
|
-
*
|
|
2339
|
-
* <p>The Direct Connect endpoint that hosts the LAG.</p>
|
|
2340
|
-
*/
|
|
2341
|
-
awsDevice?: string;
|
|
2342
|
-
|
|
2343
|
-
/**
|
|
2344
|
-
* <p>The Direct Connect endpoint that hosts the LAG.</p>
|
|
2345
|
-
*/
|
|
2346
|
-
awsDeviceV2?: string;
|
|
2347
|
-
|
|
2348
|
-
/**
|
|
2349
|
-
* <p>The Direct Connect endpoint that terminates the logical connection. This device might be
|
|
2350
|
-
* different than the device that terminates the physical connection.</p>
|
|
2351
|
-
*/
|
|
2352
|
-
awsLogicalDeviceId?: string;
|
|
2353
|
-
|
|
2354
|
-
/**
|
|
2355
|
-
* <p>The connections bundled by the LAG.</p>
|
|
2356
|
-
*/
|
|
2357
|
-
connections?: Connection[];
|
|
2358
|
-
|
|
2359
|
-
/**
|
|
2360
|
-
* <p>Indicates whether the LAG can host other connections.</p>
|
|
2361
|
-
*/
|
|
2362
|
-
allowsHostedConnections?: boolean;
|
|
2363
|
-
|
|
2364
|
-
/**
|
|
2365
|
-
* <p>Indicates whether jumbo frames (9001 MTU) are supported.</p>
|
|
2366
|
-
*/
|
|
2367
|
-
jumboFrameCapable?: boolean;
|
|
2368
|
-
|
|
2369
|
-
/**
|
|
2370
|
-
* <p>Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).</p>
|
|
2371
|
-
*/
|
|
2372
|
-
hasLogicalRedundancy?: HasLogicalRedundancy | string;
|
|
2373
|
-
|
|
2374
|
-
/**
|
|
2375
|
-
* <p>The tags associated with the LAG.</p>
|
|
2376
|
-
*/
|
|
2377
|
-
tags?: Tag[];
|
|
2378
|
-
|
|
2379
|
-
/**
|
|
2380
|
-
* <p>The name of the service provider associated with the LAG.</p>
|
|
2381
|
-
*/
|
|
2382
|
-
providerName?: string;
|
|
2383
|
-
|
|
2384
|
-
/**
|
|
2385
|
-
* <p>Indicates whether the LAG supports MAC Security (MACsec).</p>
|
|
2386
|
-
*/
|
|
2387
|
-
macSecCapable?: boolean;
|
|
2388
|
-
|
|
2389
|
-
/**
|
|
2390
|
-
* <p>The LAG MAC Security (MACsec) encryption mode.</p>
|
|
2391
|
-
* <p>The valid values are <code>no_encrypt</code>, <code>should_encrypt</code>, and <code>must_encrypt</code>.</p>
|
|
2392
|
-
*/
|
|
2393
|
-
encryptionMode?: string;
|
|
2394
|
-
|
|
2395
|
-
/**
|
|
2396
|
-
* <p>The MAC Security (MACsec) security keys associated with the LAG.</p>
|
|
2397
|
-
*/
|
|
2398
|
-
macSecKeys?: MacSecKey[];
|
|
2399
|
-
}
|
|
2400
|
-
|
|
2401
|
-
export namespace Lag {
|
|
2402
|
-
/**
|
|
2403
|
-
* @internal
|
|
2404
|
-
*/
|
|
2405
|
-
export const filterSensitiveLog = (obj: Lag): any => ({
|
|
2406
|
-
...obj,
|
|
2407
|
-
});
|
|
2408
|
-
}
|
|
2409
|
-
|
|
2410
|
-
/**
|
|
2411
|
-
* <p>Information about a private virtual interface.</p>
|
|
2412
|
-
*/
|
|
2413
|
-
export interface NewPrivateVirtualInterface {
|
|
2414
|
-
/**
|
|
2415
|
-
* <p>The name of the virtual interface assigned by the customer network. The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-).</p>
|
|
2416
|
-
*/
|
|
2417
|
-
virtualInterfaceName: string | undefined;
|
|
2418
|
-
|
|
2419
|
-
/**
|
|
2420
|
-
* <p>The ID of the VLAN.</p>
|
|
2421
|
-
*/
|
|
2422
|
-
vlan: number | undefined;
|
|
2423
|
-
|
|
2424
|
-
/**
|
|
2425
|
-
* <p>The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.</p>
|
|
2426
|
-
* <p>The valid values are 1-2147483647.</p>
|
|
2427
|
-
*/
|
|
2428
|
-
asn: number | undefined;
|
|
2429
|
-
|
|
2430
|
-
/**
|
|
2431
|
-
* <p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.</p>
|
|
2432
|
-
*/
|
|
2433
|
-
mtu?: number;
|
|
2434
|
-
|
|
2435
|
-
/**
|
|
2436
|
-
* <p>The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.</p>
|
|
2437
|
-
*/
|
|
2438
|
-
authKey?: string;
|
|
2439
|
-
|
|
2440
|
-
/**
|
|
2441
|
-
* <p>The IP address assigned to the Amazon interface.</p>
|
|
2442
|
-
*/
|
|
2443
|
-
amazonAddress?: string;
|
|
2444
|
-
|
|
2445
|
-
/**
|
|
2446
|
-
* <p>The IP address assigned to the customer interface.</p>
|
|
2447
|
-
*/
|
|
2448
|
-
customerAddress?: string;
|
|
2449
|
-
|
|
2450
|
-
/**
|
|
2451
|
-
* <p>The address family for the BGP peer.</p>
|
|
2452
|
-
*/
|
|
2453
|
-
addressFamily?: AddressFamily | string;
|
|
2454
|
-
|
|
2455
|
-
/**
|
|
2456
|
-
* <p>The ID of the virtual private gateway.</p>
|
|
2457
|
-
*/
|
|
2458
|
-
virtualGatewayId?: string;
|
|
2459
|
-
|
|
2460
|
-
/**
|
|
2461
|
-
* <p>The ID of the Direct Connect gateway.</p>
|
|
2462
|
-
*/
|
|
2463
|
-
directConnectGatewayId?: string;
|
|
2464
|
-
|
|
2465
|
-
/**
|
|
2466
|
-
* <p>The tags associated with the private virtual interface.</p>
|
|
2467
|
-
*/
|
|
2468
|
-
tags?: Tag[];
|
|
2469
|
-
}
|
|
2470
|
-
|
|
2471
|
-
export namespace NewPrivateVirtualInterface {
|
|
2472
|
-
/**
|
|
2473
|
-
* @internal
|
|
2474
|
-
*/
|
|
2475
|
-
export const filterSensitiveLog = (obj: NewPrivateVirtualInterface): any => ({
|
|
2476
|
-
...obj,
|
|
2477
|
-
});
|
|
2478
|
-
}
|
|
2479
|
-
|
|
2480
|
-
export interface CreatePrivateVirtualInterfaceRequest {
|
|
2481
|
-
/**
|
|
2482
|
-
* <p>The ID of the connection.</p>
|
|
2483
|
-
*/
|
|
2484
|
-
connectionId: string | undefined;
|
|
2485
|
-
|
|
2486
|
-
/**
|
|
2487
|
-
* <p>Information about the private virtual interface.</p>
|
|
2488
|
-
*/
|
|
2489
|
-
newPrivateVirtualInterface: NewPrivateVirtualInterface | undefined;
|
|
2490
|
-
}
|
|
2491
|
-
|
|
2492
|
-
export namespace CreatePrivateVirtualInterfaceRequest {
|
|
2493
|
-
/**
|
|
2494
|
-
* @internal
|
|
2495
|
-
*/
|
|
2496
|
-
export const filterSensitiveLog = (obj: CreatePrivateVirtualInterfaceRequest): any => ({
|
|
2497
|
-
...obj,
|
|
2498
|
-
});
|
|
2499
|
-
}
|
|
2500
|
-
|
|
2501
|
-
/**
|
|
2502
|
-
* <p>Information about a public virtual interface.</p>
|
|
2503
|
-
*/
|
|
2504
|
-
export interface NewPublicVirtualInterface {
|
|
2505
|
-
/**
|
|
2506
|
-
* <p>The name of the virtual interface assigned by the customer network. The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-).</p>
|
|
2507
|
-
*/
|
|
2508
|
-
virtualInterfaceName: string | undefined;
|
|
2509
|
-
|
|
2510
|
-
/**
|
|
2511
|
-
* <p>The ID of the VLAN.</p>
|
|
2512
|
-
*/
|
|
2513
|
-
vlan: number | undefined;
|
|
2514
|
-
|
|
2515
|
-
/**
|
|
2516
|
-
* <p>The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.</p>
|
|
2517
|
-
* <p>The valid values are 1-2147483647.</p>
|
|
2518
|
-
*/
|
|
2519
|
-
asn: number | undefined;
|
|
2520
|
-
|
|
2521
|
-
/**
|
|
2522
|
-
* <p>The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.</p>
|
|
2523
|
-
*/
|
|
2524
|
-
authKey?: string;
|
|
2525
|
-
|
|
2526
|
-
/**
|
|
2527
|
-
* <p>The IP address assigned to the Amazon interface.</p>
|
|
2528
|
-
*/
|
|
2529
|
-
amazonAddress?: string;
|
|
2530
|
-
|
|
2531
|
-
/**
|
|
2532
|
-
* <p>The IP address assigned to the customer interface.</p>
|
|
2533
|
-
*/
|
|
2534
|
-
customerAddress?: string;
|
|
2535
|
-
|
|
2536
|
-
/**
|
|
2537
|
-
* <p>The address family for the BGP peer.</p>
|
|
2538
|
-
*/
|
|
2539
|
-
addressFamily?: AddressFamily | string;
|
|
2540
|
-
|
|
2541
|
-
/**
|
|
2542
|
-
* <p>The routes to be advertised to the Amazon Web Services network in this Region. Applies to public virtual interfaces.</p>
|
|
2543
|
-
*/
|
|
2544
|
-
routeFilterPrefixes?: RouteFilterPrefix[];
|
|
2545
|
-
|
|
2546
|
-
/**
|
|
2547
|
-
* <p>The tags associated with the public virtual interface.</p>
|
|
2548
|
-
*/
|
|
2549
|
-
tags?: Tag[];
|
|
2550
|
-
}
|
|
2551
|
-
|
|
2552
|
-
export namespace NewPublicVirtualInterface {
|
|
2553
|
-
/**
|
|
2554
|
-
* @internal
|
|
2555
|
-
*/
|
|
2556
|
-
export const filterSensitiveLog = (obj: NewPublicVirtualInterface): any => ({
|
|
2557
|
-
...obj,
|
|
2558
|
-
});
|
|
2559
|
-
}
|
|
2560
|
-
|
|
2561
|
-
export interface CreatePublicVirtualInterfaceRequest {
|
|
2562
|
-
/**
|
|
2563
|
-
* <p>The ID of the connection.</p>
|
|
2564
|
-
*/
|
|
2565
|
-
connectionId: string | undefined;
|
|
2566
|
-
|
|
2567
|
-
/**
|
|
2568
|
-
* <p>Information about the public virtual interface.</p>
|
|
2569
|
-
*/
|
|
2570
|
-
newPublicVirtualInterface: NewPublicVirtualInterface | undefined;
|
|
2571
|
-
}
|
|
2572
|
-
|
|
2573
|
-
export namespace CreatePublicVirtualInterfaceRequest {
|
|
2574
|
-
/**
|
|
2575
|
-
* @internal
|
|
2576
|
-
*/
|
|
2577
|
-
export const filterSensitiveLog = (obj: CreatePublicVirtualInterfaceRequest): any => ({
|
|
2578
|
-
...obj,
|
|
2579
|
-
});
|
|
2580
|
-
}
|
|
2581
|
-
|
|
2582
|
-
/**
|
|
2583
|
-
* <p>Information about a transit virtual interface.</p>
|
|
2584
|
-
*/
|
|
2585
|
-
export interface NewTransitVirtualInterface {
|
|
2586
|
-
/**
|
|
2587
|
-
* <p>The name of the virtual interface assigned by the customer network. The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-).</p>
|
|
2588
|
-
*/
|
|
2589
|
-
virtualInterfaceName?: string;
|
|
2590
|
-
|
|
2591
|
-
/**
|
|
2592
|
-
* <p>The ID of the VLAN.</p>
|
|
2593
|
-
*/
|
|
2594
|
-
vlan?: number;
|
|
2595
|
-
|
|
2596
|
-
/**
|
|
2597
|
-
* <p>The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.</p>
|
|
2598
|
-
* <p>The valid values are 1-2147483647.</p>
|
|
2599
|
-
*/
|
|
2600
|
-
asn?: number;
|
|
2601
|
-
|
|
2602
|
-
/**
|
|
2603
|
-
* <p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.</p>
|
|
2604
|
-
*/
|
|
2605
|
-
mtu?: number;
|
|
2606
|
-
|
|
2607
|
-
/**
|
|
2608
|
-
* <p>The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.</p>
|
|
2609
|
-
*/
|
|
2610
|
-
authKey?: string;
|
|
2611
|
-
|
|
2612
|
-
/**
|
|
2613
|
-
* <p>The IP address assigned to the Amazon interface.</p>
|
|
2614
|
-
*/
|
|
2615
|
-
amazonAddress?: string;
|
|
2616
|
-
|
|
2617
|
-
/**
|
|
2618
|
-
* <p>The IP address assigned to the customer interface.</p>
|
|
2619
|
-
*/
|
|
2620
|
-
customerAddress?: string;
|
|
2621
|
-
|
|
2622
|
-
/**
|
|
2623
|
-
* <p>The address family for the BGP peer.</p>
|
|
2624
|
-
*/
|
|
2625
|
-
addressFamily?: AddressFamily | string;
|
|
2626
|
-
|
|
2627
|
-
/**
|
|
2628
|
-
* <p>The ID of the Direct Connect gateway.</p>
|
|
2629
|
-
*/
|
|
2630
|
-
directConnectGatewayId?: string;
|
|
2631
|
-
|
|
2632
|
-
/**
|
|
2633
|
-
* <p>The tags associated with the transitive virtual interface.</p>
|
|
2634
|
-
*/
|
|
2635
|
-
tags?: Tag[];
|
|
2636
|
-
}
|
|
2637
|
-
|
|
2638
|
-
export namespace NewTransitVirtualInterface {
|
|
2639
|
-
/**
|
|
2640
|
-
* @internal
|
|
2641
|
-
*/
|
|
2642
|
-
export const filterSensitiveLog = (obj: NewTransitVirtualInterface): any => ({
|
|
2643
|
-
...obj,
|
|
2644
|
-
});
|
|
2645
|
-
}
|
|
2646
|
-
|
|
2647
|
-
export interface CreateTransitVirtualInterfaceRequest {
|
|
2648
|
-
/**
|
|
2649
|
-
* <p>The ID of the connection.</p>
|
|
2650
|
-
*/
|
|
2651
|
-
connectionId: string | undefined;
|
|
2652
|
-
|
|
2653
|
-
/**
|
|
2654
|
-
* <p>Information about the transit virtual interface.</p>
|
|
2655
|
-
*/
|
|
2656
|
-
newTransitVirtualInterface: NewTransitVirtualInterface | undefined;
|
|
2657
|
-
}
|
|
2658
|
-
|
|
2659
|
-
export namespace CreateTransitVirtualInterfaceRequest {
|
|
2660
|
-
/**
|
|
2661
|
-
* @internal
|
|
2662
|
-
*/
|
|
2663
|
-
export const filterSensitiveLog = (obj: CreateTransitVirtualInterfaceRequest): any => ({
|
|
2664
|
-
...obj,
|
|
2665
|
-
});
|
|
2666
|
-
}
|
|
2667
|
-
|
|
2668
|
-
export interface CreateTransitVirtualInterfaceResult {
|
|
2669
|
-
/**
|
|
2670
|
-
* <p>Information about a virtual interface.</p>
|
|
2671
|
-
*/
|
|
2672
|
-
virtualInterface?: VirtualInterface;
|
|
2673
|
-
}
|
|
2674
|
-
|
|
2675
|
-
export namespace CreateTransitVirtualInterfaceResult {
|
|
2676
|
-
/**
|
|
2677
|
-
* @internal
|
|
2678
|
-
*/
|
|
2679
|
-
export const filterSensitiveLog = (obj: CreateTransitVirtualInterfaceResult): any => ({
|
|
2680
|
-
...obj,
|
|
2681
|
-
});
|
|
2682
|
-
}
|
|
2683
|
-
|
|
2684
|
-
export interface DeleteBGPPeerRequest {
|
|
2685
|
-
/**
|
|
2686
|
-
* <p>The ID of the virtual interface.</p>
|
|
2687
|
-
*/
|
|
2688
|
-
virtualInterfaceId?: string;
|
|
2689
|
-
|
|
2690
|
-
/**
|
|
2691
|
-
* <p>The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.</p>
|
|
2692
|
-
*/
|
|
2693
|
-
asn?: number;
|
|
2694
|
-
|
|
2695
|
-
/**
|
|
2696
|
-
* <p>The IP address assigned to the customer interface.</p>
|
|
2697
|
-
*/
|
|
2698
|
-
customerAddress?: string;
|
|
2699
|
-
|
|
2700
|
-
/**
|
|
2701
|
-
* <p>The ID of the BGP peer.</p>
|
|
2702
|
-
*/
|
|
2703
|
-
bgpPeerId?: string;
|
|
2704
|
-
}
|
|
2705
|
-
|
|
2706
|
-
export namespace DeleteBGPPeerRequest {
|
|
2707
|
-
/**
|
|
2708
|
-
* @internal
|
|
2709
|
-
*/
|
|
2710
|
-
export const filterSensitiveLog = (obj: DeleteBGPPeerRequest): any => ({
|
|
2711
|
-
...obj,
|
|
2712
|
-
});
|
|
2713
|
-
}
|
|
2714
|
-
|
|
2715
|
-
export interface DeleteBGPPeerResponse {
|
|
2716
|
-
/**
|
|
2717
|
-
* <p>The virtual interface.</p>
|
|
2718
|
-
*/
|
|
2719
|
-
virtualInterface?: VirtualInterface;
|
|
2720
|
-
}
|
|
2721
|
-
|
|
2722
|
-
export namespace DeleteBGPPeerResponse {
|
|
2723
|
-
/**
|
|
2724
|
-
* @internal
|
|
2725
|
-
*/
|
|
2726
|
-
export const filterSensitiveLog = (obj: DeleteBGPPeerResponse): any => ({
|
|
2727
|
-
...obj,
|
|
2728
|
-
});
|
|
2729
|
-
}
|
|
2730
|
-
|
|
2731
|
-
export interface DeleteConnectionRequest {
|
|
2732
|
-
/**
|
|
2733
|
-
* <p>The ID of the connection.</p>
|
|
2734
|
-
*/
|
|
2735
|
-
connectionId: string | undefined;
|
|
2736
|
-
}
|
|
2737
|
-
|
|
2738
|
-
export namespace DeleteConnectionRequest {
|
|
2739
|
-
/**
|
|
2740
|
-
* @internal
|
|
2741
|
-
*/
|
|
2742
|
-
export const filterSensitiveLog = (obj: DeleteConnectionRequest): any => ({
|
|
2743
|
-
...obj,
|
|
2744
|
-
});
|
|
2745
|
-
}
|
|
2746
|
-
|
|
2747
|
-
export interface DeleteDirectConnectGatewayRequest {
|
|
2748
|
-
/**
|
|
2749
|
-
* <p>The ID of the Direct Connect gateway.</p>
|
|
2750
|
-
*/
|
|
2751
|
-
directConnectGatewayId: string | undefined;
|
|
2752
|
-
}
|
|
2753
|
-
|
|
2754
|
-
export namespace DeleteDirectConnectGatewayRequest {
|
|
2755
|
-
/**
|
|
2756
|
-
* @internal
|
|
2757
|
-
*/
|
|
2758
|
-
export const filterSensitiveLog = (obj: DeleteDirectConnectGatewayRequest): any => ({
|
|
2759
|
-
...obj,
|
|
2760
|
-
});
|
|
2761
|
-
}
|
|
2762
|
-
|
|
2763
|
-
export interface DeleteDirectConnectGatewayResult {
|
|
2764
|
-
/**
|
|
2765
|
-
* <p>The Direct Connect gateway.</p>
|
|
2766
|
-
*/
|
|
2767
|
-
directConnectGateway?: DirectConnectGateway;
|
|
2768
|
-
}
|
|
2769
|
-
|
|
2770
|
-
export namespace DeleteDirectConnectGatewayResult {
|
|
2771
|
-
/**
|
|
2772
|
-
* @internal
|
|
2773
|
-
*/
|
|
2774
|
-
export const filterSensitiveLog = (obj: DeleteDirectConnectGatewayResult): any => ({
|
|
2775
|
-
...obj,
|
|
2776
|
-
});
|
|
2777
|
-
}
|
|
2778
|
-
|
|
2779
|
-
export interface DeleteDirectConnectGatewayAssociationRequest {
|
|
2780
|
-
/**
|
|
2781
|
-
* <p>The ID of the Direct Connect gateway association.</p>
|
|
2782
|
-
*/
|
|
2783
|
-
associationId?: string;
|
|
2784
|
-
|
|
2785
|
-
/**
|
|
2786
|
-
* <p>The ID of the Direct Connect gateway.</p>
|
|
2787
|
-
*/
|
|
2788
|
-
directConnectGatewayId?: string;
|
|
2789
|
-
|
|
2790
|
-
/**
|
|
2791
|
-
* <p>The ID of the virtual private gateway.</p>
|
|
2792
|
-
*/
|
|
2793
|
-
virtualGatewayId?: string;
|
|
2794
|
-
}
|
|
2795
|
-
|
|
2796
|
-
export namespace DeleteDirectConnectGatewayAssociationRequest {
|
|
2797
|
-
/**
|
|
2798
|
-
* @internal
|
|
2799
|
-
*/
|
|
2800
|
-
export const filterSensitiveLog = (obj: DeleteDirectConnectGatewayAssociationRequest): any => ({
|
|
2801
|
-
...obj,
|
|
2802
|
-
});
|
|
2803
|
-
}
|
|
2804
|
-
|
|
2805
|
-
export interface DeleteDirectConnectGatewayAssociationResult {
|
|
2806
|
-
/**
|
|
2807
|
-
* <p>Information about the deleted association.</p>
|
|
2808
|
-
*/
|
|
2809
|
-
directConnectGatewayAssociation?: DirectConnectGatewayAssociation;
|
|
2810
|
-
}
|
|
2811
|
-
|
|
2812
|
-
export namespace DeleteDirectConnectGatewayAssociationResult {
|
|
2813
|
-
/**
|
|
2814
|
-
* @internal
|
|
2815
|
-
*/
|
|
2816
|
-
export const filterSensitiveLog = (obj: DeleteDirectConnectGatewayAssociationResult): any => ({
|
|
2817
|
-
...obj,
|
|
2818
|
-
});
|
|
2819
|
-
}
|
|
2820
|
-
|
|
2821
|
-
export interface DeleteDirectConnectGatewayAssociationProposalRequest {
|
|
2822
|
-
/**
|
|
2823
|
-
* <p>The ID of the proposal.</p>
|
|
2824
|
-
*/
|
|
2825
|
-
proposalId: string | undefined;
|
|
2826
|
-
}
|
|
2827
|
-
|
|
2828
|
-
export namespace DeleteDirectConnectGatewayAssociationProposalRequest {
|
|
2829
|
-
/**
|
|
2830
|
-
* @internal
|
|
2831
|
-
*/
|
|
2832
|
-
export const filterSensitiveLog = (obj: DeleteDirectConnectGatewayAssociationProposalRequest): any => ({
|
|
2833
|
-
...obj,
|
|
2834
|
-
});
|
|
2835
|
-
}
|
|
2836
|
-
|
|
2837
|
-
export interface DeleteDirectConnectGatewayAssociationProposalResult {
|
|
2838
|
-
/**
|
|
2839
|
-
* <p>The ID of the associated gateway.</p>
|
|
2840
|
-
*/
|
|
2841
|
-
directConnectGatewayAssociationProposal?: DirectConnectGatewayAssociationProposal;
|
|
2842
|
-
}
|
|
2843
|
-
|
|
2844
|
-
export namespace DeleteDirectConnectGatewayAssociationProposalResult {
|
|
2845
|
-
/**
|
|
2846
|
-
* @internal
|
|
2847
|
-
*/
|
|
2848
|
-
export const filterSensitiveLog = (obj: DeleteDirectConnectGatewayAssociationProposalResult): any => ({
|
|
2849
|
-
...obj,
|
|
2850
|
-
});
|
|
2851
|
-
}
|
|
2852
|
-
|
|
2853
|
-
export interface DeleteInterconnectRequest {
|
|
2854
|
-
/**
|
|
2855
|
-
* <p>The ID of the interconnect.</p>
|
|
2856
|
-
*/
|
|
2857
|
-
interconnectId: string | undefined;
|
|
2858
|
-
}
|
|
2859
|
-
|
|
2860
|
-
export namespace DeleteInterconnectRequest {
|
|
2861
|
-
/**
|
|
2862
|
-
* @internal
|
|
2863
|
-
*/
|
|
2864
|
-
export const filterSensitiveLog = (obj: DeleteInterconnectRequest): any => ({
|
|
2865
|
-
...obj,
|
|
2866
|
-
});
|
|
2867
|
-
}
|
|
2868
|
-
|
|
2869
|
-
export interface DeleteInterconnectResponse {
|
|
2870
|
-
/**
|
|
2871
|
-
* <p>The state of the interconnect. The following are the possible values:</p>
|
|
2872
|
-
* <ul>
|
|
2873
|
-
* <li>
|
|
2874
|
-
* <p>
|
|
2875
|
-
* <code>requested</code>: The initial state of an interconnect. The interconnect stays in the
|
|
2876
|
-
* requested state until the Letter of Authorization (LOA) is sent to the customer.</p>
|
|
2877
|
-
* </li>
|
|
2878
|
-
* <li>
|
|
2879
|
-
* <p>
|
|
2880
|
-
* <code>pending</code>: The interconnect is approved, and is being initialized.</p>
|
|
2881
|
-
* </li>
|
|
2882
|
-
* <li>
|
|
2883
|
-
* <p>
|
|
2884
|
-
* <code>available</code>: The network link is up, and the interconnect is ready for use.</p>
|
|
2885
|
-
* </li>
|
|
2886
|
-
* <li>
|
|
2887
|
-
* <p>
|
|
2888
|
-
* <code>down</code>: The network link is down.</p>
|
|
2889
|
-
* </li>
|
|
2890
|
-
* <li>
|
|
2891
|
-
* <p>
|
|
2892
|
-
* <code>deleting</code>: The interconnect is being deleted.</p>
|
|
2893
|
-
* </li>
|
|
2894
|
-
* <li>
|
|
2895
|
-
* <p>
|
|
2896
|
-
* <code>deleted</code>: The interconnect is deleted.</p>
|
|
2897
|
-
* </li>
|
|
2898
|
-
* <li>
|
|
2899
|
-
* <p>
|
|
2900
|
-
* <code>unknown</code>: The state of the interconnect is not available.</p>
|
|
2901
|
-
* </li>
|
|
2902
|
-
* </ul>
|
|
2903
|
-
*/
|
|
2904
|
-
interconnectState?: InterconnectState | string;
|
|
2905
|
-
}
|
|
2906
|
-
|
|
2907
|
-
export namespace DeleteInterconnectResponse {
|
|
2908
|
-
/**
|
|
2909
|
-
* @internal
|
|
2910
|
-
*/
|
|
2911
|
-
export const filterSensitiveLog = (obj: DeleteInterconnectResponse): any => ({
|
|
2912
|
-
...obj,
|
|
2913
|
-
});
|
|
2914
|
-
}
|
|
2915
|
-
|
|
2916
|
-
export interface DeleteLagRequest {
|
|
2917
|
-
/**
|
|
2918
|
-
* <p>The ID of the LAG.</p>
|
|
2919
|
-
*/
|
|
2920
|
-
lagId: string | undefined;
|
|
2921
|
-
}
|
|
2922
|
-
|
|
2923
|
-
export namespace DeleteLagRequest {
|
|
2924
|
-
/**
|
|
2925
|
-
* @internal
|
|
2926
|
-
*/
|
|
2927
|
-
export const filterSensitiveLog = (obj: DeleteLagRequest): any => ({
|
|
2928
|
-
...obj,
|
|
2929
|
-
});
|
|
2930
|
-
}
|
|
2931
|
-
|
|
2932
|
-
export interface DeleteVirtualInterfaceRequest {
|
|
2933
|
-
/**
|
|
2934
|
-
* <p>The ID of the virtual interface.</p>
|
|
2935
|
-
*/
|
|
2936
|
-
virtualInterfaceId: string | undefined;
|
|
2937
|
-
}
|
|
2938
|
-
|
|
2939
|
-
export namespace DeleteVirtualInterfaceRequest {
|
|
2940
|
-
/**
|
|
2941
|
-
* @internal
|
|
2942
|
-
*/
|
|
2943
|
-
export const filterSensitiveLog = (obj: DeleteVirtualInterfaceRequest): any => ({
|
|
2944
|
-
...obj,
|
|
2945
|
-
});
|
|
2946
|
-
}
|
|
2947
|
-
|
|
2948
|
-
export interface DeleteVirtualInterfaceResponse {
|
|
2949
|
-
/**
|
|
2950
|
-
* <p>The state of the virtual interface. The following are the possible values:</p>
|
|
2951
|
-
* <ul>
|
|
2952
|
-
* <li>
|
|
2953
|
-
* <p>
|
|
2954
|
-
* <code>confirming</code>: The creation of the virtual interface is pending confirmation from the virtual interface owner. If the owner of the virtual interface is different from the owner of the connection on which it is provisioned, then the virtual interface will remain in this state until it is confirmed by the virtual interface owner.</p>
|
|
2955
|
-
* </li>
|
|
2956
|
-
* <li>
|
|
2957
|
-
* <p>
|
|
2958
|
-
* <code>verifying</code>: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created.</p>
|
|
2959
|
-
* </li>
|
|
2960
|
-
* <li>
|
|
2961
|
-
* <p>
|
|
2962
|
-
* <code>pending</code>: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic.</p>
|
|
2963
|
-
* </li>
|
|
2964
|
-
* <li>
|
|
2965
|
-
* <p>
|
|
2966
|
-
* <code>available</code>: A virtual interface that is able to forward traffic.</p>
|
|
2967
|
-
* </li>
|
|
2968
|
-
* <li>
|
|
2969
|
-
* <p>
|
|
2970
|
-
* <code>down</code>: A virtual interface that is BGP down.</p>
|
|
2971
|
-
* </li>
|
|
2972
|
-
* <li>
|
|
2973
|
-
* <p>
|
|
2974
|
-
* <code>deleting</code>: A virtual interface is in this state immediately after calling <a>DeleteVirtualInterface</a> until it can no longer forward traffic.</p>
|
|
2975
|
-
* </li>
|
|
2976
|
-
* <li>
|
|
2977
|
-
* <p>
|
|
2978
|
-
* <code>deleted</code>: A virtual interface that cannot forward traffic.</p>
|
|
2979
|
-
* </li>
|
|
2980
|
-
* <li>
|
|
2981
|
-
* <p>
|
|
2982
|
-
* <code>rejected</code>: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the <code>Confirming</code> state is deleted by the virtual interface owner, the virtual interface enters the <code>Rejected</code> state.</p>
|
|
2983
|
-
* </li>
|
|
2984
|
-
* <li>
|
|
2985
|
-
* <p>
|
|
2986
|
-
* <code>unknown</code>: The state of the virtual interface is not available.</p>
|
|
2987
|
-
* </li>
|
|
2988
|
-
* </ul>
|
|
2989
|
-
*/
|
|
2990
|
-
virtualInterfaceState?: VirtualInterfaceState | string;
|
|
2991
|
-
}
|
|
2992
|
-
|
|
2993
|
-
export namespace DeleteVirtualInterfaceResponse {
|
|
2994
|
-
/**
|
|
2995
|
-
* @internal
|
|
2996
|
-
*/
|
|
2997
|
-
export const filterSensitiveLog = (obj: DeleteVirtualInterfaceResponse): any => ({
|
|
2998
|
-
...obj,
|
|
2999
|
-
});
|
|
3000
|
-
}
|
|
3001
|
-
|
|
3002
|
-
export enum LoaContentType {
|
|
3003
|
-
PDF = "application/pdf",
|
|
3004
|
-
}
|
|
3005
|
-
|
|
3006
|
-
export interface DescribeConnectionLoaRequest {
|
|
3007
|
-
/**
|
|
3008
|
-
* <p>The ID of the connection.</p>
|
|
3009
|
-
*/
|
|
3010
|
-
connectionId: string | undefined;
|
|
3011
|
-
|
|
3012
|
-
/**
|
|
3013
|
-
* <p>The name of the APN partner or service provider who establishes connectivity on your behalf. If you specify this parameter,
|
|
3014
|
-
* the LOA-CFA lists the provider name alongside your company name as the requester of the cross connect.</p>
|
|
3015
|
-
*/
|
|
3016
|
-
providerName?: string;
|
|
3017
|
-
|
|
3018
|
-
/**
|
|
3019
|
-
* <p>The standard media type for the LOA-CFA document. The only supported value is application/pdf.</p>
|
|
3020
|
-
*/
|
|
3021
|
-
loaContentType?: LoaContentType | string;
|
|
3022
|
-
}
|
|
3023
|
-
|
|
3024
|
-
export namespace DescribeConnectionLoaRequest {
|
|
3025
|
-
/**
|
|
3026
|
-
* @internal
|
|
3027
|
-
*/
|
|
3028
|
-
export const filterSensitiveLog = (obj: DescribeConnectionLoaRequest): any => ({
|
|
3029
|
-
...obj,
|
|
3030
|
-
});
|
|
3031
|
-
}
|
|
3032
|
-
|
|
3033
|
-
/**
|
|
3034
|
-
* <p>Information about a Letter of Authorization - Connecting Facility Assignment (LOA-CFA) for a connection.</p>
|
|
3035
|
-
*/
|
|
3036
|
-
export interface Loa {
|
|
3037
|
-
/**
|
|
3038
|
-
* <p>The binary contents of the LOA-CFA document.</p>
|
|
3039
|
-
*/
|
|
3040
|
-
loaContent?: Uint8Array;
|
|
3041
|
-
|
|
3042
|
-
/**
|
|
3043
|
-
* <p>The standard media type for the LOA-CFA document. The only supported value is application/pdf.</p>
|
|
3044
|
-
*/
|
|
3045
|
-
loaContentType?: LoaContentType | string;
|
|
3046
|
-
}
|
|
3047
|
-
|
|
3048
|
-
export namespace Loa {
|
|
3049
|
-
/**
|
|
3050
|
-
* @internal
|
|
3051
|
-
*/
|
|
3052
|
-
export const filterSensitiveLog = (obj: Loa): any => ({
|
|
3053
|
-
...obj,
|
|
3054
|
-
});
|
|
3055
|
-
}
|
|
3056
|
-
|
|
3057
|
-
export interface DescribeConnectionLoaResponse {
|
|
3058
|
-
/**
|
|
3059
|
-
* <p>The Letter of Authorization - Connecting Facility Assignment (LOA-CFA).</p>
|
|
3060
|
-
*/
|
|
3061
|
-
loa?: Loa;
|
|
3062
|
-
}
|
|
3063
|
-
|
|
3064
|
-
export namespace DescribeConnectionLoaResponse {
|
|
3065
|
-
/**
|
|
3066
|
-
* @internal
|
|
3067
|
-
*/
|
|
3068
|
-
export const filterSensitiveLog = (obj: DescribeConnectionLoaResponse): any => ({
|
|
3069
|
-
...obj,
|
|
3070
|
-
});
|
|
3071
|
-
}
|
|
3072
|
-
|
|
3073
|
-
export interface DescribeConnectionsRequest {
|
|
3074
|
-
/**
|
|
3075
|
-
* <p>The ID of the connection.</p>
|
|
3076
|
-
*/
|
|
3077
|
-
connectionId?: string;
|
|
3078
|
-
}
|
|
3079
|
-
|
|
3080
|
-
export namespace DescribeConnectionsRequest {
|
|
3081
|
-
/**
|
|
3082
|
-
* @internal
|
|
3083
|
-
*/
|
|
3084
|
-
export const filterSensitiveLog = (obj: DescribeConnectionsRequest): any => ({
|
|
3085
|
-
...obj,
|
|
3086
|
-
});
|
|
3087
|
-
}
|
|
3088
|
-
|
|
3089
|
-
export interface DescribeConnectionsOnInterconnectRequest {
|
|
3090
|
-
/**
|
|
3091
|
-
* <p>The ID of the interconnect.</p>
|
|
3092
|
-
*/
|
|
3093
|
-
interconnectId: string | undefined;
|
|
3094
|
-
}
|
|
3095
|
-
|
|
3096
|
-
export namespace DescribeConnectionsOnInterconnectRequest {
|
|
3097
|
-
/**
|
|
3098
|
-
* @internal
|
|
3099
|
-
*/
|
|
3100
|
-
export const filterSensitiveLog = (obj: DescribeConnectionsOnInterconnectRequest): any => ({
|
|
3101
|
-
...obj,
|
|
3102
|
-
});
|
|
3103
|
-
}
|
|
3104
|
-
|
|
3105
|
-
export interface DescribeDirectConnectGatewayAssociationProposalsRequest {
|
|
3106
|
-
/**
|
|
3107
|
-
* <p>The ID of the Direct Connect gateway.</p>
|
|
3108
|
-
*/
|
|
3109
|
-
directConnectGatewayId?: string;
|
|
3110
|
-
|
|
3111
|
-
/**
|
|
3112
|
-
* <p>The ID of the proposal.</p>
|
|
3113
|
-
*/
|
|
3114
|
-
proposalId?: string;
|
|
3115
|
-
|
|
3116
|
-
/**
|
|
3117
|
-
* <p>The ID of the associated gateway.</p>
|
|
3118
|
-
*/
|
|
3119
|
-
associatedGatewayId?: string;
|
|
3120
|
-
|
|
3121
|
-
/**
|
|
3122
|
-
* <p>The maximum number of results to return with a single call.
|
|
3123
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
3124
|
-
* <p>If <code>MaxResults</code> is given a value larger than 100, only 100 results are
|
|
3125
|
-
* returned.</p>
|
|
3126
|
-
*/
|
|
3127
|
-
maxResults?: number;
|
|
3128
|
-
|
|
3129
|
-
/**
|
|
3130
|
-
* <p>The token for the next page of results.</p>
|
|
3131
|
-
*/
|
|
3132
|
-
nextToken?: string;
|
|
3133
|
-
}
|
|
3134
|
-
|
|
3135
|
-
export namespace DescribeDirectConnectGatewayAssociationProposalsRequest {
|
|
3136
|
-
/**
|
|
3137
|
-
* @internal
|
|
3138
|
-
*/
|
|
3139
|
-
export const filterSensitiveLog = (obj: DescribeDirectConnectGatewayAssociationProposalsRequest): any => ({
|
|
3140
|
-
...obj,
|
|
3141
|
-
});
|
|
3142
|
-
}
|
|
3143
|
-
|
|
3144
|
-
export interface DescribeDirectConnectGatewayAssociationProposalsResult {
|
|
3145
|
-
/**
|
|
3146
|
-
* <p>Describes the Direct Connect gateway association proposals.</p>
|
|
3147
|
-
*/
|
|
3148
|
-
directConnectGatewayAssociationProposals?: DirectConnectGatewayAssociationProposal[];
|
|
3149
|
-
|
|
3150
|
-
/**
|
|
3151
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
3152
|
-
*/
|
|
3153
|
-
nextToken?: string;
|
|
3154
|
-
}
|
|
3155
|
-
|
|
3156
|
-
export namespace DescribeDirectConnectGatewayAssociationProposalsResult {
|
|
3157
|
-
/**
|
|
3158
|
-
* @internal
|
|
3159
|
-
*/
|
|
3160
|
-
export const filterSensitiveLog = (obj: DescribeDirectConnectGatewayAssociationProposalsResult): any => ({
|
|
3161
|
-
...obj,
|
|
3162
|
-
});
|
|
3163
|
-
}
|
|
3164
|
-
|
|
3165
|
-
export interface DescribeDirectConnectGatewayAssociationsRequest {
|
|
3166
|
-
/**
|
|
3167
|
-
* <p>The ID of the Direct Connect gateway association.</p>
|
|
3168
|
-
*/
|
|
3169
|
-
associationId?: string;
|
|
3170
|
-
|
|
3171
|
-
/**
|
|
3172
|
-
* <p>The ID of the associated gateway.</p>
|
|
3173
|
-
*/
|
|
3174
|
-
associatedGatewayId?: string;
|
|
3175
|
-
|
|
3176
|
-
/**
|
|
3177
|
-
* <p>The ID of the Direct Connect gateway.</p>
|
|
3178
|
-
*/
|
|
3179
|
-
directConnectGatewayId?: string;
|
|
3180
|
-
|
|
3181
|
-
/**
|
|
3182
|
-
* <p>The maximum number of results to return with a single call.
|
|
3183
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
3184
|
-
* <p>If <code>MaxResults</code> is given a value larger than 100, only 100 results are
|
|
3185
|
-
* returned.</p>
|
|
3186
|
-
*/
|
|
3187
|
-
maxResults?: number;
|
|
3188
|
-
|
|
3189
|
-
/**
|
|
3190
|
-
* <p>The token provided in the previous call to retrieve the next page.</p>
|
|
3191
|
-
*/
|
|
3192
|
-
nextToken?: string;
|
|
3193
|
-
|
|
3194
|
-
/**
|
|
3195
|
-
* <p>The ID of the virtual private gateway or transit gateway.</p>
|
|
3196
|
-
*/
|
|
3197
|
-
virtualGatewayId?: string;
|
|
3198
|
-
}
|
|
3199
|
-
|
|
3200
|
-
export namespace DescribeDirectConnectGatewayAssociationsRequest {
|
|
3201
|
-
/**
|
|
3202
|
-
* @internal
|
|
3203
|
-
*/
|
|
3204
|
-
export const filterSensitiveLog = (obj: DescribeDirectConnectGatewayAssociationsRequest): any => ({
|
|
3205
|
-
...obj,
|
|
3206
|
-
});
|
|
3207
|
-
}
|
|
3208
|
-
|
|
3209
|
-
export interface DescribeDirectConnectGatewayAssociationsResult {
|
|
3210
|
-
/**
|
|
3211
|
-
* <p>Information about the associations.</p>
|
|
3212
|
-
*/
|
|
3213
|
-
directConnectGatewayAssociations?: DirectConnectGatewayAssociation[];
|
|
3214
|
-
|
|
3215
|
-
/**
|
|
3216
|
-
* <p>The token to retrieve the next page.</p>
|
|
3217
|
-
*/
|
|
3218
|
-
nextToken?: string;
|
|
3219
|
-
}
|
|
3220
|
-
|
|
3221
|
-
export namespace DescribeDirectConnectGatewayAssociationsResult {
|
|
3222
|
-
/**
|
|
3223
|
-
* @internal
|
|
3224
|
-
*/
|
|
3225
|
-
export const filterSensitiveLog = (obj: DescribeDirectConnectGatewayAssociationsResult): any => ({
|
|
3226
|
-
...obj,
|
|
3227
|
-
});
|
|
3228
|
-
}
|
|
3229
|
-
|
|
3230
|
-
export interface DescribeDirectConnectGatewayAttachmentsRequest {
|
|
3231
|
-
/**
|
|
3232
|
-
* <p>The ID of the Direct Connect gateway.</p>
|
|
3233
|
-
*/
|
|
3234
|
-
directConnectGatewayId?: string;
|
|
3235
|
-
|
|
3236
|
-
/**
|
|
3237
|
-
* <p>The ID of the virtual interface.</p>
|
|
3238
|
-
*/
|
|
3239
|
-
virtualInterfaceId?: string;
|
|
3240
|
-
|
|
3241
|
-
/**
|
|
3242
|
-
* <p>The maximum number of results to return with a single call.
|
|
3243
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
3244
|
-
* <p>If <code>MaxResults</code> is given a value larger than 100, only 100 results are
|
|
3245
|
-
* returned.</p>
|
|
3246
|
-
*/
|
|
3247
|
-
maxResults?: number;
|
|
3248
|
-
|
|
3249
|
-
/**
|
|
3250
|
-
* <p>The token provided in the previous call to retrieve the next page.</p>
|
|
3251
|
-
*/
|
|
3252
|
-
nextToken?: string;
|
|
3253
|
-
}
|
|
3254
|
-
|
|
3255
|
-
export namespace DescribeDirectConnectGatewayAttachmentsRequest {
|
|
3256
|
-
/**
|
|
3257
|
-
* @internal
|
|
3258
|
-
*/
|
|
3259
|
-
export const filterSensitiveLog = (obj: DescribeDirectConnectGatewayAttachmentsRequest): any => ({
|
|
3260
|
-
...obj,
|
|
3261
|
-
});
|
|
3262
|
-
}
|
|
3263
|
-
|
|
3264
|
-
export type DirectConnectGatewayAttachmentState = "attached" | "attaching" | "detached" | "detaching";
|
|
3265
|
-
|
|
3266
|
-
export type DirectConnectGatewayAttachmentType = "PrivateVirtualInterface" | "TransitVirtualInterface";
|
|
3267
|
-
|
|
3268
|
-
/**
|
|
3269
|
-
* <p>Information about an attachment between a Direct Connect gateway and a virtual interface.</p>
|
|
3270
|
-
*/
|
|
3271
|
-
export interface DirectConnectGatewayAttachment {
|
|
3272
|
-
/**
|
|
3273
|
-
* <p>The ID of the Direct Connect gateway.</p>
|
|
3274
|
-
*/
|
|
3275
|
-
directConnectGatewayId?: string;
|
|
3276
|
-
|
|
3277
|
-
/**
|
|
3278
|
-
* <p>The ID of the virtual interface.</p>
|
|
3279
|
-
*/
|
|
3280
|
-
virtualInterfaceId?: string;
|
|
3281
|
-
|
|
3282
|
-
/**
|
|
3283
|
-
* <p>The Region where the virtual interface is located.</p>
|
|
3284
|
-
*/
|
|
3285
|
-
virtualInterfaceRegion?: string;
|
|
3286
|
-
|
|
3287
|
-
/**
|
|
3288
|
-
* <p>The ID of the account that owns the virtual interface.</p>
|
|
3289
|
-
*/
|
|
3290
|
-
virtualInterfaceOwnerAccount?: string;
|
|
3291
|
-
|
|
3292
|
-
/**
|
|
3293
|
-
* <p>The state of the attachment. The following are the possible values:</p>
|
|
3294
|
-
* <ul>
|
|
3295
|
-
* <li>
|
|
3296
|
-
* <p>
|
|
3297
|
-
* <code>attaching</code>: The initial state after a virtual interface is created using the Direct Connect gateway.</p>
|
|
3298
|
-
* </li>
|
|
3299
|
-
* <li>
|
|
3300
|
-
* <p>
|
|
3301
|
-
* <code>attached</code>: The Direct Connect gateway and virtual interface are attached and ready to pass traffic.</p>
|
|
3302
|
-
* </li>
|
|
3303
|
-
* <li>
|
|
3304
|
-
* <p>
|
|
3305
|
-
* <code>detaching</code>: The initial state after calling <a>DeleteVirtualInterface</a>.</p>
|
|
3306
|
-
* </li>
|
|
3307
|
-
* <li>
|
|
3308
|
-
* <p>
|
|
3309
|
-
* <code>detached</code>: The virtual interface is detached from the Direct Connect gateway. Traffic flow between the Direct Connect gateway and virtual interface is stopped.</p>
|
|
3310
|
-
* </li>
|
|
3311
|
-
* </ul>
|
|
3312
|
-
*/
|
|
3313
|
-
attachmentState?: DirectConnectGatewayAttachmentState | string;
|
|
3314
|
-
|
|
3315
|
-
/**
|
|
3316
|
-
* <p>The type of attachment.</p>
|
|
3317
|
-
*/
|
|
3318
|
-
attachmentType?: DirectConnectGatewayAttachmentType | string;
|
|
3319
|
-
|
|
3320
|
-
/**
|
|
3321
|
-
* <p>The error message if the state of an object failed to advance.</p>
|
|
3322
|
-
*/
|
|
3323
|
-
stateChangeError?: string;
|
|
3324
|
-
}
|
|
3325
|
-
|
|
3326
|
-
export namespace DirectConnectGatewayAttachment {
|
|
3327
|
-
/**
|
|
3328
|
-
* @internal
|
|
3329
|
-
*/
|
|
3330
|
-
export const filterSensitiveLog = (obj: DirectConnectGatewayAttachment): any => ({
|
|
3331
|
-
...obj,
|
|
3332
|
-
});
|
|
3333
|
-
}
|
|
3334
|
-
|
|
3335
|
-
export interface DescribeDirectConnectGatewayAttachmentsResult {
|
|
3336
|
-
/**
|
|
3337
|
-
* <p>The attachments.</p>
|
|
3338
|
-
*/
|
|
3339
|
-
directConnectGatewayAttachments?: DirectConnectGatewayAttachment[];
|
|
3340
|
-
|
|
3341
|
-
/**
|
|
3342
|
-
* <p>The token to retrieve the next page.</p>
|
|
3343
|
-
*/
|
|
3344
|
-
nextToken?: string;
|
|
3345
|
-
}
|
|
3346
|
-
|
|
3347
|
-
export namespace DescribeDirectConnectGatewayAttachmentsResult {
|
|
3348
|
-
/**
|
|
3349
|
-
* @internal
|
|
3350
|
-
*/
|
|
3351
|
-
export const filterSensitiveLog = (obj: DescribeDirectConnectGatewayAttachmentsResult): any => ({
|
|
3352
|
-
...obj,
|
|
3353
|
-
});
|
|
3354
|
-
}
|
|
3355
|
-
|
|
3356
|
-
export interface DescribeDirectConnectGatewaysRequest {
|
|
3357
|
-
/**
|
|
3358
|
-
* <p>The ID of the Direct Connect gateway.</p>
|
|
3359
|
-
*/
|
|
3360
|
-
directConnectGatewayId?: string;
|
|
3361
|
-
|
|
3362
|
-
/**
|
|
3363
|
-
* <p>The maximum number of results to return with a single call.
|
|
3364
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
3365
|
-
* <p>If <code>MaxResults</code> is given a value larger than 100, only 100 results are
|
|
3366
|
-
* returned.</p>
|
|
3367
|
-
*/
|
|
3368
|
-
maxResults?: number;
|
|
3369
|
-
|
|
3370
|
-
/**
|
|
3371
|
-
* <p>The token provided in the previous call to retrieve the next page.</p>
|
|
3372
|
-
*/
|
|
3373
|
-
nextToken?: string;
|
|
3374
|
-
}
|
|
3375
|
-
|
|
3376
|
-
export namespace DescribeDirectConnectGatewaysRequest {
|
|
3377
|
-
/**
|
|
3378
|
-
* @internal
|
|
3379
|
-
*/
|
|
3380
|
-
export const filterSensitiveLog = (obj: DescribeDirectConnectGatewaysRequest): any => ({
|
|
3381
|
-
...obj,
|
|
3382
|
-
});
|
|
3383
|
-
}
|
|
3384
|
-
|
|
3385
|
-
export interface DescribeDirectConnectGatewaysResult {
|
|
3386
|
-
/**
|
|
3387
|
-
* <p>The Direct Connect gateways.</p>
|
|
3388
|
-
*/
|
|
3389
|
-
directConnectGateways?: DirectConnectGateway[];
|
|
3390
|
-
|
|
3391
|
-
/**
|
|
3392
|
-
* <p>The token to retrieve the next page.</p>
|
|
3393
|
-
*/
|
|
3394
|
-
nextToken?: string;
|
|
3395
|
-
}
|
|
3396
|
-
|
|
3397
|
-
export namespace DescribeDirectConnectGatewaysResult {
|
|
3398
|
-
/**
|
|
3399
|
-
* @internal
|
|
3400
|
-
*/
|
|
3401
|
-
export const filterSensitiveLog = (obj: DescribeDirectConnectGatewaysResult): any => ({
|
|
3402
|
-
...obj,
|
|
3403
|
-
});
|
|
3404
|
-
}
|
|
3405
|
-
|
|
3406
|
-
export interface DescribeHostedConnectionsRequest {
|
|
3407
|
-
/**
|
|
3408
|
-
* <p>The ID of the interconnect or LAG.</p>
|
|
3409
|
-
*/
|
|
3410
|
-
connectionId: string | undefined;
|
|
3411
|
-
}
|
|
3412
|
-
|
|
3413
|
-
export namespace DescribeHostedConnectionsRequest {
|
|
3414
|
-
/**
|
|
3415
|
-
* @internal
|
|
3416
|
-
*/
|
|
3417
|
-
export const filterSensitiveLog = (obj: DescribeHostedConnectionsRequest): any => ({
|
|
3418
|
-
...obj,
|
|
3419
|
-
});
|
|
3420
|
-
}
|
|
3421
|
-
|
|
3422
|
-
export interface DescribeInterconnectLoaRequest {
|
|
3423
|
-
/**
|
|
3424
|
-
* <p>The ID of the interconnect.</p>
|
|
3425
|
-
*/
|
|
3426
|
-
interconnectId: string | undefined;
|
|
3427
|
-
|
|
3428
|
-
/**
|
|
3429
|
-
* <p>The name of the service provider who establishes connectivity on your behalf. If you supply this parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross connect.</p>
|
|
3430
|
-
*/
|
|
3431
|
-
providerName?: string;
|
|
3432
|
-
|
|
3433
|
-
/**
|
|
3434
|
-
* <p>The standard media type for the LOA-CFA document. The only supported value is application/pdf.</p>
|
|
3435
|
-
*/
|
|
3436
|
-
loaContentType?: LoaContentType | string;
|
|
3437
|
-
}
|
|
3438
|
-
|
|
3439
|
-
export namespace DescribeInterconnectLoaRequest {
|
|
3440
|
-
/**
|
|
3441
|
-
* @internal
|
|
3442
|
-
*/
|
|
3443
|
-
export const filterSensitiveLog = (obj: DescribeInterconnectLoaRequest): any => ({
|
|
3444
|
-
...obj,
|
|
3445
|
-
});
|
|
3446
|
-
}
|
|
3447
|
-
|
|
3448
|
-
export interface DescribeInterconnectLoaResponse {
|
|
3449
|
-
/**
|
|
3450
|
-
* <p>The Letter of Authorization - Connecting Facility Assignment (LOA-CFA).</p>
|
|
3451
|
-
*/
|
|
3452
|
-
loa?: Loa;
|
|
3453
|
-
}
|
|
3454
|
-
|
|
3455
|
-
export namespace DescribeInterconnectLoaResponse {
|
|
3456
|
-
/**
|
|
3457
|
-
* @internal
|
|
3458
|
-
*/
|
|
3459
|
-
export const filterSensitiveLog = (obj: DescribeInterconnectLoaResponse): any => ({
|
|
3460
|
-
...obj,
|
|
3461
|
-
});
|
|
3462
|
-
}
|
|
3463
|
-
|
|
3464
|
-
export interface DescribeInterconnectsRequest {
|
|
3465
|
-
/**
|
|
3466
|
-
* <p>The ID of the interconnect.</p>
|
|
3467
|
-
*/
|
|
3468
|
-
interconnectId?: string;
|
|
3469
|
-
}
|
|
3470
|
-
|
|
3471
|
-
export namespace DescribeInterconnectsRequest {
|
|
3472
|
-
/**
|
|
3473
|
-
* @internal
|
|
3474
|
-
*/
|
|
3475
|
-
export const filterSensitiveLog = (obj: DescribeInterconnectsRequest): any => ({
|
|
3476
|
-
...obj,
|
|
3477
|
-
});
|
|
3478
|
-
}
|
|
3479
|
-
|
|
3480
|
-
export interface Interconnects {
|
|
3481
|
-
/**
|
|
3482
|
-
* <p>The interconnects.</p>
|
|
3483
|
-
*/
|
|
3484
|
-
interconnects?: Interconnect[];
|
|
3485
|
-
}
|
|
3486
|
-
|
|
3487
|
-
export namespace Interconnects {
|
|
3488
|
-
/**
|
|
3489
|
-
* @internal
|
|
3490
|
-
*/
|
|
3491
|
-
export const filterSensitiveLog = (obj: Interconnects): any => ({
|
|
3492
|
-
...obj,
|
|
3493
|
-
});
|
|
3494
|
-
}
|
|
3495
|
-
|
|
3496
|
-
export interface DescribeLagsRequest {
|
|
3497
|
-
/**
|
|
3498
|
-
* <p>The ID of the LAG.</p>
|
|
3499
|
-
*/
|
|
3500
|
-
lagId?: string;
|
|
3501
|
-
}
|
|
3502
|
-
|
|
3503
|
-
export namespace DescribeLagsRequest {
|
|
3504
|
-
/**
|
|
3505
|
-
* @internal
|
|
3506
|
-
*/
|
|
3507
|
-
export const filterSensitiveLog = (obj: DescribeLagsRequest): any => ({
|
|
3508
|
-
...obj,
|
|
3509
|
-
});
|
|
3510
|
-
}
|
|
3511
|
-
|
|
3512
|
-
export interface Lags {
|
|
3513
|
-
/**
|
|
3514
|
-
* <p>The LAGs.</p>
|
|
3515
|
-
*/
|
|
3516
|
-
lags?: Lag[];
|
|
3517
|
-
}
|
|
3518
|
-
|
|
3519
|
-
export namespace Lags {
|
|
3520
|
-
/**
|
|
3521
|
-
* @internal
|
|
3522
|
-
*/
|
|
3523
|
-
export const filterSensitiveLog = (obj: Lags): any => ({
|
|
3524
|
-
...obj,
|
|
3525
|
-
});
|
|
3526
|
-
}
|
|
3527
|
-
|
|
3528
|
-
export interface DescribeLoaRequest {
|
|
3529
|
-
/**
|
|
3530
|
-
* <p>The ID of a connection, LAG, or interconnect.</p>
|
|
3531
|
-
*/
|
|
3532
|
-
connectionId: string | undefined;
|
|
3533
|
-
|
|
3534
|
-
/**
|
|
3535
|
-
* <p>The name of the service provider who establishes connectivity on your behalf. If you specify this parameter, the
|
|
3536
|
-
* LOA-CFA lists the provider name alongside your company name as the requester of the cross connect.</p>
|
|
3537
|
-
*/
|
|
3538
|
-
providerName?: string;
|
|
3539
|
-
|
|
3540
|
-
/**
|
|
3541
|
-
* <p>The standard media type for the LOA-CFA document. The only supported value is application/pdf.</p>
|
|
3542
|
-
*/
|
|
3543
|
-
loaContentType?: LoaContentType | string;
|
|
3544
|
-
}
|
|
3545
|
-
|
|
3546
|
-
export namespace DescribeLoaRequest {
|
|
3547
|
-
/**
|
|
3548
|
-
* @internal
|
|
3549
|
-
*/
|
|
3550
|
-
export const filterSensitiveLog = (obj: DescribeLoaRequest): any => ({
|
|
3551
|
-
...obj,
|
|
3552
|
-
});
|
|
3553
|
-
}
|
|
3554
|
-
|
|
3555
|
-
/**
|
|
3556
|
-
* <p>Information about an Direct Connect location.</p>
|
|
3557
|
-
*/
|
|
3558
|
-
export interface Location {
|
|
3559
|
-
/**
|
|
3560
|
-
* <p>The code for the location.</p>
|
|
3561
|
-
*/
|
|
3562
|
-
locationCode?: string;
|
|
3563
|
-
|
|
3564
|
-
/**
|
|
3565
|
-
* <p>The name of the location. This includes the name of the colocation partner and the physical site of the building.</p>
|
|
3566
|
-
*/
|
|
3567
|
-
locationName?: string;
|
|
3568
|
-
|
|
3569
|
-
/**
|
|
3570
|
-
* <p>The Region for the location.</p>
|
|
3571
|
-
*/
|
|
3572
|
-
region?: string;
|
|
3573
|
-
|
|
3574
|
-
/**
|
|
3575
|
-
* <p>The available port speeds for the location.</p>
|
|
3576
|
-
*/
|
|
3577
|
-
availablePortSpeeds?: string[];
|
|
3578
|
-
|
|
3579
|
-
/**
|
|
3580
|
-
* <p>The name of the service provider for the location.</p>
|
|
3581
|
-
*/
|
|
3582
|
-
availableProviders?: string[];
|
|
3583
|
-
|
|
3584
|
-
/**
|
|
3585
|
-
* <p>The available MAC Security (MACsec) port speeds for the location.</p>
|
|
3586
|
-
*/
|
|
3587
|
-
availableMacSecPortSpeeds?: string[];
|
|
3588
|
-
}
|
|
3589
|
-
|
|
3590
|
-
export namespace Location {
|
|
3591
|
-
/**
|
|
3592
|
-
* @internal
|
|
3593
|
-
*/
|
|
3594
|
-
export const filterSensitiveLog = (obj: Location): any => ({
|
|
3595
|
-
...obj,
|
|
3596
|
-
});
|
|
3597
|
-
}
|
|
3598
|
-
|
|
3599
|
-
export interface Locations {
|
|
3600
|
-
/**
|
|
3601
|
-
* <p>The locations.</p>
|
|
3602
|
-
*/
|
|
3603
|
-
locations?: Location[];
|
|
3604
|
-
}
|
|
3605
|
-
|
|
3606
|
-
export namespace Locations {
|
|
3607
|
-
/**
|
|
3608
|
-
* @internal
|
|
3609
|
-
*/
|
|
3610
|
-
export const filterSensitiveLog = (obj: Locations): any => ({
|
|
3611
|
-
...obj,
|
|
3612
|
-
});
|
|
3613
|
-
}
|
|
3614
|
-
|
|
3615
|
-
export interface DescribeTagsRequest {
|
|
3616
|
-
/**
|
|
3617
|
-
* <p>The Amazon Resource Names (ARNs) of the resources.</p>
|
|
3618
|
-
*/
|
|
3619
|
-
resourceArns: string[] | undefined;
|
|
3620
|
-
}
|
|
3621
|
-
|
|
3622
|
-
export namespace DescribeTagsRequest {
|
|
3623
|
-
/**
|
|
3624
|
-
* @internal
|
|
3625
|
-
*/
|
|
3626
|
-
export const filterSensitiveLog = (obj: DescribeTagsRequest): any => ({
|
|
3627
|
-
...obj,
|
|
3628
|
-
});
|
|
3629
|
-
}
|
|
3630
|
-
|
|
3631
|
-
/**
|
|
3632
|
-
* <p>Information about a tag associated with an Direct Connect resource.</p>
|
|
3633
|
-
*/
|
|
3634
|
-
export interface ResourceTag {
|
|
3635
|
-
/**
|
|
3636
|
-
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
3637
|
-
*/
|
|
3638
|
-
resourceArn?: string;
|
|
3639
|
-
|
|
3640
|
-
/**
|
|
3641
|
-
* <p>The tags.</p>
|
|
3642
|
-
*/
|
|
3643
|
-
tags?: Tag[];
|
|
3644
|
-
}
|
|
3645
|
-
|
|
3646
|
-
export namespace ResourceTag {
|
|
3647
|
-
/**
|
|
3648
|
-
* @internal
|
|
3649
|
-
*/
|
|
3650
|
-
export const filterSensitiveLog = (obj: ResourceTag): any => ({
|
|
3651
|
-
...obj,
|
|
3652
|
-
});
|
|
3653
|
-
}
|
|
3654
|
-
|
|
3655
|
-
export interface DescribeTagsResponse {
|
|
3656
|
-
/**
|
|
3657
|
-
* <p>Information about the tags.</p>
|
|
3658
|
-
*/
|
|
3659
|
-
resourceTags?: ResourceTag[];
|
|
3660
|
-
}
|
|
3661
|
-
|
|
3662
|
-
export namespace DescribeTagsResponse {
|
|
3663
|
-
/**
|
|
3664
|
-
* @internal
|
|
3665
|
-
*/
|
|
3666
|
-
export const filterSensitiveLog = (obj: DescribeTagsResponse): any => ({
|
|
3667
|
-
...obj,
|
|
3668
|
-
});
|
|
3669
|
-
}
|
|
3670
|
-
|
|
3671
|
-
/**
|
|
3672
|
-
* <p>Information about a virtual private gateway for a private virtual interface.</p>
|
|
3673
|
-
*/
|
|
3674
|
-
export interface VirtualGateway {
|
|
3675
|
-
/**
|
|
3676
|
-
* <p>The ID of the virtual private gateway.</p>
|
|
3677
|
-
*/
|
|
3678
|
-
virtualGatewayId?: string;
|
|
3679
|
-
|
|
3680
|
-
/**
|
|
3681
|
-
* <p>The state of the virtual private gateway. The following are the possible values:</p>
|
|
3682
|
-
* <ul>
|
|
3683
|
-
* <li>
|
|
3684
|
-
* <p>
|
|
3685
|
-
* <code>pending</code>: Initial state after creating the virtual private gateway.</p>
|
|
3686
|
-
* </li>
|
|
3687
|
-
* <li>
|
|
3688
|
-
* <p>
|
|
3689
|
-
* <code>available</code>: Ready for use by a private virtual interface.</p>
|
|
3690
|
-
* </li>
|
|
3691
|
-
* <li>
|
|
3692
|
-
* <p>
|
|
3693
|
-
* <code>deleting</code>: Initial state after deleting the virtual private gateway.</p>
|
|
3694
|
-
* </li>
|
|
3695
|
-
* <li>
|
|
3696
|
-
* <p>
|
|
3697
|
-
* <code>deleted</code>: The virtual private gateway is deleted. The private virtual interface is unable to send traffic over this gateway.</p>
|
|
3698
|
-
* </li>
|
|
3699
|
-
* </ul>
|
|
3700
|
-
*/
|
|
3701
|
-
virtualGatewayState?: string;
|
|
3702
|
-
}
|
|
3703
|
-
|
|
3704
|
-
export namespace VirtualGateway {
|
|
3705
|
-
/**
|
|
3706
|
-
* @internal
|
|
3707
|
-
*/
|
|
3708
|
-
export const filterSensitiveLog = (obj: VirtualGateway): any => ({
|
|
3709
|
-
...obj,
|
|
3710
|
-
});
|
|
3711
|
-
}
|
|
3712
|
-
|
|
3713
|
-
export interface VirtualGateways {
|
|
3714
|
-
/**
|
|
3715
|
-
* <p>The virtual private gateways.</p>
|
|
3716
|
-
*/
|
|
3717
|
-
virtualGateways?: VirtualGateway[];
|
|
3718
|
-
}
|
|
3719
|
-
|
|
3720
|
-
export namespace VirtualGateways {
|
|
3721
|
-
/**
|
|
3722
|
-
* @internal
|
|
3723
|
-
*/
|
|
3724
|
-
export const filterSensitiveLog = (obj: VirtualGateways): any => ({
|
|
3725
|
-
...obj,
|
|
3726
|
-
});
|
|
3727
|
-
}
|
|
3728
|
-
|
|
3729
|
-
export interface DescribeVirtualInterfacesRequest {
|
|
3730
|
-
/**
|
|
3731
|
-
* <p>The ID of the connection.</p>
|
|
3732
|
-
*/
|
|
3733
|
-
connectionId?: string;
|
|
3734
|
-
|
|
3735
|
-
/**
|
|
3736
|
-
* <p>The ID of the virtual interface.</p>
|
|
3737
|
-
*/
|
|
3738
|
-
virtualInterfaceId?: string;
|
|
3739
|
-
}
|
|
3740
|
-
|
|
3741
|
-
export namespace DescribeVirtualInterfacesRequest {
|
|
3742
|
-
/**
|
|
3743
|
-
* @internal
|
|
3744
|
-
*/
|
|
3745
|
-
export const filterSensitiveLog = (obj: DescribeVirtualInterfacesRequest): any => ({
|
|
3746
|
-
...obj,
|
|
3747
|
-
});
|
|
3748
|
-
}
|
|
3749
|
-
|
|
3750
|
-
export interface VirtualInterfaces {
|
|
3751
|
-
/**
|
|
3752
|
-
* <p>The virtual interfaces</p>
|
|
3753
|
-
*/
|
|
3754
|
-
virtualInterfaces?: VirtualInterface[];
|
|
3755
|
-
}
|
|
3756
|
-
|
|
3757
|
-
export namespace VirtualInterfaces {
|
|
3758
|
-
/**
|
|
3759
|
-
* @internal
|
|
3760
|
-
*/
|
|
3761
|
-
export const filterSensitiveLog = (obj: VirtualInterfaces): any => ({
|
|
3762
|
-
...obj,
|
|
3763
|
-
});
|
|
3764
|
-
}
|
|
3765
|
-
|
|
3766
|
-
export interface DisassociateConnectionFromLagRequest {
|
|
3767
|
-
/**
|
|
3768
|
-
* <p>The ID of the connection.</p>
|
|
3769
|
-
*/
|
|
3770
|
-
connectionId: string | undefined;
|
|
3771
|
-
|
|
3772
|
-
/**
|
|
3773
|
-
* <p>The ID of the LAG.</p>
|
|
3774
|
-
*/
|
|
3775
|
-
lagId: string | undefined;
|
|
3776
|
-
}
|
|
3777
|
-
|
|
3778
|
-
export namespace DisassociateConnectionFromLagRequest {
|
|
3779
|
-
/**
|
|
3780
|
-
* @internal
|
|
3781
|
-
*/
|
|
3782
|
-
export const filterSensitiveLog = (obj: DisassociateConnectionFromLagRequest): any => ({
|
|
3783
|
-
...obj,
|
|
3784
|
-
});
|
|
3785
|
-
}
|
|
3786
|
-
|
|
3787
|
-
export interface DisassociateMacSecKeyRequest {
|
|
3788
|
-
/**
|
|
3789
|
-
* <p>The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).</p>
|
|
3790
|
-
* <p>You can use <a>DescribeConnections</a> or <a>DescribeLags</a> to retrieve connection ID.</p>
|
|
3791
|
-
*/
|
|
3792
|
-
connectionId: string | undefined;
|
|
3793
|
-
|
|
3794
|
-
/**
|
|
3795
|
-
* <p>The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.</p>
|
|
3796
|
-
* <p>You can use <a>DescribeConnections</a> to retrieve the ARN of the MAC Security (MACsec) secret key.</p>
|
|
3797
|
-
*/
|
|
3798
|
-
secretARN: string | undefined;
|
|
3799
|
-
}
|
|
3800
|
-
|
|
3801
|
-
export namespace DisassociateMacSecKeyRequest {
|
|
3802
|
-
/**
|
|
3803
|
-
* @internal
|
|
3804
|
-
*/
|
|
3805
|
-
export const filterSensitiveLog = (obj: DisassociateMacSecKeyRequest): any => ({
|
|
3806
|
-
...obj,
|
|
3807
|
-
});
|
|
3808
|
-
}
|
|
3809
|
-
|
|
3810
|
-
export interface DisassociateMacSecKeyResponse {
|
|
3811
|
-
/**
|
|
3812
|
-
* <p>The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).</p>
|
|
3813
|
-
*/
|
|
3814
|
-
connectionId?: string;
|
|
3815
|
-
|
|
3816
|
-
/**
|
|
3817
|
-
* <p>The MAC Security (MACsec) security keys no longer associated with the dedicated connection.</p>
|
|
3818
|
-
*/
|
|
3819
|
-
macSecKeys?: MacSecKey[];
|
|
3820
|
-
}
|
|
3821
|
-
|
|
3822
|
-
export namespace DisassociateMacSecKeyResponse {
|
|
3823
|
-
/**
|
|
3824
|
-
* @internal
|
|
3825
|
-
*/
|
|
3826
|
-
export const filterSensitiveLog = (obj: DisassociateMacSecKeyResponse): any => ({
|
|
3827
|
-
...obj,
|
|
3828
|
-
});
|
|
3829
|
-
}
|
|
3830
|
-
|
|
3831
|
-
export interface ListVirtualInterfaceTestHistoryRequest {
|
|
3832
|
-
/**
|
|
3833
|
-
* <p>The ID of the virtual interface failover test.</p>
|
|
3834
|
-
*/
|
|
3835
|
-
testId?: string;
|
|
3836
|
-
|
|
3837
|
-
/**
|
|
3838
|
-
* <p>The ID of the virtual interface that was tested.</p>
|
|
3839
|
-
*/
|
|
3840
|
-
virtualInterfaceId?: string;
|
|
3841
|
-
|
|
3842
|
-
/**
|
|
3843
|
-
* <p>The BGP peers that were placed in the DOWN state during the virtual interface failover test.</p>
|
|
3844
|
-
*/
|
|
3845
|
-
bgpPeers?: string[];
|
|
3846
|
-
|
|
3847
|
-
/**
|
|
3848
|
-
* <p>The status of the virtual interface failover test.</p>
|
|
3849
|
-
*/
|
|
3850
|
-
status?: string;
|
|
3851
|
-
|
|
3852
|
-
/**
|
|
3853
|
-
* <p>The maximum number of results to return with a single call.
|
|
3854
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
3855
|
-
* <p>If <code>MaxResults</code> is given a value larger than 100, only 100 results are
|
|
3856
|
-
* returned.</p>
|
|
3857
|
-
*/
|
|
3858
|
-
maxResults?: number;
|
|
3859
|
-
|
|
3860
|
-
/**
|
|
3861
|
-
* <p>The token for the next page of results.</p>
|
|
3862
|
-
*/
|
|
3863
|
-
nextToken?: string;
|
|
3864
|
-
}
|
|
3865
|
-
|
|
3866
|
-
export namespace ListVirtualInterfaceTestHistoryRequest {
|
|
3867
|
-
/**
|
|
3868
|
-
* @internal
|
|
3869
|
-
*/
|
|
3870
|
-
export const filterSensitiveLog = (obj: ListVirtualInterfaceTestHistoryRequest): any => ({
|
|
3871
|
-
...obj,
|
|
3872
|
-
});
|
|
3873
|
-
}
|
|
3874
|
-
|
|
3875
|
-
/**
|
|
3876
|
-
* <p>Information about the virtual interface failover test.</p>
|
|
3877
|
-
*/
|
|
3878
|
-
export interface VirtualInterfaceTestHistory {
|
|
3879
|
-
/**
|
|
3880
|
-
* <p>The ID of the virtual interface failover test.</p>
|
|
3881
|
-
*/
|
|
3882
|
-
testId?: string;
|
|
3883
|
-
|
|
3884
|
-
/**
|
|
3885
|
-
* <p>The ID of the tested virtual interface.</p>
|
|
3886
|
-
*/
|
|
3887
|
-
virtualInterfaceId?: string;
|
|
3888
|
-
|
|
3889
|
-
/**
|
|
3890
|
-
* <p>The BGP peers that were put in the DOWN state as part of the virtual interface failover test.</p>
|
|
3891
|
-
*/
|
|
3892
|
-
bgpPeers?: string[];
|
|
3893
|
-
|
|
3894
|
-
/**
|
|
3895
|
-
* <p>The status of the virtual interface failover test.</p>
|
|
3896
|
-
*/
|
|
3897
|
-
status?: string;
|
|
3898
|
-
|
|
3899
|
-
/**
|
|
3900
|
-
* <p>The owner ID of the tested virtual interface.</p>
|
|
3901
|
-
*/
|
|
3902
|
-
ownerAccount?: string;
|
|
3903
|
-
|
|
3904
|
-
/**
|
|
3905
|
-
* <p>The time that the virtual interface failover test ran in minutes.</p>
|
|
3906
|
-
*/
|
|
3907
|
-
testDurationInMinutes?: number;
|
|
3908
|
-
|
|
3909
|
-
/**
|
|
3910
|
-
* <p>The time that the virtual interface moves to the DOWN state.</p>
|
|
3911
|
-
*/
|
|
3912
|
-
startTime?: Date;
|
|
3913
|
-
|
|
3914
|
-
/**
|
|
3915
|
-
* <p>The time that the virtual interface moves out of the DOWN state.</p>
|
|
3916
|
-
*/
|
|
3917
|
-
endTime?: Date;
|
|
3918
|
-
}
|
|
3919
|
-
|
|
3920
|
-
export namespace VirtualInterfaceTestHistory {
|
|
3921
|
-
/**
|
|
3922
|
-
* @internal
|
|
3923
|
-
*/
|
|
3924
|
-
export const filterSensitiveLog = (obj: VirtualInterfaceTestHistory): any => ({
|
|
3925
|
-
...obj,
|
|
3926
|
-
});
|
|
3927
|
-
}
|
|
3928
|
-
|
|
3929
|
-
export interface ListVirtualInterfaceTestHistoryResponse {
|
|
3930
|
-
/**
|
|
3931
|
-
* <p>The ID of the tested virtual interface.</p>
|
|
3932
|
-
*/
|
|
3933
|
-
virtualInterfaceTestHistory?: VirtualInterfaceTestHistory[];
|
|
3934
|
-
|
|
3935
|
-
/**
|
|
3936
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
3937
|
-
*/
|
|
3938
|
-
nextToken?: string;
|
|
3939
|
-
}
|
|
3940
|
-
|
|
3941
|
-
export namespace ListVirtualInterfaceTestHistoryResponse {
|
|
3942
|
-
/**
|
|
3943
|
-
* @internal
|
|
3944
|
-
*/
|
|
3945
|
-
export const filterSensitiveLog = (obj: ListVirtualInterfaceTestHistoryResponse): any => ({
|
|
3946
|
-
...obj,
|
|
3947
|
-
});
|
|
3948
|
-
}
|
|
3949
|
-
|
|
3950
|
-
export interface StartBgpFailoverTestRequest {
|
|
3951
|
-
/**
|
|
3952
|
-
* <p>The ID of the virtual interface you want to test.</p>
|
|
3953
|
-
*/
|
|
3954
|
-
virtualInterfaceId: string | undefined;
|
|
3955
|
-
|
|
3956
|
-
/**
|
|
3957
|
-
* <p>The BGP peers to place in the DOWN state.</p>
|
|
3958
|
-
*/
|
|
3959
|
-
bgpPeers?: string[];
|
|
3960
|
-
|
|
3961
|
-
/**
|
|
3962
|
-
* <p>The time in minutes that the virtual interface failover test will last.</p>
|
|
3963
|
-
* <p>Maximum value: 180 minutes (3 hours).</p>
|
|
3964
|
-
* <p>Default: 180 minutes (3 hours).</p>
|
|
3965
|
-
*/
|
|
3966
|
-
testDurationInMinutes?: number;
|
|
3967
|
-
}
|
|
3968
|
-
|
|
3969
|
-
export namespace StartBgpFailoverTestRequest {
|
|
3970
|
-
/**
|
|
3971
|
-
* @internal
|
|
3972
|
-
*/
|
|
3973
|
-
export const filterSensitiveLog = (obj: StartBgpFailoverTestRequest): any => ({
|
|
3974
|
-
...obj,
|
|
3975
|
-
});
|
|
3976
|
-
}
|
|
3977
|
-
|
|
3978
|
-
export interface StartBgpFailoverTestResponse {
|
|
3979
|
-
/**
|
|
3980
|
-
* <p>Information about the virtual interface failover test.</p>
|
|
3981
|
-
*/
|
|
3982
|
-
virtualInterfaceTest?: VirtualInterfaceTestHistory;
|
|
3983
|
-
}
|
|
3984
|
-
|
|
3985
|
-
export namespace StartBgpFailoverTestResponse {
|
|
3986
|
-
/**
|
|
3987
|
-
* @internal
|
|
3988
|
-
*/
|
|
3989
|
-
export const filterSensitiveLog = (obj: StartBgpFailoverTestResponse): any => ({
|
|
3990
|
-
...obj,
|
|
3991
|
-
});
|
|
3992
|
-
}
|
|
3993
|
-
|
|
3994
|
-
export interface StopBgpFailoverTestRequest {
|
|
3995
|
-
/**
|
|
3996
|
-
* <p>The ID of the virtual interface you no longer want to test.</p>
|
|
3997
|
-
*/
|
|
3998
|
-
virtualInterfaceId: string | undefined;
|
|
3999
|
-
}
|
|
4000
|
-
|
|
4001
|
-
export namespace StopBgpFailoverTestRequest {
|
|
4002
|
-
/**
|
|
4003
|
-
* @internal
|
|
4004
|
-
*/
|
|
4005
|
-
export const filterSensitiveLog = (obj: StopBgpFailoverTestRequest): any => ({
|
|
4006
|
-
...obj,
|
|
4007
|
-
});
|
|
4008
|
-
}
|
|
4009
|
-
|
|
4010
|
-
export interface StopBgpFailoverTestResponse {
|
|
4011
|
-
/**
|
|
4012
|
-
* <p>Information about the virtual interface failover test.</p>
|
|
4013
|
-
*/
|
|
4014
|
-
virtualInterfaceTest?: VirtualInterfaceTestHistory;
|
|
4015
|
-
}
|
|
4016
|
-
|
|
4017
|
-
export namespace StopBgpFailoverTestResponse {
|
|
4018
|
-
/**
|
|
4019
|
-
* @internal
|
|
4020
|
-
*/
|
|
4021
|
-
export const filterSensitiveLog = (obj: StopBgpFailoverTestResponse): any => ({
|
|
4022
|
-
...obj,
|
|
4023
|
-
});
|
|
4024
|
-
}
|
|
4025
|
-
|
|
4026
|
-
export interface TagResourceRequest {
|
|
4027
|
-
/**
|
|
4028
|
-
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
4029
|
-
*/
|
|
4030
|
-
resourceArn: string | undefined;
|
|
4031
|
-
|
|
4032
|
-
/**
|
|
4033
|
-
* <p>The tags to add.</p>
|
|
4034
|
-
*/
|
|
4035
|
-
tags: Tag[] | undefined;
|
|
4036
|
-
}
|
|
4037
|
-
|
|
4038
|
-
export namespace TagResourceRequest {
|
|
4039
|
-
/**
|
|
4040
|
-
* @internal
|
|
4041
|
-
*/
|
|
4042
|
-
export const filterSensitiveLog = (obj: TagResourceRequest): any => ({
|
|
4043
|
-
...obj,
|
|
4044
|
-
});
|
|
4045
|
-
}
|
|
4046
|
-
|
|
4047
|
-
export interface TagResourceResponse {}
|
|
4048
|
-
|
|
4049
|
-
export namespace TagResourceResponse {
|
|
4050
|
-
/**
|
|
4051
|
-
* @internal
|
|
4052
|
-
*/
|
|
4053
|
-
export const filterSensitiveLog = (obj: TagResourceResponse): any => ({
|
|
4054
|
-
...obj,
|
|
4055
|
-
});
|
|
4056
|
-
}
|
|
4057
|
-
|
|
4058
|
-
export interface UntagResourceRequest {
|
|
4059
|
-
/**
|
|
4060
|
-
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
4061
|
-
*/
|
|
4062
|
-
resourceArn: string | undefined;
|
|
4063
|
-
|
|
4064
|
-
/**
|
|
4065
|
-
* <p>The tag keys of the tags to remove.</p>
|
|
4066
|
-
*/
|
|
4067
|
-
tagKeys: string[] | undefined;
|
|
4068
|
-
}
|
|
4069
|
-
|
|
4070
|
-
export namespace UntagResourceRequest {
|
|
4071
|
-
/**
|
|
4072
|
-
* @internal
|
|
4073
|
-
*/
|
|
4074
|
-
export const filterSensitiveLog = (obj: UntagResourceRequest): any => ({
|
|
4075
|
-
...obj,
|
|
4076
|
-
});
|
|
4077
|
-
}
|
|
4078
|
-
|
|
4079
|
-
export interface UntagResourceResponse {}
|
|
4080
|
-
|
|
4081
|
-
export namespace UntagResourceResponse {
|
|
4082
|
-
/**
|
|
4083
|
-
* @internal
|
|
4084
|
-
*/
|
|
4085
|
-
export const filterSensitiveLog = (obj: UntagResourceResponse): any => ({
|
|
4086
|
-
...obj,
|
|
4087
|
-
});
|
|
4088
|
-
}
|
|
4089
|
-
|
|
4090
|
-
export interface UpdateConnectionRequest {
|
|
4091
|
-
/**
|
|
4092
|
-
* <p>The ID of the dedicated connection.</p>
|
|
4093
|
-
* <p>You can use <a>DescribeConnections</a> to retrieve the connection ID.</p>
|
|
4094
|
-
*/
|
|
4095
|
-
connectionId: string | undefined;
|
|
4096
|
-
|
|
4097
|
-
/**
|
|
4098
|
-
* <p>The name of the connection.</p>
|
|
4099
|
-
*/
|
|
4100
|
-
connectionName?: string;
|
|
4101
|
-
|
|
4102
|
-
/**
|
|
4103
|
-
* <p>The connection MAC Security (MACsec) encryption mode.</p>
|
|
4104
|
-
* <p>The valid values are <code>no_encrypt</code>, <code>should_encrypt</code>, and <code>must_encrypt</code>.</p>
|
|
4105
|
-
*/
|
|
4106
|
-
encryptionMode?: string;
|
|
4107
|
-
}
|
|
4108
|
-
|
|
4109
|
-
export namespace UpdateConnectionRequest {
|
|
4110
|
-
/**
|
|
4111
|
-
* @internal
|
|
4112
|
-
*/
|
|
4113
|
-
export const filterSensitiveLog = (obj: UpdateConnectionRequest): any => ({
|
|
4114
|
-
...obj,
|
|
4115
|
-
});
|
|
4116
|
-
}
|
|
4117
|
-
|
|
4118
|
-
export interface UpdateDirectConnectGatewayAssociationRequest {
|
|
4119
|
-
/**
|
|
4120
|
-
* <p>The ID of the Direct Connect gateway association.</p>
|
|
4121
|
-
*/
|
|
4122
|
-
associationId?: string;
|
|
4123
|
-
|
|
4124
|
-
/**
|
|
4125
|
-
* <p>The Amazon VPC prefixes to advertise to the Direct Connect gateway.</p>
|
|
4126
|
-
*/
|
|
4127
|
-
addAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
|
|
4128
|
-
|
|
4129
|
-
/**
|
|
4130
|
-
* <p>The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.</p>
|
|
4131
|
-
*/
|
|
4132
|
-
removeAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
|
|
4133
|
-
}
|
|
4134
|
-
|
|
4135
|
-
export namespace UpdateDirectConnectGatewayAssociationRequest {
|
|
4136
|
-
/**
|
|
4137
|
-
* @internal
|
|
4138
|
-
*/
|
|
4139
|
-
export const filterSensitiveLog = (obj: UpdateDirectConnectGatewayAssociationRequest): any => ({
|
|
4140
|
-
...obj,
|
|
4141
|
-
});
|
|
4142
|
-
}
|
|
4143
|
-
|
|
4144
|
-
export interface UpdateDirectConnectGatewayAssociationResult {
|
|
4145
|
-
/**
|
|
4146
|
-
* <p>Information about an association between a Direct Connect gateway and a virtual private gateway or transit gateway.</p>
|
|
4147
|
-
*/
|
|
4148
|
-
directConnectGatewayAssociation?: DirectConnectGatewayAssociation;
|
|
4149
|
-
}
|
|
4150
|
-
|
|
4151
|
-
export namespace UpdateDirectConnectGatewayAssociationResult {
|
|
4152
|
-
/**
|
|
4153
|
-
* @internal
|
|
4154
|
-
*/
|
|
4155
|
-
export const filterSensitiveLog = (obj: UpdateDirectConnectGatewayAssociationResult): any => ({
|
|
4156
|
-
...obj,
|
|
4157
|
-
});
|
|
4158
|
-
}
|
|
4159
|
-
|
|
4160
|
-
export interface UpdateLagRequest {
|
|
4161
|
-
/**
|
|
4162
|
-
* <p>The ID of the LAG.</p>
|
|
4163
|
-
*/
|
|
4164
|
-
lagId: string | undefined;
|
|
4165
|
-
|
|
4166
|
-
/**
|
|
4167
|
-
* <p>The name of the LAG.</p>
|
|
4168
|
-
*/
|
|
4169
|
-
lagName?: string;
|
|
4170
|
-
|
|
4171
|
-
/**
|
|
4172
|
-
* <p>The minimum number of physical connections that must be operational for the LAG itself to be operational.</p>
|
|
4173
|
-
*/
|
|
4174
|
-
minimumLinks?: number;
|
|
4175
|
-
|
|
4176
|
-
/**
|
|
4177
|
-
* <p>The LAG MAC Security (MACsec) encryption mode.</p>
|
|
4178
|
-
* <p>Amazon Web Services applies the value to all connections which are part of the LAG.</p>
|
|
4179
|
-
*/
|
|
4180
|
-
encryptionMode?: string;
|
|
4181
|
-
}
|
|
4182
|
-
|
|
4183
|
-
export namespace UpdateLagRequest {
|
|
4184
|
-
/**
|
|
4185
|
-
* @internal
|
|
4186
|
-
*/
|
|
4187
|
-
export const filterSensitiveLog = (obj: UpdateLagRequest): any => ({
|
|
4188
|
-
...obj,
|
|
4189
|
-
});
|
|
4190
|
-
}
|
|
4191
|
-
|
|
4192
|
-
export interface UpdateVirtualInterfaceAttributesRequest {
|
|
4193
|
-
/**
|
|
4194
|
-
* <p>The ID of the virtual private interface.</p>
|
|
4195
|
-
*/
|
|
4196
|
-
virtualInterfaceId: string | undefined;
|
|
4197
|
-
|
|
4198
|
-
/**
|
|
4199
|
-
* <p>The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.</p>
|
|
4200
|
-
*/
|
|
4201
|
-
mtu?: number;
|
|
4202
|
-
}
|
|
4203
|
-
|
|
4204
|
-
export namespace UpdateVirtualInterfaceAttributesRequest {
|
|
4205
|
-
/**
|
|
4206
|
-
* @internal
|
|
4207
|
-
*/
|
|
4208
|
-
export const filterSensitiveLog = (obj: UpdateVirtualInterfaceAttributesRequest): any => ({
|
|
4209
|
-
...obj,
|
|
4210
|
-
});
|
|
4211
|
-
}
|