@aws-sdk/client-fsx 3.52.0 → 3.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/FSxServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +481 -4
- package/dist-cjs/protocols/Aws_json1_1.js +487 -1721
- package/dist-es/index.js +1 -0
- package/dist-es/models/FSxServiceException.js +12 -0
- package/dist-es/models/models_0.js +444 -1
- package/dist-es/protocols/Aws_json1_1.js +978 -1804
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/FSxServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +233 -100
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/FSxServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +167 -100
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** generate service exceptions as classes ([#3267](https://github.com/aws/aws-sdk-js-v3/issues/3267)) ([ca64fee](https://github.com/aws/aws-sdk-js-v3/commit/ca64feed3351c394c07dc26b782a5760a396a074))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-fsx
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FSxServiceException = void 0;
|
|
3
4
|
const tslib_1 = require("tslib");
|
|
4
5
|
tslib_1.__exportStar(require("./FSx"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./FSxClient"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./models"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./pagination"), exports);
|
|
10
|
+
var FSxServiceException_1 = require("./models/FSxServiceException");
|
|
11
|
+
Object.defineProperty(exports, "FSxServiceException", { enumerable: true, get: function () { return FSxServiceException_1.FSxServiceException; } });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FSxServiceException = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
class FSxServiceException extends smithy_client_1.ServiceException {
|
|
6
|
+
constructor(options) {
|
|
7
|
+
super(options);
|
|
8
|
+
Object.setPrototypeOf(this, FSxServiceException.prototype);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.FSxServiceException = FSxServiceException;
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
3
|
+
exports.OpenZFSCopyStrategy = exports.OpenZFSNfsExport = exports.OpenZFSClientConfiguration = exports.OpenZFSDataCompressionType = exports.OntapVolumeConfiguration = exports.TieringPolicy = exports.TieringPolicyName = exports.SecurityStyle = exports.OntapVolumeType = exports.FlexCacheEndpointType = exports.LifecycleTransitionReason = exports.VolumeLifecycle = exports.SnapshotLifecycle = exports.WindowsFileSystemConfiguration = exports.SelfManagedActiveDirectoryAttributes = exports.FileSystemMaintenanceOperation = exports.WindowsDeploymentType = exports.WindowsAuditLogConfiguration = exports.WindowsAccessAuditLogLevel = exports.Alias = exports.AliasLifecycle = exports.Tag = exports.StorageType = exports.OpenZFSFileSystemConfiguration = exports.OpenZFSDeploymentType = exports.OntapFileSystemConfiguration = exports.FileSystemEndpoints = exports.FileSystemEndpoint = exports.DiskIopsConfiguration = exports.DiskIopsConfigurationMode = exports.OntapDeploymentType = exports.LustreFileSystemConfiguration = exports.LustreLogConfiguration = exports.LustreAccessAuditLogLevel = exports.DriveCacheType = exports.LustreDeploymentType = exports.DataRepositoryConfiguration = exports.DataRepositoryLifecycle = exports.DataRepositoryFailureDetails = exports.AutoImportPolicyType = exports.DataCompressionType = exports.FileSystemLifecycle = exports.FileSystemType = exports.FileSystemFailureDetails = exports.Status = exports.AdministrativeActionFailureDetails = exports.AdministrativeActionType = exports.ActiveDirectoryError = exports.ActiveDirectoryErrorType = exports.ActiveDirectoryBackupAttributes = void 0;
|
|
4
|
+
exports.DataRepositoryTaskExecuting = exports.CreateDataRepositoryTaskResponse = exports.DataRepositoryTask = exports.DataRepositoryTaskStatus = exports.DataRepositoryTaskFailureDetails = exports.CreateDataRepositoryTaskRequest = exports.DataRepositoryTaskType = exports.CompletionReport = exports.ReportScope = exports.ReportFormat = exports.CreateDataRepositoryAssociationResponse = exports.DataRepositoryAssociation = exports.CreateDataRepositoryAssociationRequest = exports.S3DataRepositoryConfiguration = exports.VolumeNotFound = exports.CreateBackupRequest = exports.BackupInProgress = exports.SourceBackupUnavailable = exports.ServiceLimitExceeded = exports.ServiceLimit = exports.InvalidSourceKmsKey = exports.InvalidRegion = exports.InvalidDestinationKmsKey = exports.IncompatibleRegionForMultiAZ = exports.IncompatibleParameterError = exports.BackupType = exports.ResourceType = exports.BackupLifecycle = exports.BackupFailureDetails = exports.CopyBackupRequest = exports.BackupNotFound = exports.UnsupportedOperation = exports.DataRepositoryTaskNotFound = exports.DataRepositoryTaskEnded = exports.CancelDataRepositoryTaskResponse = exports.DataRepositoryTaskLifecycle = exports.CancelDataRepositoryTaskRequest = exports.AutoImportPolicy = exports.AutoExportPolicy = exports.EventType = exports.InternalServerError = exports.FileSystemNotFound = exports.BadRequest = exports.AssociateFileSystemAliasesResponse = exports.AssociateFileSystemAliasesRequest = exports.VolumeType = exports.OpenZFSVolumeConfiguration = exports.OpenZFSUserOrGroupQuota = exports.OpenZFSQuotaType = exports.OpenZFSOriginSnapshotConfiguration = void 0;
|
|
5
|
+
exports.DeleteSnapshotResponse = exports.DeleteSnapshotRequest = exports.DeleteFileSystemResponse = exports.DeleteFileSystemWindowsResponse = exports.DeleteFileSystemOpenZFSResponse = exports.DeleteFileSystemLustreResponse = exports.DeleteFileSystemRequest = exports.DeleteFileSystemWindowsConfiguration = exports.DeleteFileSystemOpenZFSConfiguration = exports.DeleteFileSystemLustreConfiguration = exports.DeleteDataRepositoryAssociationResponse = exports.DeleteDataRepositoryAssociationRequest = exports.DataRepositoryAssociationNotFound = exports.DeleteBackupResponse = exports.DeleteBackupRequest = exports.BackupRestoring = exports.BackupBeingCopied = exports.CreateVolumeFromBackupRequest = exports.StorageVirtualMachineNotFound = exports.MissingVolumeConfiguration = exports.CreateVolumeRequest = exports.CreateOpenZFSVolumeConfiguration = exports.CreateOpenZFSOriginSnapshotConfiguration = exports.CreateOntapVolumeConfiguration = exports.CreateStorageVirtualMachineResponse = exports.StorageVirtualMachine = exports.StorageVirtualMachineSubtype = exports.StorageVirtualMachineLifecycle = exports.SvmEndpoints = exports.SvmEndpoint = exports.SvmActiveDirectoryConfiguration = exports.CreateStorageVirtualMachineRequest = exports.StorageVirtualMachineRootVolumeSecurityStyle = exports.CreateSvmActiveDirectoryConfiguration = exports.CreateSnapshotRequest = exports.CreateFileSystemFromBackupRequest = exports.MissingFileSystemConfiguration = exports.InvalidPerUnitStorageThroughput = exports.InvalidNetworkSettings = exports.InvalidImportPath = exports.InvalidExportPath = exports.CreateFileSystemRequest = exports.CreateFileSystemWindowsConfiguration = exports.SelfManagedActiveDirectoryConfiguration = exports.WindowsAuditLogCreateConfiguration = exports.CreateFileSystemOpenZFSConfiguration = exports.OpenZFSCreateRootVolumeConfiguration = exports.CreateFileSystemOntapConfiguration = exports.CreateFileSystemLustreConfiguration = exports.LustreLogCreateConfiguration = void 0;
|
|
6
|
+
exports.UpdateFileSystemLustreConfiguration = exports.UpdateDataRepositoryAssociationResponse = exports.UpdateDataRepositoryAssociationRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.RestoreVolumeFromSnapshotResponse = exports.RestoreVolumeFromSnapshotRequest = exports.RestoreOpenZFSVolumeOption = exports.ReleaseFileSystemNfsV3LocksRequest = exports.ResourceNotFound = exports.ResourceDoesNotSupportTagging = exports.NotServiceResourceError = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.DisassociateFileSystemAliasesResponse = exports.DisassociateFileSystemAliasesRequest = exports.DescribeVolumesRequest = exports.VolumeFilter = exports.VolumeFilterName = exports.DescribeStorageVirtualMachinesResponse = exports.DescribeStorageVirtualMachinesRequest = exports.StorageVirtualMachineFilter = exports.StorageVirtualMachineFilterName = exports.DescribeSnapshotsRequest = exports.SnapshotFilter = exports.SnapshotFilterName = exports.DescribeFileSystemsRequest = exports.DescribeFileSystemAliasesResponse = exports.DescribeFileSystemAliasesRequest = exports.DescribeDataRepositoryTasksResponse = exports.DescribeDataRepositoryTasksRequest = exports.DataRepositoryTaskFilter = exports.DataRepositoryTaskFilterName = exports.InvalidDataRepositoryType = exports.DescribeDataRepositoryAssociationsResponse = exports.DescribeDataRepositoryAssociationsRequest = exports.DescribeBackupsRequest = exports.Filter = exports.FilterName = exports.DeleteVolumeResponse = exports.DeleteVolumeOntapResponse = exports.DeleteVolumeRequest = exports.DeleteVolumeOpenZFSConfiguration = exports.DeleteOpenZFSVolumeOption = exports.DeleteVolumeOntapConfiguration = exports.DeleteStorageVirtualMachineResponse = exports.DeleteStorageVirtualMachineRequest = exports.SnapshotNotFound = void 0;
|
|
7
|
+
exports.DescribeBackupsResponse = exports.CreateBackupResponse = exports.CopyBackupResponse = exports.Backup = exports.DescribeVolumesResponse = exports.DescribeSnapshotsResponse = exports.DescribeFileSystemsResponse = exports.UpdateVolumeResponse = exports.UpdateSnapshotResponse = exports.UpdateFileSystemResponse = exports.ReleaseFileSystemNfsV3LocksResponse = exports.CreateVolumeResponse = exports.CreateVolumeFromBackupResponse = exports.CreateSnapshotResponse = exports.CreateFileSystemResponse = exports.CreateFileSystemFromBackupResponse = exports.Volume = exports.Snapshot = exports.FileSystem = exports.AdministrativeAction = exports.UpdateVolumeRequest = exports.UpdateOpenZFSVolumeConfiguration = exports.UpdateOntapVolumeConfiguration = exports.UpdateStorageVirtualMachineResponse = exports.UpdateStorageVirtualMachineRequest = exports.UpdateSvmActiveDirectoryConfiguration = exports.UpdateSnapshotRequest = exports.UpdateFileSystemRequest = exports.UpdateFileSystemWindowsConfiguration = exports.SelfManagedActiveDirectoryConfigurationUpdates = exports.UpdateFileSystemOpenZFSConfiguration = exports.UpdateFileSystemOntapConfiguration = void 0;
|
|
7
8
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
9
|
+
const FSxServiceException_1 = require("./FSxServiceException");
|
|
8
10
|
var ActiveDirectoryBackupAttributes;
|
|
9
11
|
(function (ActiveDirectoryBackupAttributes) {
|
|
10
12
|
ActiveDirectoryBackupAttributes.filterSensitiveLog = (obj) => ({
|
|
@@ -18,6 +20,22 @@ var ActiveDirectoryErrorType;
|
|
|
18
20
|
ActiveDirectoryErrorType["INVALID_DOMAIN_STAGE"] = "INVALID_DOMAIN_STAGE";
|
|
19
21
|
ActiveDirectoryErrorType["WRONG_VPC"] = "WRONG_VPC";
|
|
20
22
|
})(ActiveDirectoryErrorType = exports.ActiveDirectoryErrorType || (exports.ActiveDirectoryErrorType = {}));
|
|
23
|
+
class ActiveDirectoryError extends FSxServiceException_1.FSxServiceException {
|
|
24
|
+
constructor(opts) {
|
|
25
|
+
super({
|
|
26
|
+
name: "ActiveDirectoryError",
|
|
27
|
+
$fault: "client",
|
|
28
|
+
...opts,
|
|
29
|
+
});
|
|
30
|
+
this.name = "ActiveDirectoryError";
|
|
31
|
+
this.$fault = "client";
|
|
32
|
+
Object.setPrototypeOf(this, ActiveDirectoryError.prototype);
|
|
33
|
+
this.ActiveDirectoryId = opts.ActiveDirectoryId;
|
|
34
|
+
this.Type = opts.Type;
|
|
35
|
+
this.Message = opts.Message;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
exports.ActiveDirectoryError = ActiveDirectoryError;
|
|
21
39
|
var AdministrativeActionType;
|
|
22
40
|
(function (AdministrativeActionType) {
|
|
23
41
|
AdministrativeActionType["FILE_SYSTEM_ALIAS_ASSOCIATION"] = "FILE_SYSTEM_ALIAS_ASSOCIATION";
|
|
@@ -354,6 +372,48 @@ var AssociateFileSystemAliasesResponse;
|
|
|
354
372
|
...obj,
|
|
355
373
|
});
|
|
356
374
|
})(AssociateFileSystemAliasesResponse = exports.AssociateFileSystemAliasesResponse || (exports.AssociateFileSystemAliasesResponse = {}));
|
|
375
|
+
class BadRequest extends FSxServiceException_1.FSxServiceException {
|
|
376
|
+
constructor(opts) {
|
|
377
|
+
super({
|
|
378
|
+
name: "BadRequest",
|
|
379
|
+
$fault: "client",
|
|
380
|
+
...opts,
|
|
381
|
+
});
|
|
382
|
+
this.name = "BadRequest";
|
|
383
|
+
this.$fault = "client";
|
|
384
|
+
Object.setPrototypeOf(this, BadRequest.prototype);
|
|
385
|
+
this.Message = opts.Message;
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
exports.BadRequest = BadRequest;
|
|
389
|
+
class FileSystemNotFound extends FSxServiceException_1.FSxServiceException {
|
|
390
|
+
constructor(opts) {
|
|
391
|
+
super({
|
|
392
|
+
name: "FileSystemNotFound",
|
|
393
|
+
$fault: "client",
|
|
394
|
+
...opts,
|
|
395
|
+
});
|
|
396
|
+
this.name = "FileSystemNotFound";
|
|
397
|
+
this.$fault = "client";
|
|
398
|
+
Object.setPrototypeOf(this, FileSystemNotFound.prototype);
|
|
399
|
+
this.Message = opts.Message;
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
exports.FileSystemNotFound = FileSystemNotFound;
|
|
403
|
+
class InternalServerError extends FSxServiceException_1.FSxServiceException {
|
|
404
|
+
constructor(opts) {
|
|
405
|
+
super({
|
|
406
|
+
name: "InternalServerError",
|
|
407
|
+
$fault: "server",
|
|
408
|
+
...opts,
|
|
409
|
+
});
|
|
410
|
+
this.name = "InternalServerError";
|
|
411
|
+
this.$fault = "server";
|
|
412
|
+
Object.setPrototypeOf(this, InternalServerError.prototype);
|
|
413
|
+
this.Message = opts.Message;
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
exports.InternalServerError = InternalServerError;
|
|
357
417
|
var EventType;
|
|
358
418
|
(function (EventType) {
|
|
359
419
|
EventType["CHANGED"] = "CHANGED";
|
|
@@ -393,6 +453,62 @@ var CancelDataRepositoryTaskResponse;
|
|
|
393
453
|
...obj,
|
|
394
454
|
});
|
|
395
455
|
})(CancelDataRepositoryTaskResponse = exports.CancelDataRepositoryTaskResponse || (exports.CancelDataRepositoryTaskResponse = {}));
|
|
456
|
+
class DataRepositoryTaskEnded extends FSxServiceException_1.FSxServiceException {
|
|
457
|
+
constructor(opts) {
|
|
458
|
+
super({
|
|
459
|
+
name: "DataRepositoryTaskEnded",
|
|
460
|
+
$fault: "client",
|
|
461
|
+
...opts,
|
|
462
|
+
});
|
|
463
|
+
this.name = "DataRepositoryTaskEnded";
|
|
464
|
+
this.$fault = "client";
|
|
465
|
+
Object.setPrototypeOf(this, DataRepositoryTaskEnded.prototype);
|
|
466
|
+
this.Message = opts.Message;
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
exports.DataRepositoryTaskEnded = DataRepositoryTaskEnded;
|
|
470
|
+
class DataRepositoryTaskNotFound extends FSxServiceException_1.FSxServiceException {
|
|
471
|
+
constructor(opts) {
|
|
472
|
+
super({
|
|
473
|
+
name: "DataRepositoryTaskNotFound",
|
|
474
|
+
$fault: "client",
|
|
475
|
+
...opts,
|
|
476
|
+
});
|
|
477
|
+
this.name = "DataRepositoryTaskNotFound";
|
|
478
|
+
this.$fault = "client";
|
|
479
|
+
Object.setPrototypeOf(this, DataRepositoryTaskNotFound.prototype);
|
|
480
|
+
this.Message = opts.Message;
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
exports.DataRepositoryTaskNotFound = DataRepositoryTaskNotFound;
|
|
484
|
+
class UnsupportedOperation extends FSxServiceException_1.FSxServiceException {
|
|
485
|
+
constructor(opts) {
|
|
486
|
+
super({
|
|
487
|
+
name: "UnsupportedOperation",
|
|
488
|
+
$fault: "client",
|
|
489
|
+
...opts,
|
|
490
|
+
});
|
|
491
|
+
this.name = "UnsupportedOperation";
|
|
492
|
+
this.$fault = "client";
|
|
493
|
+
Object.setPrototypeOf(this, UnsupportedOperation.prototype);
|
|
494
|
+
this.Message = opts.Message;
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
exports.UnsupportedOperation = UnsupportedOperation;
|
|
498
|
+
class BackupNotFound extends FSxServiceException_1.FSxServiceException {
|
|
499
|
+
constructor(opts) {
|
|
500
|
+
super({
|
|
501
|
+
name: "BackupNotFound",
|
|
502
|
+
$fault: "client",
|
|
503
|
+
...opts,
|
|
504
|
+
});
|
|
505
|
+
this.name = "BackupNotFound";
|
|
506
|
+
this.$fault = "client";
|
|
507
|
+
Object.setPrototypeOf(this, BackupNotFound.prototype);
|
|
508
|
+
this.Message = opts.Message;
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
exports.BackupNotFound = BackupNotFound;
|
|
396
512
|
var CopyBackupRequest;
|
|
397
513
|
(function (CopyBackupRequest) {
|
|
398
514
|
CopyBackupRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -426,6 +542,77 @@ var BackupType;
|
|
|
426
542
|
BackupType["AWS_BACKUP"] = "AWS_BACKUP";
|
|
427
543
|
BackupType["USER_INITIATED"] = "USER_INITIATED";
|
|
428
544
|
})(BackupType = exports.BackupType || (exports.BackupType = {}));
|
|
545
|
+
class IncompatibleParameterError extends FSxServiceException_1.FSxServiceException {
|
|
546
|
+
constructor(opts) {
|
|
547
|
+
super({
|
|
548
|
+
name: "IncompatibleParameterError",
|
|
549
|
+
$fault: "client",
|
|
550
|
+
...opts,
|
|
551
|
+
});
|
|
552
|
+
this.name = "IncompatibleParameterError";
|
|
553
|
+
this.$fault = "client";
|
|
554
|
+
Object.setPrototypeOf(this, IncompatibleParameterError.prototype);
|
|
555
|
+
this.Parameter = opts.Parameter;
|
|
556
|
+
this.Message = opts.Message;
|
|
557
|
+
}
|
|
558
|
+
}
|
|
559
|
+
exports.IncompatibleParameterError = IncompatibleParameterError;
|
|
560
|
+
class IncompatibleRegionForMultiAZ extends FSxServiceException_1.FSxServiceException {
|
|
561
|
+
constructor(opts) {
|
|
562
|
+
super({
|
|
563
|
+
name: "IncompatibleRegionForMultiAZ",
|
|
564
|
+
$fault: "client",
|
|
565
|
+
...opts,
|
|
566
|
+
});
|
|
567
|
+
this.name = "IncompatibleRegionForMultiAZ";
|
|
568
|
+
this.$fault = "client";
|
|
569
|
+
Object.setPrototypeOf(this, IncompatibleRegionForMultiAZ.prototype);
|
|
570
|
+
this.Message = opts.Message;
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
exports.IncompatibleRegionForMultiAZ = IncompatibleRegionForMultiAZ;
|
|
574
|
+
class InvalidDestinationKmsKey extends FSxServiceException_1.FSxServiceException {
|
|
575
|
+
constructor(opts) {
|
|
576
|
+
super({
|
|
577
|
+
name: "InvalidDestinationKmsKey",
|
|
578
|
+
$fault: "client",
|
|
579
|
+
...opts,
|
|
580
|
+
});
|
|
581
|
+
this.name = "InvalidDestinationKmsKey";
|
|
582
|
+
this.$fault = "client";
|
|
583
|
+
Object.setPrototypeOf(this, InvalidDestinationKmsKey.prototype);
|
|
584
|
+
this.Message = opts.Message;
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
exports.InvalidDestinationKmsKey = InvalidDestinationKmsKey;
|
|
588
|
+
class InvalidRegion extends FSxServiceException_1.FSxServiceException {
|
|
589
|
+
constructor(opts) {
|
|
590
|
+
super({
|
|
591
|
+
name: "InvalidRegion",
|
|
592
|
+
$fault: "client",
|
|
593
|
+
...opts,
|
|
594
|
+
});
|
|
595
|
+
this.name = "InvalidRegion";
|
|
596
|
+
this.$fault = "client";
|
|
597
|
+
Object.setPrototypeOf(this, InvalidRegion.prototype);
|
|
598
|
+
this.Message = opts.Message;
|
|
599
|
+
}
|
|
600
|
+
}
|
|
601
|
+
exports.InvalidRegion = InvalidRegion;
|
|
602
|
+
class InvalidSourceKmsKey extends FSxServiceException_1.FSxServiceException {
|
|
603
|
+
constructor(opts) {
|
|
604
|
+
super({
|
|
605
|
+
name: "InvalidSourceKmsKey",
|
|
606
|
+
$fault: "client",
|
|
607
|
+
...opts,
|
|
608
|
+
});
|
|
609
|
+
this.name = "InvalidSourceKmsKey";
|
|
610
|
+
this.$fault = "client";
|
|
611
|
+
Object.setPrototypeOf(this, InvalidSourceKmsKey.prototype);
|
|
612
|
+
this.Message = opts.Message;
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
exports.InvalidSourceKmsKey = InvalidSourceKmsKey;
|
|
429
616
|
var ServiceLimit;
|
|
430
617
|
(function (ServiceLimit) {
|
|
431
618
|
ServiceLimit["FILE_SYSTEM_COUNT"] = "FILE_SYSTEM_COUNT";
|
|
@@ -438,12 +625,70 @@ var ServiceLimit;
|
|
|
438
625
|
ServiceLimit["TOTAL_USER_TAGS"] = "TOTAL_USER_TAGS";
|
|
439
626
|
ServiceLimit["VOLUMES_PER_FILE_SYSTEM"] = "VOLUMES_PER_FILE_SYSTEM";
|
|
440
627
|
})(ServiceLimit = exports.ServiceLimit || (exports.ServiceLimit = {}));
|
|
628
|
+
class ServiceLimitExceeded extends FSxServiceException_1.FSxServiceException {
|
|
629
|
+
constructor(opts) {
|
|
630
|
+
super({
|
|
631
|
+
name: "ServiceLimitExceeded",
|
|
632
|
+
$fault: "client",
|
|
633
|
+
...opts,
|
|
634
|
+
});
|
|
635
|
+
this.name = "ServiceLimitExceeded";
|
|
636
|
+
this.$fault = "client";
|
|
637
|
+
Object.setPrototypeOf(this, ServiceLimitExceeded.prototype);
|
|
638
|
+
this.Limit = opts.Limit;
|
|
639
|
+
this.Message = opts.Message;
|
|
640
|
+
}
|
|
641
|
+
}
|
|
642
|
+
exports.ServiceLimitExceeded = ServiceLimitExceeded;
|
|
643
|
+
class SourceBackupUnavailable extends FSxServiceException_1.FSxServiceException {
|
|
644
|
+
constructor(opts) {
|
|
645
|
+
super({
|
|
646
|
+
name: "SourceBackupUnavailable",
|
|
647
|
+
$fault: "client",
|
|
648
|
+
...opts,
|
|
649
|
+
});
|
|
650
|
+
this.name = "SourceBackupUnavailable";
|
|
651
|
+
this.$fault = "client";
|
|
652
|
+
Object.setPrototypeOf(this, SourceBackupUnavailable.prototype);
|
|
653
|
+
this.Message = opts.Message;
|
|
654
|
+
this.BackupId = opts.BackupId;
|
|
655
|
+
}
|
|
656
|
+
}
|
|
657
|
+
exports.SourceBackupUnavailable = SourceBackupUnavailable;
|
|
658
|
+
class BackupInProgress extends FSxServiceException_1.FSxServiceException {
|
|
659
|
+
constructor(opts) {
|
|
660
|
+
super({
|
|
661
|
+
name: "BackupInProgress",
|
|
662
|
+
$fault: "client",
|
|
663
|
+
...opts,
|
|
664
|
+
});
|
|
665
|
+
this.name = "BackupInProgress";
|
|
666
|
+
this.$fault = "client";
|
|
667
|
+
Object.setPrototypeOf(this, BackupInProgress.prototype);
|
|
668
|
+
this.Message = opts.Message;
|
|
669
|
+
}
|
|
670
|
+
}
|
|
671
|
+
exports.BackupInProgress = BackupInProgress;
|
|
441
672
|
var CreateBackupRequest;
|
|
442
673
|
(function (CreateBackupRequest) {
|
|
443
674
|
CreateBackupRequest.filterSensitiveLog = (obj) => ({
|
|
444
675
|
...obj,
|
|
445
676
|
});
|
|
446
677
|
})(CreateBackupRequest = exports.CreateBackupRequest || (exports.CreateBackupRequest = {}));
|
|
678
|
+
class VolumeNotFound extends FSxServiceException_1.FSxServiceException {
|
|
679
|
+
constructor(opts) {
|
|
680
|
+
super({
|
|
681
|
+
name: "VolumeNotFound",
|
|
682
|
+
$fault: "client",
|
|
683
|
+
...opts,
|
|
684
|
+
});
|
|
685
|
+
this.name = "VolumeNotFound";
|
|
686
|
+
this.$fault = "client";
|
|
687
|
+
Object.setPrototypeOf(this, VolumeNotFound.prototype);
|
|
688
|
+
this.Message = opts.Message;
|
|
689
|
+
}
|
|
690
|
+
}
|
|
691
|
+
exports.VolumeNotFound = VolumeNotFound;
|
|
447
692
|
var S3DataRepositoryConfiguration;
|
|
448
693
|
(function (S3DataRepositoryConfiguration) {
|
|
449
694
|
S3DataRepositoryConfiguration.filterSensitiveLog = (obj) => ({
|
|
@@ -517,6 +762,20 @@ var CreateDataRepositoryTaskResponse;
|
|
|
517
762
|
...obj,
|
|
518
763
|
});
|
|
519
764
|
})(CreateDataRepositoryTaskResponse = exports.CreateDataRepositoryTaskResponse || (exports.CreateDataRepositoryTaskResponse = {}));
|
|
765
|
+
class DataRepositoryTaskExecuting extends FSxServiceException_1.FSxServiceException {
|
|
766
|
+
constructor(opts) {
|
|
767
|
+
super({
|
|
768
|
+
name: "DataRepositoryTaskExecuting",
|
|
769
|
+
$fault: "client",
|
|
770
|
+
...opts,
|
|
771
|
+
});
|
|
772
|
+
this.name = "DataRepositoryTaskExecuting";
|
|
773
|
+
this.$fault = "client";
|
|
774
|
+
Object.setPrototypeOf(this, DataRepositoryTaskExecuting.prototype);
|
|
775
|
+
this.Message = opts.Message;
|
|
776
|
+
}
|
|
777
|
+
}
|
|
778
|
+
exports.DataRepositoryTaskExecuting = DataRepositoryTaskExecuting;
|
|
520
779
|
var LustreLogCreateConfiguration;
|
|
521
780
|
(function (LustreLogCreateConfiguration) {
|
|
522
781
|
LustreLogCreateConfiguration.filterSensitiveLog = (obj) => ({
|
|
@@ -582,6 +841,79 @@ var CreateFileSystemRequest;
|
|
|
582
841
|
}),
|
|
583
842
|
});
|
|
584
843
|
})(CreateFileSystemRequest = exports.CreateFileSystemRequest || (exports.CreateFileSystemRequest = {}));
|
|
844
|
+
class InvalidExportPath extends FSxServiceException_1.FSxServiceException {
|
|
845
|
+
constructor(opts) {
|
|
846
|
+
super({
|
|
847
|
+
name: "InvalidExportPath",
|
|
848
|
+
$fault: "client",
|
|
849
|
+
...opts,
|
|
850
|
+
});
|
|
851
|
+
this.name = "InvalidExportPath";
|
|
852
|
+
this.$fault = "client";
|
|
853
|
+
Object.setPrototypeOf(this, InvalidExportPath.prototype);
|
|
854
|
+
this.Message = opts.Message;
|
|
855
|
+
}
|
|
856
|
+
}
|
|
857
|
+
exports.InvalidExportPath = InvalidExportPath;
|
|
858
|
+
class InvalidImportPath extends FSxServiceException_1.FSxServiceException {
|
|
859
|
+
constructor(opts) {
|
|
860
|
+
super({
|
|
861
|
+
name: "InvalidImportPath",
|
|
862
|
+
$fault: "client",
|
|
863
|
+
...opts,
|
|
864
|
+
});
|
|
865
|
+
this.name = "InvalidImportPath";
|
|
866
|
+
this.$fault = "client";
|
|
867
|
+
Object.setPrototypeOf(this, InvalidImportPath.prototype);
|
|
868
|
+
this.Message = opts.Message;
|
|
869
|
+
}
|
|
870
|
+
}
|
|
871
|
+
exports.InvalidImportPath = InvalidImportPath;
|
|
872
|
+
class InvalidNetworkSettings extends FSxServiceException_1.FSxServiceException {
|
|
873
|
+
constructor(opts) {
|
|
874
|
+
super({
|
|
875
|
+
name: "InvalidNetworkSettings",
|
|
876
|
+
$fault: "client",
|
|
877
|
+
...opts,
|
|
878
|
+
});
|
|
879
|
+
this.name = "InvalidNetworkSettings";
|
|
880
|
+
this.$fault = "client";
|
|
881
|
+
Object.setPrototypeOf(this, InvalidNetworkSettings.prototype);
|
|
882
|
+
this.Message = opts.Message;
|
|
883
|
+
this.InvalidSubnetId = opts.InvalidSubnetId;
|
|
884
|
+
this.InvalidSecurityGroupId = opts.InvalidSecurityGroupId;
|
|
885
|
+
this.InvalidRouteTableId = opts.InvalidRouteTableId;
|
|
886
|
+
}
|
|
887
|
+
}
|
|
888
|
+
exports.InvalidNetworkSettings = InvalidNetworkSettings;
|
|
889
|
+
class InvalidPerUnitStorageThroughput extends FSxServiceException_1.FSxServiceException {
|
|
890
|
+
constructor(opts) {
|
|
891
|
+
super({
|
|
892
|
+
name: "InvalidPerUnitStorageThroughput",
|
|
893
|
+
$fault: "client",
|
|
894
|
+
...opts,
|
|
895
|
+
});
|
|
896
|
+
this.name = "InvalidPerUnitStorageThroughput";
|
|
897
|
+
this.$fault = "client";
|
|
898
|
+
Object.setPrototypeOf(this, InvalidPerUnitStorageThroughput.prototype);
|
|
899
|
+
this.Message = opts.Message;
|
|
900
|
+
}
|
|
901
|
+
}
|
|
902
|
+
exports.InvalidPerUnitStorageThroughput = InvalidPerUnitStorageThroughput;
|
|
903
|
+
class MissingFileSystemConfiguration extends FSxServiceException_1.FSxServiceException {
|
|
904
|
+
constructor(opts) {
|
|
905
|
+
super({
|
|
906
|
+
name: "MissingFileSystemConfiguration",
|
|
907
|
+
$fault: "client",
|
|
908
|
+
...opts,
|
|
909
|
+
});
|
|
910
|
+
this.name = "MissingFileSystemConfiguration";
|
|
911
|
+
this.$fault = "client";
|
|
912
|
+
Object.setPrototypeOf(this, MissingFileSystemConfiguration.prototype);
|
|
913
|
+
this.Message = opts.Message;
|
|
914
|
+
}
|
|
915
|
+
}
|
|
916
|
+
exports.MissingFileSystemConfiguration = MissingFileSystemConfiguration;
|
|
585
917
|
var CreateFileSystemFromBackupRequest;
|
|
586
918
|
(function (CreateFileSystemFromBackupRequest) {
|
|
587
919
|
CreateFileSystemFromBackupRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -692,12 +1024,70 @@ var CreateVolumeRequest;
|
|
|
692
1024
|
...obj,
|
|
693
1025
|
});
|
|
694
1026
|
})(CreateVolumeRequest = exports.CreateVolumeRequest || (exports.CreateVolumeRequest = {}));
|
|
1027
|
+
class MissingVolumeConfiguration extends FSxServiceException_1.FSxServiceException {
|
|
1028
|
+
constructor(opts) {
|
|
1029
|
+
super({
|
|
1030
|
+
name: "MissingVolumeConfiguration",
|
|
1031
|
+
$fault: "client",
|
|
1032
|
+
...opts,
|
|
1033
|
+
});
|
|
1034
|
+
this.name = "MissingVolumeConfiguration";
|
|
1035
|
+
this.$fault = "client";
|
|
1036
|
+
Object.setPrototypeOf(this, MissingVolumeConfiguration.prototype);
|
|
1037
|
+
this.Message = opts.Message;
|
|
1038
|
+
}
|
|
1039
|
+
}
|
|
1040
|
+
exports.MissingVolumeConfiguration = MissingVolumeConfiguration;
|
|
1041
|
+
class StorageVirtualMachineNotFound extends FSxServiceException_1.FSxServiceException {
|
|
1042
|
+
constructor(opts) {
|
|
1043
|
+
super({
|
|
1044
|
+
name: "StorageVirtualMachineNotFound",
|
|
1045
|
+
$fault: "client",
|
|
1046
|
+
...opts,
|
|
1047
|
+
});
|
|
1048
|
+
this.name = "StorageVirtualMachineNotFound";
|
|
1049
|
+
this.$fault = "client";
|
|
1050
|
+
Object.setPrototypeOf(this, StorageVirtualMachineNotFound.prototype);
|
|
1051
|
+
this.Message = opts.Message;
|
|
1052
|
+
}
|
|
1053
|
+
}
|
|
1054
|
+
exports.StorageVirtualMachineNotFound = StorageVirtualMachineNotFound;
|
|
695
1055
|
var CreateVolumeFromBackupRequest;
|
|
696
1056
|
(function (CreateVolumeFromBackupRequest) {
|
|
697
1057
|
CreateVolumeFromBackupRequest.filterSensitiveLog = (obj) => ({
|
|
698
1058
|
...obj,
|
|
699
1059
|
});
|
|
700
1060
|
})(CreateVolumeFromBackupRequest = exports.CreateVolumeFromBackupRequest || (exports.CreateVolumeFromBackupRequest = {}));
|
|
1061
|
+
class BackupBeingCopied extends FSxServiceException_1.FSxServiceException {
|
|
1062
|
+
constructor(opts) {
|
|
1063
|
+
super({
|
|
1064
|
+
name: "BackupBeingCopied",
|
|
1065
|
+
$fault: "client",
|
|
1066
|
+
...opts,
|
|
1067
|
+
});
|
|
1068
|
+
this.name = "BackupBeingCopied";
|
|
1069
|
+
this.$fault = "client";
|
|
1070
|
+
Object.setPrototypeOf(this, BackupBeingCopied.prototype);
|
|
1071
|
+
this.Message = opts.Message;
|
|
1072
|
+
this.BackupId = opts.BackupId;
|
|
1073
|
+
}
|
|
1074
|
+
}
|
|
1075
|
+
exports.BackupBeingCopied = BackupBeingCopied;
|
|
1076
|
+
class BackupRestoring extends FSxServiceException_1.FSxServiceException {
|
|
1077
|
+
constructor(opts) {
|
|
1078
|
+
super({
|
|
1079
|
+
name: "BackupRestoring",
|
|
1080
|
+
$fault: "client",
|
|
1081
|
+
...opts,
|
|
1082
|
+
});
|
|
1083
|
+
this.name = "BackupRestoring";
|
|
1084
|
+
this.$fault = "client";
|
|
1085
|
+
Object.setPrototypeOf(this, BackupRestoring.prototype);
|
|
1086
|
+
this.Message = opts.Message;
|
|
1087
|
+
this.FileSystemId = opts.FileSystemId;
|
|
1088
|
+
}
|
|
1089
|
+
}
|
|
1090
|
+
exports.BackupRestoring = BackupRestoring;
|
|
701
1091
|
var DeleteBackupRequest;
|
|
702
1092
|
(function (DeleteBackupRequest) {
|
|
703
1093
|
DeleteBackupRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -710,6 +1100,20 @@ var DeleteBackupResponse;
|
|
|
710
1100
|
...obj,
|
|
711
1101
|
});
|
|
712
1102
|
})(DeleteBackupResponse = exports.DeleteBackupResponse || (exports.DeleteBackupResponse = {}));
|
|
1103
|
+
class DataRepositoryAssociationNotFound extends FSxServiceException_1.FSxServiceException {
|
|
1104
|
+
constructor(opts) {
|
|
1105
|
+
super({
|
|
1106
|
+
name: "DataRepositoryAssociationNotFound",
|
|
1107
|
+
$fault: "client",
|
|
1108
|
+
...opts,
|
|
1109
|
+
});
|
|
1110
|
+
this.name = "DataRepositoryAssociationNotFound";
|
|
1111
|
+
this.$fault = "client";
|
|
1112
|
+
Object.setPrototypeOf(this, DataRepositoryAssociationNotFound.prototype);
|
|
1113
|
+
this.Message = opts.Message;
|
|
1114
|
+
}
|
|
1115
|
+
}
|
|
1116
|
+
exports.DataRepositoryAssociationNotFound = DataRepositoryAssociationNotFound;
|
|
713
1117
|
var DeleteDataRepositoryAssociationRequest;
|
|
714
1118
|
(function (DeleteDataRepositoryAssociationRequest) {
|
|
715
1119
|
DeleteDataRepositoryAssociationRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -782,6 +1186,20 @@ var DeleteSnapshotResponse;
|
|
|
782
1186
|
...obj,
|
|
783
1187
|
});
|
|
784
1188
|
})(DeleteSnapshotResponse = exports.DeleteSnapshotResponse || (exports.DeleteSnapshotResponse = {}));
|
|
1189
|
+
class SnapshotNotFound extends FSxServiceException_1.FSxServiceException {
|
|
1190
|
+
constructor(opts) {
|
|
1191
|
+
super({
|
|
1192
|
+
name: "SnapshotNotFound",
|
|
1193
|
+
$fault: "client",
|
|
1194
|
+
...opts,
|
|
1195
|
+
});
|
|
1196
|
+
this.name = "SnapshotNotFound";
|
|
1197
|
+
this.$fault = "client";
|
|
1198
|
+
Object.setPrototypeOf(this, SnapshotNotFound.prototype);
|
|
1199
|
+
this.Message = opts.Message;
|
|
1200
|
+
}
|
|
1201
|
+
}
|
|
1202
|
+
exports.SnapshotNotFound = SnapshotNotFound;
|
|
785
1203
|
var DeleteStorageVirtualMachineRequest;
|
|
786
1204
|
(function (DeleteStorageVirtualMachineRequest) {
|
|
787
1205
|
DeleteStorageVirtualMachineRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -860,6 +1278,20 @@ var DescribeDataRepositoryAssociationsResponse;
|
|
|
860
1278
|
...obj,
|
|
861
1279
|
});
|
|
862
1280
|
})(DescribeDataRepositoryAssociationsResponse = exports.DescribeDataRepositoryAssociationsResponse || (exports.DescribeDataRepositoryAssociationsResponse = {}));
|
|
1281
|
+
class InvalidDataRepositoryType extends FSxServiceException_1.FSxServiceException {
|
|
1282
|
+
constructor(opts) {
|
|
1283
|
+
super({
|
|
1284
|
+
name: "InvalidDataRepositoryType",
|
|
1285
|
+
$fault: "client",
|
|
1286
|
+
...opts,
|
|
1287
|
+
});
|
|
1288
|
+
this.name = "InvalidDataRepositoryType";
|
|
1289
|
+
this.$fault = "client";
|
|
1290
|
+
Object.setPrototypeOf(this, InvalidDataRepositoryType.prototype);
|
|
1291
|
+
this.Message = opts.Message;
|
|
1292
|
+
}
|
|
1293
|
+
}
|
|
1294
|
+
exports.InvalidDataRepositoryType = InvalidDataRepositoryType;
|
|
863
1295
|
var DataRepositoryTaskFilterName;
|
|
864
1296
|
(function (DataRepositoryTaskFilterName) {
|
|
865
1297
|
DataRepositoryTaskFilterName["DATA_REPO_ASSOCIATION_ID"] = "data-repository-association-id";
|
|
@@ -982,6 +1414,51 @@ var ListTagsForResourceResponse;
|
|
|
982
1414
|
...obj,
|
|
983
1415
|
});
|
|
984
1416
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
1417
|
+
class NotServiceResourceError extends FSxServiceException_1.FSxServiceException {
|
|
1418
|
+
constructor(opts) {
|
|
1419
|
+
super({
|
|
1420
|
+
name: "NotServiceResourceError",
|
|
1421
|
+
$fault: "client",
|
|
1422
|
+
...opts,
|
|
1423
|
+
});
|
|
1424
|
+
this.name = "NotServiceResourceError";
|
|
1425
|
+
this.$fault = "client";
|
|
1426
|
+
Object.setPrototypeOf(this, NotServiceResourceError.prototype);
|
|
1427
|
+
this.ResourceARN = opts.ResourceARN;
|
|
1428
|
+
this.Message = opts.Message;
|
|
1429
|
+
}
|
|
1430
|
+
}
|
|
1431
|
+
exports.NotServiceResourceError = NotServiceResourceError;
|
|
1432
|
+
class ResourceDoesNotSupportTagging extends FSxServiceException_1.FSxServiceException {
|
|
1433
|
+
constructor(opts) {
|
|
1434
|
+
super({
|
|
1435
|
+
name: "ResourceDoesNotSupportTagging",
|
|
1436
|
+
$fault: "client",
|
|
1437
|
+
...opts,
|
|
1438
|
+
});
|
|
1439
|
+
this.name = "ResourceDoesNotSupportTagging";
|
|
1440
|
+
this.$fault = "client";
|
|
1441
|
+
Object.setPrototypeOf(this, ResourceDoesNotSupportTagging.prototype);
|
|
1442
|
+
this.ResourceARN = opts.ResourceARN;
|
|
1443
|
+
this.Message = opts.Message;
|
|
1444
|
+
}
|
|
1445
|
+
}
|
|
1446
|
+
exports.ResourceDoesNotSupportTagging = ResourceDoesNotSupportTagging;
|
|
1447
|
+
class ResourceNotFound extends FSxServiceException_1.FSxServiceException {
|
|
1448
|
+
constructor(opts) {
|
|
1449
|
+
super({
|
|
1450
|
+
name: "ResourceNotFound",
|
|
1451
|
+
$fault: "client",
|
|
1452
|
+
...opts,
|
|
1453
|
+
});
|
|
1454
|
+
this.name = "ResourceNotFound";
|
|
1455
|
+
this.$fault = "client";
|
|
1456
|
+
Object.setPrototypeOf(this, ResourceNotFound.prototype);
|
|
1457
|
+
this.ResourceARN = opts.ResourceARN;
|
|
1458
|
+
this.Message = opts.Message;
|
|
1459
|
+
}
|
|
1460
|
+
}
|
|
1461
|
+
exports.ResourceNotFound = ResourceNotFound;
|
|
985
1462
|
var ReleaseFileSystemNfsV3LocksRequest;
|
|
986
1463
|
(function (ReleaseFileSystemNfsV3LocksRequest) {
|
|
987
1464
|
ReleaseFileSystemNfsV3LocksRequest.filterSensitiveLog = (obj) => ({
|