export declare const EventCategoryAggregation: { readonly Data: "Data"; }; export type EventCategoryAggregation = (typeof EventCategoryAggregation)[keyof typeof EventCategoryAggregation]; export declare const Template: { readonly API_ACTIVITY: "API_ACTIVITY"; readonly RESOURCE_ACCESS: "RESOURCE_ACCESS"; readonly USER_ACTIONS: "USER_ACTIONS"; }; export type Template = (typeof Template)[keyof typeof Template]; export declare const BillingMode: { readonly EXTENDABLE_RETENTION_PRICING: "EXTENDABLE_RETENTION_PRICING"; readonly FIXED_RETENTION_PRICING: "FIXED_RETENTION_PRICING"; }; export type BillingMode = (typeof BillingMode)[keyof typeof BillingMode]; export declare const QueryStatus: { readonly CANCELLED: "CANCELLED"; readonly FAILED: "FAILED"; readonly FINISHED: "FINISHED"; readonly QUEUED: "QUEUED"; readonly RUNNING: "RUNNING"; readonly TIMED_OUT: "TIMED_OUT"; }; export type QueryStatus = (typeof QueryStatus)[keyof typeof QueryStatus]; export declare const DestinationType: { readonly AWS_SERVICE: "AWS_SERVICE"; readonly EVENT_DATA_STORE: "EVENT_DATA_STORE"; }; export type DestinationType = (typeof DestinationType)[keyof typeof DestinationType]; export declare const RefreshScheduleFrequencyUnit: { readonly DAYS: "DAYS"; readonly HOURS: "HOURS"; }; export type RefreshScheduleFrequencyUnit = (typeof RefreshScheduleFrequencyUnit)[keyof typeof RefreshScheduleFrequencyUnit]; export declare const RefreshScheduleStatus: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; export type RefreshScheduleStatus = (typeof RefreshScheduleStatus)[keyof typeof RefreshScheduleStatus]; export declare const DashboardType: { readonly CUSTOM: "CUSTOM"; readonly MANAGED: "MANAGED"; }; export type DashboardType = (typeof DashboardType)[keyof typeof DashboardType]; export declare const EventDataStoreStatus: { readonly CREATED: "CREATED"; readonly ENABLED: "ENABLED"; readonly PENDING_DELETION: "PENDING_DELETION"; readonly STARTING_INGESTION: "STARTING_INGESTION"; readonly STOPPED_INGESTION: "STOPPED_INGESTION"; readonly STOPPING_INGESTION: "STOPPING_INGESTION"; }; export type EventDataStoreStatus = (typeof EventDataStoreStatus)[keyof typeof EventDataStoreStatus]; export declare const DeliveryStatus: { readonly ACCESS_DENIED: "ACCESS_DENIED"; readonly ACCESS_DENIED_SIGNING_FILE: "ACCESS_DENIED_SIGNING_FILE"; readonly CANCELLED: "CANCELLED"; readonly FAILED: "FAILED"; readonly FAILED_SIGNING_FILE: "FAILED_SIGNING_FILE"; readonly PENDING: "PENDING"; readonly RESOURCE_NOT_FOUND: "RESOURCE_NOT_FOUND"; readonly SUCCESS: "SUCCESS"; readonly UNKNOWN: "UNKNOWN"; }; export type DeliveryStatus = (typeof DeliveryStatus)[keyof typeof DeliveryStatus]; export declare const FederationStatus: { readonly DISABLED: "DISABLED"; readonly DISABLING: "DISABLING"; readonly ENABLED: "ENABLED"; readonly ENABLING: "ENABLING"; }; export type FederationStatus = (typeof FederationStatus)[keyof typeof FederationStatus]; export declare const DashboardStatus: { readonly CREATED: "CREATED"; readonly CREATING: "CREATING"; readonly DELETING: "DELETING"; readonly UPDATED: "UPDATED"; readonly UPDATING: "UPDATING"; }; export type DashboardStatus = (typeof DashboardStatus)[keyof typeof DashboardStatus]; export declare const Type: { readonly RequestContext: "RequestContext"; readonly TagContext: "TagContext"; }; export type Type = (typeof Type)[keyof typeof Type]; export declare const MaxEventSize: { readonly Large: "Large"; readonly Standard: "Standard"; }; export type MaxEventSize = (typeof MaxEventSize)[keyof typeof MaxEventSize]; export declare const ReadWriteType: { readonly All: "All"; readonly ReadOnly: "ReadOnly"; readonly WriteOnly: "WriteOnly"; }; export type ReadWriteType = (typeof ReadWriteType)[keyof typeof ReadWriteType]; export declare const ImportStatus: { readonly COMPLETED: "COMPLETED"; readonly FAILED: "FAILED"; readonly INITIALIZING: "INITIALIZING"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly STOPPED: "STOPPED"; }; export type ImportStatus = (typeof ImportStatus)[keyof typeof ImportStatus]; export declare const SourceEventCategory: { readonly Data: "Data"; readonly Management: "Management"; }; export type SourceEventCategory = (typeof SourceEventCategory)[keyof typeof SourceEventCategory]; export declare const InsightType: { readonly ApiCallRateInsight: "ApiCallRateInsight"; readonly ApiErrorRateInsight: "ApiErrorRateInsight"; }; export type InsightType = (typeof InsightType)[keyof typeof InsightType]; export declare const ImportFailureStatus: { readonly FAILED: "FAILED"; readonly RETRY: "RETRY"; readonly SUCCEEDED: "SUCCEEDED"; }; export type ImportFailureStatus = (typeof ImportFailureStatus)[keyof typeof ImportFailureStatus]; export declare const ListInsightsDataType: { readonly INSIGHTS_EVENTS: "InsightsEvents"; }; export type ListInsightsDataType = (typeof ListInsightsDataType)[keyof typeof ListInsightsDataType]; export declare const ListInsightsDataDimensionKey: { readonly EVENT_ID: "EventId"; readonly EVENT_NAME: "EventName"; readonly EVENT_SOURCE: "EventSource"; }; export type ListInsightsDataDimensionKey = (typeof ListInsightsDataDimensionKey)[keyof typeof ListInsightsDataDimensionKey]; export declare const InsightsMetricDataType: { readonly FILL_WITH_ZEROS: "FillWithZeros"; readonly NON_ZERO_DATA: "NonZeroData"; }; export type InsightsMetricDataType = (typeof InsightsMetricDataType)[keyof typeof InsightsMetricDataType]; export declare const EventCategory: { readonly Insight: "insight"; }; export type EventCategory = (typeof EventCategory)[keyof typeof EventCategory]; export declare const LookupAttributeKey: { readonly ACCESS_KEY_ID: "AccessKeyId"; readonly EVENT_ID: "EventId"; readonly EVENT_NAME: "EventName"; readonly EVENT_SOURCE: "EventSource"; readonly READ_ONLY: "ReadOnly"; readonly RESOURCE_NAME: "ResourceName"; readonly RESOURCE_TYPE: "ResourceType"; readonly USERNAME: "Username"; }; export type LookupAttributeKey = (typeof LookupAttributeKey)[keyof typeof LookupAttributeKey];