export declare const InboundExternalLinkLinkStatus: {
    readonly PendingCreation: "PENDING_CREATION";
    readonly PendingRequest: "PENDING_REQUEST";
    readonly Requested: "REQUESTED";
    readonly Accepted: "ACCEPTED";
    readonly Active: "ACTIVE";
    readonly Rejected: "REJECTED";
    readonly Failed: "FAILED";
    readonly PendingDeletion: "PENDING_DELETION";
    readonly Deleted: "DELETED";
    readonly PendingUpdate: "PENDING_UPDATE";
    readonly PendingIsolation: "PENDING_ISOLATION";
    readonly Isolated: "ISOLATED";
    readonly PendingRestoration: "PENDING_RESTORATION";
    readonly UnknownToSdkVersion: "UNKNOWN_TO_SDK_VERSION";
};
export type InboundExternalLinkLinkStatus = (typeof InboundExternalLinkLinkStatus)[keyof typeof InboundExternalLinkLinkStatus];
export declare const InboundExternalLinkResponderErrorMaskingForHttpCodeAction: {
    readonly NoBid: "NO_BID";
    readonly Passthrough: "PASSTHROUGH";
};
export type InboundExternalLinkResponderErrorMaskingForHttpCodeAction = (typeof InboundExternalLinkResponderErrorMaskingForHttpCodeAction)[keyof typeof InboundExternalLinkResponderErrorMaskingForHttpCodeAction];
export declare const InboundExternalLinkResponderErrorMaskingLoggingType: {
    readonly None: "NONE";
    readonly Metric: "METRIC";
    readonly Response: "RESPONSE";
};
export type InboundExternalLinkResponderErrorMaskingLoggingType = (typeof InboundExternalLinkResponderErrorMaskingLoggingType)[keyof typeof InboundExternalLinkResponderErrorMaskingLoggingType];
export declare const LinkDirection: {
    readonly Request: "REQUEST";
    readonly Response: "RESPONSE";
};
export type LinkDirection = (typeof LinkDirection)[keyof typeof LinkDirection];
export declare const LinkResponderErrorMaskingForHttpCodeAction: {
    readonly NoBid: "NO_BID";
    readonly Passthrough: "PASSTHROUGH";
};
/**
 * The action for the error..
 */
