@aws-sdk/client-fsx 3.52.0 → 3.54.1

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 (31) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/FSxServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +492 -10
  5. package/dist-cjs/protocols/Aws_json1_1.js +508 -1721
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/FSxServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +453 -5
  9. package/dist-es/protocols/Aws_json1_1.js +1003 -1812
  10. package/dist-types/FSx.d.ts +9 -10
  11. package/dist-types/FSxClient.d.ts +2 -2
  12. package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +2 -2
  13. package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -2
  15. package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
  16. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  17. package/dist-types/commands/UpdateSnapshotCommand.d.ts +1 -1
  18. package/dist-types/index.d.ts +1 -0
  19. package/dist-types/models/FSxServiceException.d.ts +10 -0
  20. package/dist-types/models/models_0.d.ts +426 -181
  21. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  22. package/dist-types/runtimeConfig.d.ts +1 -1
  23. package/dist-types/runtimeConfig.native.d.ts +1 -1
  24. package/dist-types/ts3.4/FSxClient.d.ts +2 -2
  25. package/dist-types/ts3.4/index.d.ts +1 -0
  26. package/dist-types/ts3.4/models/FSxServiceException.d.ts +6 -0
  27. package/dist-types/ts3.4/models/models_0.d.ts +192 -109
  28. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  29. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  30. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  31. package/package.json +27 -27
package/dist-es/index.js CHANGED
@@ -3,3 +3,4 @@ export * from "./FSxClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
+ export { FSxServiceException } from "./models/FSxServiceException";
@@ -0,0 +1,12 @@
1
+ import { __extends } from "tslib";
2
+ import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
3
+ var FSxServiceException = (function (_super) {
4
+ __extends(FSxServiceException, _super);
5
+ function FSxServiceException(options) {
6
+ var _this = _super.call(this, options) || this;
7
+ Object.setPrototypeOf(_this, FSxServiceException.prototype);
8
+ return _this;
9
+ }
10
+ return FSxServiceException;
11
+ }(__ServiceException));
12
+ export { FSxServiceException };
@@ -1,5 +1,6 @@
1
- import { __assign } from "tslib";
1
+ import { __assign, __extends } from "tslib";
2
2
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
+ import { FSxServiceException as __BaseException } from "./FSxServiceException";
3
4
  export var ActiveDirectoryBackupAttributes;
4
5
  (function (ActiveDirectoryBackupAttributes) {
5
6
  ActiveDirectoryBackupAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -11,6 +12,21 @@ export var ActiveDirectoryErrorType;
11
12
  ActiveDirectoryErrorType["INVALID_DOMAIN_STAGE"] = "INVALID_DOMAIN_STAGE";
12
13
  ActiveDirectoryErrorType["WRONG_VPC"] = "WRONG_VPC";
13
14
  })(ActiveDirectoryErrorType || (ActiveDirectoryErrorType = {}));
15
+ var ActiveDirectoryError = (function (_super) {
16
+ __extends(ActiveDirectoryError, _super);
17
+ function ActiveDirectoryError(opts) {
18
+ var _this = _super.call(this, __assign({ name: "ActiveDirectoryError", $fault: "client" }, opts)) || this;
19
+ _this.name = "ActiveDirectoryError";
20
+ _this.$fault = "client";
21
+ Object.setPrototypeOf(_this, ActiveDirectoryError.prototype);
22
+ _this.ActiveDirectoryId = opts.ActiveDirectoryId;
23
+ _this.Type = opts.Type;
24
+ _this.Message = opts.Message;
25
+ return _this;
26
+ }
27
+ return ActiveDirectoryError;
28
+ }(__BaseException));
29
+ export { ActiveDirectoryError };
14
30
  export var AdministrativeActionType;
15
31
  (function (AdministrativeActionType) {
16
32
  AdministrativeActionType["FILE_SYSTEM_ALIAS_ASSOCIATION"] = "FILE_SYSTEM_ALIAS_ASSOCIATION";
@@ -200,6 +216,10 @@ export var SnapshotLifecycle;
200
216
  SnapshotLifecycle["DELETING"] = "DELETING";
201
217
  SnapshotLifecycle["PENDING"] = "PENDING";
202
218
  })(SnapshotLifecycle || (SnapshotLifecycle = {}));
219
+ export var LifecycleTransitionReason;
220
+ (function (LifecycleTransitionReason) {
221
+ LifecycleTransitionReason.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
222
+ })(LifecycleTransitionReason || (LifecycleTransitionReason = {}));
203
223
  export var VolumeLifecycle;
