export declare const EncryptionStatus: { readonly ACTIVE: "ACTIVE"; readonly UPDATING: "UPDATING"; }; export type EncryptionStatus = (typeof EncryptionStatus)[keyof typeof EncryptionStatus]; export declare const EncryptionType: { readonly KMS: "KMS"; readonly NONE: "NONE"; }; export type EncryptionType = (typeof EncryptionType)[keyof typeof EncryptionType]; export declare const InsightCategory: { readonly FAULT: "FAULT"; }; export type InsightCategory = (typeof InsightCategory)[keyof typeof InsightCategory]; export declare const InsightState: { readonly ACTIVE: "ACTIVE"; readonly CLOSED: "CLOSED"; }; export type InsightState = (typeof InsightState)[keyof typeof InsightState]; export declare const RetrievalStatus: { readonly CANCELLED: "CANCELLED"; readonly COMPLETE: "COMPLETE"; readonly FAILED: "FAILED"; readonly RUNNING: "RUNNING"; readonly SCHEDULED: "SCHEDULED"; readonly TIMEOUT: "TIMEOUT"; }; export type RetrievalStatus = (typeof RetrievalStatus)[keyof typeof RetrievalStatus]; export declare const TraceSegmentDestination: { readonly CloudWatchLogs: "CloudWatchLogs"; readonly XRay: "XRay"; }; export type TraceSegmentDestination = (typeof TraceSegmentDestination)[keyof typeof TraceSegmentDestination]; export declare const TraceSegmentDestinationStatus: { readonly ACTIVE: "ACTIVE"; readonly PENDING: "PENDING"; }; export type TraceSegmentDestinationStatus = (typeof TraceSegmentDestinationStatus)[keyof typeof TraceSegmentDestinationStatus]; export declare const SamplingStrategyName: { readonly FixedRate: "FixedRate"; readonly PartialScan: "PartialScan"; }; export type SamplingStrategyName = (typeof SamplingStrategyName)[keyof typeof SamplingStrategyName]; export declare const TimeRangeType: { readonly Event: "Event"; readonly Service: "Service"; readonly TraceId: "TraceId"; }; export type TimeRangeType = (typeof TimeRangeType)[keyof typeof TimeRangeType]; export declare const TraceFormatType: { readonly OTEL: "OTEL"; readonly XRAY: "XRAY"; }; export type TraceFormatType = (typeof TraceFormatType)[keyof typeof TraceFormatType];