@aws-sdk/client-fsx 3.933.0 → 3.935.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +398 -389
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +386 -0
- package/dist-es/models/errors.js +595 -0
- package/dist-es/models/models_0.js +1 -981
- package/dist-es/schemas/schemas_0.js +12 -4
- package/dist-types/commands/CopyBackupCommand.d.ts +9 -2
- package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +8 -0
- package/dist-types/commands/CreateBackupCommand.d.ts +9 -2
- package/dist-types/commands/CreateFileSystemCommand.d.ts +13 -2
- package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +13 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +9 -2
- package/dist-types/commands/CreateVolumeCommand.d.ts +9 -2
- package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +9 -2
- package/dist-types/commands/DescribeBackupsCommand.d.ts +9 -2
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +9 -2
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +9 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +9 -2
- package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +9 -2
- package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +8 -0
- package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +9 -2
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +13 -2
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +9 -2
- package/dist-types/commands/UpdateVolumeCommand.d.ts +9 -2
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +938 -0
- package/dist-types/models/errors.d.ts +782 -0
- package/dist-types/models/models_0.d.ts +415 -1761
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartMisconfiguredStateRecoveryCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +1 -2
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +507 -0
- package/dist-types/ts3.4/models/errors.d.ts +319 -0
- package/dist-types/ts3.4/models/models_0.d.ts +147 -825
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-es/models/models_1.js +0 -1
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/models/models_1.d.ts +0 -332
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/models_1.d.ts +0 -82
|
@@ -0,0 +1,507 @@
|
|
|
1
|
+
export declare const ActiveDirectoryErrorType: {
|
|
2
|
+
readonly DOMAIN_NOT_FOUND: "DOMAIN_NOT_FOUND";
|
|
3
|
+
readonly INCOMPATIBLE_DOMAIN_MODE: "INCOMPATIBLE_DOMAIN_MODE";
|
|
4
|
+
readonly INVALID_DOMAIN_STAGE: "INVALID_DOMAIN_STAGE";
|
|
5
|
+
readonly INVALID_NETWORK_TYPE: "INVALID_NETWORK_TYPE";
|
|
6
|
+
readonly WRONG_VPC: "WRONG_VPC";
|
|
7
|
+
};
|
|
8
|
+
export type ActiveDirectoryErrorType =
|
|
9
|
+
(typeof ActiveDirectoryErrorType)[keyof typeof ActiveDirectoryErrorType];
|
|
10
|
+
export declare const AdministrativeActionType: {
|
|
11
|
+
readonly DOWNLOAD_DATA_FROM_BACKUP: "DOWNLOAD_DATA_FROM_BACKUP";
|
|
12
|
+
readonly FILE_SYSTEM_ALIAS_ASSOCIATION: "FILE_SYSTEM_ALIAS_ASSOCIATION";
|
|
13
|
+
readonly FILE_SYSTEM_ALIAS_DISASSOCIATION: "FILE_SYSTEM_ALIAS_DISASSOCIATION";
|
|
14
|
+
readonly FILE_SYSTEM_UPDATE: "FILE_SYSTEM_UPDATE";
|
|
15
|
+
readonly IOPS_OPTIMIZATION: "IOPS_OPTIMIZATION";
|
|
16
|
+
readonly MISCONFIGURED_STATE_RECOVERY: "MISCONFIGURED_STATE_RECOVERY";
|
|
17
|
+
readonly RELEASE_NFS_V3_LOCKS: "RELEASE_NFS_V3_LOCKS";
|
|
18
|
+
readonly SNAPSHOT_UPDATE: "SNAPSHOT_UPDATE";
|
|
19
|
+
readonly STORAGE_OPTIMIZATION: "STORAGE_OPTIMIZATION";
|
|
20
|
+
readonly STORAGE_TYPE_OPTIMIZATION: "STORAGE_TYPE_OPTIMIZATION";
|
|
21
|
+
readonly THROUGHPUT_OPTIMIZATION: "THROUGHPUT_OPTIMIZATION";
|
|
22
|
+
readonly VOLUME_INITIALIZE_WITH_SNAPSHOT: "VOLUME_INITIALIZE_WITH_SNAPSHOT";
|
|
23
|
+
readonly VOLUME_RESTORE: "VOLUME_RESTORE";
|
|
24
|
+
readonly VOLUME_UPDATE: "VOLUME_UPDATE";
|
|
25
|
+
readonly VOLUME_UPDATE_WITH_SNAPSHOT: "VOLUME_UPDATE_WITH_SNAPSHOT";
|
|
26
|
+
};
|
|
27
|
+
export type AdministrativeActionType =
|
|
28
|
+
(typeof AdministrativeActionType)[keyof typeof AdministrativeActionType];
|
|
29
|
+
export declare const Status: {
|
|
30
|
+
readonly CANCELLED: "CANCELLED";
|
|
31
|
+
readonly COMPLETED: "COMPLETED";
|
|
32
|
+
readonly FAILED: "FAILED";
|
|
33
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
34
|
+
readonly OPTIMIZING: "OPTIMIZING";
|
|
35
|
+
readonly PAUSED: "PAUSED";
|
|
36
|
+
readonly PENDING: "PENDING";
|
|
37
|
+
readonly UPDATED_OPTIMIZING: "UPDATED_OPTIMIZING";
|
|
38
|
+
};
|
|
39
|
+
export type Status = (typeof Status)[keyof typeof Status];
|
|
40
|
+
export declare const FileSystemType: {
|
|
41
|
+
readonly LUSTRE: "LUSTRE";
|
|
42
|
+
readonly ONTAP: "ONTAP";
|
|
43
|
+
readonly OPENZFS: "OPENZFS";
|
|
44
|
+
readonly WINDOWS: "WINDOWS";
|
|
45
|
+
};
|
|
46
|
+
export type FileSystemType =
|
|
47
|
+
(typeof FileSystemType)[keyof typeof FileSystemType];
|
|
48
|
+
export declare const FileSystemLifecycle: {
|
|
49
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
50
|
+
readonly CREATING: "CREATING";
|
|
51
|
+
readonly DELETING: "DELETING";
|
|
52
|
+
readonly FAILED: "FAILED";
|
|
53
|
+
readonly MISCONFIGURED: "MISCONFIGURED";
|
|
54
|
+
readonly MISCONFIGURED_UNAVAILABLE: "MISCONFIGURED_UNAVAILABLE";
|
|
55
|
+
readonly UPDATING: "UPDATING";
|
|
56
|
+
};
|
|
57
|
+
export type FileSystemLifecycle =
|
|
58
|
+
(typeof FileSystemLifecycle)[keyof typeof FileSystemLifecycle];
|
|
59
|
+
export declare const DataCompressionType: {
|
|
60
|
+
readonly LZ4: "LZ4";
|
|
61
|
+
readonly NONE: "NONE";
|
|
62
|
+
};
|
|
63
|
+
export type DataCompressionType =
|
|
64
|
+
(typeof DataCompressionType)[keyof typeof DataCompressionType];
|
|
65
|
+
export declare const LustreReadCacheSizingMode: {
|
|
66
|
+
readonly NO_CACHE: "NO_CACHE";
|
|
67
|
+
readonly PROPORTIONAL_TO_THROUGHPUT_CAPACITY: "PROPORTIONAL_TO_THROUGHPUT_CAPACITY";
|
|
68
|
+
readonly USER_PROVISIONED: "USER_PROVISIONED";
|
|
69
|
+
};
|
|
70
|
+
export type LustreReadCacheSizingMode =
|
|
71
|
+
(typeof LustreReadCacheSizingMode)[keyof typeof LustreReadCacheSizingMode];
|
|
72
|
+
export declare const AutoImportPolicyType: {
|
|
73
|
+
readonly NEW: "NEW";
|
|
74
|
+
readonly NEW_CHANGED: "NEW_CHANGED";
|
|
75
|
+
readonly NEW_CHANGED_DELETED: "NEW_CHANGED_DELETED";
|
|
76
|
+
readonly NONE: "NONE";
|
|
77
|
+
};
|
|
78
|
+
export type AutoImportPolicyType =
|
|
79
|
+
(typeof AutoImportPolicyType)[keyof typeof AutoImportPolicyType];
|
|
80
|
+
export declare const DataRepositoryLifecycle: {
|
|
81
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
82
|
+
readonly CREATING: "CREATING";
|
|
83
|
+
readonly DELETING: "DELETING";
|
|
84
|
+
readonly FAILED: "FAILED";
|
|
85
|
+
readonly MISCONFIGURED: "MISCONFIGURED";
|
|
86
|
+
readonly UPDATING: "UPDATING";
|
|
87
|
+
};
|
|
88
|
+
export type DataRepositoryLifecycle =
|
|
89
|
+
(typeof DataRepositoryLifecycle)[keyof typeof DataRepositoryLifecycle];
|
|
90
|
+
export declare const LustreDeploymentType: {
|
|
91
|
+
readonly PERSISTENT_1: "PERSISTENT_1";
|
|
92
|
+
readonly PERSISTENT_2: "PERSISTENT_2";
|
|
93
|
+
readonly SCRATCH_1: "SCRATCH_1";
|
|
94
|
+
readonly SCRATCH_2: "SCRATCH_2";
|
|
95
|
+
};
|
|
96
|
+
export type LustreDeploymentType =
|
|
97
|
+
(typeof LustreDeploymentType)[keyof typeof LustreDeploymentType];
|
|
98
|
+
export declare const DriveCacheType: {
|
|
99
|
+
readonly NONE: "NONE";
|
|
100
|
+
readonly READ: "READ";
|
|
101
|
+
};
|
|
102
|
+
export type DriveCacheType =
|
|
103
|
+
(typeof DriveCacheType)[keyof typeof DriveCacheType];
|
|
104
|
+
export declare const LustreAccessAuditLogLevel: {
|
|
105
|
+
readonly DISABLED: "DISABLED";
|
|
106
|
+
readonly ERROR_ONLY: "ERROR_ONLY";
|
|
107
|
+
readonly WARN_ERROR: "WARN_ERROR";
|
|
108
|
+
readonly WARN_ONLY: "WARN_ONLY";
|
|
109
|
+
};
|
|
110
|
+
export type LustreAccessAuditLogLevel =
|
|
111
|
+
(typeof LustreAccessAuditLogLevel)[keyof typeof LustreAccessAuditLogLevel];
|
|
112
|
+
export declare const MetadataConfigurationMode: {
|
|
113
|
+
readonly AUTOMATIC: "AUTOMATIC";
|
|
114
|
+
readonly USER_PROVISIONED: "USER_PROVISIONED";
|
|
115
|
+
};
|
|
116
|
+
export type MetadataConfigurationMode =
|
|
117
|
+
(typeof MetadataConfigurationMode)[keyof typeof MetadataConfigurationMode];
|
|
118
|
+
export declare const NetworkType: {
|
|
119
|
+
readonly DUAL: "DUAL";
|
|
120
|
+
readonly IPV4: "IPV4";
|
|
121
|
+
};
|
|
122
|
+
export type NetworkType = (typeof NetworkType)[keyof typeof NetworkType];
|
|
123
|
+
export declare const OntapDeploymentType: {
|
|
124
|
+
readonly MULTI_AZ_1: "MULTI_AZ_1";
|
|
125
|
+
readonly MULTI_AZ_2: "MULTI_AZ_2";
|
|
126
|
+
readonly SINGLE_AZ_1: "SINGLE_AZ_1";
|
|
127
|
+
readonly SINGLE_AZ_2: "SINGLE_AZ_2";
|
|
128
|
+
};
|
|
129
|
+
export type OntapDeploymentType =
|
|
130
|
+
(typeof OntapDeploymentType)[keyof typeof OntapDeploymentType];
|
|
131
|
+
export declare const DiskIopsConfigurationMode: {
|
|
132
|
+
readonly AUTOMATIC: "AUTOMATIC";
|
|
133
|
+
readonly USER_PROVISIONED: "USER_PROVISIONED";
|
|
134
|
+
};
|
|
135
|
+
export type DiskIopsConfigurationMode =
|
|
136
|
+
(typeof DiskIopsConfigurationMode)[keyof typeof DiskIopsConfigurationMode];
|
|
137
|
+
export declare const OpenZFSDeploymentType: {
|
|
138
|
+
readonly MULTI_AZ_1: "MULTI_AZ_1";
|
|
139
|
+
readonly SINGLE_AZ_1: "SINGLE_AZ_1";
|
|
140
|
+
readonly SINGLE_AZ_2: "SINGLE_AZ_2";
|
|
141
|
+
readonly SINGLE_AZ_HA_1: "SINGLE_AZ_HA_1";
|
|
142
|
+
readonly SINGLE_AZ_HA_2: "SINGLE_AZ_HA_2";
|
|
143
|
+
};
|
|
144
|
+
export type OpenZFSDeploymentType =
|
|
145
|
+
(typeof OpenZFSDeploymentType)[keyof typeof OpenZFSDeploymentType];
|
|
146
|
+
export declare const OpenZFSReadCacheSizingMode: {
|
|
147
|
+
readonly NO_CACHE: "NO_CACHE";
|
|
148
|
+
readonly PROPORTIONAL_TO_THROUGHPUT_CAPACITY: "PROPORTIONAL_TO_THROUGHPUT_CAPACITY";
|
|
149
|
+
readonly USER_PROVISIONED: "USER_PROVISIONED";
|
|
150
|
+
};
|
|
151
|
+
export type OpenZFSReadCacheSizingMode =
|
|
152
|
+
(typeof OpenZFSReadCacheSizingMode)[keyof typeof OpenZFSReadCacheSizingMode];
|
|
153
|
+
export declare const StorageType: {
|
|
154
|
+
readonly HDD: "HDD";
|
|
155
|
+
readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
|
|
156
|
+
readonly SSD: "SSD";
|
|
157
|
+
};
|
|
158
|
+
export type StorageType = (typeof StorageType)[keyof typeof StorageType];
|
|
159
|
+
export declare const AliasLifecycle: {
|
|
160
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
161
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
162
|
+
readonly CREATING: "CREATING";
|
|
163
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
164
|
+
readonly DELETING: "DELETING";
|
|
165
|
+
};
|
|
166
|
+
export type AliasLifecycle =
|
|
167
|
+
(typeof AliasLifecycle)[keyof typeof AliasLifecycle];
|
|
168
|
+
export declare const WindowsAccessAuditLogLevel: {
|
|
169
|
+
readonly DISABLED: "DISABLED";
|
|
170
|
+
readonly FAILURE_ONLY: "FAILURE_ONLY";
|
|
171
|
+
readonly SUCCESS_AND_FAILURE: "SUCCESS_AND_FAILURE";
|
|
172
|
+
readonly SUCCESS_ONLY: "SUCCESS_ONLY";
|
|
173
|
+
};
|
|
174
|
+
export type WindowsAccessAuditLogLevel =
|
|
175
|
+
(typeof WindowsAccessAuditLogLevel)[keyof typeof WindowsAccessAuditLogLevel];
|
|
176
|
+
export declare const WindowsDeploymentType: {
|
|
177
|
+
readonly MULTI_AZ_1: "MULTI_AZ_1";
|
|
178
|
+
readonly SINGLE_AZ_1: "SINGLE_AZ_1";
|
|
179
|
+
readonly SINGLE_AZ_2: "SINGLE_AZ_2";
|
|
180
|
+
};
|
|
181
|
+
export type WindowsDeploymentType =
|
|
182
|
+
(typeof WindowsDeploymentType)[keyof typeof WindowsDeploymentType];
|
|
183
|
+
export declare const FileSystemMaintenanceOperation: {
|
|
184
|
+
readonly BACKING_UP: "BACKING_UP";
|
|
185
|
+
readonly PATCHING: "PATCHING";
|
|
186
|
+
};
|
|
187
|
+
export type FileSystemMaintenanceOperation =
|
|
188
|
+
(typeof FileSystemMaintenanceOperation)[keyof typeof FileSystemMaintenanceOperation];
|
|
189
|
+
export declare const SnapshotLifecycle: {
|
|
190
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
191
|
+
readonly CREATING: "CREATING";
|
|
192
|
+
readonly DELETING: "DELETING";
|
|
193
|
+
readonly PENDING: "PENDING";
|
|
194
|
+
};
|
|
195
|
+
export type SnapshotLifecycle =
|
|
196
|
+
(typeof SnapshotLifecycle)[keyof typeof SnapshotLifecycle];
|
|
197
|
+
export declare const VolumeLifecycle: {
|
|
198
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
199
|
+
readonly CREATED: "CREATED";
|
|
200
|
+
readonly CREATING: "CREATING";
|
|
201
|
+
readonly DELETING: "DELETING";
|
|
202
|
+
readonly FAILED: "FAILED";
|
|
203
|
+
readonly MISCONFIGURED: "MISCONFIGURED";
|
|
204
|
+
readonly PENDING: "PENDING";
|
|
205
|
+
};
|
|
206
|
+
export type VolumeLifecycle =
|
|
207
|
+
(typeof VolumeLifecycle)[keyof typeof VolumeLifecycle];
|
|
208
|
+
export declare const FlexCacheEndpointType: {
|
|
209
|
+
readonly CACHE: "CACHE";
|
|
210
|
+
readonly NONE: "NONE";
|
|
211
|
+
readonly ORIGIN: "ORIGIN";
|
|
212
|
+
};
|
|
213
|
+
export type FlexCacheEndpointType =
|
|
214
|
+
(typeof FlexCacheEndpointType)[keyof typeof FlexCacheEndpointType];
|
|
215
|
+
export declare const OntapVolumeType: {
|
|
216
|
+
readonly DP: "DP";
|
|
217
|
+
readonly LS: "LS";
|
|
218
|
+
readonly RW: "RW";
|
|
219
|
+
};
|
|
220
|
+
export type OntapVolumeType =
|
|
221
|
+
(typeof OntapVolumeType)[keyof typeof OntapVolumeType];
|
|
222
|
+
export declare const SecurityStyle: {
|
|
223
|
+
readonly MIXED: "MIXED";
|
|
224
|
+
readonly NTFS: "NTFS";
|
|
225
|
+
readonly UNIX: "UNIX";
|
|
226
|
+
};
|
|
227
|
+
export type SecurityStyle = (typeof SecurityStyle)[keyof typeof SecurityStyle];
|
|
228
|
+
export declare const AutocommitPeriodType: {
|
|
229
|
+
readonly DAYS: "DAYS";
|
|
230
|
+
readonly HOURS: "HOURS";
|
|
231
|
+
readonly MINUTES: "MINUTES";
|
|
232
|
+
readonly MONTHS: "MONTHS";
|
|
233
|
+
readonly NONE: "NONE";
|
|
234
|
+
readonly YEARS: "YEARS";
|
|
235
|
+
};
|
|
236
|
+
export type AutocommitPeriodType =
|
|
237
|
+
(typeof AutocommitPeriodType)[keyof typeof AutocommitPeriodType];
|
|
238
|
+
export declare const PrivilegedDelete: {
|
|
239
|
+
readonly DISABLED: "DISABLED";
|
|
240
|
+
readonly ENABLED: "ENABLED";
|
|
241
|
+
readonly PERMANENTLY_DISABLED: "PERMANENTLY_DISABLED";
|
|
242
|
+
};
|
|
243
|
+
export type PrivilegedDelete =
|
|
244
|
+
(typeof PrivilegedDelete)[keyof typeof PrivilegedDelete];
|
|
245
|
+
export declare const RetentionPeriodType: {
|
|
246
|
+
readonly DAYS: "DAYS";
|
|
247
|
+
readonly HOURS: "HOURS";
|
|
248
|
+
readonly INFINITE: "INFINITE";
|
|
249
|
+
readonly MINUTES: "MINUTES";
|
|
250
|
+
readonly MONTHS: "MONTHS";
|
|
251
|
+
readonly SECONDS: "SECONDS";
|
|
252
|
+
readonly UNSPECIFIED: "UNSPECIFIED";
|
|
253
|
+
readonly YEARS: "YEARS";
|
|
254
|
+
};
|
|
255
|
+
export type RetentionPeriodType =
|
|
256
|
+
(typeof RetentionPeriodType)[keyof typeof RetentionPeriodType];
|
|
257
|
+
export declare const SnaplockType: {
|
|
258
|
+
readonly COMPLIANCE: "COMPLIANCE";
|
|
259
|
+
readonly ENTERPRISE: "ENTERPRISE";
|
|
260
|
+
};
|
|
261
|
+
export type SnaplockType = (typeof SnaplockType)[keyof typeof SnaplockType];
|
|
262
|
+
export declare const TieringPolicyName: {
|
|
263
|
+
readonly ALL: "ALL";
|
|
264
|
+
readonly AUTO: "AUTO";
|
|
265
|
+
readonly NONE: "NONE";
|
|
266
|
+
readonly SNAPSHOT_ONLY: "SNAPSHOT_ONLY";
|
|
267
|
+
};
|
|
268
|
+
export type TieringPolicyName =
|
|
269
|
+
(typeof TieringPolicyName)[keyof typeof TieringPolicyName];
|
|
270
|
+
export declare const VolumeStyle: {
|
|
271
|
+
readonly FLEXGROUP: "FLEXGROUP";
|
|
272
|
+
readonly FLEXVOL: "FLEXVOL";
|
|
273
|
+
};
|
|
274
|
+
export type VolumeStyle = (typeof VolumeStyle)[keyof typeof VolumeStyle];
|
|
275
|
+
export declare const OpenZFSCopyStrategy: {
|
|
276
|
+
readonly CLONE: "CLONE";
|
|
277
|
+
readonly FULL_COPY: "FULL_COPY";
|
|
278
|
+
readonly INCREMENTAL_COPY: "INCREMENTAL_COPY";
|
|
279
|
+
};
|
|
280
|
+
export type OpenZFSCopyStrategy =
|
|
281
|
+
(typeof OpenZFSCopyStrategy)[keyof typeof OpenZFSCopyStrategy];
|
|
282
|
+
export declare const OpenZFSDataCompressionType: {
|
|
283
|
+
readonly LZ4: "LZ4";
|
|
284
|
+
readonly NONE: "NONE";
|
|
285
|
+
readonly ZSTD: "ZSTD";
|
|
286
|
+
};
|
|
287
|
+
export type OpenZFSDataCompressionType =
|
|
288
|
+
(typeof OpenZFSDataCompressionType)[keyof typeof OpenZFSDataCompressionType];
|
|
289
|
+
export declare const OpenZFSQuotaType: {
|
|
290
|
+
readonly GROUP: "GROUP";
|
|
291
|
+
readonly USER: "USER";
|
|
292
|
+
};
|
|
293
|
+
export type OpenZFSQuotaType =
|
|
294
|
+
(typeof OpenZFSQuotaType)[keyof typeof OpenZFSQuotaType];
|
|
295
|
+
export declare const VolumeType: {
|
|
296
|
+
readonly ONTAP: "ONTAP";
|
|
297
|
+
readonly OPENZFS: "OPENZFS";
|
|
298
|
+
};
|
|
299
|
+
export type VolumeType = (typeof VolumeType)[keyof typeof VolumeType];
|
|
300
|
+
export declare const EventType: {
|
|
301
|
+
readonly CHANGED: "CHANGED";
|
|
302
|
+
readonly DELETED: "DELETED";
|
|
303
|
+
readonly NEW: "NEW";
|
|
304
|
+
};
|
|
305
|
+
export type EventType = (typeof EventType)[keyof typeof EventType];
|
|
306
|
+
export declare const DataRepositoryTaskLifecycle: {
|
|
307
|
+
readonly CANCELED: "CANCELED";
|
|
308
|
+
readonly CANCELING: "CANCELING";
|
|
309
|
+
readonly EXECUTING: "EXECUTING";
|
|
310
|
+
readonly FAILED: "FAILED";
|
|
311
|
+
readonly PENDING: "PENDING";
|
|
312
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
313
|
+
};
|
|
314
|
+
export type DataRepositoryTaskLifecycle =
|
|
315
|
+
(typeof DataRepositoryTaskLifecycle)[keyof typeof DataRepositoryTaskLifecycle];
|
|
316
|
+
export declare const BackupLifecycle: {
|
|
317
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
318
|
+
readonly COPYING: "COPYING";
|
|
319
|
+
readonly CREATING: "CREATING";
|
|
320
|
+
readonly DELETED: "DELETED";
|
|
321
|
+
readonly FAILED: "FAILED";
|
|
322
|
+
readonly PENDING: "PENDING";
|
|
323
|
+
readonly TRANSFERRING: "TRANSFERRING";
|
|
324
|
+
};
|
|
325
|
+
export type BackupLifecycle =
|
|
326
|
+
(typeof BackupLifecycle)[keyof typeof BackupLifecycle];
|
|
327
|
+
export declare const ResourceType: {
|
|
328
|
+
readonly FILE_SYSTEM: "FILE_SYSTEM";
|
|
329
|
+
readonly VOLUME: "VOLUME";
|
|
330
|
+
};
|
|
331
|
+
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
332
|
+
export declare const BackupType: {
|
|
333
|
+
readonly AUTOMATIC: "AUTOMATIC";
|
|
334
|
+
readonly AWS_BACKUP: "AWS_BACKUP";
|
|
335
|
+
readonly USER_INITIATED: "USER_INITIATED";
|
|
336
|
+
};
|
|
337
|
+
export type BackupType = (typeof BackupType)[keyof typeof BackupType];
|
|
338
|
+
export declare const ServiceLimit: {
|
|
339
|
+
readonly FILE_CACHE_COUNT: "FILE_CACHE_COUNT";
|
|
340
|
+
readonly FILE_SYSTEM_COUNT: "FILE_SYSTEM_COUNT";
|
|
341
|
+
readonly STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM: "STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM";
|
|
342
|
+
readonly TOTAL_IN_PROGRESS_COPY_BACKUPS: "TOTAL_IN_PROGRESS_COPY_BACKUPS";
|
|
343
|
+
readonly TOTAL_SSD_IOPS: "TOTAL_SSD_IOPS";
|
|
344
|
+
readonly TOTAL_STORAGE: "TOTAL_STORAGE";
|
|
345
|
+
readonly TOTAL_THROUGHPUT_CAPACITY: "TOTAL_THROUGHPUT_CAPACITY";
|
|
346
|
+
readonly TOTAL_USER_INITIATED_BACKUPS: "TOTAL_USER_INITIATED_BACKUPS";
|
|
347
|
+
readonly TOTAL_USER_TAGS: "TOTAL_USER_TAGS";
|
|
348
|
+
readonly VOLUMES_PER_FILE_SYSTEM: "VOLUMES_PER_FILE_SYSTEM";
|
|
349
|
+
};
|
|
350
|
+
export type ServiceLimit = (typeof ServiceLimit)[keyof typeof ServiceLimit];
|
|
351
|
+
export declare const UpdateOpenZFSVolumeOption: {
|
|
352
|
+
readonly DELETE_CLONED_VOLUMES: "DELETE_CLONED_VOLUMES";
|
|
353
|
+
readonly DELETE_INTERMEDIATE_DATA: "DELETE_INTERMEDIATE_DATA";
|
|
354
|
+
readonly DELETE_INTERMEDIATE_SNAPSHOTS: "DELETE_INTERMEDIATE_SNAPSHOTS";
|
|
355
|
+
};
|
|
356
|
+
export type UpdateOpenZFSVolumeOption =
|
|
357
|
+
(typeof UpdateOpenZFSVolumeOption)[keyof typeof UpdateOpenZFSVolumeOption];
|
|
358
|
+
export declare const OpenZFSFileSystemUserType: {
|
|
359
|
+
readonly POSIX: "POSIX";
|
|
360
|
+
};
|
|
361
|
+
export type OpenZFSFileSystemUserType =
|
|
362
|
+
(typeof OpenZFSFileSystemUserType)[keyof typeof OpenZFSFileSystemUserType];
|
|
363
|
+
export declare const S3AccessPointAttachmentType: {
|
|
364
|
+
readonly OPENZFS: "OPENZFS";
|
|
365
|
+
};
|
|
366
|
+
export type S3AccessPointAttachmentType =
|
|
367
|
+
(typeof S3AccessPointAttachmentType)[keyof typeof S3AccessPointAttachmentType];
|
|
368
|
+
export declare const S3AccessPointAttachmentLifecycle: {
|
|
369
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
370
|
+
readonly CREATING: "CREATING";
|
|
371
|
+
readonly DELETING: "DELETING";
|
|
372
|
+
readonly FAILED: "FAILED";
|
|
373
|
+
readonly UPDATING: "UPDATING";
|
|
374
|
+
};
|
|
375
|
+
export type S3AccessPointAttachmentLifecycle =
|
|
376
|
+
(typeof S3AccessPointAttachmentLifecycle)[keyof typeof S3AccessPointAttachmentLifecycle];
|
|
377
|
+
export declare const NfsVersion: {
|
|
378
|
+
readonly NFS3: "NFS3";
|
|
379
|
+
};
|
|
380
|
+
export type NfsVersion = (typeof NfsVersion)[keyof typeof NfsVersion];
|
|
381
|
+
export declare const Unit: {
|
|
382
|
+
readonly DAYS: "DAYS";
|
|
383
|
+
};
|
|
384
|
+
export type Unit = (typeof Unit)[keyof typeof Unit];
|
|
385
|
+
export declare const ReportFormat: {
|
|
386
|
+
readonly REPORT_CSV_20191124: "REPORT_CSV_20191124";
|
|
387
|
+
};
|
|
388
|
+
export type ReportFormat = (typeof ReportFormat)[keyof typeof ReportFormat];
|
|
389
|
+
export declare const ReportScope: {
|
|
390
|
+
readonly FAILED_FILES_ONLY: "FAILED_FILES_ONLY";
|
|
391
|
+
};
|
|
392
|
+
export type ReportScope = (typeof ReportScope)[keyof typeof ReportScope];
|
|
393
|
+
export declare const DataRepositoryTaskType: {
|
|
394
|
+
readonly AUTO_TRIGGERED_EVICTION: "AUTO_RELEASE_DATA";
|
|
395
|
+
readonly EVICTION: "RELEASE_DATA_FROM_FILESYSTEM";
|
|
396
|
+
readonly EXPORT: "EXPORT_TO_REPOSITORY";
|
|
397
|
+
readonly IMPORT: "IMPORT_METADATA_FROM_REPOSITORY";
|
|
398
|
+
};
|
|
399
|
+
export type DataRepositoryTaskType =
|
|
400
|
+
(typeof DataRepositoryTaskType)[keyof typeof DataRepositoryTaskType];
|
|
401
|
+
export declare const FileCacheType: {
|
|
402
|
+
readonly LUSTRE: "LUSTRE";
|
|
403
|
+
};
|
|
404
|
+
export type FileCacheType = (typeof FileCacheType)[keyof typeof FileCacheType];
|
|
405
|
+
export declare const FileCacheLustreDeploymentType: {
|
|
406
|
+
readonly CACHE_1: "CACHE_1";
|
|
407
|
+
};
|
|
408
|
+
export type FileCacheLustreDeploymentType =
|
|
409
|
+
(typeof FileCacheLustreDeploymentType)[keyof typeof FileCacheLustreDeploymentType];
|
|
410
|
+
export declare const FileCacheLifecycle: {
|
|
411
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
412
|
+
readonly CREATING: "CREATING";
|
|
413
|
+
readonly DELETING: "DELETING";
|
|
414
|
+
readonly FAILED: "FAILED";
|
|
415
|
+
readonly UPDATING: "UPDATING";
|
|
416
|
+
};
|
|
417
|
+
export type FileCacheLifecycle =
|
|
418
|
+
(typeof FileCacheLifecycle)[keyof typeof FileCacheLifecycle];
|
|
419
|
+
export declare const StorageVirtualMachineRootVolumeSecurityStyle: {
|
|
420
|
+
readonly MIXED: "MIXED";
|
|
421
|
+
readonly NTFS: "NTFS";
|
|
422
|
+
readonly UNIX: "UNIX";
|
|
423
|
+
};
|
|
424
|
+
export type StorageVirtualMachineRootVolumeSecurityStyle =
|
|
425
|
+
(typeof StorageVirtualMachineRootVolumeSecurityStyle)[keyof typeof StorageVirtualMachineRootVolumeSecurityStyle];
|
|
426
|
+
export declare const StorageVirtualMachineLifecycle: {
|
|
427
|
+
readonly CREATED: "CREATED";
|
|
428
|
+
readonly CREATING: "CREATING";
|
|
429
|
+
readonly DELETING: "DELETING";
|
|
430
|
+
readonly FAILED: "FAILED";
|
|
431
|
+
readonly MISCONFIGURED: "MISCONFIGURED";
|
|
432
|
+
readonly PENDING: "PENDING";
|
|
433
|
+
};
|
|
434
|
+
export type StorageVirtualMachineLifecycle =
|
|
435
|
+
(typeof StorageVirtualMachineLifecycle)[keyof typeof StorageVirtualMachineLifecycle];
|
|
436
|
+
export declare const StorageVirtualMachineSubtype: {
|
|
437
|
+
readonly DEFAULT: "DEFAULT";
|
|
438
|
+
readonly DP_DESTINATION: "DP_DESTINATION";
|
|
439
|
+
readonly SYNC_DESTINATION: "SYNC_DESTINATION";
|
|
440
|
+
readonly SYNC_SOURCE: "SYNC_SOURCE";
|
|
441
|
+
};
|
|
442
|
+
export type StorageVirtualMachineSubtype =
|
|
443
|
+
(typeof StorageVirtualMachineSubtype)[keyof typeof StorageVirtualMachineSubtype];
|
|
444
|
+
export declare const InputOntapVolumeType: {
|
|
445
|
+
readonly DP: "DP";
|
|
446
|
+
readonly RW: "RW";
|
|
447
|
+
};
|
|
448
|
+
export type InputOntapVolumeType =
|
|
449
|
+
(typeof InputOntapVolumeType)[keyof typeof InputOntapVolumeType];
|
|
450
|
+
export declare const DeleteFileSystemOpenZFSOption: {
|
|
451
|
+
readonly DELETE_CHILD_VOLUMES_AND_SNAPSHOTS: "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS";
|
|
452
|
+
};
|
|
453
|
+
export type DeleteFileSystemOpenZFSOption =
|
|
454
|
+
(typeof DeleteFileSystemOpenZFSOption)[keyof typeof DeleteFileSystemOpenZFSOption];
|
|
455
|
+
export declare const DeleteOpenZFSVolumeOption: {
|
|
456
|
+
readonly DELETE_CHILD_VOLUMES_AND_SNAPSHOTS: "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS";
|
|
457
|
+
};
|
|
458
|
+
export type DeleteOpenZFSVolumeOption =
|
|
459
|
+
(typeof DeleteOpenZFSVolumeOption)[keyof typeof DeleteOpenZFSVolumeOption];
|
|
460
|
+
export declare const FilterName: {
|
|
461
|
+
readonly BACKUP_TYPE: "backup-type";
|
|
462
|
+
readonly DATA_REPOSITORY_TYPE: "data-repository-type";
|
|
463
|
+
readonly FILE_CACHE_ID: "file-cache-id";
|
|
464
|
+
readonly FILE_CACHE_TYPE: "file-cache-type";
|
|
465
|
+
readonly FILE_SYSTEM_ID: "file-system-id";
|
|
466
|
+
readonly FILE_SYSTEM_TYPE: "file-system-type";
|
|
467
|
+
readonly VOLUME_ID: "volume-id";
|
|
468
|
+
};
|
|
469
|
+
export type FilterName = (typeof FilterName)[keyof typeof FilterName];
|
|
470
|
+
export declare const DataRepositoryTaskFilterName: {
|
|
471
|
+
readonly DATA_REPO_ASSOCIATION_ID: "data-repository-association-id";
|
|
472
|
+
readonly FILE_CACHE_ID: "file-cache-id";
|
|
473
|
+
readonly FILE_SYSTEM_ID: "file-system-id";
|
|
474
|
+
readonly TASK_LIFECYCLE: "task-lifecycle";
|
|
475
|
+
};
|
|
476
|
+
export type DataRepositoryTaskFilterName =
|
|
477
|
+
(typeof DataRepositoryTaskFilterName)[keyof typeof DataRepositoryTaskFilterName];
|
|
478
|
+
export declare const S3AccessPointAttachmentsFilterName: {
|
|
479
|
+
readonly FILE_SYSTEM_ID: "file-system-id";
|
|
480
|
+
readonly TYPE: "type";
|
|
481
|
+
readonly VOLUME_ID: "volume-id";
|
|
482
|
+
};
|
|
483
|
+
export type S3AccessPointAttachmentsFilterName =
|
|
484
|
+
(typeof S3AccessPointAttachmentsFilterName)[keyof typeof S3AccessPointAttachmentsFilterName];
|
|
485
|
+
export declare const SnapshotFilterName: {
|
|
486
|
+
readonly FILE_SYSTEM_ID: "file-system-id";
|
|
487
|
+
readonly VOLUME_ID: "volume-id";
|
|
488
|
+
};
|
|
489
|
+
export type SnapshotFilterName =
|
|
490
|
+
(typeof SnapshotFilterName)[keyof typeof SnapshotFilterName];
|
|
491
|
+
export declare const StorageVirtualMachineFilterName: {
|
|
492
|
+
readonly FILE_SYSTEM_ID: "file-system-id";
|
|
493
|
+
};
|
|
494
|
+
export type StorageVirtualMachineFilterName =
|
|
495
|
+
(typeof StorageVirtualMachineFilterName)[keyof typeof StorageVirtualMachineFilterName];
|
|
496
|
+
export declare const VolumeFilterName: {
|
|
497
|
+
readonly FILE_SYSTEM_ID: "file-system-id";
|
|
498
|
+
readonly STORAGE_VIRTUAL_MACHINE_ID: "storage-virtual-machine-id";
|
|
499
|
+
};
|
|
500
|
+
export type VolumeFilterName =
|
|
501
|
+
(typeof VolumeFilterName)[keyof typeof VolumeFilterName];
|
|
502
|
+
export declare const RestoreOpenZFSVolumeOption: {
|
|
503
|
+
readonly DELETE_CLONED_VOLUMES: "DELETE_CLONED_VOLUMES";
|
|
504
|
+
readonly DELETE_INTERMEDIATE_SNAPSHOTS: "DELETE_INTERMEDIATE_SNAPSHOTS";
|
|
505
|
+
};
|
|
506
|
+
export type RestoreOpenZFSVolumeOption =
|
|
507
|
+
(typeof RestoreOpenZFSVolumeOption)[keyof typeof RestoreOpenZFSVolumeOption];
|