204
224
  (function (VolumeLifecycle) {
205
225
  VolumeLifecycle["AVAILABLE"] = "AVAILABLE";
@@ -210,10 +230,6 @@ export var VolumeLifecycle;
210
230
  VolumeLifecycle["MISCONFIGURED"] = "MISCONFIGURED";
211
231
  VolumeLifecycle["PENDING"] = "PENDING";
212
232
  })(VolumeLifecycle || (VolumeLifecycle = {}));
213
- export var LifecycleTransitionReason;
214
- (function (LifecycleTransitionReason) {
215
- LifecycleTransitionReason.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
216
- })(LifecycleTransitionReason || (LifecycleTransitionReason = {}));
217
233
  export var FlexCacheEndpointType;
218
234
  (function (FlexCacheEndpointType) {
219
235
  FlexCacheEndpointType["CACHE"] = "CACHE";
@@ -249,6 +265,7 @@ export var OntapVolumeConfiguration;
249
265
  })(OntapVolumeConfiguration || (OntapVolumeConfiguration = {}));
250
266
  export var OpenZFSDataCompressionType;
251
267
  (function (OpenZFSDataCompressionType) {
268
+ OpenZFSDataCompressionType["LZ4"] = "LZ4";
252
269
  OpenZFSDataCompressionType["NONE"] = "NONE";
253
270
  OpenZFSDataCompressionType["ZSTD"] = "ZSTD";
254
271
  })(OpenZFSDataCompressionType || (OpenZFSDataCompressionType = {}));
@@ -295,6 +312,45 @@ export var AssociateFileSystemAliasesResponse;
295
312
  (function (AssociateFileSystemAliasesResponse) {
296
313
  AssociateFileSystemAliasesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
297
314
  })(AssociateFileSystemAliasesResponse || (AssociateFileSystemAliasesResponse = {}));
315
+ var BadRequest = (function (_super) {
316
+ __extends(BadRequest, _super);
317
+ function BadRequest(opts) {
318
+ var _this = _super.call(this, __assign({ name: "BadRequest", $fault: "client" }, opts)) || this;
319
+ _this.name = "BadRequest";
320
+ _this.$fault = "client";
321
+ Object.setPrototypeOf(_this, BadRequest.prototype);
322
+ _this.Message = opts.Message;
323
+ return _this;
324
+ }
325
+ return BadRequest;
326
+ }(__BaseException));
327
+ export { BadRequest };
328
+ var FileSystemNotFound = (function (_super) {
329
+ __extends(FileSystemNotFound, _super);
330
+ function FileSystemNotFound(opts) {
331
+ var _this = _super.call(this, __assign({ name: "FileSystemNotFound", $fault: "client" }, opts)) || this;
332
+ _this.name = "FileSystemNotFound";
333
+ _this.$fault = "client";
334
+ Object.setPrototypeOf(_this, FileSystemNotFound.prototype);
335
+ _this.Message = opts.Message;
336
+ return _this;
337
+ }
338
+ return FileSystemNotFound;
339
+ }(__BaseException));
340
+ export { FileSystemNotFound };
341
+ var InternalServerError = (function (_super) {
342
+ __extends(InternalServerError, _super);
343
+ function InternalServerError(opts) {
344
+ var _this = _super.call(this, __assign({ name: "InternalServerError", $fault: "server" }, opts)) || this;
345
+ _this.name = "InternalServerError";
346
+ _this.$fault = "server";
347
+ Object.setPrototypeOf(_this, InternalServerError.prototype);
348
+ _this.Message = opts.Message;
349
+ return _this;
350
+ }
351
+ return InternalServerError;
352
+ }(__BaseException));
353
+ export { InternalServerError };
298
354
  export var EventType;
