/** * @public * @enum */ export declare const EventCategoryAggregation: { readonly Data: "Data"; }; /** * @public */ export type EventCategoryAggregation = (typeof EventCategoryAggregation)[keyof typeof EventCategoryAggregation]; /** * @public * @enum */ export declare const Template: { readonly API_ACTIVITY: "API_ACTIVITY"; readonly RESOURCE_ACCESS: "RESOURCE_ACCESS"; readonly USER_ACTIONS: "USER_ACTIONS"; }; /** * @public */ export type Template = (typeof Template)[keyof typeof Template]; /** * @public * @enum */ export declare const BillingMode: { readonly EXTENDABLE_RETENTION_PRICING: "EXTENDABLE_RETENTION_PRICING"; readonly FIXED_RETENTION_PRICING: "FIXED_RETENTION_PRICING"; }; /** * @public */ export type BillingMode = (typeof BillingMode)[keyof typeof BillingMode]; /** * @public * @enum */ export declare const QueryStatus: { readonly CANCELLED: "CANCELLED"; readonly FAILED: "FAILED"; readonly FINISHED: "FINISHED"; readonly QUEUED: "QUEUED"; readonly RUNNING: "RUNNING"; readonly TIMED_OUT: "TIMED_OUT"; }; /** * @public */ export type QueryStatus = (typeof QueryStatus)[keyof typeof QueryStatus]; /** * @public * @enum */ export declare const DestinationType: { readonly AWS_SERVICE: "AWS_SERVICE"; readonly EVENT_DATA_STORE: "EVENT_DATA_STORE"; }; /** * @public */ export type DestinationType = (typeof DestinationType)[keyof typeof DestinationType]; /** * @public * @enum */ export declare const RefreshScheduleFrequencyUnit: { readonly DAYS: "DAYS"; readonly HOURS: "HOURS"; }; /** * @public */ export type RefreshScheduleFrequencyUnit = (typeof RefreshScheduleFrequencyUnit)[keyof typeof RefreshScheduleFrequencyUnit]; /** * @public * @enum */ export declare const RefreshScheduleStatus: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; /** * @public */ export type RefreshScheduleStatus = (typeof RefreshScheduleStatus)[keyof typeof RefreshScheduleStatus]; /** * @public * @enum */ export declare const DashboardType: { readonly CUSTOM: "CUSTOM"; readonly MANAGED: "MANAGED"; }; /** * @public */ export type DashboardType = (typeof DashboardType)[keyof typeof DashboardType]; /** * @public * @enum */ 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"; }; /** * @public */ export type EventDataStoreStatus = (typeof EventDataStoreStatus)[keyof typeof EventDataStoreStatus]; /** * @public * @enum */ 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"; }; /** * @public */ export type DeliveryStatus = (typeof DeliveryStatus)[keyof typeof DeliveryStatus]; /** * @public * @enum */ export declare const FederationStatus: { readonly DISABLED: "DISABLED"; readonly DISABLING: "DISABLING"; readonly ENABLED: "ENABLED"; readonly ENABLING: "ENABLING"; }; /** * @public */ export type FederationStatus = (typeof FederationStatus)[keyof typeof FederationStatus]; /** * @public * @enum */ export declare const DashboardStatus: { readonly CREATED: "CREATED"; readonly CREATING: "CREATING"; readonly DELETING: "DELETING"; readonly UPDATED: "UPDATED"; readonly UPDATING: "UPDATING"; }; /** * @public */ export type DashboardStatus = (typeof DashboardStatus)[keyof typeof DashboardStatus]; /** * @public * @enum */ export declare const Type: { readonly RequestContext: "RequestContext"; readonly TagContext: "TagContext"; }; /** * @public */ export type Type = (typeof Type)[keyof typeof Type]; /** * @public * @enum */ export declare const MaxEventSize: { readonly Large: "Large"; readonly Standard: "Standard"; }; /** * @public */ export type MaxEventSize = (typeof MaxEventSize)[keyof typeof MaxEventSize]; /** * @public * @enum */ export declare const ReadWriteType: { readonly All: "All"; readonly ReadOnly: "ReadOnly"; readonly WriteOnly: "WriteOnly"; }; /** * @public */ export type ReadWriteType = (typeof ReadWriteType)[keyof typeof ReadWriteType]; /** * @public * @enum */ export declare const ImportStatus: { readonly COMPLETED: "COMPLETED"; readonly FAILED: "FAILED"; readonly INITIALIZING: "INITIALIZING"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly STOPPED: "STOPPED"; }; /** * @public */ export type ImportStatus = (typeof ImportStatus)[keyof typeof ImportStatus]; /** * @public * @enum */ export declare const SourceEventCategory: { readonly Data: "Data"; readonly Management: "Management"; }; /** * @public */ export type SourceEventCategory = (typeof SourceEventCategory)[keyof typeof SourceEventCategory]; /** * @public * @enum */ export declare const InsightType: { readonly ApiCallRateInsight: "ApiCallRateInsight"; readonly ApiErrorRateInsight: "ApiErrorRateInsight"; }; /** * @public */ export type InsightType = (typeof InsightType)[keyof typeof InsightType]; /** * @public * @enum */ export declare const ImportFailureStatus: { readonly FAILED: "FAILED"; readonly RETRY: "RETRY"; readonly SUCCEEDED: "SUCCEEDED"; }; /** * @public */ export type ImportFailureStatus = (typeof ImportFailureStatus)[keyof typeof ImportFailureStatus]; /** * @public * @enum */ export declare const ListInsightsDataType: { readonly INSIGHTS_EVENTS: "InsightsEvents"; }; /** * @public */ export type ListInsightsDataType = (typeof ListInsightsDataType)[keyof typeof ListInsightsDataType]; /** * @public * @enum */ export declare const ListInsightsDataDimensionKey: { readonly EVENT_ID: "EventId"; readonly EVENT_NAME: "EventName"; readonly EVENT_SOURCE: "EventSource"; }; /** * @public */ export type ListInsightsDataDimensionKey = (typeof ListInsightsDataDimensionKey)[keyof typeof ListInsightsDataDimensionKey]; /** * @public * @enum */ export declare const InsightsMetricDataType: { readonly FILL_WITH_ZEROS: "FillWithZeros"; readonly NON_ZERO_DATA: "NonZeroData"; }; /** * @public */ export type InsightsMetricDataType = (typeof InsightsMetricDataType)[keyof typeof InsightsMetricDataType]; /** * @public * @enum */ export declare const EventCategory: { readonly Insight: "insight"; }; /** * @public */ export type EventCategory = (typeof EventCategory)[keyof typeof EventCategory]; /** * @public * @enum */ 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"; }; /** * @public */ export type LookupAttributeKey = (typeof LookupAttributeKey)[keyof typeof LookupAttributeKey];