export declare const RetentionIntervalUnitValues: { readonly DAYS: "DAYS"; readonly MONTHS: "MONTHS"; readonly WEEKS: "WEEKS"; readonly YEARS: "YEARS"; }; export type RetentionIntervalUnitValues = (typeof RetentionIntervalUnitValues)[keyof typeof RetentionIntervalUnitValues]; export declare const DefaultPolicyTypeValues: { readonly INSTANCE: "INSTANCE"; readonly VOLUME: "VOLUME"; }; export type DefaultPolicyTypeValues = (typeof DefaultPolicyTypeValues)[keyof typeof DefaultPolicyTypeValues]; export declare const EventTypeValues: { readonly SHARE_SNAPSHOT: "shareSnapshot"; }; export type EventTypeValues = (typeof EventTypeValues)[keyof typeof EventTypeValues]; export declare const EventSourceValues: { readonly MANAGED_CWE: "MANAGED_CWE"; }; export type EventSourceValues = (typeof EventSourceValues)[keyof typeof EventSourceValues]; export declare const PolicyLanguageValues: { readonly SIMPLIFIED: "SIMPLIFIED"; readonly STANDARD: "STANDARD"; }; export type PolicyLanguageValues = (typeof PolicyLanguageValues)[keyof typeof PolicyLanguageValues]; export declare const PolicyTypeValues: { readonly EBS_SNAPSHOT_MANAGEMENT: "EBS_SNAPSHOT_MANAGEMENT"; readonly EVENT_BASED_POLICY: "EVENT_BASED_POLICY"; readonly IMAGE_MANAGEMENT: "IMAGE_MANAGEMENT"; }; export type PolicyTypeValues = (typeof PolicyTypeValues)[keyof typeof PolicyTypeValues]; export declare const ResourceLocationValues: { readonly CLOUD: "CLOUD"; readonly LOCAL_ZONE: "LOCAL_ZONE"; readonly OUTPOST: "OUTPOST"; }; export type ResourceLocationValues = (typeof ResourceLocationValues)[keyof typeof ResourceLocationValues]; export declare const ResourceTypeValues: { readonly INSTANCE: "INSTANCE"; readonly VOLUME: "VOLUME"; }; export type ResourceTypeValues = (typeof ResourceTypeValues)[keyof typeof ResourceTypeValues]; export declare const IntervalUnitValues: { readonly HOURS: "HOURS"; }; export type IntervalUnitValues = (typeof IntervalUnitValues)[keyof typeof IntervalUnitValues]; export declare const LocationValues: { readonly CLOUD: "CLOUD"; readonly LOCAL_ZONE: "LOCAL_ZONE"; readonly OUTPOST_LOCAL: "OUTPOST_LOCAL"; }; export type LocationValues = (typeof LocationValues)[keyof typeof LocationValues]; export declare const ExecutionHandlerServiceValues: { readonly AWS_SYSTEMS_MANAGER: "AWS_SYSTEMS_MANAGER"; }; export type ExecutionHandlerServiceValues = (typeof ExecutionHandlerServiceValues)[keyof typeof ExecutionHandlerServiceValues]; export declare const StageValues: { readonly POST: "POST"; readonly PRE: "PRE"; }; export type StageValues = (typeof StageValues)[keyof typeof StageValues]; export declare const SettablePolicyStateValues: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; export type SettablePolicyStateValues = (typeof SettablePolicyStateValues)[keyof typeof SettablePolicyStateValues]; export declare const DefaultPoliciesTypeValues: { readonly ALL: "ALL"; readonly INSTANCE: "INSTANCE"; readonly VOLUME: "VOLUME"; }; export type DefaultPoliciesTypeValues = (typeof DefaultPoliciesTypeValues)[keyof typeof DefaultPoliciesTypeValues]; export declare const GettablePolicyStateValues: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; readonly ERROR: "ERROR"; }; export type GettablePolicyStateValues = (typeof GettablePolicyStateValues)[keyof typeof GettablePolicyStateValues];