299
355
  (function (EventType) {
300
356
  EventType["CHANGED"] = "CHANGED";
@@ -326,6 +382,58 @@ export var CancelDataRepositoryTaskResponse;
326
382
  (function (CancelDataRepositoryTaskResponse) {
327
383
  CancelDataRepositoryTaskResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
328
384
  })(CancelDataRepositoryTaskResponse || (CancelDataRepositoryTaskResponse = {}));
385
+ var DataRepositoryTaskEnded = (function (_super) {
386
+ __extends(DataRepositoryTaskEnded, _super);
387
+ function DataRepositoryTaskEnded(opts) {
388
+ var _this = _super.call(this, __assign({ name: "DataRepositoryTaskEnded", $fault: "client" }, opts)) || this;
389
+ _this.name = "DataRepositoryTaskEnded";
390
+ _this.$fault = "client";
391
+ Object.setPrototypeOf(_this, DataRepositoryTaskEnded.prototype);
392
+ _this.Message = opts.Message;
393
+ return _this;
394
+ }
395
+ return DataRepositoryTaskEnded;
396
+ }(__BaseException));
397
+ export { DataRepositoryTaskEnded };
398
+ var DataRepositoryTaskNotFound = (function (_super) {
399
+ __extends(DataRepositoryTaskNotFound, _super);
400
+ function DataRepositoryTaskNotFound(opts) {
401
+ var _this = _super.call(this, __assign({ name: "DataRepositoryTaskNotFound", $fault: "client" }, opts)) || this;
402
+ _this.name = "DataRepositoryTaskNotFound";
403
+ _this.$fault = "client";
404
+ Object.setPrototypeOf(_this, DataRepositoryTaskNotFound.prototype);
405
+ _this.Message = opts.Message;
406
+ return _this;
407
+ }
408
+ return DataRepositoryTaskNotFound;
409
+ }(__BaseException));
410
+ export { DataRepositoryTaskNotFound };
411
+ var UnsupportedOperation = (function (_super) {
412
+ __extends(UnsupportedOperation, _super);
413
+ function UnsupportedOperation(opts) {
414
+ var _this = _super.call(this, __assign({ name: "UnsupportedOperation", $fault: "client" }, opts)) || this;
415
+ _this.name = "UnsupportedOperation";
416
+ _this.$fault = "client";
417
+ Object.setPrototypeOf(_this, UnsupportedOperation.prototype);
418
+ _this.Message = opts.Message;
419
+ return _this;
420
+ }
421
+ return UnsupportedOperation;
422
+ }(__BaseException));
423
+ export { UnsupportedOperation };
424
+ var BackupNotFound = (function (_super) {
425
+ __extends(BackupNotFound, _super);
426
+ function BackupNotFound(opts) {
427
+ var _this = _super.call(this, __assign({ name: "BackupNotFound", $fault: "client" }, opts)) || this;
428
+ _this.name = "BackupNotFound";
429
+ _this.$fault = "client";
430
+ Object.setPrototypeOf(_this, BackupNotFound.prototype);
431
+ _this.Message = opts.Message;
432
+ return _this;
433
+ }
434
+ return BackupNotFound;
435
+ }(__BaseException));
436
+ export { BackupNotFound };
329
437
  export var CopyBackupRequest;
330
438
  (function (CopyBackupRequest) {
331
439
  CopyBackupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -355,6 +463,72 @@ export var BackupType;
355
463
  BackupType["AWS_BACKUP"] = "AWS_BACKUP";
356
464
  BackupType["USER_INITIATED"] = "USER_INITIATED";
357
465
  })(BackupType || (BackupType = {}));
466
+ var IncompatibleParameterError = (function (_super) {
467
+ __extends(IncompatibleParameterError, _super);
468
+ function IncompatibleParameterError(opts) {
469
+ var _this = _super.call(this, __assign({ name: "IncompatibleParameterError", $fault: "client" }, opts)) || this;
470
+ _this.name = "IncompatibleParameterError";
471
+ _this.$fault = "client";
472
+ Object.setPrototypeOf(_this, IncompatibleParameterError.prototype);
473
+ _this.Parameter = opts.Parameter;
474
+ _this.Message = opts.Message;
475
+ return _this;
476
+ }
477
+ return IncompatibleParameterError;
478
+ }(__BaseException));
479
+ export { IncompatibleParameterError };
480
+ var IncompatibleRegionForMultiAZ = (function (_super) {
481
+ __extends(IncompatibleRegionForMultiAZ, _super);
482
+ function IncompatibleRegionForMultiAZ(opts) {
483
+ var _this = _super.call(this, __assign({ name: "IncompatibleRegionForMultiAZ", $fault: "client" }, opts)) || this;
484
+ _this.name = "IncompatibleRegionForMultiAZ";
485
+ _this.$fault = "client";
486
+ Object.setPrototypeOf(_this, IncompatibleRegionForMultiAZ.prototype);
487
+ _this.Message = opts.Message;
488
+ return _this;
489
+ }
490
+ return IncompatibleRegionForMultiAZ;
491
+ }(__BaseException));
492
+ export { IncompatibleRegionForMultiAZ };
493
+ var InvalidDestinationKmsKey = (function (_super) {
494
+ __extends(InvalidDestinationKmsKey, _super);
495
+ function InvalidDestinationKmsKey(opts) {
496
+ var _this = _super.call(this, __assign({ name: "InvalidDestinationKmsKey", $fault: "client" }, opts)) || this;
497
+ _this.name = "InvalidDestinationKmsKey";
498
+ _this.$fault = "client";
499
+ Object.setPrototypeOf(_this, InvalidDestinationKmsKey.prototype);
500
+ _this.Message = opts.Message;
501
+ return _this;
502
+ }
503
+ return InvalidDestinationKmsKey;
504
+ }(__BaseException));
505
+ export { InvalidDestinationKmsKey };
506
+ var InvalidRegion = (function (_super) {
507
+ __extends(InvalidRegion, _super);
508
+ function InvalidRegion(opts) {
509
+ var _this = _super.call(this, __assign({ name: "InvalidRegion", $fault: "client" }, opts)) || this;
510
+ _this.name = "InvalidRegion";
511
+ _this.$fault = "client";
512
+ Object.setPrototypeOf(_this, InvalidRegion.prototype);
513
+ _this.Message = opts.Message;
514
+ return _this;
515
+ }
516
+ return InvalidRegion;
517
+ }(__BaseException));
518
+ export { InvalidRegion };
519
+ var InvalidSourceKmsKey = (function (_super) {
520
+ __extends(InvalidSourceKmsKey, _super);
521
+ function InvalidSourceKmsKey(opts) {
522
+ var _this = _super.call(this, __assign({ name: "InvalidSourceKmsKey", $fault: "client" }, opts)) || this;
523
+ _this.name = "InvalidSourceKmsKey";
524
+ _this.$fault = "client";
525
+ Object.setPrototypeOf(_this, InvalidSourceKmsKey.prototype);
526
+ _this.Message = opts.Message;
527
+ return _this;
528
+ }
529
+ return InvalidSourceKmsKey;
530
+ }(__BaseException));
531
+ export { InvalidSourceKmsKey };
358
532
  export var ServiceLimit;
359
533
  (function (ServiceLimit) {
360
534
  ServiceLimit["FILE_SYSTEM_COUNT"] = "FILE_SYSTEM_COUNT";
@@ -367,10 +541,64 @@ export var ServiceLimit;
367
541
  ServiceLimit["TOTAL_USER_TAGS"] = "TOTAL_USER_TAGS";
368
542
  ServiceLimit["VOLUMES_PER_FILE_SYSTEM"] = "VOLUMES_PER_FILE_SYSTEM";
369
543
  })(ServiceLimit || (ServiceLimit = {}));
544
+ var ServiceLimitExceeded = (function (_super) {
545
+ __extends(ServiceLimitExceeded, _super);
546
+ function ServiceLimitExceeded(opts) {
547
+ var _this = _super.call(this, __assign({ name: "ServiceLimitExceeded", $fault: "client" }, opts)) || this;
548
+ _this.name = "ServiceLimitExceeded";
549
+ _this.$fault = "client";
550
+ Object.setPrototypeOf(_this, ServiceLimitExceeded.prototype);
551
+ _this.Limit = opts.Limit;
552
+ _this.Message = opts.Message;
553
+ return _this;
554
+ }
555
+ return ServiceLimitExceeded;
556
+ }(__BaseException));
557
+ export { ServiceLimitExceeded };
558
+ var SourceBackupUnavailable = (function (_super) {
559
+ __extends(SourceBackupUnavailable, _super);
560
+ function SourceBackupUnavailable(opts) {
561
+ var _this = _super.call(this, __assign({ name: "SourceBackupUnavailable", $fault: "client" }, opts)) || this;
562
+ _this.name = "SourceBackupUnavailable";
563
+ _this.$fault = "client";
564
+ Object.setPrototypeOf(_this, SourceBackupUnavailable.prototype);
565
+ _this.Message = opts.Message;
566
+ _this.BackupId = opts.BackupId;
567
+ return _this;
568
+ }
569
+ return SourceBackupUnavailable;
570
+ }(__BaseException));
571
+ export { SourceBackupUnavailable };
572
+ var BackupInProgress = (function (_super) {
573
+ __extends(BackupInProgress, _super);
574
+ function BackupInProgress(opts) {
575
+ var _this = _super.call(this, __assign({ name: "BackupInProgress", $fault: "client" }, opts)) || this;
576
+ _this.name = "BackupInProgress";
577
+ _this.$fault = "client";
578
+ Object.setPrototypeOf(_this, BackupInProgress.prototype);
579
+ _this.Message = opts.Message;
580
+ return _this;
581
+ }
582
+ return BackupInProgress;
583
+ }(__BaseException));
584
+ export { BackupInProgress };
370
585
  export var CreateBackupRequest;
371
586
  (function (CreateBackupRequest) {
372
587
  CreateBackupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
373
588
  })(CreateBackupRequest || (CreateBackupRequest = {}));
589
+ var VolumeNotFound = (function (_super) {
590
+ __extends(VolumeNotFound, _super);
591
+ function VolumeNotFound(opts) {
592
+ var _this = _super.call(this, __assign({ name: "VolumeNotFound", $fault: "client" }, opts)) || this;
593
+ _this.name = "VolumeNotFound";
594
+ _this.$fault = "client";
595
+ Object.setPrototypeOf(_this, VolumeNotFound.prototype);
596
+ _this.Message = opts.Message;
597
+ return _this;
598
+ }
599
+ return VolumeNotFound;
600
+ }(__BaseException));
601
+ export { VolumeNotFound };
374
602
  export var S3DataRepositoryConfiguration;
375
603
  (function (S3DataRepositoryConfiguration) {
376
604
  S3DataRepositoryConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -424,6 +652,19 @@ export var CreateDataRepositoryTaskResponse;
424
652
  (function (CreateDataRepositoryTaskResponse) {
425
653
  CreateDataRepositoryTaskResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
426
654
  })(CreateDataRepositoryTaskResponse || (CreateDataRepositoryTaskResponse = {}));
655
+ var DataRepositoryTaskExecuting = (function (_super) {
656
+ __extends(DataRepositoryTaskExecuting, _super);
657
+ function DataRepositoryTaskExecuting(opts) {
658
+ var _this = _super.call(this, __assign({ name: "DataRepositoryTaskExecuting", $fault: "client" }, opts)) || this;
659
+ _this.name = "DataRepositoryTaskExecuting";
660
+ _this.$fault = "client";
661
+ Object.setPrototypeOf(_this, DataRepositoryTaskExecuting.prototype);
662
+ _this.Message = opts.Message;
663
+ return _this;
664
+ }
665
+ return DataRepositoryTaskExecuting;
666
+ }(__BaseException));
667
+ export { DataRepositoryTaskExecuting };
427
668
  export var LustreLogCreateConfiguration;
428
669
  (function (LustreLogCreateConfiguration) {
429
670
  LustreLogCreateConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -466,6 +707,74 @@ export var CreateFileSystemRequest;
466
707
  OntapConfiguration: CreateFileSystemOntapConfiguration.filterSensitiveLog(obj.OntapConfiguration),
467
708
  }))); };
468
709
  })(CreateFileSystemRequest || (CreateFileSystemRequest = {}));
