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