/** * @public * @enum */ export declare const ErrorCode: { readonly ActivationKeyExpired: "ActivationKeyExpired"; readonly ActivationKeyInvalid: "ActivationKeyInvalid"; readonly ActivationKeyNotFound: "ActivationKeyNotFound"; readonly AuthenticationFailure: "AuthenticationFailure"; readonly BandwidthThrottleScheduleNotFound: "BandwidthThrottleScheduleNotFound"; readonly Blocked: "Blocked"; readonly CannotExportSnapshot: "CannotExportSnapshot"; readonly ChapCredentialNotFound: "ChapCredentialNotFound"; readonly DiskAlreadyAllocated: "DiskAlreadyAllocated"; readonly DiskDoesNotExist: "DiskDoesNotExist"; readonly DiskSizeGreaterThanVolumeMaxSize: "DiskSizeGreaterThanVolumeMaxSize"; readonly DiskSizeLessThanVolumeSize: "DiskSizeLessThanVolumeSize"; readonly DiskSizeNotGigAligned: "DiskSizeNotGigAligned"; readonly DuplicateCertificateInfo: "DuplicateCertificateInfo"; readonly DuplicateSchedule: "DuplicateSchedule"; readonly EndpointNotFound: "EndpointNotFound"; readonly GatewayInternalError: "GatewayInternalError"; readonly GatewayNotConnected: "GatewayNotConnected"; readonly GatewayNotFound: "GatewayNotFound"; readonly GatewayProxyNetworkConnectionBusy: "GatewayProxyNetworkConnectionBusy"; readonly IAMNotSupported: "IAMNotSupported"; readonly InitiatorInvalid: "InitiatorInvalid"; readonly InitiatorNotFound: "InitiatorNotFound"; readonly InternalError: "InternalError"; readonly InvalidEndpoint: "InvalidEndpoint"; readonly InvalidGateway: "InvalidGateway"; readonly InvalidParameters: "InvalidParameters"; readonly InvalidSchedule: "InvalidSchedule"; readonly JoinDomainInProgress: "JoinDomainInProgress"; readonly LocalStorageLimitExceeded: "LocalStorageLimitExceeded"; readonly LunAlreadyAllocated_: "LunAlreadyAllocated "; readonly LunInvalid: "LunInvalid"; readonly MaximumContentLengthExceeded: "MaximumContentLengthExceeded"; readonly MaximumTapeCartridgeCountExceeded: "MaximumTapeCartridgeCountExceeded"; readonly MaximumVolumeCountExceeded: "MaximumVolumeCountExceeded"; readonly NetworkConfigurationChanged: "NetworkConfigurationChanged"; readonly NoDisksAvailable: "NoDisksAvailable"; readonly NotImplemented: "NotImplemented"; readonly NotSupported: "NotSupported"; readonly OperationAborted: "OperationAborted"; readonly OutdatedGateway: "OutdatedGateway"; readonly ParametersNotImplemented: "ParametersNotImplemented"; readonly RegionInvalid: "RegionInvalid"; readonly RequestTimeout: "RequestTimeout"; readonly ServiceUnavailable: "ServiceUnavailable"; readonly SnapshotDeleted: "SnapshotDeleted"; readonly SnapshotIdInvalid: "SnapshotIdInvalid"; readonly SnapshotInProgress: "SnapshotInProgress"; readonly SnapshotNotFound: "SnapshotNotFound"; readonly SnapshotScheduleNotFound: "SnapshotScheduleNotFound"; readonly StagingAreaFull: "StagingAreaFull"; readonly StorageFailure: "StorageFailure"; readonly TapeCartridgeNotFound: "TapeCartridgeNotFound"; readonly TargetAlreadyExists: "TargetAlreadyExists"; readonly TargetInvalid: "TargetInvalid"; readonly TargetNotFound: "TargetNotFound"; readonly UnauthorizedOperation: "UnauthorizedOperation"; readonly VolumeAlreadyExists: "VolumeAlreadyExists"; readonly VolumeIdInvalid: "VolumeIdInvalid"; readonly VolumeInUse: "VolumeInUse"; readonly VolumeNotFound: "VolumeNotFound"; readonly VolumeNotReady: "VolumeNotReady"; }; /** * @public */ export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode]; /** * @public * @enum */ export declare const ActiveDirectoryStatus: { readonly ACCESS_DENIED: "ACCESS_DENIED"; readonly DETACHED: "DETACHED"; readonly INSUFFICIENT_PERMISSIONS: "INSUFFICIENT_PERMISSIONS"; readonly JOINED: "JOINED"; readonly JOINING: "JOINING"; readonly NETWORK_ERROR: "NETWORK_ERROR"; readonly TIMEOUT: "TIMEOUT"; readonly UNKNOWN_ERROR: "UNKNOWN_ERROR"; }; /** * @public */ export type ActiveDirectoryStatus = (typeof ActiveDirectoryStatus)[keyof typeof ActiveDirectoryStatus]; /** * @public * @enum */ export declare const AutomaticUpdatePolicy: { readonly ALL_VERSIONS: "ALL_VERSIONS"; readonly EMERGENCY_VERSIONS_ONLY: "EMERGENCY_VERSIONS_ONLY"; }; /** * @public */ export type AutomaticUpdatePolicy = (typeof AutomaticUpdatePolicy)[keyof typeof AutomaticUpdatePolicy]; /** * @public * @enum */ export declare const AvailabilityMonitorTestStatus: { readonly COMPLETE: "COMPLETE"; readonly FAILED: "FAILED"; readonly PENDING: "PENDING"; }; /** * @public */ export type AvailabilityMonitorTestStatus = (typeof AvailabilityMonitorTestStatus)[keyof typeof AvailabilityMonitorTestStatus]; /** * @public * @enum */ export declare const CacheReportFilterName: { readonly UploadFailureReason: "UploadFailureReason"; readonly UploadState: "UploadState"; }; /** * @public */ export type CacheReportFilterName = (typeof CacheReportFilterName)[keyof typeof CacheReportFilterName]; /** * @public * @enum */ export declare const CacheReportStatus: { readonly CANCELED: "CANCELED"; readonly COMPLETED: "COMPLETED"; readonly ERROR: "ERROR"; readonly FAILED: "FAILED"; readonly IN_PROGRESS: "IN_PROGRESS"; }; /** * @public */ export type CacheReportStatus = (typeof CacheReportStatus)[keyof typeof CacheReportStatus]; /** * @public * @enum */ export declare const CaseSensitivity: { readonly CaseSensitive: "CaseSensitive"; readonly ClientSpecified: "ClientSpecified"; }; /** * @public */ export type CaseSensitivity = (typeof CaseSensitivity)[keyof typeof CaseSensitivity]; /** * @public * @enum */ export declare const EncryptionType: { readonly DsseKms: "DsseKms"; readonly SseKms: "SseKms"; readonly SseS3: "SseS3"; }; /** * @public */ export type EncryptionType = (typeof EncryptionType)[keyof typeof EncryptionType]; /** * @public * @enum */ export declare const ObjectACL: { readonly authenticated_read: "authenticated-read"; readonly aws_exec_read: "aws-exec-read"; readonly bucket_owner_full_control: "bucket-owner-full-control"; readonly bucket_owner_read: "bucket-owner-read"; readonly private: "private"; readonly public_read: "public-read"; readonly public_read_write: "public-read-write"; }; /** * @public */ export type ObjectACL = (typeof ObjectACL)[keyof typeof ObjectACL]; /** * @public * @enum */ export declare const RetentionLockType: { readonly COMPLIANCE: "COMPLIANCE"; readonly GOVERNANCE: "GOVERNANCE"; readonly NONE: "NONE"; }; /** * @public */ export type RetentionLockType = (typeof RetentionLockType)[keyof typeof RetentionLockType]; /** * @public * @enum */ export declare const TapeStorageClass: { readonly DEEP_ARCHIVE: "DEEP_ARCHIVE"; readonly GLACIER: "GLACIER"; }; /** * @public */ export type TapeStorageClass = (typeof TapeStorageClass)[keyof typeof TapeStorageClass]; /** * @public * @enum */ export declare const GatewayCapacity: { readonly Large: "Large"; readonly Medium: "Medium"; readonly Small: "Small"; }; /** * @public */ export type GatewayCapacity = (typeof GatewayCapacity)[keyof typeof GatewayCapacity]; /** * @public * @enum */ export declare const HostEnvironment: { readonly EC2: "EC2"; readonly HYPER_V: "HYPER-V"; readonly KVM: "KVM"; readonly OTHER: "OTHER"; readonly SNOWBALL: "SNOWBALL"; readonly VMWARE: "VMWARE"; }; /** * @public */ export type HostEnvironment = (typeof HostEnvironment)[keyof typeof HostEnvironment]; /** * @public * @enum */ export declare const SMBSecurityStrategy: { readonly ClientSpecified: "ClientSpecified"; readonly MandatoryEncryption: "MandatoryEncryption"; readonly MandatoryEncryptionNoAes128: "MandatoryEncryptionNoAes128"; readonly MandatorySigning: "MandatorySigning"; }; /** * @public */ export type SMBSecurityStrategy = (typeof SMBSecurityStrategy)[keyof typeof SMBSecurityStrategy]; /** * @public * @enum */ export declare const FileShareType: { readonly NFS: "NFS"; readonly SMB: "SMB"; }; /** * @public */ export type FileShareType = (typeof FileShareType)[keyof typeof FileShareType]; /** * @public * @enum */ export declare const PoolStatus: { readonly ACTIVE: "ACTIVE"; readonly DELETED: "DELETED"; }; /** * @public */ export type PoolStatus = (typeof PoolStatus)[keyof typeof PoolStatus];