710
+ var InvalidExportPath = (function (_super) {
711
+ __extends(InvalidExportPath, _super);
712
+ function InvalidExportPath(opts) {
713
+ var _this = _super.call(this, __assign({ name: "InvalidExportPath", $fault: "client" }, opts)) || this;
714
+ _this.name = "InvalidExportPath";
715
+ _this.$fault = "client";
716
+ Object.setPrototypeOf(_this, InvalidExportPath.prototype);
717
+ _this.Message = opts.Message;
718
+ return _this;
719
+ }
720
+ return InvalidExportPath;
721
+ }(__BaseException));
722
+ export { InvalidExportPath };
723
+ var InvalidImportPath = (function (_super) {
724
+ __extends(InvalidImportPath, _super);
725
+ function InvalidImportPath(opts) {
726
+ var _this = _super.call(this, __assign({ name: "InvalidImportPath", $fault: "client" }, opts)) || this;
727
+ _this.name = "InvalidImportPath";
728
+ _this.$fault = "client";
729
+ Object.setPrototypeOf(_this, InvalidImportPath.prototype);
730
+ _this.Message = opts.Message;
731
+ return _this;
732
+ }
733
+ return InvalidImportPath;
734
+ }(__BaseException));
735
+ export { InvalidImportPath };
736
+ var InvalidNetworkSettings = (function (_super) {
737
+ __extends(InvalidNetworkSettings, _super);
738
+ function InvalidNetworkSettings(opts) {
739
+ var _this = _super.call(this, __assign({ name: "InvalidNetworkSettings", $fault: "client" }, opts)) || this;
740
+ _this.name = "InvalidNetworkSettings";
741
+ _this.$fault = "client";
742
+ Object.setPrototypeOf(_this, InvalidNetworkSettings.prototype);
743
+ _this.Message = opts.Message;
744
+ _this.InvalidSubnetId = opts.InvalidSubnetId;
745
+ _this.InvalidSecurityGroupId = opts.InvalidSecurityGroupId;
746
+ _this.InvalidRouteTableId = opts.InvalidRouteTableId;
747
+ return _this;
748
+ }
749
+ return InvalidNetworkSettings;
750
+ }(__BaseException));
751
+ export { InvalidNetworkSettings };
752
+ var InvalidPerUnitStorageThroughput = (function (_super) {
753
+ __extends(InvalidPerUnitStorageThroughput, _super);
754
+ function InvalidPerUnitStorageThroughput(opts) {
755
+ var _this = _super.call(this, __assign({ name: "InvalidPerUnitStorageThroughput", $fault: "client" }, opts)) || this;
756
+ _this.name = "InvalidPerUnitStorageThroughput";
757
+ _this.$fault = "client";
758
+ Object.setPrototypeOf(_this, InvalidPerUnitStorageThroughput.prototype);
759
+ _this.Message = opts.Message;
760
+ return _this;
761
+ }
762
+ return InvalidPerUnitStorageThroughput;
763
+ }(__BaseException));
764
+ export { InvalidPerUnitStorageThroughput };
765
+ var MissingFileSystemConfiguration = (function (_super) {
766
+ __extends(MissingFileSystemConfiguration, _super);
767
+ function MissingFileSystemConfiguration(opts) {
768
+ var _this = _super.call(this, __assign({ name: "MissingFileSystemConfiguration", $fault: "client" }, opts)) || this;
769
+ _this.name = "MissingFileSystemConfiguration";
770
+ _this.$fault = "client";
771
+ Object.setPrototypeOf(_this, MissingFileSystemConfiguration.prototype);
772
+ _this.Message = opts.Message;
773
+ return _this;
774
+ }
775
+ return MissingFileSystemConfiguration;
776
+ }(__BaseException));
777
+ export { MissingFileSystemConfiguration };
469
778
  export var CreateFileSystemFromBackupRequest;
