@aws-sdk/client-fsx 3.180.0 → 3.183.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/CHANGELOG.md +25 -0
- package/dist-cjs/FSx.js +60 -0
- package/dist-cjs/commands/CreateFileCacheCommand.js +36 -0
- package/dist-cjs/commands/DeleteFileCacheCommand.js +36 -0
- package/dist-cjs/commands/DescribeFileCachesCommand.js +36 -0
- package/dist-cjs/commands/UpdateFileCacheCommand.js +36 -0
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/models/models_0.js +154 -27
- package/dist-cjs/pagination/DescribeFileCachesPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +587 -39
- package/dist-es/FSx.js +209 -156
- package/dist-es/FSxClient.js +22 -28
- package/dist-es/commands/AssociateFileSystemAliasesCommand.js +21 -28
- package/dist-es/commands/CancelDataRepositoryTaskCommand.js +21 -28
- package/dist-es/commands/CopyBackupCommand.js +21 -28
- package/dist-es/commands/CreateBackupCommand.js +21 -28
- package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +21 -28
- package/dist-es/commands/CreateDataRepositoryTaskCommand.js +21 -28
- package/dist-es/commands/CreateFileCacheCommand.js +32 -0
- package/dist-es/commands/CreateFileSystemCommand.js +21 -28
- package/dist-es/commands/CreateFileSystemFromBackupCommand.js +21 -28
- package/dist-es/commands/CreateSnapshotCommand.js +21 -28
- package/dist-es/commands/CreateStorageVirtualMachineCommand.js +21 -28
- package/dist-es/commands/CreateVolumeCommand.js +21 -28
- package/dist-es/commands/CreateVolumeFromBackupCommand.js +21 -28
- package/dist-es/commands/DeleteBackupCommand.js +21 -28
- package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +21 -28
- package/dist-es/commands/DeleteFileCacheCommand.js +32 -0
- package/dist-es/commands/DeleteFileSystemCommand.js +21 -28
- package/dist-es/commands/DeleteSnapshotCommand.js +21 -28
- package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +21 -28
- package/dist-es/commands/DeleteVolumeCommand.js +21 -28
- package/dist-es/commands/DescribeBackupsCommand.js +21 -28
- package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +21 -28
- package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +21 -28
- package/dist-es/commands/DescribeFileCachesCommand.js +32 -0
- package/dist-es/commands/DescribeFileSystemAliasesCommand.js +21 -28
- package/dist-es/commands/DescribeFileSystemsCommand.js +21 -28
- package/dist-es/commands/DescribeSnapshotsCommand.js +21 -28
- package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +21 -28
- package/dist-es/commands/DescribeVolumesCommand.js +21 -28
- package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +21 -28
- package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +21 -28
- package/dist-es/commands/TagResourceCommand.js +21 -28
- package/dist-es/commands/UntagResourceCommand.js +21 -28
- package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +21 -28
- package/dist-es/commands/UpdateFileCacheCommand.js +32 -0
- package/dist-es/commands/UpdateFileSystemCommand.js +21 -28
- package/dist-es/commands/UpdateSnapshotCommand.js +21 -28
- package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +21 -28
- package/dist-es/commands/UpdateVolumeCommand.js +21 -28
- package/dist-es/commands/index.js +4 -0
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/FSxServiceException.js +5 -10
- package/dist-es/models/models_0.js +1043 -617
- package/dist-es/pagination/DescribeBackupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeDataRepositoryAssociationsPaginator.js +25 -68
- package/dist-es/pagination/DescribeDataRepositoryTasksPaginator.js +25 -68
- package/dist-es/pagination/DescribeFileCachesPaginator.js +32 -0
- package/dist-es/pagination/DescribeFileSystemAliasesPaginator.js +25 -68
- package/dist-es/pagination/DescribeFileSystemsPaginator.js +25 -68
- package/dist-es/pagination/DescribeSnapshotsPaginator.js +25 -68
- package/dist-es/pagination/DescribeStorageVirtualMachinesPaginator.js +25 -68
- package/dist-es/pagination/DescribeVolumesPaginator.js +25 -68
- package/dist-es/pagination/ListTagsForResourcePaginator.js +25 -68
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +3959 -3957
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-types/FSx.d.ts +118 -26
- package/dist-types/FSxClient.d.ts +6 -2
- package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +6 -0
- package/dist-types/commands/CreateFileCacheCommand.d.ts +58 -0
- package/dist-types/commands/CreateFileSystemCommand.d.ts +0 -10
- package/dist-types/commands/DeleteFileCacheCommand.d.ts +48 -0
- package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +13 -11
- package/dist-types/commands/DescribeDataRepositoryTasksCommand.d.ts +4 -4
- package/dist-types/commands/DescribeFileCachesCommand.d.ts +65 -0
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +0 -1
- package/dist-types/commands/UpdateFileCacheCommand.d.ts +36 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +964 -125
- package/dist-types/pagination/DescribeFileCachesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +12 -0
- package/dist-types/ts3.4/FSx.d.ts +68 -0
- package/dist-types/ts3.4/FSxClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/CreateFileCacheCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteFileCacheCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeFileCachesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateFileCacheCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +239 -25
- package/dist-types/ts3.4/pagination/DescribeFileCachesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
- package/package.json +33 -33
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { __assign, __extends } from "tslib";
|
|
2
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
2
|
import { FSxServiceException as __BaseException } from "./FSxServiceException";
|
|
4
3
|
export var ActiveDirectoryErrorType;
|
|
@@ -8,21 +7,21 @@ export var ActiveDirectoryErrorType;
|
|
|
8
7
|
ActiveDirectoryErrorType["INVALID_DOMAIN_STAGE"] = "INVALID_DOMAIN_STAGE";
|
|
9
8
|
ActiveDirectoryErrorType["WRONG_VPC"] = "WRONG_VPC";
|
|
10
9
|
})(ActiveDirectoryErrorType || (ActiveDirectoryErrorType = {}));
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}
|
|
25
|
-
|
|
10
|
+
export class ActiveDirectoryError extends __BaseException {
|
|
11
|
+
constructor(opts) {
|
|
12
|
+
super({
|
|
13
|
+
name: "ActiveDirectoryError",
|
|
14
|
+
$fault: "client",
|
|
15
|
+
...opts,
|
|
16
|
+
});
|
|
17
|
+
this.name = "ActiveDirectoryError";
|
|
18
|
+
this.$fault = "client";
|
|
19
|
+
Object.setPrototypeOf(this, ActiveDirectoryError.prototype);
|
|
20
|
+
this.ActiveDirectoryId = opts.ActiveDirectoryId;
|
|
21
|
+
this.Type = opts.Type;
|
|
22
|
+
this.Message = opts.Message;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
26
25
|
export var AdministrativeActionType;
|
|
27
26
|
(function (AdministrativeActionType) {
|
|
28
27
|
AdministrativeActionType["FILE_SYSTEM_ALIAS_ASSOCIATION"] = "FILE_SYSTEM_ALIAS_ASSOCIATION";
|
|
@@ -206,45 +205,45 @@ export var VolumeType;
|
|
|
206
205
|
VolumeType["ONTAP"] = "ONTAP";
|
|
207
206
|
VolumeType["OPENZFS"] = "OPENZFS";
|
|
208
207
|
})(VolumeType || (VolumeType = {}));
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
}
|
|
247
|
-
|
|
208
|
+
export class BadRequest extends __BaseException {
|
|
209
|
+
constructor(opts) {
|
|
210
|
+
super({
|
|
211
|
+
name: "BadRequest",
|
|
212
|
+
$fault: "client",
|
|
213
|
+
...opts,
|
|
214
|
+
});
|
|
215
|
+
this.name = "BadRequest";
|
|
216
|
+
this.$fault = "client";
|
|
217
|
+
Object.setPrototypeOf(this, BadRequest.prototype);
|
|
218
|
+
this.Message = opts.Message;
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
export class FileSystemNotFound extends __BaseException {
|
|
222
|
+
constructor(opts) {
|
|
223
|
+
super({
|
|
224
|
+
name: "FileSystemNotFound",
|
|
225
|
+
$fault: "client",
|
|
226
|
+
...opts,
|
|
227
|
+
});
|
|
228
|
+
this.name = "FileSystemNotFound";
|
|
229
|
+
this.$fault = "client";
|
|
230
|
+
Object.setPrototypeOf(this, FileSystemNotFound.prototype);
|
|
231
|
+
this.Message = opts.Message;
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
export class InternalServerError extends __BaseException {
|
|
235
|
+
constructor(opts) {
|
|
236
|
+
super({
|
|
237
|
+
name: "InternalServerError",
|
|
238
|
+
$fault: "server",
|
|
239
|
+
...opts,
|
|
240
|
+
});
|
|
241
|
+
this.name = "InternalServerError";
|
|
242
|
+
this.$fault = "server";
|
|
243
|
+
Object.setPrototypeOf(this, InternalServerError.prototype);
|
|
244
|
+
this.Message = opts.Message;
|
|
245
|
+
}
|
|
246
|
+
}
|
|
248
247
|
export var EventType;
|
|
249
248
|
(function (EventType) {
|
|
250
249
|
EventType["CHANGED"] = "CHANGED";
|
|
@@ -260,58 +259,58 @@ export var DataRepositoryTaskLifecycle;
|
|
|
260
259
|
DataRepositoryTaskLifecycle["PENDING"] = "PENDING";
|
|
261
260
|
DataRepositoryTaskLifecycle["SUCCEEDED"] = "SUCCEEDED";
|
|
262
261
|
})(DataRepositoryTaskLifecycle || (DataRepositoryTaskLifecycle = {}));
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
}
|
|
314
|
-
|
|
262
|
+
export class DataRepositoryTaskEnded extends __BaseException {
|
|
263
|
+
constructor(opts) {
|
|
264
|
+
super({
|
|
265
|
+
name: "DataRepositoryTaskEnded",
|
|
266
|
+
$fault: "client",
|
|
267
|
+
...opts,
|
|
268
|
+
});
|
|
269
|
+
this.name = "DataRepositoryTaskEnded";
|
|
270
|
+
this.$fault = "client";
|
|
271
|
+
Object.setPrototypeOf(this, DataRepositoryTaskEnded.prototype);
|
|
272
|
+
this.Message = opts.Message;
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
export class DataRepositoryTaskNotFound extends __BaseException {
|
|
276
|
+
constructor(opts) {
|
|
277
|
+
super({
|
|
278
|
+
name: "DataRepositoryTaskNotFound",
|
|
279
|
+
$fault: "client",
|
|
280
|
+
...opts,
|
|
281
|
+
});
|
|
282
|
+
this.name = "DataRepositoryTaskNotFound";
|
|
283
|
+
this.$fault = "client";
|
|
284
|
+
Object.setPrototypeOf(this, DataRepositoryTaskNotFound.prototype);
|
|
285
|
+
this.Message = opts.Message;
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
export class UnsupportedOperation extends __BaseException {
|
|
289
|
+
constructor(opts) {
|
|
290
|
+
super({
|
|
291
|
+
name: "UnsupportedOperation",
|
|
292
|
+
$fault: "client",
|
|
293
|
+
...opts,
|
|
294
|
+
});
|
|
295
|
+
this.name = "UnsupportedOperation";
|
|
296
|
+
this.$fault = "client";
|
|
297
|
+
Object.setPrototypeOf(this, UnsupportedOperation.prototype);
|
|
298
|
+
this.Message = opts.Message;
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
export class BackupNotFound extends __BaseException {
|
|
302
|
+
constructor(opts) {
|
|
303
|
+
super({
|
|
304
|
+
name: "BackupNotFound",
|
|
305
|
+
$fault: "client",
|
|
306
|
+
...opts,
|
|
307
|
+
});
|
|
308
|
+
this.name = "BackupNotFound";
|
|
309
|
+
this.$fault = "client";
|
|
310
|
+
Object.setPrototypeOf(this, BackupNotFound.prototype);
|
|
311
|
+
this.Message = opts.Message;
|
|
312
|
+
}
|
|
313
|
+
}
|
|
315
314
|
export var BackupLifecycle;
|
|
316
315
|
(function (BackupLifecycle) {
|
|
317
316
|
BackupLifecycle["AVAILABLE"] = "AVAILABLE";
|
|
@@ -333,74 +332,75 @@ export var BackupType;
|
|
|
333
332
|
BackupType["AWS_BACKUP"] = "AWS_BACKUP";
|
|
334
333
|
BackupType["USER_INITIATED"] = "USER_INITIATED";
|
|
335
334
|
})(BackupType || (BackupType = {}));
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
}
|
|
401
|
-
|
|
335
|
+
export class IncompatibleParameterError extends __BaseException {
|
|
336
|
+
constructor(opts) {
|
|
337
|
+
super({
|
|
338
|
+
name: "IncompatibleParameterError",
|
|
339
|
+
$fault: "client",
|
|
340
|
+
...opts,
|
|
341
|
+
});
|
|
342
|
+
this.name = "IncompatibleParameterError";
|
|
343
|
+
this.$fault = "client";
|
|
344
|
+
Object.setPrototypeOf(this, IncompatibleParameterError.prototype);
|
|
345
|
+
this.Parameter = opts.Parameter;
|
|
346
|
+
this.Message = opts.Message;
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
export class IncompatibleRegionForMultiAZ extends __BaseException {
|
|
350
|
+
constructor(opts) {
|
|
351
|
+
super({
|
|
352
|
+
name: "IncompatibleRegionForMultiAZ",
|
|
353
|
+
$fault: "client",
|
|
354
|
+
...opts,
|
|
355
|
+
});
|
|
356
|
+
this.name = "IncompatibleRegionForMultiAZ";
|
|
357
|
+
this.$fault = "client";
|
|
358
|
+
Object.setPrototypeOf(this, IncompatibleRegionForMultiAZ.prototype);
|
|
359
|
+
this.Message = opts.Message;
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
export class InvalidDestinationKmsKey extends __BaseException {
|
|
363
|
+
constructor(opts) {
|
|
364
|
+
super({
|
|
365
|
+
name: "InvalidDestinationKmsKey",
|
|
366
|
+
$fault: "client",
|
|
367
|
+
...opts,
|
|
368
|
+
});
|
|
369
|
+
this.name = "InvalidDestinationKmsKey";
|
|
370
|
+
this.$fault = "client";
|
|
371
|
+
Object.setPrototypeOf(this, InvalidDestinationKmsKey.prototype);
|
|
372
|
+
this.Message = opts.Message;
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
export class InvalidRegion extends __BaseException {
|
|
376
|
+
constructor(opts) {
|
|
377
|
+
super({
|
|
378
|
+
name: "InvalidRegion",
|
|
379
|
+
$fault: "client",
|
|
380
|
+
...opts,
|
|
381
|
+
});
|
|
382
|
+
this.name = "InvalidRegion";
|
|
383
|
+
this.$fault = "client";
|
|
384
|
+
Object.setPrototypeOf(this, InvalidRegion.prototype);
|
|
385
|
+
this.Message = opts.Message;
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
export class InvalidSourceKmsKey extends __BaseException {
|
|
389
|
+
constructor(opts) {
|
|
390
|
+
super({
|
|
391
|
+
name: "InvalidSourceKmsKey",
|
|
392
|
+
$fault: "client",
|
|
393
|
+
...opts,
|
|
394
|
+
});
|
|
395
|
+
this.name = "InvalidSourceKmsKey";
|
|
396
|
+
this.$fault = "client";
|
|
397
|
+
Object.setPrototypeOf(this, InvalidSourceKmsKey.prototype);
|
|
398
|
+
this.Message = opts.Message;
|
|
399
|
+
}
|
|
400
|
+
}
|
|
402
401
|
export var ServiceLimit;
|
|
403
402
|
(function (ServiceLimit) {
|
|
403
|
+
ServiceLimit["FILE_CACHE_COUNT"] = "FILE_CACHE_COUNT";
|
|
404
404
|
ServiceLimit["FILE_SYSTEM_COUNT"] = "FILE_SYSTEM_COUNT";
|
|
405
405
|
ServiceLimit["STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM"] = "STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM";
|
|
406
406
|
ServiceLimit["TOTAL_IN_PROGRESS_COPY_BACKUPS"] = "TOTAL_IN_PROGRESS_COPY_BACKUPS";
|
|
@@ -411,60 +411,64 @@ export var ServiceLimit;
|
|
|
411
411
|
ServiceLimit["TOTAL_USER_TAGS"] = "TOTAL_USER_TAGS";
|
|
412
412
|
ServiceLimit["VOLUMES_PER_FILE_SYSTEM"] = "VOLUMES_PER_FILE_SYSTEM";
|
|
413
413
|
})(ServiceLimit || (ServiceLimit = {}));
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
}
|
|
467
|
-
|
|
414
|
+
export class ServiceLimitExceeded extends __BaseException {
|
|
415
|
+
constructor(opts) {
|
|
416
|
+
super({
|
|
417
|
+
name: "ServiceLimitExceeded",
|
|
418
|
+
$fault: "client",
|
|
419
|
+
...opts,
|
|
420
|
+
});
|
|
421
|
+
this.name = "ServiceLimitExceeded";
|
|
422
|
+
this.$fault = "client";
|
|
423
|
+
Object.setPrototypeOf(this, ServiceLimitExceeded.prototype);
|
|
424
|
+
this.Limit = opts.Limit;
|
|
425
|
+
this.Message = opts.Message;
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
export class SourceBackupUnavailable extends __BaseException {
|
|
429
|
+
constructor(opts) {
|
|
430
|
+
super({
|
|
431
|
+
name: "SourceBackupUnavailable",
|
|
432
|
+
$fault: "client",
|
|
433
|
+
...opts,
|
|
434
|
+
});
|
|
435
|
+
this.name = "SourceBackupUnavailable";
|
|
436
|
+
this.$fault = "client";
|
|
437
|
+
Object.setPrototypeOf(this, SourceBackupUnavailable.prototype);
|
|
438
|
+
this.Message = opts.Message;
|
|
439
|
+
this.BackupId = opts.BackupId;
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
export class BackupInProgress extends __BaseException {
|
|
443
|
+
constructor(opts) {
|
|
444
|
+
super({
|
|
445
|
+
name: "BackupInProgress",
|
|
446
|
+
$fault: "client",
|
|
447
|
+
...opts,
|
|
448
|
+
});
|
|
449
|
+
this.name = "BackupInProgress";
|
|
450
|
+
this.$fault = "client";
|
|
451
|
+
Object.setPrototypeOf(this, BackupInProgress.prototype);
|
|
452
|
+
this.Message = opts.Message;
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
export class VolumeNotFound extends __BaseException {
|
|
456
|
+
constructor(opts) {
|
|
457
|
+
super({
|
|
458
|
+
name: "VolumeNotFound",
|
|
459
|
+
$fault: "client",
|
|
460
|
+
...opts,
|
|
461
|
+
});
|
|
462
|
+
this.name = "VolumeNotFound";
|
|
463
|
+
this.$fault = "client";
|
|
464
|
+
Object.setPrototypeOf(this, VolumeNotFound.prototype);
|
|
465
|
+
this.Message = opts.Message;
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
export var NfsVersion;
|
|
469
|
+
(function (NfsVersion) {
|
|
470
|
+
NfsVersion["NFS3"] = "NFS3";
|
|
471
|
+
})(NfsVersion || (NfsVersion = {}));
|
|
468
472
|
export var ReportFormat;
|
|
469
473
|
(function (ReportFormat) {
|
|
470
474
|
ReportFormat["REPORT_CSV_20191124"] = "REPORT_CSV_20191124";
|
|
@@ -475,90 +479,121 @@ export var ReportScope;
|
|
|
475
479
|
})(ReportScope || (ReportScope = {}));
|
|
476
480
|
export var DataRepositoryTaskType;
|
|
477
481
|
(function (DataRepositoryTaskType) {
|
|
482
|
+
DataRepositoryTaskType["AUTO_TRIGGERED_EVICTION"] = "AUTO_RELEASE_DATA";
|
|
483
|
+
DataRepositoryTaskType["EVICTION"] = "RELEASE_DATA_FROM_FILESYSTEM";
|
|
478
484
|
DataRepositoryTaskType["EXPORT"] = "EXPORT_TO_REPOSITORY";
|
|
479
485
|
DataRepositoryTaskType["IMPORT"] = "IMPORT_METADATA_FROM_REPOSITORY";
|
|
480
486
|
})(DataRepositoryTaskType || (DataRepositoryTaskType = {}));
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
var
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
487
|
+
export class DataRepositoryTaskExecuting extends __BaseException {
|
|
488
|
+
constructor(opts) {
|
|
489
|
+
super({
|
|
490
|
+
name: "DataRepositoryTaskExecuting",
|
|
491
|
+
$fault: "client",
|
|
492
|
+
...opts,
|
|
493
|
+
});
|
|
494
|
+
this.name = "DataRepositoryTaskExecuting";
|
|
495
|
+
this.$fault = "client";
|
|
496
|
+
Object.setPrototypeOf(this, DataRepositoryTaskExecuting.prototype);
|
|
497
|
+
this.Message = opts.Message;
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
export var FileCacheType;
|
|
501
|
+
(function (FileCacheType) {
|
|
502
|
+
FileCacheType["LUSTRE"] = "LUSTRE";
|
|
503
|
+
})(FileCacheType || (FileCacheType = {}));
|
|
504
|
+
export var FileCacheLustreDeploymentType;
|
|
505
|
+
(function (FileCacheLustreDeploymentType) {
|
|
506
|
+
FileCacheLustreDeploymentType["CACHE_1"] = "CACHE_1";
|
|
507
|
+
})(FileCacheLustreDeploymentType || (FileCacheLustreDeploymentType = {}));
|
|
508
|
+
export var FileCacheLifecycle;
|
|
509
|
+
(function (FileCacheLifecycle) {
|
|
510
|
+
FileCacheLifecycle["AVAILABLE"] = "AVAILABLE";
|
|
511
|
+
FileCacheLifecycle["CREATING"] = "CREATING";
|
|
512
|
+
FileCacheLifecycle["DELETING"] = "DELETING";
|
|
513
|
+
FileCacheLifecycle["FAILED"] = "FAILED";
|
|
514
|
+
FileCacheLifecycle["UPDATING"] = "UPDATING";
|
|
515
|
+
})(FileCacheLifecycle || (FileCacheLifecycle = {}));
|
|
516
|
+
export class InvalidNetworkSettings extends __BaseException {
|
|
517
|
+
constructor(opts) {
|
|
518
|
+
super({
|
|
519
|
+
name: "InvalidNetworkSettings",
|
|
520
|
+
$fault: "client",
|
|
521
|
+
...opts,
|
|
522
|
+
});
|
|
523
|
+
this.name = "InvalidNetworkSettings";
|
|
524
|
+
this.$fault = "client";
|
|
525
|
+
Object.setPrototypeOf(this, InvalidNetworkSettings.prototype);
|
|
526
|
+
this.Message = opts.Message;
|
|
527
|
+
this.InvalidSubnetId = opts.InvalidSubnetId;
|
|
528
|
+
this.InvalidSecurityGroupId = opts.InvalidSecurityGroupId;
|
|
529
|
+
this.InvalidRouteTableId = opts.InvalidRouteTableId;
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
export class InvalidPerUnitStorageThroughput extends __BaseException {
|
|
533
|
+
constructor(opts) {
|
|
534
|
+
super({
|
|
535
|
+
name: "InvalidPerUnitStorageThroughput",
|
|
536
|
+
$fault: "client",
|
|
537
|
+
...opts,
|
|
538
|
+
});
|
|
539
|
+
this.name = "InvalidPerUnitStorageThroughput";
|
|
540
|
+
this.$fault = "client";
|
|
541
|
+
Object.setPrototypeOf(this, InvalidPerUnitStorageThroughput.prototype);
|
|
542
|
+
this.Message = opts.Message;
|
|
543
|
+
}
|
|
544
|
+
}
|
|
545
|
+
export class MissingFileCacheConfiguration extends __BaseException {
|
|
546
|
+
constructor(opts) {
|
|
547
|
+
super({
|
|
548
|
+
name: "MissingFileCacheConfiguration",
|
|
549
|
+
$fault: "client",
|
|
550
|
+
...opts,
|
|
551
|
+
});
|
|
552
|
+
this.name = "MissingFileCacheConfiguration";
|
|
553
|
+
this.$fault = "client";
|
|
554
|
+
Object.setPrototypeOf(this, MissingFileCacheConfiguration.prototype);
|
|
555
|
+
this.Message = opts.Message;
|
|
556
|
+
}
|
|
557
|
+
}
|
|
558
|
+
export class InvalidExportPath extends __BaseException {
|
|
559
|
+
constructor(opts) {
|
|
560
|
+
super({
|
|
561
|
+
name: "InvalidExportPath",
|
|
562
|
+
$fault: "client",
|
|
563
|
+
...opts,
|
|
564
|
+
});
|
|
565
|
+
this.name = "InvalidExportPath";
|
|
566
|
+
this.$fault = "client";
|
|
567
|
+
Object.setPrototypeOf(this, InvalidExportPath.prototype);
|
|
568
|
+
this.Message = opts.Message;
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
export class InvalidImportPath extends __BaseException {
|
|
572
|
+
constructor(opts) {
|
|
573
|
+
super({
|
|
574
|
+
name: "InvalidImportPath",
|
|
575
|
+
$fault: "client",
|
|
576
|
+
...opts,
|
|
577
|
+
});
|
|
578
|
+
this.name = "InvalidImportPath";
|
|
579
|
+
this.$fault = "client";
|
|
580
|
+
Object.setPrototypeOf(this, InvalidImportPath.prototype);
|
|
581
|
+
this.Message = opts.Message;
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
export class MissingFileSystemConfiguration extends __BaseException {
|
|
585
|
+
constructor(opts) {
|
|
586
|
+
super({
|
|
587
|
+
name: "MissingFileSystemConfiguration",
|
|
588
|
+
$fault: "client",
|
|
589
|
+
...opts,
|
|
590
|
+
});
|
|
591
|
+
this.name = "MissingFileSystemConfiguration";
|
|
592
|
+
this.$fault = "client";
|
|
593
|
+
Object.setPrototypeOf(this, MissingFileSystemConfiguration.prototype);
|
|
594
|
+
this.Message = opts.Message;
|
|
595
|
+
}
|
|
596
|
+
}
|
|
562
597
|
export var StorageVirtualMachineRootVolumeSecurityStyle;
|
|
563
598
|
(function (StorageVirtualMachineRootVolumeSecurityStyle) {
|
|
564
599
|
StorageVirtualMachineRootVolumeSecurityStyle["MIXED"] = "MIXED";
|
|
@@ -581,90 +616,103 @@ export var StorageVirtualMachineSubtype;
|
|
|
581
616
|
StorageVirtualMachineSubtype["SYNC_DESTINATION"] = "SYNC_DESTINATION";
|
|
582
617
|
StorageVirtualMachineSubtype["SYNC_SOURCE"] = "SYNC_SOURCE";
|
|
583
618
|
})(StorageVirtualMachineSubtype || (StorageVirtualMachineSubtype = {}));
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
}
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
}
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
}
|
|
650
|
-
|
|
619
|
+
export class MissingVolumeConfiguration extends __BaseException {
|
|
620
|
+
constructor(opts) {
|
|
621
|
+
super({
|
|
622
|
+
name: "MissingVolumeConfiguration",
|
|
623
|
+
$fault: "client",
|
|
624
|
+
...opts,
|
|
625
|
+
});
|
|
626
|
+
this.name = "MissingVolumeConfiguration";
|
|
627
|
+
this.$fault = "client";
|
|
628
|
+
Object.setPrototypeOf(this, MissingVolumeConfiguration.prototype);
|
|
629
|
+
this.Message = opts.Message;
|
|
630
|
+
}
|
|
631
|
+
}
|
|
632
|
+
export class StorageVirtualMachineNotFound extends __BaseException {
|
|
633
|
+
constructor(opts) {
|
|
634
|
+
super({
|
|
635
|
+
name: "StorageVirtualMachineNotFound",
|
|
636
|
+
$fault: "client",
|
|
637
|
+
...opts,
|
|
638
|
+
});
|
|
639
|
+
this.name = "StorageVirtualMachineNotFound";
|
|
640
|
+
this.$fault = "client";
|
|
641
|
+
Object.setPrototypeOf(this, StorageVirtualMachineNotFound.prototype);
|
|
642
|
+
this.Message = opts.Message;
|
|
643
|
+
}
|
|
644
|
+
}
|
|
645
|
+
export class BackupBeingCopied extends __BaseException {
|
|
646
|
+
constructor(opts) {
|
|
647
|
+
super({
|
|
648
|
+
name: "BackupBeingCopied",
|
|
649
|
+
$fault: "client",
|
|
650
|
+
...opts,
|
|
651
|
+
});
|
|
652
|
+
this.name = "BackupBeingCopied";
|
|
653
|
+
this.$fault = "client";
|
|
654
|
+
Object.setPrototypeOf(this, BackupBeingCopied.prototype);
|
|
655
|
+
this.Message = opts.Message;
|
|
656
|
+
this.BackupId = opts.BackupId;
|
|
657
|
+
}
|
|
658
|
+
}
|
|
659
|
+
export class BackupRestoring extends __BaseException {
|
|
660
|
+
constructor(opts) {
|
|
661
|
+
super({
|
|
662
|
+
name: "BackupRestoring",
|
|
663
|
+
$fault: "client",
|
|
664
|
+
...opts,
|
|
665
|
+
});
|
|
666
|
+
this.name = "BackupRestoring";
|
|
667
|
+
this.$fault = "client";
|
|
668
|
+
Object.setPrototypeOf(this, BackupRestoring.prototype);
|
|
669
|
+
this.Message = opts.Message;
|
|
670
|
+
this.FileSystemId = opts.FileSystemId;
|
|
671
|
+
}
|
|
672
|
+
}
|
|
673
|
+
export class DataRepositoryAssociationNotFound extends __BaseException {
|
|
674
|
+
constructor(opts) {
|
|
675
|
+
super({
|
|
676
|
+
name: "DataRepositoryAssociationNotFound",
|
|
677
|
+
$fault: "client",
|
|
678
|
+
...opts,
|
|
679
|
+
});
|
|
680
|
+
this.name = "DataRepositoryAssociationNotFound";
|
|
681
|
+
this.$fault = "client";
|
|
682
|
+
Object.setPrototypeOf(this, DataRepositoryAssociationNotFound.prototype);
|
|
683
|
+
this.Message = opts.Message;
|
|
684
|
+
}
|
|
685
|
+
}
|
|
686
|
+
export class FileCacheNotFound extends __BaseException {
|
|
687
|
+
constructor(opts) {
|
|
688
|
+
super({
|
|
689
|
+
name: "FileCacheNotFound",
|
|
690
|
+
$fault: "client",
|
|
691
|
+
...opts,
|
|
692
|
+
});
|
|
693
|
+
this.name = "FileCacheNotFound";
|
|
694
|
+
this.$fault = "client";
|
|
695
|
+
Object.setPrototypeOf(this, FileCacheNotFound.prototype);
|
|
696
|
+
this.Message = opts.Message;
|
|
697
|
+
}
|
|
698
|
+
}
|
|
651
699
|
export var DeleteFileSystemOpenZFSOption;
|
|
652
700
|
(function (DeleteFileSystemOpenZFSOption) {
|
|
653
701
|
DeleteFileSystemOpenZFSOption["DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"] = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS";
|
|
654
702
|
})(DeleteFileSystemOpenZFSOption || (DeleteFileSystemOpenZFSOption = {}));
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
}
|
|
667
|
-
|
|
703
|
+
export class SnapshotNotFound extends __BaseException {
|
|
704
|
+
constructor(opts) {
|
|
705
|
+
super({
|
|
706
|
+
name: "SnapshotNotFound",
|
|
707
|
+
$fault: "client",
|
|
708
|
+
...opts,
|
|
709
|
+
});
|
|
710
|
+
this.name = "SnapshotNotFound";
|
|
711
|
+
this.$fault = "client";
|
|
712
|
+
Object.setPrototypeOf(this, SnapshotNotFound.prototype);
|
|
713
|
+
this.Message = opts.Message;
|
|
714
|
+
}
|
|
715
|
+
}
|
|
668
716
|
export var DeleteOpenZFSVolumeOption;
|
|
669
717
|
(function (DeleteOpenZFSVolumeOption) {
|
|
670
718
|
DeleteOpenZFSVolumeOption["DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"] = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS";
|
|
@@ -673,26 +721,29 @@ export var FilterName;
|
|
|
673
721
|
(function (FilterName) {
|
|
674
722
|
FilterName["BACKUP_TYPE"] = "backup-type";
|
|
675
723
|
FilterName["DATA_REPOSITORY_TYPE"] = "data-repository-type";
|
|
724
|
+
FilterName["FILE_CACHE_ID"] = "file-cache-id";
|
|
725
|
+
FilterName["FILE_CACHE_TYPE"] = "file-cache-type";
|
|
676
726
|
FilterName["FILE_SYSTEM_ID"] = "file-system-id";
|
|
677
727
|
FilterName["FILE_SYSTEM_TYPE"] = "file-system-type";
|
|
678
728
|
FilterName["VOLUME_ID"] = "volume-id";
|
|
679
729
|
})(FilterName || (FilterName = {}));
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
}
|
|
692
|
-
|
|
730
|
+
export class InvalidDataRepositoryType extends __BaseException {
|
|
731
|
+
constructor(opts) {
|
|
732
|
+
super({
|
|
733
|
+
name: "InvalidDataRepositoryType",
|
|
734
|
+
$fault: "client",
|
|
735
|
+
...opts,
|
|
736
|
+
});
|
|
737
|
+
this.name = "InvalidDataRepositoryType";
|
|
738
|
+
this.$fault = "client";
|
|
739
|
+
Object.setPrototypeOf(this, InvalidDataRepositoryType.prototype);
|
|
740
|
+
this.Message = opts.Message;
|
|
741
|
+
}
|
|
742
|
+
}
|
|
693
743
|
export var DataRepositoryTaskFilterName;
|
|
694
744
|
(function (DataRepositoryTaskFilterName) {
|
|
695
745
|
DataRepositoryTaskFilterName["DATA_REPO_ASSOCIATION_ID"] = "data-repository-association-id";
|
|
746
|
+
DataRepositoryTaskFilterName["FILE_CACHE_ID"] = "file-cache-id";
|
|
696
747
|
DataRepositoryTaskFilterName["FILE_SYSTEM_ID"] = "file-system-id";
|
|
697
748
|
DataRepositoryTaskFilterName["TASK_LIFECYCLE"] = "task-lifecycle";
|
|
698
749
|
})(DataRepositoryTaskFilterName || (DataRepositoryTaskFilterName = {}));
|
|
@@ -710,224 +761,599 @@ export var VolumeFilterName;
|
|
|
710
761
|
VolumeFilterName["FILE_SYSTEM_ID"] = "file-system-id";
|
|
711
762
|
VolumeFilterName["STORAGE_VIRTUAL_MACHINE_ID"] = "storage-virtual-machine-id";
|
|
712
763
|
})(VolumeFilterName || (VolumeFilterName = {}));
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
}
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
}
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
}
|
|
754
|
-
|
|
764
|
+
export class NotServiceResourceError extends __BaseException {
|
|
765
|
+
constructor(opts) {
|
|
766
|
+
super({
|
|
767
|
+
name: "NotServiceResourceError",
|
|
768
|
+
$fault: "client",
|
|
769
|
+
...opts,
|
|
770
|
+
});
|
|
771
|
+
this.name = "NotServiceResourceError";
|
|
772
|
+
this.$fault = "client";
|
|
773
|
+
Object.setPrototypeOf(this, NotServiceResourceError.prototype);
|
|
774
|
+
this.ResourceARN = opts.ResourceARN;
|
|
775
|
+
this.Message = opts.Message;
|
|
776
|
+
}
|
|
777
|
+
}
|
|
778
|
+
export class ResourceDoesNotSupportTagging extends __BaseException {
|
|
779
|
+
constructor(opts) {
|
|
780
|
+
super({
|
|
781
|
+
name: "ResourceDoesNotSupportTagging",
|
|
782
|
+
$fault: "client",
|
|
783
|
+
...opts,
|
|
784
|
+
});
|
|
785
|
+
this.name = "ResourceDoesNotSupportTagging";
|
|
786
|
+
this.$fault = "client";
|
|
787
|
+
Object.setPrototypeOf(this, ResourceDoesNotSupportTagging.prototype);
|
|
788
|
+
this.ResourceARN = opts.ResourceARN;
|
|
789
|
+
this.Message = opts.Message;
|
|
790
|
+
}
|
|
791
|
+
}
|
|
792
|
+
export class ResourceNotFound extends __BaseException {
|
|
793
|
+
constructor(opts) {
|
|
794
|
+
super({
|
|
795
|
+
name: "ResourceNotFound",
|
|
796
|
+
$fault: "client",
|
|
797
|
+
...opts,
|
|
798
|
+
});
|
|
799
|
+
this.name = "ResourceNotFound";
|
|
800
|
+
this.$fault = "client";
|
|
801
|
+
Object.setPrototypeOf(this, ResourceNotFound.prototype);
|
|
802
|
+
this.ResourceARN = opts.ResourceARN;
|
|
803
|
+
this.Message = opts.Message;
|
|
804
|
+
}
|
|
805
|
+
}
|
|
755
806
|
export var RestoreOpenZFSVolumeOption;
|
|
756
807
|
(function (RestoreOpenZFSVolumeOption) {
|
|
757
808
|
RestoreOpenZFSVolumeOption["DELETE_CLONED_VOLUMES"] = "DELETE_CLONED_VOLUMES";
|
|
758
809
|
RestoreOpenZFSVolumeOption["DELETE_INTERMEDIATE_SNAPSHOTS"] = "DELETE_INTERMEDIATE_SNAPSHOTS";
|
|
759
810
|
})(RestoreOpenZFSVolumeOption || (RestoreOpenZFSVolumeOption = {}));
|
|
760
|
-
export
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
export
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
export
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
export
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
export
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
export
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
export
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
export
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
export
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
export
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
export
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
export
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
export
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
export
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
export
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
export
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
export
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
export
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
})
|
|
820
|
-
export
|
|
821
|
-
|
|
822
|
-
})
|
|
823
|
-
export
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
export
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
export
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
export
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
export
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
export
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
export
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
export
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
export
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
export
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
export
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
export
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
export
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
export
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
export
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
export
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
export
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
export
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
export
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
export
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
export
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
export
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
export
|
|
896
|
-
|
|
897
|
-
})
|
|
898
|
-
export
|
|
899
|
-
|
|
900
|
-
})
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
export
|
|
905
|
-
|
|
906
|
-
})
|
|
907
|
-
export
|
|
908
|
-
|
|
909
|
-
})
|
|
910
|
-
export
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
export
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
export
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
export
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
export
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
export
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
export
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
export
|
|
932
|
-
|
|
933
|
-
|
|
811
|
+
export const ActiveDirectoryBackupAttributesFilterSensitiveLog = (obj) => ({
|
|
812
|
+
...obj,
|
|
813
|
+
});
|
|
814
|
+
export const AdministrativeActionFailureDetailsFilterSensitiveLog = (obj) => ({
|
|
815
|
+
...obj,
|
|
816
|
+
});
|
|
817
|
+
export const FileSystemFailureDetailsFilterSensitiveLog = (obj) => ({
|
|
818
|
+
...obj,
|
|
819
|
+
});
|
|
820
|
+
export const DataRepositoryFailureDetailsFilterSensitiveLog = (obj) => ({
|
|
821
|
+
...obj,
|
|
822
|
+
});
|
|
823
|
+
export const DataRepositoryConfigurationFilterSensitiveLog = (obj) => ({
|
|
824
|
+
...obj,
|
|
825
|
+
});
|
|
826
|
+
export const LustreLogConfigurationFilterSensitiveLog = (obj) => ({
|
|
827
|
+
...obj,
|
|
828
|
+
});
|
|
829
|
+
export const LustreRootSquashConfigurationFilterSensitiveLog = (obj) => ({
|
|
830
|
+
...obj,
|
|
831
|
+
});
|
|
832
|
+
export const LustreFileSystemConfigurationFilterSensitiveLog = (obj) => ({
|
|
833
|
+
...obj,
|
|
834
|
+
});
|
|
835
|
+
export const DiskIopsConfigurationFilterSensitiveLog = (obj) => ({
|
|
836
|
+
...obj,
|
|
837
|
+
});
|
|
838
|
+
export const FileSystemEndpointFilterSensitiveLog = (obj) => ({
|
|
839
|
+
...obj,
|
|
840
|
+
});
|
|
841
|
+
export const FileSystemEndpointsFilterSensitiveLog = (obj) => ({
|
|
842
|
+
...obj,
|
|
843
|
+
});
|
|
844
|
+
export const OntapFileSystemConfigurationFilterSensitiveLog = (obj) => ({
|
|
845
|
+
...obj,
|
|
846
|
+
});
|
|
847
|
+
export const OpenZFSFileSystemConfigurationFilterSensitiveLog = (obj) => ({
|
|
848
|
+
...obj,
|
|
849
|
+
});
|
|
850
|
+
export const TagFilterSensitiveLog = (obj) => ({
|
|
851
|
+
...obj,
|
|
852
|
+
});
|
|
853
|
+
export const AliasFilterSensitiveLog = (obj) => ({
|
|
854
|
+
...obj,
|
|
855
|
+
});
|
|
856
|
+
export const WindowsAuditLogConfigurationFilterSensitiveLog = (obj) => ({
|
|
857
|
+
...obj,
|
|
858
|
+
});
|
|
859
|
+
export const SelfManagedActiveDirectoryAttributesFilterSensitiveLog = (obj) => ({
|
|
860
|
+
...obj,
|
|
861
|
+
});
|
|
862
|
+
export const WindowsFileSystemConfigurationFilterSensitiveLog = (obj) => ({
|
|
863
|
+
...obj,
|
|
864
|
+
});
|
|
865
|
+
export const LifecycleTransitionReasonFilterSensitiveLog = (obj) => ({
|
|
866
|
+
...obj,
|
|
867
|
+
});
|
|
868
|
+
export const TieringPolicyFilterSensitiveLog = (obj) => ({
|
|
869
|
+
...obj,
|
|
870
|
+
});
|
|
871
|
+
export const OntapVolumeConfigurationFilterSensitiveLog = (obj) => ({
|
|
872
|
+
...obj,
|
|
873
|
+
});
|
|
874
|
+
export const OpenZFSClientConfigurationFilterSensitiveLog = (obj) => ({
|
|
875
|
+
...obj,
|
|
876
|
+
});
|
|
877
|
+
export const OpenZFSNfsExportFilterSensitiveLog = (obj) => ({
|
|
878
|
+
...obj,
|
|
879
|
+
});
|
|
880
|
+
export const OpenZFSOriginSnapshotConfigurationFilterSensitiveLog = (obj) => ({
|
|
881
|
+
...obj,
|
|
882
|
+
});
|
|
883
|
+
export const OpenZFSUserOrGroupQuotaFilterSensitiveLog = (obj) => ({
|
|
884
|
+
...obj,
|
|
885
|
+
});
|
|
886
|
+
export const OpenZFSVolumeConfigurationFilterSensitiveLog = (obj) => ({
|
|
887
|
+
...obj,
|
|
888
|
+
});
|
|
889
|
+
export const AssociateFileSystemAliasesRequestFilterSensitiveLog = (obj) => ({
|
|
890
|
+
...obj,
|
|
891
|
+
});
|
|
892
|
+
export const AssociateFileSystemAliasesResponseFilterSensitiveLog = (obj) => ({
|
|
893
|
+
...obj,
|
|
894
|
+
});
|
|
895
|
+
export const AutoExportPolicyFilterSensitiveLog = (obj) => ({
|
|
896
|
+
...obj,
|
|
897
|
+
});
|
|
898
|
+
export const AutoImportPolicyFilterSensitiveLog = (obj) => ({
|
|
899
|
+
...obj,
|
|
900
|
+
});
|
|
901
|
+
export const CancelDataRepositoryTaskRequestFilterSensitiveLog = (obj) => ({
|
|
902
|
+
...obj,
|
|
903
|
+
});
|
|
904
|
+
export const CancelDataRepositoryTaskResponseFilterSensitiveLog = (obj) => ({
|
|
905
|
+
...obj,
|
|
906
|
+
});
|
|
907
|
+
export const CopyBackupRequestFilterSensitiveLog = (obj) => ({
|
|
908
|
+
...obj,
|
|
909
|
+
});
|
|
910
|
+
export const BackupFailureDetailsFilterSensitiveLog = (obj) => ({
|
|
911
|
+
...obj,
|
|
912
|
+
});
|
|
913
|
+
export const CreateBackupRequestFilterSensitiveLog = (obj) => ({
|
|
914
|
+
...obj,
|
|
915
|
+
});
|
|
916
|
+
export const S3DataRepositoryConfigurationFilterSensitiveLog = (obj) => ({
|
|
917
|
+
...obj,
|
|
918
|
+
});
|
|
919
|
+
export const CreateDataRepositoryAssociationRequestFilterSensitiveLog = (obj) => ({
|
|
920
|
+
...obj,
|
|
921
|
+
});
|
|
922
|
+
export const NFSDataRepositoryConfigurationFilterSensitiveLog = (obj) => ({
|
|
923
|
+
...obj,
|
|
924
|
+
});
|
|
925
|
+
export const DataRepositoryAssociationFilterSensitiveLog = (obj) => ({
|
|
926
|
+
...obj,
|
|
927
|
+
});
|
|
928
|
+
export const CreateDataRepositoryAssociationResponseFilterSensitiveLog = (obj) => ({
|
|
929
|
+
...obj,
|
|
930
|
+
});
|
|
931
|
+
export const CompletionReportFilterSensitiveLog = (obj) => ({
|
|
932
|
+
...obj,
|
|
933
|
+
});
|
|
934
|
+
export const CreateDataRepositoryTaskRequestFilterSensitiveLog = (obj) => ({
|
|
935
|
+
...obj,
|
|
936
|
+
});
|
|
937
|
+
export const DataRepositoryTaskFailureDetailsFilterSensitiveLog = (obj) => ({
|
|
938
|
+
...obj,
|
|
939
|
+
});
|
|
940
|
+
export const DataRepositoryTaskStatusFilterSensitiveLog = (obj) => ({
|
|
941
|
+
...obj,
|
|
942
|
+
});
|
|
943
|
+
export const DataRepositoryTaskFilterSensitiveLog = (obj) => ({
|
|
944
|
+
...obj,
|
|
945
|
+
});
|
|
946
|
+
export const CreateDataRepositoryTaskResponseFilterSensitiveLog = (obj) => ({
|
|
947
|
+
...obj,
|
|
948
|
+
});
|
|
949
|
+
export const FileCacheNFSConfigurationFilterSensitiveLog = (obj) => ({
|
|
950
|
+
...obj,
|
|
951
|
+
});
|
|
952
|
+
export const FileCacheDataRepositoryAssociationFilterSensitiveLog = (obj) => ({
|
|
953
|
+
...obj,
|
|
954
|
+
});
|
|
955
|
+
export const FileCacheLustreMetadataConfigurationFilterSensitiveLog = (obj) => ({
|
|
956
|
+
...obj,
|
|
957
|
+
});
|
|
958
|
+
export const CreateFileCacheLustreConfigurationFilterSensitiveLog = (obj) => ({
|
|
959
|
+
...obj,
|
|
960
|
+
});
|
|
961
|
+
export const CreateFileCacheRequestFilterSensitiveLog = (obj) => ({
|
|
962
|
+
...obj,
|
|
963
|
+
});
|
|
964
|
+
export const FileCacheFailureDetailsFilterSensitiveLog = (obj) => ({
|
|
965
|
+
...obj,
|
|
966
|
+
});
|
|
967
|
+
export const FileCacheLustreConfigurationFilterSensitiveLog = (obj) => ({
|
|
968
|
+
...obj,
|
|
969
|
+
});
|
|
970
|
+
export const FileCacheCreatingFilterSensitiveLog = (obj) => ({
|
|
971
|
+
...obj,
|
|
972
|
+
});
|
|
973
|
+
export const CreateFileCacheResponseFilterSensitiveLog = (obj) => ({
|
|
974
|
+
...obj,
|
|
975
|
+
});
|
|
976
|
+
export const LustreLogCreateConfigurationFilterSensitiveLog = (obj) => ({
|
|
977
|
+
...obj,
|
|
978
|
+
});
|
|
979
|
+
export const CreateFileSystemLustreConfigurationFilterSensitiveLog = (obj) => ({
|
|
980
|
+
...obj,
|
|
981
|
+
});
|
|
982
|
+
export const CreateFileSystemOntapConfigurationFilterSensitiveLog = (obj) => ({
|
|
983
|
+
...obj,
|
|
984
|
+
...(obj.FsxAdminPassword && { FsxAdminPassword: SENSITIVE_STRING }),
|
|
985
|
+
});
|
|
986
|
+
export const OpenZFSCreateRootVolumeConfigurationFilterSensitiveLog = (obj) => ({
|
|
987
|
+
...obj,
|
|
988
|
+
});
|
|
989
|
+
export const CreateFileSystemOpenZFSConfigurationFilterSensitiveLog = (obj) => ({
|
|
990
|
+
...obj,
|
|
991
|
+
});
|
|
992
|
+
export const WindowsAuditLogCreateConfigurationFilterSensitiveLog = (obj) => ({
|
|
993
|
+
...obj,
|
|
994
|
+
});
|
|
995
|
+
export const SelfManagedActiveDirectoryConfigurationFilterSensitiveLog = (obj) => ({
|
|
996
|
+
...obj,
|
|
997
|
+
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
998
|
+
});
|
|
999
|
+
export const CreateFileSystemWindowsConfigurationFilterSensitiveLog = (obj) => ({
|
|
1000
|
+
...obj,
|
|
1001
|
+
...(obj.SelfManagedActiveDirectoryConfiguration && {
|
|
1002
|
+
SelfManagedActiveDirectoryConfiguration: SelfManagedActiveDirectoryConfigurationFilterSensitiveLog(obj.SelfManagedActiveDirectoryConfiguration),
|
|
1003
|
+
}),
|
|
1004
|
+
});
|
|
1005
|
+
export const CreateFileSystemRequestFilterSensitiveLog = (obj) => ({
|
|
1006
|
+
...obj,
|
|
1007
|
+
...(obj.WindowsConfiguration && {
|
|
1008
|
+
WindowsConfiguration: CreateFileSystemWindowsConfigurationFilterSensitiveLog(obj.WindowsConfiguration),
|
|
1009
|
+
}),
|
|
1010
|
+
...(obj.OntapConfiguration && {
|
|
1011
|
+
OntapConfiguration: CreateFileSystemOntapConfigurationFilterSensitiveLog(obj.OntapConfiguration),
|
|
1012
|
+
}),
|
|
1013
|
+
});
|
|
1014
|
+
export const CreateFileSystemFromBackupRequestFilterSensitiveLog = (obj) => ({
|
|
1015
|
+
...obj,
|
|
1016
|
+
...(obj.WindowsConfiguration && {
|
|
1017
|
+
WindowsConfiguration: CreateFileSystemWindowsConfigurationFilterSensitiveLog(obj.WindowsConfiguration),
|
|
1018
|
+
}),
|
|
1019
|
+
});
|
|
1020
|
+
export const CreateSnapshotRequestFilterSensitiveLog = (obj) => ({
|
|
1021
|
+
...obj,
|
|
1022
|
+
});
|
|
1023
|
+
export const CreateSvmActiveDirectoryConfigurationFilterSensitiveLog = (obj) => ({
|
|
1024
|
+
...obj,
|
|
1025
|
+
...(obj.SelfManagedActiveDirectoryConfiguration && {
|
|
1026
|
+
SelfManagedActiveDirectoryConfiguration: SelfManagedActiveDirectoryConfigurationFilterSensitiveLog(obj.SelfManagedActiveDirectoryConfiguration),
|
|
1027
|
+
}),
|
|
1028
|
+
});
|
|
1029
|
+
export const CreateStorageVirtualMachineRequestFilterSensitiveLog = (obj) => ({
|
|
1030
|
+
...obj,
|
|
1031
|
+
...(obj.ActiveDirectoryConfiguration && {
|
|
1032
|
+
ActiveDirectoryConfiguration: CreateSvmActiveDirectoryConfigurationFilterSensitiveLog(obj.ActiveDirectoryConfiguration),
|
|
1033
|
+
}),
|
|
1034
|
+
...(obj.SvmAdminPassword && { SvmAdminPassword: SENSITIVE_STRING }),
|
|
1035
|
+
});
|
|
1036
|
+
export const SvmActiveDirectoryConfigurationFilterSensitiveLog = (obj) => ({
|
|
1037
|
+
...obj,
|
|
1038
|
+
});
|
|
1039
|
+
export const SvmEndpointFilterSensitiveLog = (obj) => ({
|
|
1040
|
+
...obj,
|
|
1041
|
+
});
|
|
1042
|
+
export const SvmEndpointsFilterSensitiveLog = (obj) => ({
|
|
1043
|
+
...obj,
|
|
1044
|
+
});
|
|
1045
|
+
export const StorageVirtualMachineFilterSensitiveLog = (obj) => ({
|
|
1046
|
+
...obj,
|
|
1047
|
+
});
|
|
1048
|
+
export const CreateStorageVirtualMachineResponseFilterSensitiveLog = (obj) => ({
|
|
1049
|
+
...obj,
|
|
1050
|
+
});
|
|
1051
|
+
export const CreateOntapVolumeConfigurationFilterSensitiveLog = (obj) => ({
|
|
1052
|
+
...obj,
|
|
1053
|
+
});
|
|
1054
|
+
export const CreateOpenZFSOriginSnapshotConfigurationFilterSensitiveLog = (obj) => ({
|
|
1055
|
+
...obj,
|
|
1056
|
+
});
|
|
1057
|
+
export const CreateOpenZFSVolumeConfigurationFilterSensitiveLog = (obj) => ({
|
|
1058
|
+
...obj,
|
|
1059
|
+
});
|
|
1060
|
+
export const CreateVolumeRequestFilterSensitiveLog = (obj) => ({
|
|
1061
|
+
...obj,
|
|
1062
|
+
});
|
|
1063
|
+
export const CreateVolumeFromBackupRequestFilterSensitiveLog = (obj) => ({
|
|
1064
|
+
...obj,
|
|
1065
|
+
});
|
|
1066
|
+
export const DeleteBackupRequestFilterSensitiveLog = (obj) => ({
|
|
1067
|
+
...obj,
|
|
1068
|
+
});
|
|
1069
|
+
export const DeleteBackupResponseFilterSensitiveLog = (obj) => ({
|
|
1070
|
+
...obj,
|
|
1071
|
+
});
|
|
1072
|
+
export const DeleteDataRepositoryAssociationRequestFilterSensitiveLog = (obj) => ({
|
|
1073
|
+
...obj,
|
|
1074
|
+
});
|
|
1075
|
+
export const DeleteDataRepositoryAssociationResponseFilterSensitiveLog = (obj) => ({
|
|
1076
|
+
...obj,
|
|
1077
|
+
});
|
|
1078
|
+
export const DeleteFileCacheRequestFilterSensitiveLog = (obj) => ({
|
|
1079
|
+
...obj,
|
|
1080
|
+
});
|
|
1081
|
+
export const DeleteFileCacheResponseFilterSensitiveLog = (obj) => ({
|
|
1082
|
+
...obj,
|
|
1083
|
+
});
|
|
1084
|
+
export const DeleteFileSystemLustreConfigurationFilterSensitiveLog = (obj) => ({
|
|
1085
|
+
...obj,
|
|
1086
|
+
});
|
|
1087
|
+
export const DeleteFileSystemOpenZFSConfigurationFilterSensitiveLog = (obj) => ({
|
|
1088
|
+
...obj,
|
|
1089
|
+
});
|
|
1090
|
+
export const DeleteFileSystemWindowsConfigurationFilterSensitiveLog = (obj) => ({
|
|
1091
|
+
...obj,
|
|
1092
|
+
});
|
|
1093
|
+
export const DeleteFileSystemRequestFilterSensitiveLog = (obj) => ({
|
|
1094
|
+
...obj,
|
|
1095
|
+
});
|
|
1096
|
+
export const DeleteFileSystemLustreResponseFilterSensitiveLog = (obj) => ({
|
|
1097
|
+
...obj,
|
|
1098
|
+
});
|
|
1099
|
+
export const DeleteFileSystemOpenZFSResponseFilterSensitiveLog = (obj) => ({
|
|
1100
|
+
...obj,
|
|
1101
|
+
});
|
|
1102
|
+
export const DeleteFileSystemWindowsResponseFilterSensitiveLog = (obj) => ({
|
|
1103
|
+
...obj,
|
|
1104
|
+
});
|
|
1105
|
+
export const DeleteFileSystemResponseFilterSensitiveLog = (obj) => ({
|
|
1106
|
+
...obj,
|
|
1107
|
+
});
|
|
1108
|
+
export const DeleteSnapshotRequestFilterSensitiveLog = (obj) => ({
|
|
1109
|
+
...obj,
|
|
1110
|
+
});
|
|
1111
|
+
export const DeleteSnapshotResponseFilterSensitiveLog = (obj) => ({
|
|
1112
|
+
...obj,
|
|
1113
|
+
});
|
|
1114
|
+
export const DeleteStorageVirtualMachineRequestFilterSensitiveLog = (obj) => ({
|
|
1115
|
+
...obj,
|
|
1116
|
+
});
|
|
1117
|
+
export const DeleteStorageVirtualMachineResponseFilterSensitiveLog = (obj) => ({
|
|
1118
|
+
...obj,
|
|
1119
|
+
});
|
|
1120
|
+
export const DeleteVolumeOntapConfigurationFilterSensitiveLog = (obj) => ({
|
|
1121
|
+
...obj,
|
|
1122
|
+
});
|
|
1123
|
+
export const DeleteVolumeOpenZFSConfigurationFilterSensitiveLog = (obj) => ({
|
|
1124
|
+
...obj,
|
|
1125
|
+
});
|
|
1126
|
+
export const DeleteVolumeRequestFilterSensitiveLog = (obj) => ({
|
|
1127
|
+
...obj,
|
|
1128
|
+
});
|
|
1129
|
+
export const DeleteVolumeOntapResponseFilterSensitiveLog = (obj) => ({
|
|
1130
|
+
...obj,
|
|
1131
|
+
});
|
|
1132
|
+
export const DeleteVolumeResponseFilterSensitiveLog = (obj) => ({
|
|
1133
|
+
...obj,
|
|
1134
|
+
});
|
|
1135
|
+
export const FilterFilterSensitiveLog = (obj) => ({
|
|
1136
|
+
...obj,
|
|
1137
|
+
});
|
|
1138
|
+
export const DescribeBackupsRequestFilterSensitiveLog = (obj) => ({
|
|
1139
|
+
...obj,
|
|
1140
|
+
});
|
|
1141
|
+
export const DescribeDataRepositoryAssociationsRequestFilterSensitiveLog = (obj) => ({
|
|
1142
|
+
...obj,
|
|
1143
|
+
});
|
|
1144
|
+
export const DescribeDataRepositoryAssociationsResponseFilterSensitiveLog = (obj) => ({
|
|
1145
|
+
...obj,
|
|
1146
|
+
});
|
|
1147
|
+
export const DataRepositoryTaskFilterFilterSensitiveLog = (obj) => ({
|
|
1148
|
+
...obj,
|
|
1149
|
+
});
|
|
1150
|
+
export const DescribeDataRepositoryTasksRequestFilterSensitiveLog = (obj) => ({
|
|
1151
|
+
...obj,
|
|
1152
|
+
});
|
|
1153
|
+
export const DescribeDataRepositoryTasksResponseFilterSensitiveLog = (obj) => ({
|
|
1154
|
+
...obj,
|
|
1155
|
+
});
|
|
1156
|
+
export const DescribeFileCachesRequestFilterSensitiveLog = (obj) => ({
|
|
1157
|
+
...obj,
|
|
1158
|
+
});
|
|
1159
|
+
export const FileCacheFilterSensitiveLog = (obj) => ({
|
|
1160
|
+
...obj,
|
|
1161
|
+
});
|
|
1162
|
+
export const DescribeFileCachesResponseFilterSensitiveLog = (obj) => ({
|
|
1163
|
+
...obj,
|
|
1164
|
+
});
|
|
1165
|
+
export const DescribeFileSystemAliasesRequestFilterSensitiveLog = (obj) => ({
|
|
1166
|
+
...obj,
|
|
1167
|
+
});
|
|
1168
|
+
export const DescribeFileSystemAliasesResponseFilterSensitiveLog = (obj) => ({
|
|
1169
|
+
...obj,
|
|
1170
|
+
});
|
|
1171
|
+
export const DescribeFileSystemsRequestFilterSensitiveLog = (obj) => ({
|
|
1172
|
+
...obj,
|
|
1173
|
+
});
|
|
1174
|
+
export const SnapshotFilterFilterSensitiveLog = (obj) => ({
|
|
1175
|
+
...obj,
|
|
1176
|
+
});
|
|
1177
|
+
export const DescribeSnapshotsRequestFilterSensitiveLog = (obj) => ({
|
|
1178
|
+
...obj,
|
|
1179
|
+
});
|
|
1180
|
+
export const StorageVirtualMachineFilterFilterSensitiveLog = (obj) => ({
|
|
1181
|
+
...obj,
|
|
1182
|
+
});
|
|
1183
|
+
export const DescribeStorageVirtualMachinesRequestFilterSensitiveLog = (obj) => ({
|
|
1184
|
+
...obj,
|
|
1185
|
+
});
|
|
1186
|
+
export const DescribeStorageVirtualMachinesResponseFilterSensitiveLog = (obj) => ({
|
|
1187
|
+
...obj,
|
|
1188
|
+
});
|
|
1189
|
+
export const VolumeFilterFilterSensitiveLog = (obj) => ({
|
|
1190
|
+
...obj,
|
|
1191
|
+
});
|
|
1192
|
+
export const DescribeVolumesRequestFilterSensitiveLog = (obj) => ({
|
|
1193
|
+
...obj,
|
|
1194
|
+
});
|
|
1195
|
+
export const DisassociateFileSystemAliasesRequestFilterSensitiveLog = (obj) => ({
|
|
1196
|
+
...obj,
|
|
1197
|
+
});
|
|
1198
|
+
export const DisassociateFileSystemAliasesResponseFilterSensitiveLog = (obj) => ({
|
|
1199
|
+
...obj,
|
|
1200
|
+
});
|
|
1201
|
+
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1202
|
+
...obj,
|
|
1203
|
+
});
|
|
1204
|
+
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1205
|
+
...obj,
|
|
1206
|
+
});
|
|
1207
|
+
export const ReleaseFileSystemNfsV3LocksRequestFilterSensitiveLog = (obj) => ({
|
|
1208
|
+
...obj,
|
|
1209
|
+
});
|
|
1210
|
+
export const RestoreVolumeFromSnapshotRequestFilterSensitiveLog = (obj) => ({
|
|
1211
|
+
...obj,
|
|
1212
|
+
});
|
|
1213
|
+
export const RestoreVolumeFromSnapshotResponseFilterSensitiveLog = (obj) => ({
|
|
1214
|
+
...obj,
|
|
1215
|
+
});
|
|
1216
|
+
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1217
|
+
...obj,
|
|
1218
|
+
});
|
|
1219
|
+
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1220
|
+
...obj,
|
|
1221
|
+
});
|
|
1222
|
+
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1223
|
+
...obj,
|
|
1224
|
+
});
|
|
1225
|
+
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1226
|
+
...obj,
|
|
1227
|
+
});
|
|
1228
|
+
export const UpdateDataRepositoryAssociationRequestFilterSensitiveLog = (obj) => ({
|
|
1229
|
+
...obj,
|
|
1230
|
+
});
|
|
1231
|
+
export const UpdateDataRepositoryAssociationResponseFilterSensitiveLog = (obj) => ({
|
|
1232
|
+
...obj,
|
|
1233
|
+
});
|
|
1234
|
+
export const UpdateFileCacheLustreConfigurationFilterSensitiveLog = (obj) => ({
|
|
1235
|
+
...obj,
|
|
1236
|
+
});
|
|
1237
|
+
export const UpdateFileCacheRequestFilterSensitiveLog = (obj) => ({
|
|
1238
|
+
...obj,
|
|
1239
|
+
});
|
|
1240
|
+
export const UpdateFileCacheResponseFilterSensitiveLog = (obj) => ({
|
|
1241
|
+
...obj,
|
|
1242
|
+
});
|
|
1243
|
+
export const UpdateFileSystemLustreConfigurationFilterSensitiveLog = (obj) => ({
|
|
1244
|
+
...obj,
|
|
1245
|
+
});
|
|
1246
|
+
export const UpdateFileSystemOntapConfigurationFilterSensitiveLog = (obj) => ({
|
|
1247
|
+
...obj,
|
|
1248
|
+
...(obj.FsxAdminPassword && { FsxAdminPassword: SENSITIVE_STRING }),
|
|
1249
|
+
});
|
|
1250
|
+
export const UpdateFileSystemOpenZFSConfigurationFilterSensitiveLog = (obj) => ({
|
|
1251
|
+
...obj,
|
|
1252
|
+
});
|
|
1253
|
+
export const SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog = (obj) => ({
|
|
1254
|
+
...obj,
|
|
1255
|
+
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
1256
|
+
});
|
|
1257
|
+
export const UpdateFileSystemWindowsConfigurationFilterSensitiveLog = (obj) => ({
|
|
1258
|
+
...obj,
|
|
1259
|
+
...(obj.SelfManagedActiveDirectoryConfiguration && {
|
|
1260
|
+
SelfManagedActiveDirectoryConfiguration: SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog(obj.SelfManagedActiveDirectoryConfiguration),
|
|
1261
|
+
}),
|
|
1262
|
+
});
|
|
1263
|
+
export const UpdateFileSystemRequestFilterSensitiveLog = (obj) => ({
|
|
1264
|
+
...obj,
|
|
1265
|
+
...(obj.WindowsConfiguration && {
|
|
1266
|
+
WindowsConfiguration: UpdateFileSystemWindowsConfigurationFilterSensitiveLog(obj.WindowsConfiguration),
|
|
1267
|
+
}),
|
|
1268
|
+
...(obj.OntapConfiguration && {
|
|
1269
|
+
OntapConfiguration: UpdateFileSystemOntapConfigurationFilterSensitiveLog(obj.OntapConfiguration),
|
|
1270
|
+
}),
|
|
1271
|
+
});
|
|
1272
|
+
export const UpdateSnapshotRequestFilterSensitiveLog = (obj) => ({
|
|
1273
|
+
...obj,
|
|
1274
|
+
});
|
|
1275
|
+
export const UpdateSvmActiveDirectoryConfigurationFilterSensitiveLog = (obj) => ({
|
|
1276
|
+
...obj,
|
|
1277
|
+
...(obj.SelfManagedActiveDirectoryConfiguration && {
|
|
1278
|
+
SelfManagedActiveDirectoryConfiguration: SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog(obj.SelfManagedActiveDirectoryConfiguration),
|
|
1279
|
+
}),
|
|
1280
|
+
});
|
|
1281
|
+
export const UpdateStorageVirtualMachineRequestFilterSensitiveLog = (obj) => ({
|
|
1282
|
+
...obj,
|
|
1283
|
+
...(obj.ActiveDirectoryConfiguration && {
|
|
1284
|
+
ActiveDirectoryConfiguration: UpdateSvmActiveDirectoryConfigurationFilterSensitiveLog(obj.ActiveDirectoryConfiguration),
|
|
1285
|
+
}),
|
|
1286
|
+
...(obj.SvmAdminPassword && { SvmAdminPassword: SENSITIVE_STRING }),
|
|
1287
|
+
});
|
|
1288
|
+
export const UpdateStorageVirtualMachineResponseFilterSensitiveLog = (obj) => ({
|
|
1289
|
+
...obj,
|
|
1290
|
+
});
|
|
1291
|
+
export const UpdateOntapVolumeConfigurationFilterSensitiveLog = (obj) => ({
|
|
1292
|
+
...obj,
|
|
1293
|
+
});
|
|
1294
|
+
export const UpdateOpenZFSVolumeConfigurationFilterSensitiveLog = (obj) => ({
|
|
1295
|
+
...obj,
|
|
1296
|
+
});
|
|
1297
|
+
export const UpdateVolumeRequestFilterSensitiveLog = (obj) => ({
|
|
1298
|
+
...obj,
|
|
1299
|
+
});
|
|
1300
|
+
export const AdministrativeActionFilterSensitiveLog = (obj) => ({
|
|
1301
|
+
...obj,
|
|
1302
|
+
});
|
|
1303
|
+
export const FileSystemFilterSensitiveLog = (obj) => ({
|
|
1304
|
+
...obj,
|
|
1305
|
+
});
|
|
1306
|
+
export const SnapshotFilterSensitiveLog = (obj) => ({
|
|
1307
|
+
...obj,
|
|
1308
|
+
});
|
|
1309
|
+
export const VolumeFilterSensitiveLog = (obj) => ({
|
|
1310
|
+
...obj,
|
|
1311
|
+
});
|
|
1312
|
+
export const CreateFileSystemFromBackupResponseFilterSensitiveLog = (obj) => ({
|
|
1313
|
+
...obj,
|
|
1314
|
+
});
|
|
1315
|
+
export const CreateFileSystemResponseFilterSensitiveLog = (obj) => ({
|
|
1316
|
+
...obj,
|
|
1317
|
+
});
|
|
1318
|
+
export const CreateSnapshotResponseFilterSensitiveLog = (obj) => ({
|
|
1319
|
+
...obj,
|
|
1320
|
+
});
|
|
1321
|
+
export const CreateVolumeFromBackupResponseFilterSensitiveLog = (obj) => ({
|
|
1322
|
+
...obj,
|
|
1323
|
+
});
|
|
1324
|
+
export const CreateVolumeResponseFilterSensitiveLog = (obj) => ({
|
|
1325
|
+
...obj,
|
|
1326
|
+
});
|
|
1327
|
+
export const ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog = (obj) => ({
|
|
1328
|
+
...obj,
|
|
1329
|
+
});
|
|
1330
|
+
export const UpdateFileSystemResponseFilterSensitiveLog = (obj) => ({
|
|
1331
|
+
...obj,
|
|
1332
|
+
});
|
|
1333
|
+
export const UpdateSnapshotResponseFilterSensitiveLog = (obj) => ({
|
|
1334
|
+
...obj,
|
|
1335
|
+
});
|
|
1336
|
+
export const UpdateVolumeResponseFilterSensitiveLog = (obj) => ({
|
|
1337
|
+
...obj,
|
|
1338
|
+
});
|
|
1339
|
+
export const DescribeFileSystemsResponseFilterSensitiveLog = (obj) => ({
|
|
1340
|
+
...obj,
|
|
1341
|
+
});
|
|
1342
|
+
export const DescribeSnapshotsResponseFilterSensitiveLog = (obj) => ({
|
|
1343
|
+
...obj,
|
|
1344
|
+
});
|
|
1345
|
+
export const DescribeVolumesResponseFilterSensitiveLog = (obj) => ({
|
|
1346
|
+
...obj,
|
|
1347
|
+
});
|
|
1348
|
+
export const BackupFilterSensitiveLog = (obj) => ({
|
|
1349
|
+
...obj,
|
|
1350
|
+
});
|
|
1351
|
+
export const CopyBackupResponseFilterSensitiveLog = (obj) => ({
|
|
1352
|
+
...obj,
|
|
1353
|
+
});
|
|
1354
|
+
export const CreateBackupResponseFilterSensitiveLog = (obj) => ({
|
|
1355
|
+
...obj,
|
|
1356
|
+
});
|
|
1357
|
+
export const DescribeBackupsResponseFilterSensitiveLog = (obj) => ({
|
|
1358
|
+
...obj,
|
|
1359
|
+
});
|