@aws-sdk/client-fsx 3.934.0 → 3.936.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 +19 -19
- 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
|
@@ -1,981 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export class AccessPointAlreadyOwnedByYou extends __BaseException {
|
|
3
|
-
name = "AccessPointAlreadyOwnedByYou";
|
|
4
|
-
$fault = "client";
|
|
5
|
-
ErrorCode;
|
|
6
|
-
Message;
|
|
7
|
-
constructor(opts) {
|
|
8
|
-
super({
|
|
9
|
-
name: "AccessPointAlreadyOwnedByYou",
|
|
10
|
-
$fault: "client",
|
|
11
|
-
...opts,
|
|
12
|
-
});
|
|
13
|
-
Object.setPrototypeOf(this, AccessPointAlreadyOwnedByYou.prototype);
|
|
14
|
-
this.ErrorCode = opts.ErrorCode;
|
|
15
|
-
this.Message = opts.Message;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
export const ActiveDirectoryErrorType = {
|
|
19
|
-
DOMAIN_NOT_FOUND: "DOMAIN_NOT_FOUND",
|
|
20
|
-
INCOMPATIBLE_DOMAIN_MODE: "INCOMPATIBLE_DOMAIN_MODE",
|
|
21
|
-
INVALID_DOMAIN_STAGE: "INVALID_DOMAIN_STAGE",
|
|
22
|
-
INVALID_NETWORK_TYPE: "INVALID_NETWORK_TYPE",
|
|
23
|
-
WRONG_VPC: "WRONG_VPC",
|
|
24
|
-
};
|
|
25
|
-
export class ActiveDirectoryError extends __BaseException {
|
|
26
|
-
name = "ActiveDirectoryError";
|
|
27
|
-
$fault = "client";
|
|
28
|
-
ActiveDirectoryId;
|
|
29
|
-
Type;
|
|
30
|
-
Message;
|
|
31
|
-
constructor(opts) {
|
|
32
|
-
super({
|
|
33
|
-
name: "ActiveDirectoryError",
|
|
34
|
-
$fault: "client",
|
|
35
|
-
...opts,
|
|
36
|
-
});
|
|
37
|
-
Object.setPrototypeOf(this, ActiveDirectoryError.prototype);
|
|
38
|
-
this.ActiveDirectoryId = opts.ActiveDirectoryId;
|
|
39
|
-
this.Type = opts.Type;
|
|
40
|
-
this.Message = opts.Message;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
export const AdministrativeActionType = {
|
|
44
|
-
DOWNLOAD_DATA_FROM_BACKUP: "DOWNLOAD_DATA_FROM_BACKUP",
|
|
45
|
-
FILE_SYSTEM_ALIAS_ASSOCIATION: "FILE_SYSTEM_ALIAS_ASSOCIATION",
|
|
46
|
-
FILE_SYSTEM_ALIAS_DISASSOCIATION: "FILE_SYSTEM_ALIAS_DISASSOCIATION",
|
|
47
|
-
FILE_SYSTEM_UPDATE: "FILE_SYSTEM_UPDATE",
|
|
48
|
-
IOPS_OPTIMIZATION: "IOPS_OPTIMIZATION",
|
|
49
|
-
MISCONFIGURED_STATE_RECOVERY: "MISCONFIGURED_STATE_RECOVERY",
|
|
50
|
-
RELEASE_NFS_V3_LOCKS: "RELEASE_NFS_V3_LOCKS",
|
|
51
|
-
SNAPSHOT_UPDATE: "SNAPSHOT_UPDATE",
|
|
52
|
-
STORAGE_OPTIMIZATION: "STORAGE_OPTIMIZATION",
|
|
53
|
-
STORAGE_TYPE_OPTIMIZATION: "STORAGE_TYPE_OPTIMIZATION",
|
|
54
|
-
THROUGHPUT_OPTIMIZATION: "THROUGHPUT_OPTIMIZATION",
|
|
55
|
-
VOLUME_INITIALIZE_WITH_SNAPSHOT: "VOLUME_INITIALIZE_WITH_SNAPSHOT",
|
|
56
|
-
VOLUME_RESTORE: "VOLUME_RESTORE",
|
|
57
|
-
VOLUME_UPDATE: "VOLUME_UPDATE",
|
|
58
|
-
VOLUME_UPDATE_WITH_SNAPSHOT: "VOLUME_UPDATE_WITH_SNAPSHOT",
|
|
59
|
-
};
|
|
60
|
-
export const Status = {
|
|
61
|
-
CANCELLED: "CANCELLED",
|
|
62
|
-
COMPLETED: "COMPLETED",
|
|
63
|
-
FAILED: "FAILED",
|
|
64
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
65
|
-
OPTIMIZING: "OPTIMIZING",
|
|
66
|
-
PAUSED: "PAUSED",
|
|
67
|
-
PENDING: "PENDING",
|
|
68
|
-
UPDATED_OPTIMIZING: "UPDATED_OPTIMIZING",
|
|
69
|
-
};
|
|
70
|
-
export const FileSystemType = {
|
|
71
|
-
LUSTRE: "LUSTRE",
|
|
72
|
-
ONTAP: "ONTAP",
|
|
73
|
-
OPENZFS: "OPENZFS",
|
|
74
|
-
WINDOWS: "WINDOWS",
|
|
75
|
-
};
|
|
76
|
-
export const FileSystemLifecycle = {
|
|
77
|
-
AVAILABLE: "AVAILABLE",
|
|
78
|
-
CREATING: "CREATING",
|
|
79
|
-
DELETING: "DELETING",
|
|
80
|
-
FAILED: "FAILED",
|
|
81
|
-
MISCONFIGURED: "MISCONFIGURED",
|
|
82
|
-
MISCONFIGURED_UNAVAILABLE: "MISCONFIGURED_UNAVAILABLE",
|
|
83
|
-
UPDATING: "UPDATING",
|
|
84
|
-
};
|
|
85
|
-
export const DataCompressionType = {
|
|
86
|
-
LZ4: "LZ4",
|
|
87
|
-
NONE: "NONE",
|
|
88
|
-
};
|
|
89
|
-
export const LustreReadCacheSizingMode = {
|
|
90
|
-
NO_CACHE: "NO_CACHE",
|
|
91
|
-
PROPORTIONAL_TO_THROUGHPUT_CAPACITY: "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
92
|
-
USER_PROVISIONED: "USER_PROVISIONED",
|
|
93
|
-
};
|
|
94
|
-
export const AutoImportPolicyType = {
|
|
95
|
-
NEW: "NEW",
|
|
96
|
-
NEW_CHANGED: "NEW_CHANGED",
|
|
97
|
-
NEW_CHANGED_DELETED: "NEW_CHANGED_DELETED",
|
|
98
|
-
NONE: "NONE",
|
|
99
|
-
};
|
|
100
|
-
export const DataRepositoryLifecycle = {
|
|
101
|
-
AVAILABLE: "AVAILABLE",
|
|
102
|
-
CREATING: "CREATING",
|
|
103
|
-
DELETING: "DELETING",
|
|
104
|
-
FAILED: "FAILED",
|
|
105
|
-
MISCONFIGURED: "MISCONFIGURED",
|
|
106
|
-
UPDATING: "UPDATING",
|
|
107
|
-
};
|
|
108
|
-
export const LustreDeploymentType = {
|
|
109
|
-
PERSISTENT_1: "PERSISTENT_1",
|
|
110
|
-
PERSISTENT_2: "PERSISTENT_2",
|
|
111
|
-
SCRATCH_1: "SCRATCH_1",
|
|
112
|
-
SCRATCH_2: "SCRATCH_2",
|
|
113
|
-
};
|
|
114
|
-
export const DriveCacheType = {
|
|
115
|
-
NONE: "NONE",
|
|
116
|
-
READ: "READ",
|
|
117
|
-
};
|
|
118
|
-
export const LustreAccessAuditLogLevel = {
|
|
119
|
-
DISABLED: "DISABLED",
|
|
120
|
-
ERROR_ONLY: "ERROR_ONLY",
|
|
121
|
-
WARN_ERROR: "WARN_ERROR",
|
|
122
|
-
WARN_ONLY: "WARN_ONLY",
|
|
123
|
-
};
|
|
124
|
-
export const MetadataConfigurationMode = {
|
|
125
|
-
AUTOMATIC: "AUTOMATIC",
|
|
126
|
-
USER_PROVISIONED: "USER_PROVISIONED",
|
|
127
|
-
};
|
|
128
|
-
export const NetworkType = {
|
|
129
|
-
DUAL: "DUAL",
|
|
130
|
-
IPV4: "IPV4",
|
|
131
|
-
};
|
|
132
|
-
export const OntapDeploymentType = {
|
|
133
|
-
MULTI_AZ_1: "MULTI_AZ_1",
|
|
134
|
-
MULTI_AZ_2: "MULTI_AZ_2",
|
|
135
|
-
SINGLE_AZ_1: "SINGLE_AZ_1",
|
|
136
|
-
SINGLE_AZ_2: "SINGLE_AZ_2",
|
|
137
|
-
};
|
|
138
|
-
export const DiskIopsConfigurationMode = {
|
|
139
|
-
AUTOMATIC: "AUTOMATIC",
|
|
140
|
-
USER_PROVISIONED: "USER_PROVISIONED",
|
|
141
|
-
};
|
|
142
|
-
export const OpenZFSDeploymentType = {
|
|
143
|
-
MULTI_AZ_1: "MULTI_AZ_1",
|
|
144
|
-
SINGLE_AZ_1: "SINGLE_AZ_1",
|
|
145
|
-
SINGLE_AZ_2: "SINGLE_AZ_2",
|
|
146
|
-
SINGLE_AZ_HA_1: "SINGLE_AZ_HA_1",
|
|
147
|
-
SINGLE_AZ_HA_2: "SINGLE_AZ_HA_2",
|
|
148
|
-
};
|
|
149
|
-
export const OpenZFSReadCacheSizingMode = {
|
|
150
|
-
NO_CACHE: "NO_CACHE",
|
|
151
|
-
PROPORTIONAL_TO_THROUGHPUT_CAPACITY: "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
152
|
-
USER_PROVISIONED: "USER_PROVISIONED",
|
|
153
|
-
};
|
|
154
|
-
export const StorageType = {
|
|
155
|
-
HDD: "HDD",
|
|
156
|
-
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
157
|
-
SSD: "SSD",
|
|
158
|
-
};
|
|
159
|
-
export const AliasLifecycle = {
|
|
160
|
-
AVAILABLE: "AVAILABLE",
|
|
161
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
162
|
-
CREATING: "CREATING",
|
|
163
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
164
|
-
DELETING: "DELETING",
|
|
165
|
-
};
|
|
166
|
-
export const WindowsAccessAuditLogLevel = {
|
|
167
|
-
DISABLED: "DISABLED",
|
|
168
|
-
FAILURE_ONLY: "FAILURE_ONLY",
|
|
169
|
-
SUCCESS_AND_FAILURE: "SUCCESS_AND_FAILURE",
|
|
170
|
-
SUCCESS_ONLY: "SUCCESS_ONLY",
|
|
171
|
-
};
|
|
172
|
-
export const WindowsDeploymentType = {
|
|
173
|
-
MULTI_AZ_1: "MULTI_AZ_1",
|
|
174
|
-
SINGLE_AZ_1: "SINGLE_AZ_1",
|
|
175
|
-
SINGLE_AZ_2: "SINGLE_AZ_2",
|
|
176
|
-
};
|
|
177
|
-
export const FileSystemMaintenanceOperation = {
|
|
178
|
-
BACKING_UP: "BACKING_UP",
|
|
179
|
-
PATCHING: "PATCHING",
|
|
180
|
-
};
|
|
181
|
-
export const SnapshotLifecycle = {
|
|
182
|
-
AVAILABLE: "AVAILABLE",
|
|
183
|
-
CREATING: "CREATING",
|
|
184
|
-
DELETING: "DELETING",
|
|
185
|
-
PENDING: "PENDING",
|
|
186
|
-
};
|
|
187
|
-
export const VolumeLifecycle = {
|
|
188
|
-
AVAILABLE: "AVAILABLE",
|
|
189
|
-
CREATED: "CREATED",
|
|
190
|
-
CREATING: "CREATING",
|
|
191
|
-
DELETING: "DELETING",
|
|
192
|
-
FAILED: "FAILED",
|
|
193
|
-
MISCONFIGURED: "MISCONFIGURED",
|
|
194
|
-
PENDING: "PENDING",
|
|
195
|
-
};
|
|
196
|
-
export const FlexCacheEndpointType = {
|
|
197
|
-
CACHE: "CACHE",
|
|
198
|
-
NONE: "NONE",
|
|
199
|
-
ORIGIN: "ORIGIN",
|
|
200
|
-
};
|
|
201
|
-
export const OntapVolumeType = {
|
|
202
|
-
DP: "DP",
|
|
203
|
-
LS: "LS",
|
|
204
|
-
RW: "RW",
|
|
205
|
-
};
|
|
206
|
-
export const SecurityStyle = {
|
|
207
|
-
MIXED: "MIXED",
|
|
208
|
-
NTFS: "NTFS",
|
|
209
|
-
UNIX: "UNIX",
|
|
210
|
-
};
|
|
211
|
-
export const AutocommitPeriodType = {
|
|
212
|
-
DAYS: "DAYS",
|
|
213
|
-
HOURS: "HOURS",
|
|
214
|
-
MINUTES: "MINUTES",
|
|
215
|
-
MONTHS: "MONTHS",
|
|
216
|
-
NONE: "NONE",
|
|
217
|
-
YEARS: "YEARS",
|
|
218
|
-
};
|
|
219
|
-
export const PrivilegedDelete = {
|
|
220
|
-
DISABLED: "DISABLED",
|
|
221
|
-
ENABLED: "ENABLED",
|
|
222
|
-
PERMANENTLY_DISABLED: "PERMANENTLY_DISABLED",
|
|
223
|
-
};
|
|
224
|
-
export const RetentionPeriodType = {
|
|
225
|
-
DAYS: "DAYS",
|
|
226
|
-
HOURS: "HOURS",
|
|
227
|
-
INFINITE: "INFINITE",
|
|
228
|
-
MINUTES: "MINUTES",
|
|
229
|
-
MONTHS: "MONTHS",
|
|
230
|
-
SECONDS: "SECONDS",
|
|
231
|
-
UNSPECIFIED: "UNSPECIFIED",
|
|
232
|
-
YEARS: "YEARS",
|
|
233
|
-
};
|
|
234
|
-
export const SnaplockType = {
|
|
235
|
-
COMPLIANCE: "COMPLIANCE",
|
|
236
|
-
ENTERPRISE: "ENTERPRISE",
|
|
237
|
-
};
|
|
238
|
-
export const TieringPolicyName = {
|
|
239
|
-
ALL: "ALL",
|
|
240
|
-
AUTO: "AUTO",
|
|
241
|
-
NONE: "NONE",
|
|
242
|
-
SNAPSHOT_ONLY: "SNAPSHOT_ONLY",
|
|
243
|
-
};
|
|
244
|
-
export const VolumeStyle = {
|
|
245
|
-
FLEXGROUP: "FLEXGROUP",
|
|
246
|
-
FLEXVOL: "FLEXVOL",
|
|
247
|
-
};
|
|
248
|
-
export const OpenZFSCopyStrategy = {
|
|
249
|
-
CLONE: "CLONE",
|
|
250
|
-
FULL_COPY: "FULL_COPY",
|
|
251
|
-
INCREMENTAL_COPY: "INCREMENTAL_COPY",
|
|
252
|
-
};
|
|
253
|
-
export const OpenZFSDataCompressionType = {
|
|
254
|
-
LZ4: "LZ4",
|
|
255
|
-
NONE: "NONE",
|
|
256
|
-
ZSTD: "ZSTD",
|
|
257
|
-
};
|
|
258
|
-
export const OpenZFSQuotaType = {
|
|
259
|
-
GROUP: "GROUP",
|
|
260
|
-
USER: "USER",
|
|
261
|
-
};
|
|
262
|
-
export const VolumeType = {
|
|
263
|
-
ONTAP: "ONTAP",
|
|
264
|
-
OPENZFS: "OPENZFS",
|
|
265
|
-
};
|
|
266
|
-
export class BadRequest extends __BaseException {
|
|
267
|
-
name = "BadRequest";
|
|
268
|
-
$fault = "client";
|
|
269
|
-
Message;
|
|
270
|
-
constructor(opts) {
|
|
271
|
-
super({
|
|
272
|
-
name: "BadRequest",
|
|
273
|
-
$fault: "client",
|
|
274
|
-
...opts,
|
|
275
|
-
});
|
|
276
|
-
Object.setPrototypeOf(this, BadRequest.prototype);
|
|
277
|
-
this.Message = opts.Message;
|
|
278
|
-
}
|
|
279
|
-
}
|
|
280
|
-
export class FileSystemNotFound extends __BaseException {
|
|
281
|
-
name = "FileSystemNotFound";
|
|
282
|
-
$fault = "client";
|
|
283
|
-
Message;
|
|
284
|
-
constructor(opts) {
|
|
285
|
-
super({
|
|
286
|
-
name: "FileSystemNotFound",
|
|
287
|
-
$fault: "client",
|
|
288
|
-
...opts,
|
|
289
|
-
});
|
|
290
|
-
Object.setPrototypeOf(this, FileSystemNotFound.prototype);
|
|
291
|
-
this.Message = opts.Message;
|
|
292
|
-
}
|
|
293
|
-
}
|
|
294
|
-
export class InternalServerError extends __BaseException {
|
|
295
|
-
name = "InternalServerError";
|
|
296
|
-
$fault = "server";
|
|
297
|
-
Message;
|
|
298
|
-
constructor(opts) {
|
|
299
|
-
super({
|
|
300
|
-
name: "InternalServerError",
|
|
301
|
-
$fault: "server",
|
|
302
|
-
...opts,
|
|
303
|
-
});
|
|
304
|
-
Object.setPrototypeOf(this, InternalServerError.prototype);
|
|
305
|
-
this.Message = opts.Message;
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
export const EventType = {
|
|
309
|
-
CHANGED: "CHANGED",
|
|
310
|
-
DELETED: "DELETED",
|
|
311
|
-
NEW: "NEW",
|
|
312
|
-
};
|
|
313
|
-
export const DataRepositoryTaskLifecycle = {
|
|
314
|
-
CANCELED: "CANCELED",
|
|
315
|
-
CANCELING: "CANCELING",
|
|
316
|
-
EXECUTING: "EXECUTING",
|
|
317
|
-
FAILED: "FAILED",
|
|
318
|
-
PENDING: "PENDING",
|
|
319
|
-
SUCCEEDED: "SUCCEEDED",
|
|
320
|
-
};
|
|
321
|
-
export class DataRepositoryTaskEnded extends __BaseException {
|
|
322
|
-
name = "DataRepositoryTaskEnded";
|
|
323
|
-
$fault = "client";
|
|
324
|
-
Message;
|
|
325
|
-
constructor(opts) {
|
|
326
|
-
super({
|
|
327
|
-
name: "DataRepositoryTaskEnded",
|
|
328
|
-
$fault: "client",
|
|
329
|
-
...opts,
|
|
330
|
-
});
|
|
331
|
-
Object.setPrototypeOf(this, DataRepositoryTaskEnded.prototype);
|
|
332
|
-
this.Message = opts.Message;
|
|
333
|
-
}
|
|
334
|
-
}
|
|
335
|
-
export class DataRepositoryTaskNotFound extends __BaseException {
|
|
336
|
-
name = "DataRepositoryTaskNotFound";
|
|
337
|
-
$fault = "client";
|
|
338
|
-
Message;
|
|
339
|
-
constructor(opts) {
|
|
340
|
-
super({
|
|
341
|
-
name: "DataRepositoryTaskNotFound",
|
|
342
|
-
$fault: "client",
|
|
343
|
-
...opts,
|
|
344
|
-
});
|
|
345
|
-
Object.setPrototypeOf(this, DataRepositoryTaskNotFound.prototype);
|
|
346
|
-
this.Message = opts.Message;
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
export class UnsupportedOperation extends __BaseException {
|
|
350
|
-
name = "UnsupportedOperation";
|
|
351
|
-
$fault = "client";
|
|
352
|
-
Message;
|
|
353
|
-
constructor(opts) {
|
|
354
|
-
super({
|
|
355
|
-
name: "UnsupportedOperation",
|
|
356
|
-
$fault: "client",
|
|
357
|
-
...opts,
|
|
358
|
-
});
|
|
359
|
-
Object.setPrototypeOf(this, UnsupportedOperation.prototype);
|
|
360
|
-
this.Message = opts.Message;
|
|
361
|
-
}
|
|
362
|
-
}
|
|
363
|
-
export class BackupNotFound extends __BaseException {
|
|
364
|
-
name = "BackupNotFound";
|
|
365
|
-
$fault = "client";
|
|
366
|
-
Message;
|
|
367
|
-
constructor(opts) {
|
|
368
|
-
super({
|
|
369
|
-
name: "BackupNotFound",
|
|
370
|
-
$fault: "client",
|
|
371
|
-
...opts,
|
|
372
|
-
});
|
|
373
|
-
Object.setPrototypeOf(this, BackupNotFound.prototype);
|
|
374
|
-
this.Message = opts.Message;
|
|
375
|
-
}
|
|
376
|
-
}
|
|
377
|
-
export const BackupLifecycle = {
|
|
378
|
-
AVAILABLE: "AVAILABLE",
|
|
379
|
-
COPYING: "COPYING",
|
|
380
|
-
CREATING: "CREATING",
|
|
381
|
-
DELETED: "DELETED",
|
|
382
|
-
FAILED: "FAILED",
|
|
383
|
-
PENDING: "PENDING",
|
|
384
|
-
TRANSFERRING: "TRANSFERRING",
|
|
385
|
-
};
|
|
386
|
-
export const ResourceType = {
|
|
387
|
-
FILE_SYSTEM: "FILE_SYSTEM",
|
|
388
|
-
VOLUME: "VOLUME",
|
|
389
|
-
};
|
|
390
|
-
export const BackupType = {
|
|
391
|
-
AUTOMATIC: "AUTOMATIC",
|
|
392
|
-
AWS_BACKUP: "AWS_BACKUP",
|
|
393
|
-
USER_INITIATED: "USER_INITIATED",
|
|
394
|
-
};
|
|
395
|
-
export class IncompatibleParameterError extends __BaseException {
|
|
396
|
-
name = "IncompatibleParameterError";
|
|
397
|
-
$fault = "client";
|
|
398
|
-
Parameter;
|
|
399
|
-
Message;
|
|
400
|
-
constructor(opts) {
|
|
401
|
-
super({
|
|
402
|
-
name: "IncompatibleParameterError",
|
|
403
|
-
$fault: "client",
|
|
404
|
-
...opts,
|
|
405
|
-
});
|
|
406
|
-
Object.setPrototypeOf(this, IncompatibleParameterError.prototype);
|
|
407
|
-
this.Parameter = opts.Parameter;
|
|
408
|
-
this.Message = opts.Message;
|
|
409
|
-
}
|
|
410
|
-
}
|
|
411
|
-
export class IncompatibleRegionForMultiAZ extends __BaseException {
|
|
412
|
-
name = "IncompatibleRegionForMultiAZ";
|
|
413
|
-
$fault = "client";
|
|
414
|
-
Message;
|
|
415
|
-
constructor(opts) {
|
|
416
|
-
super({
|
|
417
|
-
name: "IncompatibleRegionForMultiAZ",
|
|
418
|
-
$fault: "client",
|
|
419
|
-
...opts,
|
|
420
|
-
});
|
|
421
|
-
Object.setPrototypeOf(this, IncompatibleRegionForMultiAZ.prototype);
|
|
422
|
-
this.Message = opts.Message;
|
|
423
|
-
}
|
|
424
|
-
}
|
|
425
|
-
export class InvalidDestinationKmsKey extends __BaseException {
|
|
426
|
-
name = "InvalidDestinationKmsKey";
|
|
427
|
-
$fault = "client";
|
|
428
|
-
Message;
|
|
429
|
-
constructor(opts) {
|
|
430
|
-
super({
|
|
431
|
-
name: "InvalidDestinationKmsKey",
|
|
432
|
-
$fault: "client",
|
|
433
|
-
...opts,
|
|
434
|
-
});
|
|
435
|
-
Object.setPrototypeOf(this, InvalidDestinationKmsKey.prototype);
|
|
436
|
-
this.Message = opts.Message;
|
|
437
|
-
}
|
|
438
|
-
}
|
|
439
|
-
export class InvalidRegion extends __BaseException {
|
|
440
|
-
name = "InvalidRegion";
|
|
441
|
-
$fault = "client";
|
|
442
|
-
Message;
|
|
443
|
-
constructor(opts) {
|
|
444
|
-
super({
|
|
445
|
-
name: "InvalidRegion",
|
|
446
|
-
$fault: "client",
|
|
447
|
-
...opts,
|
|
448
|
-
});
|
|
449
|
-
Object.setPrototypeOf(this, InvalidRegion.prototype);
|
|
450
|
-
this.Message = opts.Message;
|
|
451
|
-
}
|
|
452
|
-
}
|
|
453
|
-
export class InvalidSourceKmsKey extends __BaseException {
|
|
454
|
-
name = "InvalidSourceKmsKey";
|
|
455
|
-
$fault = "client";
|
|
456
|
-
Message;
|
|
457
|
-
constructor(opts) {
|
|
458
|
-
super({
|
|
459
|
-
name: "InvalidSourceKmsKey",
|
|
460
|
-
$fault: "client",
|
|
461
|
-
...opts,
|
|
462
|
-
});
|
|
463
|
-
Object.setPrototypeOf(this, InvalidSourceKmsKey.prototype);
|
|
464
|
-
this.Message = opts.Message;
|
|
465
|
-
}
|
|
466
|
-
}
|
|
467
|
-
export const ServiceLimit = {
|
|
468
|
-
FILE_CACHE_COUNT: "FILE_CACHE_COUNT",
|
|
469
|
-
FILE_SYSTEM_COUNT: "FILE_SYSTEM_COUNT",
|
|
470
|
-
STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM: "STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM",
|
|
471
|
-
TOTAL_IN_PROGRESS_COPY_BACKUPS: "TOTAL_IN_PROGRESS_COPY_BACKUPS",
|
|
472
|
-
TOTAL_SSD_IOPS: "TOTAL_SSD_IOPS",
|
|
473
|
-
TOTAL_STORAGE: "TOTAL_STORAGE",
|
|
474
|
-
TOTAL_THROUGHPUT_CAPACITY: "TOTAL_THROUGHPUT_CAPACITY",
|
|
475
|
-
TOTAL_USER_INITIATED_BACKUPS: "TOTAL_USER_INITIATED_BACKUPS",
|
|
476
|
-
TOTAL_USER_TAGS: "TOTAL_USER_TAGS",
|
|
477
|
-
VOLUMES_PER_FILE_SYSTEM: "VOLUMES_PER_FILE_SYSTEM",
|
|
478
|
-
};
|
|
479
|
-
export class ServiceLimitExceeded extends __BaseException {
|
|
480
|
-
name = "ServiceLimitExceeded";
|
|
481
|
-
$fault = "client";
|
|
482
|
-
Limit;
|
|
483
|
-
Message;
|
|
484
|
-
constructor(opts) {
|
|
485
|
-
super({
|
|
486
|
-
name: "ServiceLimitExceeded",
|
|
487
|
-
$fault: "client",
|
|
488
|
-
...opts,
|
|
489
|
-
});
|
|
490
|
-
Object.setPrototypeOf(this, ServiceLimitExceeded.prototype);
|
|
491
|
-
this.Limit = opts.Limit;
|
|
492
|
-
this.Message = opts.Message;
|
|
493
|
-
}
|
|
494
|
-
}
|
|
495
|
-
export class SourceBackupUnavailable extends __BaseException {
|
|
496
|
-
name = "SourceBackupUnavailable";
|
|
497
|
-
$fault = "client";
|
|
498
|
-
Message;
|
|
499
|
-
BackupId;
|
|
500
|
-
constructor(opts) {
|
|
501
|
-
super({
|
|
502
|
-
name: "SourceBackupUnavailable",
|
|
503
|
-
$fault: "client",
|
|
504
|
-
...opts,
|
|
505
|
-
});
|
|
506
|
-
Object.setPrototypeOf(this, SourceBackupUnavailable.prototype);
|
|
507
|
-
this.Message = opts.Message;
|
|
508
|
-
this.BackupId = opts.BackupId;
|
|
509
|
-
}
|
|
510
|
-
}
|
|
511
|
-
export const UpdateOpenZFSVolumeOption = {
|
|
512
|
-
DELETE_CLONED_VOLUMES: "DELETE_CLONED_VOLUMES",
|
|
513
|
-
DELETE_INTERMEDIATE_DATA: "DELETE_INTERMEDIATE_DATA",
|
|
514
|
-
DELETE_INTERMEDIATE_SNAPSHOTS: "DELETE_INTERMEDIATE_SNAPSHOTS",
|
|
515
|
-
};
|
|
516
|
-
export const OpenZFSFileSystemUserType = {
|
|
517
|
-
POSIX: "POSIX",
|
|
518
|
-
};
|
|
519
|
-
export const S3AccessPointAttachmentType = {
|
|
520
|
-
OPENZFS: "OPENZFS",
|
|
521
|
-
};
|
|
522
|
-
export const S3AccessPointAttachmentLifecycle = {
|
|
523
|
-
AVAILABLE: "AVAILABLE",
|
|
524
|
-
CREATING: "CREATING",
|
|
525
|
-
DELETING: "DELETING",
|
|
526
|
-
FAILED: "FAILED",
|
|
527
|
-
UPDATING: "UPDATING",
|
|
528
|
-
};
|
|
529
|
-
export class InvalidAccessPoint extends __BaseException {
|
|
530
|
-
name = "InvalidAccessPoint";
|
|
531
|
-
$fault = "client";
|
|
532
|
-
ErrorCode;
|
|
533
|
-
Message;
|
|
534
|
-
constructor(opts) {
|
|
535
|
-
super({
|
|
536
|
-
name: "InvalidAccessPoint",
|
|
537
|
-
$fault: "client",
|
|
538
|
-
...opts,
|
|
539
|
-
});
|
|
540
|
-
Object.setPrototypeOf(this, InvalidAccessPoint.prototype);
|
|
541
|
-
this.ErrorCode = opts.ErrorCode;
|
|
542
|
-
this.Message = opts.Message;
|
|
543
|
-
}
|
|
544
|
-
}
|
|
545
|
-
export class InvalidRequest extends __BaseException {
|
|
546
|
-
name = "InvalidRequest";
|
|
547
|
-
$fault = "client";
|
|
548
|
-
ErrorCode;
|
|
549
|
-
Message;
|
|
550
|
-
constructor(opts) {
|
|
551
|
-
super({
|
|
552
|
-
name: "InvalidRequest",
|
|
553
|
-
$fault: "client",
|
|
554
|
-
...opts,
|
|
555
|
-
});
|
|
556
|
-
Object.setPrototypeOf(this, InvalidRequest.prototype);
|
|
557
|
-
this.ErrorCode = opts.ErrorCode;
|
|
558
|
-
this.Message = opts.Message;
|
|
559
|
-
}
|
|
560
|
-
}
|
|
561
|
-
export class TooManyAccessPoints extends __BaseException {
|
|
562
|
-
name = "TooManyAccessPoints";
|
|
563
|
-
$fault = "client";
|
|
564
|
-
ErrorCode;
|
|
565
|
-
Message;
|
|
566
|
-
constructor(opts) {
|
|
567
|
-
super({
|
|
568
|
-
name: "TooManyAccessPoints",
|
|
569
|
-
$fault: "client",
|
|
570
|
-
...opts,
|
|
571
|
-
});
|
|
572
|
-
Object.setPrototypeOf(this, TooManyAccessPoints.prototype);
|
|
573
|
-
this.ErrorCode = opts.ErrorCode;
|
|
574
|
-
this.Message = opts.Message;
|
|
575
|
-
}
|
|
576
|
-
}
|
|
577
|
-
export class VolumeNotFound extends __BaseException {
|
|
578
|
-
name = "VolumeNotFound";
|
|
579
|
-
$fault = "client";
|
|
580
|
-
Message;
|
|
581
|
-
constructor(opts) {
|
|
582
|
-
super({
|
|
583
|
-
name: "VolumeNotFound",
|
|
584
|
-
$fault: "client",
|
|
585
|
-
...opts,
|
|
586
|
-
});
|
|
587
|
-
Object.setPrototypeOf(this, VolumeNotFound.prototype);
|
|
588
|
-
this.Message = opts.Message;
|
|
589
|
-
}
|
|
590
|
-
}
|
|
591
|
-
export class BackupInProgress extends __BaseException {
|
|
592
|
-
name = "BackupInProgress";
|
|
593
|
-
$fault = "client";
|
|
594
|
-
Message;
|
|
595
|
-
constructor(opts) {
|
|
596
|
-
super({
|
|
597
|
-
name: "BackupInProgress",
|
|
598
|
-
$fault: "client",
|
|
599
|
-
...opts,
|
|
600
|
-
});
|
|
601
|
-
Object.setPrototypeOf(this, BackupInProgress.prototype);
|
|
602
|
-
this.Message = opts.Message;
|
|
603
|
-
}
|
|
604
|
-
}
|
|
605
|
-
export const NfsVersion = {
|
|
606
|
-
NFS3: "NFS3",
|
|
607
|
-
};
|
|
608
|
-
export const Unit = {
|
|
609
|
-
DAYS: "DAYS",
|
|
610
|
-
};
|
|
611
|
-
export const ReportFormat = {
|
|
612
|
-
REPORT_CSV_20191124: "REPORT_CSV_20191124",
|
|
613
|
-
};
|
|
614
|
-
export const ReportScope = {
|
|
615
|
-
FAILED_FILES_ONLY: "FAILED_FILES_ONLY",
|
|
616
|
-
};
|
|
617
|
-
export const DataRepositoryTaskType = {
|
|
618
|
-
AUTO_TRIGGERED_EVICTION: "AUTO_RELEASE_DATA",
|
|
619
|
-
EVICTION: "RELEASE_DATA_FROM_FILESYSTEM",
|
|
620
|
-
EXPORT: "EXPORT_TO_REPOSITORY",
|
|
621
|
-
IMPORT: "IMPORT_METADATA_FROM_REPOSITORY",
|
|
622
|
-
};
|
|
623
|
-
export class DataRepositoryTaskExecuting extends __BaseException {
|
|
624
|
-
name = "DataRepositoryTaskExecuting";
|
|
625
|
-
$fault = "client";
|
|
626
|
-
Message;
|
|
627
|
-
constructor(opts) {
|
|
628
|
-
super({
|
|
629
|
-
name: "DataRepositoryTaskExecuting",
|
|
630
|
-
$fault: "client",
|
|
631
|
-
...opts,
|
|
632
|
-
});
|
|
633
|
-
Object.setPrototypeOf(this, DataRepositoryTaskExecuting.prototype);
|
|
634
|
-
this.Message = opts.Message;
|
|
635
|
-
}
|
|
636
|
-
}
|
|
637
|
-
export const FileCacheType = {
|
|
638
|
-
LUSTRE: "LUSTRE",
|
|
639
|
-
};
|
|
640
|
-
export const FileCacheLustreDeploymentType = {
|
|
641
|
-
CACHE_1: "CACHE_1",
|
|
642
|
-
};
|
|
643
|
-
export const FileCacheLifecycle = {
|
|
644
|
-
AVAILABLE: "AVAILABLE",
|
|
645
|
-
CREATING: "CREATING",
|
|
646
|
-
DELETING: "DELETING",
|
|
647
|
-
FAILED: "FAILED",
|
|
648
|
-
UPDATING: "UPDATING",
|
|
649
|
-
};
|
|
650
|
-
export class InvalidNetworkSettings extends __BaseException {
|
|
651
|
-
name = "InvalidNetworkSettings";
|
|
652
|
-
$fault = "client";
|
|
653
|
-
Message;
|
|
654
|
-
InvalidSubnetId;
|
|
655
|
-
InvalidSecurityGroupId;
|
|
656
|
-
InvalidRouteTableId;
|
|
657
|
-
constructor(opts) {
|
|
658
|
-
super({
|
|
659
|
-
name: "InvalidNetworkSettings",
|
|
660
|
-
$fault: "client",
|
|
661
|
-
...opts,
|
|
662
|
-
});
|
|
663
|
-
Object.setPrototypeOf(this, InvalidNetworkSettings.prototype);
|
|
664
|
-
this.Message = opts.Message;
|
|
665
|
-
this.InvalidSubnetId = opts.InvalidSubnetId;
|
|
666
|
-
this.InvalidSecurityGroupId = opts.InvalidSecurityGroupId;
|
|
667
|
-
this.InvalidRouteTableId = opts.InvalidRouteTableId;
|
|
668
|
-
}
|
|
669
|
-
}
|
|
670
|
-
export class InvalidPerUnitStorageThroughput extends __BaseException {
|
|
671
|
-
name = "InvalidPerUnitStorageThroughput";
|
|
672
|
-
$fault = "client";
|
|
673
|
-
Message;
|
|
674
|
-
constructor(opts) {
|
|
675
|
-
super({
|
|
676
|
-
name: "InvalidPerUnitStorageThroughput",
|
|
677
|
-
$fault: "client",
|
|
678
|
-
...opts,
|
|
679
|
-
});
|
|
680
|
-
Object.setPrototypeOf(this, InvalidPerUnitStorageThroughput.prototype);
|
|
681
|
-
this.Message = opts.Message;
|
|
682
|
-
}
|
|
683
|
-
}
|
|
684
|
-
export class MissingFileCacheConfiguration extends __BaseException {
|
|
685
|
-
name = "MissingFileCacheConfiguration";
|
|
686
|
-
$fault = "client";
|
|
687
|
-
Message;
|
|
688
|
-
constructor(opts) {
|
|
689
|
-
super({
|
|
690
|
-
name: "MissingFileCacheConfiguration",
|
|
691
|
-
$fault: "client",
|
|
692
|
-
...opts,
|
|
693
|
-
});
|
|
694
|
-
Object.setPrototypeOf(this, MissingFileCacheConfiguration.prototype);
|
|
695
|
-
this.Message = opts.Message;
|
|
696
|
-
}
|
|
697
|
-
}
|
|
698
|
-
export class InvalidExportPath extends __BaseException {
|
|
699
|
-
name = "InvalidExportPath";
|
|
700
|
-
$fault = "client";
|
|
701
|
-
Message;
|
|
702
|
-
constructor(opts) {
|
|
703
|
-
super({
|
|
704
|
-
name: "InvalidExportPath",
|
|
705
|
-
$fault: "client",
|
|
706
|
-
...opts,
|
|
707
|
-
});
|
|
708
|
-
Object.setPrototypeOf(this, InvalidExportPath.prototype);
|
|
709
|
-
this.Message = opts.Message;
|
|
710
|
-
}
|
|
711
|
-
}
|
|
712
|
-
export class InvalidImportPath extends __BaseException {
|
|
713
|
-
name = "InvalidImportPath";
|
|
714
|
-
$fault = "client";
|
|
715
|
-
Message;
|
|
716
|
-
constructor(opts) {
|
|
717
|
-
super({
|
|
718
|
-
name: "InvalidImportPath",
|
|
719
|
-
$fault: "client",
|
|
720
|
-
...opts,
|
|
721
|
-
});
|
|
722
|
-
Object.setPrototypeOf(this, InvalidImportPath.prototype);
|
|
723
|
-
this.Message = opts.Message;
|
|
724
|
-
}
|
|
725
|
-
}
|
|
726
|
-
export class MissingFileSystemConfiguration extends __BaseException {
|
|
727
|
-
name = "MissingFileSystemConfiguration";
|
|
728
|
-
$fault = "client";
|
|
729
|
-
Message;
|
|
730
|
-
constructor(opts) {
|
|
731
|
-
super({
|
|
732
|
-
name: "MissingFileSystemConfiguration",
|
|
733
|
-
$fault: "client",
|
|
734
|
-
...opts,
|
|
735
|
-
});
|
|
736
|
-
Object.setPrototypeOf(this, MissingFileSystemConfiguration.prototype);
|
|
737
|
-
this.Message = opts.Message;
|
|
738
|
-
}
|
|
739
|
-
}
|
|
740
|
-
export const StorageVirtualMachineRootVolumeSecurityStyle = {
|
|
741
|
-
MIXED: "MIXED",
|
|
742
|
-
NTFS: "NTFS",
|
|
743
|
-
UNIX: "UNIX",
|
|
744
|
-
};
|
|
745
|
-
export const StorageVirtualMachineLifecycle = {
|
|
746
|
-
CREATED: "CREATED",
|
|
747
|
-
CREATING: "CREATING",
|
|
748
|
-
DELETING: "DELETING",
|
|
749
|
-
FAILED: "FAILED",
|
|
750
|
-
MISCONFIGURED: "MISCONFIGURED",
|
|
751
|
-
PENDING: "PENDING",
|
|
752
|
-
};
|
|
753
|
-
export const StorageVirtualMachineSubtype = {
|
|
754
|
-
DEFAULT: "DEFAULT",
|
|
755
|
-
DP_DESTINATION: "DP_DESTINATION",
|
|
756
|
-
SYNC_DESTINATION: "SYNC_DESTINATION",
|
|
757
|
-
SYNC_SOURCE: "SYNC_SOURCE",
|
|
758
|
-
};
|
|
759
|
-
export const InputOntapVolumeType = {
|
|
760
|
-
DP: "DP",
|
|
761
|
-
RW: "RW",
|
|
762
|
-
};
|
|
763
|
-
export class MissingVolumeConfiguration extends __BaseException {
|
|
764
|
-
name = "MissingVolumeConfiguration";
|
|
765
|
-
$fault = "client";
|
|
766
|
-
Message;
|
|
767
|
-
constructor(opts) {
|
|
768
|
-
super({
|
|
769
|
-
name: "MissingVolumeConfiguration",
|
|
770
|
-
$fault: "client",
|
|
771
|
-
...opts,
|
|
772
|
-
});
|
|
773
|
-
Object.setPrototypeOf(this, MissingVolumeConfiguration.prototype);
|
|
774
|
-
this.Message = opts.Message;
|
|
775
|
-
}
|
|
776
|
-
}
|
|
777
|
-
export class StorageVirtualMachineNotFound extends __BaseException {
|
|
778
|
-
name = "StorageVirtualMachineNotFound";
|
|
779
|
-
$fault = "client";
|
|
780
|
-
Message;
|
|
781
|
-
constructor(opts) {
|
|
782
|
-
super({
|
|
783
|
-
name: "StorageVirtualMachineNotFound",
|
|
784
|
-
$fault: "client",
|
|
785
|
-
...opts,
|
|
786
|
-
});
|
|
787
|
-
Object.setPrototypeOf(this, StorageVirtualMachineNotFound.prototype);
|
|
788
|
-
this.Message = opts.Message;
|
|
789
|
-
}
|
|
790
|
-
}
|
|
791
|
-
export class BackupBeingCopied extends __BaseException {
|
|
792
|
-
name = "BackupBeingCopied";
|
|
793
|
-
$fault = "client";
|
|
794
|
-
Message;
|
|
795
|
-
BackupId;
|
|
796
|
-
constructor(opts) {
|
|
797
|
-
super({
|
|
798
|
-
name: "BackupBeingCopied",
|
|
799
|
-
$fault: "client",
|
|
800
|
-
...opts,
|
|
801
|
-
});
|
|
802
|
-
Object.setPrototypeOf(this, BackupBeingCopied.prototype);
|
|
803
|
-
this.Message = opts.Message;
|
|
804
|
-
this.BackupId = opts.BackupId;
|
|
805
|
-
}
|
|
806
|
-
}
|
|
807
|
-
export class BackupRestoring extends __BaseException {
|
|
808
|
-
name = "BackupRestoring";
|
|
809
|
-
$fault = "client";
|
|
810
|
-
Message;
|
|
811
|
-
FileSystemId;
|
|
812
|
-
constructor(opts) {
|
|
813
|
-
super({
|
|
814
|
-
name: "BackupRestoring",
|
|
815
|
-
$fault: "client",
|
|
816
|
-
...opts,
|
|
817
|
-
});
|
|
818
|
-
Object.setPrototypeOf(this, BackupRestoring.prototype);
|
|
819
|
-
this.Message = opts.Message;
|
|
820
|
-
this.FileSystemId = opts.FileSystemId;
|
|
821
|
-
}
|
|
822
|
-
}
|
|
823
|
-
export class DataRepositoryAssociationNotFound extends __BaseException {
|
|
824
|
-
name = "DataRepositoryAssociationNotFound";
|
|
825
|
-
$fault = "client";
|
|
826
|
-
Message;
|
|
827
|
-
constructor(opts) {
|
|
828
|
-
super({
|
|
829
|
-
name: "DataRepositoryAssociationNotFound",
|
|
830
|
-
$fault: "client",
|
|
831
|
-
...opts,
|
|
832
|
-
});
|
|
833
|
-
Object.setPrototypeOf(this, DataRepositoryAssociationNotFound.prototype);
|
|
834
|
-
this.Message = opts.Message;
|
|
835
|
-
}
|
|
836
|
-
}
|
|
837
|
-
export class FileCacheNotFound extends __BaseException {
|
|
838
|
-
name = "FileCacheNotFound";
|
|
839
|
-
$fault = "client";
|
|
840
|
-
Message;
|
|
841
|
-
constructor(opts) {
|
|
842
|
-
super({
|
|
843
|
-
name: "FileCacheNotFound",
|
|
844
|
-
$fault: "client",
|
|
845
|
-
...opts,
|
|
846
|
-
});
|
|
847
|
-
Object.setPrototypeOf(this, FileCacheNotFound.prototype);
|
|
848
|
-
this.Message = opts.Message;
|
|
849
|
-
}
|
|
850
|
-
}
|
|
851
|
-
export const DeleteFileSystemOpenZFSOption = {
|
|
852
|
-
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS: "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS",
|
|
853
|
-
};
|
|
854
|
-
export class SnapshotNotFound extends __BaseException {
|
|
855
|
-
name = "SnapshotNotFound";
|
|
856
|
-
$fault = "client";
|
|
857
|
-
Message;
|
|
858
|
-
constructor(opts) {
|
|
859
|
-
super({
|
|
860
|
-
name: "SnapshotNotFound",
|
|
861
|
-
$fault: "client",
|
|
862
|
-
...opts,
|
|
863
|
-
});
|
|
864
|
-
Object.setPrototypeOf(this, SnapshotNotFound.prototype);
|
|
865
|
-
this.Message = opts.Message;
|
|
866
|
-
}
|
|
867
|
-
}
|
|
868
|
-
export const DeleteOpenZFSVolumeOption = {
|
|
869
|
-
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS: "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS",
|
|
870
|
-
};
|
|
871
|
-
export const FilterName = {
|
|
872
|
-
BACKUP_TYPE: "backup-type",
|
|
873
|
-
DATA_REPOSITORY_TYPE: "data-repository-type",
|
|
874
|
-
FILE_CACHE_ID: "file-cache-id",
|
|
875
|
-
FILE_CACHE_TYPE: "file-cache-type",
|
|
876
|
-
FILE_SYSTEM_ID: "file-system-id",
|
|
877
|
-
FILE_SYSTEM_TYPE: "file-system-type",
|
|
878
|
-
VOLUME_ID: "volume-id",
|
|
879
|
-
};
|
|
880
|
-
export class InvalidDataRepositoryType extends __BaseException {
|
|
881
|
-
name = "InvalidDataRepositoryType";
|
|
882
|
-
$fault = "client";
|
|
883
|
-
Message;
|
|
884
|
-
constructor(opts) {
|
|
885
|
-
super({
|
|
886
|
-
name: "InvalidDataRepositoryType",
|
|
887
|
-
$fault: "client",
|
|
888
|
-
...opts,
|
|
889
|
-
});
|
|
890
|
-
Object.setPrototypeOf(this, InvalidDataRepositoryType.prototype);
|
|
891
|
-
this.Message = opts.Message;
|
|
892
|
-
}
|
|
893
|
-
}
|
|
894
|
-
export const DataRepositoryTaskFilterName = {
|
|
895
|
-
DATA_REPO_ASSOCIATION_ID: "data-repository-association-id",
|
|
896
|
-
FILE_CACHE_ID: "file-cache-id",
|
|
897
|
-
FILE_SYSTEM_ID: "file-system-id",
|
|
898
|
-
TASK_LIFECYCLE: "task-lifecycle",
|
|
899
|
-
};
|
|
900
|
-
export const S3AccessPointAttachmentsFilterName = {
|
|
901
|
-
FILE_SYSTEM_ID: "file-system-id",
|
|
902
|
-
TYPE: "type",
|
|
903
|
-
VOLUME_ID: "volume-id",
|
|
904
|
-
};
|
|
905
|
-
export class S3AccessPointAttachmentNotFound extends __BaseException {
|
|
906
|
-
name = "S3AccessPointAttachmentNotFound";
|
|
907
|
-
$fault = "client";
|
|
908
|
-
Message;
|
|
909
|
-
constructor(opts) {
|
|
910
|
-
super({
|
|
911
|
-
name: "S3AccessPointAttachmentNotFound",
|
|
912
|
-
$fault: "client",
|
|
913
|
-
...opts,
|
|
914
|
-
});
|
|
915
|
-
Object.setPrototypeOf(this, S3AccessPointAttachmentNotFound.prototype);
|
|
916
|
-
this.Message = opts.Message;
|
|
917
|
-
}
|
|
918
|
-
}
|
|
919
|
-
export const SnapshotFilterName = {
|
|
920
|
-
FILE_SYSTEM_ID: "file-system-id",
|
|
921
|
-
VOLUME_ID: "volume-id",
|
|
922
|
-
};
|
|
923
|
-
export const StorageVirtualMachineFilterName = {
|
|
924
|
-
FILE_SYSTEM_ID: "file-system-id",
|
|
925
|
-
};
|
|
926
|
-
export const VolumeFilterName = {
|
|
927
|
-
FILE_SYSTEM_ID: "file-system-id",
|
|
928
|
-
STORAGE_VIRTUAL_MACHINE_ID: "storage-virtual-machine-id",
|
|
929
|
-
};
|
|
930
|
-
export class NotServiceResourceError extends __BaseException {
|
|
931
|
-
name = "NotServiceResourceError";
|
|
932
|
-
$fault = "client";
|
|
933
|
-
ResourceARN;
|
|
934
|
-
Message;
|
|
935
|
-
constructor(opts) {
|
|
936
|
-
super({
|
|
937
|
-
name: "NotServiceResourceError",
|
|
938
|
-
$fault: "client",
|
|
939
|
-
...opts,
|
|
940
|
-
});
|
|
941
|
-
Object.setPrototypeOf(this, NotServiceResourceError.prototype);
|
|
942
|
-
this.ResourceARN = opts.ResourceARN;
|
|
943
|
-
this.Message = opts.Message;
|
|
944
|
-
}
|
|
945
|
-
}
|
|
946
|
-
export class ResourceDoesNotSupportTagging extends __BaseException {
|
|
947
|
-
name = "ResourceDoesNotSupportTagging";
|
|
948
|
-
$fault = "client";
|
|
949
|
-
ResourceARN;
|
|
950
|
-
Message;
|
|
951
|
-
constructor(opts) {
|
|
952
|
-
super({
|
|
953
|
-
name: "ResourceDoesNotSupportTagging",
|
|
954
|
-
$fault: "client",
|
|
955
|
-
...opts,
|
|
956
|
-
});
|
|
957
|
-
Object.setPrototypeOf(this, ResourceDoesNotSupportTagging.prototype);
|
|
958
|
-
this.ResourceARN = opts.ResourceARN;
|
|
959
|
-
this.Message = opts.Message;
|
|
960
|
-
}
|
|
961
|
-
}
|
|
962
|
-
export class ResourceNotFound extends __BaseException {
|
|
963
|
-
name = "ResourceNotFound";
|
|
964
|
-
$fault = "client";
|
|
965
|
-
ResourceARN;
|
|
966
|
-
Message;
|
|
967
|
-
constructor(opts) {
|
|
968
|
-
super({
|
|
969
|
-
name: "ResourceNotFound",
|
|
970
|
-
$fault: "client",
|
|
971
|
-
...opts,
|
|
972
|
-
});
|
|
973
|
-
Object.setPrototypeOf(this, ResourceNotFound.prototype);
|
|
974
|
-
this.ResourceARN = opts.ResourceARN;
|
|
975
|
-
this.Message = opts.Message;
|
|
976
|
-
}
|
|
977
|
-
}
|
|
978
|
-
export const RestoreOpenZFSVolumeOption = {
|
|
979
|
-
DELETE_CLONED_VOLUMES: "DELETE_CLONED_VOLUMES",
|
|
980
|
-
DELETE_INTERMEDIATE_SNAPSHOTS: "DELETE_INTERMEDIATE_SNAPSHOTS",
|
|
981
|
-
};
|
|
1
|
+
export {};
|