@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,22 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.UpdateVirtualInterfaceAttributesRequest = exports.UpdateLagRequest = exports.UpdateDirectConnectGatewayAssociationResult = exports.UpdateDirectConnectGatewayAssociationRequest = exports.UpdateConnectionRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StopBgpFailoverTestResponse = exports.StopBgpFailoverTestRequest = exports.StartBgpFailoverTestResponse = exports.StartBgpFailoverTestRequest = exports.ListVirtualInterfaceTestHistoryResponse = exports.VirtualInterfaceTestHistory = exports.ListVirtualInterfaceTestHistoryRequest = exports.DisassociateMacSecKeyResponse = exports.DisassociateMacSecKeyRequest = exports.DisassociateConnectionFromLagRequest = exports.VirtualInterfaces = exports.DescribeVirtualInterfacesRequest = exports.VirtualGateways = exports.VirtualGateway = exports.DescribeTagsResponse = exports.ResourceTag = exports.DescribeTagsRequest = exports.Locations = exports.Location = exports.DescribeLoaRequest = exports.Lags = void 0;
|
|
3
|
+
exports.CreateDirectConnectGatewayRequest = exports.CreateConnectionRequest = exports.CreateBGPPeerResponse = exports.CreateBGPPeerRequest = exports.NewBGPPeer = exports.Connections = exports.ConfirmTransitVirtualInterfaceResponse = exports.ConfirmTransitVirtualInterfaceRequest = exports.ConfirmPublicVirtualInterfaceResponse = exports.ConfirmPublicVirtualInterfaceRequest = exports.ConfirmPrivateVirtualInterfaceResponse = exports.ConfirmPrivateVirtualInterfaceRequest = exports.ConfirmCustomerAgreementResponse = exports.ConfirmCustomerAgreementRequest = exports.ConfirmConnectionResponse = exports.ConfirmConnectionRequest = exports.AssociateVirtualInterfaceRequest = exports.AssociateMacSecKeyResponse = exports.AssociateMacSecKeyRequest = exports.AssociateHostedConnectionRequest = exports.AssociateConnectionWithLagRequest = exports.AllocateTransitVirtualInterfaceResult = exports.AllocateTransitVirtualInterfaceRequest = exports.NewTransitVirtualInterfaceAllocation = exports.AllocatePublicVirtualInterfaceRequest = exports.NewPublicVirtualInterfaceAllocation = exports.VirtualInterface = exports.BGPPeer = exports.BGPStatus = exports.BGPPeerState = exports.AllocatePrivateVirtualInterfaceRequest = exports.NewPrivateVirtualInterfaceAllocation = exports.TooManyTagsException = exports.DuplicateTagKeysException = exports.AllocateHostedConnectionRequest = exports.Connection = exports.Tag = exports.MacSecKey = exports.HasLogicalRedundancy = exports.AllocateConnectionOnInterconnectRequest = exports.CustomerAgreement = exports.AddressFamily = exports.DirectConnectServerException = exports.DirectConnectClientException = exports.AcceptDirectConnectGatewayAssociationProposalResult = exports.DirectConnectGatewayAssociation = exports.AssociatedGateway = exports.GatewayType = exports.AcceptDirectConnectGatewayAssociationProposalRequest = exports.RouteFilterPrefix = void 0;
|
|
4
|
+
exports.DescribeHostedConnectionsRequest = exports.DescribeDirectConnectGatewaysResult = exports.DescribeDirectConnectGatewaysRequest = exports.DescribeDirectConnectGatewayAttachmentsResult = exports.DirectConnectGatewayAttachment = exports.DescribeDirectConnectGatewayAttachmentsRequest = exports.DescribeDirectConnectGatewayAssociationsResult = exports.DescribeDirectConnectGatewayAssociationsRequest = exports.DescribeDirectConnectGatewayAssociationProposalsResult = exports.DescribeDirectConnectGatewayAssociationProposalsRequest = exports.DescribeCustomerMetadataResponse = exports.NniPartnerType = exports.DescribeConnectionsOnInterconnectRequest = exports.DescribeConnectionsRequest = exports.DescribeConnectionLoaResponse = exports.Loa = exports.DescribeConnectionLoaRequest = exports.LoaContentType = exports.DeleteVirtualInterfaceResponse = exports.DeleteVirtualInterfaceRequest = exports.DeleteLagRequest = exports.DeleteInterconnectResponse = exports.DeleteInterconnectRequest = exports.DeleteDirectConnectGatewayAssociationProposalResult = exports.DeleteDirectConnectGatewayAssociationProposalRequest = exports.DeleteDirectConnectGatewayAssociationResult = exports.DeleteDirectConnectGatewayAssociationRequest = exports.DeleteDirectConnectGatewayResult = exports.DeleteDirectConnectGatewayRequest = exports.DeleteConnectionRequest = exports.DeleteBGPPeerResponse = exports.DeleteBGPPeerRequest = exports.CreateTransitVirtualInterfaceResult = exports.CreateTransitVirtualInterfaceRequest = exports.NewTransitVirtualInterface = exports.CreatePublicVirtualInterfaceRequest = exports.NewPublicVirtualInterface = exports.CreatePrivateVirtualInterfaceRequest = exports.NewPrivateVirtualInterface = exports.Lag = exports.CreateLagRequest = exports.Interconnect = exports.CreateInterconnectRequest = exports.CreateDirectConnectGatewayAssociationProposalResult = exports.DirectConnectGatewayAssociationProposal = exports.CreateDirectConnectGatewayAssociationProposalRequest = exports.CreateDirectConnectGatewayAssociationResult = exports.CreateDirectConnectGatewayAssociationRequest = exports.CreateDirectConnectGatewayResult = exports.DirectConnectGateway = void 0;
|
|
5
|
+
exports.UpdateVirtualInterfaceAttributesRequest = exports.UpdateLagRequest = exports.UpdateDirectConnectGatewayAssociationResult = exports.UpdateDirectConnectGatewayAssociationRequest = exports.UpdateDirectConnectGatewayResponse = exports.UpdateDirectConnectGatewayRequest = exports.UpdateConnectionRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StopBgpFailoverTestResponse = exports.StopBgpFailoverTestRequest = exports.StartBgpFailoverTestResponse = exports.StartBgpFailoverTestRequest = exports.ListVirtualInterfaceTestHistoryResponse = exports.VirtualInterfaceTestHistory = exports.ListVirtualInterfaceTestHistoryRequest = exports.DisassociateMacSecKeyResponse = exports.DisassociateMacSecKeyRequest = exports.DisassociateConnectionFromLagRequest = exports.VirtualInterfaces = exports.DescribeVirtualInterfacesRequest = exports.VirtualGateways = exports.VirtualGateway = exports.DescribeTagsResponse = exports.ResourceTag = exports.DescribeTagsRequest = exports.DescribeRouterConfigurationResponse = exports.RouterType = exports.DescribeRouterConfigurationRequest = exports.Locations = exports.Location = exports.DescribeLoaRequest = exports.Lags = exports.DescribeLagsRequest = exports.Interconnects = exports.DescribeInterconnectsRequest = exports.DescribeInterconnectLoaResponse = exports.DescribeInterconnectLoaRequest = void 0;
|
|
6
6
|
var RouteFilterPrefix;
|
|
7
7
|
(function (RouteFilterPrefix) {
|
|
8
|
-
/**
|
|
9
|
-
* @internal
|
|
10
|
-
*/
|
|
11
8
|
RouteFilterPrefix.filterSensitiveLog = (obj) => ({
|
|
12
9
|
...obj,
|
|
13
10
|
});
|
|
14
11
|
})(RouteFilterPrefix = exports.RouteFilterPrefix || (exports.RouteFilterPrefix = {}));
|
|
15
12
|
var AcceptDirectConnectGatewayAssociationProposalRequest;
|
|
16
13
|
(function (AcceptDirectConnectGatewayAssociationProposalRequest) {
|
|
17
|
-
/**
|
|
18
|
-
* @internal
|
|
19
|
-
*/
|
|
20
14
|
AcceptDirectConnectGatewayAssociationProposalRequest.filterSensitiveLog = (obj) => ({
|
|
21
15
|
...obj,
|
|
22
16
|
});
|
|
@@ -28,45 +22,30 @@ var GatewayType;
|
|
|
28
22
|
})(GatewayType = exports.GatewayType || (exports.GatewayType = {}));
|
|
29
23
|
var AssociatedGateway;
|
|
30
24
|
(function (AssociatedGateway) {
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
25
|
AssociatedGateway.filterSensitiveLog = (obj) => ({
|
|
35
26
|
...obj,
|
|
36
27
|
});
|
|
37
28
|
})(AssociatedGateway = exports.AssociatedGateway || (exports.AssociatedGateway = {}));
|
|
38
29
|
var DirectConnectGatewayAssociation;
|
|
39
30
|
(function (DirectConnectGatewayAssociation) {
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
31
|
DirectConnectGatewayAssociation.filterSensitiveLog = (obj) => ({
|
|
44
32
|
...obj,
|
|
45
33
|
});
|
|
46
34
|
})(DirectConnectGatewayAssociation = exports.DirectConnectGatewayAssociation || (exports.DirectConnectGatewayAssociation = {}));
|
|
47
35
|
var AcceptDirectConnectGatewayAssociationProposalResult;
|
|
48
36
|
(function (AcceptDirectConnectGatewayAssociationProposalResult) {
|
|
49
|
-
/**
|
|
50
|
-
* @internal
|
|
51
|
-
*/
|
|
52
37
|
AcceptDirectConnectGatewayAssociationProposalResult.filterSensitiveLog = (obj) => ({
|
|
53
38
|
...obj,
|
|
54
39
|
});
|
|
55
40
|
})(AcceptDirectConnectGatewayAssociationProposalResult = exports.AcceptDirectConnectGatewayAssociationProposalResult || (exports.AcceptDirectConnectGatewayAssociationProposalResult = {}));
|
|
56
41
|
var DirectConnectClientException;
|
|
57
42
|
(function (DirectConnectClientException) {
|
|
58
|
-
/**
|
|
59
|
-
* @internal
|
|
60
|
-
*/
|
|
61
43
|
DirectConnectClientException.filterSensitiveLog = (obj) => ({
|
|
62
44
|
...obj,
|
|
63
45
|
});
|
|
64
46
|
})(DirectConnectClientException = exports.DirectConnectClientException || (exports.DirectConnectClientException = {}));
|
|
65
47
|
var DirectConnectServerException;
|
|
66
48
|
(function (DirectConnectServerException) {
|
|
67
|
-
/**
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
70
49
|
DirectConnectServerException.filterSensitiveLog = (obj) => ({
|
|
71
50
|
...obj,
|
|
72
51
|
});
|
|
@@ -76,11 +55,14 @@ var AddressFamily;
|
|
|
76
55
|
AddressFamily["IPv4"] = "ipv4";
|
|
77
56
|
AddressFamily["IPv6"] = "ipv6";
|
|
78
57
|
})(AddressFamily = exports.AddressFamily || (exports.AddressFamily = {}));
|
|
58
|
+
var CustomerAgreement;
|
|
59
|
+
(function (CustomerAgreement) {
|
|
60
|
+
CustomerAgreement.filterSensitiveLog = (obj) => ({
|
|
61
|
+
...obj,
|
|
62
|
+
});
|
|
63
|
+
})(CustomerAgreement = exports.CustomerAgreement || (exports.CustomerAgreement = {}));
|
|
79
64
|
var AllocateConnectionOnInterconnectRequest;
|
|
80
65
|
(function (AllocateConnectionOnInterconnectRequest) {
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
66
|
AllocateConnectionOnInterconnectRequest.filterSensitiveLog = (obj) => ({
|
|
85
67
|
...obj,
|
|
86
68
|
});
|
|
@@ -93,72 +75,48 @@ var HasLogicalRedundancy;
|
|
|
93
75
|
})(HasLogicalRedundancy = exports.HasLogicalRedundancy || (exports.HasLogicalRedundancy = {}));
|
|
94
76
|
var MacSecKey;
|
|
95
77
|
(function (MacSecKey) {
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
78
|
MacSecKey.filterSensitiveLog = (obj) => ({
|
|
100
79
|
...obj,
|
|
101
80
|
});
|
|
102
81
|
})(MacSecKey = exports.MacSecKey || (exports.MacSecKey = {}));
|
|
103
82
|
var Tag;
|
|
104
83
|
(function (Tag) {
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
84
|
Tag.filterSensitiveLog = (obj) => ({
|
|
109
85
|
...obj,
|
|
110
86
|
});
|
|
111
87
|
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
112
88
|
var Connection;
|
|
113
89
|
(function (Connection) {
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
90
|
Connection.filterSensitiveLog = (obj) => ({
|
|
118
91
|
...obj,
|
|
119
92
|
});
|
|
120
93
|
})(Connection = exports.Connection || (exports.Connection = {}));
|
|
121
94
|
var AllocateHostedConnectionRequest;
|
|
122
95
|
(function (AllocateHostedConnectionRequest) {
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
96
|
AllocateHostedConnectionRequest.filterSensitiveLog = (obj) => ({
|
|
127
97
|
...obj,
|
|
128
98
|
});
|
|
129
99
|
})(AllocateHostedConnectionRequest = exports.AllocateHostedConnectionRequest || (exports.AllocateHostedConnectionRequest = {}));
|
|
130
100
|
var DuplicateTagKeysException;
|
|
131
101
|
(function (DuplicateTagKeysException) {
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
102
|
DuplicateTagKeysException.filterSensitiveLog = (obj) => ({
|
|
136
103
|
...obj,
|
|
137
104
|
});
|
|
138
105
|
})(DuplicateTagKeysException = exports.DuplicateTagKeysException || (exports.DuplicateTagKeysException = {}));
|
|
139
106
|
var TooManyTagsException;
|
|
140
107
|
(function (TooManyTagsException) {
|
|
141
|
-
/**
|
|
142
|
-
* @internal
|
|
143
|
-
*/
|
|
144
108
|
TooManyTagsException.filterSensitiveLog = (obj) => ({
|
|
145
109
|
...obj,
|
|
146
110
|
});
|
|
147
111
|
})(TooManyTagsException = exports.TooManyTagsException || (exports.TooManyTagsException = {}));
|
|
148
112
|
var NewPrivateVirtualInterfaceAllocation;
|
|
149
113
|
(function (NewPrivateVirtualInterfaceAllocation) {
|
|
150
|
-
/**
|
|
151
|
-
* @internal
|
|
152
|
-
*/
|
|
153
114
|
NewPrivateVirtualInterfaceAllocation.filterSensitiveLog = (obj) => ({
|
|
154
115
|
...obj,
|
|
155
116
|
});
|
|
156
117
|
})(NewPrivateVirtualInterfaceAllocation = exports.NewPrivateVirtualInterfaceAllocation || (exports.NewPrivateVirtualInterfaceAllocation = {}));
|
|
157
118
|
var AllocatePrivateVirtualInterfaceRequest;
|
|
158
119
|
(function (AllocatePrivateVirtualInterfaceRequest) {
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
120
|
AllocatePrivateVirtualInterfaceRequest.filterSensitiveLog = (obj) => ({
|
|
163
121
|
...obj,
|
|
164
122
|
});
|
|
@@ -179,522 +137,360 @@ var BGPStatus;
|
|
|
179
137
|
})(BGPStatus = exports.BGPStatus || (exports.BGPStatus = {}));
|
|
180
138
|
var BGPPeer;
|
|
181
139
|
(function (BGPPeer) {
|
|
182
|
-
/**
|
|
183
|
-
* @internal
|
|
184
|
-
*/
|
|
185
140
|
BGPPeer.filterSensitiveLog = (obj) => ({
|
|
186
141
|
...obj,
|
|
187
142
|
});
|
|
188
143
|
})(BGPPeer = exports.BGPPeer || (exports.BGPPeer = {}));
|
|
189
144
|
var VirtualInterface;
|
|
190
145
|
(function (VirtualInterface) {
|
|
191
|
-
/**
|
|
192
|
-
* @internal
|
|
193
|
-
*/
|
|
194
146
|
VirtualInterface.filterSensitiveLog = (obj) => ({
|
|
195
147
|
...obj,
|
|
196
148
|
});
|
|
197
149
|
})(VirtualInterface = exports.VirtualInterface || (exports.VirtualInterface = {}));
|
|
198
150
|
var NewPublicVirtualInterfaceAllocation;
|
|
199
151
|
(function (NewPublicVirtualInterfaceAllocation) {
|
|
200
|
-
/**
|
|
201
|
-
* @internal
|
|
202
|
-
*/
|
|
203
152
|
NewPublicVirtualInterfaceAllocation.filterSensitiveLog = (obj) => ({
|
|
204
153
|
...obj,
|
|
205
154
|
});
|
|
206
155
|
})(NewPublicVirtualInterfaceAllocation = exports.NewPublicVirtualInterfaceAllocation || (exports.NewPublicVirtualInterfaceAllocation = {}));
|
|
207
156
|
var AllocatePublicVirtualInterfaceRequest;
|
|
208
157
|
(function (AllocatePublicVirtualInterfaceRequest) {
|
|
209
|
-
/**
|
|
210
|
-
* @internal
|
|
211
|
-
*/
|
|
212
158
|
AllocatePublicVirtualInterfaceRequest.filterSensitiveLog = (obj) => ({
|
|
213
159
|
...obj,
|
|
214
160
|
});
|
|
215
161
|
})(AllocatePublicVirtualInterfaceRequest = exports.AllocatePublicVirtualInterfaceRequest || (exports.AllocatePublicVirtualInterfaceRequest = {}));
|
|
216
162
|
var NewTransitVirtualInterfaceAllocation;
|
|
217
163
|
(function (NewTransitVirtualInterfaceAllocation) {
|
|
218
|
-
/**
|
|
219
|
-
* @internal
|
|
220
|
-
*/
|
|
221
164
|
NewTransitVirtualInterfaceAllocation.filterSensitiveLog = (obj) => ({
|
|
222
165
|
...obj,
|
|
223
166
|
});
|
|
224
167
|
})(NewTransitVirtualInterfaceAllocation = exports.NewTransitVirtualInterfaceAllocation || (exports.NewTransitVirtualInterfaceAllocation = {}));
|
|
225
168
|
var AllocateTransitVirtualInterfaceRequest;
|
|
226
169
|
(function (AllocateTransitVirtualInterfaceRequest) {
|
|
227
|
-
/**
|
|
228
|
-
* @internal
|
|
229
|
-
*/
|
|
230
170
|
AllocateTransitVirtualInterfaceRequest.filterSensitiveLog = (obj) => ({
|
|
231
171
|
...obj,
|
|
232
172
|
});
|
|
233
173
|
})(AllocateTransitVirtualInterfaceRequest = exports.AllocateTransitVirtualInterfaceRequest || (exports.AllocateTransitVirtualInterfaceRequest = {}));
|
|
234
174
|
var AllocateTransitVirtualInterfaceResult;
|
|
235
175
|
(function (AllocateTransitVirtualInterfaceResult) {
|
|
236
|
-
/**
|
|
237
|
-
* @internal
|
|
238
|
-
*/
|
|
239
176
|
AllocateTransitVirtualInterfaceResult.filterSensitiveLog = (obj) => ({
|
|
240
177
|
...obj,
|
|
241
178
|
});
|
|
242
179
|
})(AllocateTransitVirtualInterfaceResult = exports.AllocateTransitVirtualInterfaceResult || (exports.AllocateTransitVirtualInterfaceResult = {}));
|
|
243
180
|
var AssociateConnectionWithLagRequest;
|
|
244
181
|
(function (AssociateConnectionWithLagRequest) {
|
|
245
|
-
/**
|
|
246
|
-
* @internal
|
|
247
|
-
*/
|
|
248
182
|
AssociateConnectionWithLagRequest.filterSensitiveLog = (obj) => ({
|
|
249
183
|
...obj,
|
|
250
184
|
});
|
|
251
185
|
})(AssociateConnectionWithLagRequest = exports.AssociateConnectionWithLagRequest || (exports.AssociateConnectionWithLagRequest = {}));
|
|
252
186
|
var AssociateHostedConnectionRequest;
|
|
253
187
|
(function (AssociateHostedConnectionRequest) {
|
|
254
|
-
/**
|
|
255
|
-
* @internal
|
|
256
|
-
*/
|
|
257
188
|
AssociateHostedConnectionRequest.filterSensitiveLog = (obj) => ({
|
|
258
189
|
...obj,
|
|
259
190
|
});
|
|
260
191
|
})(AssociateHostedConnectionRequest = exports.AssociateHostedConnectionRequest || (exports.AssociateHostedConnectionRequest = {}));
|
|
261
192
|
var AssociateMacSecKeyRequest;
|
|
262
193
|
(function (AssociateMacSecKeyRequest) {
|
|
263
|
-
/**
|
|
264
|
-
* @internal
|
|
265
|
-
*/
|
|
266
194
|
AssociateMacSecKeyRequest.filterSensitiveLog = (obj) => ({
|
|
267
195
|
...obj,
|
|
268
196
|
});
|
|
269
197
|
})(AssociateMacSecKeyRequest = exports.AssociateMacSecKeyRequest || (exports.AssociateMacSecKeyRequest = {}));
|
|
270
198
|
var AssociateMacSecKeyResponse;
|
|
271
199
|
(function (AssociateMacSecKeyResponse) {
|
|
272
|
-
/**
|
|
273
|
-
* @internal
|
|
274
|
-
*/
|
|
275
200
|
AssociateMacSecKeyResponse.filterSensitiveLog = (obj) => ({
|
|
276
201
|
...obj,
|
|
277
202
|
});
|
|
278
203
|
})(AssociateMacSecKeyResponse = exports.AssociateMacSecKeyResponse || (exports.AssociateMacSecKeyResponse = {}));
|
|
279
204
|
var AssociateVirtualInterfaceRequest;
|
|
280
205
|
(function (AssociateVirtualInterfaceRequest) {
|
|
281
|
-
/**
|
|
282
|
-
* @internal
|
|
283
|
-
*/
|
|
284
206
|
AssociateVirtualInterfaceRequest.filterSensitiveLog = (obj) => ({
|
|
285
207
|
...obj,
|
|
286
208
|
});
|
|
287
209
|
})(AssociateVirtualInterfaceRequest = exports.AssociateVirtualInterfaceRequest || (exports.AssociateVirtualInterfaceRequest = {}));
|
|
288
210
|
var ConfirmConnectionRequest;
|
|
289
211
|
(function (ConfirmConnectionRequest) {
|
|
290
|
-
/**
|
|
291
|
-
* @internal
|
|
292
|
-
*/
|
|
293
212
|
ConfirmConnectionRequest.filterSensitiveLog = (obj) => ({
|
|
294
213
|
...obj,
|
|
295
214
|
});
|
|
296
215
|
})(ConfirmConnectionRequest = exports.ConfirmConnectionRequest || (exports.ConfirmConnectionRequest = {}));
|
|
297
216
|
var ConfirmConnectionResponse;
|
|
298
217
|
(function (ConfirmConnectionResponse) {
|
|
299
|
-
/**
|
|
300
|
-
* @internal
|
|
301
|
-
*/
|
|
302
218
|
ConfirmConnectionResponse.filterSensitiveLog = (obj) => ({
|
|
303
219
|
...obj,
|
|
304
220
|
});
|
|
305
221
|
})(ConfirmConnectionResponse = exports.ConfirmConnectionResponse || (exports.ConfirmConnectionResponse = {}));
|
|
222
|
+
var ConfirmCustomerAgreementRequest;
|
|
223
|
+
(function (ConfirmCustomerAgreementRequest) {
|
|
224
|
+
ConfirmCustomerAgreementRequest.filterSensitiveLog = (obj) => ({
|
|
225
|
+
...obj,
|
|
226
|
+
});
|
|
227
|
+
})(ConfirmCustomerAgreementRequest = exports.ConfirmCustomerAgreementRequest || (exports.ConfirmCustomerAgreementRequest = {}));
|
|
228
|
+
var ConfirmCustomerAgreementResponse;
|
|
229
|
+
(function (ConfirmCustomerAgreementResponse) {
|
|
230
|
+
ConfirmCustomerAgreementResponse.filterSensitiveLog = (obj) => ({
|
|
231
|
+
...obj,
|
|
232
|
+
});
|
|
233
|
+
})(ConfirmCustomerAgreementResponse = exports.ConfirmCustomerAgreementResponse || (exports.ConfirmCustomerAgreementResponse = {}));
|
|
306
234
|
var ConfirmPrivateVirtualInterfaceRequest;
|
|
307
235
|
(function (ConfirmPrivateVirtualInterfaceRequest) {
|
|
308
|
-
/**
|
|
309
|
-
* @internal
|
|
310
|
-
*/
|
|
311
236
|
ConfirmPrivateVirtualInterfaceRequest.filterSensitiveLog = (obj) => ({
|
|
312
237
|
...obj,
|
|
313
238
|
});
|
|
314
239
|
})(ConfirmPrivateVirtualInterfaceRequest = exports.ConfirmPrivateVirtualInterfaceRequest || (exports.ConfirmPrivateVirtualInterfaceRequest = {}));
|
|
315
240
|
var ConfirmPrivateVirtualInterfaceResponse;
|
|
316
241
|
(function (ConfirmPrivateVirtualInterfaceResponse) {
|
|
317
|
-
/**
|
|
318
|
-
* @internal
|
|
319
|
-
*/
|
|
320
242
|
ConfirmPrivateVirtualInterfaceResponse.filterSensitiveLog = (obj) => ({
|
|
321
243
|
...obj,
|
|
322
244
|
});
|
|
323
245
|
})(ConfirmPrivateVirtualInterfaceResponse = exports.ConfirmPrivateVirtualInterfaceResponse || (exports.ConfirmPrivateVirtualInterfaceResponse = {}));
|
|
324
246
|
var ConfirmPublicVirtualInterfaceRequest;
|
|
325
247
|
(function (ConfirmPublicVirtualInterfaceRequest) {
|
|
326
|
-
/**
|
|
327
|
-
* @internal
|
|
328
|
-
*/
|
|
329
248
|
ConfirmPublicVirtualInterfaceRequest.filterSensitiveLog = (obj) => ({
|
|
330
249
|
...obj,
|
|
331
250
|
});
|
|
332
251
|
})(ConfirmPublicVirtualInterfaceRequest = exports.ConfirmPublicVirtualInterfaceRequest || (exports.ConfirmPublicVirtualInterfaceRequest = {}));
|
|
333
252
|
var ConfirmPublicVirtualInterfaceResponse;
|
|
334
253
|
(function (ConfirmPublicVirtualInterfaceResponse) {
|
|
335
|
-
/**
|
|
336
|
-
* @internal
|
|
337
|
-
*/
|
|
338
254
|
ConfirmPublicVirtualInterfaceResponse.filterSensitiveLog = (obj) => ({
|
|
339
255
|
...obj,
|
|
340
256
|
});
|
|
341
257
|
})(ConfirmPublicVirtualInterfaceResponse = exports.ConfirmPublicVirtualInterfaceResponse || (exports.ConfirmPublicVirtualInterfaceResponse = {}));
|
|
342
258
|
var ConfirmTransitVirtualInterfaceRequest;
|
|
343
259
|
(function (ConfirmTransitVirtualInterfaceRequest) {
|
|
344
|
-
/**
|
|
345
|
-
* @internal
|
|
346
|
-
*/
|
|
347
260
|
ConfirmTransitVirtualInterfaceRequest.filterSensitiveLog = (obj) => ({
|
|
348
261
|
...obj,
|
|
349
262
|
});
|
|
350
263
|
})(ConfirmTransitVirtualInterfaceRequest = exports.ConfirmTransitVirtualInterfaceRequest || (exports.ConfirmTransitVirtualInterfaceRequest = {}));
|
|
351
264
|
var ConfirmTransitVirtualInterfaceResponse;
|
|
352
265
|
(function (ConfirmTransitVirtualInterfaceResponse) {
|
|
353
|
-
/**
|
|
354
|
-
* @internal
|
|
355
|
-
*/
|
|
356
266
|
ConfirmTransitVirtualInterfaceResponse.filterSensitiveLog = (obj) => ({
|
|
357
267
|
...obj,
|
|
358
268
|
});
|
|
359
269
|
})(ConfirmTransitVirtualInterfaceResponse = exports.ConfirmTransitVirtualInterfaceResponse || (exports.ConfirmTransitVirtualInterfaceResponse = {}));
|
|
360
270
|
var Connections;
|
|
361
271
|
(function (Connections) {
|
|
362
|
-
/**
|
|
363
|
-
* @internal
|
|
364
|
-
*/
|
|
365
272
|
Connections.filterSensitiveLog = (obj) => ({
|
|
366
273
|
...obj,
|
|
367
274
|
});
|
|
368
275
|
})(Connections = exports.Connections || (exports.Connections = {}));
|
|
369
276
|
var NewBGPPeer;
|
|
370
277
|
(function (NewBGPPeer) {
|
|
371
|
-
/**
|
|
372
|
-
* @internal
|
|
373
|
-
*/
|
|
374
278
|
NewBGPPeer.filterSensitiveLog = (obj) => ({
|
|
375
279
|
...obj,
|
|
376
280
|
});
|
|
377
281
|
})(NewBGPPeer = exports.NewBGPPeer || (exports.NewBGPPeer = {}));
|
|
378
282
|
var CreateBGPPeerRequest;
|
|
379
283
|
(function (CreateBGPPeerRequest) {
|
|
380
|
-
/**
|
|
381
|
-
* @internal
|
|
382
|
-
*/
|
|
383
284
|
CreateBGPPeerRequest.filterSensitiveLog = (obj) => ({
|
|
384
285
|
...obj,
|
|
385
286
|
});
|
|
386
287
|
})(CreateBGPPeerRequest = exports.CreateBGPPeerRequest || (exports.CreateBGPPeerRequest = {}));
|
|
387
288
|
var CreateBGPPeerResponse;
|
|
388
289
|
(function (CreateBGPPeerResponse) {
|
|
389
|
-
/**
|
|
390
|
-
* @internal
|
|
391
|
-
*/
|
|
392
290
|
CreateBGPPeerResponse.filterSensitiveLog = (obj) => ({
|
|
393
291
|
...obj,
|
|
394
292
|
});
|
|
395
293
|
})(CreateBGPPeerResponse = exports.CreateBGPPeerResponse || (exports.CreateBGPPeerResponse = {}));
|
|
396
294
|
var CreateConnectionRequest;
|
|
397
295
|
(function (CreateConnectionRequest) {
|
|
398
|
-
/**
|
|
399
|
-
* @internal
|
|
400
|
-
*/
|
|
401
296
|
CreateConnectionRequest.filterSensitiveLog = (obj) => ({
|
|
402
297
|
...obj,
|
|
403
298
|
});
|
|
404
299
|
})(CreateConnectionRequest = exports.CreateConnectionRequest || (exports.CreateConnectionRequest = {}));
|
|
405
300
|
var CreateDirectConnectGatewayRequest;
|
|
406
301
|
(function (CreateDirectConnectGatewayRequest) {
|
|
407
|
-
/**
|
|
408
|
-
* @internal
|
|
409
|
-
*/
|
|
410
302
|
CreateDirectConnectGatewayRequest.filterSensitiveLog = (obj) => ({
|
|
411
303
|
...obj,
|
|
412
304
|
});
|
|
413
305
|
})(CreateDirectConnectGatewayRequest = exports.CreateDirectConnectGatewayRequest || (exports.CreateDirectConnectGatewayRequest = {}));
|
|
414
306
|
var DirectConnectGateway;
|
|
415
307
|
(function (DirectConnectGateway) {
|
|
416
|
-
/**
|
|
417
|
-
* @internal
|
|
418
|
-
*/
|
|
419
308
|
DirectConnectGateway.filterSensitiveLog = (obj) => ({
|
|
420
309
|
...obj,
|
|
421
310
|
});
|
|
422
311
|
})(DirectConnectGateway = exports.DirectConnectGateway || (exports.DirectConnectGateway = {}));
|
|
423
312
|
var CreateDirectConnectGatewayResult;
|
|
424
313
|
(function (CreateDirectConnectGatewayResult) {
|
|
425
|
-
/**
|
|
426
|
-
* @internal
|
|
427
|
-
*/
|
|
428
314
|
CreateDirectConnectGatewayResult.filterSensitiveLog = (obj) => ({
|
|
429
315
|
...obj,
|
|
430
316
|
});
|
|
431
317
|
})(CreateDirectConnectGatewayResult = exports.CreateDirectConnectGatewayResult || (exports.CreateDirectConnectGatewayResult = {}));
|
|
432
318
|
var CreateDirectConnectGatewayAssociationRequest;
|
|
433
319
|
(function (CreateDirectConnectGatewayAssociationRequest) {
|
|
434
|
-
/**
|
|
435
|
-
* @internal
|
|
436
|
-
*/
|
|
437
320
|
CreateDirectConnectGatewayAssociationRequest.filterSensitiveLog = (obj) => ({
|
|
438
321
|
...obj,
|
|
439
322
|
});
|
|
440
323
|
})(CreateDirectConnectGatewayAssociationRequest = exports.CreateDirectConnectGatewayAssociationRequest || (exports.CreateDirectConnectGatewayAssociationRequest = {}));
|
|
441
324
|
var CreateDirectConnectGatewayAssociationResult;
|
|
442
325
|
(function (CreateDirectConnectGatewayAssociationResult) {
|
|
443
|
-
/**
|
|
444
|
-
* @internal
|
|
445
|
-
*/
|
|
446
326
|
CreateDirectConnectGatewayAssociationResult.filterSensitiveLog = (obj) => ({
|
|
447
327
|
...obj,
|
|
448
328
|
});
|
|
449
329
|
})(CreateDirectConnectGatewayAssociationResult = exports.CreateDirectConnectGatewayAssociationResult || (exports.CreateDirectConnectGatewayAssociationResult = {}));
|
|
450
330
|
var CreateDirectConnectGatewayAssociationProposalRequest;
|
|
451
331
|
(function (CreateDirectConnectGatewayAssociationProposalRequest) {
|
|
452
|
-
/**
|
|
453
|
-
* @internal
|
|
454
|
-
*/
|
|
455
332
|
CreateDirectConnectGatewayAssociationProposalRequest.filterSensitiveLog = (obj) => ({
|
|
456
333
|
...obj,
|
|
457
334
|
});
|
|
458
335
|
})(CreateDirectConnectGatewayAssociationProposalRequest = exports.CreateDirectConnectGatewayAssociationProposalRequest || (exports.CreateDirectConnectGatewayAssociationProposalRequest = {}));
|
|
459
336
|
var DirectConnectGatewayAssociationProposal;
|
|
460
337
|
(function (DirectConnectGatewayAssociationProposal) {
|
|
461
|
-
/**
|
|
462
|
-
* @internal
|
|
463
|
-
*/
|
|
464
338
|
DirectConnectGatewayAssociationProposal.filterSensitiveLog = (obj) => ({
|
|
465
339
|
...obj,
|
|
466
340
|
});
|
|
467
341
|
})(DirectConnectGatewayAssociationProposal = exports.DirectConnectGatewayAssociationProposal || (exports.DirectConnectGatewayAssociationProposal = {}));
|
|
468
342
|
var CreateDirectConnectGatewayAssociationProposalResult;
|
|
469
343
|
(function (CreateDirectConnectGatewayAssociationProposalResult) {
|
|
470
|
-
/**
|
|
471
|
-
* @internal
|
|
472
|
-
*/
|
|
473
344
|
CreateDirectConnectGatewayAssociationProposalResult.filterSensitiveLog = (obj) => ({
|
|
474
345
|
...obj,
|
|
475
346
|
});
|
|
476
347
|
})(CreateDirectConnectGatewayAssociationProposalResult = exports.CreateDirectConnectGatewayAssociationProposalResult || (exports.CreateDirectConnectGatewayAssociationProposalResult = {}));
|
|
477
348
|
var CreateInterconnectRequest;
|
|
478
349
|
(function (CreateInterconnectRequest) {
|
|
479
|
-
/**
|
|
480
|
-
* @internal
|
|
481
|
-
*/
|
|
482
350
|
CreateInterconnectRequest.filterSensitiveLog = (obj) => ({
|
|
483
351
|
...obj,
|
|
484
352
|
});
|
|
485
353
|
})(CreateInterconnectRequest = exports.CreateInterconnectRequest || (exports.CreateInterconnectRequest = {}));
|
|
486
354
|
var Interconnect;
|
|
487
355
|
(function (Interconnect) {
|
|
488
|
-
/**
|
|
489
|
-
* @internal
|
|
490
|
-
*/
|
|
491
356
|
Interconnect.filterSensitiveLog = (obj) => ({
|
|
492
357
|
...obj,
|
|
493
358
|
});
|
|
494
359
|
})(Interconnect = exports.Interconnect || (exports.Interconnect = {}));
|
|
495
360
|
var CreateLagRequest;
|
|
496
361
|
(function (CreateLagRequest) {
|
|
497
|
-
/**
|
|
498
|
-
* @internal
|
|
499
|
-
*/
|
|
500
362
|
CreateLagRequest.filterSensitiveLog = (obj) => ({
|
|
501
363
|
...obj,
|
|
502
364
|
});
|
|
503
365
|
})(CreateLagRequest = exports.CreateLagRequest || (exports.CreateLagRequest = {}));
|
|
504
366
|
var Lag;
|
|
505
367
|
(function (Lag) {
|
|
506
|
-
/**
|
|
507
|
-
* @internal
|
|
508
|
-
*/
|
|
509
368
|
Lag.filterSensitiveLog = (obj) => ({
|
|
510
369
|
...obj,
|
|
511
370
|
});
|
|
512
371
|
})(Lag = exports.Lag || (exports.Lag = {}));
|
|
513
372
|
var NewPrivateVirtualInterface;
|
|
514
373
|
(function (NewPrivateVirtualInterface) {
|
|
515
|
-
/**
|
|
516
|
-
* @internal
|
|
517
|
-
*/
|
|
518
374
|
NewPrivateVirtualInterface.filterSensitiveLog = (obj) => ({
|
|
519
375
|
...obj,
|
|
520
376
|
});
|
|
521
377
|
})(NewPrivateVirtualInterface = exports.NewPrivateVirtualInterface || (exports.NewPrivateVirtualInterface = {}));
|
|
522
378
|
var CreatePrivateVirtualInterfaceRequest;
|
|
523
379
|
(function (CreatePrivateVirtualInterfaceRequest) {
|
|
524
|
-
/**
|
|
525
|
-
* @internal
|
|
526
|
-
*/
|
|
527
380
|
CreatePrivateVirtualInterfaceRequest.filterSensitiveLog = (obj) => ({
|
|
528
381
|
...obj,
|
|
529
382
|
});
|
|
530
383
|
})(CreatePrivateVirtualInterfaceRequest = exports.CreatePrivateVirtualInterfaceRequest || (exports.CreatePrivateVirtualInterfaceRequest = {}));
|
|
531
384
|
var NewPublicVirtualInterface;
|
|
532
385
|
(function (NewPublicVirtualInterface) {
|
|
533
|
-
/**
|
|
534
|
-
* @internal
|
|
535
|
-
*/
|
|
536
386
|
NewPublicVirtualInterface.filterSensitiveLog = (obj) => ({
|
|
537
387
|
...obj,
|
|
538
388
|
});
|
|
539
389
|
})(NewPublicVirtualInterface = exports.NewPublicVirtualInterface || (exports.NewPublicVirtualInterface = {}));
|
|
540
390
|
var CreatePublicVirtualInterfaceRequest;
|
|
541
391
|
(function (CreatePublicVirtualInterfaceRequest) {
|
|
542
|
-
/**
|
|
543
|
-
* @internal
|
|
544
|
-
*/
|
|
545
392
|
CreatePublicVirtualInterfaceRequest.filterSensitiveLog = (obj) => ({
|
|
546
393
|
...obj,
|
|
547
394
|
});
|
|
548
395
|
})(CreatePublicVirtualInterfaceRequest = exports.CreatePublicVirtualInterfaceRequest || (exports.CreatePublicVirtualInterfaceRequest = {}));
|
|
549
396
|
var NewTransitVirtualInterface;
|
|
550
397
|
(function (NewTransitVirtualInterface) {
|
|
551
|
-
/**
|
|
552
|
-
* @internal
|
|
553
|
-
*/
|
|
554
398
|
NewTransitVirtualInterface.filterSensitiveLog = (obj) => ({
|
|
555
399
|
...obj,
|
|
556
400
|
});
|
|
557
401
|
})(NewTransitVirtualInterface = exports.NewTransitVirtualInterface || (exports.NewTransitVirtualInterface = {}));
|
|
558
402
|
var CreateTransitVirtualInterfaceRequest;
|
|
559
403
|
(function (CreateTransitVirtualInterfaceRequest) {
|
|
560
|
-
/**
|
|
561
|
-
* @internal
|
|
562
|
-
*/
|
|
563
404
|
CreateTransitVirtualInterfaceRequest.filterSensitiveLog = (obj) => ({
|
|
564
405
|
...obj,
|
|
565
406
|
});
|
|
566
407
|
})(CreateTransitVirtualInterfaceRequest = exports.CreateTransitVirtualInterfaceRequest || (exports.CreateTransitVirtualInterfaceRequest = {}));
|
|
567
408
|
var CreateTransitVirtualInterfaceResult;
|
|
568
409
|
(function (CreateTransitVirtualInterfaceResult) {
|
|
569
|
-
/**
|
|
570
|
-
* @internal
|
|
571
|
-
*/
|
|
572
410
|
CreateTransitVirtualInterfaceResult.filterSensitiveLog = (obj) => ({
|
|
573
411
|
...obj,
|
|
574
412
|
});
|
|
575
413
|
})(CreateTransitVirtualInterfaceResult = exports.CreateTransitVirtualInterfaceResult || (exports.CreateTransitVirtualInterfaceResult = {}));
|
|
576
414
|
var DeleteBGPPeerRequest;
|
|
577
415
|
(function (DeleteBGPPeerRequest) {
|
|
578
|
-
/**
|
|
579
|
-
* @internal
|
|
580
|
-
*/
|
|
581
416
|
DeleteBGPPeerRequest.filterSensitiveLog = (obj) => ({
|
|
582
417
|
...obj,
|
|
583
418
|
});
|
|
584
419
|
})(DeleteBGPPeerRequest = exports.DeleteBGPPeerRequest || (exports.DeleteBGPPeerRequest = {}));
|
|
585
420
|
var DeleteBGPPeerResponse;
|
|
586
421
|
(function (DeleteBGPPeerResponse) {
|
|
587
|
-
/**
|
|
588
|
-
* @internal
|
|
589
|
-
*/
|
|
590
422
|
DeleteBGPPeerResponse.filterSensitiveLog = (obj) => ({
|
|
591
423
|
...obj,
|
|
592
424
|
});
|
|
593
425
|
})(DeleteBGPPeerResponse = exports.DeleteBGPPeerResponse || (exports.DeleteBGPPeerResponse = {}));
|
|
594
426
|
var DeleteConnectionRequest;
|
|
595
427
|
(function (DeleteConnectionRequest) {
|
|
596
|
-
/**
|
|
597
|
-
* @internal
|
|
598
|
-
*/
|
|
599
428
|
DeleteConnectionRequest.filterSensitiveLog = (obj) => ({
|
|
600
429
|
...obj,
|
|
601
430
|
});
|
|
602
431
|
})(DeleteConnectionRequest = exports.DeleteConnectionRequest || (exports.DeleteConnectionRequest = {}));
|
|
603
432
|
var DeleteDirectConnectGatewayRequest;
|
|
604
433
|
(function (DeleteDirectConnectGatewayRequest) {
|
|
605
|
-
/**
|
|
606
|
-
* @internal
|
|
607
|
-
*/
|
|
608
434
|
DeleteDirectConnectGatewayRequest.filterSensitiveLog = (obj) => ({
|
|
609
435
|
...obj,
|
|
610
436
|
});
|
|
611
437
|
})(DeleteDirectConnectGatewayRequest = exports.DeleteDirectConnectGatewayRequest || (exports.DeleteDirectConnectGatewayRequest = {}));
|
|
612
438
|
var DeleteDirectConnectGatewayResult;
|
|
613
439
|
(function (DeleteDirectConnectGatewayResult) {
|
|
614
|
-
/**
|
|
615
|
-
* @internal
|
|
616
|
-
*/
|
|
617
440
|
DeleteDirectConnectGatewayResult.filterSensitiveLog = (obj) => ({
|
|
618
441
|
...obj,
|
|
619
442
|
});
|
|
620
443
|
})(DeleteDirectConnectGatewayResult = exports.DeleteDirectConnectGatewayResult || (exports.DeleteDirectConnectGatewayResult = {}));
|
|
621
444
|
var DeleteDirectConnectGatewayAssociationRequest;
|
|
622
445
|
(function (DeleteDirectConnectGatewayAssociationRequest) {
|
|
623
|
-
/**
|
|
624
|
-
* @internal
|
|
625
|
-
*/
|
|
626
446
|
DeleteDirectConnectGatewayAssociationRequest.filterSensitiveLog = (obj) => ({
|
|
627
447
|
...obj,
|
|
628
448
|
});
|
|
629
449
|
})(DeleteDirectConnectGatewayAssociationRequest = exports.DeleteDirectConnectGatewayAssociationRequest || (exports.DeleteDirectConnectGatewayAssociationRequest = {}));
|
|
630
450
|
var DeleteDirectConnectGatewayAssociationResult;
|
|
631
451
|
(function (DeleteDirectConnectGatewayAssociationResult) {
|
|
632
|
-
/**
|
|
633
|
-
* @internal
|
|
634
|
-
*/
|
|
635
452
|
DeleteDirectConnectGatewayAssociationResult.filterSensitiveLog = (obj) => ({
|
|
636
453
|
...obj,
|
|
637
454
|
});
|
|
638
455
|
})(DeleteDirectConnectGatewayAssociationResult = exports.DeleteDirectConnectGatewayAssociationResult || (exports.DeleteDirectConnectGatewayAssociationResult = {}));
|
|
639
456
|
var DeleteDirectConnectGatewayAssociationProposalRequest;
|
|
640
457
|
(function (DeleteDirectConnectGatewayAssociationProposalRequest) {
|
|
641
|
-
/**
|
|
642
|
-
* @internal
|
|
643
|
-
*/
|
|
644
458
|
DeleteDirectConnectGatewayAssociationProposalRequest.filterSensitiveLog = (obj) => ({
|
|
645
459
|
...obj,
|
|
646
460
|
});
|
|
647
461
|
})(DeleteDirectConnectGatewayAssociationProposalRequest = exports.DeleteDirectConnectGatewayAssociationProposalRequest || (exports.DeleteDirectConnectGatewayAssociationProposalRequest = {}));
|
|
648
462
|
var DeleteDirectConnectGatewayAssociationProposalResult;
|
|
649
463
|
(function (DeleteDirectConnectGatewayAssociationProposalResult) {
|
|
650
|
-
/**
|
|
651
|
-
* @internal
|
|
652
|
-
*/
|
|
653
464
|
DeleteDirectConnectGatewayAssociationProposalResult.filterSensitiveLog = (obj) => ({
|
|
654
465
|
...obj,
|
|
655
466
|
});
|
|
656
467
|
})(DeleteDirectConnectGatewayAssociationProposalResult = exports.DeleteDirectConnectGatewayAssociationProposalResult || (exports.DeleteDirectConnectGatewayAssociationProposalResult = {}));
|
|
657
468
|
var DeleteInterconnectRequest;
|
|
658
469
|
(function (DeleteInterconnectRequest) {
|
|
659
|
-
/**
|
|
660
|
-
* @internal
|
|
661
|
-
*/
|
|
662
470
|
DeleteInterconnectRequest.filterSensitiveLog = (obj) => ({
|
|
663
471
|
...obj,
|
|
664
472
|
});
|
|
665
473
|
})(DeleteInterconnectRequest = exports.DeleteInterconnectRequest || (exports.DeleteInterconnectRequest = {}));
|
|
666
474
|
var DeleteInterconnectResponse;
|
|
667
475
|
(function (DeleteInterconnectResponse) {
|
|
668
|
-
/**
|
|
669
|
-
* @internal
|
|
670
|
-
*/
|
|
671
476
|
DeleteInterconnectResponse.filterSensitiveLog = (obj) => ({
|
|
672
477
|
...obj,
|
|
673
478
|
});
|
|
674
479
|
})(DeleteInterconnectResponse = exports.DeleteInterconnectResponse || (exports.DeleteInterconnectResponse = {}));
|
|
675
480
|
var DeleteLagRequest;
|
|
676
481
|
(function (DeleteLagRequest) {
|
|
677
|
-
/**
|
|
678
|
-
* @internal
|
|
679
|
-
*/
|
|
680
482
|
DeleteLagRequest.filterSensitiveLog = (obj) => ({
|
|
681
483
|
...obj,
|
|
682
484
|
});
|
|
683
485
|
})(DeleteLagRequest = exports.DeleteLagRequest || (exports.DeleteLagRequest = {}));
|
|
684
486
|
var DeleteVirtualInterfaceRequest;
|
|
685
487
|
(function (DeleteVirtualInterfaceRequest) {
|
|
686
|
-
/**
|
|
687
|
-
* @internal
|
|
688
|
-
*/
|
|
689
488
|
DeleteVirtualInterfaceRequest.filterSensitiveLog = (obj) => ({
|
|
690
489
|
...obj,
|
|
691
490
|
});
|
|
692
491
|
})(DeleteVirtualInterfaceRequest = exports.DeleteVirtualInterfaceRequest || (exports.DeleteVirtualInterfaceRequest = {}));
|
|
693
492
|
var DeleteVirtualInterfaceResponse;
|
|
694
493
|
(function (DeleteVirtualInterfaceResponse) {
|
|
695
|
-
/**
|
|
696
|
-
* @internal
|
|
697
|
-
*/
|
|
698
494
|
DeleteVirtualInterfaceResponse.filterSensitiveLog = (obj) => ({
|
|
699
495
|
...obj,
|
|
700
496
|
});
|
|
@@ -705,452 +501,343 @@ var LoaContentType;
|
|
|
705
501
|
})(LoaContentType = exports.LoaContentType || (exports.LoaContentType = {}));
|
|
706
502
|
var DescribeConnectionLoaRequest;
|
|
707
503
|
(function (DescribeConnectionLoaRequest) {
|
|
708
|
-
/**
|
|
709
|
-
* @internal
|
|
710
|
-
*/
|
|
711
504
|
DescribeConnectionLoaRequest.filterSensitiveLog = (obj) => ({
|
|
712
505
|
...obj,
|
|
713
506
|
});
|
|
714
507
|
})(DescribeConnectionLoaRequest = exports.DescribeConnectionLoaRequest || (exports.DescribeConnectionLoaRequest = {}));
|
|
715
508
|
var Loa;
|
|
716
509
|
(function (Loa) {
|
|
717
|
-
/**
|
|
718
|
-
* @internal
|
|
719
|
-
*/
|
|
720
510
|
Loa.filterSensitiveLog = (obj) => ({
|
|
721
511
|
...obj,
|
|
722
512
|
});
|
|
723
513
|
})(Loa = exports.Loa || (exports.Loa = {}));
|
|
724
514
|
var DescribeConnectionLoaResponse;
|
|
725
515
|
(function (DescribeConnectionLoaResponse) {
|
|
726
|
-
/**
|
|
727
|
-
* @internal
|
|
728
|
-
*/
|
|
729
516
|
DescribeConnectionLoaResponse.filterSensitiveLog = (obj) => ({
|
|
730
517
|
...obj,
|
|
731
518
|
});
|
|
732
519
|
})(DescribeConnectionLoaResponse = exports.DescribeConnectionLoaResponse || (exports.DescribeConnectionLoaResponse = {}));
|
|
733
520
|
var DescribeConnectionsRequest;
|
|
734
521
|
(function (DescribeConnectionsRequest) {
|
|
735
|
-
/**
|
|
736
|
-
* @internal
|
|
737
|
-
*/
|
|
738
522
|
DescribeConnectionsRequest.filterSensitiveLog = (obj) => ({
|
|
739
523
|
...obj,
|
|
740
524
|
});
|
|
741
525
|
})(DescribeConnectionsRequest = exports.DescribeConnectionsRequest || (exports.DescribeConnectionsRequest = {}));
|
|
742
526
|
var DescribeConnectionsOnInterconnectRequest;
|
|
743
527
|
(function (DescribeConnectionsOnInterconnectRequest) {
|
|
744
|
-
/**
|
|
745
|
-
* @internal
|
|
746
|
-
*/
|
|
747
528
|
DescribeConnectionsOnInterconnectRequest.filterSensitiveLog = (obj) => ({
|
|
748
529
|
...obj,
|
|
749
530
|
});
|
|
750
531
|
})(DescribeConnectionsOnInterconnectRequest = exports.DescribeConnectionsOnInterconnectRequest || (exports.DescribeConnectionsOnInterconnectRequest = {}));
|
|
532
|
+
var NniPartnerType;
|
|
533
|
+
(function (NniPartnerType) {
|
|
534
|
+
NniPartnerType["NonPartner"] = "nonPartner";
|
|
535
|
+
NniPartnerType["V1"] = "v1";
|
|
536
|
+
NniPartnerType["V2"] = "v2";
|
|
537
|
+
})(NniPartnerType = exports.NniPartnerType || (exports.NniPartnerType = {}));
|
|
538
|
+
var DescribeCustomerMetadataResponse;
|
|
539
|
+
(function (DescribeCustomerMetadataResponse) {
|
|
540
|
+
DescribeCustomerMetadataResponse.filterSensitiveLog = (obj) => ({
|
|
541
|
+
...obj,
|
|
542
|
+
});
|
|
543
|
+
})(DescribeCustomerMetadataResponse = exports.DescribeCustomerMetadataResponse || (exports.DescribeCustomerMetadataResponse = {}));
|
|
751
544
|
var DescribeDirectConnectGatewayAssociationProposalsRequest;
|
|
752
545
|
(function (DescribeDirectConnectGatewayAssociationProposalsRequest) {
|
|
753
|
-
/**
|
|
754
|
-
* @internal
|
|
755
|
-
*/
|
|
756
546
|
DescribeDirectConnectGatewayAssociationProposalsRequest.filterSensitiveLog = (obj) => ({
|
|
757
547
|
...obj,
|
|
758
548
|
});
|
|
759
549
|
})(DescribeDirectConnectGatewayAssociationProposalsRequest = exports.DescribeDirectConnectGatewayAssociationProposalsRequest || (exports.DescribeDirectConnectGatewayAssociationProposalsRequest = {}));
|
|
760
550
|
var DescribeDirectConnectGatewayAssociationProposalsResult;
|
|
761
551
|
(function (DescribeDirectConnectGatewayAssociationProposalsResult) {
|
|
762
|
-
/**
|
|
763
|
-
* @internal
|
|
764
|
-
*/
|
|
765
552
|
DescribeDirectConnectGatewayAssociationProposalsResult.filterSensitiveLog = (obj) => ({
|
|
766
553
|
...obj,
|
|
767
554
|
});
|
|
768
555
|
})(DescribeDirectConnectGatewayAssociationProposalsResult = exports.DescribeDirectConnectGatewayAssociationProposalsResult || (exports.DescribeDirectConnectGatewayAssociationProposalsResult = {}));
|
|
769
556
|
var DescribeDirectConnectGatewayAssociationsRequest;
|
|
770
557
|
(function (DescribeDirectConnectGatewayAssociationsRequest) {
|
|
771
|
-
/**
|
|
772
|
-
* @internal
|
|
773
|
-
*/
|
|
774
558
|
DescribeDirectConnectGatewayAssociationsRequest.filterSensitiveLog = (obj) => ({
|
|
775
559
|
...obj,
|
|
776
560
|
});
|
|
777
561
|
})(DescribeDirectConnectGatewayAssociationsRequest = exports.DescribeDirectConnectGatewayAssociationsRequest || (exports.DescribeDirectConnectGatewayAssociationsRequest = {}));
|
|
778
562
|
var DescribeDirectConnectGatewayAssociationsResult;
|
|
779
563
|
(function (DescribeDirectConnectGatewayAssociationsResult) {
|
|
780
|
-
/**
|
|
781
|
-
* @internal
|
|
782
|
-
*/
|
|
783
564
|
DescribeDirectConnectGatewayAssociationsResult.filterSensitiveLog = (obj) => ({
|
|
784
565
|
...obj,
|
|
785
566
|
});
|
|
786
567
|
})(DescribeDirectConnectGatewayAssociationsResult = exports.DescribeDirectConnectGatewayAssociationsResult || (exports.DescribeDirectConnectGatewayAssociationsResult = {}));
|
|
787
568
|
var DescribeDirectConnectGatewayAttachmentsRequest;
|
|
788
569
|
(function (DescribeDirectConnectGatewayAttachmentsRequest) {
|
|
789
|
-
/**
|
|
790
|
-
* @internal
|
|
791
|
-
*/
|
|
792
570
|
DescribeDirectConnectGatewayAttachmentsRequest.filterSensitiveLog = (obj) => ({
|
|
793
571
|
...obj,
|
|
794
572
|
});
|
|
795
573
|
})(DescribeDirectConnectGatewayAttachmentsRequest = exports.DescribeDirectConnectGatewayAttachmentsRequest || (exports.DescribeDirectConnectGatewayAttachmentsRequest = {}));
|
|
796
574
|
var DirectConnectGatewayAttachment;
|
|
797
575
|
(function (DirectConnectGatewayAttachment) {
|
|
798
|
-
/**
|
|
799
|
-
* @internal
|
|
800
|
-
*/
|
|
801
576
|
DirectConnectGatewayAttachment.filterSensitiveLog = (obj) => ({
|
|
802
577
|
...obj,
|
|
803
578
|
});
|
|
804
579
|
})(DirectConnectGatewayAttachment = exports.DirectConnectGatewayAttachment || (exports.DirectConnectGatewayAttachment = {}));
|
|
805
580
|
var DescribeDirectConnectGatewayAttachmentsResult;
|
|
806
581
|
(function (DescribeDirectConnectGatewayAttachmentsResult) {
|
|
807
|
-
/**
|
|
808
|
-
* @internal
|
|
809
|
-
*/
|
|
810
582
|
DescribeDirectConnectGatewayAttachmentsResult.filterSensitiveLog = (obj) => ({
|
|
811
583
|
...obj,
|
|
812
584
|
});
|
|
813
585
|
})(DescribeDirectConnectGatewayAttachmentsResult = exports.DescribeDirectConnectGatewayAttachmentsResult || (exports.DescribeDirectConnectGatewayAttachmentsResult = {}));
|
|
814
586
|
var DescribeDirectConnectGatewaysRequest;
|
|
815
587
|
(function (DescribeDirectConnectGatewaysRequest) {
|
|
816
|
-
/**
|
|
817
|
-
* @internal
|
|
818
|
-
*/
|
|
819
588
|
DescribeDirectConnectGatewaysRequest.filterSensitiveLog = (obj) => ({
|
|
820
589
|
...obj,
|
|
821
590
|
});
|
|
822
591
|
})(DescribeDirectConnectGatewaysRequest = exports.DescribeDirectConnectGatewaysRequest || (exports.DescribeDirectConnectGatewaysRequest = {}));
|
|
823
592
|
var DescribeDirectConnectGatewaysResult;
|
|
824
593
|
(function (DescribeDirectConnectGatewaysResult) {
|
|
825
|
-
/**
|
|
826
|
-
* @internal
|
|
827
|
-
*/
|
|
828
594
|
DescribeDirectConnectGatewaysResult.filterSensitiveLog = (obj) => ({
|
|
829
595
|
...obj,
|
|
830
596
|
});
|
|
831
597
|
})(DescribeDirectConnectGatewaysResult = exports.DescribeDirectConnectGatewaysResult || (exports.DescribeDirectConnectGatewaysResult = {}));
|
|
832
598
|
var DescribeHostedConnectionsRequest;
|
|
833
599
|
(function (DescribeHostedConnectionsRequest) {
|
|
834
|
-
/**
|
|
835
|
-
* @internal
|
|
836
|
-
*/
|
|
837
600
|
DescribeHostedConnectionsRequest.filterSensitiveLog = (obj) => ({
|
|
838
601
|
...obj,
|
|
839
602
|
});
|
|
840
603
|
})(DescribeHostedConnectionsRequest = exports.DescribeHostedConnectionsRequest || (exports.DescribeHostedConnectionsRequest = {}));
|
|
841
604
|
var DescribeInterconnectLoaRequest;
|
|
842
605
|
(function (DescribeInterconnectLoaRequest) {
|
|
843
|
-
/**
|
|
844
|
-
* @internal
|
|
845
|
-
*/
|
|
846
606
|
DescribeInterconnectLoaRequest.filterSensitiveLog = (obj) => ({
|
|
847
607
|
...obj,
|
|
848
608
|
});
|
|
849
609
|
})(DescribeInterconnectLoaRequest = exports.DescribeInterconnectLoaRequest || (exports.DescribeInterconnectLoaRequest = {}));
|
|
850
610
|
var DescribeInterconnectLoaResponse;
|
|
851
611
|
(function (DescribeInterconnectLoaResponse) {
|
|
852
|
-
/**
|
|
853
|
-
* @internal
|
|
854
|
-
*/
|
|
855
612
|
DescribeInterconnectLoaResponse.filterSensitiveLog = (obj) => ({
|
|
856
613
|
...obj,
|
|
857
614
|
});
|
|
858
615
|
})(DescribeInterconnectLoaResponse = exports.DescribeInterconnectLoaResponse || (exports.DescribeInterconnectLoaResponse = {}));
|
|
859
616
|
var DescribeInterconnectsRequest;
|
|
860
617
|
(function (DescribeInterconnectsRequest) {
|
|
861
|
-
/**
|
|
862
|
-
* @internal
|
|
863
|
-
*/
|
|
864
618
|
DescribeInterconnectsRequest.filterSensitiveLog = (obj) => ({
|
|
865
619
|
...obj,
|
|
866
620
|
});
|
|
867
621
|
})(DescribeInterconnectsRequest = exports.DescribeInterconnectsRequest || (exports.DescribeInterconnectsRequest = {}));
|
|
868
622
|
var Interconnects;
|
|
869
623
|
(function (Interconnects) {
|
|
870
|
-
/**
|
|
871
|
-
* @internal
|
|
872
|
-
*/
|
|
873
624
|
Interconnects.filterSensitiveLog = (obj) => ({
|
|
874
625
|
...obj,
|
|
875
626
|
});
|
|
876
627
|
})(Interconnects = exports.Interconnects || (exports.Interconnects = {}));
|
|
877
628
|
var DescribeLagsRequest;
|
|
878
629
|
(function (DescribeLagsRequest) {
|
|
879
|
-
/**
|
|
880
|
-
* @internal
|
|
881
|
-
*/
|
|
882
630
|
DescribeLagsRequest.filterSensitiveLog = (obj) => ({
|
|
883
631
|
...obj,
|
|
884
632
|
});
|
|
885
633
|
})(DescribeLagsRequest = exports.DescribeLagsRequest || (exports.DescribeLagsRequest = {}));
|
|
886
634
|
var Lags;
|
|
887
635
|
(function (Lags) {
|
|
888
|
-
/**
|
|
889
|
-
* @internal
|
|
890
|
-
*/
|
|
891
636
|
Lags.filterSensitiveLog = (obj) => ({
|
|
892
637
|
...obj,
|
|
893
638
|
});
|
|
894
639
|
})(Lags = exports.Lags || (exports.Lags = {}));
|
|
895
640
|
var DescribeLoaRequest;
|
|
896
641
|
(function (DescribeLoaRequest) {
|
|
897
|
-
/**
|
|
898
|
-
* @internal
|
|
899
|
-
*/
|
|
900
642
|
DescribeLoaRequest.filterSensitiveLog = (obj) => ({
|
|
901
643
|
...obj,
|
|
902
644
|
});
|
|
903
645
|
})(DescribeLoaRequest = exports.DescribeLoaRequest || (exports.DescribeLoaRequest = {}));
|
|
904
646
|
var Location;
|
|
905
647
|
(function (Location) {
|
|
906
|
-
/**
|
|
907
|
-
* @internal
|
|
908
|
-
*/
|
|
909
648
|
Location.filterSensitiveLog = (obj) => ({
|
|
910
649
|
...obj,
|
|
911
650
|
});
|
|
912
651
|
})(Location = exports.Location || (exports.Location = {}));
|
|
913
652
|
var Locations;
|
|
914
653
|
(function (Locations) {
|
|
915
|
-
/**
|
|
916
|
-
* @internal
|
|
917
|
-
*/
|
|
918
654
|
Locations.filterSensitiveLog = (obj) => ({
|
|
919
655
|
...obj,
|
|
920
656
|
});
|
|
921
657
|
})(Locations = exports.Locations || (exports.Locations = {}));
|
|
658
|
+
var DescribeRouterConfigurationRequest;
|
|
659
|
+
(function (DescribeRouterConfigurationRequest) {
|
|
660
|
+
DescribeRouterConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
661
|
+
...obj,
|
|
662
|
+
});
|
|
663
|
+
})(DescribeRouterConfigurationRequest = exports.DescribeRouterConfigurationRequest || (exports.DescribeRouterConfigurationRequest = {}));
|
|
664
|
+
var RouterType;
|
|
665
|
+
(function (RouterType) {
|
|
666
|
+
RouterType.filterSensitiveLog = (obj) => ({
|
|
667
|
+
...obj,
|
|
668
|
+
});
|
|
669
|
+
})(RouterType = exports.RouterType || (exports.RouterType = {}));
|
|
670
|
+
var DescribeRouterConfigurationResponse;
|
|
671
|
+
(function (DescribeRouterConfigurationResponse) {
|
|
672
|
+
DescribeRouterConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
673
|
+
...obj,
|
|
674
|
+
});
|
|
675
|
+
})(DescribeRouterConfigurationResponse = exports.DescribeRouterConfigurationResponse || (exports.DescribeRouterConfigurationResponse = {}));
|
|
922
676
|
var DescribeTagsRequest;
|
|
923
677
|
(function (DescribeTagsRequest) {
|
|
924
|
-
/**
|
|
925
|
-
* @internal
|
|
926
|
-
*/
|
|
927
678
|
DescribeTagsRequest.filterSensitiveLog = (obj) => ({
|
|
928
679
|
...obj,
|
|
929
680
|
});
|
|
930
681
|
})(DescribeTagsRequest = exports.DescribeTagsRequest || (exports.DescribeTagsRequest = {}));
|
|
931
682
|
var ResourceTag;
|
|
932
683
|
(function (ResourceTag) {
|
|
933
|
-
/**
|
|
934
|
-
* @internal
|
|
935
|
-
*/
|
|
936
684
|
ResourceTag.filterSensitiveLog = (obj) => ({
|
|
937
685
|
...obj,
|
|
938
686
|
});
|
|
939
687
|
})(ResourceTag = exports.ResourceTag || (exports.ResourceTag = {}));
|
|
940
688
|
var DescribeTagsResponse;
|
|
941
689
|
(function (DescribeTagsResponse) {
|
|
942
|
-
/**
|
|
943
|
-
* @internal
|
|
944
|
-
*/
|
|
945
690
|
DescribeTagsResponse.filterSensitiveLog = (obj) => ({
|
|
946
691
|
...obj,
|
|
947
692
|
});
|
|
948
693
|
})(DescribeTagsResponse = exports.DescribeTagsResponse || (exports.DescribeTagsResponse = {}));
|
|
949
694
|
var VirtualGateway;
|
|
950
695
|
(function (VirtualGateway) {
|
|
951
|
-
/**
|
|
952
|
-
* @internal
|
|
953
|
-
*/
|
|
954
696
|
VirtualGateway.filterSensitiveLog = (obj) => ({
|
|
955
697
|
...obj,
|
|
956
698
|
});
|
|
957
699
|
})(VirtualGateway = exports.VirtualGateway || (exports.VirtualGateway = {}));
|
|
958
700
|
var VirtualGateways;
|
|
959
701
|
(function (VirtualGateways) {
|
|
960
|
-
/**
|
|
961
|
-
* @internal
|
|
962
|
-
*/
|
|
963
702
|
VirtualGateways.filterSensitiveLog = (obj) => ({
|
|
964
703
|
...obj,
|
|
965
704
|
});
|
|
966
705
|
})(VirtualGateways = exports.VirtualGateways || (exports.VirtualGateways = {}));
|
|
967
706
|
var DescribeVirtualInterfacesRequest;
|
|
968
707
|
(function (DescribeVirtualInterfacesRequest) {
|
|
969
|
-
/**
|
|
970
|
-
* @internal
|
|
971
|
-
*/
|
|
972
708
|
DescribeVirtualInterfacesRequest.filterSensitiveLog = (obj) => ({
|
|
973
709
|
...obj,
|
|
974
710
|
});
|
|
975
711
|
})(DescribeVirtualInterfacesRequest = exports.DescribeVirtualInterfacesRequest || (exports.DescribeVirtualInterfacesRequest = {}));
|
|
976
712
|
var VirtualInterfaces;
|
|
977
713
|
(function (VirtualInterfaces) {
|
|
978
|
-
/**
|
|
979
|
-
* @internal
|
|
980
|
-
*/
|
|
981
714
|
VirtualInterfaces.filterSensitiveLog = (obj) => ({
|
|
982
715
|
...obj,
|
|
983
716
|
});
|
|
984
717
|
})(VirtualInterfaces = exports.VirtualInterfaces || (exports.VirtualInterfaces = {}));
|
|
985
718
|
var DisassociateConnectionFromLagRequest;
|
|
986
719
|
(function (DisassociateConnectionFromLagRequest) {
|
|
987
|
-
/**
|
|
988
|
-
* @internal
|
|
989
|
-
*/
|
|
990
720
|
DisassociateConnectionFromLagRequest.filterSensitiveLog = (obj) => ({
|
|
991
721
|
...obj,
|
|
992
722
|
});
|
|
993
723
|
})(DisassociateConnectionFromLagRequest = exports.DisassociateConnectionFromLagRequest || (exports.DisassociateConnectionFromLagRequest = {}));
|
|
994
724
|
var DisassociateMacSecKeyRequest;
|
|
995
725
|
(function (DisassociateMacSecKeyRequest) {
|
|
996
|
-
/**
|
|
997
|
-
* @internal
|
|
998
|
-
*/
|
|
999
726
|
DisassociateMacSecKeyRequest.filterSensitiveLog = (obj) => ({
|
|
1000
727
|
...obj,
|
|
1001
728
|
});
|
|
1002
729
|
})(DisassociateMacSecKeyRequest = exports.DisassociateMacSecKeyRequest || (exports.DisassociateMacSecKeyRequest = {}));
|
|
1003
730
|
var DisassociateMacSecKeyResponse;
|
|
1004
731
|
(function (DisassociateMacSecKeyResponse) {
|
|
1005
|
-
/**
|
|
1006
|
-
* @internal
|
|
1007
|
-
*/
|
|
1008
732
|
DisassociateMacSecKeyResponse.filterSensitiveLog = (obj) => ({
|
|
1009
733
|
...obj,
|
|
1010
734
|
});
|
|
1011
735
|
})(DisassociateMacSecKeyResponse = exports.DisassociateMacSecKeyResponse || (exports.DisassociateMacSecKeyResponse = {}));
|
|
1012
736
|
var ListVirtualInterfaceTestHistoryRequest;
|
|
1013
737
|
(function (ListVirtualInterfaceTestHistoryRequest) {
|
|
1014
|
-
/**
|
|
1015
|
-
* @internal
|
|
1016
|
-
*/
|
|
1017
738
|
ListVirtualInterfaceTestHistoryRequest.filterSensitiveLog = (obj) => ({
|
|
1018
739
|
...obj,
|
|
1019
740
|
});
|
|
1020
741
|
})(ListVirtualInterfaceTestHistoryRequest = exports.ListVirtualInterfaceTestHistoryRequest || (exports.ListVirtualInterfaceTestHistoryRequest = {}));
|
|
1021
742
|
var VirtualInterfaceTestHistory;
|
|
1022
743
|
(function (VirtualInterfaceTestHistory) {
|
|
1023
|
-
/**
|
|
1024
|
-
* @internal
|
|
1025
|
-
*/
|
|
1026
744
|
VirtualInterfaceTestHistory.filterSensitiveLog = (obj) => ({
|
|
1027
745
|
...obj,
|
|
1028
746
|
});
|
|
1029
747
|
})(VirtualInterfaceTestHistory = exports.VirtualInterfaceTestHistory || (exports.VirtualInterfaceTestHistory = {}));
|
|
1030
748
|
var ListVirtualInterfaceTestHistoryResponse;
|
|
1031
749
|
(function (ListVirtualInterfaceTestHistoryResponse) {
|
|
1032
|
-
/**
|
|
1033
|
-
* @internal
|
|
1034
|
-
*/
|
|
1035
750
|
ListVirtualInterfaceTestHistoryResponse.filterSensitiveLog = (obj) => ({
|
|
1036
751
|
...obj,
|
|
1037
752
|
});
|
|
1038
753
|
})(ListVirtualInterfaceTestHistoryResponse = exports.ListVirtualInterfaceTestHistoryResponse || (exports.ListVirtualInterfaceTestHistoryResponse = {}));
|
|
1039
754
|
var StartBgpFailoverTestRequest;
|
|
1040
755
|
(function (StartBgpFailoverTestRequest) {
|
|
1041
|
-
/**
|
|
1042
|
-
* @internal
|
|
1043
|
-
*/
|
|
1044
756
|
StartBgpFailoverTestRequest.filterSensitiveLog = (obj) => ({
|
|
1045
757
|
...obj,
|
|
1046
758
|
});
|
|
1047
759
|
})(StartBgpFailoverTestRequest = exports.StartBgpFailoverTestRequest || (exports.StartBgpFailoverTestRequest = {}));
|
|
1048
760
|
var StartBgpFailoverTestResponse;
|
|
1049
761
|
(function (StartBgpFailoverTestResponse) {
|
|
1050
|
-
/**
|
|
1051
|
-
* @internal
|
|
1052
|
-
*/
|
|
1053
762
|
StartBgpFailoverTestResponse.filterSensitiveLog = (obj) => ({
|
|
1054
763
|
...obj,
|
|
1055
764
|
});
|
|
1056
765
|
})(StartBgpFailoverTestResponse = exports.StartBgpFailoverTestResponse || (exports.StartBgpFailoverTestResponse = {}));
|
|
1057
766
|
var StopBgpFailoverTestRequest;
|
|
1058
767
|
(function (StopBgpFailoverTestRequest) {
|
|
1059
|
-
/**
|
|
1060
|
-
* @internal
|
|
1061
|
-
*/
|
|
1062
768
|
StopBgpFailoverTestRequest.filterSensitiveLog = (obj) => ({
|
|
1063
769
|
...obj,
|
|
1064
770
|
});
|
|
1065
771
|
})(StopBgpFailoverTestRequest = exports.StopBgpFailoverTestRequest || (exports.StopBgpFailoverTestRequest = {}));
|
|
1066
772
|
var StopBgpFailoverTestResponse;
|
|
1067
773
|
(function (StopBgpFailoverTestResponse) {
|
|
1068
|
-
/**
|
|
1069
|
-
* @internal
|
|
1070
|
-
*/
|
|
1071
774
|
StopBgpFailoverTestResponse.filterSensitiveLog = (obj) => ({
|
|
1072
775
|
...obj,
|
|
1073
776
|
});
|
|
1074
777
|
})(StopBgpFailoverTestResponse = exports.StopBgpFailoverTestResponse || (exports.StopBgpFailoverTestResponse = {}));
|
|
1075
778
|
var TagResourceRequest;
|
|
1076
779
|
(function (TagResourceRequest) {
|
|
1077
|
-
/**
|
|
1078
|
-
* @internal
|
|
1079
|
-
*/
|
|
1080
780
|
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1081
781
|
...obj,
|
|
1082
782
|
});
|
|
1083
783
|
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
1084
784
|
var TagResourceResponse;
|
|
1085
785
|
(function (TagResourceResponse) {
|
|
1086
|
-
/**
|
|
1087
|
-
* @internal
|
|
1088
|
-
*/
|
|
1089
786
|
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1090
787
|
...obj,
|
|
1091
788
|
});
|
|
1092
789
|
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
1093
790
|
var UntagResourceRequest;
|
|
1094
791
|
(function (UntagResourceRequest) {
|
|
1095
|
-
/**
|
|
1096
|
-
* @internal
|
|
1097
|
-
*/
|
|
1098
792
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1099
793
|
...obj,
|
|
1100
794
|
});
|
|
1101
795
|
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
1102
796
|
var UntagResourceResponse;
|
|
1103
797
|
(function (UntagResourceResponse) {
|
|
1104
|
-
/**
|
|
1105
|
-
* @internal
|
|
1106
|
-
*/
|
|
1107
798
|
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1108
799
|
...obj,
|
|
1109
800
|
});
|
|
1110
801
|
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
1111
802
|
var UpdateConnectionRequest;
|
|
1112
803
|
(function (UpdateConnectionRequest) {
|
|
1113
|
-
/**
|
|
1114
|
-
* @internal
|
|
1115
|
-
*/
|
|
1116
804
|
UpdateConnectionRequest.filterSensitiveLog = (obj) => ({
|
|
1117
805
|
...obj,
|
|
1118
806
|
});
|
|
1119
807
|
})(UpdateConnectionRequest = exports.UpdateConnectionRequest || (exports.UpdateConnectionRequest = {}));
|
|
808
|
+
var UpdateDirectConnectGatewayRequest;
|
|
809
|
+
(function (UpdateDirectConnectGatewayRequest) {
|
|
810
|
+
UpdateDirectConnectGatewayRequest.filterSensitiveLog = (obj) => ({
|
|
811
|
+
...obj,
|
|
812
|
+
});
|
|
813
|
+
})(UpdateDirectConnectGatewayRequest = exports.UpdateDirectConnectGatewayRequest || (exports.UpdateDirectConnectGatewayRequest = {}));
|
|
814
|
+
var UpdateDirectConnectGatewayResponse;
|
|
815
|
+
(function (UpdateDirectConnectGatewayResponse) {
|
|
816
|
+
UpdateDirectConnectGatewayResponse.filterSensitiveLog = (obj) => ({
|
|
817
|
+
...obj,
|
|
818
|
+
});
|
|
819
|
+
})(UpdateDirectConnectGatewayResponse = exports.UpdateDirectConnectGatewayResponse || (exports.UpdateDirectConnectGatewayResponse = {}));
|
|
1120
820
|
var UpdateDirectConnectGatewayAssociationRequest;
|
|
1121
821
|
(function (UpdateDirectConnectGatewayAssociationRequest) {
|
|
1122
|
-
/**
|
|
1123
|
-
* @internal
|
|
1124
|
-
*/
|
|
1125
822
|
UpdateDirectConnectGatewayAssociationRequest.filterSensitiveLog = (obj) => ({
|
|
1126
823
|
...obj,
|
|
1127
824
|
});
|
|
1128
825
|
})(UpdateDirectConnectGatewayAssociationRequest = exports.UpdateDirectConnectGatewayAssociationRequest || (exports.UpdateDirectConnectGatewayAssociationRequest = {}));
|
|
1129
826
|
var UpdateDirectConnectGatewayAssociationResult;
|
|
1130
827
|
(function (UpdateDirectConnectGatewayAssociationResult) {
|
|
1131
|
-
/**
|
|
1132
|
-
* @internal
|
|
1133
|
-
*/
|
|
1134
828
|
UpdateDirectConnectGatewayAssociationResult.filterSensitiveLog = (obj) => ({
|
|
1135
829
|
...obj,
|
|
1136
830
|
});
|
|
1137
831
|
})(UpdateDirectConnectGatewayAssociationResult = exports.UpdateDirectConnectGatewayAssociationResult || (exports.UpdateDirectConnectGatewayAssociationResult = {}));
|
|
1138
832
|
var UpdateLagRequest;
|
|
1139
833
|
(function (UpdateLagRequest) {
|
|
1140
|
-
/**
|
|
1141
|
-
* @internal
|
|
1142
|
-
*/
|
|
1143
834
|
UpdateLagRequest.filterSensitiveLog = (obj) => ({
|
|
1144
835
|
...obj,
|
|
1145
836
|
});
|
|
1146
837
|
})(UpdateLagRequest = exports.UpdateLagRequest || (exports.UpdateLagRequest = {}));
|
|
1147
838
|
var UpdateVirtualInterfaceAttributesRequest;
|
|
1148
839
|
(function (UpdateVirtualInterfaceAttributesRequest) {
|
|
1149
|
-
/**
|
|
1150
|
-
* @internal
|
|
1151
|
-
*/
|
|
1152
840
|
UpdateVirtualInterfaceAttributesRequest.filterSensitiveLog = (obj) => ({
|
|
1153
841
|
...obj,
|
|
1154
842
|
});
|
|
1155
843
|
})(UpdateVirtualInterfaceAttributesRequest = exports.UpdateVirtualInterfaceAttributesRequest || (exports.UpdateVirtualInterfaceAttributesRequest = {}));
|
|
1156
|
-
//# sourceMappingURL=models_0.js.map
|