export type LinkResponderErrorMaskingForHttpCodeAction = (typeof LinkResponderErrorMaskingForHttpCodeAction)[keyof typeof LinkResponderErrorMaskingForHttpCodeAction];
export declare const LinkResponderErrorMaskingLoggingType: {
    readonly None: "NONE";
    readonly Metric: "METRIC";
    readonly Response: "RESPONSE";
};
export type LinkResponderErrorMaskingLoggingType = (typeof LinkResponderErrorMaskingLoggingType)[keyof typeof LinkResponderErrorMaskingLoggingType];
export declare const LinkRoutingRuleRuleStatus: {
    readonly CreationInProgress: "CREATION_IN_PROGRESS";
    readonly Active: "ACTIVE";
    readonly UpdateInProgress: "UPDATE_IN_PROGRESS";
    readonly DeletionInProgress: "DELETION_IN_PROGRESS";
    readonly Deleted: "DELETED";
    readonly Failed: "FAILED";
};
export type LinkRoutingRuleRuleStatus = (typeof LinkRoutingRuleRuleStatus)[keyof typeof LinkRoutingRuleRuleStatus];
export declare const LinkStatus: {
    readonly PendingCreation: "PENDING_CREATION";
    readonly PendingRequest: "PENDING_REQUEST";
    readonly Requested: "REQUESTED";
    readonly Accepted: "ACCEPTED";
    readonly Active: "ACTIVE";
    readonly Rejected: "REJECTED";
    readonly Failed: "FAILED";
    readonly PendingDeletion: "PENDING_DELETION";
    readonly Deleted: "DELETED";
    readonly PendingUpdate: "PENDING_UPDATE";
    readonly PendingIsolation: "PENDING_ISOLATION";
    readonly Isolated: "ISOLATED";
    readonly PendingRestoration: "PENDING_RESTORATION";
    readonly UnknownToSdkVersion: "UNKNOWN_TO_SDK_VERSION";
};
export type LinkStatus = (typeof LinkStatus)[keyof typeof LinkStatus];
export declare const OutboundExternalLinkLinkStatus: {
    readonly PendingCreation: "PENDING_CREATION";
    readonly PendingRequest: "PENDING_REQUEST";
    readonly Requested: "REQUESTED";
    readonly Accepted: "ACCEPTED";
    readonly Active: "ACTIVE";
    readonly Rejected: "REJECTED";
    readonly Failed: "FAILED";
    readonly PendingDeletion: "PENDING_DELETION";
    readonly Deleted: "DELETED";
    readonly PendingUpdate: "PENDING_UPDATE";
    readonly PendingIsolation: "PENDING_ISOLATION";
    readonly Isolated: "ISOLATED";
    readonly PendingRestoration: "PENDING_RESTORATION";
    readonly UnknownToSdkVersion: "UNKNOWN_TO_SDK_VERSION";
};
export type OutboundExternalLinkLinkStatus = (typeof OutboundExternalLinkLinkStatus)[keyof typeof OutboundExternalLinkLinkStatus];
export declare const OutboundExternalLinkResponderErrorMaskingForHttpCodeAction: {
    readonly NoBid: "NO_BID";
    readonly Passthrough: "PASSTHROUGH";
};
export type OutboundExternalLinkResponderErrorMaskingForHttpCodeAction = (typeof OutboundExternalLinkResponderErrorMaskingForHttpCodeAction)[keyof typeof OutboundExternalLinkResponderErrorMaskingForHttpCodeAction];
export declare const OutboundExternalLinkResponderErrorMaskingLoggingType: {
    readonly None: "NONE";
    readonly Metric: "METRIC";
    readonly Response: "RESPONSE";
};
export type OutboundExternalLinkResponderErrorMaskingLoggingType = (typeof OutboundExternalLinkResponderErrorMaskingLoggingType)[keyof typeof OutboundExternalLinkResponderErrorMaskingLoggingType];
export declare const RequesterGatewayStatus: {
    readonly PendingCreation: "PENDING_CREATION";
    readonly Active: "ACTIVE";
    readonly PendingDeletion: "PENDING_DELETION";
    readonly Deleted: "DELETED";
    readonly Error: "ERROR";
    readonly PendingUpdate: "PENDING_UPDATE";
    readonly Isolated: "ISOLATED";
    readonly PendingIsolation: "PENDING_ISOLATION";
    readonly PendingRestoration: "PENDING_RESTORATION";
};
export type RequesterGatewayStatus = (typeof RequesterGatewayStatus)[keyof typeof RequesterGatewayStatus];
export declare const ResponderGatewayCertificateAssociationStatus: {
    readonly PendingAssociation: "PENDING_ASSOCIATION";
    readonly Associated: "ASSOCIATED";
    readonly PendingDisassociation: "PENDING_DISASSOCIATION";
    readonly Disassociated: "DISASSOCIATED";
    readonly Expired: "EXPIRED";
    readonly Failed: "FAILED";
};
export type ResponderGatewayCertificateAssociationStatus = (typeof ResponderGatewayCertificateAssociationStatus)[keyof typeof ResponderGatewayCertificateAssociationStatus];
export declare const ResponderGatewayGatewayType: {
    readonly External: "EXTERNAL";
    readonly Internal: "INTERNAL";
};
export type ResponderGatewayGatewayType = (typeof ResponderGatewayGatewayType)[keyof typeof ResponderGatewayGatewayType];
export declare const ResponderGatewayProtocol: {
    readonly Http: "HTTP";
    readonly Https: "HTTPS";
};
export type ResponderGatewayProtocol = (typeof ResponderGatewayProtocol)[keyof typeof ResponderGatewayProtocol];
export declare const ResponderGatewayStatus: {
    readonly PendingCreation: "PENDING_CREATION";
    readonly Active: "ACTIVE";
    readonly PendingDeletion: "PENDING_DELETION";
    readonly Deleted: "DELETED";
    readonly Error: "ERROR";
    readonly PendingUpdate: "PENDING_UPDATE";
    readonly Isolated: "ISOLATED";
    readonly PendingIsolation: "PENDING_ISOLATION";
    readonly PendingRestoration: "PENDING_RESTORATION";
};
export type ResponderGatewayStatus = (typeof ResponderGatewayStatus)[keyof typeof ResponderGatewayStatus];
