export declare const AccessDeniedExceptionReason: { readonly DEPENDENCY_ACCESS_DENIED: "DEPENDENCY_ACCESS_DENIED"; readonly UNAUTHORIZED_ACCOUNT: "UNAUTHORIZED_ACCOUNT"; }; export type AccessDeniedExceptionReason = (typeof AccessDeniedExceptionReason)[keyof typeof AccessDeniedExceptionReason]; export declare const ChecksumAggregationMethod: { readonly CHECKSUM_AGGREGATION_LINEAR: "LINEAR"; }; export type ChecksumAggregationMethod = (typeof ChecksumAggregationMethod)[keyof typeof ChecksumAggregationMethod]; export declare const ChecksumAlgorithm: { readonly CHECKSUM_ALGORITHM_SHA256: "SHA256"; }; export type ChecksumAlgorithm = (typeof ChecksumAlgorithm)[keyof typeof ChecksumAlgorithm]; export declare const Status: { readonly COMPLETED: "completed"; readonly ERROR: "error"; readonly PENDING: "pending"; }; export type Status = (typeof Status)[keyof typeof Status]; export declare const RequestThrottledExceptionReason: { readonly ACCOUNT_THROTTLED: "ACCOUNT_THROTTLED"; readonly DEPENDENCY_REQUEST_THROTTLED: "DEPENDENCY_REQUEST_THROTTLED"; readonly RESOURCE_LEVEL_THROTTLE: "RESOURCE_LEVEL_THROTTLE"; }; export type RequestThrottledExceptionReason = (typeof RequestThrottledExceptionReason)[keyof typeof RequestThrottledExceptionReason]; export declare const ResourceNotFoundExceptionReason: { readonly DEPENDENCY_RESOURCE_NOT_FOUND: "DEPENDENCY_RESOURCE_NOT_FOUND"; readonly GRANT_NOT_FOUND: "GRANT_NOT_FOUND"; readonly IMAGE_NOT_FOUND: "IMAGE_NOT_FOUND"; readonly SNAPSHOT_NOT_FOUND: "SNAPSHOT_NOT_FOUND"; }; export type ResourceNotFoundExceptionReason = (typeof ResourceNotFoundExceptionReason)[keyof typeof ResourceNotFoundExceptionReason]; export declare const ServiceQuotaExceededExceptionReason: { readonly DEPENDENCY_SERVICE_QUOTA_EXCEEDED: "DEPENDENCY_SERVICE_QUOTA_EXCEEDED"; }; export type ServiceQuotaExceededExceptionReason = (typeof ServiceQuotaExceededExceptionReason)[keyof typeof ServiceQuotaExceededExceptionReason]; export declare const ValidationExceptionReason: { readonly CONFLICTING_BLOCK_UPDATE: "CONFLICTING_BLOCK_UPDATE"; readonly INVALID_BLOCK: "INVALID_BLOCK"; readonly INVALID_BLOCK_TOKEN: "INVALID_BLOCK_TOKEN"; readonly INVALID_CONTENT_ENCODING: "INVALID_CONTENT_ENCODING"; readonly INVALID_CUSTOMER_KEY: "INVALID_CUSTOMER_KEY"; readonly INVALID_DEPENDENCY_REQUEST: "INVALID_DEPENDENCY_REQUEST"; readonly INVALID_GRANT_TOKEN: "INVALID_GRANT_TOKEN"; readonly INVALID_IMAGE_ID: "INVALID_IMAGE_ID"; readonly INVALID_PAGE_TOKEN: "INVALID_PAGE_TOKEN"; readonly INVALID_PARAMETER_VALUE: "INVALID_PARAMETER_VALUE"; readonly INVALID_SNAPSHOT_ID: "INVALID_SNAPSHOT_ID"; readonly INVALID_TAG: "INVALID_TAG"; readonly INVALID_VOLUME_SIZE: "INVALID_VOLUME_SIZE"; readonly UNRELATED_SNAPSHOTS: "UNRELATED_SNAPSHOTS"; readonly WRITE_REQUEST_TIMEOUT: "WRITE_REQUEST_TIMEOUT"; }; export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason]; export declare const SSEType: { readonly NONE: "none"; readonly SSE_EBS: "sse-ebs"; readonly SSE_KMS: "sse-kms"; }; export type SSEType = (typeof SSEType)[keyof typeof SSEType];