/** * @public * @enum */ export declare const AddressType: { readonly AWS_SHIP: "AWS_SHIP"; readonly CUST_PICKUP: "CUST_PICKUP"; }; /** * @public */ export type AddressType = (typeof AddressType)[keyof typeof AddressType]; /** * @public * @enum */ export declare const JobType: { readonly EXPORT: "EXPORT"; readonly IMPORT: "IMPORT"; readonly LOCAL_USE: "LOCAL_USE"; }; /** * @public */ export type JobType = (typeof JobType)[keyof typeof JobType]; /** * @public * @enum */ export declare const JobState: { readonly CANCELLED: "Cancelled"; readonly COMPLETE: "Complete"; readonly IN_PROGRESS: "InProgress"; readonly IN_TRANSIT_TO_AWS: "InTransitToAWS"; readonly IN_TRANSIT_TO_CUSTOMER: "InTransitToCustomer"; readonly LISTING: "Listing"; readonly NEW: "New"; readonly PENDING: "Pending"; readonly PREPARING_APPLIANCE: "PreparingAppliance"; readonly PREPARING_SHIPMENT: "PreparingShipment"; readonly WITH_AWS: "WithAWS"; readonly WITH_AWS_SORTING_FACILITY: "WithAWSSortingFacility"; readonly WITH_CUSTOMER: "WithCustomer"; }; /** * @public */ export type JobState = (typeof JobState)[keyof typeof JobState]; /** * @public * @enum */ export declare const StorageUnit: { readonly TB: "TB"; }; /** * @public */ export type StorageUnit = (typeof StorageUnit)[keyof typeof StorageUnit]; /** * @public * @enum */ export declare const RemoteManagement: { readonly INSTALLED_AUTOSTART: "INSTALLED_AUTOSTART"; readonly INSTALLED_ONLY: "INSTALLED_ONLY"; readonly NOT_INSTALLED: "NOT_INSTALLED"; }; /** * @public */ export type RemoteManagement = (typeof RemoteManagement)[keyof typeof RemoteManagement]; /** * @public * @enum */ export declare const DeviceServiceName: { readonly NFS_ON_DEVICE_SERVICE: "NFS_ON_DEVICE_SERVICE"; readonly S3_ON_DEVICE_SERVICE: "S3_ON_DEVICE_SERVICE"; }; /** * @public */ export type DeviceServiceName = (typeof DeviceServiceName)[keyof typeof DeviceServiceName]; /** * @public * @enum */ export declare const TransferOption: { readonly EXPORT: "EXPORT"; readonly IMPORT: "IMPORT"; readonly LOCAL_USE: "LOCAL_USE"; }; /** * @public */ export type TransferOption = (typeof TransferOption)[keyof typeof TransferOption]; /** * @public * @enum */ export declare const ShippingOption: { readonly EXPRESS: "EXPRESS"; readonly NEXT_DAY: "NEXT_DAY"; readonly SECOND_DAY: "SECOND_DAY"; readonly STANDARD: "STANDARD"; }; /** * @public */ export type ShippingOption = (typeof ShippingOption)[keyof typeof ShippingOption]; /** * @public * @enum */ export declare const SnowballCapacity: { readonly NO_PREFERENCE: "NoPreference"; readonly T100: "T100"; readonly T13: "T13"; readonly T14: "T14"; readonly T240: "T240"; readonly T32: "T32"; readonly T42: "T42"; readonly T50: "T50"; readonly T8: "T8"; readonly T80: "T80"; readonly T98: "T98"; }; /** * @public */ export type SnowballCapacity = (typeof SnowballCapacity)[keyof typeof SnowballCapacity]; /** * @public * @enum */ export declare const SnowballType: { readonly EDGE: "EDGE"; readonly EDGE_C: "EDGE_C"; readonly EDGE_CG: "EDGE_CG"; readonly EDGE_S: "EDGE_S"; readonly RACK_5U_C: "RACK_5U_C"; readonly SNC1_HDD: "SNC1_HDD"; readonly SNC1_SSD: "SNC1_SSD"; readonly STANDARD: "STANDARD"; readonly V3_5C: "V3_5C"; readonly V3_5S: "V3_5S"; }; /** * @public */ export type SnowballType = (typeof SnowballType)[keyof typeof SnowballType]; /** * @public * @enum */ export declare const ImpactLevel: { readonly IL2: "IL2"; readonly IL4: "IL4"; readonly IL5: "IL5"; readonly IL6: "IL6"; readonly IL99: "IL99"; }; /** * @public */ export type ImpactLevel = (typeof ImpactLevel)[keyof typeof ImpactLevel]; /** * @public * @enum */ export declare const LongTermPricingType: { readonly ONE_MONTH: "OneMonth"; readonly ONE_YEAR: "OneYear"; readonly THREE_YEAR: "ThreeYear"; }; /** * @public */ export type LongTermPricingType = (typeof LongTermPricingType)[keyof typeof LongTermPricingType]; /** * @public * @enum */ export declare const ShippingLabelStatus: { readonly FAILED: "Failed"; readonly IN_PROGRESS: "InProgress"; readonly SUCCEEDED: "Succeeded"; readonly TIMED_OUT: "TimedOut"; }; /** * @public */ export type ShippingLabelStatus = (typeof ShippingLabelStatus)[keyof typeof ShippingLabelStatus]; /** * @public * @enum */ export declare const ClusterState: { readonly AWAITING_QUORUM: "AwaitingQuorum"; readonly CANCELLED: "Cancelled"; readonly COMPLETE: "Complete"; readonly IN_USE: "InUse"; readonly PENDING: "Pending"; }; /** * @public */ export type ClusterState = (typeof ClusterState)[keyof typeof ClusterState]; /** * @public * @enum */ export declare const ServiceName: { readonly EKS_ANYWHERE: "EKS_ANYWHERE"; readonly KUBERNETES: "KUBERNETES"; }; /** * @public */ export type ServiceName = (typeof ServiceName)[keyof typeof ServiceName]; /** * @public * @enum */ export declare const ShipmentState: { readonly RECEIVED: "RECEIVED"; readonly RETURNED: "RETURNED"; }; /** * @public */ export type ShipmentState = (typeof ShipmentState)[keyof typeof ShipmentState];