@aws-sdk/client-direct-connect 3.35.0 → 3.38.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 +48 -0
- package/README.md +2 -2
- package/dist-cjs/DirectConnect.js +60 -9
- package/dist-cjs/DirectConnectClient.js +0 -14
- package/dist-cjs/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +0 -25
- package/dist-cjs/commands/AllocateConnectionOnInterconnectCommand.js +0 -32
- package/dist-cjs/commands/AllocateHostedConnectionCommand.js +0 -30
- package/dist-cjs/commands/AllocatePrivateVirtualInterfaceCommand.js +0 -27
- package/dist-cjs/commands/AllocatePublicVirtualInterfaceCommand.js +0 -30
- package/dist-cjs/commands/AllocateTransitVirtualInterfaceCommand.js +0 -27
- package/dist-cjs/commands/AssociateConnectionWithLagCommand.js +0 -38
- package/dist-cjs/commands/AssociateHostedConnectionCommand.js +0 -32
- package/dist-cjs/commands/AssociateMacSecKeyCommand.js +0 -27
- package/dist-cjs/commands/AssociateVirtualInterfaceCommand.js +0 -34
- package/dist-cjs/commands/ConfirmConnectionCommand.js +0 -27
- package/dist-cjs/commands/ConfirmCustomerAgreementCommand.js +36 -0
- package/dist-cjs/commands/ConfirmPrivateVirtualInterfaceCommand.js +0 -28
- package/dist-cjs/commands/ConfirmPublicVirtualInterfaceCommand.js +0 -27
- package/dist-cjs/commands/ConfirmTransitVirtualInterfaceCommand.js +0 -27
- package/dist-cjs/commands/CreateBGPPeerCommand.js +0 -31
- package/dist-cjs/commands/CreateConnectionCommand.js +0 -33
- package/dist-cjs/commands/CreateDirectConnectGatewayAssociationCommand.js +0 -26
- package/dist-cjs/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +0 -26
- package/dist-cjs/commands/CreateDirectConnectGatewayCommand.js +0 -30
- package/dist-cjs/commands/CreateInterconnectCommand.js +0 -40
- package/dist-cjs/commands/CreateLagCommand.js +0 -42
- package/dist-cjs/commands/CreatePrivateVirtualInterfaceCommand.js +0 -35
- package/dist-cjs/commands/CreatePublicVirtualInterfaceCommand.js +0 -28
- package/dist-cjs/commands/CreateTransitVirtualInterfaceCommand.js +0 -34
- package/dist-cjs/commands/DeleteBGPPeerCommand.js +0 -26
- package/dist-cjs/commands/DeleteConnectionCommand.js +0 -28
- package/dist-cjs/commands/DeleteDirectConnectGatewayAssociationCommand.js +0 -26
- package/dist-cjs/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +0 -25
- package/dist-cjs/commands/DeleteDirectConnectGatewayCommand.js +0 -27
- package/dist-cjs/commands/DeleteInterconnectCommand.js +0 -29
- package/dist-cjs/commands/DeleteLagCommand.js +0 -26
- package/dist-cjs/commands/DeleteVirtualInterfaceCommand.js +0 -25
- package/dist-cjs/commands/DescribeConnectionLoaCommand.js +0 -32
- package/dist-cjs/commands/DescribeConnectionsCommand.js +0 -25
- package/dist-cjs/commands/DescribeConnectionsOnInterconnectCommand.js +0 -31
- package/dist-cjs/commands/DescribeCustomerMetadataCommand.js +36 -0
- package/dist-cjs/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +0 -25
- package/dist-cjs/commands/DescribeDirectConnectGatewayAssociationsCommand.js +0 -47
- package/dist-cjs/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +0 -29
- package/dist-cjs/commands/DescribeDirectConnectGatewaysCommand.js +0 -25
- package/dist-cjs/commands/DescribeHostedConnectionsCommand.js +0 -29
- package/dist-cjs/commands/DescribeInterconnectLoaCommand.js +0 -31
- package/dist-cjs/commands/DescribeInterconnectsCommand.js +0 -25
- package/dist-cjs/commands/DescribeLagsCommand.js +0 -25
- package/dist-cjs/commands/DescribeLoaCommand.js +0 -28
- package/dist-cjs/commands/DescribeLocationsCommand.js +0 -26
- package/dist-cjs/commands/DescribeRouterConfigurationCommand.js +36 -0
- package/dist-cjs/commands/DescribeTagsCommand.js +0 -25
- package/dist-cjs/commands/DescribeVirtualGatewaysCommand.js +0 -26
- package/dist-cjs/commands/DescribeVirtualInterfacesCommand.js +0 -29
- package/dist-cjs/commands/DisassociateConnectionFromLagCommand.js +0 -34
- package/dist-cjs/commands/DisassociateMacSecKeyCommand.js +0 -25
- package/dist-cjs/commands/ListVirtualInterfaceTestHistoryCommand.js +0 -25
- package/dist-cjs/commands/StartBgpFailoverTestCommand.js +0 -28
- package/dist-cjs/commands/StopBgpFailoverTestCommand.js +0 -25
- package/dist-cjs/commands/TagResourceCommand.js +0 -26
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateConnectionCommand.js +0 -34
- package/dist-cjs/commands/UpdateDirectConnectGatewayAssociationCommand.js +0 -26
- package/dist-cjs/commands/UpdateDirectConnectGatewayCommand.js +36 -0
- package/dist-cjs/commands/UpdateLagCommand.js +0 -47
- package/dist-cjs/commands/UpdateVirtualInterfaceAttributesCommand.js +0 -31
- package/dist-cjs/commands/index.js +66 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +3 -62
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +63 -376
- package/dist-cjs/protocols/Aws_json1_1.js +339 -9
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/DirectConnect.js +60 -1
- package/dist-es/DirectConnectClient.js +0 -1
- package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +0 -1
- package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js +0 -1
- package/dist-es/commands/AllocateHostedConnectionCommand.js +0 -1
- package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js +0 -1
- package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js +0 -1
- package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js +0 -1
- package/dist-es/commands/AssociateConnectionWithLagCommand.js +0 -1
- package/dist-es/commands/AssociateHostedConnectionCommand.js +0 -1
- package/dist-es/commands/AssociateMacSecKeyCommand.js +0 -1
- package/dist-es/commands/AssociateVirtualInterfaceCommand.js +0 -1
- package/dist-es/commands/ConfirmConnectionCommand.js +0 -1
- package/dist-es/commands/ConfirmCustomerAgreementCommand.js +39 -0
- package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js +0 -1
- package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js +0 -1
- package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js +0 -1
- package/dist-es/commands/CreateBGPPeerCommand.js +0 -1
- package/dist-es/commands/CreateConnectionCommand.js +0 -1
- package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js +0 -1
- package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +0 -1
- package/dist-es/commands/CreateDirectConnectGatewayCommand.js +0 -1
- package/dist-es/commands/CreateInterconnectCommand.js +0 -1
- package/dist-es/commands/CreateLagCommand.js +0 -1
- package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js +0 -1
- package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js +0 -1
- package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js +0 -1
- package/dist-es/commands/DeleteBGPPeerCommand.js +0 -1
- package/dist-es/commands/DeleteConnectionCommand.js +0 -1
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js +0 -1
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +0 -1
- package/dist-es/commands/DeleteDirectConnectGatewayCommand.js +0 -1
- package/dist-es/commands/DeleteInterconnectCommand.js +0 -1
- package/dist-es/commands/DeleteLagCommand.js +0 -1
- package/dist-es/commands/DeleteVirtualInterfaceCommand.js +0 -1
- package/dist-es/commands/DescribeConnectionLoaCommand.js +0 -1
- package/dist-es/commands/DescribeConnectionsCommand.js +0 -1
- package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js +0 -1
- package/dist-es/commands/DescribeCustomerMetadataCommand.js +39 -0
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +0 -1
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +0 -1
- package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +0 -1
- package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js +0 -1
- package/dist-es/commands/DescribeHostedConnectionsCommand.js +0 -1
- package/dist-es/commands/DescribeInterconnectLoaCommand.js +0 -1
- package/dist-es/commands/DescribeInterconnectsCommand.js +0 -1
- package/dist-es/commands/DescribeLagsCommand.js +0 -1
- package/dist-es/commands/DescribeLoaCommand.js +0 -1
- package/dist-es/commands/DescribeLocationsCommand.js +0 -1
- package/dist-es/commands/DescribeRouterConfigurationCommand.js +39 -0
- package/dist-es/commands/DescribeTagsCommand.js +0 -1
- package/dist-es/commands/DescribeVirtualGatewaysCommand.js +0 -1
- package/dist-es/commands/DescribeVirtualInterfacesCommand.js +0 -1
- package/dist-es/commands/DisassociateConnectionFromLagCommand.js +0 -1
- package/dist-es/commands/DisassociateMacSecKeyCommand.js +0 -1
- package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js +0 -1
- package/dist-es/commands/StartBgpFailoverTestCommand.js +0 -1
- package/dist-es/commands/StopBgpFailoverTestCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateConnectionCommand.js +0 -1
- package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js +0 -1
- package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +39 -0
- package/dist-es/commands/UpdateLagCommand.js +0 -1
- package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js +0 -1
- package/dist-es/commands/index.js +63 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +3 -62
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +42 -1
- package/dist-es/protocols/Aws_json1_1.js +369 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/DirectConnect.d.ts +51 -19
- package/dist-types/DirectConnectClient.d.ts +8 -4
- package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +37 -0
- package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
- package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +2 -2
- package/dist-types/commands/CreateLagCommand.d.ts +1 -1
- package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +35 -0
- package/dist-types/commands/DescribeInterconnectsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +37 -0
- package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +63 -0
- package/dist-types/index.d.ts +3 -61
- package/dist-types/models/models_0.d.ts +209 -23
- package/dist-types/protocols/Aws_json1_1.d.ts +12 -0
- package/dist-types/ts3.4/DirectConnect.d.ts +80 -442
- package/dist-types/ts3.4/DirectConnectClient.d.ts +30 -96
- package/dist-types/ts3.4/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/AllocateConnectionOnInterconnectCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/AllocateHostedConnectionCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/AllocatePublicVirtualInterfaceCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/AllocateTransitVirtualInterfaceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/AssociateConnectionWithLagCommand.d.ts +2 -33
- package/dist-types/ts3.4/commands/AssociateHostedConnectionCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/AssociateMacSecKeyCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/AssociateVirtualInterfaceCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/ConfirmConnectionCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ConfirmCustomerAgreementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateBGPPeerCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/CreateInterconnectCommand.d.ts +2 -35
- package/dist-types/ts3.4/commands/CreateLagCommand.d.ts +2 -37
- package/dist-types/ts3.4/commands/CreatePrivateVirtualInterfaceCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/CreatePublicVirtualInterfaceCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateTransitVirtualInterfaceCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/DeleteBGPPeerCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteInterconnectCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeleteLagCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteVirtualInterfaceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeConnectionLoaCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeConnectionsOnInterconnectCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/DescribeCustomerMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +2 -42
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewaysCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeHostedConnectionsCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DescribeInterconnectLoaCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/DescribeInterconnectsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeLagsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeLoaCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DescribeLocationsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeRouterConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeVirtualGatewaysCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeVirtualInterfacesCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DisassociateConnectionFromLagCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/DisassociateMacSecKeyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartBgpFailoverTestCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/StopBgpFailoverTestCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateLagCommand.d.ts +2 -42
- package/dist-types/ts3.4/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/index.d.ts +63 -0
- package/dist-types/ts3.4/index.d.ts +3 -61
- package/dist-types/ts3.4/models/models_0.d.ts +676 -2289
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/DirectConnect.js.map +0 -1
- package/dist-cjs/DirectConnectClient.js.map +0 -1
- package/dist-cjs/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
- package/dist-cjs/commands/AllocateConnectionOnInterconnectCommand.js.map +0 -1
- package/dist-cjs/commands/AllocateHostedConnectionCommand.js.map +0 -1
- package/dist-cjs/commands/AllocatePrivateVirtualInterfaceCommand.js.map +0 -1
- package/dist-cjs/commands/AllocatePublicVirtualInterfaceCommand.js.map +0 -1
- package/dist-cjs/commands/AllocateTransitVirtualInterfaceCommand.js.map +0 -1
- package/dist-cjs/commands/AssociateConnectionWithLagCommand.js.map +0 -1
- package/dist-cjs/commands/AssociateHostedConnectionCommand.js.map +0 -1
- package/dist-cjs/commands/AssociateMacSecKeyCommand.js.map +0 -1
- package/dist-cjs/commands/AssociateVirtualInterfaceCommand.js.map +0 -1
- package/dist-cjs/commands/ConfirmConnectionCommand.js.map +0 -1
- package/dist-cjs/commands/ConfirmPrivateVirtualInterfaceCommand.js.map +0 -1
- package/dist-cjs/commands/ConfirmPublicVirtualInterfaceCommand.js.map +0 -1
- package/dist-cjs/commands/ConfirmTransitVirtualInterfaceCommand.js.map +0 -1
- package/dist-cjs/commands/CreateBGPPeerCommand.js.map +0 -1
- package/dist-cjs/commands/CreateConnectionCommand.js.map +0 -1
- package/dist-cjs/commands/CreateDirectConnectGatewayAssociationCommand.js.map +0 -1
- package/dist-cjs/commands/CreateDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
- package/dist-cjs/commands/CreateDirectConnectGatewayCommand.js.map +0 -1
- package/dist-cjs/commands/CreateInterconnectCommand.js.map +0 -1
- package/dist-cjs/commands/CreateLagCommand.js.map +0 -1
- package/dist-cjs/commands/CreatePrivateVirtualInterfaceCommand.js.map +0 -1
- package/dist-cjs/commands/CreatePublicVirtualInterfaceCommand.js.map +0 -1
- package/dist-cjs/commands/CreateTransitVirtualInterfaceCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteBGPPeerCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteConnectionCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteDirectConnectGatewayAssociationCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteDirectConnectGatewayCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteInterconnectCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteLagCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteVirtualInterfaceCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeConnectionLoaCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeConnectionsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeConnectionsOnInterconnectCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDirectConnectGatewayAssociationsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDirectConnectGatewayAttachmentsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDirectConnectGatewaysCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeHostedConnectionsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeInterconnectLoaCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeInterconnectsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeLagsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeLoaCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeLocationsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeTagsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeVirtualGatewaysCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeVirtualInterfacesCommand.js.map +0 -1
- package/dist-cjs/commands/DisassociateConnectionFromLagCommand.js.map +0 -1
- package/dist-cjs/commands/DisassociateMacSecKeyCommand.js.map +0 -1
- package/dist-cjs/commands/ListVirtualInterfaceTestHistoryCommand.js.map +0 -1
- package/dist-cjs/commands/StartBgpFailoverTestCommand.js.map +0 -1
- package/dist-cjs/commands/StopBgpFailoverTestCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateConnectionCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateDirectConnectGatewayAssociationCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateLagCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateVirtualInterfaceAttributesCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/DirectConnect.js.map +0 -1
- package/dist-es/DirectConnectClient.js.map +0 -1
- package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
- package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js.map +0 -1
- package/dist-es/commands/AllocateHostedConnectionCommand.js.map +0 -1
- package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js.map +0 -1
- package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js.map +0 -1
- package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js.map +0 -1
- package/dist-es/commands/AssociateConnectionWithLagCommand.js.map +0 -1
- package/dist-es/commands/AssociateHostedConnectionCommand.js.map +0 -1
- package/dist-es/commands/AssociateMacSecKeyCommand.js.map +0 -1
- package/dist-es/commands/AssociateVirtualInterfaceCommand.js.map +0 -1
- package/dist-es/commands/ConfirmConnectionCommand.js.map +0 -1
- package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js.map +0 -1
- package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js.map +0 -1
- package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js.map +0 -1
- package/dist-es/commands/CreateBGPPeerCommand.js.map +0 -1
- package/dist-es/commands/CreateConnectionCommand.js.map +0 -1
- package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js.map +0 -1
- package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
- package/dist-es/commands/CreateDirectConnectGatewayCommand.js.map +0 -1
- package/dist-es/commands/CreateInterconnectCommand.js.map +0 -1
- package/dist-es/commands/CreateLagCommand.js.map +0 -1
- package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js.map +0 -1
- package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js.map +0 -1
- package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js.map +0 -1
- package/dist-es/commands/DeleteBGPPeerCommand.js.map +0 -1
- package/dist-es/commands/DeleteConnectionCommand.js.map +0 -1
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js.map +0 -1
- package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js.map +0 -1
- package/dist-es/commands/DeleteDirectConnectGatewayCommand.js.map +0 -1
- package/dist-es/commands/DeleteInterconnectCommand.js.map +0 -1
- package/dist-es/commands/DeleteLagCommand.js.map +0 -1
- package/dist-es/commands/DeleteVirtualInterfaceCommand.js.map +0 -1
- package/dist-es/commands/DescribeConnectionLoaCommand.js.map +0 -1
- package/dist-es/commands/DescribeConnectionsCommand.js.map +0 -1
- package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js.map +0 -1
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js.map +0 -1
- package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js.map +0 -1
- package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js.map +0 -1
- package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js.map +0 -1
- package/dist-es/commands/DescribeHostedConnectionsCommand.js.map +0 -1
- package/dist-es/commands/DescribeInterconnectLoaCommand.js.map +0 -1
- package/dist-es/commands/DescribeInterconnectsCommand.js.map +0 -1
- package/dist-es/commands/DescribeLagsCommand.js.map +0 -1
- package/dist-es/commands/DescribeLoaCommand.js.map +0 -1
- package/dist-es/commands/DescribeLocationsCommand.js.map +0 -1
- package/dist-es/commands/DescribeTagsCommand.js.map +0 -1
- package/dist-es/commands/DescribeVirtualGatewaysCommand.js.map +0 -1
- package/dist-es/commands/DescribeVirtualInterfacesCommand.js.map +0 -1
- package/dist-es/commands/DisassociateConnectionFromLagCommand.js.map +0 -1
- package/dist-es/commands/DisassociateMacSecKeyCommand.js.map +0 -1
- package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js.map +0 -1
- package/dist-es/commands/StartBgpFailoverTestCommand.js.map +0 -1
- package/dist-es/commands/StopBgpFailoverTestCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateConnectionCommand.js.map +0 -1
- package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js.map +0 -1
- package/dist-es/commands/UpdateLagCommand.js.map +0 -1
- package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/protocols/Aws_json1_1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/DirectConnect.ts +0 -2415
- package/src/DirectConnectClient.ts +0 -541
- package/src/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts +0 -110
- package/src/commands/AllocateConnectionOnInterconnectCommand.ts +0 -108
- package/src/commands/AllocateHostedConnectionCommand.ts +0 -100
- package/src/commands/AllocatePrivateVirtualInterfaceCommand.ts +0 -103
- package/src/commands/AllocatePublicVirtualInterfaceCommand.ts +0 -106
- package/src/commands/AllocateTransitVirtualInterfaceCommand.ts +0 -105
- package/src/commands/AssociateConnectionWithLagCommand.ts +0 -111
- package/src/commands/AssociateHostedConnectionCommand.ts +0 -105
- package/src/commands/AssociateMacSecKeyCommand.ts +0 -97
- package/src/commands/AssociateVirtualInterfaceCommand.ts +0 -107
- package/src/commands/ConfirmConnectionCommand.ts +0 -97
- package/src/commands/ConfirmPrivateVirtualInterfaceCommand.ts +0 -106
- package/src/commands/ConfirmPublicVirtualInterfaceCommand.ts +0 -102
- package/src/commands/ConfirmTransitVirtualInterfaceCommand.ts +0 -105
- package/src/commands/CreateBGPPeerCommand.ts +0 -101
- package/src/commands/CreateConnectionCommand.ts +0 -103
- package/src/commands/CreateDirectConnectGatewayAssociationCommand.ts +0 -108
- package/src/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts +0 -111
- package/src/commands/CreateDirectConnectGatewayCommand.ts +0 -103
- package/src/commands/CreateInterconnectCommand.ts +0 -110
- package/src/commands/CreateLagCommand.ts +0 -109
- package/src/commands/CreatePrivateVirtualInterfaceCommand.ts +0 -108
- package/src/commands/CreatePublicVirtualInterfaceCommand.ts +0 -101
- package/src/commands/CreateTransitVirtualInterfaceCommand.ts +0 -109
- package/src/commands/DeleteBGPPeerCommand.ts +0 -96
- package/src/commands/DeleteConnectionCommand.ts +0 -98
- package/src/commands/DeleteDirectConnectGatewayAssociationCommand.ts +0 -108
- package/src/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts +0 -110
- package/src/commands/DeleteDirectConnectGatewayCommand.ts +0 -100
- package/src/commands/DeleteInterconnectCommand.ts +0 -99
- package/src/commands/DeleteLagCommand.ts +0 -93
- package/src/commands/DeleteVirtualInterfaceCommand.ts +0 -95
- package/src/commands/DescribeConnectionLoaCommand.ts +0 -102
- package/src/commands/DescribeConnectionsCommand.ts +0 -95
- package/src/commands/DescribeConnectionsOnInterconnectCommand.ts +0 -107
- package/src/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts +0 -110
- package/src/commands/DescribeDirectConnectGatewayAssociationsCommand.ts +0 -132
- package/src/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts +0 -114
- package/src/commands/DescribeDirectConnectGatewaysCommand.ts +0 -100
- package/src/commands/DescribeHostedConnectionsCommand.ts +0 -102
- package/src/commands/DescribeInterconnectLoaCommand.ts +0 -101
- package/src/commands/DescribeInterconnectsCommand.ts +0 -95
- package/src/commands/DescribeLagsCommand.ts +0 -95
- package/src/commands/DescribeLoaCommand.ts +0 -98
- package/src/commands/DescribeLocationsCommand.ts +0 -96
- package/src/commands/DescribeTagsCommand.ts +0 -95
- package/src/commands/DescribeVirtualGatewaysCommand.ts +0 -96
- package/src/commands/DescribeVirtualInterfacesCommand.ts +0 -102
- package/src/commands/DisassociateConnectionFromLagCommand.ts +0 -107
- package/src/commands/DisassociateMacSecKeyCommand.ts +0 -95
- package/src/commands/ListVirtualInterfaceTestHistoryCommand.ts +0 -103
- package/src/commands/StartBgpFailoverTestCommand.ts +0 -98
- package/src/commands/StopBgpFailoverTestCommand.ts +0 -95
- package/src/commands/TagResourceCommand.ts +0 -96
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateConnectionCommand.ts +0 -104
- package/src/commands/UpdateDirectConnectGatewayAssociationCommand.ts +0 -108
- package/src/commands/UpdateLagCommand.ts +0 -114
- package/src/commands/UpdateVirtualInterfaceAttributesCommand.ts +0 -107
- package/src/endpoints.ts +0 -86
- package/src/index.ts +0 -62
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -4211
- package/src/protocols/Aws_json1_1.ts +0 -6999
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -5,44 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Associates a virtual interface with a specified link aggregation group (LAG) or
|
|
10
|
-
* connection. Connectivity to Amazon Web Services is temporarily interrupted as the virtual interface is
|
|
11
|
-
* being migrated. If the target connection or LAG has an associated virtual interface with
|
|
12
|
-
* a conflicting VLAN number or a conflicting IP address, the operation fails.</p>
|
|
13
|
-
* <p>Virtual interfaces associated with a hosted connection cannot be associated with a
|
|
14
|
-
* LAG; hosted connections must be migrated along with their virtual interfaces using <a>AssociateHostedConnection</a>.</p>
|
|
15
|
-
* <p>To reassociate a virtual interface to a new connection or LAG, the requester
|
|
16
|
-
* must own either the virtual interface itself or the connection to which the virtual
|
|
17
|
-
* interface is currently associated. Additionally, the requester must own the connection
|
|
18
|
-
* or LAG for the association.</p>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { DirectConnectClient, AssociateVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
23
|
-
* // const { DirectConnectClient, AssociateVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
24
|
-
* const client = new DirectConnectClient(config);
|
|
25
|
-
* const command = new AssociateVirtualInterfaceCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link AssociateVirtualInterfaceCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link AssociateVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
34
8
|
class AssociateVirtualInterfaceCommand extends smithy_client_1.Command {
|
|
35
|
-
// Start section: command_properties
|
|
36
|
-
// End section: command_properties
|
|
37
9
|
constructor(input) {
|
|
38
|
-
// Start section: command_constructor
|
|
39
10
|
super();
|
|
40
11
|
this.input = input;
|
|
41
|
-
// End section: command_constructor
|
|
42
12
|
}
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
47
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
48
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -67,4 +34,3 @@ class AssociateVirtualInterfaceCommand extends smithy_client_1.Command {
|
|
|
67
34
|
}
|
|
68
35
|
}
|
|
69
36
|
exports.AssociateVirtualInterfaceCommand = AssociateVirtualInterfaceCommand;
|
|
70
|
-
//# sourceMappingURL=AssociateVirtualInterfaceCommand.js.map
|
|
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Confirms the creation of the specified hosted connection on an interconnect.</p>
|
|
10
|
-
* <p>Upon creation, the hosted connection is initially in the <code>Ordering</code> state, and
|
|
11
|
-
* remains in this state until the owner confirms creation of the hosted connection.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { DirectConnectClient, ConfirmConnectionCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
16
|
-
* // const { DirectConnectClient, ConfirmConnectionCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
17
|
-
* const client = new DirectConnectClient(config);
|
|
18
|
-
* const command = new ConfirmConnectionCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link ConfirmConnectionCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link ConfirmConnectionCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
8
|
class ConfirmConnectionCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -60,4 +34,3 @@ class ConfirmConnectionCommand extends smithy_client_1.Command {
|
|
|
60
34
|
}
|
|
61
35
|
}
|
|
62
36
|
exports.ConfirmConnectionCommand = ConfirmConnectionCommand;
|
|
63
|
-
//# sourceMappingURL=ConfirmConnectionCommand.js.map
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ConfirmCustomerAgreementCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class ConfirmCustomerAgreementCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "DirectConnectClient";
|
|
18
|
+
const commandName = "ConfirmCustomerAgreementCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ConfirmCustomerAgreementRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ConfirmCustomerAgreementResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_json1_1_1.serializeAws_json1_1ConfirmCustomerAgreementCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_json1_1_1.deserializeAws_json1_1ConfirmCustomerAgreementCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.ConfirmCustomerAgreementCommand = ConfirmCustomerAgreementCommand;
|
|
@@ -5,38 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Accepts ownership of a private virtual interface created by another account.</p>
|
|
10
|
-
* <p>After the virtual interface owner makes this call, the virtual interface is
|
|
11
|
-
* created and attached to the specified virtual private gateway or Direct Connect gateway, and is
|
|
12
|
-
* made available to handle traffic.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { DirectConnectClient, ConfirmPrivateVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
17
|
-
* // const { DirectConnectClient, ConfirmPrivateVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
18
|
-
* const client = new DirectConnectClient(config);
|
|
19
|
-
* const command = new ConfirmPrivateVirtualInterfaceCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link ConfirmPrivateVirtualInterfaceCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link ConfirmPrivateVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
8
|
class ConfirmPrivateVirtualInterfaceCommand extends smithy_client_1.Command {
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
9
|
constructor(input) {
|
|
32
|
-
// Start section: command_constructor
|
|
33
10
|
super();
|
|
34
11
|
this.input = input;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -61,4 +34,3 @@ class ConfirmPrivateVirtualInterfaceCommand extends smithy_client_1.Command {
|
|
|
61
34
|
}
|
|
62
35
|
}
|
|
63
36
|
exports.ConfirmPrivateVirtualInterfaceCommand = ConfirmPrivateVirtualInterfaceCommand;
|
|
64
|
-
//# sourceMappingURL=ConfirmPrivateVirtualInterfaceCommand.js.map
|
|
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Accepts ownership of a public virtual interface created by another account.</p>
|
|
10
|
-
* <p>After the virtual interface owner makes this call, the specified virtual interface is
|
|
11
|
-
* created and made available to handle traffic.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { DirectConnectClient, ConfirmPublicVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
16
|
-
* // const { DirectConnectClient, ConfirmPublicVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
17
|
-
* const client = new DirectConnectClient(config);
|
|
18
|
-
* const command = new ConfirmPublicVirtualInterfaceCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link ConfirmPublicVirtualInterfaceCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link ConfirmPublicVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
8
|
class ConfirmPublicVirtualInterfaceCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -60,4 +34,3 @@ class ConfirmPublicVirtualInterfaceCommand extends smithy_client_1.Command {
|
|
|
60
34
|
}
|
|
61
35
|
}
|
|
62
36
|
exports.ConfirmPublicVirtualInterfaceCommand = ConfirmPublicVirtualInterfaceCommand;
|
|
63
|
-
//# sourceMappingURL=ConfirmPublicVirtualInterfaceCommand.js.map
|
|
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Accepts ownership of a transit virtual interface created by another account.</p>
|
|
10
|
-
*
|
|
11
|
-
* <p> After the owner of the transit virtual interface makes this call, the specified transit virtual interface is created and made available to handle traffic.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { DirectConnectClient, ConfirmTransitVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
16
|
-
* // const { DirectConnectClient, ConfirmTransitVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
17
|
-
* const client = new DirectConnectClient(config);
|
|
18
|
-
* const command = new ConfirmTransitVirtualInterfaceCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link ConfirmTransitVirtualInterfaceCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link ConfirmTransitVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
8
|
class ConfirmTransitVirtualInterfaceCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -60,4 +34,3 @@ class ConfirmTransitVirtualInterfaceCommand extends smithy_client_1.Command {
|
|
|
60
34
|
}
|
|
61
35
|
}
|
|
62
36
|
exports.ConfirmTransitVirtualInterfaceCommand = ConfirmTransitVirtualInterfaceCommand;
|
|
63
|
-
//# sourceMappingURL=ConfirmTransitVirtualInterfaceCommand.js.map
|
|
@@ -5,41 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Creates a BGP peer on the specified virtual interface.</p>
|
|
10
|
-
* <p>You must create a BGP peer for the corresponding address family (IPv4/IPv6) in order to access Amazon Web Services resources that also use that address family.</p>
|
|
11
|
-
* <p>If logical redundancy is not supported by the connection, interconnect, or LAG, the BGP peer cannot
|
|
12
|
-
* be in the same address family as an existing BGP peer on the virtual interface.</p>
|
|
13
|
-
* <p>When creating a IPv6 BGP peer, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from
|
|
14
|
-
* the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.</p>
|
|
15
|
-
* <p>For a public virtual interface, the Autonomous System Number (ASN) must be private or already on the allow list for the virtual interface.</p>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { DirectConnectClient, CreateBGPPeerCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
20
|
-
* // const { DirectConnectClient, CreateBGPPeerCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
21
|
-
* const client = new DirectConnectClient(config);
|
|
22
|
-
* const command = new CreateBGPPeerCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link CreateBGPPeerCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link CreateBGPPeerCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
31
8
|
class CreateBGPPeerCommand extends smithy_client_1.Command {
|
|
32
|
-
// Start section: command_properties
|
|
33
|
-
// End section: command_properties
|
|
34
9
|
constructor(input) {
|
|
35
|
-
// Start section: command_constructor
|
|
36
10
|
super();
|
|
37
11
|
this.input = input;
|
|
38
|
-
// End section: command_constructor
|
|
39
12
|
}
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
44
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
45
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -64,4 +34,3 @@ class CreateBGPPeerCommand extends smithy_client_1.Command {
|
|
|
64
34
|
}
|
|
65
35
|
}
|
|
66
36
|
exports.CreateBGPPeerCommand = CreateBGPPeerCommand;
|
|
67
|
-
//# sourceMappingURL=CreateBGPPeerCommand.js.map
|
|
@@ -5,43 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Creates a connection between a customer network and a specific Direct Connect location.</p>
|
|
10
|
-
*
|
|
11
|
-
* <p>A connection links your internal network to an Direct Connect location over a standard Ethernet fiber-optic
|
|
12
|
-
* cable. One end of the cable is connected to your router, the other to an Direct Connect router.</p>
|
|
13
|
-
* <p>To find the locations for your Region, use <a>DescribeLocations</a>.</p>
|
|
14
|
-
* <p>You can automatically add the new connection to a link aggregation group (LAG) by
|
|
15
|
-
* specifying a LAG ID in the request. This ensures that the new connection is allocated on the
|
|
16
|
-
* same Direct Connect endpoint that hosts the specified LAG. If there are no available ports on the endpoint,
|
|
17
|
-
* the request fails and no connection is created.</p>
|
|
18
|
-
* @example
|
|
19
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
-
* ```javascript
|
|
21
|
-
* import { DirectConnectClient, CreateConnectionCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
22
|
-
* // const { DirectConnectClient, CreateConnectionCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
23
|
-
* const client = new DirectConnectClient(config);
|
|
24
|
-
* const command = new CreateConnectionCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link CreateConnectionCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link CreateConnectionCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
8
|
class CreateConnectionCommand extends smithy_client_1.Command {
|
|
34
|
-
// Start section: command_properties
|
|
35
|
-
// End section: command_properties
|
|
36
9
|
constructor(input) {
|
|
37
|
-
// Start section: command_constructor
|
|
38
10
|
super();
|
|
39
11
|
this.input = input;
|
|
40
|
-
// End section: command_constructor
|
|
41
12
|
}
|
|
42
|
-
/**
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
45
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
46
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
47
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -66,4 +34,3 @@ class CreateConnectionCommand extends smithy_client_1.Command {
|
|
|
66
34
|
}
|
|
67
35
|
}
|
|
68
36
|
exports.CreateConnectionCommand = CreateConnectionCommand;
|
|
69
|
-
//# sourceMappingURL=CreateConnectionCommand.js.map
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Creates an association between a Direct Connect gateway and a virtual private gateway. The virtual
|
|
10
|
-
* private gateway must be attached to a VPC and must not be associated with another Direct Connect gateway.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DirectConnectClient, CreateDirectConnectGatewayAssociationCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
15
|
-
* // const { DirectConnectClient, CreateDirectConnectGatewayAssociationCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
16
|
-
* const client = new DirectConnectClient(config);
|
|
17
|
-
* const command = new CreateDirectConnectGatewayAssociationCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateDirectConnectGatewayAssociationCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateDirectConnectGatewayAssociationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class CreateDirectConnectGatewayAssociationCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class CreateDirectConnectGatewayAssociationCommand extends smithy_client_1.Comma
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.CreateDirectConnectGatewayAssociationCommand = CreateDirectConnectGatewayAssociationCommand;
|
|
62
|
-
//# sourceMappingURL=CreateDirectConnectGatewayAssociationCommand.js.map
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway.</p>
|
|
10
|
-
* <p>You can associate a Direct Connect gateway and virtual private gateway or transit gateway that is owned by any account. </p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DirectConnectClient, CreateDirectConnectGatewayAssociationProposalCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
15
|
-
* // const { DirectConnectClient, CreateDirectConnectGatewayAssociationProposalCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
16
|
-
* const client = new DirectConnectClient(config);
|
|
17
|
-
* const command = new CreateDirectConnectGatewayAssociationProposalCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateDirectConnectGatewayAssociationProposalCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateDirectConnectGatewayAssociationProposalCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class CreateDirectConnectGatewayAssociationProposalCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class CreateDirectConnectGatewayAssociationProposalCommand extends smithy_client
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.CreateDirectConnectGatewayAssociationProposalCommand = CreateDirectConnectGatewayAssociationProposalCommand;
|
|
62
|
-
//# sourceMappingURL=CreateDirectConnectGatewayAssociationProposalCommand.js.map
|
|
@@ -5,40 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Creates a Direct Connect gateway, which is an intermediate object that enables you to connect a set
|
|
10
|
-
* of virtual interfaces and virtual private gateways. A Direct Connect gateway is global and visible in any
|
|
11
|
-
* Region after it is created. The virtual interfaces and virtual private gateways that
|
|
12
|
-
* are connected through a Direct Connect gateway can be in different Regions. This enables you to
|
|
13
|
-
* connect to a VPC in any Region, regardless of the Region in which the virtual interfaces
|
|
14
|
-
* are located, and pass traffic between them.</p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { DirectConnectClient, CreateDirectConnectGatewayCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
19
|
-
* // const { DirectConnectClient, CreateDirectConnectGatewayCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
20
|
-
* const client = new DirectConnectClient(config);
|
|
21
|
-
* const command = new CreateDirectConnectGatewayCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link CreateDirectConnectGatewayCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link CreateDirectConnectGatewayCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
8
|
class CreateDirectConnectGatewayCommand extends smithy_client_1.Command {
|
|
31
|
-
// Start section: command_properties
|
|
32
|
-
// End section: command_properties
|
|
33
9
|
constructor(input) {
|
|
34
|
-
// Start section: command_constructor
|
|
35
10
|
super();
|
|
36
11
|
this.input = input;
|
|
37
|
-
// End section: command_constructor
|
|
38
12
|
}
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
43
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
44
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +34,3 @@ class CreateDirectConnectGatewayCommand extends smithy_client_1.Command {
|
|
|
63
34
|
}
|
|
64
35
|
}
|
|
65
36
|
exports.CreateDirectConnectGatewayCommand = CreateDirectConnectGatewayCommand;
|
|
66
|
-
//# sourceMappingURL=CreateDirectConnectGatewayCommand.js.map
|
|
@@ -5,50 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Creates an interconnect between an Direct Connect Partner's network and a specific Direct Connect location.</p>
|
|
10
|
-
* <p>An interconnect is a connection that is capable of hosting other connections. The
|
|
11
|
-
* Direct Connect Partner can use an interconnect to provide Direct Connect hosted
|
|
12
|
-
* connections to customers through their own network services. Like a standard connection, an
|
|
13
|
-
* interconnect links the partner's network to an Direct Connect location over a standard Ethernet
|
|
14
|
-
* fiber-optic cable. One end is connected to the partner's router, the other to an Direct Connect
|
|
15
|
-
* router.</p>
|
|
16
|
-
* <p>You can automatically add the new interconnect to a link aggregation group (LAG) by
|
|
17
|
-
* specifying a LAG ID in the request. This ensures that the new interconnect is allocated on
|
|
18
|
-
* the same Direct Connect endpoint that hosts the specified LAG. If there are no available ports on the
|
|
19
|
-
* endpoint, the request fails and no interconnect is created.</p>
|
|
20
|
-
* <p>For each end customer, the Direct Connect Partner provisions a connection on their interconnect by calling <a>AllocateHostedConnection</a>.
|
|
21
|
-
* The end customer can then connect to Amazon Web Services resources by creating a virtual interface on their connection, using the VLAN assigned to them by the Direct Connect Partner.</p>
|
|
22
|
-
* <note>
|
|
23
|
-
* <p>Intended for use by Direct Connect Partners only.</p>
|
|
24
|
-
* </note>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { DirectConnectClient, CreateInterconnectCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
29
|
-
* // const { DirectConnectClient, CreateInterconnectCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
30
|
-
* const client = new DirectConnectClient(config);
|
|
31
|
-
* const command = new CreateInterconnectCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link CreateInterconnectCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link CreateInterconnectCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
8
|
class CreateInterconnectCommand extends smithy_client_1.Command {
|
|
41
|
-
// Start section: command_properties
|
|
42
|
-
// End section: command_properties
|
|
43
9
|
constructor(input) {
|
|
44
|
-
// Start section: command_constructor
|
|
45
10
|
super();
|
|
46
11
|
this.input = input;
|
|
47
|
-
// End section: command_constructor
|
|
48
12
|
}
|
|
49
|
-
/**
|
|
50
|
-
* @internal
|
|
51
|
-
*/
|
|
52
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
53
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
54
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -73,4 +34,3 @@ class CreateInterconnectCommand extends smithy_client_1.Command {
|
|
|
73
34
|
}
|
|
74
35
|
}
|
|
75
36
|
exports.CreateInterconnectCommand = CreateInterconnectCommand;
|
|
76
|
-
//# sourceMappingURL=CreateInterconnectCommand.js.map
|
|
@@ -5,52 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Creates a link aggregation group (LAG) with the specified number of bundled
|
|
10
|
-
* physical dedicated connections between the customer network and a specific Direct Connect location.
|
|
11
|
-
* A LAG is a logical interface that uses the Link Aggregation Control Protocol
|
|
12
|
-
* (LACP) to aggregate multiple interfaces, enabling you to treat them as a single
|
|
13
|
-
* interface.</p>
|
|
14
|
-
* <p>All connections in a LAG must use the same bandwidth (either 1Gbps or 10Gbps) and must terminate at the same Direct Connect endpoint.</p>
|
|
15
|
-
* <p>You can have up to 10 dedicated connections per LAG. Regardless of this limit, if you
|
|
16
|
-
* request more connections for the LAG than Direct Connect can allocate on a single endpoint, no LAG is
|
|
17
|
-
* created.</p>
|
|
18
|
-
* <p>You can specify an existing physical dedicated connection or interconnect to include in
|
|
19
|
-
* the LAG (which counts towards the total number of connections). Doing so interrupts the
|
|
20
|
-
* current physical dedicated connection, and re-establishes them as a member of the LAG. The LAG
|
|
21
|
-
* will be created on the same Direct Connect endpoint to which the dedicated connection terminates. Any
|
|
22
|
-
* virtual interfaces associated with the dedicated connection are automatically disassociated
|
|
23
|
-
* and re-associated with the LAG. The connection ID does not change.</p>
|
|
24
|
-
* <p>If the account used to create a LAG is a registered Direct Connect Partner, the LAG is
|
|
25
|
-
* automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual
|
|
26
|
-
* interfaces cannot be directly configured.</p>
|
|
27
|
-
* @example
|
|
28
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
-
* ```javascript
|
|
30
|
-
* import { DirectConnectClient, CreateLagCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
31
|
-
* // const { DirectConnectClient, CreateLagCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
32
|
-
* const client = new DirectConnectClient(config);
|
|
33
|
-
* const command = new CreateLagCommand(input);
|
|
34
|
-
* const response = await client.send(command);
|
|
35
|
-
* ```
|
|
36
|
-
*
|
|
37
|
-
* @see {@link CreateLagCommandInput} for command's `input` shape.
|
|
38
|
-
* @see {@link CreateLagCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
40
|
-
*
|
|
41
|
-
*/
|
|
42
8
|
class CreateLagCommand extends smithy_client_1.Command {
|
|
43
|
-
// Start section: command_properties
|
|
44
|
-
// End section: command_properties
|
|
45
9
|
constructor(input) {
|
|
46
|
-
// Start section: command_constructor
|
|
47
10
|
super();
|
|
48
11
|
this.input = input;
|
|
49
|
-
// End section: command_constructor
|
|
50
12
|
}
|
|
51
|
-
/**
|
|
52
|
-
* @internal
|
|
53
|
-
*/
|
|
54
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
55
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
56
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -75,4 +34,3 @@ class CreateLagCommand extends smithy_client_1.Command {
|
|
|
75
34
|
}
|
|
76
35
|
}
|
|
77
36
|
exports.CreateLagCommand = CreateLagCommand;
|
|
78
|
-
//# sourceMappingURL=CreateLagCommand.js.map
|
|
@@ -5,45 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Creates a private virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic.
|
|
10
|
-
* A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW).
|
|
11
|
-
* Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple
|
|
12
|
-
* VPCs, including VPCs in different Regions. Connecting the private virtual interface
|
|
13
|
-
* to a VGW only provides access to a single VPC within the same Region.</p>
|
|
14
|
-
* <p>Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to
|
|
15
|
-
* the underlying physical connection if it wasn't updated to support jumbo frames. Updating
|
|
16
|
-
* the connection disrupts network connectivity for all virtual interfaces associated with
|
|
17
|
-
* the connection for up to 30 seconds. To check whether your connection supports jumbo
|
|
18
|
-
* frames, call <a>DescribeConnections</a>. To check whether your virtual
|
|
19
|
-
* interface supports jumbo frames, call <a>DescribeVirtualInterfaces</a>.</p>
|
|
20
|
-
* @example
|
|
21
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
22
|
-
* ```javascript
|
|
23
|
-
* import { DirectConnectClient, CreatePrivateVirtualInterfaceCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
24
|
-
* // const { DirectConnectClient, CreatePrivateVirtualInterfaceCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
25
|
-
* const client = new DirectConnectClient(config);
|
|
26
|
-
* const command = new CreatePrivateVirtualInterfaceCommand(input);
|
|
27
|
-
* const response = await client.send(command);
|
|
28
|
-
* ```
|
|
29
|
-
*
|
|
30
|
-
* @see {@link CreatePrivateVirtualInterfaceCommandInput} for command's `input` shape.
|
|
31
|
-
* @see {@link CreatePrivateVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for command's `input` shape.
|
|
33
|
-
*
|
|
34
|
-
*/
|
|
35
8
|
class CreatePrivateVirtualInterfaceCommand extends smithy_client_1.Command {
|
|
36
|
-
// Start section: command_properties
|
|
37
|
-
// End section: command_properties
|
|
38
9
|
constructor(input) {
|
|
39
|
-
// Start section: command_constructor
|
|
40
10
|
super();
|
|
41
11
|
this.input = input;
|
|
42
|
-
// End section: command_constructor
|
|
43
12
|
}
|
|
44
|
-
/**
|
|
45
|
-
* @internal
|
|
46
|
-
*/
|
|
47
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
48
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
49
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -68,4 +34,3 @@ class CreatePrivateVirtualInterfaceCommand extends smithy_client_1.Command {
|
|
|
68
34
|
}
|
|
69
35
|
}
|
|
70
36
|
exports.CreatePrivateVirtualInterfaceCommand = CreatePrivateVirtualInterfaceCommand;
|
|
71
|
-
//# sourceMappingURL=CreatePrivateVirtualInterfaceCommand.js.map
|