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