export declare const VariableType: { readonly INCIDENT_RECORD_ARN: "INCIDENT_RECORD_ARN"; readonly INVOLVED_RESOURCES: "INVOLVED_RESOURCES"; }; export type VariableType = (typeof VariableType)[keyof typeof VariableType]; export declare const SsmTargetAccount: { readonly IMPACTED_ACCOUNT: "IMPACTED_ACCOUNT"; readonly RESPONSE_PLAN_OWNER_ACCOUNT: "RESPONSE_PLAN_OWNER_ACCOUNT"; }; export type SsmTargetAccount = (typeof SsmTargetAccount)[keyof typeof SsmTargetAccount]; export declare const ResourceType: { readonly INCIDENT_RECORD: "INCIDENT_RECORD"; readonly REPLICATION_SET: "REPLICATION_SET"; readonly RESOURCE_POLICY: "RESOURCE_POLICY"; readonly RESPONSE_PLAN: "RESPONSE_PLAN"; readonly TIMELINE_EVENT: "TIMELINE_EVENT"; }; export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType]; export declare const ServiceCode: { readonly SSM_INCIDENTS: "ssm-incidents"; }; export type ServiceCode = (typeof ServiceCode)[keyof typeof ServiceCode]; export declare const IncidentRecordStatus: { readonly OPEN: "OPEN"; readonly RESOLVED: "RESOLVED"; }; export type IncidentRecordStatus = (typeof IncidentRecordStatus)[keyof typeof IncidentRecordStatus]; export declare const RegionStatus: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly DELETING: "DELETING"; readonly FAILED: "FAILED"; }; export type RegionStatus = (typeof RegionStatus)[keyof typeof RegionStatus]; export declare const ReplicationSetStatus: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly DELETING: "DELETING"; readonly FAILED: "FAILED"; readonly UPDATING: "UPDATING"; }; export type ReplicationSetStatus = (typeof ReplicationSetStatus)[keyof typeof ReplicationSetStatus]; export declare const ItemType: { readonly ANALYSIS: "ANALYSIS"; readonly ATTACHMENT: "ATTACHMENT"; readonly AUTOMATION: "AUTOMATION"; readonly INCIDENT: "INCIDENT"; readonly INVOLVED_RESOURCE: "INVOLVED_RESOURCE"; readonly METRIC: "METRIC"; readonly OTHER: "OTHER"; readonly PARENT: "PARENT"; readonly TASK: "TASK"; }; export type ItemType = (typeof ItemType)[keyof typeof ItemType]; export declare const TimelineEventSort: { readonly EVENT_TIME: "EVENT_TIME"; }; export type TimelineEventSort = (typeof TimelineEventSort)[keyof typeof TimelineEventSort]; export declare const SortOrder: { readonly ASCENDING: "ASCENDING"; readonly DESCENDING: "DESCENDING"; }; export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];