@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
package/dist/es/DirectConnect.js
DELETED
|
@@ -1,904 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { DirectConnectClient } from "./DirectConnectClient";
|
|
3
|
-
import { AcceptDirectConnectGatewayAssociationProposalCommand, } from "./commands/AcceptDirectConnectGatewayAssociationProposalCommand";
|
|
4
|
-
import { AllocateConnectionOnInterconnectCommand, } from "./commands/AllocateConnectionOnInterconnectCommand";
|
|
5
|
-
import { AllocateHostedConnectionCommand, } from "./commands/AllocateHostedConnectionCommand";
|
|
6
|
-
import { AllocatePrivateVirtualInterfaceCommand, } from "./commands/AllocatePrivateVirtualInterfaceCommand";
|
|
7
|
-
import { AllocatePublicVirtualInterfaceCommand, } from "./commands/AllocatePublicVirtualInterfaceCommand";
|
|
8
|
-
import { AllocateTransitVirtualInterfaceCommand, } from "./commands/AllocateTransitVirtualInterfaceCommand";
|
|
9
|
-
import { AssociateConnectionWithLagCommand, } from "./commands/AssociateConnectionWithLagCommand";
|
|
10
|
-
import { AssociateHostedConnectionCommand, } from "./commands/AssociateHostedConnectionCommand";
|
|
11
|
-
import { AssociateMacSecKeyCommand, } from "./commands/AssociateMacSecKeyCommand";
|
|
12
|
-
import { AssociateVirtualInterfaceCommand, } from "./commands/AssociateVirtualInterfaceCommand";
|
|
13
|
-
import { ConfirmConnectionCommand, } from "./commands/ConfirmConnectionCommand";
|
|
14
|
-
import { ConfirmPrivateVirtualInterfaceCommand, } from "./commands/ConfirmPrivateVirtualInterfaceCommand";
|
|
15
|
-
import { ConfirmPublicVirtualInterfaceCommand, } from "./commands/ConfirmPublicVirtualInterfaceCommand";
|
|
16
|
-
import { ConfirmTransitVirtualInterfaceCommand, } from "./commands/ConfirmTransitVirtualInterfaceCommand";
|
|
17
|
-
import { CreateBGPPeerCommand, } from "./commands/CreateBGPPeerCommand";
|
|
18
|
-
import { CreateConnectionCommand, } from "./commands/CreateConnectionCommand";
|
|
19
|
-
import { CreateDirectConnectGatewayAssociationCommand, } from "./commands/CreateDirectConnectGatewayAssociationCommand";
|
|
20
|
-
import { CreateDirectConnectGatewayAssociationProposalCommand, } from "./commands/CreateDirectConnectGatewayAssociationProposalCommand";
|
|
21
|
-
import { CreateDirectConnectGatewayCommand, } from "./commands/CreateDirectConnectGatewayCommand";
|
|
22
|
-
import { CreateInterconnectCommand, } from "./commands/CreateInterconnectCommand";
|
|
23
|
-
import { CreateLagCommand } from "./commands/CreateLagCommand";
|
|
24
|
-
import { CreatePrivateVirtualInterfaceCommand, } from "./commands/CreatePrivateVirtualInterfaceCommand";
|
|
25
|
-
import { CreatePublicVirtualInterfaceCommand, } from "./commands/CreatePublicVirtualInterfaceCommand";
|
|
26
|
-
import { CreateTransitVirtualInterfaceCommand, } from "./commands/CreateTransitVirtualInterfaceCommand";
|
|
27
|
-
import { DeleteBGPPeerCommand, } from "./commands/DeleteBGPPeerCommand";
|
|
28
|
-
import { DeleteConnectionCommand, } from "./commands/DeleteConnectionCommand";
|
|
29
|
-
import { DeleteDirectConnectGatewayAssociationCommand, } from "./commands/DeleteDirectConnectGatewayAssociationCommand";
|
|
30
|
-
import { DeleteDirectConnectGatewayAssociationProposalCommand, } from "./commands/DeleteDirectConnectGatewayAssociationProposalCommand";
|
|
31
|
-
import { DeleteDirectConnectGatewayCommand, } from "./commands/DeleteDirectConnectGatewayCommand";
|
|
32
|
-
import { DeleteInterconnectCommand, } from "./commands/DeleteInterconnectCommand";
|
|
33
|
-
import { DeleteLagCommand } from "./commands/DeleteLagCommand";
|
|
34
|
-
import { DeleteVirtualInterfaceCommand, } from "./commands/DeleteVirtualInterfaceCommand";
|
|
35
|
-
import { DescribeConnectionLoaCommand, } from "./commands/DescribeConnectionLoaCommand";
|
|
36
|
-
import { DescribeConnectionsCommand, } from "./commands/DescribeConnectionsCommand";
|
|
37
|
-
import { DescribeConnectionsOnInterconnectCommand, } from "./commands/DescribeConnectionsOnInterconnectCommand";
|
|
38
|
-
import { DescribeDirectConnectGatewayAssociationProposalsCommand, } from "./commands/DescribeDirectConnectGatewayAssociationProposalsCommand";
|
|
39
|
-
import { DescribeDirectConnectGatewayAssociationsCommand, } from "./commands/DescribeDirectConnectGatewayAssociationsCommand";
|
|
40
|
-
import { DescribeDirectConnectGatewayAttachmentsCommand, } from "./commands/DescribeDirectConnectGatewayAttachmentsCommand";
|
|
41
|
-
import { DescribeDirectConnectGatewaysCommand, } from "./commands/DescribeDirectConnectGatewaysCommand";
|
|
42
|
-
import { DescribeHostedConnectionsCommand, } from "./commands/DescribeHostedConnectionsCommand";
|
|
43
|
-
import { DescribeInterconnectLoaCommand, } from "./commands/DescribeInterconnectLoaCommand";
|
|
44
|
-
import { DescribeInterconnectsCommand, } from "./commands/DescribeInterconnectsCommand";
|
|
45
|
-
import { DescribeLagsCommand, } from "./commands/DescribeLagsCommand";
|
|
46
|
-
import { DescribeLoaCommand } from "./commands/DescribeLoaCommand";
|
|
47
|
-
import { DescribeLocationsCommand, } from "./commands/DescribeLocationsCommand";
|
|
48
|
-
import { DescribeTagsCommand, } from "./commands/DescribeTagsCommand";
|
|
49
|
-
import { DescribeVirtualGatewaysCommand, } from "./commands/DescribeVirtualGatewaysCommand";
|
|
50
|
-
import { DescribeVirtualInterfacesCommand, } from "./commands/DescribeVirtualInterfacesCommand";
|
|
51
|
-
import { DisassociateConnectionFromLagCommand, } from "./commands/DisassociateConnectionFromLagCommand";
|
|
52
|
-
import { DisassociateMacSecKeyCommand, } from "./commands/DisassociateMacSecKeyCommand";
|
|
53
|
-
import { ListVirtualInterfaceTestHistoryCommand, } from "./commands/ListVirtualInterfaceTestHistoryCommand";
|
|
54
|
-
import { StartBgpFailoverTestCommand, } from "./commands/StartBgpFailoverTestCommand";
|
|
55
|
-
import { StopBgpFailoverTestCommand, } from "./commands/StopBgpFailoverTestCommand";
|
|
56
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
57
|
-
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
58
|
-
import { UpdateConnectionCommand, } from "./commands/UpdateConnectionCommand";
|
|
59
|
-
import { UpdateDirectConnectGatewayAssociationCommand, } from "./commands/UpdateDirectConnectGatewayAssociationCommand";
|
|
60
|
-
import { UpdateLagCommand } from "./commands/UpdateLagCommand";
|
|
61
|
-
import { UpdateVirtualInterfaceAttributesCommand, } from "./commands/UpdateVirtualInterfaceAttributesCommand";
|
|
62
|
-
/**
|
|
63
|
-
* <p>Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable.
|
|
64
|
-
* One end of the cable is connected to your router, the other to an Direct Connect router. With this connection
|
|
65
|
-
* in place, you can create virtual interfaces directly to the Cloud (for example, to Amazon EC2
|
|
66
|
-
* and Amazon S3) and to Amazon VPC, bypassing Internet service providers in your network path. A
|
|
67
|
-
* connection provides access to all Regions except the China (Beijing) and (China) Ningxia Regions.
|
|
68
|
-
* Amazon Web Services resources in the China Regions can only be accessed through locations associated with those Regions.</p>
|
|
69
|
-
*/
|
|
70
|
-
var DirectConnect = /** @class */ (function (_super) {
|
|
71
|
-
__extends(DirectConnect, _super);
|
|
72
|
-
function DirectConnect() {
|
|
73
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
74
|
-
}
|
|
75
|
-
DirectConnect.prototype.acceptDirectConnectGatewayAssociationProposal = function (args, optionsOrCb, cb) {
|
|
76
|
-
var command = new AcceptDirectConnectGatewayAssociationProposalCommand(args);
|
|
77
|
-
if (typeof optionsOrCb === "function") {
|
|
78
|
-
this.send(command, optionsOrCb);
|
|
79
|
-
}
|
|
80
|
-
else if (typeof cb === "function") {
|
|
81
|
-
if (typeof optionsOrCb !== "object")
|
|
82
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
83
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
84
|
-
}
|
|
85
|
-
else {
|
|
86
|
-
return this.send(command, optionsOrCb);
|
|
87
|
-
}
|
|
88
|
-
};
|
|
89
|
-
DirectConnect.prototype.allocateConnectionOnInterconnect = function (args, optionsOrCb, cb) {
|
|
90
|
-
var command = new AllocateConnectionOnInterconnectCommand(args);
|
|
91
|
-
if (typeof optionsOrCb === "function") {
|
|
92
|
-
this.send(command, optionsOrCb);
|
|
93
|
-
}
|
|
94
|
-
else if (typeof cb === "function") {
|
|
95
|
-
if (typeof optionsOrCb !== "object")
|
|
96
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
97
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
98
|
-
}
|
|
99
|
-
else {
|
|
100
|
-
return this.send(command, optionsOrCb);
|
|
101
|
-
}
|
|
102
|
-
};
|
|
103
|
-
DirectConnect.prototype.allocateHostedConnection = function (args, optionsOrCb, cb) {
|
|
104
|
-
var command = new AllocateHostedConnectionCommand(args);
|
|
105
|
-
if (typeof optionsOrCb === "function") {
|
|
106
|
-
this.send(command, optionsOrCb);
|
|
107
|
-
}
|
|
108
|
-
else if (typeof cb === "function") {
|
|
109
|
-
if (typeof optionsOrCb !== "object")
|
|
110
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
111
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
112
|
-
}
|
|
113
|
-
else {
|
|
114
|
-
return this.send(command, optionsOrCb);
|
|
115
|
-
}
|
|
116
|
-
};
|
|
117
|
-
DirectConnect.prototype.allocatePrivateVirtualInterface = function (args, optionsOrCb, cb) {
|
|
118
|
-
var command = new AllocatePrivateVirtualInterfaceCommand(args);
|
|
119
|
-
if (typeof optionsOrCb === "function") {
|
|
120
|
-
this.send(command, optionsOrCb);
|
|
121
|
-
}
|
|
122
|
-
else if (typeof cb === "function") {
|
|
123
|
-
if (typeof optionsOrCb !== "object")
|
|
124
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
125
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
126
|
-
}
|
|
127
|
-
else {
|
|
128
|
-
return this.send(command, optionsOrCb);
|
|
129
|
-
}
|
|
130
|
-
};
|
|
131
|
-
DirectConnect.prototype.allocatePublicVirtualInterface = function (args, optionsOrCb, cb) {
|
|
132
|
-
var command = new AllocatePublicVirtualInterfaceCommand(args);
|
|
133
|
-
if (typeof optionsOrCb === "function") {
|
|
134
|
-
this.send(command, optionsOrCb);
|
|
135
|
-
}
|
|
136
|
-
else if (typeof cb === "function") {
|
|
137
|
-
if (typeof optionsOrCb !== "object")
|
|
138
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
139
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
140
|
-
}
|
|
141
|
-
else {
|
|
142
|
-
return this.send(command, optionsOrCb);
|
|
143
|
-
}
|
|
144
|
-
};
|
|
145
|
-
DirectConnect.prototype.allocateTransitVirtualInterface = function (args, optionsOrCb, cb) {
|
|
146
|
-
var command = new AllocateTransitVirtualInterfaceCommand(args);
|
|
147
|
-
if (typeof optionsOrCb === "function") {
|
|
148
|
-
this.send(command, optionsOrCb);
|
|
149
|
-
}
|
|
150
|
-
else if (typeof cb === "function") {
|
|
151
|
-
if (typeof optionsOrCb !== "object")
|
|
152
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
153
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
154
|
-
}
|
|
155
|
-
else {
|
|
156
|
-
return this.send(command, optionsOrCb);
|
|
157
|
-
}
|
|
158
|
-
};
|
|
159
|
-
DirectConnect.prototype.associateConnectionWithLag = function (args, optionsOrCb, cb) {
|
|
160
|
-
var command = new AssociateConnectionWithLagCommand(args);
|
|
161
|
-
if (typeof optionsOrCb === "function") {
|
|
162
|
-
this.send(command, optionsOrCb);
|
|
163
|
-
}
|
|
164
|
-
else if (typeof cb === "function") {
|
|
165
|
-
if (typeof optionsOrCb !== "object")
|
|
166
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
167
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
168
|
-
}
|
|
169
|
-
else {
|
|
170
|
-
return this.send(command, optionsOrCb);
|
|
171
|
-
}
|
|
172
|
-
};
|
|
173
|
-
DirectConnect.prototype.associateHostedConnection = function (args, optionsOrCb, cb) {
|
|
174
|
-
var command = new AssociateHostedConnectionCommand(args);
|
|
175
|
-
if (typeof optionsOrCb === "function") {
|
|
176
|
-
this.send(command, optionsOrCb);
|
|
177
|
-
}
|
|
178
|
-
else if (typeof cb === "function") {
|
|
179
|
-
if (typeof optionsOrCb !== "object")
|
|
180
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
181
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
182
|
-
}
|
|
183
|
-
else {
|
|
184
|
-
return this.send(command, optionsOrCb);
|
|
185
|
-
}
|
|
186
|
-
};
|
|
187
|
-
DirectConnect.prototype.associateMacSecKey = function (args, optionsOrCb, cb) {
|
|
188
|
-
var command = new AssociateMacSecKeyCommand(args);
|
|
189
|
-
if (typeof optionsOrCb === "function") {
|
|
190
|
-
this.send(command, optionsOrCb);
|
|
191
|
-
}
|
|
192
|
-
else if (typeof cb === "function") {
|
|
193
|
-
if (typeof optionsOrCb !== "object")
|
|
194
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
195
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
196
|
-
}
|
|
197
|
-
else {
|
|
198
|
-
return this.send(command, optionsOrCb);
|
|
199
|
-
}
|
|
200
|
-
};
|
|
201
|
-
DirectConnect.prototype.associateVirtualInterface = function (args, optionsOrCb, cb) {
|
|
202
|
-
var command = new AssociateVirtualInterfaceCommand(args);
|
|
203
|
-
if (typeof optionsOrCb === "function") {
|
|
204
|
-
this.send(command, optionsOrCb);
|
|
205
|
-
}
|
|
206
|
-
else if (typeof cb === "function") {
|
|
207
|
-
if (typeof optionsOrCb !== "object")
|
|
208
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
209
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
210
|
-
}
|
|
211
|
-
else {
|
|
212
|
-
return this.send(command, optionsOrCb);
|
|
213
|
-
}
|
|
214
|
-
};
|
|
215
|
-
DirectConnect.prototype.confirmConnection = function (args, optionsOrCb, cb) {
|
|
216
|
-
var command = new ConfirmConnectionCommand(args);
|
|
217
|
-
if (typeof optionsOrCb === "function") {
|
|
218
|
-
this.send(command, optionsOrCb);
|
|
219
|
-
}
|
|
220
|
-
else if (typeof cb === "function") {
|
|
221
|
-
if (typeof optionsOrCb !== "object")
|
|
222
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
223
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
224
|
-
}
|
|
225
|
-
else {
|
|
226
|
-
return this.send(command, optionsOrCb);
|
|
227
|
-
}
|
|
228
|
-
};
|
|
229
|
-
DirectConnect.prototype.confirmPrivateVirtualInterface = function (args, optionsOrCb, cb) {
|
|
230
|
-
var command = new ConfirmPrivateVirtualInterfaceCommand(args);
|
|
231
|
-
if (typeof optionsOrCb === "function") {
|
|
232
|
-
this.send(command, optionsOrCb);
|
|
233
|
-
}
|
|
234
|
-
else if (typeof cb === "function") {
|
|
235
|
-
if (typeof optionsOrCb !== "object")
|
|
236
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
237
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
238
|
-
}
|
|
239
|
-
else {
|
|
240
|
-
return this.send(command, optionsOrCb);
|
|
241
|
-
}
|
|
242
|
-
};
|
|
243
|
-
DirectConnect.prototype.confirmPublicVirtualInterface = function (args, optionsOrCb, cb) {
|
|
244
|
-
var command = new ConfirmPublicVirtualInterfaceCommand(args);
|
|
245
|
-
if (typeof optionsOrCb === "function") {
|
|
246
|
-
this.send(command, optionsOrCb);
|
|
247
|
-
}
|
|
248
|
-
else if (typeof cb === "function") {
|
|
249
|
-
if (typeof optionsOrCb !== "object")
|
|
250
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
251
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
252
|
-
}
|
|
253
|
-
else {
|
|
254
|
-
return this.send(command, optionsOrCb);
|
|
255
|
-
}
|
|
256
|
-
};
|
|
257
|
-
DirectConnect.prototype.confirmTransitVirtualInterface = function (args, optionsOrCb, cb) {
|
|
258
|
-
var command = new ConfirmTransitVirtualInterfaceCommand(args);
|
|
259
|
-
if (typeof optionsOrCb === "function") {
|
|
260
|
-
this.send(command, optionsOrCb);
|
|
261
|
-
}
|
|
262
|
-
else if (typeof cb === "function") {
|
|
263
|
-
if (typeof optionsOrCb !== "object")
|
|
264
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
265
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
266
|
-
}
|
|
267
|
-
else {
|
|
268
|
-
return this.send(command, optionsOrCb);
|
|
269
|
-
}
|
|
270
|
-
};
|
|
271
|
-
DirectConnect.prototype.createBGPPeer = function (args, optionsOrCb, cb) {
|
|
272
|
-
var command = new CreateBGPPeerCommand(args);
|
|
273
|
-
if (typeof optionsOrCb === "function") {
|
|
274
|
-
this.send(command, optionsOrCb);
|
|
275
|
-
}
|
|
276
|
-
else if (typeof cb === "function") {
|
|
277
|
-
if (typeof optionsOrCb !== "object")
|
|
278
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
279
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
280
|
-
}
|
|
281
|
-
else {
|
|
282
|
-
return this.send(command, optionsOrCb);
|
|
283
|
-
}
|
|
284
|
-
};
|
|
285
|
-
DirectConnect.prototype.createConnection = function (args, optionsOrCb, cb) {
|
|
286
|
-
var command = new CreateConnectionCommand(args);
|
|
287
|
-
if (typeof optionsOrCb === "function") {
|
|
288
|
-
this.send(command, optionsOrCb);
|
|
289
|
-
}
|
|
290
|
-
else if (typeof cb === "function") {
|
|
291
|
-
if (typeof optionsOrCb !== "object")
|
|
292
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
293
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
294
|
-
}
|
|
295
|
-
else {
|
|
296
|
-
return this.send(command, optionsOrCb);
|
|
297
|
-
}
|
|
298
|
-
};
|
|
299
|
-
DirectConnect.prototype.createDirectConnectGateway = function (args, optionsOrCb, cb) {
|
|
300
|
-
var command = new CreateDirectConnectGatewayCommand(args);
|
|
301
|
-
if (typeof optionsOrCb === "function") {
|
|
302
|
-
this.send(command, optionsOrCb);
|
|
303
|
-
}
|
|
304
|
-
else if (typeof cb === "function") {
|
|
305
|
-
if (typeof optionsOrCb !== "object")
|
|
306
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
307
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
308
|
-
}
|
|
309
|
-
else {
|
|
310
|
-
return this.send(command, optionsOrCb);
|
|
311
|
-
}
|
|
312
|
-
};
|
|
313
|
-
DirectConnect.prototype.createDirectConnectGatewayAssociation = function (args, optionsOrCb, cb) {
|
|
314
|
-
var command = new CreateDirectConnectGatewayAssociationCommand(args);
|
|
315
|
-
if (typeof optionsOrCb === "function") {
|
|
316
|
-
this.send(command, optionsOrCb);
|
|
317
|
-
}
|
|
318
|
-
else if (typeof cb === "function") {
|
|
319
|
-
if (typeof optionsOrCb !== "object")
|
|
320
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
321
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
322
|
-
}
|
|
323
|
-
else {
|
|
324
|
-
return this.send(command, optionsOrCb);
|
|
325
|
-
}
|
|
326
|
-
};
|
|
327
|
-
DirectConnect.prototype.createDirectConnectGatewayAssociationProposal = function (args, optionsOrCb, cb) {
|
|
328
|
-
var command = new CreateDirectConnectGatewayAssociationProposalCommand(args);
|
|
329
|
-
if (typeof optionsOrCb === "function") {
|
|
330
|
-
this.send(command, optionsOrCb);
|
|
331
|
-
}
|
|
332
|
-
else if (typeof cb === "function") {
|
|
333
|
-
if (typeof optionsOrCb !== "object")
|
|
334
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
335
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
336
|
-
}
|
|
337
|
-
else {
|
|
338
|
-
return this.send(command, optionsOrCb);
|
|
339
|
-
}
|
|
340
|
-
};
|
|
341
|
-
DirectConnect.prototype.createInterconnect = function (args, optionsOrCb, cb) {
|
|
342
|
-
var command = new CreateInterconnectCommand(args);
|
|
343
|
-
if (typeof optionsOrCb === "function") {
|
|
344
|
-
this.send(command, optionsOrCb);
|
|
345
|
-
}
|
|
346
|
-
else if (typeof cb === "function") {
|
|
347
|
-
if (typeof optionsOrCb !== "object")
|
|
348
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
349
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
350
|
-
}
|
|
351
|
-
else {
|
|
352
|
-
return this.send(command, optionsOrCb);
|
|
353
|
-
}
|
|
354
|
-
};
|
|
355
|
-
DirectConnect.prototype.createLag = function (args, optionsOrCb, cb) {
|
|
356
|
-
var command = new CreateLagCommand(args);
|
|
357
|
-
if (typeof optionsOrCb === "function") {
|
|
358
|
-
this.send(command, optionsOrCb);
|
|
359
|
-
}
|
|
360
|
-
else if (typeof cb === "function") {
|
|
361
|
-
if (typeof optionsOrCb !== "object")
|
|
362
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
363
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
364
|
-
}
|
|
365
|
-
else {
|
|
366
|
-
return this.send(command, optionsOrCb);
|
|
367
|
-
}
|
|
368
|
-
};
|
|
369
|
-
DirectConnect.prototype.createPrivateVirtualInterface = function (args, optionsOrCb, cb) {
|
|
370
|
-
var command = new CreatePrivateVirtualInterfaceCommand(args);
|
|
371
|
-
if (typeof optionsOrCb === "function") {
|
|
372
|
-
this.send(command, optionsOrCb);
|
|
373
|
-
}
|
|
374
|
-
else if (typeof cb === "function") {
|
|
375
|
-
if (typeof optionsOrCb !== "object")
|
|
376
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
377
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
378
|
-
}
|
|
379
|
-
else {
|
|
380
|
-
return this.send(command, optionsOrCb);
|
|
381
|
-
}
|
|
382
|
-
};
|
|
383
|
-
DirectConnect.prototype.createPublicVirtualInterface = function (args, optionsOrCb, cb) {
|
|
384
|
-
var command = new CreatePublicVirtualInterfaceCommand(args);
|
|
385
|
-
if (typeof optionsOrCb === "function") {
|
|
386
|
-
this.send(command, optionsOrCb);
|
|
387
|
-
}
|
|
388
|
-
else if (typeof cb === "function") {
|
|
389
|
-
if (typeof optionsOrCb !== "object")
|
|
390
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
391
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
392
|
-
}
|
|
393
|
-
else {
|
|
394
|
-
return this.send(command, optionsOrCb);
|
|
395
|
-
}
|
|
396
|
-
};
|
|
397
|
-
DirectConnect.prototype.createTransitVirtualInterface = function (args, optionsOrCb, cb) {
|
|
398
|
-
var command = new CreateTransitVirtualInterfaceCommand(args);
|
|
399
|
-
if (typeof optionsOrCb === "function") {
|
|
400
|
-
this.send(command, optionsOrCb);
|
|
401
|
-
}
|
|
402
|
-
else if (typeof cb === "function") {
|
|
403
|
-
if (typeof optionsOrCb !== "object")
|
|
404
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
405
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
406
|
-
}
|
|
407
|
-
else {
|
|
408
|
-
return this.send(command, optionsOrCb);
|
|
409
|
-
}
|
|
410
|
-
};
|
|
411
|
-
DirectConnect.prototype.deleteBGPPeer = function (args, optionsOrCb, cb) {
|
|
412
|
-
var command = new DeleteBGPPeerCommand(args);
|
|
413
|
-
if (typeof optionsOrCb === "function") {
|
|
414
|
-
this.send(command, optionsOrCb);
|
|
415
|
-
}
|
|
416
|
-
else if (typeof cb === "function") {
|
|
417
|
-
if (typeof optionsOrCb !== "object")
|
|
418
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
419
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
420
|
-
}
|
|
421
|
-
else {
|
|
422
|
-
return this.send(command, optionsOrCb);
|
|
423
|
-
}
|
|
424
|
-
};
|
|
425
|
-
DirectConnect.prototype.deleteConnection = function (args, optionsOrCb, cb) {
|
|
426
|
-
var command = new DeleteConnectionCommand(args);
|
|
427
|
-
if (typeof optionsOrCb === "function") {
|
|
428
|
-
this.send(command, optionsOrCb);
|
|
429
|
-
}
|
|
430
|
-
else if (typeof cb === "function") {
|
|
431
|
-
if (typeof optionsOrCb !== "object")
|
|
432
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
433
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
434
|
-
}
|
|
435
|
-
else {
|
|
436
|
-
return this.send(command, optionsOrCb);
|
|
437
|
-
}
|
|
438
|
-
};
|
|
439
|
-
DirectConnect.prototype.deleteDirectConnectGateway = function (args, optionsOrCb, cb) {
|
|
440
|
-
var command = new DeleteDirectConnectGatewayCommand(args);
|
|
441
|
-
if (typeof optionsOrCb === "function") {
|
|
442
|
-
this.send(command, optionsOrCb);
|
|
443
|
-
}
|
|
444
|
-
else if (typeof cb === "function") {
|
|
445
|
-
if (typeof optionsOrCb !== "object")
|
|
446
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
447
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
448
|
-
}
|
|
449
|
-
else {
|
|
450
|
-
return this.send(command, optionsOrCb);
|
|
451
|
-
}
|
|
452
|
-
};
|
|
453
|
-
DirectConnect.prototype.deleteDirectConnectGatewayAssociation = function (args, optionsOrCb, cb) {
|
|
454
|
-
var command = new DeleteDirectConnectGatewayAssociationCommand(args);
|
|
455
|
-
if (typeof optionsOrCb === "function") {
|
|
456
|
-
this.send(command, optionsOrCb);
|
|
457
|
-
}
|
|
458
|
-
else if (typeof cb === "function") {
|
|
459
|
-
if (typeof optionsOrCb !== "object")
|
|
460
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
461
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
462
|
-
}
|
|
463
|
-
else {
|
|
464
|
-
return this.send(command, optionsOrCb);
|
|
465
|
-
}
|
|
466
|
-
};
|
|
467
|
-
DirectConnect.prototype.deleteDirectConnectGatewayAssociationProposal = function (args, optionsOrCb, cb) {
|
|
468
|
-
var command = new DeleteDirectConnectGatewayAssociationProposalCommand(args);
|
|
469
|
-
if (typeof optionsOrCb === "function") {
|
|
470
|
-
this.send(command, optionsOrCb);
|
|
471
|
-
}
|
|
472
|
-
else if (typeof cb === "function") {
|
|
473
|
-
if (typeof optionsOrCb !== "object")
|
|
474
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
475
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
476
|
-
}
|
|
477
|
-
else {
|
|
478
|
-
return this.send(command, optionsOrCb);
|
|
479
|
-
}
|
|
480
|
-
};
|
|
481
|
-
DirectConnect.prototype.deleteInterconnect = function (args, optionsOrCb, cb) {
|
|
482
|
-
var command = new DeleteInterconnectCommand(args);
|
|
483
|
-
if (typeof optionsOrCb === "function") {
|
|
484
|
-
this.send(command, optionsOrCb);
|
|
485
|
-
}
|
|
486
|
-
else if (typeof cb === "function") {
|
|
487
|
-
if (typeof optionsOrCb !== "object")
|
|
488
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
489
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
490
|
-
}
|
|
491
|
-
else {
|
|
492
|
-
return this.send(command, optionsOrCb);
|
|
493
|
-
}
|
|
494
|
-
};
|
|
495
|
-
DirectConnect.prototype.deleteLag = function (args, optionsOrCb, cb) {
|
|
496
|
-
var command = new DeleteLagCommand(args);
|
|
497
|
-
if (typeof optionsOrCb === "function") {
|
|
498
|
-
this.send(command, optionsOrCb);
|
|
499
|
-
}
|
|
500
|
-
else if (typeof cb === "function") {
|
|
501
|
-
if (typeof optionsOrCb !== "object")
|
|
502
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
503
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
504
|
-
}
|
|
505
|
-
else {
|
|
506
|
-
return this.send(command, optionsOrCb);
|
|
507
|
-
}
|
|
508
|
-
};
|
|
509
|
-
DirectConnect.prototype.deleteVirtualInterface = function (args, optionsOrCb, cb) {
|
|
510
|
-
var command = new DeleteVirtualInterfaceCommand(args);
|
|
511
|
-
if (typeof optionsOrCb === "function") {
|
|
512
|
-
this.send(command, optionsOrCb);
|
|
513
|
-
}
|
|
514
|
-
else if (typeof cb === "function") {
|
|
515
|
-
if (typeof optionsOrCb !== "object")
|
|
516
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
517
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
518
|
-
}
|
|
519
|
-
else {
|
|
520
|
-
return this.send(command, optionsOrCb);
|
|
521
|
-
}
|
|
522
|
-
};
|
|
523
|
-
DirectConnect.prototype.describeConnectionLoa = function (args, optionsOrCb, cb) {
|
|
524
|
-
var command = new DescribeConnectionLoaCommand(args);
|
|
525
|
-
if (typeof optionsOrCb === "function") {
|
|
526
|
-
this.send(command, optionsOrCb);
|
|
527
|
-
}
|
|
528
|
-
else if (typeof cb === "function") {
|
|
529
|
-
if (typeof optionsOrCb !== "object")
|
|
530
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
531
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
532
|
-
}
|
|
533
|
-
else {
|
|
534
|
-
return this.send(command, optionsOrCb);
|
|
535
|
-
}
|
|
536
|
-
};
|
|
537
|
-
DirectConnect.prototype.describeConnections = function (args, optionsOrCb, cb) {
|
|
538
|
-
var command = new DescribeConnectionsCommand(args);
|
|
539
|
-
if (typeof optionsOrCb === "function") {
|
|
540
|
-
this.send(command, optionsOrCb);
|
|
541
|
-
}
|
|
542
|
-
else if (typeof cb === "function") {
|
|
543
|
-
if (typeof optionsOrCb !== "object")
|
|
544
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
545
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
546
|
-
}
|
|
547
|
-
else {
|
|
548
|
-
return this.send(command, optionsOrCb);
|
|
549
|
-
}
|
|
550
|
-
};
|
|
551
|
-
DirectConnect.prototype.describeConnectionsOnInterconnect = function (args, optionsOrCb, cb) {
|
|
552
|
-
var command = new DescribeConnectionsOnInterconnectCommand(args);
|
|
553
|
-
if (typeof optionsOrCb === "function") {
|
|
554
|
-
this.send(command, optionsOrCb);
|
|
555
|
-
}
|
|
556
|
-
else if (typeof cb === "function") {
|
|
557
|
-
if (typeof optionsOrCb !== "object")
|
|
558
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
559
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
560
|
-
}
|
|
561
|
-
else {
|
|
562
|
-
return this.send(command, optionsOrCb);
|
|
563
|
-
}
|
|
564
|
-
};
|
|
565
|
-
DirectConnect.prototype.describeDirectConnectGatewayAssociationProposals = function (args, optionsOrCb, cb) {
|
|
566
|
-
var command = new DescribeDirectConnectGatewayAssociationProposalsCommand(args);
|
|
567
|
-
if (typeof optionsOrCb === "function") {
|
|
568
|
-
this.send(command, optionsOrCb);
|
|
569
|
-
}
|
|
570
|
-
else if (typeof cb === "function") {
|
|
571
|
-
if (typeof optionsOrCb !== "object")
|
|
572
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
573
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
574
|
-
}
|
|
575
|
-
else {
|
|
576
|
-
return this.send(command, optionsOrCb);
|
|
577
|
-
}
|
|
578
|
-
};
|
|
579
|
-
DirectConnect.prototype.describeDirectConnectGatewayAssociations = function (args, optionsOrCb, cb) {
|
|
580
|
-
var command = new DescribeDirectConnectGatewayAssociationsCommand(args);
|
|
581
|
-
if (typeof optionsOrCb === "function") {
|
|
582
|
-
this.send(command, optionsOrCb);
|
|
583
|
-
}
|
|
584
|
-
else if (typeof cb === "function") {
|
|
585
|
-
if (typeof optionsOrCb !== "object")
|
|
586
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
587
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
588
|
-
}
|
|
589
|
-
else {
|
|
590
|
-
return this.send(command, optionsOrCb);
|
|
591
|
-
}
|
|
592
|
-
};
|
|
593
|
-
DirectConnect.prototype.describeDirectConnectGatewayAttachments = function (args, optionsOrCb, cb) {
|
|
594
|
-
var command = new DescribeDirectConnectGatewayAttachmentsCommand(args);
|
|
595
|
-
if (typeof optionsOrCb === "function") {
|
|
596
|
-
this.send(command, optionsOrCb);
|
|
597
|
-
}
|
|
598
|
-
else if (typeof cb === "function") {
|
|
599
|
-
if (typeof optionsOrCb !== "object")
|
|
600
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
601
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
602
|
-
}
|
|
603
|
-
else {
|
|
604
|
-
return this.send(command, optionsOrCb);
|
|
605
|
-
}
|
|
606
|
-
};
|
|
607
|
-
DirectConnect.prototype.describeDirectConnectGateways = function (args, optionsOrCb, cb) {
|
|
608
|
-
var command = new DescribeDirectConnectGatewaysCommand(args);
|
|
609
|
-
if (typeof optionsOrCb === "function") {
|
|
610
|
-
this.send(command, optionsOrCb);
|
|
611
|
-
}
|
|
612
|
-
else if (typeof cb === "function") {
|
|
613
|
-
if (typeof optionsOrCb !== "object")
|
|
614
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
615
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
616
|
-
}
|
|
617
|
-
else {
|
|
618
|
-
return this.send(command, optionsOrCb);
|
|
619
|
-
}
|
|
620
|
-
};
|
|
621
|
-
DirectConnect.prototype.describeHostedConnections = function (args, optionsOrCb, cb) {
|
|
622
|
-
var command = new DescribeHostedConnectionsCommand(args);
|
|
623
|
-
if (typeof optionsOrCb === "function") {
|
|
624
|
-
this.send(command, optionsOrCb);
|
|
625
|
-
}
|
|
626
|
-
else if (typeof cb === "function") {
|
|
627
|
-
if (typeof optionsOrCb !== "object")
|
|
628
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
629
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
630
|
-
}
|
|
631
|
-
else {
|
|
632
|
-
return this.send(command, optionsOrCb);
|
|
633
|
-
}
|
|
634
|
-
};
|
|
635
|
-
DirectConnect.prototype.describeInterconnectLoa = function (args, optionsOrCb, cb) {
|
|
636
|
-
var command = new DescribeInterconnectLoaCommand(args);
|
|
637
|
-
if (typeof optionsOrCb === "function") {
|
|
638
|
-
this.send(command, optionsOrCb);
|
|
639
|
-
}
|
|
640
|
-
else if (typeof cb === "function") {
|
|
641
|
-
if (typeof optionsOrCb !== "object")
|
|
642
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
643
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
644
|
-
}
|
|
645
|
-
else {
|
|
646
|
-
return this.send(command, optionsOrCb);
|
|
647
|
-
}
|
|
648
|
-
};
|
|
649
|
-
DirectConnect.prototype.describeInterconnects = function (args, optionsOrCb, cb) {
|
|
650
|
-
var command = new DescribeInterconnectsCommand(args);
|
|
651
|
-
if (typeof optionsOrCb === "function") {
|
|
652
|
-
this.send(command, optionsOrCb);
|
|
653
|
-
}
|
|
654
|
-
else if (typeof cb === "function") {
|
|
655
|
-
if (typeof optionsOrCb !== "object")
|
|
656
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
657
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
658
|
-
}
|
|
659
|
-
else {
|
|
660
|
-
return this.send(command, optionsOrCb);
|
|
661
|
-
}
|
|
662
|
-
};
|
|
663
|
-
DirectConnect.prototype.describeLags = function (args, optionsOrCb, cb) {
|
|
664
|
-
var command = new DescribeLagsCommand(args);
|
|
665
|
-
if (typeof optionsOrCb === "function") {
|
|
666
|
-
this.send(command, optionsOrCb);
|
|
667
|
-
}
|
|
668
|
-
else if (typeof cb === "function") {
|
|
669
|
-
if (typeof optionsOrCb !== "object")
|
|
670
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
671
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
672
|
-
}
|
|
673
|
-
else {
|
|
674
|
-
return this.send(command, optionsOrCb);
|
|
675
|
-
}
|
|
676
|
-
};
|
|
677
|
-
DirectConnect.prototype.describeLoa = function (args, optionsOrCb, cb) {
|
|
678
|
-
var command = new DescribeLoaCommand(args);
|
|
679
|
-
if (typeof optionsOrCb === "function") {
|
|
680
|
-
this.send(command, optionsOrCb);
|
|
681
|
-
}
|
|
682
|
-
else if (typeof cb === "function") {
|
|
683
|
-
if (typeof optionsOrCb !== "object")
|
|
684
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
685
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
686
|
-
}
|
|
687
|
-
else {
|
|
688
|
-
return this.send(command, optionsOrCb);
|
|
689
|
-
}
|
|
690
|
-
};
|
|
691
|
-
DirectConnect.prototype.describeLocations = function (args, optionsOrCb, cb) {
|
|
692
|
-
var command = new DescribeLocationsCommand(args);
|
|
693
|
-
if (typeof optionsOrCb === "function") {
|
|
694
|
-
this.send(command, optionsOrCb);
|
|
695
|
-
}
|
|
696
|
-
else if (typeof cb === "function") {
|
|
697
|
-
if (typeof optionsOrCb !== "object")
|
|
698
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
699
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
700
|
-
}
|
|
701
|
-
else {
|
|
702
|
-
return this.send(command, optionsOrCb);
|
|
703
|
-
}
|
|
704
|
-
};
|
|
705
|
-
DirectConnect.prototype.describeTags = function (args, optionsOrCb, cb) {
|
|
706
|
-
var command = new DescribeTagsCommand(args);
|
|
707
|
-
if (typeof optionsOrCb === "function") {
|
|
708
|
-
this.send(command, optionsOrCb);
|
|
709
|
-
}
|
|
710
|
-
else if (typeof cb === "function") {
|
|
711
|
-
if (typeof optionsOrCb !== "object")
|
|
712
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
713
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
714
|
-
}
|
|
715
|
-
else {
|
|
716
|
-
return this.send(command, optionsOrCb);
|
|
717
|
-
}
|
|
718
|
-
};
|
|
719
|
-
DirectConnect.prototype.describeVirtualGateways = function (args, optionsOrCb, cb) {
|
|
720
|
-
var command = new DescribeVirtualGatewaysCommand(args);
|
|
721
|
-
if (typeof optionsOrCb === "function") {
|
|
722
|
-
this.send(command, optionsOrCb);
|
|
723
|
-
}
|
|
724
|
-
else if (typeof cb === "function") {
|
|
725
|
-
if (typeof optionsOrCb !== "object")
|
|
726
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
727
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
728
|
-
}
|
|
729
|
-
else {
|
|
730
|
-
return this.send(command, optionsOrCb);
|
|
731
|
-
}
|
|
732
|
-
};
|
|
733
|
-
DirectConnect.prototype.describeVirtualInterfaces = function (args, optionsOrCb, cb) {
|
|
734
|
-
var command = new DescribeVirtualInterfacesCommand(args);
|
|
735
|
-
if (typeof optionsOrCb === "function") {
|
|
736
|
-
this.send(command, optionsOrCb);
|
|
737
|
-
}
|
|
738
|
-
else if (typeof cb === "function") {
|
|
739
|
-
if (typeof optionsOrCb !== "object")
|
|
740
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
741
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
742
|
-
}
|
|
743
|
-
else {
|
|
744
|
-
return this.send(command, optionsOrCb);
|
|
745
|
-
}
|
|
746
|
-
};
|
|
747
|
-
DirectConnect.prototype.disassociateConnectionFromLag = function (args, optionsOrCb, cb) {
|
|
748
|
-
var command = new DisassociateConnectionFromLagCommand(args);
|
|
749
|
-
if (typeof optionsOrCb === "function") {
|
|
750
|
-
this.send(command, optionsOrCb);
|
|
751
|
-
}
|
|
752
|
-
else if (typeof cb === "function") {
|
|
753
|
-
if (typeof optionsOrCb !== "object")
|
|
754
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
755
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
756
|
-
}
|
|
757
|
-
else {
|
|
758
|
-
return this.send(command, optionsOrCb);
|
|
759
|
-
}
|
|
760
|
-
};
|
|
761
|
-
DirectConnect.prototype.disassociateMacSecKey = function (args, optionsOrCb, cb) {
|
|
762
|
-
var command = new DisassociateMacSecKeyCommand(args);
|
|
763
|
-
if (typeof optionsOrCb === "function") {
|
|
764
|
-
this.send(command, optionsOrCb);
|
|
765
|
-
}
|
|
766
|
-
else if (typeof cb === "function") {
|
|
767
|
-
if (typeof optionsOrCb !== "object")
|
|
768
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
769
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
770
|
-
}
|
|
771
|
-
else {
|
|
772
|
-
return this.send(command, optionsOrCb);
|
|
773
|
-
}
|
|
774
|
-
};
|
|
775
|
-
DirectConnect.prototype.listVirtualInterfaceTestHistory = function (args, optionsOrCb, cb) {
|
|
776
|
-
var command = new ListVirtualInterfaceTestHistoryCommand(args);
|
|
777
|
-
if (typeof optionsOrCb === "function") {
|
|
778
|
-
this.send(command, optionsOrCb);
|
|
779
|
-
}
|
|
780
|
-
else if (typeof cb === "function") {
|
|
781
|
-
if (typeof optionsOrCb !== "object")
|
|
782
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
783
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
784
|
-
}
|
|
785
|
-
else {
|
|
786
|
-
return this.send(command, optionsOrCb);
|
|
787
|
-
}
|
|
788
|
-
};
|
|
789
|
-
DirectConnect.prototype.startBgpFailoverTest = function (args, optionsOrCb, cb) {
|
|
790
|
-
var command = new StartBgpFailoverTestCommand(args);
|
|
791
|
-
if (typeof optionsOrCb === "function") {
|
|
792
|
-
this.send(command, optionsOrCb);
|
|
793
|
-
}
|
|
794
|
-
else if (typeof cb === "function") {
|
|
795
|
-
if (typeof optionsOrCb !== "object")
|
|
796
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
797
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
798
|
-
}
|
|
799
|
-
else {
|
|
800
|
-
return this.send(command, optionsOrCb);
|
|
801
|
-
}
|
|
802
|
-
};
|
|
803
|
-
DirectConnect.prototype.stopBgpFailoverTest = function (args, optionsOrCb, cb) {
|
|
804
|
-
var command = new StopBgpFailoverTestCommand(args);
|
|
805
|
-
if (typeof optionsOrCb === "function") {
|
|
806
|
-
this.send(command, optionsOrCb);
|
|
807
|
-
}
|
|
808
|
-
else if (typeof cb === "function") {
|
|
809
|
-
if (typeof optionsOrCb !== "object")
|
|
810
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
811
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
812
|
-
}
|
|
813
|
-
else {
|
|
814
|
-
return this.send(command, optionsOrCb);
|
|
815
|
-
}
|
|
816
|
-
};
|
|
817
|
-
DirectConnect.prototype.tagResource = function (args, optionsOrCb, cb) {
|
|
818
|
-
var command = new TagResourceCommand(args);
|
|
819
|
-
if (typeof optionsOrCb === "function") {
|
|
820
|
-
this.send(command, optionsOrCb);
|
|
821
|
-
}
|
|
822
|
-
else if (typeof cb === "function") {
|
|
823
|
-
if (typeof optionsOrCb !== "object")
|
|
824
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
825
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
826
|
-
}
|
|
827
|
-
else {
|
|
828
|
-
return this.send(command, optionsOrCb);
|
|
829
|
-
}
|
|
830
|
-
};
|
|
831
|
-
DirectConnect.prototype.untagResource = function (args, optionsOrCb, cb) {
|
|
832
|
-
var command = new UntagResourceCommand(args);
|
|
833
|
-
if (typeof optionsOrCb === "function") {
|
|
834
|
-
this.send(command, optionsOrCb);
|
|
835
|
-
}
|
|
836
|
-
else if (typeof cb === "function") {
|
|
837
|
-
if (typeof optionsOrCb !== "object")
|
|
838
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
839
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
840
|
-
}
|
|
841
|
-
else {
|
|
842
|
-
return this.send(command, optionsOrCb);
|
|
843
|
-
}
|
|
844
|
-
};
|
|
845
|
-
DirectConnect.prototype.updateConnection = function (args, optionsOrCb, cb) {
|
|
846
|
-
var command = new UpdateConnectionCommand(args);
|
|
847
|
-
if (typeof optionsOrCb === "function") {
|
|
848
|
-
this.send(command, optionsOrCb);
|
|
849
|
-
}
|
|
850
|
-
else if (typeof cb === "function") {
|
|
851
|
-
if (typeof optionsOrCb !== "object")
|
|
852
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
853
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
854
|
-
}
|
|
855
|
-
else {
|
|
856
|
-
return this.send(command, optionsOrCb);
|
|
857
|
-
}
|
|
858
|
-
};
|
|
859
|
-
DirectConnect.prototype.updateDirectConnectGatewayAssociation = function (args, optionsOrCb, cb) {
|
|
860
|
-
var command = new UpdateDirectConnectGatewayAssociationCommand(args);
|
|
861
|
-
if (typeof optionsOrCb === "function") {
|
|
862
|
-
this.send(command, optionsOrCb);
|
|
863
|
-
}
|
|
864
|
-
else if (typeof cb === "function") {
|
|
865
|
-
if (typeof optionsOrCb !== "object")
|
|
866
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
867
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
868
|
-
}
|
|
869
|
-
else {
|
|
870
|
-
return this.send(command, optionsOrCb);
|
|
871
|
-
}
|
|
872
|
-
};
|
|
873
|
-
DirectConnect.prototype.updateLag = function (args, optionsOrCb, cb) {
|
|
874
|
-
var command = new UpdateLagCommand(args);
|
|
875
|
-
if (typeof optionsOrCb === "function") {
|
|
876
|
-
this.send(command, optionsOrCb);
|
|
877
|
-
}
|
|
878
|
-
else if (typeof cb === "function") {
|
|
879
|
-
if (typeof optionsOrCb !== "object")
|
|
880
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
881
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
882
|
-
}
|
|
883
|
-
else {
|
|
884
|
-
return this.send(command, optionsOrCb);
|
|
885
|
-
}
|
|
886
|
-
};
|
|
887
|
-
DirectConnect.prototype.updateVirtualInterfaceAttributes = function (args, optionsOrCb, cb) {
|
|
888
|
-
var command = new UpdateVirtualInterfaceAttributesCommand(args);
|
|
889
|
-
if (typeof optionsOrCb === "function") {
|
|
890
|
-
this.send(command, optionsOrCb);
|
|
891
|
-
}
|
|
892
|
-
else if (typeof cb === "function") {
|
|
893
|
-
if (typeof optionsOrCb !== "object")
|
|
894
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
895
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
896
|
-
}
|
|
897
|
-
else {
|
|
898
|
-
return this.send(command, optionsOrCb);
|
|
899
|
-
}
|
|
900
|
-
};
|
|
901
|
-
return DirectConnect;
|
|
902
|
-
}(DirectConnectClient));
|
|
903
|
-
export { DirectConnect };
|
|
904
|
-
//# sourceMappingURL=DirectConnect.js.map
|