@aws-sdk/client-fsx 3.218.0 → 3.222.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/dist-cjs/endpoint/ruleset.js +7 -7
- package/dist-cjs/models/models_0.js +13 -13
- package/dist-cjs/protocols/Aws_json1_1.js +22 -1
- package/dist-es/endpoint/ruleset.js +7 -7
- package/dist-es/models/models_0.js +10 -10
- package/dist-es/protocols/Aws_json1_1.js +22 -1
- package/dist-types/FSx.d.ts +95 -123
- package/dist-types/commands/AssociateFileSystemAliasesCommand.d.ts +1 -1
- package/dist-types/commands/CancelDataRepositoryTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateBackupCommand.d.ts +14 -16
- package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +3 -3
- package/dist-types/commands/CreateFileCacheCommand.d.ts +6 -6
- package/dist-types/commands/CreateFileSystemCommand.d.ts +8 -8
- package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +8 -12
- package/dist-types/commands/CreateSnapshotCommand.d.ts +6 -6
- package/dist-types/commands/DeleteBackupCommand.d.ts +3 -5
- package/dist-types/commands/DeleteFileCacheCommand.d.ts +3 -5
- package/dist-types/commands/DeleteFileSystemCommand.d.ts +6 -8
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBackupsCommand.d.ts +6 -9
- package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +2 -4
- package/dist-types/commands/DescribeDataRepositoryTasksCommand.d.ts +1 -2
- package/dist-types/commands/DescribeFileCachesCommand.d.ts +6 -9
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +6 -9
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +6 -6
- package/dist-types/commands/DisassociateFileSystemAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -10
- package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +1 -1
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +545 -374
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +28 -16
- package/package.json +29 -28
|
@@ -6,7 +6,7 @@ exports.ruleSet = {
|
|
|
6
6
|
parameters: {
|
|
7
7
|
Region: {
|
|
8
8
|
builtIn: "AWS::Region",
|
|
9
|
-
required:
|
|
9
|
+
required: true,
|
|
10
10
|
documentation: "The AWS region used to dispatch the request.",
|
|
11
11
|
type: "String",
|
|
12
12
|
},
|
|
@@ -239,12 +239,12 @@ exports.ruleSet = {
|
|
|
239
239
|
{
|
|
240
240
|
ref: "Region",
|
|
241
241
|
},
|
|
242
|
-
"prod-
|
|
242
|
+
"prod-ca-central-1",
|
|
243
243
|
],
|
|
244
244
|
},
|
|
245
245
|
],
|
|
246
246
|
endpoint: {
|
|
247
|
-
url: "https://fsx-fips.
|
|
247
|
+
url: "https://fsx-fips.ca-central-1.amazonaws.com",
|
|
248
248
|
properties: {},
|
|
249
249
|
headers: {},
|
|
250
250
|
},
|
|
@@ -258,12 +258,12 @@ exports.ruleSet = {
|
|
|
258
258
|
{
|
|
259
259
|
ref: "Region",
|
|
260
260
|
},
|
|
261
|
-
"prod-
|
|
261
|
+
"prod-us-east-1",
|
|
262
262
|
],
|
|
263
263
|
},
|
|
264
264
|
],
|
|
265
265
|
endpoint: {
|
|
266
|
-
url: "https://fsx-fips.
|
|
266
|
+
url: "https://fsx-fips.us-east-1.amazonaws.com",
|
|
267
267
|
properties: {},
|
|
268
268
|
headers: {},
|
|
269
269
|
},
|
|
@@ -277,12 +277,12 @@ exports.ruleSet = {
|
|
|
277
277
|
{
|
|
278
278
|
ref: "Region",
|
|
279
279
|
},
|
|
280
|
-
"prod-us-east-
|
|
280
|
+
"prod-us-east-2",
|
|
281
281
|
],
|
|
282
282
|
},
|
|
283
283
|
],
|
|
284
284
|
endpoint: {
|
|
285
|
-
url: "https://fsx-fips.us-east-
|
|
285
|
+
url: "https://fsx-fips.us-east-2.amazonaws.com",
|
|
286
286
|
properties: {},
|
|
287
287
|
headers: {},
|
|
288
288
|
},
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SourceBackupUnavailable = exports.ServiceLimitExceeded = exports.ServiceLimit = exports.InvalidSourceKmsKey = exports.InvalidRegion = exports.InvalidDestinationKmsKey = exports.IncompatibleRegionForMultiAZ = exports.IncompatibleParameterError = exports.BackupType = exports.ResourceType = exports.BackupLifecycle = exports.BackupNotFound = exports.UnsupportedOperation = exports.DataRepositoryTaskNotFound = exports.DataRepositoryTaskEnded = exports.DataRepositoryTaskLifecycle = exports.EventType = exports.InternalServerError = exports.FileSystemNotFound = exports.BadRequest = exports.VolumeType = exports.OpenZFSQuotaType = exports.OpenZFSCopyStrategy = exports.OpenZFSDataCompressionType = exports.TieringPolicyName = exports.SecurityStyle = exports.OntapVolumeType = exports.FlexCacheEndpointType = exports.VolumeLifecycle = exports.SnapshotLifecycle = exports.FileSystemMaintenanceOperation = exports.WindowsDeploymentType = exports.WindowsAccessAuditLogLevel = exports.AliasLifecycle = exports.StorageType = exports.OpenZFSDeploymentType = exports.DiskIopsConfigurationMode = exports.OntapDeploymentType = exports.LustreAccessAuditLogLevel = exports.DriveCacheType = exports.LustreDeploymentType = exports.DataRepositoryLifecycle = exports.AutoImportPolicyType = exports.DataCompressionType = exports.FileSystemLifecycle = exports.FileSystemType = exports.Status = exports.AdministrativeActionType = exports.ActiveDirectoryError = exports.ActiveDirectoryErrorType = void 0;
|
|
4
|
-
exports.OntapFileSystemConfigurationFilterSensitiveLog = exports.FileSystemEndpointsFilterSensitiveLog = exports.FileSystemEndpointFilterSensitiveLog = exports.DiskIopsConfigurationFilterSensitiveLog = exports.LustreFileSystemConfigurationFilterSensitiveLog = exports.LustreRootSquashConfigurationFilterSensitiveLog = exports.LustreLogConfigurationFilterSensitiveLog = exports.DataRepositoryConfigurationFilterSensitiveLog = exports.DataRepositoryFailureDetailsFilterSensitiveLog = exports.FileSystemFailureDetailsFilterSensitiveLog = exports.AdministrativeActionFailureDetailsFilterSensitiveLog = exports.ActiveDirectoryBackupAttributesFilterSensitiveLog = exports.RestoreOpenZFSVolumeOption = exports.ResourceNotFound = exports.ResourceDoesNotSupportTagging = exports.NotServiceResourceError = exports.VolumeFilterName = exports.StorageVirtualMachineFilterName = exports.SnapshotFilterName = exports.DataRepositoryTaskFilterName = exports.InvalidDataRepositoryType = exports.FilterName = exports.DeleteOpenZFSVolumeOption = exports.SnapshotNotFound = exports.DeleteFileSystemOpenZFSOption = exports.FileCacheNotFound = exports.DataRepositoryAssociationNotFound = exports.BackupRestoring = exports.BackupBeingCopied = exports.StorageVirtualMachineNotFound = exports.MissingVolumeConfiguration = exports.
|
|
4
|
+
exports.OntapFileSystemConfigurationFilterSensitiveLog = exports.FileSystemEndpointsFilterSensitiveLog = exports.FileSystemEndpointFilterSensitiveLog = exports.DiskIopsConfigurationFilterSensitiveLog = exports.LustreFileSystemConfigurationFilterSensitiveLog = exports.LustreRootSquashConfigurationFilterSensitiveLog = exports.LustreLogConfigurationFilterSensitiveLog = exports.DataRepositoryConfigurationFilterSensitiveLog = exports.DataRepositoryFailureDetailsFilterSensitiveLog = exports.FileSystemFailureDetailsFilterSensitiveLog = exports.AdministrativeActionFailureDetailsFilterSensitiveLog = exports.ActiveDirectoryBackupAttributesFilterSensitiveLog = exports.RestoreOpenZFSVolumeOption = exports.ResourceNotFound = exports.ResourceDoesNotSupportTagging = exports.NotServiceResourceError = exports.VolumeFilterName = exports.StorageVirtualMachineFilterName = exports.SnapshotFilterName = exports.DataRepositoryTaskFilterName = exports.InvalidDataRepositoryType = exports.FilterName = exports.DeleteOpenZFSVolumeOption = exports.SnapshotNotFound = exports.DeleteFileSystemOpenZFSOption = exports.FileCacheNotFound = exports.DataRepositoryAssociationNotFound = exports.BackupRestoring = exports.BackupBeingCopied = exports.StorageVirtualMachineNotFound = exports.MissingVolumeConfiguration = exports.InputOntapVolumeType = exports.StorageVirtualMachineLifecycle = exports.StorageVirtualMachineRootVolumeSecurityStyle = exports.MissingFileSystemConfiguration = exports.InvalidImportPath = exports.InvalidExportPath = exports.MissingFileCacheConfiguration = exports.InvalidPerUnitStorageThroughput = exports.InvalidNetworkSettings = exports.FileCacheLifecycle = exports.FileCacheLustreDeploymentType = exports.FileCacheType = exports.DataRepositoryTaskExecuting = exports.DataRepositoryTaskType = exports.ReportScope = exports.ReportFormat = exports.NfsVersion = exports.VolumeNotFound = exports.BackupInProgress = void 0;
|
|
5
5
|
exports.SelfManagedActiveDirectoryConfigurationFilterSensitiveLog = exports.WindowsAuditLogCreateConfigurationFilterSensitiveLog = exports.CreateFileSystemOpenZFSConfigurationFilterSensitiveLog = exports.OpenZFSCreateRootVolumeConfigurationFilterSensitiveLog = exports.CreateFileSystemOntapConfigurationFilterSensitiveLog = exports.CreateFileSystemLustreConfigurationFilterSensitiveLog = exports.LustreLogCreateConfigurationFilterSensitiveLog = exports.CreateFileCacheResponseFilterSensitiveLog = exports.FileCacheCreatingFilterSensitiveLog = exports.FileCacheLustreConfigurationFilterSensitiveLog = exports.FileCacheFailureDetailsFilterSensitiveLog = exports.CreateFileCacheRequestFilterSensitiveLog = exports.CreateFileCacheLustreConfigurationFilterSensitiveLog = exports.FileCacheLustreMetadataConfigurationFilterSensitiveLog = exports.FileCacheDataRepositoryAssociationFilterSensitiveLog = exports.FileCacheNFSConfigurationFilterSensitiveLog = exports.CreateDataRepositoryTaskResponseFilterSensitiveLog = exports.DataRepositoryTaskFilterSensitiveLog = exports.DataRepositoryTaskStatusFilterSensitiveLog = exports.DataRepositoryTaskFailureDetailsFilterSensitiveLog = exports.CreateDataRepositoryTaskRequestFilterSensitiveLog = exports.CompletionReportFilterSensitiveLog = exports.CreateDataRepositoryAssociationResponseFilterSensitiveLog = exports.DataRepositoryAssociationFilterSensitiveLog = exports.NFSDataRepositoryConfigurationFilterSensitiveLog = exports.CreateDataRepositoryAssociationRequestFilterSensitiveLog = exports.S3DataRepositoryConfigurationFilterSensitiveLog = exports.CreateBackupRequestFilterSensitiveLog = exports.BackupFailureDetailsFilterSensitiveLog = exports.CopyBackupRequestFilterSensitiveLog = exports.CancelDataRepositoryTaskResponseFilterSensitiveLog = exports.CancelDataRepositoryTaskRequestFilterSensitiveLog = exports.AutoImportPolicyFilterSensitiveLog = exports.AutoExportPolicyFilterSensitiveLog = exports.AssociateFileSystemAliasesResponseFilterSensitiveLog = exports.AssociateFileSystemAliasesRequestFilterSensitiveLog = exports.OpenZFSVolumeConfigurationFilterSensitiveLog = exports.OpenZFSUserOrGroupQuotaFilterSensitiveLog = exports.OpenZFSOriginSnapshotConfigurationFilterSensitiveLog = exports.OpenZFSNfsExportFilterSensitiveLog = exports.OpenZFSClientConfigurationFilterSensitiveLog = exports.OntapVolumeConfigurationFilterSensitiveLog = exports.TieringPolicyFilterSensitiveLog = exports.LifecycleTransitionReasonFilterSensitiveLog = exports.WindowsFileSystemConfigurationFilterSensitiveLog = exports.SelfManagedActiveDirectoryAttributesFilterSensitiveLog = exports.WindowsAuditLogConfigurationFilterSensitiveLog = exports.AliasFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.OpenZFSFileSystemConfigurationFilterSensitiveLog = void 0;
|
|
6
6
|
exports.DescribeFileSystemAliasesRequestFilterSensitiveLog = exports.DescribeFileCachesResponseFilterSensitiveLog = exports.FileCacheFilterSensitiveLog = exports.DescribeFileCachesRequestFilterSensitiveLog = exports.DescribeDataRepositoryTasksResponseFilterSensitiveLog = exports.DescribeDataRepositoryTasksRequestFilterSensitiveLog = exports.DataRepositoryTaskFilterFilterSensitiveLog = exports.DescribeDataRepositoryAssociationsResponseFilterSensitiveLog = exports.DescribeDataRepositoryAssociationsRequestFilterSensitiveLog = exports.DescribeBackupsRequestFilterSensitiveLog = exports.FilterFilterSensitiveLog = exports.DeleteVolumeResponseFilterSensitiveLog = exports.DeleteVolumeOntapResponseFilterSensitiveLog = exports.DeleteVolumeRequestFilterSensitiveLog = exports.DeleteVolumeOpenZFSConfigurationFilterSensitiveLog = exports.DeleteVolumeOntapConfigurationFilterSensitiveLog = exports.DeleteStorageVirtualMachineResponseFilterSensitiveLog = exports.DeleteStorageVirtualMachineRequestFilterSensitiveLog = exports.DeleteSnapshotResponseFilterSensitiveLog = exports.DeleteSnapshotRequestFilterSensitiveLog = exports.DeleteFileSystemResponseFilterSensitiveLog = exports.DeleteFileSystemWindowsResponseFilterSensitiveLog = exports.DeleteFileSystemOpenZFSResponseFilterSensitiveLog = exports.DeleteFileSystemLustreResponseFilterSensitiveLog = exports.DeleteFileSystemRequestFilterSensitiveLog = exports.DeleteFileSystemWindowsConfigurationFilterSensitiveLog = exports.DeleteFileSystemOpenZFSConfigurationFilterSensitiveLog = exports.DeleteFileSystemLustreConfigurationFilterSensitiveLog = exports.DeleteFileCacheResponseFilterSensitiveLog = exports.DeleteFileCacheRequestFilterSensitiveLog = exports.DeleteDataRepositoryAssociationResponseFilterSensitiveLog = exports.DeleteDataRepositoryAssociationRequestFilterSensitiveLog = exports.DeleteBackupResponseFilterSensitiveLog = exports.DeleteBackupRequestFilterSensitiveLog = exports.CreateVolumeFromBackupRequestFilterSensitiveLog = exports.CreateVolumeRequestFilterSensitiveLog = exports.CreateOpenZFSVolumeConfigurationFilterSensitiveLog = exports.CreateOpenZFSOriginSnapshotConfigurationFilterSensitiveLog = exports.CreateOntapVolumeConfigurationFilterSensitiveLog = exports.CreateStorageVirtualMachineResponseFilterSensitiveLog = exports.StorageVirtualMachineFilterSensitiveLog = exports.SvmEndpointsFilterSensitiveLog = exports.SvmEndpointFilterSensitiveLog = exports.SvmActiveDirectoryConfigurationFilterSensitiveLog = exports.CreateStorageVirtualMachineRequestFilterSensitiveLog = exports.CreateSvmActiveDirectoryConfigurationFilterSensitiveLog = exports.CreateSnapshotRequestFilterSensitiveLog = exports.CreateFileSystemFromBackupRequestFilterSensitiveLog = exports.CreateFileSystemRequestFilterSensitiveLog = exports.CreateFileSystemWindowsConfigurationFilterSensitiveLog = void 0;
|
|
7
|
-
exports.UpdateSnapshotResponseFilterSensitiveLog = exports.UpdateFileSystemResponseFilterSensitiveLog = exports.ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog = exports.CreateVolumeResponseFilterSensitiveLog = exports.CreateVolumeFromBackupResponseFilterSensitiveLog = exports.CreateSnapshotResponseFilterSensitiveLog = exports.CreateFileSystemResponseFilterSensitiveLog = exports.CreateFileSystemFromBackupResponseFilterSensitiveLog = exports.VolumeFilterSensitiveLog = exports.SnapshotFilterSensitiveLog = exports.FileSystemFilterSensitiveLog = exports.AdministrativeActionFilterSensitiveLog = exports.UpdateVolumeRequestFilterSensitiveLog = exports.UpdateOpenZFSVolumeConfigurationFilterSensitiveLog = exports.UpdateOntapVolumeConfigurationFilterSensitiveLog = exports.UpdateStorageVirtualMachineResponseFilterSensitiveLog = exports.UpdateStorageVirtualMachineRequestFilterSensitiveLog = exports.UpdateSvmActiveDirectoryConfigurationFilterSensitiveLog = exports.UpdateSnapshotRequestFilterSensitiveLog = exports.UpdateFileSystemRequestFilterSensitiveLog = exports.UpdateFileSystemWindowsConfigurationFilterSensitiveLog = exports.SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog = exports.UpdateFileSystemOpenZFSConfigurationFilterSensitiveLog = exports.UpdateFileSystemOntapConfigurationFilterSensitiveLog = exports.UpdateFileSystemLustreConfigurationFilterSensitiveLog = exports.UpdateFileCacheResponseFilterSensitiveLog = exports.UpdateFileCacheRequestFilterSensitiveLog = exports.UpdateFileCacheLustreConfigurationFilterSensitiveLog = exports.UpdateDataRepositoryAssociationResponseFilterSensitiveLog = exports.UpdateDataRepositoryAssociationRequestFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.
|
|
7
|
+
exports.UpdateSnapshotResponseFilterSensitiveLog = exports.UpdateFileSystemResponseFilterSensitiveLog = exports.ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog = exports.CreateVolumeResponseFilterSensitiveLog = exports.CreateVolumeFromBackupResponseFilterSensitiveLog = exports.CreateSnapshotResponseFilterSensitiveLog = exports.CreateFileSystemResponseFilterSensitiveLog = exports.CreateFileSystemFromBackupResponseFilterSensitiveLog = exports.RestoreVolumeFromSnapshotResponseFilterSensitiveLog = exports.VolumeFilterSensitiveLog = exports.SnapshotFilterSensitiveLog = exports.FileSystemFilterSensitiveLog = exports.AdministrativeActionFilterSensitiveLog = exports.UpdateVolumeRequestFilterSensitiveLog = exports.UpdateOpenZFSVolumeConfigurationFilterSensitiveLog = exports.UpdateOntapVolumeConfigurationFilterSensitiveLog = exports.UpdateStorageVirtualMachineResponseFilterSensitiveLog = exports.UpdateStorageVirtualMachineRequestFilterSensitiveLog = exports.UpdateSvmActiveDirectoryConfigurationFilterSensitiveLog = exports.UpdateSnapshotRequestFilterSensitiveLog = exports.UpdateFileSystemRequestFilterSensitiveLog = exports.UpdateFileSystemWindowsConfigurationFilterSensitiveLog = exports.SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog = exports.UpdateFileSystemOpenZFSConfigurationFilterSensitiveLog = exports.UpdateFileSystemOntapConfigurationFilterSensitiveLog = exports.UpdateFileSystemLustreConfigurationFilterSensitiveLog = exports.UpdateFileCacheResponseFilterSensitiveLog = exports.UpdateFileCacheRequestFilterSensitiveLog = exports.UpdateFileCacheLustreConfigurationFilterSensitiveLog = exports.UpdateDataRepositoryAssociationResponseFilterSensitiveLog = exports.UpdateDataRepositoryAssociationRequestFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.RestoreVolumeFromSnapshotRequestFilterSensitiveLog = exports.ReleaseFileSystemNfsV3LocksRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.DisassociateFileSystemAliasesResponseFilterSensitiveLog = exports.DisassociateFileSystemAliasesRequestFilterSensitiveLog = exports.DescribeVolumesRequestFilterSensitiveLog = exports.VolumeFilterFilterSensitiveLog = exports.DescribeStorageVirtualMachinesResponseFilterSensitiveLog = exports.DescribeStorageVirtualMachinesRequestFilterSensitiveLog = exports.StorageVirtualMachineFilterFilterSensitiveLog = exports.DescribeSnapshotsRequestFilterSensitiveLog = exports.SnapshotFilterFilterSensitiveLog = exports.DescribeFileSystemsRequestFilterSensitiveLog = exports.DescribeFileSystemAliasesResponseFilterSensitiveLog = void 0;
|
|
8
8
|
exports.DescribeBackupsResponseFilterSensitiveLog = exports.CreateBackupResponseFilterSensitiveLog = exports.CopyBackupResponseFilterSensitiveLog = exports.BackupFilterSensitiveLog = exports.DescribeVolumesResponseFilterSensitiveLog = exports.DescribeSnapshotsResponseFilterSensitiveLog = exports.DescribeFileSystemsResponseFilterSensitiveLog = exports.UpdateVolumeResponseFilterSensitiveLog = void 0;
|
|
9
9
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
10
10
|
const FSxServiceException_1 = require("./FSxServiceException");
|
|
@@ -39,6 +39,7 @@ var AdministrativeActionType;
|
|
|
39
39
|
AdministrativeActionType["RELEASE_NFS_V3_LOCKS"] = "RELEASE_NFS_V3_LOCKS";
|
|
40
40
|
AdministrativeActionType["SNAPSHOT_UPDATE"] = "SNAPSHOT_UPDATE";
|
|
41
41
|
AdministrativeActionType["STORAGE_OPTIMIZATION"] = "STORAGE_OPTIMIZATION";
|
|
42
|
+
AdministrativeActionType["VOLUME_RESTORE"] = "VOLUME_RESTORE";
|
|
42
43
|
AdministrativeActionType["VOLUME_UPDATE"] = "VOLUME_UPDATE";
|
|
43
44
|
})(AdministrativeActionType = exports.AdministrativeActionType || (exports.AdministrativeActionType = {}));
|
|
44
45
|
var Status;
|
|
@@ -119,6 +120,7 @@ var DiskIopsConfigurationMode;
|
|
|
119
120
|
var OpenZFSDeploymentType;
|
|
120
121
|
(function (OpenZFSDeploymentType) {
|
|
121
122
|
OpenZFSDeploymentType["SINGLE_AZ_1"] = "SINGLE_AZ_1";
|
|
123
|
+
OpenZFSDeploymentType["SINGLE_AZ_2"] = "SINGLE_AZ_2";
|
|
122
124
|
})(OpenZFSDeploymentType = exports.OpenZFSDeploymentType || (exports.OpenZFSDeploymentType = {}));
|
|
123
125
|
var StorageType;
|
|
124
126
|
(function (StorageType) {
|
|
@@ -641,13 +643,11 @@ var StorageVirtualMachineLifecycle;
|
|
|
641
643
|
StorageVirtualMachineLifecycle["MISCONFIGURED"] = "MISCONFIGURED";
|
|
642
644
|
StorageVirtualMachineLifecycle["PENDING"] = "PENDING";
|
|
643
645
|
})(StorageVirtualMachineLifecycle = exports.StorageVirtualMachineLifecycle || (exports.StorageVirtualMachineLifecycle = {}));
|
|
644
|
-
var
|
|
645
|
-
(function (
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
StorageVirtualMachineSubtype["SYNC_SOURCE"] = "SYNC_SOURCE";
|
|
650
|
-
})(StorageVirtualMachineSubtype = exports.StorageVirtualMachineSubtype || (exports.StorageVirtualMachineSubtype = {}));
|
|
646
|
+
var InputOntapVolumeType;
|
|
647
|
+
(function (InputOntapVolumeType) {
|
|
648
|
+
InputOntapVolumeType["DP"] = "DP";
|
|
649
|
+
InputOntapVolumeType["RW"] = "RW";
|
|
650
|
+
})(InputOntapVolumeType = exports.InputOntapVolumeType || (exports.InputOntapVolumeType = {}));
|
|
651
651
|
class MissingVolumeConfiguration extends FSxServiceException_1.FSxServiceException {
|
|
652
652
|
constructor(opts) {
|
|
653
653
|
super({
|
|
@@ -1380,10 +1380,6 @@ const RestoreVolumeFromSnapshotRequestFilterSensitiveLog = (obj) => ({
|
|
|
1380
1380
|
...obj,
|
|
1381
1381
|
});
|
|
1382
1382
|
exports.RestoreVolumeFromSnapshotRequestFilterSensitiveLog = RestoreVolumeFromSnapshotRequestFilterSensitiveLog;
|
|
1383
|
-
const RestoreVolumeFromSnapshotResponseFilterSensitiveLog = (obj) => ({
|
|
1384
|
-
...obj,
|
|
1385
|
-
});
|
|
1386
|
-
exports.RestoreVolumeFromSnapshotResponseFilterSensitiveLog = RestoreVolumeFromSnapshotResponseFilterSensitiveLog;
|
|
1387
1383
|
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1388
1384
|
...obj,
|
|
1389
1385
|
});
|
|
@@ -1506,6 +1502,10 @@ const VolumeFilterSensitiveLog = (obj) => ({
|
|
|
1506
1502
|
...obj,
|
|
1507
1503
|
});
|
|
1508
1504
|
exports.VolumeFilterSensitiveLog = VolumeFilterSensitiveLog;
|
|
1505
|
+
const RestoreVolumeFromSnapshotResponseFilterSensitiveLog = (obj) => ({
|
|
1506
|
+
...obj,
|
|
1507
|
+
});
|
|
1508
|
+
exports.RestoreVolumeFromSnapshotResponseFilterSensitiveLog = RestoreVolumeFromSnapshotResponseFilterSensitiveLog;
|
|
1509
1509
|
const CreateFileSystemFromBackupResponseFilterSensitiveLog = (obj) => ({
|
|
1510
1510
|
...obj,
|
|
1511
1511
|
});
|
|
@@ -2185,6 +2185,9 @@ const deserializeAws_json1_1UpdateFileSystemCommandError = async (output, contex
|
|
|
2185
2185
|
case "InternalServerError":
|
|
2186
2186
|
case "com.amazonaws.fsx#InternalServerError":
|
|
2187
2187
|
throw await deserializeAws_json1_1InternalServerErrorResponse(parsedOutput, context);
|
|
2188
|
+
case "InvalidNetworkSettings":
|
|
2189
|
+
case "com.amazonaws.fsx#InvalidNetworkSettings":
|
|
2190
|
+
throw await deserializeAws_json1_1InvalidNetworkSettingsResponse(parsedOutput, context);
|
|
2188
2191
|
case "MissingFileSystemConfiguration":
|
|
2189
2192
|
case "com.amazonaws.fsx#MissingFileSystemConfiguration":
|
|
2190
2193
|
throw await deserializeAws_json1_1MissingFileSystemConfigurationResponse(parsedOutput, context);
|
|
@@ -2923,9 +2926,12 @@ const serializeAws_json1_1CreateFileSystemWindowsConfiguration = (input, context
|
|
|
2923
2926
|
};
|
|
2924
2927
|
const serializeAws_json1_1CreateOntapVolumeConfiguration = (input, context) => {
|
|
2925
2928
|
return {
|
|
2929
|
+
...(input.CopyTagsToBackups != null && { CopyTagsToBackups: input.CopyTagsToBackups }),
|
|
2926
2930
|
...(input.JunctionPath != null && { JunctionPath: input.JunctionPath }),
|
|
2931
|
+
...(input.OntapVolumeType != null && { OntapVolumeType: input.OntapVolumeType }),
|
|
2927
2932
|
...(input.SecurityStyle != null && { SecurityStyle: input.SecurityStyle }),
|
|
2928
2933
|
...(input.SizeInMegabytes != null && { SizeInMegabytes: input.SizeInMegabytes }),
|
|
2934
|
+
...(input.SnapshotPolicy != null && { SnapshotPolicy: input.SnapshotPolicy }),
|
|
2929
2935
|
...(input.StorageEfficiencyEnabled != null && { StorageEfficiencyEnabled: input.StorageEfficiencyEnabled }),
|
|
2930
2936
|
...(input.StorageVirtualMachineId != null && { StorageVirtualMachineId: input.StorageVirtualMachineId }),
|
|
2931
2937
|
...(input.TieringPolicy != null && {
|
|
@@ -3628,6 +3634,9 @@ const serializeAws_json1_1UpdateFileSystemLustreConfiguration = (input, context)
|
|
|
3628
3634
|
};
|
|
3629
3635
|
const serializeAws_json1_1UpdateFileSystemOntapConfiguration = (input, context) => {
|
|
3630
3636
|
return {
|
|
3637
|
+
...(input.AddRouteTableIds != null && {
|
|
3638
|
+
AddRouteTableIds: serializeAws_json1_1RouteTableIds(input.AddRouteTableIds, context),
|
|
3639
|
+
}),
|
|
3631
3640
|
...(input.AutomaticBackupRetentionDays != null && {
|
|
3632
3641
|
AutomaticBackupRetentionDays: input.AutomaticBackupRetentionDays,
|
|
3633
3642
|
}),
|
|
@@ -3638,6 +3647,9 @@ const serializeAws_json1_1UpdateFileSystemOntapConfiguration = (input, context)
|
|
|
3638
3647
|
DiskIopsConfiguration: serializeAws_json1_1DiskIopsConfiguration(input.DiskIopsConfiguration, context),
|
|
3639
3648
|
}),
|
|
3640
3649
|
...(input.FsxAdminPassword != null && { FsxAdminPassword: input.FsxAdminPassword }),
|
|
3650
|
+
...(input.RemoveRouteTableIds != null && {
|
|
3651
|
+
RemoveRouteTableIds: serializeAws_json1_1RouteTableIds(input.RemoveRouteTableIds, context),
|
|
3652
|
+
}),
|
|
3641
3653
|
...(input.ThroughputCapacity != null && { ThroughputCapacity: input.ThroughputCapacity }),
|
|
3642
3654
|
...(input.WeeklyMaintenanceStartTime != null && { WeeklyMaintenanceStartTime: input.WeeklyMaintenanceStartTime }),
|
|
3643
3655
|
};
|
|
@@ -3698,9 +3710,11 @@ const serializeAws_json1_1UpdateFileSystemWindowsConfiguration = (input, context
|
|
|
3698
3710
|
};
|
|
3699
3711
|
const serializeAws_json1_1UpdateOntapVolumeConfiguration = (input, context) => {
|
|
3700
3712
|
return {
|
|
3713
|
+
...(input.CopyTagsToBackups != null && { CopyTagsToBackups: input.CopyTagsToBackups }),
|
|
3701
3714
|
...(input.JunctionPath != null && { JunctionPath: input.JunctionPath }),
|
|
3702
3715
|
...(input.SecurityStyle != null && { SecurityStyle: input.SecurityStyle }),
|
|
3703
3716
|
...(input.SizeInMegabytes != null && { SizeInMegabytes: input.SizeInMegabytes }),
|
|
3717
|
+
...(input.SnapshotPolicy != null && { SnapshotPolicy: input.SnapshotPolicy }),
|
|
3704
3718
|
...(input.StorageEfficiencyEnabled != null && { StorageEfficiencyEnabled: input.StorageEfficiencyEnabled }),
|
|
3705
3719
|
...(input.TieringPolicy != null && {
|
|
3706
3720
|
TieringPolicy: serializeAws_json1_1TieringPolicy(input.TieringPolicy, context),
|
|
@@ -4713,11 +4727,13 @@ const deserializeAws_json1_1OntapFileSystemConfiguration = (output, context) =>
|
|
|
4713
4727
|
};
|
|
4714
4728
|
const deserializeAws_json1_1OntapVolumeConfiguration = (output, context) => {
|
|
4715
4729
|
return {
|
|
4730
|
+
CopyTagsToBackups: (0, smithy_client_1.expectBoolean)(output.CopyTagsToBackups),
|
|
4716
4731
|
FlexCacheEndpointType: (0, smithy_client_1.expectString)(output.FlexCacheEndpointType),
|
|
4717
4732
|
JunctionPath: (0, smithy_client_1.expectString)(output.JunctionPath),
|
|
4718
4733
|
OntapVolumeType: (0, smithy_client_1.expectString)(output.OntapVolumeType),
|
|
4719
4734
|
SecurityStyle: (0, smithy_client_1.expectString)(output.SecurityStyle),
|
|
4720
4735
|
SizeInMegabytes: (0, smithy_client_1.expectInt32)(output.SizeInMegabytes),
|
|
4736
|
+
SnapshotPolicy: (0, smithy_client_1.expectString)(output.SnapshotPolicy),
|
|
4721
4737
|
StorageEfficiencyEnabled: (0, smithy_client_1.expectBoolean)(output.StorageEfficiencyEnabled),
|
|
4722
4738
|
StorageVirtualMachineId: (0, smithy_client_1.expectString)(output.StorageVirtualMachineId),
|
|
4723
4739
|
StorageVirtualMachineRoot: (0, smithy_client_1.expectBoolean)(output.StorageVirtualMachineRoot),
|
|
@@ -4814,6 +4830,8 @@ const deserializeAws_json1_1OpenZFSVolumeConfiguration = (output, context) => {
|
|
|
4814
4830
|
return {
|
|
4815
4831
|
CopyTagsToSnapshots: (0, smithy_client_1.expectBoolean)(output.CopyTagsToSnapshots),
|
|
4816
4832
|
DataCompressionType: (0, smithy_client_1.expectString)(output.DataCompressionType),
|
|
4833
|
+
DeleteClonedVolumes: (0, smithy_client_1.expectBoolean)(output.DeleteClonedVolumes),
|
|
4834
|
+
DeleteIntermediateSnaphots: (0, smithy_client_1.expectBoolean)(output.DeleteIntermediateSnaphots),
|
|
4817
4835
|
NfsExports: output.NfsExports != null ? deserializeAws_json1_1OpenZFSNfsExports(output.NfsExports, context) : undefined,
|
|
4818
4836
|
OriginSnapshot: output.OriginSnapshot != null
|
|
4819
4837
|
? deserializeAws_json1_1OpenZFSOriginSnapshotConfiguration(output.OriginSnapshot, context)
|
|
@@ -4821,6 +4839,7 @@ const deserializeAws_json1_1OpenZFSVolumeConfiguration = (output, context) => {
|
|
|
4821
4839
|
ParentVolumeId: (0, smithy_client_1.expectString)(output.ParentVolumeId),
|
|
4822
4840
|
ReadOnly: (0, smithy_client_1.expectBoolean)(output.ReadOnly),
|
|
4823
4841
|
RecordSizeKiB: (0, smithy_client_1.expectInt32)(output.RecordSizeKiB),
|
|
4842
|
+
RestoreToSnapshot: (0, smithy_client_1.expectString)(output.RestoreToSnapshot),
|
|
4824
4843
|
StorageCapacityQuotaGiB: (0, smithy_client_1.expectInt32)(output.StorageCapacityQuotaGiB),
|
|
4825
4844
|
StorageCapacityReservationGiB: (0, smithy_client_1.expectInt32)(output.StorageCapacityReservationGiB),
|
|
4826
4845
|
UserAndGroupQuotas: output.UserAndGroupQuotas != null
|
|
@@ -4859,6 +4878,9 @@ const deserializeAws_json1_1ResourceNotFound = (output, context) => {
|
|
|
4859
4878
|
};
|
|
4860
4879
|
const deserializeAws_json1_1RestoreVolumeFromSnapshotResponse = (output, context) => {
|
|
4861
4880
|
return {
|
|
4881
|
+
AdministrativeActions: output.AdministrativeActions != null
|
|
4882
|
+
? deserializeAws_json1_1AdministrativeActions(output.AdministrativeActions, context)
|
|
4883
|
+
: undefined,
|
|
4862
4884
|
Lifecycle: (0, smithy_client_1.expectString)(output.Lifecycle),
|
|
4863
4885
|
VolumeId: (0, smithy_client_1.expectString)(output.VolumeId),
|
|
4864
4886
|
};
|
|
@@ -4958,7 +4980,6 @@ const deserializeAws_json1_1StorageVirtualMachine = (output, context) => {
|
|
|
4958
4980
|
ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
|
|
4959
4981
|
RootVolumeSecurityStyle: (0, smithy_client_1.expectString)(output.RootVolumeSecurityStyle),
|
|
4960
4982
|
StorageVirtualMachineId: (0, smithy_client_1.expectString)(output.StorageVirtualMachineId),
|
|
4961
|
-
Subtype: (0, smithy_client_1.expectString)(output.Subtype),
|
|
4962
4983
|
Tags: output.Tags != null ? deserializeAws_json1_1Tags(output.Tags, context) : undefined,
|
|
4963
4984
|
UUID: (0, smithy_client_1.expectString)(output.UUID),
|
|
4964
4985
|
};
|
|
@@ -3,7 +3,7 @@ export const ruleSet = {
|
|
|
3
3
|
parameters: {
|
|
4
4
|
Region: {
|
|
5
5
|
builtIn: "AWS::Region",
|
|
6
|
-
required:
|
|
6
|
+
required: true,
|
|
7
7
|
documentation: "The AWS region used to dispatch the request.",
|
|
8
8
|
type: "String",
|
|
9
9
|
},
|
|
@@ -236,12 +236,12 @@ export const ruleSet = {
|
|
|
236
236
|
{
|
|
237
237
|
ref: "Region",
|
|
238
238
|
},
|
|
239
|
-
"prod-
|
|
239
|
+
"prod-ca-central-1",
|
|
240
240
|
],
|
|
241
241
|
},
|
|
242
242
|
],
|
|
243
243
|
endpoint: {
|
|
244
|
-
url: "https://fsx-fips.
|
|
244
|
+
url: "https://fsx-fips.ca-central-1.amazonaws.com",
|
|
245
245
|
properties: {},
|
|
246
246
|
headers: {},
|
|
247
247
|
},
|
|
@@ -255,12 +255,12 @@ export const ruleSet = {
|
|
|
255
255
|
{
|
|
256
256
|
ref: "Region",
|
|
257
257
|
},
|
|
258
|
-
"prod-
|
|
258
|
+
"prod-us-east-1",
|
|
259
259
|
],
|
|
260
260
|
},
|
|
261
261
|
],
|
|
262
262
|
endpoint: {
|
|
263
|
-
url: "https://fsx-fips.
|
|
263
|
+
url: "https://fsx-fips.us-east-1.amazonaws.com",
|
|
264
264
|
properties: {},
|
|
265
265
|
headers: {},
|
|
266
266
|
},
|
|
@@ -274,12 +274,12 @@ export const ruleSet = {
|
|
|
274
274
|
{
|
|
275
275
|
ref: "Region",
|
|
276
276
|
},
|
|
277
|
-
"prod-us-east-
|
|
277
|
+
"prod-us-east-2",
|
|
278
278
|
],
|
|
279
279
|
},
|
|
280
280
|
],
|
|
281
281
|
endpoint: {
|
|
282
|
-
url: "https://fsx-fips.us-east-
|
|
282
|
+
url: "https://fsx-fips.us-east-2.amazonaws.com",
|
|
283
283
|
properties: {},
|
|
284
284
|
headers: {},
|
|
285
285
|
},
|
|
@@ -30,6 +30,7 @@ export var AdministrativeActionType;
|
|
|
30
30
|
AdministrativeActionType["RELEASE_NFS_V3_LOCKS"] = "RELEASE_NFS_V3_LOCKS";
|
|
31
31
|
AdministrativeActionType["SNAPSHOT_UPDATE"] = "SNAPSHOT_UPDATE";
|
|
32
32
|
AdministrativeActionType["STORAGE_OPTIMIZATION"] = "STORAGE_OPTIMIZATION";
|
|
33
|
+
AdministrativeActionType["VOLUME_RESTORE"] = "VOLUME_RESTORE";
|
|
33
34
|
AdministrativeActionType["VOLUME_UPDATE"] = "VOLUME_UPDATE";
|
|
34
35
|
})(AdministrativeActionType || (AdministrativeActionType = {}));
|
|
35
36
|
export var Status;
|
|
@@ -110,6 +111,7 @@ export var DiskIopsConfigurationMode;
|
|
|
110
111
|
export var OpenZFSDeploymentType;
|
|
111
112
|
(function (OpenZFSDeploymentType) {
|
|
112
113
|
OpenZFSDeploymentType["SINGLE_AZ_1"] = "SINGLE_AZ_1";
|
|
114
|
+
OpenZFSDeploymentType["SINGLE_AZ_2"] = "SINGLE_AZ_2";
|
|
113
115
|
})(OpenZFSDeploymentType || (OpenZFSDeploymentType = {}));
|
|
114
116
|
export var StorageType;
|
|
115
117
|
(function (StorageType) {
|
|
@@ -609,13 +611,11 @@ export var StorageVirtualMachineLifecycle;
|
|
|
609
611
|
StorageVirtualMachineLifecycle["MISCONFIGURED"] = "MISCONFIGURED";
|
|
610
612
|
StorageVirtualMachineLifecycle["PENDING"] = "PENDING";
|
|
611
613
|
})(StorageVirtualMachineLifecycle || (StorageVirtualMachineLifecycle = {}));
|
|
612
|
-
export var
|
|
613
|
-
(function (
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
StorageVirtualMachineSubtype["SYNC_SOURCE"] = "SYNC_SOURCE";
|
|
618
|
-
})(StorageVirtualMachineSubtype || (StorageVirtualMachineSubtype = {}));
|
|
614
|
+
export var InputOntapVolumeType;
|
|
615
|
+
(function (InputOntapVolumeType) {
|
|
616
|
+
InputOntapVolumeType["DP"] = "DP";
|
|
617
|
+
InputOntapVolumeType["RW"] = "RW";
|
|
618
|
+
})(InputOntapVolumeType || (InputOntapVolumeType = {}));
|
|
619
619
|
export class MissingVolumeConfiguration extends __BaseException {
|
|
620
620
|
constructor(opts) {
|
|
621
621
|
super({
|
|
@@ -1210,9 +1210,6 @@ export const ReleaseFileSystemNfsV3LocksRequestFilterSensitiveLog = (obj) => ({
|
|
|
1210
1210
|
export const RestoreVolumeFromSnapshotRequestFilterSensitiveLog = (obj) => ({
|
|
1211
1211
|
...obj,
|
|
1212
1212
|
});
|
|
1213
|
-
export const RestoreVolumeFromSnapshotResponseFilterSensitiveLog = (obj) => ({
|
|
1214
|
-
...obj,
|
|
1215
|
-
});
|
|
1216
1213
|
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1217
1214
|
...obj,
|
|
1218
1215
|
});
|
|
@@ -1309,6 +1306,9 @@ export const SnapshotFilterSensitiveLog = (obj) => ({
|
|
|
1309
1306
|
export const VolumeFilterSensitiveLog = (obj) => ({
|
|
1310
1307
|
...obj,
|
|
1311
1308
|
});
|
|
1309
|
+
export const RestoreVolumeFromSnapshotResponseFilterSensitiveLog = (obj) => ({
|
|
1310
|
+
...obj,
|
|
1311
|
+
});
|
|
1312
1312
|
export const CreateFileSystemFromBackupResponseFilterSensitiveLog = (obj) => ({
|
|
1313
1313
|
...obj,
|
|
1314
1314
|
});
|
|
@@ -2102,6 +2102,9 @@ const deserializeAws_json1_1UpdateFileSystemCommandError = async (output, contex
|
|
|
2102
2102
|
case "InternalServerError":
|
|
2103
2103
|
case "com.amazonaws.fsx#InternalServerError":
|
|
2104
2104
|
throw await deserializeAws_json1_1InternalServerErrorResponse(parsedOutput, context);
|
|
2105
|
+
case "InvalidNetworkSettings":
|
|
2106
|
+
case "com.amazonaws.fsx#InvalidNetworkSettings":
|
|
2107
|
+
throw await deserializeAws_json1_1InvalidNetworkSettingsResponse(parsedOutput, context);
|
|
2105
2108
|
case "MissingFileSystemConfiguration":
|
|
2106
2109
|
case "com.amazonaws.fsx#MissingFileSystemConfiguration":
|
|
2107
2110
|
throw await deserializeAws_json1_1MissingFileSystemConfigurationResponse(parsedOutput, context);
|
|
@@ -2837,9 +2840,12 @@ const serializeAws_json1_1CreateFileSystemWindowsConfiguration = (input, context
|
|
|
2837
2840
|
};
|
|
2838
2841
|
const serializeAws_json1_1CreateOntapVolumeConfiguration = (input, context) => {
|
|
2839
2842
|
return {
|
|
2843
|
+
...(input.CopyTagsToBackups != null && { CopyTagsToBackups: input.CopyTagsToBackups }),
|
|
2840
2844
|
...(input.JunctionPath != null && { JunctionPath: input.JunctionPath }),
|
|
2845
|
+
...(input.OntapVolumeType != null && { OntapVolumeType: input.OntapVolumeType }),
|
|
2841
2846
|
...(input.SecurityStyle != null && { SecurityStyle: input.SecurityStyle }),
|
|
2842
2847
|
...(input.SizeInMegabytes != null && { SizeInMegabytes: input.SizeInMegabytes }),
|
|
2848
|
+
...(input.SnapshotPolicy != null && { SnapshotPolicy: input.SnapshotPolicy }),
|
|
2843
2849
|
...(input.StorageEfficiencyEnabled != null && { StorageEfficiencyEnabled: input.StorageEfficiencyEnabled }),
|
|
2844
2850
|
...(input.StorageVirtualMachineId != null && { StorageVirtualMachineId: input.StorageVirtualMachineId }),
|
|
2845
2851
|
...(input.TieringPolicy != null && {
|
|
@@ -3542,6 +3548,9 @@ const serializeAws_json1_1UpdateFileSystemLustreConfiguration = (input, context)
|
|
|
3542
3548
|
};
|
|
3543
3549
|
const serializeAws_json1_1UpdateFileSystemOntapConfiguration = (input, context) => {
|
|
3544
3550
|
return {
|
|
3551
|
+
...(input.AddRouteTableIds != null && {
|
|
3552
|
+
AddRouteTableIds: serializeAws_json1_1RouteTableIds(input.AddRouteTableIds, context),
|
|
3553
|
+
}),
|
|
3545
3554
|
...(input.AutomaticBackupRetentionDays != null && {
|
|
3546
3555
|
AutomaticBackupRetentionDays: input.AutomaticBackupRetentionDays,
|
|
3547
3556
|
}),
|
|
@@ -3552,6 +3561,9 @@ const serializeAws_json1_1UpdateFileSystemOntapConfiguration = (input, context)
|
|
|
3552
3561
|
DiskIopsConfiguration: serializeAws_json1_1DiskIopsConfiguration(input.DiskIopsConfiguration, context),
|
|
3553
3562
|
}),
|
|
3554
3563
|
...(input.FsxAdminPassword != null && { FsxAdminPassword: input.FsxAdminPassword }),
|
|
3564
|
+
...(input.RemoveRouteTableIds != null && {
|
|
3565
|
+
RemoveRouteTableIds: serializeAws_json1_1RouteTableIds(input.RemoveRouteTableIds, context),
|
|
3566
|
+
}),
|
|
3555
3567
|
...(input.ThroughputCapacity != null && { ThroughputCapacity: input.ThroughputCapacity }),
|
|
3556
3568
|
...(input.WeeklyMaintenanceStartTime != null && { WeeklyMaintenanceStartTime: input.WeeklyMaintenanceStartTime }),
|
|
3557
3569
|
};
|
|
@@ -3612,9 +3624,11 @@ const serializeAws_json1_1UpdateFileSystemWindowsConfiguration = (input, context
|
|
|
3612
3624
|
};
|
|
3613
3625
|
const serializeAws_json1_1UpdateOntapVolumeConfiguration = (input, context) => {
|
|
3614
3626
|
return {
|
|
3627
|
+
...(input.CopyTagsToBackups != null && { CopyTagsToBackups: input.CopyTagsToBackups }),
|
|
3615
3628
|
...(input.JunctionPath != null && { JunctionPath: input.JunctionPath }),
|
|
3616
3629
|
...(input.SecurityStyle != null && { SecurityStyle: input.SecurityStyle }),
|
|
3617
3630
|
...(input.SizeInMegabytes != null && { SizeInMegabytes: input.SizeInMegabytes }),
|
|
3631
|
+
...(input.SnapshotPolicy != null && { SnapshotPolicy: input.SnapshotPolicy }),
|
|
3618
3632
|
...(input.StorageEfficiencyEnabled != null && { StorageEfficiencyEnabled: input.StorageEfficiencyEnabled }),
|
|
3619
3633
|
...(input.TieringPolicy != null && {
|
|
3620
3634
|
TieringPolicy: serializeAws_json1_1TieringPolicy(input.TieringPolicy, context),
|
|
@@ -4627,11 +4641,13 @@ const deserializeAws_json1_1OntapFileSystemConfiguration = (output, context) =>
|
|
|
4627
4641
|
};
|
|
4628
4642
|
const deserializeAws_json1_1OntapVolumeConfiguration = (output, context) => {
|
|
4629
4643
|
return {
|
|
4644
|
+
CopyTagsToBackups: __expectBoolean(output.CopyTagsToBackups),
|
|
4630
4645
|
FlexCacheEndpointType: __expectString(output.FlexCacheEndpointType),
|
|
4631
4646
|
JunctionPath: __expectString(output.JunctionPath),
|
|
4632
4647
|
OntapVolumeType: __expectString(output.OntapVolumeType),
|
|
4633
4648
|
SecurityStyle: __expectString(output.SecurityStyle),
|
|
4634
4649
|
SizeInMegabytes: __expectInt32(output.SizeInMegabytes),
|
|
4650
|
+
SnapshotPolicy: __expectString(output.SnapshotPolicy),
|
|
4635
4651
|
StorageEfficiencyEnabled: __expectBoolean(output.StorageEfficiencyEnabled),
|
|
4636
4652
|
StorageVirtualMachineId: __expectString(output.StorageVirtualMachineId),
|
|
4637
4653
|
StorageVirtualMachineRoot: __expectBoolean(output.StorageVirtualMachineRoot),
|
|
@@ -4728,6 +4744,8 @@ const deserializeAws_json1_1OpenZFSVolumeConfiguration = (output, context) => {
|
|
|
4728
4744
|
return {
|
|
4729
4745
|
CopyTagsToSnapshots: __expectBoolean(output.CopyTagsToSnapshots),
|
|
4730
4746
|
DataCompressionType: __expectString(output.DataCompressionType),
|
|
4747
|
+
DeleteClonedVolumes: __expectBoolean(output.DeleteClonedVolumes),
|
|
4748
|
+
DeleteIntermediateSnaphots: __expectBoolean(output.DeleteIntermediateSnaphots),
|
|
4731
4749
|
NfsExports: output.NfsExports != null ? deserializeAws_json1_1OpenZFSNfsExports(output.NfsExports, context) : undefined,
|
|
4732
4750
|
OriginSnapshot: output.OriginSnapshot != null
|
|
4733
4751
|
? deserializeAws_json1_1OpenZFSOriginSnapshotConfiguration(output.OriginSnapshot, context)
|
|
@@ -4735,6 +4753,7 @@ const deserializeAws_json1_1OpenZFSVolumeConfiguration = (output, context) => {
|
|
|
4735
4753
|
ParentVolumeId: __expectString(output.ParentVolumeId),
|
|
4736
4754
|
ReadOnly: __expectBoolean(output.ReadOnly),
|
|
4737
4755
|
RecordSizeKiB: __expectInt32(output.RecordSizeKiB),
|
|
4756
|
+
RestoreToSnapshot: __expectString(output.RestoreToSnapshot),
|
|
4738
4757
|
StorageCapacityQuotaGiB: __expectInt32(output.StorageCapacityQuotaGiB),
|
|
4739
4758
|
StorageCapacityReservationGiB: __expectInt32(output.StorageCapacityReservationGiB),
|
|
4740
4759
|
UserAndGroupQuotas: output.UserAndGroupQuotas != null
|
|
@@ -4773,6 +4792,9 @@ const deserializeAws_json1_1ResourceNotFound = (output, context) => {
|
|
|
4773
4792
|
};
|
|
4774
4793
|
const deserializeAws_json1_1RestoreVolumeFromSnapshotResponse = (output, context) => {
|
|
4775
4794
|
return {
|
|
4795
|
+
AdministrativeActions: output.AdministrativeActions != null
|
|
4796
|
+
? deserializeAws_json1_1AdministrativeActions(output.AdministrativeActions, context)
|
|
4797
|
+
: undefined,
|
|
4776
4798
|
Lifecycle: __expectString(output.Lifecycle),
|
|
4777
4799
|
VolumeId: __expectString(output.VolumeId),
|
|
4778
4800
|
};
|
|
@@ -4872,7 +4894,6 @@ const deserializeAws_json1_1StorageVirtualMachine = (output, context) => {
|
|
|
4872
4894
|
ResourceARN: __expectString(output.ResourceARN),
|
|
4873
4895
|
RootVolumeSecurityStyle: __expectString(output.RootVolumeSecurityStyle),
|
|
4874
4896
|
StorageVirtualMachineId: __expectString(output.StorageVirtualMachineId),
|
|
4875
|
-
Subtype: __expectString(output.Subtype),
|
|
4876
4897
|
Tags: output.Tags != null ? deserializeAws_json1_1Tags(output.Tags, context) : undefined,
|
|
4877
4898
|
UUID: __expectString(output.UUID),
|
|
4878
4899
|
};
|