@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.
Files changed (63) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-es/FSx.js +166 -173
  3. package/dist-es/FSxClient.js +22 -28
  4. package/dist-es/commands/AssociateFileSystemAliasesCommand.js +21 -28
  5. package/dist-es/commands/CancelDataRepositoryTaskCommand.js +21 -28
  6. package/dist-es/commands/CopyBackupCommand.js +21 -28
  7. package/dist-es/commands/CreateBackupCommand.js +21 -28
  8. package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +21 -28
  9. package/dist-es/commands/CreateDataRepositoryTaskCommand.js +21 -28
  10. package/dist-es/commands/CreateFileCacheCommand.js +21 -28
  11. package/dist-es/commands/CreateFileSystemCommand.js +21 -28
  12. package/dist-es/commands/CreateFileSystemFromBackupCommand.js +21 -28
  13. package/dist-es/commands/CreateSnapshotCommand.js +21 -28
  14. package/dist-es/commands/CreateStorageVirtualMachineCommand.js +21 -28
  15. package/dist-es/commands/CreateVolumeCommand.js +21 -28
  16. package/dist-es/commands/CreateVolumeFromBackupCommand.js +21 -28
  17. package/dist-es/commands/DeleteBackupCommand.js +21 -28
  18. package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +21 -28
  19. package/dist-es/commands/DeleteFileCacheCommand.js +21 -28
  20. package/dist-es/commands/DeleteFileSystemCommand.js +21 -28
  21. package/dist-es/commands/DeleteSnapshotCommand.js +21 -28
  22. package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +21 -28
  23. package/dist-es/commands/DeleteVolumeCommand.js +21 -28
  24. package/dist-es/commands/DescribeBackupsCommand.js +21 -28
  25. package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +21 -28
  26. package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +21 -28
  27. package/dist-es/commands/DescribeFileCachesCommand.js +21 -28
  28. package/dist-es/commands/DescribeFileSystemAliasesCommand.js +21 -28
  29. package/dist-es/commands/DescribeFileSystemsCommand.js +21 -28
  30. package/dist-es/commands/DescribeSnapshotsCommand.js +21 -28
  31. package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +21 -28
  32. package/dist-es/commands/DescribeVolumesCommand.js +21 -28
  33. package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +21 -28
  34. package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
  35. package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +21 -28
  36. package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +21 -28
  37. package/dist-es/commands/TagResourceCommand.js +21 -28
  38. package/dist-es/commands/UntagResourceCommand.js +21 -28
  39. package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +21 -28
  40. package/dist-es/commands/UpdateFileCacheCommand.js +21 -28
  41. package/dist-es/commands/UpdateFileSystemCommand.js +21 -28
  42. package/dist-es/commands/UpdateSnapshotCommand.js +21 -28
  43. package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +21 -28
  44. package/dist-es/commands/UpdateVolumeCommand.js +21 -28
  45. package/dist-es/endpoints.js +8 -8
  46. package/dist-es/models/FSxServiceException.js +5 -10
  47. package/dist-es/models/models_0.js +1017 -661
  48. package/dist-es/pagination/DescribeBackupsPaginator.js +25 -68
  49. package/dist-es/pagination/DescribeDataRepositoryAssociationsPaginator.js +25 -68
  50. package/dist-es/pagination/DescribeDataRepositoryTasksPaginator.js +25 -68
  51. package/dist-es/pagination/DescribeFileCachesPaginator.js +25 -68
  52. package/dist-es/pagination/DescribeFileSystemAliasesPaginator.js +25 -68
  53. package/dist-es/pagination/DescribeFileSystemsPaginator.js +25 -68
  54. package/dist-es/pagination/DescribeSnapshotsPaginator.js +25 -68
  55. package/dist-es/pagination/DescribeStorageVirtualMachinesPaginator.js +25 -68
  56. package/dist-es/pagination/DescribeVolumesPaginator.js +25 -68
  57. package/dist-es/pagination/ListTagsForResourcePaginator.js +25 -68
  58. package/dist-es/protocols/Aws_json1_1.js +3779 -4380
  59. package/dist-es/runtimeConfig.browser.js +26 -12
  60. package/dist-es/runtimeConfig.js +30 -12
  61. package/dist-es/runtimeConfig.native.js +8 -5
  62. package/dist-es/runtimeConfig.shared.js +8 -11
  63. 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
