import { z } from 'zod'; export declare class Stacks { itemSchema: z.ZodObject; ChangeSetId: z.ZodOptional>; Description: z.ZodOptional>; Parameters: z.ZodOptional; ParameterValue: z.ZodOptional; UsePreviousValue: z.ZodOptional>; ResolvedValue: z.ZodOptional>; }, "strip", z.ZodTypeAny, { ParameterKey?: string | undefined; ParameterValue?: string | undefined; UsePreviousValue?: boolean | undefined; ResolvedValue?: string | undefined; }, { ParameterKey?: string | undefined; ParameterValue?: string | undefined; UsePreviousValue?: boolean | undefined; ResolvedValue?: string | undefined; }>, "many">>; CreationTime: z.ZodOptional; DeletionTime: z.ZodOptional>; LastUpdatedTime: z.ZodOptional>; RollbackConfiguration: z.ZodOptional; Type: z.ZodOptional; }, "strip", z.ZodTypeAny, { Arn?: string | undefined; Type?: string | undefined; }, { Arn?: string | undefined; Type?: string | undefined; }>, "many">>>; MonitoringTimeInMinutes: z.ZodOptional>; }, "strip", z.ZodTypeAny, { RollbackTriggers?: { Arn?: string | undefined; Type?: string | undefined; }[] | undefined; MonitoringTimeInMinutes?: number | undefined; }, { RollbackTriggers?: { Arn?: string | undefined; Type?: string | undefined; }[] | undefined; MonitoringTimeInMinutes?: number | undefined; }>>; StackStatus: z.ZodOptional, z.ZodLiteral<"CREATE_FAILED">, z.ZodLiteral<"CREATE_IN_PROGRESS">, z.ZodLiteral<"DELETE_COMPLETE">, z.ZodLiteral<"DELETE_FAILED">, z.ZodLiteral<"DELETE_IN_PROGRESS">, z.ZodLiteral<"IMPORT_COMPLETE">, z.ZodLiteral<"IMPORT_IN_PROGRESS">, z.ZodLiteral<"IMPORT_ROLLBACK_COMPLETE">, z.ZodLiteral<"IMPORT_ROLLBACK_FAILED">, z.ZodLiteral<"IMPORT_ROLLBACK_IN_PROGRESS">, z.ZodLiteral<"REVIEW_IN_PROGRESS">, z.ZodLiteral<"ROLLBACK_COMPLETE">, z.ZodLiteral<"ROLLBACK_FAILED">, z.ZodLiteral<"ROLLBACK_IN_PROGRESS">, z.ZodLiteral<"UPDATE_COMPLETE">, z.ZodLiteral<"UPDATE_COMPLETE_CLEANUP_IN_PROGRESS">, z.ZodLiteral<"UPDATE_FAILED">, z.ZodLiteral<"UPDATE_IN_PROGRESS">, z.ZodLiteral<"UPDATE_ROLLBACK_COMPLETE">, z.ZodLiteral<"UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS">, z.ZodLiteral<"UPDATE_ROLLBACK_FAILED">, z.ZodLiteral<"UPDATE_ROLLBACK_IN_PROGRESS">]>>; StackStatusReason: z.ZodOptional>; DisableRollback: z.ZodOptional; NotificationARNs: z.ZodOptional>; TimeoutInMinutes: z.ZodOptional>; Capabilities: z.ZodOptional, z.ZodLiteral<"CAPABILITY_IAM">, z.ZodLiteral<"CAPABILITY_NAMED_IAM">]>, "many">>; Outputs: z.ZodOptional; OutputValue: z.ZodOptional; Description: z.ZodOptional>; ExportName: z.ZodOptional>; }, "strip", z.ZodTypeAny, { Description?: string | undefined; OutputKey?: string | undefined; OutputValue?: string | undefined; ExportName?: string | undefined; }, { Description?: string | undefined; OutputKey?: string | undefined; OutputValue?: string | undefined; ExportName?: string | undefined; }>, "many">>>; RoleARN: z.ZodOptional>; Tags: z.ZodOptional; Value: z.ZodOptional; }, "strip", z.ZodTypeAny, { Key?: string | undefined; Value?: string | undefined; }, { Key?: string | undefined; Value?: string | undefined; }>, "many">>; EnableTerminationProtection: z.ZodOptional>; ParentId: z.ZodOptional>; RootId: z.ZodOptional>; DriftInformation: z.ZodOptional, z.ZodLiteral<"IN_SYNC">, z.ZodLiteral<"NOT_CHECKED">, z.ZodLiteral<"UNKNOWN">]>>; LastCheckTimestamp: z.ZodOptional>; }, "strip", z.ZodTypeAny, { StackDriftStatus?: "DRIFTED" | "IN_SYNC" | "NOT_CHECKED" | "UNKNOWN" | undefined; LastCheckTimestamp?: Date | undefined; }, { StackDriftStatus?: "DRIFTED" | "IN_SYNC" | "NOT_CHECKED" | "UNKNOWN" | undefined; LastCheckTimestamp?: Date | undefined; }>>; }, { StackId: z.ZodEffects; }>, "strip", z.ZodTypeAny, { Tags?: { Key?: string | undefined; Value?: string | undefined; }[] | undefined; Description?: string | undefined; StackName?: string | undefined; ChangeSetId?: string | undefined; Parameters?: { ParameterKey?: string | undefined; ParameterValue?: string | undefined; UsePreviousValue?: boolean | undefined; ResolvedValue?: string | undefined; }[] | undefined; CreationTime?: Date | undefined; DeletionTime?: Date | undefined; LastUpdatedTime?: Date | undefined; RollbackConfiguration?: { RollbackTriggers?: { Arn?: string | undefined; Type?: string | undefined; }[] | undefined; MonitoringTimeInMinutes?: number | undefined; } | undefined; StackStatus?: "CREATE_COMPLETE" | "CREATE_FAILED" | "CREATE_IN_PROGRESS" | "DELETE_COMPLETE" | "DELETE_FAILED" | "DELETE_IN_PROGRESS" | "IMPORT_COMPLETE" | "IMPORT_IN_PROGRESS" | "IMPORT_ROLLBACK_COMPLETE" | "IMPORT_ROLLBACK_FAILED" | "IMPORT_ROLLBACK_IN_PROGRESS" | "REVIEW_IN_PROGRESS" | "ROLLBACK_COMPLETE" | "ROLLBACK_FAILED" | "ROLLBACK_IN_PROGRESS" | "UPDATE_COMPLETE" | "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS" | "UPDATE_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_ROLLBACK_COMPLETE" | "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS" | "UPDATE_ROLLBACK_FAILED" | "UPDATE_ROLLBACK_IN_PROGRESS" | undefined; StackStatusReason?: string | undefined; DisableRollback?: boolean | undefined; NotificationARNs?: string[] | undefined; TimeoutInMinutes?: number | undefined; Capabilities?: ("CAPABILITY_AUTO_EXPAND" | "CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM")[] | undefined; Outputs?: { Description?: string | undefined; OutputKey?: string | undefined; OutputValue?: string | undefined; ExportName?: string | undefined; }[] | undefined; RoleARN?: string | undefined; EnableTerminationProtection?: boolean | undefined; ParentId?: string | undefined; RootId?: string | undefined; DriftInformation?: { StackDriftStatus?: "DRIFTED" | "IN_SYNC" | "NOT_CHECKED" | "UNKNOWN" | undefined; LastCheckTimestamp?: Date | undefined; } | undefined; StackId: string; }, { Tags?: { Key?: string | undefined; Value?: string | undefined; }[] | undefined; Description?: string | undefined; StackName?: string | undefined; ChangeSetId?: string | undefined; Parameters?: { ParameterKey?: string | undefined; ParameterValue?: string | undefined; UsePreviousValue?: boolean | undefined; ResolvedValue?: string | undefined; }[] | undefined; CreationTime?: Date | undefined; DeletionTime?: Date | undefined; LastUpdatedTime?: Date | undefined; RollbackConfiguration?: { RollbackTriggers?: { Arn?: string | undefined; Type?: string | undefined; }[] | undefined; MonitoringTimeInMinutes?: number | undefined; } | undefined; StackStatus?: "CREATE_COMPLETE" | "CREATE_FAILED" | "CREATE_IN_PROGRESS" | "DELETE_COMPLETE" | "DELETE_FAILED" | "DELETE_IN_PROGRESS" | "IMPORT_COMPLETE" | "IMPORT_IN_PROGRESS" | "IMPORT_ROLLBACK_COMPLETE" | "IMPORT_ROLLBACK_FAILED" | "IMPORT_ROLLBACK_IN_PROGRESS" | "REVIEW_IN_PROGRESS" | "ROLLBACK_COMPLETE" | "ROLLBACK_FAILED" | "ROLLBACK_IN_PROGRESS" | "UPDATE_COMPLETE" | "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS" | "UPDATE_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_ROLLBACK_COMPLETE" | "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS" | "UPDATE_ROLLBACK_FAILED" | "UPDATE_ROLLBACK_IN_PROGRESS" | undefined; StackStatusReason?: string | undefined; DisableRollback?: boolean | undefined; NotificationARNs?: string[] | undefined; TimeoutInMinutes?: number | undefined; Capabilities?: ("CAPABILITY_AUTO_EXPAND" | "CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM")[] | undefined; Outputs?: { Description?: string | undefined; OutputKey?: string | undefined; OutputValue?: string | undefined; ExportName?: string | undefined; }[] | undefined; RoleARN?: string | undefined; EnableTerminationProtection?: boolean | undefined; ParentId?: string | undefined; RootId?: string | undefined; DriftInformation?: { StackDriftStatus?: "DRIFTED" | "IN_SYNC" | "NOT_CHECKED" | "UNKNOWN" | undefined; LastCheckTimestamp?: Date | undefined; } | undefined; StackId: string; }>; collectionSchema: z.ZodArray; ChangeSetId: z.ZodOptional>; Description: z.ZodOptional>; Parameters: z.ZodOptional; ParameterValue: z.ZodOptional; UsePreviousValue: z.ZodOptional>; ResolvedValue: z.ZodOptional>; }, "strip", z.ZodTypeAny, { ParameterKey?: string | undefined; ParameterValue?: string | undefined; UsePreviousValue?: boolean | undefined; ResolvedValue?: string | undefined; }, { ParameterKey?: string | undefined; ParameterValue?: string | undefined; UsePreviousValue?: boolean | undefined; ResolvedValue?: string | undefined; }>, "many">>; CreationTime: z.ZodOptional; DeletionTime: z.ZodOptional>; LastUpdatedTime: z.ZodOptional>; RollbackConfiguration: z.ZodOptional; Type: z.ZodOptional; }, "strip", z.ZodTypeAny, { Arn?: string | undefined; Type?: string | undefined; }, { Arn?: string | undefined; Type?: string | undefined; }>, "many">>>; MonitoringTimeInMinutes: z.ZodOptional>; }, "strip", z.ZodTypeAny, { RollbackTriggers?: { Arn?: string | undefined; Type?: string | undefined; }[] | undefined; MonitoringTimeInMinutes?: number | undefined; }, { RollbackTriggers?: { Arn?: string | undefined; Type?: string | undefined; }[] | undefined; MonitoringTimeInMinutes?: number | undefined; }>>; StackStatus: z.ZodOptional, z.ZodLiteral<"CREATE_FAILED">, z.ZodLiteral<"CREATE_IN_PROGRESS">, z.ZodLiteral<"DELETE_COMPLETE">, z.ZodLiteral<"DELETE_FAILED">, z.ZodLiteral<"DELETE_IN_PROGRESS">, z.ZodLiteral<"IMPORT_COMPLETE">, z.ZodLiteral<"IMPORT_IN_PROGRESS">, z.ZodLiteral<"IMPORT_ROLLBACK_COMPLETE">, z.ZodLiteral<"IMPORT_ROLLBACK_FAILED">, z.ZodLiteral<"IMPORT_ROLLBACK_IN_PROGRESS">, z.ZodLiteral<"REVIEW_IN_PROGRESS">, z.ZodLiteral<"ROLLBACK_COMPLETE">, z.ZodLiteral<"ROLLBACK_FAILED">, z.ZodLiteral<"ROLLBACK_IN_PROGRESS">, z.ZodLiteral<"UPDATE_COMPLETE">, z.ZodLiteral<"UPDATE_COMPLETE_CLEANUP_IN_PROGRESS">, z.ZodLiteral<"UPDATE_FAILED">, z.ZodLiteral<"UPDATE_IN_PROGRESS">, z.ZodLiteral<"UPDATE_ROLLBACK_COMPLETE">, z.ZodLiteral<"UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS">, z.ZodLiteral<"UPDATE_ROLLBACK_FAILED">, z.ZodLiteral<"UPDATE_ROLLBACK_IN_PROGRESS">]>>; StackStatusReason: z.ZodOptional>; DisableRollback: z.ZodOptional; NotificationARNs: z.ZodOptional>; TimeoutInMinutes: z.ZodOptional>; Capabilities: z.ZodOptional, z.ZodLiteral<"CAPABILITY_IAM">, z.ZodLiteral<"CAPABILITY_NAMED_IAM">]>, "many">>; Outputs: z.ZodOptional; OutputValue: z.ZodOptional; Description: z.ZodOptional>; ExportName: z.ZodOptional>; }, "strip", z.ZodTypeAny, { Description?: string | undefined; OutputKey?: string | undefined; OutputValue?: string | undefined; ExportName?: string | undefined; }, { Description?: string | undefined; OutputKey?: string | undefined; OutputValue?: string | undefined; ExportName?: string | undefined; }>, "many">>>; RoleARN: z.ZodOptional>; Tags: z.ZodOptional; Value: z.ZodOptional; }, "strip", z.ZodTypeAny, { Key?: string | undefined; Value?: string | undefined; }, { Key?: string | undefined; Value?: string | undefined; }>, "many">>; EnableTerminationProtection: z.ZodOptional>; ParentId: z.ZodOptional>; RootId: z.ZodOptional>; DriftInformation: z.ZodOptional, z.ZodLiteral<"IN_SYNC">, z.ZodLiteral<"NOT_CHECKED">, z.ZodLiteral<"UNKNOWN">]>>; LastCheckTimestamp: z.ZodOptional>; }, "strip", z.ZodTypeAny, { StackDriftStatus?: "DRIFTED" | "IN_SYNC" | "NOT_CHECKED" | "UNKNOWN" | undefined; LastCheckTimestamp?: Date | undefined; }, { StackDriftStatus?: "DRIFTED" | "IN_SYNC" | "NOT_CHECKED" | "UNKNOWN" | undefined; LastCheckTimestamp?: Date | undefined; }>>; }, { StackId: z.ZodEffects; }>, "strip", z.ZodTypeAny, { Tags?: { Key?: string | undefined; Value?: string | undefined; }[] | undefined; Description?: string | undefined; StackName?: string | undefined; ChangeSetId?: string | undefined; Parameters?: { ParameterKey?: string | undefined; ParameterValue?: string | undefined; UsePreviousValue?: boolean | undefined; ResolvedValue?: string | undefined; }[] | undefined; CreationTime?: Date | undefined; DeletionTime?: Date | undefined; LastUpdatedTime?: Date | undefined; RollbackConfiguration?: { RollbackTriggers?: { Arn?: string | undefined; Type?: string | undefined; }[] | undefined; MonitoringTimeInMinutes?: number | undefined; } | undefined; StackStatus?: "CREATE_COMPLETE" | "CREATE_FAILED" | "CREATE_IN_PROGRESS" | "DELETE_COMPLETE" | "DELETE_FAILED" | "DELETE_IN_PROGRESS" | "IMPORT_COMPLETE" | "IMPORT_IN_PROGRESS" | "IMPORT_ROLLBACK_COMPLETE" | "IMPORT_ROLLBACK_FAILED" | "IMPORT_ROLLBACK_IN_PROGRESS" | "REVIEW_IN_PROGRESS" | "ROLLBACK_COMPLETE" | "ROLLBACK_FAILED" | "ROLLBACK_IN_PROGRESS" | "UPDATE_COMPLETE" | "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS" | "UPDATE_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_ROLLBACK_COMPLETE" | "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS" | "UPDATE_ROLLBACK_FAILED" | "UPDATE_ROLLBACK_IN_PROGRESS" | undefined; StackStatusReason?: string | undefined; DisableRollback?: boolean | undefined; NotificationARNs?: string[] | undefined; TimeoutInMinutes?: number | undefined; Capabilities?: ("CAPABILITY_AUTO_EXPAND" | "CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM")[] | undefined; Outputs?: { Description?: string | undefined; OutputKey?: string | undefined; OutputValue?: string | undefined; ExportName?: string | undefined; }[] | undefined; RoleARN?: string | undefined; EnableTerminationProtection?: boolean | undefined; ParentId?: string | undefined; RootId?: string | undefined; DriftInformation?: { StackDriftStatus?: "DRIFTED" | "IN_SYNC" | "NOT_CHECKED" | "UNKNOWN" | undefined; LastCheckTimestamp?: Date | undefined; } | undefined; StackId: string; }, { Tags?: { Key?: string | undefined; Value?: string | undefined; }[] | undefined; Description?: string | undefined; StackName?: string | undefined; ChangeSetId?: string | undefined; Parameters?: { ParameterKey?: string | undefined; ParameterValue?: string | undefined; UsePreviousValue?: boolean | undefined; ResolvedValue?: string | undefined; }[] | undefined; CreationTime?: Date | undefined; DeletionTime?: Date | undefined; LastUpdatedTime?: Date | undefined; RollbackConfiguration?: { RollbackTriggers?: { Arn?: string | undefined; Type?: string | undefined; }[] | undefined; MonitoringTimeInMinutes?: number | undefined; } | undefined; StackStatus?: "CREATE_COMPLETE" | "CREATE_FAILED" | "CREATE_IN_PROGRESS" | "DELETE_COMPLETE" | "DELETE_FAILED" | "DELETE_IN_PROGRESS" | "IMPORT_COMPLETE" | "IMPORT_IN_PROGRESS" | "IMPORT_ROLLBACK_COMPLETE" | "IMPORT_ROLLBACK_FAILED" | "IMPORT_ROLLBACK_IN_PROGRESS" | "REVIEW_IN_PROGRESS" | "ROLLBACK_COMPLETE" | "ROLLBACK_FAILED" | "ROLLBACK_IN_PROGRESS" | "UPDATE_COMPLETE" | "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS" | "UPDATE_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_ROLLBACK_COMPLETE" | "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS" | "UPDATE_ROLLBACK_FAILED" | "UPDATE_ROLLBACK_IN_PROGRESS" | undefined; StackStatusReason?: string | undefined; DisableRollback?: boolean | undefined; NotificationARNs?: string[] | undefined; TimeoutInMinutes?: number | undefined; Capabilities?: ("CAPABILITY_AUTO_EXPAND" | "CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM")[] | undefined; Outputs?: { Description?: string | undefined; OutputKey?: string | undefined; OutputValue?: string | undefined; ExportName?: string | undefined; }[] | undefined; RoleARN?: string | undefined; EnableTerminationProtection?: boolean | undefined; ParentId?: string | undefined; RootId?: string | undefined; DriftInformation?: { StackDriftStatus?: "DRIFTED" | "IN_SYNC" | "NOT_CHECKED" | "UNKNOWN" | undefined; LastCheckTimestamp?: Date | undefined; } | undefined; StackId: string; }>, "many">; describeStacks(params: { region: string; }): Promise>; list(): Promise<{ region: { Endpoint?: string | undefined; OptInStatus?: string | undefined; RegionName: string; }; stacks: import("@aws-sdk/types").Paginator; }[]>; clear(): Promise; write(): Promise; } declare const _default: Stacks; export default _default; //# sourceMappingURL=stacks.d.ts.map