470
779
  (function (CreateFileSystemFromBackupRequest) {
471
780
  CreateFileSystemFromBackupRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.WindowsConfiguration && {
@@ -546,10 +855,64 @@ export var CreateVolumeRequest;
546
855
  (function (CreateVolumeRequest) {
547
856
  CreateVolumeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
548
857
  })(CreateVolumeRequest || (CreateVolumeRequest = {}));
858
+ var MissingVolumeConfiguration = (function (_super) {
859
+ __extends(MissingVolumeConfiguration, _super);
860
+ function MissingVolumeConfiguration(opts) {
861
+ var _this = _super.call(this, __assign({ name: "MissingVolumeConfiguration", $fault: "client" }, opts)) || this;
862
+ _this.name = "MissingVolumeConfiguration";
863
+ _this.$fault = "client";
864
+ Object.setPrototypeOf(_this, MissingVolumeConfiguration.prototype);
865
+ _this.Message = opts.Message;
866
+ return _this;
867
+ }
868
+ return MissingVolumeConfiguration;
869
+ }(__BaseException));
870
+ export { MissingVolumeConfiguration };
871
+ var StorageVirtualMachineNotFound = (function (_super) {
872
+ __extends(StorageVirtualMachineNotFound, _super);
873
+ function StorageVirtualMachineNotFound(opts) {
874
+ var _this = _super.call(this, __assign({ name: "StorageVirtualMachineNotFound", $fault: "client" }, opts)) || this;
875
+ _this.name = "StorageVirtualMachineNotFound";
876
+ _this.$fault = "client";
877
+ Object.setPrototypeOf(_this, StorageVirtualMachineNotFound.prototype);
878
+ _this.Message = opts.Message;
879
+ return _this;
880
+ }
881
+ return StorageVirtualMachineNotFound;
882
+ }(__BaseException));
883
+ export { StorageVirtualMachineNotFound };
549
884
  export var CreateVolumeFromBackupRequest;
550
885
  (function (CreateVolumeFromBackupRequest) {
551
886
  CreateVolumeFromBackupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
552
887
  })(CreateVolumeFromBackupRequest || (CreateVolumeFromBackupRequest = {}));
888
+ var BackupBeingCopied = (function (_super) {
889
+ __extends(BackupBeingCopied, _super);
890
+ function BackupBeingCopied(opts) {
891
+ var _this = _super.call(this, __assign({ name: "BackupBeingCopied", $fault: "client" }, opts)) || this;
892
+ _this.name = "BackupBeingCopied";
893
+ _this.$fault = "client";
894
+ Object.setPrototypeOf(_this, BackupBeingCopied.prototype);
895
+ _this.Message = opts.Message;
896
+ _this.BackupId = opts.BackupId;
897
+ return _this;
898
+ }
899
+ return BackupBeingCopied;
900
+ }(__BaseException));
901
+ export { BackupBeingCopied };
902
+ var BackupRestoring = (function (_super) {
903
+ __extends(BackupRestoring, _super);
904
+ function BackupRestoring(opts) {
905
+ var _this = _super.call(this, __assign({ name: "BackupRestoring", $fault: "client" }, opts)) || this;
906
+ _this.name = "BackupRestoring";
907
+ _this.$fault = "client";
908
+ Object.setPrototypeOf(_this, BackupRestoring.prototype);
909
+ _this.Message = opts.Message;
910
+ _this.FileSystemId = opts.FileSystemId;
911
+ return _this;
912
+ }
913
+ return BackupRestoring;
914
+ }(__BaseException));
915
+ export { BackupRestoring };
553
916
  export var DeleteBackupRequest;
554
917
  (function (DeleteBackupRequest) {
555
918
  DeleteBackupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -558,6 +921,19 @@ export var DeleteBackupResponse;
558
921
  (function (DeleteBackupResponse) {
559
922
  DeleteBackupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
560
923
  })(DeleteBackupResponse || (DeleteBackupResponse = {}));
924
+ var DataRepositoryAssociationNotFound = (function (_super) {
925
+ __extends(DataRepositoryAssociationNotFound, _super);
926
+ function DataRepositoryAssociationNotFound(opts) {
927
+ var _this = _super.call(this, __assign({ name: "DataRepositoryAssociationNotFound", $fault: "client" }, opts)) || this;
928
+ _this.name = "DataRepositoryAssociationNotFound";
929
+ _this.$fault = "client";
930
+ Object.setPrototypeOf(_this, DataRepositoryAssociationNotFound.prototype);
931
+ _this.Message = opts.Message;
932
+ return _this;
933
+ }
934
+ return DataRepositoryAssociationNotFound;
935
+ }(__BaseException));
936
+ export { DataRepositoryAssociationNotFound };
561
937
  export var DeleteDataRepositoryAssociationRequest;
562
938
  (function (DeleteDataRepositoryAssociationRequest) {
563
939
  DeleteDataRepositoryAssociationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -570,6 +946,10 @@ export var DeleteFileSystemLustreConfiguration;
570
946
  (function (DeleteFileSystemLustreConfiguration) {
571
947
  DeleteFileSystemLustreConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
572
948
  })(DeleteFileSystemLustreConfiguration || (DeleteFileSystemLustreConfiguration = {}));
949
+ export var DeleteFileSystemOpenZFSOption;
950
+ (function (DeleteFileSystemOpenZFSOption) {
951
+ DeleteFileSystemOpenZFSOption["DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"] = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS";
952
+ })(DeleteFileSystemOpenZFSOption || (DeleteFileSystemOpenZFSOption = {}));
573
953
  export var DeleteFileSystemOpenZFSConfiguration;
574
954
  (function (DeleteFileSystemOpenZFSConfiguration) {
575
955
  DeleteFileSystemOpenZFSConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -606,6 +986,19 @@ export var DeleteSnapshotResponse;
606
986
  (function (DeleteSnapshotResponse) {
607
987
  DeleteSnapshotResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
608
988
  })(DeleteSnapshotResponse || (DeleteSnapshotResponse = {}));
989
+ var SnapshotNotFound = (function (_super) {
990
+ __extends(SnapshotNotFound, _super);
991
+ function SnapshotNotFound(opts) {
992
+ var _this = _super.call(this, __assign({ name: "SnapshotNotFound", $fault: "client" }, opts)) || this;
993
+ _this.name = "SnapshotNotFound";
994
+ _this.$fault = "client";
995
+ Object.setPrototypeOf(_this, SnapshotNotFound.prototype);
996
+ _this.Message = opts.Message;
997
+ return _this;
998
+ }
999
+ return SnapshotNotFound;
1000
+ }(__BaseException));
1001
+ export { SnapshotNotFound };
609
1002
  export var DeleteStorageVirtualMachineRequest;
610
1003
  (function (DeleteStorageVirtualMachineRequest) {
611
1004
  DeleteStorageVirtualMachineRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -662,6 +1055,19 @@ export var DescribeDataRepositoryAssociationsResponse;
662
1055
  (function (DescribeDataRepositoryAssociationsResponse) {
663
1056
  DescribeDataRepositoryAssociationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
664
1057
  })(DescribeDataRepositoryAssociationsResponse || (DescribeDataRepositoryAssociationsResponse = {}));
1058
+ var InvalidDataRepositoryType = (function (_super) {
1059
+ __extends(InvalidDataRepositoryType, _super);
1060
+ function InvalidDataRepositoryType(opts) {
1061
+ var _this = _super.call(this, __assign({ name: "InvalidDataRepositoryType", $fault: "client" }, opts)) || this;
1062
+ _this.name = "InvalidDataRepositoryType";
1063
+ _this.$fault = "client";
1064
+ Object.setPrototypeOf(_this, InvalidDataRepositoryType.prototype);
1065
+ _this.Message = opts.Message;
1066
+ return _this;
1067
+ }
1068
+ return InvalidDataRepositoryType;
1069
+ }(__BaseException));
1070
+ export { InvalidDataRepositoryType };
665
1071
  export var DataRepositoryTaskFilterName;
666
1072
  (function (DataRepositoryTaskFilterName) {
667
1073
  DataRepositoryTaskFilterName["DATA_REPO_ASSOCIATION_ID"] = "data-repository-association-id";
@@ -750,6 +1156,48 @@ export var ListTagsForResourceResponse;
750
1156
  (function (ListTagsForResourceResponse) {
751
1157
  ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
752
1158
  })(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
1159
+ var NotServiceResourceError = (function (_super) {
1160
+ __extends(NotServiceResourceError, _super);
1161
+ function NotServiceResourceError(opts) {
1162
+ var _this = _super.call(this, __assign({ name: "NotServiceResourceError", $fault: "client" }, opts)) || this;
1163
+ _this.name = "NotServiceResourceError";
1164
+ _this.$fault = "client";
1165
+ Object.setPrototypeOf(_this, NotServiceResourceError.prototype);
1166
+ _this.ResourceARN = opts.ResourceARN;
1167
+ _this.Message = opts.Message;
1168
+ return _this;
1169
+ }
1170
+ return NotServiceResourceError;
1171
+ }(__BaseException));
1172
+ export { NotServiceResourceError };
1173
+ var ResourceDoesNotSupportTagging = (function (_super) {
1174
+ __extends(ResourceDoesNotSupportTagging, _super);
1175
+ function ResourceDoesNotSupportTagging(opts) {
1176
+ var _this = _super.call(this, __assign({ name: "ResourceDoesNotSupportTagging", $fault: "client" }, opts)) || this;
1177
+ _this.name = "ResourceDoesNotSupportTagging";
1178
+ _this.$fault = "client";
1179
+ Object.setPrototypeOf(_this, ResourceDoesNotSupportTagging.prototype);
1180
+ _this.ResourceARN = opts.ResourceARN;
1181
+ _this.Message = opts.Message;
1182
+ return _this;
1183
+ }
1184
+ return ResourceDoesNotSupportTagging;
1185
+ }(__BaseException));
1186
+ export { ResourceDoesNotSupportTagging };
1187
+ var ResourceNotFound = (function (_super) {
1188
+ __extends(ResourceNotFound, _super);
1189
+ function ResourceNotFound(opts) {
1190
+ var _this = _super.call(this, __assign({ name: "ResourceNotFound", $fault: "client" }, opts)) || this;
1191
+ _this.name = "ResourceNotFound";
1192
+ _this.$fault = "client";
1193
+ Object.setPrototypeOf(_this, ResourceNotFound.prototype);
1194
+ _this.ResourceARN = opts.ResourceARN;
1195
+ _this.Message = opts.Message;
1196
+ return _this;
1197
+ }
1198
+ return ResourceNotFound;
1199
+ }(__BaseException));
1200
+ export { ResourceNotFound };
753
1201
  export var ReleaseFileSystemNfsV3LocksRequest;
754
1202
  (function (ReleaseFileSystemNfsV3LocksRequest) {
755
1203
  ReleaseFileSystemNfsV3LocksRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };