export declare const ValidationExceptionReason: { readonly CANNOT_PARSE: "cannotParse"; readonly FIELD_VALIDATION_FAILED: "fieldValidationFailed"; readonly OTHER: "other"; readonly UNKNOWN_OPERATION: "unknownOperation"; }; export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason]; export declare const ChangeDirectionEnum: { readonly DECREASE: "DECREASE"; readonly INCREASE: "INCREASE"; }; export type ChangeDirectionEnum = (typeof ChangeDirectionEnum)[keyof typeof ChangeDirectionEnum]; export declare const ExperimentStatus: { readonly CANCELLED: "CANCELLED"; readonly COMPLETED: "COMPLETED"; readonly CREATED: "CREATED"; readonly RUNNING: "RUNNING"; readonly UPDATING: "UPDATING"; }; export type ExperimentStatus = (typeof ExperimentStatus)[keyof typeof ExperimentStatus]; export declare const ExperimentType: { readonly ONLINE_AB_EXPERIMENT: "aws.evidently.onlineab"; }; export type ExperimentType = (typeof ExperimentType)[keyof typeof ExperimentType]; export declare const FeatureEvaluationStrategy: { readonly ALL_RULES: "ALL_RULES"; readonly DEFAULT_VARIATION: "DEFAULT_VARIATION"; }; export type FeatureEvaluationStrategy = (typeof FeatureEvaluationStrategy)[keyof typeof FeatureEvaluationStrategy]; export declare const FeatureStatus: { readonly AVAILABLE: "AVAILABLE"; readonly UPDATING: "UPDATING"; }; export type FeatureStatus = (typeof FeatureStatus)[keyof typeof FeatureStatus]; export declare const VariationValueType: { readonly BOOLEAN: "BOOLEAN"; readonly DOUBLE: "DOUBLE"; readonly LONG: "LONG"; readonly STRING: "STRING"; }; export type VariationValueType = (typeof VariationValueType)[keyof typeof VariationValueType]; export declare const LaunchStatus: { readonly CANCELLED: "CANCELLED"; readonly COMPLETED: "COMPLETED"; readonly CREATED: "CREATED"; readonly RUNNING: "RUNNING"; readonly UPDATING: "UPDATING"; }; export type LaunchStatus = (typeof LaunchStatus)[keyof typeof LaunchStatus]; export declare const LaunchType: { readonly SCHEDULED_SPLITS_LAUNCH: "aws.evidently.splits"; }; export type LaunchType = (typeof LaunchType)[keyof typeof LaunchType]; export declare const ProjectStatus: { readonly AVAILABLE: "AVAILABLE"; readonly UPDATING: "UPDATING"; }; export type ProjectStatus = (typeof ProjectStatus)[keyof typeof ProjectStatus]; export declare const EventType: { readonly CUSTOM: "aws.evidently.custom"; readonly EVALUATION: "aws.evidently.evaluation"; }; export type EventType = (typeof EventType)[keyof typeof EventType]; export declare const ExperimentBaseStat: { readonly MEAN: "Mean"; }; export type ExperimentBaseStat = (typeof ExperimentBaseStat)[keyof typeof ExperimentBaseStat]; export declare const ExperimentReportName: { readonly BAYESIAN_INFERENCE: "BayesianInference"; }; export type ExperimentReportName = (typeof ExperimentReportName)[keyof typeof ExperimentReportName]; export declare const ExperimentResultRequestType: { readonly BASE_STAT: "BaseStat"; readonly CONFIDENCE_INTERVAL: "ConfidenceInterval"; readonly P_VALUE: "PValue"; readonly TREATMENT_EFFECT: "TreatmentEffect"; }; export type ExperimentResultRequestType = (typeof ExperimentResultRequestType)[keyof typeof ExperimentResultRequestType]; export declare const ExperimentResultResponseType: { readonly CONFIDENCE_INTERVAL_LOWERBOUND: "ConfidenceIntervalLowerBound"; readonly CONFIDENCE_INTERVAL_UPPERBOUND: "ConfidenceIntervalUpperBound"; readonly MEAN: "Mean"; readonly P_VALUE: "PValue"; readonly TREATMENT_EFFECT: "TreatmentEffect"; }; export type ExperimentResultResponseType = (typeof ExperimentResultResponseType)[keyof typeof ExperimentResultResponseType]; export declare const ExperimentStopDesiredState: { readonly CANCELLED: "CANCELLED"; readonly COMPLETED: "COMPLETED"; }; export type ExperimentStopDesiredState = (typeof ExperimentStopDesiredState)[keyof typeof ExperimentStopDesiredState]; export declare const LaunchStopDesiredState: { readonly CANCELLED: "CANCELLED"; readonly COMPLETED: "COMPLETED"; }; export type LaunchStopDesiredState = (typeof LaunchStopDesiredState)[keyof typeof LaunchStopDesiredState]; export declare const SegmentReferenceResourceType: { readonly EXPERIMENT: "EXPERIMENT"; readonly LAUNCH: "LAUNCH"; }; export type SegmentReferenceResourceType = (typeof SegmentReferenceResourceType)[keyof typeof SegmentReferenceResourceType];