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