@aws-sdk/client-fsx 3.181.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 +8 -0
- package/dist-es/FSx.js +166 -173
- 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 +21 -28
- 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 +21 -28
- 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 +21 -28
- 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 +21 -28
- 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/endpoints.js +8 -8
- package/dist-es/models/FSxServiceException.js +5 -10
- package/dist-es/models/models_0.js +1017 -661
- 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 +25 -68
- 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/protocols/Aws_json1_1.js +3779 -4380
- 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/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,72 +332,72 @@ 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) {
|
|
404
403
|
ServiceLimit["FILE_CACHE_COUNT"] = "FILE_CACHE_COUNT";
|
|
@@ -412,60 +411,60 @@ export var ServiceLimit;
|
|
|
412
411
|
ServiceLimit["TOTAL_USER_TAGS"] = "TOTAL_USER_TAGS";
|
|
413
412
|
ServiceLimit["VOLUMES_PER_FILE_SYSTEM"] = "VOLUMES_PER_FILE_SYSTEM";
|
|
414
413
|
})(ServiceLimit || (ServiceLimit = {}));
|
|
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
|
-
}
|
|
468
|
-
|
|
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
|
+
}
|
|
469
468
|
export var NfsVersion;
|
|
470
469
|
(function (NfsVersion) {
|
|
471
470
|
NfsVersion["NFS3"] = "NFS3";
|
|
@@ -485,19 +484,19 @@ export var DataRepositoryTaskType;
|
|
|
485
484
|
DataRepositoryTaskType["EXPORT"] = "EXPORT_TO_REPOSITORY";
|
|
486
485
|
DataRepositoryTaskType["IMPORT"] = "IMPORT_METADATA_FROM_REPOSITORY";
|
|
487
486
|
})(DataRepositoryTaskType || (DataRepositoryTaskType = {}));
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
}
|
|
500
|
-
|
|
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
|
+
}
|
|
501
500
|
export var FileCacheType;
|
|
502
501
|
(function (FileCacheType) {
|
|
503
502
|
FileCacheType["LUSTRE"] = "LUSTRE";
|
|
@@ -514,87 +513,87 @@ export var FileCacheLifecycle;
|
|
|
514
513
|
FileCacheLifecycle["FAILED"] = "FAILED";
|
|
515
514
|
FileCacheLifecycle["UPDATING"] = "UPDATING";
|
|
516
515
|
})(FileCacheLifecycle || (FileCacheLifecycle = {}));
|
|
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
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
}
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
}
|
|
597
|
-
|
|
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
|
+
}
|
|
598
597
|
export var StorageVirtualMachineRootVolumeSecurityStyle;
|
|
599
598
|
(function (StorageVirtualMachineRootVolumeSecurityStyle) {
|
|
600
599
|
StorageVirtualMachineRootVolumeSecurityStyle["MIXED"] = "MIXED";
|
|
@@ -617,103 +616,103 @@ export var StorageVirtualMachineSubtype;
|
|
|
617
616
|
StorageVirtualMachineSubtype["SYNC_DESTINATION"] = "SYNC_DESTINATION";
|
|
618
617
|
StorageVirtualMachineSubtype["SYNC_SOURCE"] = "SYNC_SOURCE";
|
|
619
618
|
})(StorageVirtualMachineSubtype || (StorageVirtualMachineSubtype = {}));
|
|
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
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
}
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
}
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
}
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
}
|
|
699
|
-
|
|
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
|
+
}
|
|
700
699
|
export var DeleteFileSystemOpenZFSOption;
|
|
701
700
|
(function (DeleteFileSystemOpenZFSOption) {
|
|
702
701
|
DeleteFileSystemOpenZFSOption["DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"] = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS";
|
|
703
702
|
})(DeleteFileSystemOpenZFSOption || (DeleteFileSystemOpenZFSOption = {}));
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
}
|
|
716
|
-
|
|
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
|
+
}
|
|
717
716
|
export var DeleteOpenZFSVolumeOption;
|
|
718
717
|
(function (DeleteOpenZFSVolumeOption) {
|
|
719
718
|
DeleteOpenZFSVolumeOption["DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"] = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS";
|
|
@@ -728,19 +727,19 @@ export var FilterName;
|
|
|
728
727
|
FilterName["FILE_SYSTEM_TYPE"] = "file-system-type";
|
|
729
728
|
FilterName["VOLUME_ID"] = "volume-id";
|
|
730
729
|
})(FilterName || (FilterName = {}));
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
}
|
|
743
|
-
|
|
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
|
+
}
|
|
744
743
|
export var DataRepositoryTaskFilterName;
|
|
745
744
|
(function (DataRepositoryTaskFilterName) {
|
|
746
745
|
DataRepositoryTaskFilterName["DATA_REPO_ASSOCIATION_ID"] = "data-repository-association-id";
|
|
@@ -762,242 +761,599 @@ export var VolumeFilterName;
|
|
|
762
761
|
VolumeFilterName["FILE_SYSTEM_ID"] = "file-system-id";
|
|
763
762
|
VolumeFilterName["STORAGE_VIRTUAL_MACHINE_ID"] = "storage-virtual-machine-id";
|
|
764
763
|
})(VolumeFilterName || (VolumeFilterName = {}));
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
}
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
}
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
}
|
|
806
|
-
|
|
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
|
+
}
|
|
807
806
|
export var RestoreOpenZFSVolumeOption;
|
|
808
807
|
(function (RestoreOpenZFSVolumeOption) {
|
|
809
808
|
RestoreOpenZFSVolumeOption["DELETE_CLONED_VOLUMES"] = "DELETE_CLONED_VOLUMES";
|
|
810
809
|
RestoreOpenZFSVolumeOption["DELETE_INTERMEDIATE_SNAPSHOTS"] = "DELETE_INTERMEDIATE_SNAPSHOTS";
|
|
811
810
|
})(RestoreOpenZFSVolumeOption || (RestoreOpenZFSVolumeOption = {}));
|
|
812
|
-
export
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
export
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
export
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
export
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
export
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
export
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
export
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
export
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
export
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
export
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
export
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
export
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
export
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
export
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
export
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
export
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
export
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
export
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
export
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
export
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
export
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
export
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
export
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
export
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
export
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
export
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
export
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
export
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
export
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
export
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
export
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
export
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
export
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
export
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
export
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
export
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
export
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
export
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
export
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
export
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
export
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
export
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
export
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
export
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
export
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
export
|
|
966
|
-
|
|
967
|
-
})
|
|
968
|
-
export
|
|
969
|
-
|
|
970
|
-
})
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
export
|
|
975
|
-
|
|
976
|
-
})
|
|
977
|
-
export
|
|
978
|
-
|
|
979
|
-
})
|
|
980
|
-
export
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
export
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
export
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
export
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
export
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
export
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
export
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
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
|
+
});
|