export declare const ResponsePlanSsmAutomationTargetAccount: { readonly ImpactedAccount: "IMPACTED_ACCOUNT"; readonly ResponsePlanOwnerAccount: "RESPONSE_PLAN_OWNER_ACCOUNT"; }; /** * The account type to use when starting the SSM automation document. */ export type ResponsePlanSsmAutomationTargetAccount = (typeof ResponsePlanSsmAutomationTargetAccount)[keyof typeof ResponsePlanSsmAutomationTargetAccount]; export declare const ResponsePlanVariableType: { readonly IncidentRecordArn: "INCIDENT_RECORD_ARN"; readonly InvolvedResources: "INVOLVED_RESOURCES"; }; /** * The variable types used as dynamic parameter value when starting the SSM automation document. */ export type ResponsePlanVariableType = (typeof ResponsePlanVariableType)[keyof typeof ResponsePlanVariableType];