@aws-sdk/client-direct-connect 3.32.0 → 3.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/{dist/cjs → dist-cjs}/DirectConnect.js +1 -2
- package/{dist/cjs → dist-cjs}/DirectConnectClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AllocateConnectionOnInterconnectCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AllocateHostedConnectionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AllocatePrivateVirtualInterfaceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AllocatePublicVirtualInterfaceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AllocateTransitVirtualInterfaceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AssociateConnectionWithLagCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AssociateHostedConnectionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AssociateMacSecKeyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AssociateVirtualInterfaceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ConfirmConnectionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ConfirmPrivateVirtualInterfaceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ConfirmPublicVirtualInterfaceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ConfirmTransitVirtualInterfaceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateBGPPeerCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateConnectionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateDirectConnectGatewayAssociationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateDirectConnectGatewayCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateInterconnectCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateLagCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreatePrivateVirtualInterfaceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreatePublicVirtualInterfaceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateTransitVirtualInterfaceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteBGPPeerCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteConnectionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteDirectConnectGatewayAssociationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteDirectConnectGatewayCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteInterconnectCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteLagCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteVirtualInterfaceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeConnectionLoaCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeConnectionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeConnectionsOnInterconnectCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeDirectConnectGatewayAssociationsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeDirectConnectGatewaysCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeHostedConnectionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeInterconnectLoaCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeInterconnectsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeLagsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeLoaCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeLocationsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeTagsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeVirtualGatewaysCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeVirtualInterfacesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DisassociateConnectionFromLagCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DisassociateMacSecKeyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListVirtualInterfaceTestHistoryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/StartBgpFailoverTestCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/StopBgpFailoverTestCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateConnectionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateDirectConnectGatewayAssociationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateLagCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateVirtualInterfaceAttributesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/DirectConnect.js +2 -11
- package/{dist/es → dist-es}/DirectConnectClient.js +2 -16
- package/{dist/es → dist-es}/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +4 -30
- package/{dist/es → dist-es}/commands/AllocateConnectionOnInterconnectCommand.js +4 -37
- package/{dist/es → dist-es}/commands/AllocateHostedConnectionCommand.js +4 -35
- package/{dist/es → dist-es}/commands/AllocatePrivateVirtualInterfaceCommand.js +4 -32
- package/{dist/es → dist-es}/commands/AllocatePublicVirtualInterfaceCommand.js +4 -35
- package/{dist/es → dist-es}/commands/AllocateTransitVirtualInterfaceCommand.js +4 -32
- package/dist-es/commands/AssociateConnectionWithLagCommand.js +39 -0
- package/{dist/es → dist-es}/commands/AssociateHostedConnectionCommand.js +4 -37
- package/{dist/es → dist-es}/commands/AssociateMacSecKeyCommand.js +4 -32
- package/dist-es/commands/AssociateVirtualInterfaceCommand.js +39 -0
- package/{dist/es → dist-es}/commands/ConfirmConnectionCommand.js +4 -32
- package/{dist/es → dist-es}/commands/ConfirmPrivateVirtualInterfaceCommand.js +4 -33
- package/{dist/es → dist-es}/commands/ConfirmPublicVirtualInterfaceCommand.js +4 -32
- package/{dist/es → dist-es}/commands/ConfirmTransitVirtualInterfaceCommand.js +4 -32
- package/dist-es/commands/CreateBGPPeerCommand.js +39 -0
- package/dist-es/commands/CreateConnectionCommand.js +39 -0
- package/{dist/es → dist-es}/commands/CreateDirectConnectGatewayAssociationCommand.js +4 -31
- package/{dist/es → dist-es}/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +4 -31
- package/{dist/es → dist-es}/commands/CreateDirectConnectGatewayCommand.js +4 -35
- package/dist-es/commands/CreateInterconnectCommand.js +39 -0
- package/dist-es/commands/CreateLagCommand.js +39 -0
- package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js +39 -0
- package/{dist/es → dist-es}/commands/CreatePublicVirtualInterfaceCommand.js +4 -33
- package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js +39 -0
- package/{dist/es → dist-es}/commands/DeleteBGPPeerCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeleteConnectionCommand.js +4 -33
- package/{dist/es → dist-es}/commands/DeleteDirectConnectGatewayAssociationCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteDirectConnectGatewayCommand.js +4 -32
- package/{dist/es → dist-es}/commands/DeleteInterconnectCommand.js +4 -34
- package/{dist/es → dist-es}/commands/DeleteLagCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeleteVirtualInterfaceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeConnectionLoaCommand.js +4 -37
- package/{dist/es → dist-es}/commands/DescribeConnectionsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeConnectionsOnInterconnectCommand.js +4 -36
- package/{dist/es → dist-es}/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +4 -30
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +39 -0
- package/{dist/es → dist-es}/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +4 -34
- package/{dist/es → dist-es}/commands/DescribeDirectConnectGatewaysCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeHostedConnectionsCommand.js +4 -34
- package/{dist/es → dist-es}/commands/DescribeInterconnectLoaCommand.js +4 -36
- package/{dist/es → dist-es}/commands/DescribeInterconnectsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeLagsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeLoaCommand.js +4 -33
- package/{dist/es → dist-es}/commands/DescribeLocationsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DescribeTagsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeVirtualGatewaysCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DescribeVirtualInterfacesCommand.js +4 -34
- package/dist-es/commands/DisassociateConnectionFromLagCommand.js +39 -0
- package/{dist/es → dist-es}/commands/DisassociateMacSecKeyCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListVirtualInterfaceTestHistoryCommand.js +4 -30
- package/{dist/es → dist-es}/commands/StartBgpFailoverTestCommand.js +4 -33
- package/{dist/es → dist-es}/commands/StopBgpFailoverTestCommand.js +4 -30
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateConnectionCommand.js +4 -39
- package/{dist/es → dist-es}/commands/UpdateDirectConnectGatewayAssociationCommand.js +4 -31
- package/dist-es/commands/UpdateLagCommand.js +39 -0
- package/{dist/es → dist-es}/commands/UpdateVirtualInterfaceAttributesCommand.js +4 -36
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -373
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +979 -985
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/DirectConnect.d.ts +2 -2
- package/{dist/types → dist-types}/DirectConnectClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AllocateConnectionOnInterconnectCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AllocateHostedConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AllocatePublicVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AllocateTransitVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AssociateConnectionWithLagCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AssociateHostedConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AssociateMacSecKeyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AssociateVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ConfirmConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateBGPPeerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDirectConnectGatewayCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateInterconnectCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateLagCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreatePrivateVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreatePublicVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateTransitVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteBGPPeerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteDirectConnectGatewayCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteInterconnectCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteLagCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeConnectionLoaCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeConnectionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeConnectionsOnInterconnectCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeDirectConnectGatewaysCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeHostedConnectionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeInterconnectLoaCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeInterconnectsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeLagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeLoaCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeLocationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeVirtualGatewaysCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeVirtualInterfacesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisassociateConnectionFromLagCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisassociateMacSecKeyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartBgpFailoverTestCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StopBgpFailoverTestCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateLagCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -1
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/DirectConnect.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/DirectConnectClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AllocateConnectionOnInterconnectCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AllocateHostedConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AllocatePublicVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AllocateTransitVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AssociateConnectionWithLagCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AssociateHostedConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AssociateMacSecKeyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AssociateVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ConfirmConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateBGPPeerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateDirectConnectGatewayCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateInterconnectCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateLagCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreatePrivateVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreatePublicVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateTransitVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteBGPPeerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteDirectConnectGatewayCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteInterconnectCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteLagCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteVirtualInterfaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeConnectionLoaCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeConnectionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeConnectionsOnInterconnectCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeDirectConnectGatewaysCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeHostedConnectionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeInterconnectLoaCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeInterconnectsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeLagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeLoaCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeLocationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeVirtualGatewaysCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeVirtualInterfacesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DisassociateConnectionFromLagCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DisassociateMacSecKeyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/StartBgpFailoverTestCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/StopBgpFailoverTestCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateConnectionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateLagCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -1
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/DirectConnect.ts +0 -2414
- package/DirectConnectClient.ts +0 -540
- package/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts +0 -109
- package/commands/AllocateConnectionOnInterconnectCommand.ts +0 -107
- package/commands/AllocateHostedConnectionCommand.ts +0 -99
- package/commands/AllocatePrivateVirtualInterfaceCommand.ts +0 -102
- package/commands/AllocatePublicVirtualInterfaceCommand.ts +0 -105
- package/commands/AllocateTransitVirtualInterfaceCommand.ts +0 -104
- package/commands/AssociateConnectionWithLagCommand.ts +0 -110
- package/commands/AssociateHostedConnectionCommand.ts +0 -104
- package/commands/AssociateMacSecKeyCommand.ts +0 -96
- package/commands/AssociateVirtualInterfaceCommand.ts +0 -106
- package/commands/ConfirmConnectionCommand.ts +0 -96
- package/commands/ConfirmPrivateVirtualInterfaceCommand.ts +0 -105
- package/commands/ConfirmPublicVirtualInterfaceCommand.ts +0 -101
- package/commands/ConfirmTransitVirtualInterfaceCommand.ts +0 -104
- package/commands/CreateBGPPeerCommand.ts +0 -100
- package/commands/CreateConnectionCommand.ts +0 -102
- package/commands/CreateDirectConnectGatewayAssociationCommand.ts +0 -107
- package/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts +0 -110
- package/commands/CreateDirectConnectGatewayCommand.ts +0 -102
- package/commands/CreateInterconnectCommand.ts +0 -109
- package/commands/CreateLagCommand.ts +0 -108
- package/commands/CreatePrivateVirtualInterfaceCommand.ts +0 -107
- package/commands/CreatePublicVirtualInterfaceCommand.ts +0 -100
- package/commands/CreateTransitVirtualInterfaceCommand.ts +0 -108
- package/commands/DeleteBGPPeerCommand.ts +0 -95
- package/commands/DeleteConnectionCommand.ts +0 -97
- package/commands/DeleteDirectConnectGatewayAssociationCommand.ts +0 -107
- package/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts +0 -109
- package/commands/DeleteDirectConnectGatewayCommand.ts +0 -99
- package/commands/DeleteInterconnectCommand.ts +0 -98
- package/commands/DeleteLagCommand.ts +0 -92
- package/commands/DeleteVirtualInterfaceCommand.ts +0 -94
- package/commands/DescribeConnectionLoaCommand.ts +0 -101
- package/commands/DescribeConnectionsCommand.ts +0 -94
- package/commands/DescribeConnectionsOnInterconnectCommand.ts +0 -106
- package/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts +0 -109
- package/commands/DescribeDirectConnectGatewayAssociationsCommand.ts +0 -131
- package/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts +0 -113
- package/commands/DescribeDirectConnectGatewaysCommand.ts +0 -99
- package/commands/DescribeHostedConnectionsCommand.ts +0 -101
- package/commands/DescribeInterconnectLoaCommand.ts +0 -100
- package/commands/DescribeInterconnectsCommand.ts +0 -94
- package/commands/DescribeLagsCommand.ts +0 -94
- package/commands/DescribeLoaCommand.ts +0 -97
- package/commands/DescribeLocationsCommand.ts +0 -95
- package/commands/DescribeTagsCommand.ts +0 -94
- package/commands/DescribeVirtualGatewaysCommand.ts +0 -95
- package/commands/DescribeVirtualInterfacesCommand.ts +0 -101
- package/commands/DisassociateConnectionFromLagCommand.ts +0 -106
- package/commands/DisassociateMacSecKeyCommand.ts +0 -94
- package/commands/ListVirtualInterfaceTestHistoryCommand.ts +0 -102
- package/commands/StartBgpFailoverTestCommand.ts +0 -97
- package/commands/StopBgpFailoverTestCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -95
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateConnectionCommand.ts +0 -103
- package/commands/UpdateDirectConnectGatewayAssociationCommand.ts +0 -107
- package/commands/UpdateLagCommand.ts +0 -113
- package/commands/UpdateVirtualInterfaceAttributesCommand.ts +0 -106
- package/dist/cjs/DirectConnect.js.map +0 -1
- package/dist/cjs/DirectConnectClient.js.map +0 -1
- package/dist/cjs/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
- package/dist/cjs/commands/AllocateConnectionOnInterconnectCommand.js.map +0 -1
- package/dist/cjs/commands/AllocateHostedConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/AllocatePrivateVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/AllocatePublicVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/AllocateTransitVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateConnectionWithLagCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateHostedConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateMacSecKeyCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/ConfirmConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/ConfirmPrivateVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/ConfirmPublicVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/ConfirmTransitVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateBGPPeerCommand.js.map +0 -1
- package/dist/cjs/commands/CreateConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDirectConnectGatewayAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDirectConnectGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/CreateInterconnectCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLagCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePrivateVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePublicVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTransitVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBGPPeerCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDirectConnectGatewayAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDirectConnectGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteInterconnectCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLagCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVirtualInterfaceCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConnectionLoaCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConnectionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConnectionsOnInterconnectCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDirectConnectGatewayAssociationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDirectConnectGatewayAttachmentsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDirectConnectGatewaysCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeHostedConnectionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInterconnectLoaCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInterconnectsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLagsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLoaCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLocationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeVirtualGatewaysCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeVirtualInterfacesCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateConnectionFromLagCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateMacSecKeyCommand.js.map +0 -1
- package/dist/cjs/commands/ListVirtualInterfaceTestHistoryCommand.js.map +0 -1
- package/dist/cjs/commands/StartBgpFailoverTestCommand.js.map +0 -1
- package/dist/cjs/commands/StopBgpFailoverTestCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDirectConnectGatewayAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateLagCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateVirtualInterfaceAttributesCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/DirectConnect.js.map +0 -1
- package/dist/es/DirectConnectClient.js.map +0 -1
- package/dist/es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
- package/dist/es/commands/AllocateConnectionOnInterconnectCommand.js.map +0 -1
- package/dist/es/commands/AllocateHostedConnectionCommand.js.map +0 -1
- package/dist/es/commands/AllocatePrivateVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/AllocatePublicVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/AllocateTransitVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/AssociateConnectionWithLagCommand.js +0 -78
- package/dist/es/commands/AssociateConnectionWithLagCommand.js.map +0 -1
- package/dist/es/commands/AssociateHostedConnectionCommand.js.map +0 -1
- package/dist/es/commands/AssociateMacSecKeyCommand.js.map +0 -1
- package/dist/es/commands/AssociateVirtualInterfaceCommand.js +0 -74
- package/dist/es/commands/AssociateVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/ConfirmConnectionCommand.js.map +0 -1
- package/dist/es/commands/ConfirmPrivateVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/ConfirmPublicVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/ConfirmTransitVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/CreateBGPPeerCommand.js +0 -71
- package/dist/es/commands/CreateBGPPeerCommand.js.map +0 -1
- package/dist/es/commands/CreateConnectionCommand.js +0 -73
- package/dist/es/commands/CreateConnectionCommand.js.map +0 -1
- package/dist/es/commands/CreateDirectConnectGatewayAssociationCommand.js.map +0 -1
- package/dist/es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
- package/dist/es/commands/CreateDirectConnectGatewayCommand.js.map +0 -1
- package/dist/es/commands/CreateInterconnectCommand.js +0 -80
- package/dist/es/commands/CreateInterconnectCommand.js.map +0 -1
- package/dist/es/commands/CreateLagCommand.js +0 -82
- package/dist/es/commands/CreateLagCommand.js.map +0 -1
- package/dist/es/commands/CreatePrivateVirtualInterfaceCommand.js +0 -75
- package/dist/es/commands/CreatePrivateVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/CreatePublicVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/CreateTransitVirtualInterfaceCommand.js +0 -74
- package/dist/es/commands/CreateTransitVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/DeleteBGPPeerCommand.js.map +0 -1
- package/dist/es/commands/DeleteConnectionCommand.js.map +0 -1
- package/dist/es/commands/DeleteDirectConnectGatewayAssociationCommand.js.map +0 -1
- package/dist/es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
- package/dist/es/commands/DeleteDirectConnectGatewayCommand.js.map +0 -1
- package/dist/es/commands/DeleteInterconnectCommand.js.map +0 -1
- package/dist/es/commands/DeleteLagCommand.js.map +0 -1
- package/dist/es/commands/DeleteVirtualInterfaceCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectionLoaCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectionsOnInterconnectCommand.js.map +0 -1
- package/dist/es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js.map +0 -1
- package/dist/es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +0 -87
- package/dist/es/commands/DescribeDirectConnectGatewayAssociationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js.map +0 -1
- package/dist/es/commands/DescribeDirectConnectGatewaysCommand.js.map +0 -1
- package/dist/es/commands/DescribeHostedConnectionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeInterconnectLoaCommand.js.map +0 -1
- package/dist/es/commands/DescribeInterconnectsCommand.js.map +0 -1
- package/dist/es/commands/DescribeLagsCommand.js.map +0 -1
- package/dist/es/commands/DescribeLoaCommand.js.map +0 -1
- package/dist/es/commands/DescribeLocationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/es/commands/DescribeVirtualGatewaysCommand.js.map +0 -1
- package/dist/es/commands/DescribeVirtualInterfacesCommand.js.map +0 -1
- package/dist/es/commands/DisassociateConnectionFromLagCommand.js +0 -74
- package/dist/es/commands/DisassociateConnectionFromLagCommand.js.map +0 -1
- package/dist/es/commands/DisassociateMacSecKeyCommand.js.map +0 -1
- package/dist/es/commands/ListVirtualInterfaceTestHistoryCommand.js.map +0 -1
- package/dist/es/commands/StartBgpFailoverTestCommand.js.map +0 -1
- package/dist/es/commands/StopBgpFailoverTestCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateConnectionCommand.js.map +0 -1
- package/dist/es/commands/UpdateDirectConnectGatewayAssociationCommand.js.map +0 -1
- package/dist/es/commands/UpdateLagCommand.js +0 -87
- package/dist/es/commands/UpdateLagCommand.js.map +0 -1
- package/dist/es/commands/UpdateVirtualInterfaceAttributesCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -63
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -86
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -4211
- package/protocols/Aws_json1_1.ts +0 -6998
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,16 +1,10 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
export var RouteFilterPrefix;
|
|
3
3
|
(function (RouteFilterPrefix) {
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
*/
|
|
7
4
|
RouteFilterPrefix.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
8
5
|
})(RouteFilterPrefix || (RouteFilterPrefix = {}));
|
|
9
6
|
export var AcceptDirectConnectGatewayAssociationProposalRequest;
|
|
10
7
|
(function (AcceptDirectConnectGatewayAssociationProposalRequest) {
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
8
|
AcceptDirectConnectGatewayAssociationProposalRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
15
9
|
})(AcceptDirectConnectGatewayAssociationProposalRequest || (AcceptDirectConnectGatewayAssociationProposalRequest = {}));
|
|
16
10
|
export var GatewayType;
|
|
@@ -20,37 +14,22 @@ export var GatewayType;
|
|
|
20
14
|
})(GatewayType || (GatewayType = {}));
|
|
21
15
|
export var AssociatedGateway;
|
|
22
16
|
(function (AssociatedGateway) {
|
|
23
|
-
/**
|
|
24
|
-
* @internal
|
|
25
|
-
*/
|
|
26
17
|
AssociatedGateway.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
27
18
|
})(AssociatedGateway || (AssociatedGateway = {}));
|
|
28
19
|
export var DirectConnectGatewayAssociation;
|
|
29
20
|
(function (DirectConnectGatewayAssociation) {
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
21
|
DirectConnectGatewayAssociation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
34
22
|
})(DirectConnectGatewayAssociation || (DirectConnectGatewayAssociation = {}));
|
|
35
23
|
export var AcceptDirectConnectGatewayAssociationProposalResult;
|
|
36
24
|
(function (AcceptDirectConnectGatewayAssociationProposalResult) {
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
25
|
AcceptDirectConnectGatewayAssociationProposalResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
41
26
|
})(AcceptDirectConnectGatewayAssociationProposalResult || (AcceptDirectConnectGatewayAssociationProposalResult = {}));
|
|
42
27
|
export var DirectConnectClientException;
|
|
43
28
|
(function (DirectConnectClientException) {
|
|
44
|
-
/**
|
|
45
|
-
* @internal
|
|
46
|
-
*/
|
|
47
29
|
DirectConnectClientException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
48
30
|
})(DirectConnectClientException || (DirectConnectClientException = {}));
|
|
49
31
|
export var DirectConnectServerException;
|
|
50
32
|
(function (DirectConnectServerException) {
|
|
51
|
-
/**
|
|
52
|
-
* @internal
|
|
53
|
-
*/
|
|
54
33
|
DirectConnectServerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
55
34
|
})(DirectConnectServerException || (DirectConnectServerException = {}));
|
|
56
35
|
export var AddressFamily;
|
|
@@ -60,9 +39,6 @@ export var AddressFamily;
|
|
|
60
39
|
})(AddressFamily || (AddressFamily = {}));
|
|
61
40
|
export var AllocateConnectionOnInterconnectRequest;
|
|
62
41
|
(function (AllocateConnectionOnInterconnectRequest) {
|
|
63
|
-
/**
|
|
64
|
-
* @internal
|
|
65
|
-
*/
|
|
66
42
|
AllocateConnectionOnInterconnectRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
67
43
|
})(AllocateConnectionOnInterconnectRequest || (AllocateConnectionOnInterconnectRequest = {}));
|
|
68
44
|
export var HasLogicalRedundancy;
|
|
@@ -73,58 +49,34 @@ export var HasLogicalRedundancy;
|
|
|
73
49
|
})(HasLogicalRedundancy || (HasLogicalRedundancy = {}));
|
|
74
50
|
export var MacSecKey;
|
|
75
51
|
(function (MacSecKey) {
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
52
|
MacSecKey.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
80
53
|
})(MacSecKey || (MacSecKey = {}));
|
|
81
54
|
export var Tag;
|
|
82
55
|
(function (Tag) {
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
56
|
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
87
57
|
})(Tag || (Tag = {}));
|
|
88
58
|
export var Connection;
|
|
89
59
|
(function (Connection) {
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
60
|
Connection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
94
61
|
})(Connection || (Connection = {}));
|
|
95
62
|
export var AllocateHostedConnectionRequest;
|
|
96
63
|
(function (AllocateHostedConnectionRequest) {
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
64
|
AllocateHostedConnectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
101
65
|
})(AllocateHostedConnectionRequest || (AllocateHostedConnectionRequest = {}));
|
|
102
66
|
export var DuplicateTagKeysException;
|
|
103
67
|
(function (DuplicateTagKeysException) {
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
68
|
DuplicateTagKeysException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
108
69
|
})(DuplicateTagKeysException || (DuplicateTagKeysException = {}));
|
|
109
70
|
export var TooManyTagsException;
|
|
110
71
|
(function (TooManyTagsException) {
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
72
|
TooManyTagsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
115
73
|
})(TooManyTagsException || (TooManyTagsException = {}));
|
|
116
74
|
export var NewPrivateVirtualInterfaceAllocation;
|
|
117
75
|
(function (NewPrivateVirtualInterfaceAllocation) {
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
76
|
NewPrivateVirtualInterfaceAllocation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
122
77
|
})(NewPrivateVirtualInterfaceAllocation || (NewPrivateVirtualInterfaceAllocation = {}));
|
|
123
78
|
export var AllocatePrivateVirtualInterfaceRequest;
|
|
124
79
|
(function (AllocatePrivateVirtualInterfaceRequest) {
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
80
|
AllocatePrivateVirtualInterfaceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
129
81
|
})(AllocatePrivateVirtualInterfaceRequest || (AllocatePrivateVirtualInterfaceRequest = {}));
|
|
130
82
|
export var BGPPeerState;
|
|
@@ -143,408 +95,234 @@ export var BGPStatus;
|
|
|
143
95
|
})(BGPStatus || (BGPStatus = {}));
|
|
144
96
|
export var BGPPeer;
|
|
145
97
|
(function (BGPPeer) {
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
98
|
BGPPeer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
150
99
|
})(BGPPeer || (BGPPeer = {}));
|
|
151
100
|
export var VirtualInterface;
|
|
152
101
|
(function (VirtualInterface) {
|
|
153
|
-
/**
|
|
154
|
-
* @internal
|
|
155
|
-
*/
|
|
156
102
|
VirtualInterface.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
157
103
|
})(VirtualInterface || (VirtualInterface = {}));
|
|
158
104
|
export var NewPublicVirtualInterfaceAllocation;
|
|
159
105
|
(function (NewPublicVirtualInterfaceAllocation) {
|
|
160
|
-
/**
|
|
161
|
-
* @internal
|
|
162
|
-
*/
|
|
163
106
|
NewPublicVirtualInterfaceAllocation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
164
107
|
})(NewPublicVirtualInterfaceAllocation || (NewPublicVirtualInterfaceAllocation = {}));
|
|
165
108
|
export var AllocatePublicVirtualInterfaceRequest;
|
|
166
109
|
(function (AllocatePublicVirtualInterfaceRequest) {
|
|
167
|
-
/**
|
|
168
|
-
* @internal
|
|
169
|
-
*/
|
|
170
110
|
AllocatePublicVirtualInterfaceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
111
|
})(AllocatePublicVirtualInterfaceRequest || (AllocatePublicVirtualInterfaceRequest = {}));
|
|
172
112
|
export var NewTransitVirtualInterfaceAllocation;
|
|
173
113
|
(function (NewTransitVirtualInterfaceAllocation) {
|
|
174
|
-
/**
|
|
175
|
-
* @internal
|
|
176
|
-
*/
|
|
177
114
|
NewTransitVirtualInterfaceAllocation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
178
115
|
})(NewTransitVirtualInterfaceAllocation || (NewTransitVirtualInterfaceAllocation = {}));
|
|
179
116
|
export var AllocateTransitVirtualInterfaceRequest;
|
|
180
117
|
(function (AllocateTransitVirtualInterfaceRequest) {
|
|
181
|
-
/**
|
|
182
|
-
* @internal
|
|
183
|
-
*/
|
|
184
118
|
AllocateTransitVirtualInterfaceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
185
119
|
})(AllocateTransitVirtualInterfaceRequest || (AllocateTransitVirtualInterfaceRequest = {}));
|
|
186
120
|
export var AllocateTransitVirtualInterfaceResult;
|
|
187
121
|
(function (AllocateTransitVirtualInterfaceResult) {
|
|
188
|
-
/**
|
|
189
|
-
* @internal
|
|
190
|
-
*/
|
|
191
122
|
AllocateTransitVirtualInterfaceResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
192
123
|
})(AllocateTransitVirtualInterfaceResult || (AllocateTransitVirtualInterfaceResult = {}));
|
|
193
124
|
export var AssociateConnectionWithLagRequest;
|
|
194
125
|
(function (AssociateConnectionWithLagRequest) {
|
|
195
|
-
/**
|
|
196
|
-
* @internal
|
|
197
|
-
*/
|
|
198
126
|
AssociateConnectionWithLagRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
199
127
|
})(AssociateConnectionWithLagRequest || (AssociateConnectionWithLagRequest = {}));
|
|
200
128
|
export var AssociateHostedConnectionRequest;
|
|
201
129
|
(function (AssociateHostedConnectionRequest) {
|
|
202
|
-
/**
|
|
203
|
-
* @internal
|
|
204
|
-
*/
|
|
205
130
|
AssociateHostedConnectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
131
|
})(AssociateHostedConnectionRequest || (AssociateHostedConnectionRequest = {}));
|
|
207
132
|
export var AssociateMacSecKeyRequest;
|
|
208
133
|
(function (AssociateMacSecKeyRequest) {
|
|
209
|
-
/**
|
|
210
|
-
* @internal
|
|
211
|
-
*/
|
|
212
134
|
AssociateMacSecKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
213
135
|
})(AssociateMacSecKeyRequest || (AssociateMacSecKeyRequest = {}));
|
|
214
136
|
export var AssociateMacSecKeyResponse;
|
|
215
137
|
(function (AssociateMacSecKeyResponse) {
|
|
216
|
-
/**
|
|
217
|
-
* @internal
|
|
218
|
-
*/
|
|
219
138
|
AssociateMacSecKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
220
139
|
})(AssociateMacSecKeyResponse || (AssociateMacSecKeyResponse = {}));
|
|
221
140
|
export var AssociateVirtualInterfaceRequest;
|
|
222
141
|
(function (AssociateVirtualInterfaceRequest) {
|
|
223
|
-
/**
|
|
224
|
-
* @internal
|
|
225
|
-
*/
|
|
226
142
|
AssociateVirtualInterfaceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
227
143
|
})(AssociateVirtualInterfaceRequest || (AssociateVirtualInterfaceRequest = {}));
|
|
228
144
|
export var ConfirmConnectionRequest;
|
|
229
145
|
(function (ConfirmConnectionRequest) {
|
|
230
|
-
/**
|
|
231
|
-
* @internal
|
|
232
|
-
*/
|
|
233
146
|
ConfirmConnectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
147
|
})(ConfirmConnectionRequest || (ConfirmConnectionRequest = {}));
|
|
235
148
|
export var ConfirmConnectionResponse;
|
|
236
149
|
(function (ConfirmConnectionResponse) {
|
|
237
|
-
/**
|
|
238
|
-
* @internal
|
|
239
|
-
*/
|
|
240
150
|
ConfirmConnectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
241
151
|
})(ConfirmConnectionResponse || (ConfirmConnectionResponse = {}));
|
|
242
152
|
export var ConfirmPrivateVirtualInterfaceRequest;
|
|
243
153
|
(function (ConfirmPrivateVirtualInterfaceRequest) {
|
|
244
|
-
/**
|
|
245
|
-
* @internal
|
|
246
|
-
*/
|
|
247
154
|
ConfirmPrivateVirtualInterfaceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
248
155
|
})(ConfirmPrivateVirtualInterfaceRequest || (ConfirmPrivateVirtualInterfaceRequest = {}));
|
|
249
156
|
export var ConfirmPrivateVirtualInterfaceResponse;
|
|
250
157
|
(function (ConfirmPrivateVirtualInterfaceResponse) {
|
|
251
|
-
/**
|
|
252
|
-
* @internal
|
|
253
|
-
*/
|
|
254
158
|
ConfirmPrivateVirtualInterfaceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
159
|
})(ConfirmPrivateVirtualInterfaceResponse || (ConfirmPrivateVirtualInterfaceResponse = {}));
|
|
256
160
|
export var ConfirmPublicVirtualInterfaceRequest;
|
|
257
161
|
(function (ConfirmPublicVirtualInterfaceRequest) {
|
|
258
|
-
/**
|
|
259
|
-
* @internal
|
|
260
|
-
*/
|
|
261
162
|
ConfirmPublicVirtualInterfaceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
163
|
})(ConfirmPublicVirtualInterfaceRequest || (ConfirmPublicVirtualInterfaceRequest = {}));
|
|
263
164
|
export var ConfirmPublicVirtualInterfaceResponse;
|
|
264
165
|
(function (ConfirmPublicVirtualInterfaceResponse) {
|
|
265
|
-
/**
|
|
266
|
-
* @internal
|
|
267
|
-
*/
|
|
268
166
|
ConfirmPublicVirtualInterfaceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
269
167
|
})(ConfirmPublicVirtualInterfaceResponse || (ConfirmPublicVirtualInterfaceResponse = {}));
|
|
270
168
|
export var ConfirmTransitVirtualInterfaceRequest;
|
|
271
169
|
(function (ConfirmTransitVirtualInterfaceRequest) {
|
|
272
|
-
/**
|
|
273
|
-
* @internal
|
|
274
|
-
*/
|
|
275
170
|
ConfirmTransitVirtualInterfaceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
171
|
})(ConfirmTransitVirtualInterfaceRequest || (ConfirmTransitVirtualInterfaceRequest = {}));
|
|
277
172
|
export var ConfirmTransitVirtualInterfaceResponse;
|
|
278
173
|
(function (ConfirmTransitVirtualInterfaceResponse) {
|
|
279
|
-
/**
|
|
280
|
-
* @internal
|
|
281
|
-
*/
|
|
282
174
|
ConfirmTransitVirtualInterfaceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
175
|
})(ConfirmTransitVirtualInterfaceResponse || (ConfirmTransitVirtualInterfaceResponse = {}));
|
|
284
176
|
export var Connections;
|
|
285
177
|
(function (Connections) {
|
|
286
|
-
/**
|
|
287
|
-
* @internal
|
|
288
|
-
*/
|
|
289
178
|
Connections.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
179
|
})(Connections || (Connections = {}));
|
|
291
180
|
export var NewBGPPeer;
|
|
292
181
|
(function (NewBGPPeer) {
|
|
293
|
-
/**
|
|
294
|
-
* @internal
|
|
295
|
-
*/
|
|
296
182
|
NewBGPPeer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
183
|
})(NewBGPPeer || (NewBGPPeer = {}));
|
|
298
184
|
export var CreateBGPPeerRequest;
|
|
299
185
|
(function (CreateBGPPeerRequest) {
|
|
300
|
-
/**
|
|
301
|
-
* @internal
|
|
302
|
-
*/
|
|
303
186
|
CreateBGPPeerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
187
|
})(CreateBGPPeerRequest || (CreateBGPPeerRequest = {}));
|
|
305
188
|
export var CreateBGPPeerResponse;
|
|
306
189
|
(function (CreateBGPPeerResponse) {
|
|
307
|
-
/**
|
|
308
|
-
* @internal
|
|
309
|
-
*/
|
|
310
190
|
CreateBGPPeerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
311
191
|
})(CreateBGPPeerResponse || (CreateBGPPeerResponse = {}));
|
|
312
192
|
export var CreateConnectionRequest;
|
|
313
193
|
(function (CreateConnectionRequest) {
|
|
314
|
-
/**
|
|
315
|
-
* @internal
|
|
316
|
-
*/
|
|
317
194
|
CreateConnectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
195
|
})(CreateConnectionRequest || (CreateConnectionRequest = {}));
|
|
319
196
|
export var CreateDirectConnectGatewayRequest;
|
|
320
197
|
(function (CreateDirectConnectGatewayRequest) {
|
|
321
|
-
/**
|
|
322
|
-
* @internal
|
|
323
|
-
*/
|
|
324
198
|
CreateDirectConnectGatewayRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
325
199
|
})(CreateDirectConnectGatewayRequest || (CreateDirectConnectGatewayRequest = {}));
|
|
326
200
|
export var DirectConnectGateway;
|
|
327
201
|
(function (DirectConnectGateway) {
|
|
328
|
-
/**
|
|
329
|
-
* @internal
|
|
330
|
-
*/
|
|
331
202
|
DirectConnectGateway.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
203
|
})(DirectConnectGateway || (DirectConnectGateway = {}));
|
|
333
204
|
export var CreateDirectConnectGatewayResult;
|
|
334
205
|
(function (CreateDirectConnectGatewayResult) {
|
|
335
|
-
/**
|
|
336
|
-
* @internal
|
|
337
|
-
*/
|
|
338
206
|
CreateDirectConnectGatewayResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
207
|
})(CreateDirectConnectGatewayResult || (CreateDirectConnectGatewayResult = {}));
|
|
340
208
|
export var CreateDirectConnectGatewayAssociationRequest;
|
|
341
209
|
(function (CreateDirectConnectGatewayAssociationRequest) {
|
|
342
|
-
/**
|
|
343
|
-
* @internal
|
|
344
|
-
*/
|
|
345
210
|
CreateDirectConnectGatewayAssociationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
346
211
|
})(CreateDirectConnectGatewayAssociationRequest || (CreateDirectConnectGatewayAssociationRequest = {}));
|
|
347
212
|
export var CreateDirectConnectGatewayAssociationResult;
|
|
348
213
|
(function (CreateDirectConnectGatewayAssociationResult) {
|
|
349
|
-
/**
|
|
350
|
-
* @internal
|
|
351
|
-
*/
|
|
352
214
|
CreateDirectConnectGatewayAssociationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
353
215
|
})(CreateDirectConnectGatewayAssociationResult || (CreateDirectConnectGatewayAssociationResult = {}));
|
|
354
216
|
export var CreateDirectConnectGatewayAssociationProposalRequest;
|
|
355
217
|
(function (CreateDirectConnectGatewayAssociationProposalRequest) {
|
|
356
|
-
/**
|
|
357
|
-
* @internal
|
|
358
|
-
*/
|
|
359
218
|
CreateDirectConnectGatewayAssociationProposalRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
219
|
})(CreateDirectConnectGatewayAssociationProposalRequest || (CreateDirectConnectGatewayAssociationProposalRequest = {}));
|
|
361
220
|
export var DirectConnectGatewayAssociationProposal;
|
|
362
221
|
(function (DirectConnectGatewayAssociationProposal) {
|
|
363
|
-
/**
|
|
364
|
-
* @internal
|
|
365
|
-
*/
|
|
366
222
|
DirectConnectGatewayAssociationProposal.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
367
223
|
})(DirectConnectGatewayAssociationProposal || (DirectConnectGatewayAssociationProposal = {}));
|
|
368
224
|
export var CreateDirectConnectGatewayAssociationProposalResult;
|
|
369
225
|
(function (CreateDirectConnectGatewayAssociationProposalResult) {
|
|
370
|
-
/**
|
|
371
|
-
* @internal
|
|
372
|
-
*/
|
|
373
226
|
CreateDirectConnectGatewayAssociationProposalResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
374
227
|
})(CreateDirectConnectGatewayAssociationProposalResult || (CreateDirectConnectGatewayAssociationProposalResult = {}));
|
|
375
228
|
export var CreateInterconnectRequest;
|
|
376
229
|
(function (CreateInterconnectRequest) {
|
|
377
|
-
/**
|
|
378
|
-
* @internal
|
|
379
|
-
*/
|
|
380
230
|
CreateInterconnectRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
381
231
|
})(CreateInterconnectRequest || (CreateInterconnectRequest = {}));
|
|
382
232
|
export var Interconnect;
|
|
383
233
|
(function (Interconnect) {
|
|
384
|
-
/**
|
|
385
|
-
* @internal
|
|
386
|
-
*/
|
|
387
234
|
Interconnect.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
235
|
})(Interconnect || (Interconnect = {}));
|
|
389
236
|
export var CreateLagRequest;
|
|
390
237
|
(function (CreateLagRequest) {
|
|
391
|
-
/**
|
|
392
|
-
* @internal
|
|
393
|
-
*/
|
|
394
238
|
CreateLagRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
395
239
|
})(CreateLagRequest || (CreateLagRequest = {}));
|
|
396
240
|
export var Lag;
|
|
397
241
|
(function (Lag) {
|
|
398
|
-
/**
|
|
399
|
-
* @internal
|
|
400
|
-
*/
|
|
401
242
|
Lag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
402
243
|
})(Lag || (Lag = {}));
|
|
403
244
|
export var NewPrivateVirtualInterface;
|
|
404
245
|
(function (NewPrivateVirtualInterface) {
|
|
405
|
-
/**
|
|
406
|
-
* @internal
|
|
407
|
-
*/
|
|
408
246
|
NewPrivateVirtualInterface.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
409
247
|
})(NewPrivateVirtualInterface || (NewPrivateVirtualInterface = {}));
|
|
410
248
|
export var CreatePrivateVirtualInterfaceRequest;
|
|
411
249
|
(function (CreatePrivateVirtualInterfaceRequest) {
|
|
412
|
-
/**
|
|
413
|
-
* @internal
|
|
414
|
-
*/
|
|
415
250
|
CreatePrivateVirtualInterfaceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
416
251
|
})(CreatePrivateVirtualInterfaceRequest || (CreatePrivateVirtualInterfaceRequest = {}));
|
|
417
252
|
export var NewPublicVirtualInterface;
|
|
418
253
|
(function (NewPublicVirtualInterface) {
|
|
419
|
-
/**
|
|
420
|
-
* @internal
|
|
421
|
-
*/
|
|
422
254
|
NewPublicVirtualInterface.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
423
255
|
})(NewPublicVirtualInterface || (NewPublicVirtualInterface = {}));
|
|
424
256
|
export var CreatePublicVirtualInterfaceRequest;
|
|
425
257
|
(function (CreatePublicVirtualInterfaceRequest) {
|
|
426
|
-
/**
|
|
427
|
-
* @internal
|
|
428
|
-
*/
|
|
429
258
|
CreatePublicVirtualInterfaceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
430
259
|
})(CreatePublicVirtualInterfaceRequest || (CreatePublicVirtualInterfaceRequest = {}));
|
|
431
260
|
export var NewTransitVirtualInterface;
|
|
432
261
|
(function (NewTransitVirtualInterface) {
|
|
433
|
-
/**
|
|
434
|
-
* @internal
|
|
435
|
-
*/
|
|
436
262
|
NewTransitVirtualInterface.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
263
|
})(NewTransitVirtualInterface || (NewTransitVirtualInterface = {}));
|
|
438
264
|
export var CreateTransitVirtualInterfaceRequest;
|
|
439
265
|
(function (CreateTransitVirtualInterfaceRequest) {
|
|
440
|
-
/**
|
|
441
|
-
* @internal
|
|
442
|
-
*/
|
|
443
266
|
CreateTransitVirtualInterfaceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
444
267
|
})(CreateTransitVirtualInterfaceRequest || (CreateTransitVirtualInterfaceRequest = {}));
|
|
445
268
|
export var CreateTransitVirtualInterfaceResult;
|
|
446
269
|
(function (CreateTransitVirtualInterfaceResult) {
|
|
447
|
-
/**
|
|
448
|
-
* @internal
|
|
449
|
-
*/
|
|
450
270
|
CreateTransitVirtualInterfaceResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
451
271
|
})(CreateTransitVirtualInterfaceResult || (CreateTransitVirtualInterfaceResult = {}));
|
|
452
272
|
export var DeleteBGPPeerRequest;
|
|
453
273
|
(function (DeleteBGPPeerRequest) {
|
|
454
|
-
/**
|
|
455
|
-
* @internal
|
|
456
|
-
*/
|
|
457
274
|
DeleteBGPPeerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
458
275
|
})(DeleteBGPPeerRequest || (DeleteBGPPeerRequest = {}));
|
|
459
276
|
export var DeleteBGPPeerResponse;
|
|
460
277
|
(function (DeleteBGPPeerResponse) {
|
|
461
|
-
/**
|
|
462
|
-
* @internal
|
|
463
|
-
*/
|
|
464
278
|
DeleteBGPPeerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
279
|
})(DeleteBGPPeerResponse || (DeleteBGPPeerResponse = {}));
|
|
466
280
|
export var DeleteConnectionRequest;
|
|
467
281
|
(function (DeleteConnectionRequest) {
|
|
468
|
-
/**
|
|
469
|
-
* @internal
|
|
470
|
-
*/
|
|
471
282
|
DeleteConnectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
472
283
|
})(DeleteConnectionRequest || (DeleteConnectionRequest = {}));
|
|
473
284
|
export var DeleteDirectConnectGatewayRequest;
|
|
474
285
|
(function (DeleteDirectConnectGatewayRequest) {
|
|
475
|
-
/**
|
|
476
|
-
* @internal
|
|
477
|
-
*/
|
|
478
286
|
DeleteDirectConnectGatewayRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
287
|
})(DeleteDirectConnectGatewayRequest || (DeleteDirectConnectGatewayRequest = {}));
|
|
480
288
|
export var DeleteDirectConnectGatewayResult;
|
|
481
289
|
(function (DeleteDirectConnectGatewayResult) {
|
|
482
|
-
/**
|
|
483
|
-
* @internal
|
|
484
|
-
*/
|
|
485
290
|
DeleteDirectConnectGatewayResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
291
|
})(DeleteDirectConnectGatewayResult || (DeleteDirectConnectGatewayResult = {}));
|
|
487
292
|
export var DeleteDirectConnectGatewayAssociationRequest;
|
|
488
293
|
(function (DeleteDirectConnectGatewayAssociationRequest) {
|
|
489
|
-
/**
|
|
490
|
-
* @internal
|
|
491
|
-
*/
|
|
492
294
|
DeleteDirectConnectGatewayAssociationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
493
295
|
})(DeleteDirectConnectGatewayAssociationRequest || (DeleteDirectConnectGatewayAssociationRequest = {}));
|
|
494
296
|
export var DeleteDirectConnectGatewayAssociationResult;
|
|
495
297
|
(function (DeleteDirectConnectGatewayAssociationResult) {
|
|
496
|
-
/**
|
|
497
|
-
* @internal
|
|
498
|
-
*/
|
|
499
298
|
DeleteDirectConnectGatewayAssociationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
500
299
|
})(DeleteDirectConnectGatewayAssociationResult || (DeleteDirectConnectGatewayAssociationResult = {}));
|
|
501
300
|
export var DeleteDirectConnectGatewayAssociationProposalRequest;
|
|
502
301
|
(function (DeleteDirectConnectGatewayAssociationProposalRequest) {
|
|
503
|
-
/**
|
|
504
|
-
* @internal
|
|
505
|
-
*/
|
|
506
302
|
DeleteDirectConnectGatewayAssociationProposalRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
507
303
|
})(DeleteDirectConnectGatewayAssociationProposalRequest || (DeleteDirectConnectGatewayAssociationProposalRequest = {}));
|
|
508
304
|
export var DeleteDirectConnectGatewayAssociationProposalResult;
|
|
509
305
|
(function (DeleteDirectConnectGatewayAssociationProposalResult) {
|
|
510
|
-
/**
|
|
511
|
-
* @internal
|
|
512
|
-
*/
|
|
513
306
|
DeleteDirectConnectGatewayAssociationProposalResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
307
|
})(DeleteDirectConnectGatewayAssociationProposalResult || (DeleteDirectConnectGatewayAssociationProposalResult = {}));
|
|
515
308
|
export var DeleteInterconnectRequest;
|
|
516
309
|
(function (DeleteInterconnectRequest) {
|
|
517
|
-
/**
|
|
518
|
-
* @internal
|
|
519
|
-
*/
|
|
520
310
|
DeleteInterconnectRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
521
311
|
})(DeleteInterconnectRequest || (DeleteInterconnectRequest = {}));
|
|
522
312
|
export var DeleteInterconnectResponse;
|
|
523
313
|
(function (DeleteInterconnectResponse) {
|
|
524
|
-
/**
|
|
525
|
-
* @internal
|
|
526
|
-
*/
|
|
527
314
|
DeleteInterconnectResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
315
|
})(DeleteInterconnectResponse || (DeleteInterconnectResponse = {}));
|
|
529
316
|
export var DeleteLagRequest;
|
|
530
317
|
(function (DeleteLagRequest) {
|
|
531
|
-
/**
|
|
532
|
-
* @internal
|
|
533
|
-
*/
|
|
534
318
|
DeleteLagRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
535
319
|
})(DeleteLagRequest || (DeleteLagRequest = {}));
|
|
536
320
|
export var DeleteVirtualInterfaceRequest;
|
|
537
321
|
(function (DeleteVirtualInterfaceRequest) {
|
|
538
|
-
/**
|
|
539
|
-
* @internal
|
|
540
|
-
*/
|
|
541
322
|
DeleteVirtualInterfaceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
323
|
})(DeleteVirtualInterfaceRequest || (DeleteVirtualInterfaceRequest = {}));
|
|
543
324
|
export var DeleteVirtualInterfaceResponse;
|
|
544
325
|
(function (DeleteVirtualInterfaceResponse) {
|
|
545
|
-
/**
|
|
546
|
-
* @internal
|
|
547
|
-
*/
|
|
548
326
|
DeleteVirtualInterfaceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
327
|
})(DeleteVirtualInterfaceResponse || (DeleteVirtualInterfaceResponse = {}));
|
|
550
328
|
export var LoaContentType;
|
|
@@ -553,352 +331,201 @@ export var LoaContentType;
|
|
|
553
331
|
})(LoaContentType || (LoaContentType = {}));
|
|
554
332
|
export var DescribeConnectionLoaRequest;
|
|
555
333
|
(function (DescribeConnectionLoaRequest) {
|
|
556
|
-
/**
|
|
557
|
-
* @internal
|
|
558
|
-
*/
|
|
559
334
|
DescribeConnectionLoaRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
335
|
})(DescribeConnectionLoaRequest || (DescribeConnectionLoaRequest = {}));
|
|
561
336
|
export var Loa;
|
|
562
337
|
(function (Loa) {
|
|
563
|
-
/**
|
|
564
|
-
* @internal
|
|
565
|
-
*/
|
|
566
338
|
Loa.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
339
|
})(Loa || (Loa = {}));
|
|
568
340
|
export var DescribeConnectionLoaResponse;
|
|
569
341
|
(function (DescribeConnectionLoaResponse) {
|
|
570
|
-
/**
|
|
571
|
-
* @internal
|
|
572
|
-
*/
|
|
573
342
|
DescribeConnectionLoaResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
574
343
|
})(DescribeConnectionLoaResponse || (DescribeConnectionLoaResponse = {}));
|
|
575
344
|
export var DescribeConnectionsRequest;
|
|
576
345
|
(function (DescribeConnectionsRequest) {
|
|
577
|
-
/**
|
|
578
|
-
* @internal
|
|
579
|
-
*/
|
|
580
346
|
DescribeConnectionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
581
347
|
})(DescribeConnectionsRequest || (DescribeConnectionsRequest = {}));
|
|
582
348
|
export var DescribeConnectionsOnInterconnectRequest;
|
|
583
349
|
(function (DescribeConnectionsOnInterconnectRequest) {
|
|
584
|
-
/**
|
|
585
|
-
* @internal
|
|
586
|
-
*/
|
|
587
350
|
DescribeConnectionsOnInterconnectRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
588
351
|
})(DescribeConnectionsOnInterconnectRequest || (DescribeConnectionsOnInterconnectRequest = {}));
|
|
589
352
|
export var DescribeDirectConnectGatewayAssociationProposalsRequest;
|
|
590
353
|
(function (DescribeDirectConnectGatewayAssociationProposalsRequest) {
|
|
591
|
-
/**
|
|
592
|
-
* @internal
|
|
593
|
-
*/
|
|
594
354
|
DescribeDirectConnectGatewayAssociationProposalsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
595
355
|
})(DescribeDirectConnectGatewayAssociationProposalsRequest || (DescribeDirectConnectGatewayAssociationProposalsRequest = {}));
|
|
596
356
|
export var DescribeDirectConnectGatewayAssociationProposalsResult;
|
|
597
357
|
(function (DescribeDirectConnectGatewayAssociationProposalsResult) {
|
|
598
|
-
/**
|
|
599
|
-
* @internal
|
|
600
|
-
*/
|
|
601
358
|
DescribeDirectConnectGatewayAssociationProposalsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
359
|
})(DescribeDirectConnectGatewayAssociationProposalsResult || (DescribeDirectConnectGatewayAssociationProposalsResult = {}));
|
|
603
360
|
export var DescribeDirectConnectGatewayAssociationsRequest;
|
|
604
361
|
(function (DescribeDirectConnectGatewayAssociationsRequest) {
|
|
605
|
-
/**
|
|
606
|
-
* @internal
|
|
607
|
-
*/
|
|
608
362
|
DescribeDirectConnectGatewayAssociationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
609
363
|
})(DescribeDirectConnectGatewayAssociationsRequest || (DescribeDirectConnectGatewayAssociationsRequest = {}));
|
|
610
364
|
export var DescribeDirectConnectGatewayAssociationsResult;
|
|
611
365
|
(function (DescribeDirectConnectGatewayAssociationsResult) {
|
|
612
|
-
/**
|
|
613
|
-
* @internal
|
|
614
|
-
*/
|
|
615
366
|
DescribeDirectConnectGatewayAssociationsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
616
367
|
})(DescribeDirectConnectGatewayAssociationsResult || (DescribeDirectConnectGatewayAssociationsResult = {}));
|
|
617
368
|
export var DescribeDirectConnectGatewayAttachmentsRequest;
|
|
618
369
|
(function (DescribeDirectConnectGatewayAttachmentsRequest) {
|
|
619
|
-
/**
|
|
620
|
-
* @internal
|
|
621
|
-
*/
|
|
622
370
|
DescribeDirectConnectGatewayAttachmentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
371
|
})(DescribeDirectConnectGatewayAttachmentsRequest || (DescribeDirectConnectGatewayAttachmentsRequest = {}));
|
|
624
372
|
export var DirectConnectGatewayAttachment;
|
|
625
373
|
(function (DirectConnectGatewayAttachment) {
|
|
626
|
-
/**
|
|
627
|
-
* @internal
|
|
628
|
-
*/
|
|
629
374
|
DirectConnectGatewayAttachment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
375
|
})(DirectConnectGatewayAttachment || (DirectConnectGatewayAttachment = {}));
|
|
631
376
|
export var DescribeDirectConnectGatewayAttachmentsResult;
|
|
632
377
|
(function (DescribeDirectConnectGatewayAttachmentsResult) {
|
|
633
|
-
/**
|
|
634
|
-
* @internal
|
|
635
|
-
*/
|
|
636
378
|
DescribeDirectConnectGatewayAttachmentsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
637
379
|
})(DescribeDirectConnectGatewayAttachmentsResult || (DescribeDirectConnectGatewayAttachmentsResult = {}));
|
|
638
380
|
export var DescribeDirectConnectGatewaysRequest;
|
|
639
381
|
(function (DescribeDirectConnectGatewaysRequest) {
|
|
640
|
-
/**
|
|
641
|
-
* @internal
|
|
642
|
-
*/
|
|
643
382
|
DescribeDirectConnectGatewaysRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
644
383
|
})(DescribeDirectConnectGatewaysRequest || (DescribeDirectConnectGatewaysRequest = {}));
|
|
645
384
|
export var DescribeDirectConnectGatewaysResult;
|
|
646
385
|
(function (DescribeDirectConnectGatewaysResult) {
|
|
647
|
-
/**
|
|
648
|
-
* @internal
|
|
649
|
-
*/
|
|
650
386
|
DescribeDirectConnectGatewaysResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
387
|
})(DescribeDirectConnectGatewaysResult || (DescribeDirectConnectGatewaysResult = {}));
|
|
652
388
|
export var DescribeHostedConnectionsRequest;
|
|
653
389
|
(function (DescribeHostedConnectionsRequest) {
|
|
654
|
-
/**
|
|
655
|
-
* @internal
|
|
656
|
-
*/
|
|
657
390
|
DescribeHostedConnectionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
658
391
|
})(DescribeHostedConnectionsRequest || (DescribeHostedConnectionsRequest = {}));
|
|
659
392
|
export var DescribeInterconnectLoaRequest;
|
|
660
393
|
(function (DescribeInterconnectLoaRequest) {
|
|
661
|
-
/**
|
|
662
|
-
* @internal
|
|
663
|
-
*/
|
|
664
394
|
DescribeInterconnectLoaRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
665
395
|
})(DescribeInterconnectLoaRequest || (DescribeInterconnectLoaRequest = {}));
|
|
666
396
|
export var DescribeInterconnectLoaResponse;
|
|
667
397
|
(function (DescribeInterconnectLoaResponse) {
|
|
668
|
-
/**
|
|
669
|
-
* @internal
|
|
670
|
-
*/
|
|
671
398
|
DescribeInterconnectLoaResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
672
399
|
})(DescribeInterconnectLoaResponse || (DescribeInterconnectLoaResponse = {}));
|
|
673
400
|
export var DescribeInterconnectsRequest;
|
|
674
401
|
(function (DescribeInterconnectsRequest) {
|
|
675
|
-
/**
|
|
676
|
-
* @internal
|
|
677
|
-
*/
|
|
678
402
|
DescribeInterconnectsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
679
403
|
})(DescribeInterconnectsRequest || (DescribeInterconnectsRequest = {}));
|
|
680
404
|
export var Interconnects;
|
|
681
405
|
(function (Interconnects) {
|
|
682
|
-
/**
|
|
683
|
-
* @internal
|
|
684
|
-
*/
|
|
685
406
|
Interconnects.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
686
407
|
})(Interconnects || (Interconnects = {}));
|
|
687
408
|
export var DescribeLagsRequest;
|
|
688
409
|
(function (DescribeLagsRequest) {
|
|
689
|
-
/**
|
|
690
|
-
* @internal
|
|
691
|
-
*/
|
|
692
410
|
DescribeLagsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
693
411
|
})(DescribeLagsRequest || (DescribeLagsRequest = {}));
|
|
694
412
|
export var Lags;
|
|
695
413
|
(function (Lags) {
|
|
696
|
-
/**
|
|
697
|
-
* @internal
|
|
698
|
-
*/
|
|
699
414
|
Lags.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
700
415
|
})(Lags || (Lags = {}));
|
|
701
416
|
export var DescribeLoaRequest;
|
|
702
417
|
(function (DescribeLoaRequest) {
|
|
703
|
-
/**
|
|
704
|
-
* @internal
|
|
705
|
-
*/
|
|
706
418
|
DescribeLoaRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
707
419
|
})(DescribeLoaRequest || (DescribeLoaRequest = {}));
|
|
708
420
|
export var Location;
|
|
709
421
|
(function (Location) {
|
|
710
|
-
/**
|
|
711
|
-
* @internal
|
|
712
|
-
*/
|
|
713
422
|
Location.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
714
423
|
})(Location || (Location = {}));
|
|
715
424
|
export var Locations;
|
|
716
425
|
(function (Locations) {
|
|
717
|
-
/**
|
|
718
|
-
* @internal
|
|
719
|
-
*/
|
|
720
426
|
Locations.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
721
427
|
})(Locations || (Locations = {}));
|
|
722
428
|
export var DescribeTagsRequest;
|
|
723
429
|
(function (DescribeTagsRequest) {
|
|
724
|
-
/**
|
|
725
|
-
* @internal
|
|
726
|
-
*/
|
|
727
430
|
DescribeTagsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
728
431
|
})(DescribeTagsRequest || (DescribeTagsRequest = {}));
|
|
729
432
|
export var ResourceTag;
|
|
730
433
|
(function (ResourceTag) {
|
|
731
|
-
/**
|
|
732
|
-
* @internal
|
|
733
|
-
*/
|
|
734
434
|
ResourceTag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
735
435
|
})(ResourceTag || (ResourceTag = {}));
|
|
736
436
|
export var DescribeTagsResponse;
|
|
737
437
|
(function (DescribeTagsResponse) {
|
|
738
|
-
/**
|
|
739
|
-
* @internal
|
|
740
|
-
*/
|
|
741
438
|
DescribeTagsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
742
439
|
})(DescribeTagsResponse || (DescribeTagsResponse = {}));
|
|
743
440
|
export var VirtualGateway;
|
|
744
441
|
(function (VirtualGateway) {
|
|
745
|
-
/**
|
|
746
|
-
* @internal
|
|
747
|
-
*/
|
|
748
442
|
VirtualGateway.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
749
443
|
})(VirtualGateway || (VirtualGateway = {}));
|
|
750
444
|
export var VirtualGateways;
|
|
751
445
|
(function (VirtualGateways) {
|
|
752
|
-
/**
|
|
753
|
-
* @internal
|
|
754
|
-
*/
|
|
755
446
|
VirtualGateways.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
756
447
|
})(VirtualGateways || (VirtualGateways = {}));
|
|
757
448
|
export var DescribeVirtualInterfacesRequest;
|
|
758
449
|
(function (DescribeVirtualInterfacesRequest) {
|
|
759
|
-
/**
|
|
760
|
-
* @internal
|
|
761
|
-
*/
|
|
762
450
|
DescribeVirtualInterfacesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
763
451
|
})(DescribeVirtualInterfacesRequest || (DescribeVirtualInterfacesRequest = {}));
|
|
764
452
|
export var VirtualInterfaces;
|
|
765
453
|
(function (VirtualInterfaces) {
|
|
766
|
-
/**
|
|
767
|
-
* @internal
|
|
768
|
-
*/
|
|
769
454
|
VirtualInterfaces.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
770
455
|
})(VirtualInterfaces || (VirtualInterfaces = {}));
|
|
771
456
|
export var DisassociateConnectionFromLagRequest;
|
|
772
457
|
(function (DisassociateConnectionFromLagRequest) {
|
|
773
|
-
/**
|
|
774
|
-
* @internal
|
|
775
|
-
*/
|
|
776
458
|
DisassociateConnectionFromLagRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
777
459
|
})(DisassociateConnectionFromLagRequest || (DisassociateConnectionFromLagRequest = {}));
|
|
778
460
|
export var DisassociateMacSecKeyRequest;
|
|
779
461
|
(function (DisassociateMacSecKeyRequest) {
|
|
780
|
-
/**
|
|
781
|
-
* @internal
|
|
782
|
-
*/
|
|
783
462
|
DisassociateMacSecKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
784
463
|
})(DisassociateMacSecKeyRequest || (DisassociateMacSecKeyRequest = {}));
|
|
785
464
|
export var DisassociateMacSecKeyResponse;
|
|
786
465
|
(function (DisassociateMacSecKeyResponse) {
|
|
787
|
-
/**
|
|
788
|
-
* @internal
|
|
789
|
-
*/
|
|
790
466
|
DisassociateMacSecKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
791
467
|
})(DisassociateMacSecKeyResponse || (DisassociateMacSecKeyResponse = {}));
|
|
792
468
|
export var ListVirtualInterfaceTestHistoryRequest;
|
|
793
469
|
(function (ListVirtualInterfaceTestHistoryRequest) {
|
|
794
|
-
/**
|
|
795
|
-
* @internal
|
|
796
|
-
*/
|
|
797
470
|
ListVirtualInterfaceTestHistoryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
798
471
|
})(ListVirtualInterfaceTestHistoryRequest || (ListVirtualInterfaceTestHistoryRequest = {}));
|
|
799
472
|
export var VirtualInterfaceTestHistory;
|
|
800
473
|
(function (VirtualInterfaceTestHistory) {
|
|
801
|
-
/**
|
|
802
|
-
* @internal
|
|
803
|
-
*/
|
|
804
474
|
VirtualInterfaceTestHistory.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
805
475
|
})(VirtualInterfaceTestHistory || (VirtualInterfaceTestHistory = {}));
|
|
806
476
|
export var ListVirtualInterfaceTestHistoryResponse;
|
|
807
477
|
(function (ListVirtualInterfaceTestHistoryResponse) {
|
|
808
|
-
/**
|
|
809
|
-
* @internal
|
|
810
|
-
*/
|
|
811
478
|
ListVirtualInterfaceTestHistoryResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
812
479
|
})(ListVirtualInterfaceTestHistoryResponse || (ListVirtualInterfaceTestHistoryResponse = {}));
|
|
813
480
|
export var StartBgpFailoverTestRequest;
|
|
814
481
|
(function (StartBgpFailoverTestRequest) {
|
|
815
|
-
/**
|
|
816
|
-
* @internal
|
|
817
|
-
*/
|
|
818
482
|
StartBgpFailoverTestRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
819
483
|
})(StartBgpFailoverTestRequest || (StartBgpFailoverTestRequest = {}));
|
|
820
484
|
export var StartBgpFailoverTestResponse;
|
|
821
485
|
(function (StartBgpFailoverTestResponse) {
|
|
822
|
-
/**
|
|
823
|
-
* @internal
|
|
824
|
-
*/
|
|
825
486
|
StartBgpFailoverTestResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
826
487
|
})(StartBgpFailoverTestResponse || (StartBgpFailoverTestResponse = {}));
|
|
827
488
|
export var StopBgpFailoverTestRequest;
|
|
828
489
|
(function (StopBgpFailoverTestRequest) {
|
|
829
|
-
/**
|
|
830
|
-
* @internal
|
|
831
|
-
*/
|
|
832
490
|
StopBgpFailoverTestRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
833
491
|
})(StopBgpFailoverTestRequest || (StopBgpFailoverTestRequest = {}));
|
|
834
492
|
export var StopBgpFailoverTestResponse;
|
|
835
493
|
(function (StopBgpFailoverTestResponse) {
|
|
836
|
-
/**
|
|
837
|
-
* @internal
|
|
838
|
-
*/
|
|
839
494
|
StopBgpFailoverTestResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
840
495
|
})(StopBgpFailoverTestResponse || (StopBgpFailoverTestResponse = {}));
|
|
841
496
|
export var TagResourceRequest;
|
|
842
497
|
(function (TagResourceRequest) {
|
|
843
|
-
/**
|
|
844
|
-
* @internal
|
|
845
|
-
*/
|
|
846
498
|
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
847
499
|
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
848
500
|
export var TagResourceResponse;
|
|
849
501
|
(function (TagResourceResponse) {
|
|
850
|
-
/**
|
|
851
|
-
* @internal
|
|
852
|
-
*/
|
|
853
502
|
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
854
503
|
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
855
504
|
export var UntagResourceRequest;
|
|
856
505
|
(function (UntagResourceRequest) {
|
|
857
|
-
/**
|
|
858
|
-
* @internal
|
|
859
|
-
*/
|
|
860
506
|
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
861
507
|
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
862
508
|
export var UntagResourceResponse;
|
|
863
509
|
(function (UntagResourceResponse) {
|
|
864
|
-
/**
|
|
865
|
-
* @internal
|
|
866
|
-
*/
|
|
867
510
|
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
868
511
|
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
869
512
|
export var UpdateConnectionRequest;
|
|
870
513
|
(function (UpdateConnectionRequest) {
|
|
871
|
-
/**
|
|
872
|
-
* @internal
|
|
873
|
-
*/
|
|
874
514
|
UpdateConnectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
875
515
|
})(UpdateConnectionRequest || (UpdateConnectionRequest = {}));
|
|
876
516
|
export var UpdateDirectConnectGatewayAssociationRequest;
|
|
877
517
|
(function (UpdateDirectConnectGatewayAssociationRequest) {
|
|
878
|
-
/**
|
|
879
|
-
* @internal
|
|
880
|
-
*/
|
|
881
518
|
UpdateDirectConnectGatewayAssociationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
882
519
|
})(UpdateDirectConnectGatewayAssociationRequest || (UpdateDirectConnectGatewayAssociationRequest = {}));
|
|
883
520
|
export var UpdateDirectConnectGatewayAssociationResult;
|
|
884
521
|
(function (UpdateDirectConnectGatewayAssociationResult) {
|
|
885
|
-
/**
|
|
886
|
-
* @internal
|
|
887
|
-
*/
|
|
888
522
|
UpdateDirectConnectGatewayAssociationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
889
523
|
})(UpdateDirectConnectGatewayAssociationResult || (UpdateDirectConnectGatewayAssociationResult = {}));
|
|
890
524
|
export var UpdateLagRequest;
|
|
891
525
|
(function (UpdateLagRequest) {
|
|
892
|
-
/**
|
|
893
|
-
* @internal
|
|
894
|
-
*/
|
|
895
526
|
UpdateLagRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
896
527
|
})(UpdateLagRequest || (UpdateLagRequest = {}));
|
|
897
528
|
export var UpdateVirtualInterfaceAttributesRequest;
|
|
898
529
|
(function (UpdateVirtualInterfaceAttributesRequest) {
|
|
899
|
-
/**
|
|
900
|
-
* @internal
|
|
901
|
-
*/
|
|
902
530
|
UpdateVirtualInterfaceAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
903
531
|
})(UpdateVirtualInterfaceAttributesRequest || (UpdateVirtualInterfaceAttributesRequest = {}));
|
|
904
|
-
//# sourceMappingURL=models_0.js.map
|