- var ActiveDirectoryError = (function (_super) {
12
- __extends(ActiveDirectoryError, _super);
13
- function ActiveDirectoryError(opts) {
14
- var _this = _super.call(this, __assign({ name: "ActiveDirectoryError", $fault: "client" }, opts)) || this;
15
- _this.name = "ActiveDirectoryError";
16
- _this.$fault = "client";
17
- Object.setPrototypeOf(_this, ActiveDirectoryError.prototype);
18
- _this.ActiveDirectoryId = opts.ActiveDirectoryId;
19
- _this.Type = opts.Type;
20
- _this.Message = opts.Message;
21
- return _this;
22
- }
23
- return ActiveDirectoryError;
24
- }(__BaseException));
25
- export { ActiveDirectoryError };
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
- var BadRequest = (function (_super) {
210
- __extends(BadRequest, _super);
211
- function BadRequest(opts) {
212
- var _this = _super.call(this, __assign({ name: "BadRequest", $fault: "client" }, opts)) || this;
213
- _this.name = "BadRequest";
214
- _this.$fault = "client";
215
- Object.setPrototypeOf(_this, BadRequest.prototype);
216
- _this.Message = opts.Message;
217
- return _this;
218
- }
219
- return BadRequest;
220
- }(__BaseException));
221
- export { BadRequest };
222
- var FileSystemNotFound = (function (_super) {
223
- __extends(FileSystemNotFound, _super);
224
- function FileSystemNotFound(opts) {
225
- var _this = _super.call(this, __assign({ name: "FileSystemNotFound", $fault: "client" }, opts)) || this;
226
- _this.name = "FileSystemNotFound";
227
- _this.$fault = "client";
228
- Object.setPrototypeOf(_this, FileSystemNotFound.prototype);
229
- _this.Message = opts.Message;
230
- return _this;
231
- }
232
- return FileSystemNotFound;
233
- }(__BaseException));
234
- export { FileSystemNotFound };
235
- var InternalServerError = (function (_super) {
236
- __extends(InternalServerError, _super);
237
- function InternalServerError(opts) {
238
- var _this = _super.call(this, __assign({ name: "InternalServerError", $fault: "server" }, opts)) || this;
239
- _this.name = "InternalServerError";
240
- _this.$fault = "server";
241
- Object.setPrototypeOf(_this, InternalServerError.prototype);
242
- _this.Message = opts.Message;
243
- return _this;
244
- }
245
- return InternalServerError;
246
- }(__BaseException));
247
- export { InternalServerError };
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
- var DataRepositoryTaskEnded = (function (_super) {
264
- __extends(DataRepositoryTaskEnded, _super);
265
- function DataRepositoryTaskEnded(opts) {
266
- var _this = _super.call(this, __assign({ name: "DataRepositoryTaskEnded", $fault: "client" }, opts)) || this;
267
- _this.name = "DataRepositoryTaskEnded";
268
- _this.$fault = "client";
269
- Object.setPrototypeOf(_this, DataRepositoryTaskEnded.prototype);
270
- _this.Message = opts.Message;
271
- return _this;
272
- }
273
- return DataRepositoryTaskEnded;
274
- }(__BaseException));
275
- export { DataRepositoryTaskEnded };
276
- var DataRepositoryTaskNotFound = (function (_super) {
277
- __extends(DataRepositoryTaskNotFound, _super);
278
- function DataRepositoryTaskNotFound(opts) {
279
- var _this = _super.call(this, __assign({ name: "DataRepositoryTaskNotFound", $fault: "client" }, opts)) || this;
280
- _this.name = "DataRepositoryTaskNotFound";
281
- _this.$fault = "client";
282
- Object.setPrototypeOf(_this, DataRepositoryTaskNotFound.prototype);
283
- _this.Message = opts.Message;
284
- return _this;
285
- }
286
- return DataRepositoryTaskNotFound;
287
- }(__BaseException));
288
- export { DataRepositoryTaskNotFound };
289
- var UnsupportedOperation = (function (_super) {
290
- __extends(UnsupportedOperation, _super);
291
- function UnsupportedOperation(opts) {
292
- var _this = _super.call(this, __assign({ name: "UnsupportedOperation", $fault: "client" }, opts)) || this;
293
- _this.name = "UnsupportedOperation";
294
- _this.$fault = "client";
295
- Object.setPrototypeOf(_this, UnsupportedOperation.prototype);
296
- _this.Message = opts.Message;
297
- return _this;
298
- }
299
- return UnsupportedOperation;
300
- }(__BaseException));
301
- export { UnsupportedOperation };
302
- var BackupNotFound = (function (_super) {
303
- __extends(BackupNotFound, _super);
304
- function BackupNotFound(opts) {
305
- var _this = _super.call(this, __assign({ name: "BackupNotFound", $fault: "client" }, opts)) || this;
306
- _this.name = "BackupNotFound";
307
- _this.$fault = "client";
308
- Object.setPrototypeOf(_this, BackupNotFound.prototype);
309
- _this.Message = opts.Message;
310
- return _this;
311
- }
312
- return BackupNotFound;
313
- }(__BaseException));
314
- export { BackupNotFound };
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
- var IncompatibleParameterError = (function (_super) {
337
- __extends(IncompatibleParameterError, _super);
338
- function IncompatibleParameterError(opts) {
339
- var _this = _super.call(this, __assign({ name: "IncompatibleParameterError", $fault: "client" }, opts)) || this;
340
- _this.name = "IncompatibleParameterError";
341
- _this.$fault = "client";
342
- Object.setPrototypeOf(_this, IncompatibleParameterError.prototype);
343
- _this.Parameter = opts.Parameter;
344
- _this.Message = opts.Message;
345
- return _this;
346
- }
347
- return IncompatibleParameterError;
348
- }(__BaseException));
349
- export { IncompatibleParameterError };
350
- var IncompatibleRegionForMultiAZ = (function (_super) {
351
- __extends(IncompatibleRegionForMultiAZ, _super);
352
- function IncompatibleRegionForMultiAZ(opts) {
353
- var _this = _super.call(this, __assign({ name: "IncompatibleRegionForMultiAZ", $fault: "client" }, opts)) || this;
354
- _this.name = "IncompatibleRegionForMultiAZ";
355
- _this.$fault = "client";
356
- Object.setPrototypeOf(_this, IncompatibleRegionForMultiAZ.prototype);
357
- _this.Message = opts.Message;
358
- return _this;
359
- }
360
- return IncompatibleRegionForMultiAZ;
361
- }(__BaseException));
362
- export { IncompatibleRegionForMultiAZ };
363
- var InvalidDestinationKmsKey = (function (_super) {
364
- __extends(InvalidDestinationKmsKey, _super);
365
- function InvalidDestinationKmsKey(opts) {
366
- var _this = _super.call(this, __assign({ name: "InvalidDestinationKmsKey", $fault: "client" }, opts)) || this;
367
- _this.name = "InvalidDestinationKmsKey";
368
- _this.$fault = "client";
369
- Object.setPrototypeOf(_this, InvalidDestinationKmsKey.prototype);
370
- _this.Message = opts.Message;
371
- return _this;
372
- }
373
- return InvalidDestinationKmsKey;
374
- }(__BaseException));
375
- export { InvalidDestinationKmsKey };
376
- var InvalidRegion = (function (_super) {
377
- __extends(InvalidRegion, _super);
378
- function InvalidRegion(opts) {
379
- var _this = _super.call(this, __assign({ name: "InvalidRegion", $fault: "client" }, opts)) || this;
380
- _this.name = "InvalidRegion";
381
- _this.$fault = "client";
382
- Object.setPrototypeOf(_this, InvalidRegion.prototype);
383
- _this.Message = opts.Message;
384
- return _this;
385
- }
386
- return InvalidRegion;
387
- }(__BaseException));
388
- export { InvalidRegion };
389
- var InvalidSourceKmsKey = (function (_super) {
390
- __extends(InvalidSourceKmsKey, _super);
391
- function InvalidSourceKmsKey(opts) {
392
- var _this = _super.call(this, __assign({ name: "InvalidSourceKmsKey", $fault: "client" }, opts)) || this;
393
- _this.name = "InvalidSourceKmsKey";
394
- _this.$fault = "client";
395
- Object.setPrototypeOf(_this, InvalidSourceKmsKey.prototype);
396
- _this.Message = opts.Message;
397
- return _this;
398
- }
399
- return InvalidSourceKmsKey;
400
- }(__BaseException));
401
- export { InvalidSourceKmsKey };
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
- var ServiceLimitExceeded = (function (_super) {
416
- __extends(ServiceLimitExceeded, _super);
417
- function ServiceLimitExceeded(opts) {
418
- var _this = _super.call(this, __assign({ name: "ServiceLimitExceeded", $fault: "client" }, opts)) || this;
419
- _this.name = "ServiceLimitExceeded";
420
- _this.$fault = "client";
421
- Object.setPrototypeOf(_this, ServiceLimitExceeded.prototype);
422
- _this.Limit = opts.Limit;
423
- _this.Message = opts.Message;
424
- return _this;
425
- }
426
- return ServiceLimitExceeded;
427
- }(__BaseException));
428
- export { ServiceLimitExceeded };
429
- var SourceBackupUnavailable = (function (_super) {
430
- __extends(SourceBackupUnavailable, _super);
431
- function SourceBackupUnavailable(opts) {
432
- var _this = _super.call(this, __assign({ name: "SourceBackupUnavailable", $fault: "client" }, opts)) || this;
433
- _this.name = "SourceBackupUnavailable";
434
- _this.$fault = "client";
435
- Object.setPrototypeOf(_this, SourceBackupUnavailable.prototype);
436
- _this.Message = opts.Message;
437
- _this.BackupId = opts.BackupId;
438
- return _this;
439
- }
440
- return SourceBackupUnavailable;
441
- }(__BaseException));
442
- export { SourceBackupUnavailable };
443
- var BackupInProgress = (function (_super) {
444
- __extends(BackupInProgress, _super);
445
- function BackupInProgress(opts) {
446
- var _this = _super.call(this, __assign({ name: "BackupInProgress", $fault: "client" }, opts)) || this;
447
- _this.name = "BackupInProgress";
448
- _this.$fault = "client";
449
- Object.setPrototypeOf(_this, BackupInProgress.prototype);
450
- _this.Message = opts.Message;
451
- return _this;
452
- }
453
- return BackupInProgress;
454
- }(__BaseException));
455
- export { BackupInProgress };
456
- var VolumeNotFound = (function (_super) {
457
- __extends(VolumeNotFound, _super);
458
- function VolumeNotFound(opts) {
459
- var _this = _super.call(this, __assign({ name: "VolumeNotFound", $fault: "client" }, opts)) || this;
460
- _this.name = "VolumeNotFound";
461
- _this.$fault = "client";
462
- Object.setPrototypeOf(_this, VolumeNotFound.prototype);
463
- _this.Message = opts.Message;
464
- return _this;
465
- }
466
- return VolumeNotFound;
467
- }(__BaseException));
468
- export { VolumeNotFound };
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
- var DataRepositoryTaskExecuting = (function (_super) {
489
- __extends(DataRepositoryTaskExecuting, _super);
490
- function DataRepositoryTaskExecuting(opts) {
491
- var _this = _super.call(this, __assign({ name: "DataRepositoryTaskExecuting", $fault: "client" }, opts)) || this;
492
- _this.name = "DataRepositoryTaskExecuting";
493
- _this.$fault = "client";
494
- Object.setPrototypeOf(_this, DataRepositoryTaskExecuting.prototype);
495
- _this.Message = opts.Message;
496
- return _this;
497
- }
498
- return DataRepositoryTaskExecuting;
499
- }(__BaseException));
500
- export { DataRepositoryTaskExecuting };
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
- var InvalidNetworkSettings = (function (_super) {
518
- __extends(InvalidNetworkSettings, _super);
519
- function InvalidNetworkSettings(opts) {
520
- var _this = _super.call(this, __assign({ name: "InvalidNetworkSettings", $fault: "client" }, opts)) || this;
521
- _this.name = "InvalidNetworkSettings";
522
- _this.$fault = "client";
523
- Object.setPrototypeOf(_this, InvalidNetworkSettings.prototype);
524
- _this.Message = opts.Message;
525
- _this.InvalidSubnetId = opts.InvalidSubnetId;
526
- _this.InvalidSecurityGroupId = opts.InvalidSecurityGroupId;
527
- _this.InvalidRouteTableId = opts.InvalidRouteTableId;
528
- return _this;
529
- }
530
- return InvalidNetworkSettings;
531
- }(__BaseException));
532
- export { InvalidNetworkSettings };
533
- var InvalidPerUnitStorageThroughput = (function (_super) {
534
- __extends(InvalidPerUnitStorageThroughput, _super);
535
- function InvalidPerUnitStorageThroughput(opts) {
536
- var _this = _super.call(this, __assign({ name: "InvalidPerUnitStorageThroughput", $fault: "client" }, opts)) || this;
537
- _this.name = "InvalidPerUnitStorageThroughput";
538
- _this.$fault = "client";
539
- Object.setPrototypeOf(_this, InvalidPerUnitStorageThroughput.prototype);
540
- _this.Message = opts.Message;
541
- return _this;
542
- }
543
- return InvalidPerUnitStorageThroughput;
544
- }(__BaseException));
545
- export { InvalidPerUnitStorageThroughput };
546
- var MissingFileCacheConfiguration = (function (_super) {
547
- __extends(MissingFileCacheConfiguration, _super);
548
- function MissingFileCacheConfiguration(opts) {
549
- var _this = _super.call(this, __assign({ name: "MissingFileCacheConfiguration", $fault: "client" }, opts)) || this;
550
- _this.name = "MissingFileCacheConfiguration";
551
- _this.$fault = "client";
552
- Object.setPrototypeOf(_this, MissingFileCacheConfiguration.prototype);
553
- _this.Message = opts.Message;
554
- return _this;
555
- }
556
- return MissingFileCacheConfiguration;
557
- }(__BaseException));
558
- export { MissingFileCacheConfiguration };
559
- var InvalidExportPath = (function (_super) {
560
- __extends(InvalidExportPath, _super);
561
- function InvalidExportPath(opts) {
562
- var _this = _super.call(this, __assign({ name: "InvalidExportPath", $fault: "client" }, opts)) || this;
563
- _this.name = "InvalidExportPath";
564
- _this.$fault = "client";
565
- Object.setPrototypeOf(_this, InvalidExportPath.prototype);
566
- _this.Message = opts.Message;
567
- return _this;
568
- }
569
- return InvalidExportPath;
570
- }(__BaseException));
571
- export { InvalidExportPath };
572
- var InvalidImportPath = (function (_super) {
573
- __extends(InvalidImportPath, _super);
574
- function InvalidImportPath(opts) {
575
- var _this = _super.call(this, __assign({ name: "InvalidImportPath", $fault: "client" }, opts)) || this;
576
- _this.name = "InvalidImportPath";
577
- _this.$fault = "client";
578
- Object.setPrototypeOf(_this, InvalidImportPath.prototype);
579
- _this.Message = opts.Message;
580
- return _this;
581
- }
582
- return InvalidImportPath;
583
- }(__BaseException));
584
- export { InvalidImportPath };
585
- var MissingFileSystemConfiguration = (function (_super) {
586
- __extends(MissingFileSystemConfiguration, _super);
587
- function MissingFileSystemConfiguration(opts) {
588
- var _this = _super.call(this, __assign({ name: "MissingFileSystemConfiguration", $fault: "client" }, opts)) || this;
589
- _this.name = "MissingFileSystemConfiguration";
590
- _this.$fault = "client";
591
- Object.setPrototypeOf(_this, MissingFileSystemConfiguration.prototype);
592
- _this.Message = opts.Message;
593
- return _this;
594
- }
595
- return MissingFileSystemConfiguration;
596
- }(__BaseException));
597
- export { MissingFileSystemConfiguration };
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
- var MissingVolumeConfiguration = (function (_super) {
621
- __extends(MissingVolumeConfiguration, _super);
622
- function MissingVolumeConfiguration(opts) {
623
- var _this = _super.call(this, __assign({ name: "MissingVolumeConfiguration", $fault: "client" }, opts)) || this;
624
- _this.name = "MissingVolumeConfiguration";
625
- _this.$fault = "client";
626
- Object.setPrototypeOf(_this, MissingVolumeConfiguration.prototype);
627
- _this.Message = opts.Message;
628
- return _this;
629
- }
630
- return MissingVolumeConfiguration;
631
- }(__BaseException));
632
- export { MissingVolumeConfiguration };
633
- var StorageVirtualMachineNotFound = (function (_super) {
634
- __extends(StorageVirtualMachineNotFound, _super);
635
- function StorageVirtualMachineNotFound(opts) {
636
- var _this = _super.call(this, __assign({ name: "StorageVirtualMachineNotFound", $fault: "client" }, opts)) || this;
637
- _this.name = "StorageVirtualMachineNotFound";
638
- _this.$fault = "client";
639
- Object.setPrototypeOf(_this, StorageVirtualMachineNotFound.prototype);
640
- _this.Message = opts.Message;
641
- return _this;
642
- }
643
- return StorageVirtualMachineNotFound;
644
- }(__BaseException));
645
- export { StorageVirtualMachineNotFound };
646
- var BackupBeingCopied = (function (_super) {
647
- __extends(BackupBeingCopied, _super);
648
- function BackupBeingCopied(opts) {
649
- var _this = _super.call(this, __assign({ name: "BackupBeingCopied", $fault: "client" }, opts)) || this;
650
- _this.name = "BackupBeingCopied";
651
- _this.$fault = "client";
652
- Object.setPrototypeOf(_this, BackupBeingCopied.prototype);
653
- _this.Message = opts.Message;
654
- _this.BackupId = opts.BackupId;
655
- return _this;
656
- }
657
- return BackupBeingCopied;
658
- }(__BaseException));
659
- export { BackupBeingCopied };
660
- var BackupRestoring = (function (_super) {
661
- __extends(BackupRestoring, _super);
662
- function BackupRestoring(opts) {
663
- var _this = _super.call(this, __assign({ name: "BackupRestoring", $fault: "client" }, opts)) || this;
664
- _this.name = "BackupRestoring";
665
- _this.$fault = "client";
666
- Object.setPrototypeOf(_this, BackupRestoring.prototype);
667
- _this.Message = opts.Message;
668
- _this.FileSystemId = opts.FileSystemId;
669
- return _this;
670
- }
671
- return BackupRestoring;
672
- }(__BaseException));
673
- export { BackupRestoring };
674
- var DataRepositoryAssociationNotFound = (function (_super) {
675
- __extends(DataRepositoryAssociationNotFound, _super);
676
- function DataRepositoryAssociationNotFound(opts) {
677
- var _this = _super.call(this, __assign({ name: "DataRepositoryAssociationNotFound", $fault: "client" }, opts)) || this;
678
- _this.name = "DataRepositoryAssociationNotFound";
679
- _this.$fault = "client";
680
- Object.setPrototypeOf(_this, DataRepositoryAssociationNotFound.prototype);
681
- _this.Message = opts.Message;
682
- return _this;
683
- }
684
- return DataRepositoryAssociationNotFound;
685
- }(__BaseException));
686
- export { DataRepositoryAssociationNotFound };
687
- var FileCacheNotFound = (function (_super) {
688
- __extends(FileCacheNotFound, _super);
689
- function FileCacheNotFound(opts) {
690
- var _this = _super.call(this, __assign({ name: "FileCacheNotFound", $fault: "client" }, opts)) || this;
691
- _this.name = "FileCacheNotFound";
692
- _this.$fault = "client";
693
- Object.setPrototypeOf(_this, FileCacheNotFound.prototype);
694
- _this.Message = opts.Message;
695
- return _this;
696
- }
697
- return FileCacheNotFound;
698
- }(__BaseException));
699
- export { FileCacheNotFound };
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
- var SnapshotNotFound = (function (_super) {
705
- __extends(SnapshotNotFound, _super);
706
- function SnapshotNotFound(opts) {
707
- var _this = _super.call(this, __assign({ name: "SnapshotNotFound", $fault: "client" }, opts)) || this;
708
- _this.name = "SnapshotNotFound";
709
- _this.$fault = "client";
710
- Object.setPrototypeOf(_this, SnapshotNotFound.prototype);
711
- _this.Message = opts.Message;
712
- return _this;
713
- }
714
- return SnapshotNotFound;
715
- }(__BaseException));
716
- export { SnapshotNotFound };
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
- var InvalidDataRepositoryType = (function (_super) {
732
- __extends(InvalidDataRepositoryType, _super);
733
- function InvalidDataRepositoryType(opts) {
734
- var _this = _super.call(this, __assign({ name: "InvalidDataRepositoryType", $fault: "client" }, opts)) || this;
735
- _this.name = "InvalidDataRepositoryType";
736
- _this.$fault = "client";
737
- Object.setPrototypeOf(_this, InvalidDataRepositoryType.prototype);
738
- _this.Message = opts.Message;
739
- return _this;
740
- }
741
- return InvalidDataRepositoryType;
742
- }(__BaseException));
743
- export { InvalidDataRepositoryType };
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
- var NotServiceResourceError = (function (_super) {
766
- __extends(NotServiceResourceError, _super);
767
- function NotServiceResourceError(opts) {
768
- var _this = _super.call(this, __assign({ name: "NotServiceResourceError", $fault: "client" }, opts)) || this;
769
- _this.name = "NotServiceResourceError";
770
- _this.$fault = "client";
771
- Object.setPrototypeOf(_this, NotServiceResourceError.prototype);
772
- _this.ResourceARN = opts.ResourceARN;
773
- _this.Message = opts.Message;
774
- return _this;
775
- }
776
- return NotServiceResourceError;
777
- }(__BaseException));
778
- export { NotServiceResourceError };
779
- var ResourceDoesNotSupportTagging = (function (_super) {
780
- __extends(ResourceDoesNotSupportTagging, _super);
781
- function ResourceDoesNotSupportTagging(opts) {
782
- var _this = _super.call(this, __assign({ name: "ResourceDoesNotSupportTagging", $fault: "client" }, opts)) || this;
783
- _this.name = "ResourceDoesNotSupportTagging";
784
- _this.$fault = "client";
785
- Object.setPrototypeOf(_this, ResourceDoesNotSupportTagging.prototype);
786
- _this.ResourceARN = opts.ResourceARN;
787
- _this.Message = opts.Message;
788
- return _this;
789
- }
790
- return ResourceDoesNotSupportTagging;
791
- }(__BaseException));
792
- export { ResourceDoesNotSupportTagging };
793
- var ResourceNotFound = (function (_super) {
794
- __extends(ResourceNotFound, _super);
795
- function ResourceNotFound(opts) {
796
- var _this = _super.call(this, __assign({ name: "ResourceNotFound", $fault: "client" }, opts)) || this;
797
- _this.name = "ResourceNotFound";
798
- _this.$fault = "client";
799
- Object.setPrototypeOf(_this, ResourceNotFound.prototype);
800
- _this.ResourceARN = opts.ResourceARN;
801
- _this.Message = opts.Message;
802
- return _this;
803
- }
804
- return ResourceNotFound;
805
- }(__BaseException));
806
- export { ResourceNotFound };
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 var ActiveDirectoryBackupAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
813
- export var AdministrativeActionFailureDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
814
- export var FileSystemFailureDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
815
- export var DataRepositoryFailureDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
816
- export var DataRepositoryConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
817
- export var LustreLogConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
818
- export var LustreRootSquashConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
819
- export var LustreFileSystemConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
820
- export var DiskIopsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
821
- export var FileSystemEndpointFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
822
- export var FileSystemEndpointsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
823
- export var OntapFileSystemConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
824
- export var OpenZFSFileSystemConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
825
- export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
826
- export var AliasFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
827
- export var WindowsAuditLogConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
828
- export var SelfManagedActiveDirectoryAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
829
- export var WindowsFileSystemConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
830
- export var LifecycleTransitionReasonFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
831
- export var TieringPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
832
- export var OntapVolumeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
833
- export var OpenZFSClientConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
834
- export var OpenZFSNfsExportFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
835
- export var OpenZFSOriginSnapshotConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
836
- export var OpenZFSUserOrGroupQuotaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
837
- export var OpenZFSVolumeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
838
- export var AssociateFileSystemAliasesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
839
- export var AssociateFileSystemAliasesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
840
- export var AutoExportPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
841
- export var AutoImportPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
842
- export var CancelDataRepositoryTaskRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
843
- export var CancelDataRepositoryTaskResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
844
- export var CopyBackupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
845
- export var BackupFailureDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
846
- export var CreateBackupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
847
- export var S3DataRepositoryConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
848
- export var CreateDataRepositoryAssociationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
849
- export var NFSDataRepositoryConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
850
- export var DataRepositoryAssociationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
851
- export var CreateDataRepositoryAssociationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
852
- export var CompletionReportFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
853
- export var CreateDataRepositoryTaskRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
854
- export var DataRepositoryTaskFailureDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
855
- export var DataRepositoryTaskStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
856
- export var DataRepositoryTaskFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
857
- export var CreateDataRepositoryTaskResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
858
- export var FileCacheNFSConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
859
- export var FileCacheDataRepositoryAssociationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
860
- export var FileCacheLustreMetadataConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
861
- export var CreateFileCacheLustreConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
862
- export var CreateFileCacheRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
863
- export var FileCacheFailureDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
864
- export var FileCacheLustreConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
865
- export var FileCacheCreatingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
866
- export var CreateFileCacheResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
867
- export var LustreLogCreateConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
868
- export var CreateFileSystemLustreConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
869
- export var CreateFileSystemOntapConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.FsxAdminPassword && { FsxAdminPassword: SENSITIVE_STRING }))); };
870
- export var OpenZFSCreateRootVolumeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
871
- export var CreateFileSystemOpenZFSConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
872
- export var WindowsAuditLogCreateConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
873
- export var SelfManagedActiveDirectoryConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
874
- export var CreateFileSystemWindowsConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SelfManagedActiveDirectoryConfiguration && {
875
- SelfManagedActiveDirectoryConfiguration: SelfManagedActiveDirectoryConfigurationFilterSensitiveLog(obj.SelfManagedActiveDirectoryConfiguration),
876
- }))); };
877
- export var CreateFileSystemRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.WindowsConfiguration && {
878
- WindowsConfiguration: CreateFileSystemWindowsConfigurationFilterSensitiveLog(obj.WindowsConfiguration),
879
- })), (obj.OntapConfiguration && {
880
- OntapConfiguration: CreateFileSystemOntapConfigurationFilterSensitiveLog(obj.OntapConfiguration),
881
- }))); };
882
- export var CreateFileSystemFromBackupRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.WindowsConfiguration && {
883
- WindowsConfiguration: CreateFileSystemWindowsConfigurationFilterSensitiveLog(obj.WindowsConfiguration),
884
- }))); };
885
- export var CreateSnapshotRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
886
- export var CreateSvmActiveDirectoryConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SelfManagedActiveDirectoryConfiguration && {
887
- SelfManagedActiveDirectoryConfiguration: SelfManagedActiveDirectoryConfigurationFilterSensitiveLog(obj.SelfManagedActiveDirectoryConfiguration),
888
- }))); };
889
- export var CreateStorageVirtualMachineRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.ActiveDirectoryConfiguration && {
890
- ActiveDirectoryConfiguration: CreateSvmActiveDirectoryConfigurationFilterSensitiveLog(obj.ActiveDirectoryConfiguration),
891
- })), (obj.SvmAdminPassword && { SvmAdminPassword: SENSITIVE_STRING }))); };
892
- export var SvmActiveDirectoryConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
893
- export var SvmEndpointFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
894
- export var SvmEndpointsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
895
- export var StorageVirtualMachineFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
896
- export var CreateStorageVirtualMachineResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
897
- export var CreateOntapVolumeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
898
- export var CreateOpenZFSOriginSnapshotConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
899
- export var CreateOpenZFSVolumeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
900
- export var CreateVolumeRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
901
- export var CreateVolumeFromBackupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
902
- export var DeleteBackupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
903
- export var DeleteBackupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
904
- export var DeleteDataRepositoryAssociationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
905
- export var DeleteDataRepositoryAssociationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
906
- export var DeleteFileCacheRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
907
- export var DeleteFileCacheResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
908
- export var DeleteFileSystemLustreConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
909
- export var DeleteFileSystemOpenZFSConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
910
- export var DeleteFileSystemWindowsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
911
- export var DeleteFileSystemRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
912
- export var DeleteFileSystemLustreResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
913
- export var DeleteFileSystemOpenZFSResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
914
- export var DeleteFileSystemWindowsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
915
- export var DeleteFileSystemResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
916
- export var DeleteSnapshotRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
917
- export var DeleteSnapshotResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
918
- export var DeleteStorageVirtualMachineRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
919
- export var DeleteStorageVirtualMachineResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
920
- export var DeleteVolumeOntapConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
921
- export var DeleteVolumeOpenZFSConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
922
- export var DeleteVolumeRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
923
- export var DeleteVolumeOntapResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
924
- export var DeleteVolumeResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
925
- export var FilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
926
- export var DescribeBackupsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
927
- export var DescribeDataRepositoryAssociationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
928
- export var DescribeDataRepositoryAssociationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
929
- export var DataRepositoryTaskFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
930
- export var DescribeDataRepositoryTasksRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
931
- export var DescribeDataRepositoryTasksResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
932
- export var DescribeFileCachesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
933
- export var FileCacheFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
934
- export var DescribeFileCachesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
935
- export var DescribeFileSystemAliasesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
936
- export var DescribeFileSystemAliasesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
937
- export var DescribeFileSystemsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
938
- export var SnapshotFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
939
- export var DescribeSnapshotsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
940
- export var StorageVirtualMachineFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
941
- export var DescribeStorageVirtualMachinesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
942
- export var DescribeStorageVirtualMachinesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
943
- export var VolumeFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
944
- export var DescribeVolumesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
945
- export var DisassociateFileSystemAliasesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
946
- export var DisassociateFileSystemAliasesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
947
- export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
948
- export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
949
- export var ReleaseFileSystemNfsV3LocksRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
950
- export var RestoreVolumeFromSnapshotRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
951
- export var RestoreVolumeFromSnapshotResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
952
- export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
953
- export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
954
- export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
955
- export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
956
- export var UpdateDataRepositoryAssociationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
957
- export var UpdateDataRepositoryAssociationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
958
- export var UpdateFileCacheLustreConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
959
- export var UpdateFileCacheRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
960
- export var UpdateFileCacheResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
961
- export var UpdateFileSystemLustreConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
962
- export var UpdateFileSystemOntapConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.FsxAdminPassword && { FsxAdminPassword: SENSITIVE_STRING }))); };
963
- export var UpdateFileSystemOpenZFSConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
964
- export var SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
965
- export var UpdateFileSystemWindowsConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SelfManagedActiveDirectoryConfiguration && {
966
- SelfManagedActiveDirectoryConfiguration: SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog(obj.SelfManagedActiveDirectoryConfiguration),
967
- }))); };
968
- export var UpdateFileSystemRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.WindowsConfiguration && {
969
- WindowsConfiguration: UpdateFileSystemWindowsConfigurationFilterSensitiveLog(obj.WindowsConfiguration),
970
- })), (obj.OntapConfiguration && {
971
- OntapConfiguration: UpdateFileSystemOntapConfigurationFilterSensitiveLog(obj.OntapConfiguration),
972
- }))); };
973
- export var UpdateSnapshotRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
974
- export var UpdateSvmActiveDirectoryConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SelfManagedActiveDirectoryConfiguration && {
975
- SelfManagedActiveDirectoryConfiguration: SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog(obj.SelfManagedActiveDirectoryConfiguration),
976
- }))); };
977
- export var UpdateStorageVirtualMachineRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.ActiveDirectoryConfiguration && {
978
- ActiveDirectoryConfiguration: UpdateSvmActiveDirectoryConfigurationFilterSensitiveLog(obj.ActiveDirectoryConfiguration),
979
- })), (obj.SvmAdminPassword && { SvmAdminPassword: SENSITIVE_STRING }))); };
980
- export var UpdateStorageVirtualMachineResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
981
- export var UpdateOntapVolumeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
982
- export var UpdateOpenZFSVolumeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
983
- export var UpdateVolumeRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
984
- export var AdministrativeActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
985
- export var FileSystemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
986
- export var SnapshotFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
987
- export var VolumeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
988
- export var CreateFileSystemFromBackupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
989
- export var CreateFileSystemResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
990
- export var CreateSnapshotResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
991
- export var CreateVolumeFromBackupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
992
- export var CreateVolumeResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
993
- export var ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
994
- export var UpdateFileSystemResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
995
- export var UpdateSnapshotResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
996
- export var UpdateVolumeResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
997
- export var DescribeFileSystemsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
998
- export var DescribeSnapshotsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
999
- export var DescribeVolumesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1000
- export var BackupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1001
- export var CopyBackupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1002
- export var CreateBackupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1003
- export var DescribeBackupsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
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
+ });