@aws-sdk/client-fsx 3.387.0 → 3.391.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 +1 -1
- package/dist-cjs/models/models_0.js +9 -2
- package/dist-cjs/protocols/Aws_json1_1.js +3 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +7 -0
- package/dist-es/protocols/Aws_json1_1.js +3 -0
- package/dist-types/commands/CancelDataRepositoryTaskCommand.d.ts +5 -2
- package/dist-types/commands/CopyBackupCommand.d.ts +26 -9
- package/dist-types/commands/CreateBackupCommand.d.ts +26 -9
- package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +24 -7
- package/dist-types/commands/CreateFileSystemCommand.d.ts +37 -11
- package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +37 -11
- package/dist-types/commands/CreateSnapshotCommand.d.ts +26 -9
- package/dist-types/commands/CreateVolumeCommand.d.ts +26 -9
- package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +26 -9
- package/dist-types/commands/DescribeBackupsCommand.d.ts +26 -9
- package/dist-types/commands/DescribeDataRepositoryTasksCommand.d.ts +6 -0
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +26 -9
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +26 -9
- package/dist-types/commands/DescribeVolumesCommand.d.ts +26 -9
- package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +26 -9
- package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +26 -9
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +48 -10
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +26 -9
- package/dist-types/commands/UpdateVolumeCommand.d.ts +26 -9
- package/dist-types/models/models_0.d.ts +306 -27
- package/dist-types/ts3.4/models/models_0.d.ts +30 -0
- package/package.json +28 -28
|
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
4
|
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
5
5
|
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, {
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }, { conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ endpoint: { url: "https://fsx-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://fsx-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ endpoint: { url: "https://fsx.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://fsx.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
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.SnaplockType = exports.RetentionPeriodType = exports.PrivilegedDelete = exports.AutocommitPeriodType = 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.
|
|
5
|
-
exports.DescribeBackupsResponseFilterSensitiveLog = exports.CreateBackupResponseFilterSensitiveLog = exports.CopyBackupResponseFilterSensitiveLog = exports.BackupFilterSensitiveLog = exports.DescribeVolumesResponseFilterSensitiveLog = exports.DescribeSnapshotsResponseFilterSensitiveLog = exports.DescribeFileSystemsResponseFilterSensitiveLog = exports.UpdateVolumeResponseFilterSensitiveLog = 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.UpdateStorageVirtualMachineRequestFilterSensitiveLog = exports.UpdateSvmActiveDirectoryConfigurationFilterSensitiveLog = exports.UpdateFileSystemRequestFilterSensitiveLog = exports.UpdateFileSystemWindowsConfigurationFilterSensitiveLog = exports.SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog = exports.UpdateFileSystemOntapConfigurationFilterSensitiveLog = exports.CreateStorageVirtualMachineRequestFilterSensitiveLog = void 0;
|
|
4
|
+
exports.CreateFileSystemFromBackupRequestFilterSensitiveLog = exports.CreateFileSystemRequestFilterSensitiveLog = exports.CreateFileSystemWindowsConfigurationFilterSensitiveLog = exports.SelfManagedActiveDirectoryConfigurationFilterSensitiveLog = exports.CreateFileSystemOntapConfigurationFilterSensitiveLog = exports.OntapFileSystemConfigurationFilterSensitiveLog = 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.StorageVirtualMachineSubtype = 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.Unit = exports.NfsVersion = exports.VolumeNotFound = exports.BackupInProgress = exports.SourceBackupUnavailable = exports.ServiceLimitExceeded = exports.ServiceLimit = exports.InvalidSourceKmsKey = void 0;
|
|
5
|
+
exports.DescribeBackupsResponseFilterSensitiveLog = exports.CreateBackupResponseFilterSensitiveLog = exports.CopyBackupResponseFilterSensitiveLog = exports.BackupFilterSensitiveLog = exports.DescribeVolumesResponseFilterSensitiveLog = exports.DescribeSnapshotsResponseFilterSensitiveLog = exports.DescribeFileSystemsResponseFilterSensitiveLog = exports.UpdateVolumeResponseFilterSensitiveLog = 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.UpdateStorageVirtualMachineRequestFilterSensitiveLog = exports.UpdateSvmActiveDirectoryConfigurationFilterSensitiveLog = exports.UpdateFileSystemRequestFilterSensitiveLog = exports.UpdateFileSystemWindowsConfigurationFilterSensitiveLog = exports.SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog = exports.UpdateFileSystemOntapConfigurationFilterSensitiveLog = exports.CreateStorageVirtualMachineRequestFilterSensitiveLog = exports.CreateSvmActiveDirectoryConfigurationFilterSensitiveLog = void 0;
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
const FSxServiceException_1 = require("./FSxServiceException");
|
|
8
8
|
exports.ActiveDirectoryErrorType = {
|
|
@@ -31,9 +31,12 @@ exports.AdministrativeActionType = {
|
|
|
31
31
|
FILE_SYSTEM_ALIAS_ASSOCIATION: "FILE_SYSTEM_ALIAS_ASSOCIATION",
|
|
32
32
|
FILE_SYSTEM_ALIAS_DISASSOCIATION: "FILE_SYSTEM_ALIAS_DISASSOCIATION",
|
|
33
33
|
FILE_SYSTEM_UPDATE: "FILE_SYSTEM_UPDATE",
|
|
34
|
+
IOPS_OPTIMIZATION: "IOPS_OPTIMIZATION",
|
|
34
35
|
RELEASE_NFS_V3_LOCKS: "RELEASE_NFS_V3_LOCKS",
|
|
35
36
|
SNAPSHOT_UPDATE: "SNAPSHOT_UPDATE",
|
|
36
37
|
STORAGE_OPTIMIZATION: "STORAGE_OPTIMIZATION",
|
|
38
|
+
STORAGE_TYPE_OPTIMIZATION: "STORAGE_TYPE_OPTIMIZATION",
|
|
39
|
+
THROUGHPUT_OPTIMIZATION: "THROUGHPUT_OPTIMIZATION",
|
|
37
40
|
VOLUME_RESTORE: "VOLUME_RESTORE",
|
|
38
41
|
VOLUME_UPDATE: "VOLUME_UPDATE",
|
|
39
42
|
};
|
|
@@ -102,6 +105,7 @@ exports.DiskIopsConfigurationMode = {
|
|
|
102
105
|
USER_PROVISIONED: "USER_PROVISIONED",
|
|
103
106
|
};
|
|
104
107
|
exports.OpenZFSDeploymentType = {
|
|
108
|
+
MULTI_AZ_1: "MULTI_AZ_1",
|
|
105
109
|
SINGLE_AZ_1: "SINGLE_AZ_1",
|
|
106
110
|
SINGLE_AZ_2: "SINGLE_AZ_2",
|
|
107
111
|
};
|
|
@@ -484,6 +488,9 @@ exports.VolumeNotFound = VolumeNotFound;
|
|
|
484
488
|
exports.NfsVersion = {
|
|
485
489
|
NFS3: "NFS3",
|
|
486
490
|
};
|
|
491
|
+
exports.Unit = {
|
|
492
|
+
DAYS: "DAYS",
|
|
493
|
+
};
|
|
487
494
|
exports.ReportFormat = {
|
|
488
495
|
REPORT_CSV_20191124: "REPORT_CSV_20191124",
|
|
489
496
|
};
|
|
@@ -2536,6 +2536,7 @@ const se_CreateDataRepositoryTaskRequest = (input, context) => {
|
|
|
2536
2536
|
ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
2537
2537
|
FileSystemId: [],
|
|
2538
2538
|
Paths: smithy_client_1._json,
|
|
2539
|
+
ReleaseConfiguration: smithy_client_1._json,
|
|
2539
2540
|
Report: smithy_client_1._json,
|
|
2540
2541
|
Tags: smithy_client_1._json,
|
|
2541
2542
|
Type: [],
|
|
@@ -2727,6 +2728,7 @@ const se_UpdateFileSystemRequest = (input, context) => {
|
|
|
2727
2728
|
OntapConfiguration: smithy_client_1._json,
|
|
2728
2729
|
OpenZFSConfiguration: smithy_client_1._json,
|
|
2729
2730
|
StorageCapacity: [],
|
|
2731
|
+
StorageType: [],
|
|
2730
2732
|
WindowsConfiguration: smithy_client_1._json,
|
|
2731
2733
|
});
|
|
2732
2734
|
};
|
|
@@ -2895,6 +2897,7 @@ const de_DataRepositoryTask = (output, context) => {
|
|
|
2895
2897
|
FileSystemId: smithy_client_1.expectString,
|
|
2896
2898
|
Lifecycle: smithy_client_1.expectString,
|
|
2897
2899
|
Paths: smithy_client_1._json,
|
|
2900
|
+
ReleaseConfiguration: smithy_client_1._json,
|
|
2898
2901
|
Report: smithy_client_1._json,
|
|
2899
2902
|
ResourceARN: smithy_client_1.expectString,
|
|
2900
2903
|
StartTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
2
2
|
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, {
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }, { conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ endpoint: { url: "https://fsx-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://fsx-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ endpoint: { url: "https://fsx.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://fsx.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -25,9 +25,12 @@ export const AdministrativeActionType = {
|
|
|
25
25
|
FILE_SYSTEM_ALIAS_ASSOCIATION: "FILE_SYSTEM_ALIAS_ASSOCIATION",
|
|
26
26
|
FILE_SYSTEM_ALIAS_DISASSOCIATION: "FILE_SYSTEM_ALIAS_DISASSOCIATION",
|
|
27
27
|
FILE_SYSTEM_UPDATE: "FILE_SYSTEM_UPDATE",
|
|
28
|
+
IOPS_OPTIMIZATION: "IOPS_OPTIMIZATION",
|
|
28
29
|
RELEASE_NFS_V3_LOCKS: "RELEASE_NFS_V3_LOCKS",
|
|
29
30
|
SNAPSHOT_UPDATE: "SNAPSHOT_UPDATE",
|
|
30
31
|
STORAGE_OPTIMIZATION: "STORAGE_OPTIMIZATION",
|
|
32
|
+
STORAGE_TYPE_OPTIMIZATION: "STORAGE_TYPE_OPTIMIZATION",
|
|
33
|
+
THROUGHPUT_OPTIMIZATION: "THROUGHPUT_OPTIMIZATION",
|
|
31
34
|
VOLUME_RESTORE: "VOLUME_RESTORE",
|
|
32
35
|
VOLUME_UPDATE: "VOLUME_UPDATE",
|
|
33
36
|
};
|
|
@@ -96,6 +99,7 @@ export const DiskIopsConfigurationMode = {
|
|
|
96
99
|
USER_PROVISIONED: "USER_PROVISIONED",
|
|
97
100
|
};
|
|
98
101
|
export const OpenZFSDeploymentType = {
|
|
102
|
+
MULTI_AZ_1: "MULTI_AZ_1",
|
|
99
103
|
SINGLE_AZ_1: "SINGLE_AZ_1",
|
|
100
104
|
SINGLE_AZ_2: "SINGLE_AZ_2",
|
|
101
105
|
};
|
|
@@ -462,6 +466,9 @@ export class VolumeNotFound extends __BaseException {
|
|
|
462
466
|
export const NfsVersion = {
|
|
463
467
|
NFS3: "NFS3",
|
|
464
468
|
};
|
|
469
|
+
export const Unit = {
|
|
470
|
+
DAYS: "DAYS",
|
|
471
|
+
};
|
|
465
472
|
export const ReportFormat = {
|
|
466
473
|
REPORT_CSV_20191124: "REPORT_CSV_20191124",
|
|
467
474
|
};
|
|
@@ -2450,6 +2450,7 @@ const se_CreateDataRepositoryTaskRequest = (input, context) => {
|
|
|
2450
2450
|
ClientRequestToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
2451
2451
|
FileSystemId: [],
|
|
2452
2452
|
Paths: _json,
|
|
2453
|
+
ReleaseConfiguration: _json,
|
|
2453
2454
|
Report: _json,
|
|
2454
2455
|
Tags: _json,
|
|
2455
2456
|
Type: [],
|
|
@@ -2641,6 +2642,7 @@ const se_UpdateFileSystemRequest = (input, context) => {
|
|
|
2641
2642
|
OntapConfiguration: _json,
|
|
2642
2643
|
OpenZFSConfiguration: _json,
|
|
2643
2644
|
StorageCapacity: [],
|
|
2645
|
+
StorageType: [],
|
|
2644
2646
|
WindowsConfiguration: _json,
|
|
2645
2647
|
});
|
|
2646
2648
|
};
|
|
@@ -2809,6 +2811,7 @@ const de_DataRepositoryTask = (output, context) => {
|
|
|
2809
2811
|
FileSystemId: __expectString,
|
|
2810
2812
|
Lifecycle: __expectString,
|
|
2811
2813
|
Paths: _json,
|
|
2814
|
+
ReleaseConfiguration: _json,
|
|
2812
2815
|
Report: _json,
|
|
2813
2816
|
ResourceARN: __expectString,
|
|
2814
2817
|
StartTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
@@ -24,18 +24,21 @@ export interface CancelDataRepositoryTaskCommandOutput extends CancelDataReposit
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Cancels an existing Amazon FSx for Lustre data repository task if that task is in either the
|
|
27
|
-
* <code>PENDING</code> or <code>EXECUTING</code> state. When you cancel
|
|
27
|
+
* <code>PENDING</code> or <code>EXECUTING</code> state. When you cancel am export task, Amazon FSx
|
|
28
|
+
* does the following.</p>
|
|
28
29
|
* <ul>
|
|
29
30
|
* <li>
|
|
30
31
|
* <p>Any files that FSx has already exported are not reverted.</p>
|
|
31
32
|
* </li>
|
|
32
33
|
* <li>
|
|
33
|
-
* <p>FSx continues to export any files that are
|
|
34
|
+
* <p>FSx continues to export any files that are in-flight when the cancel operation is received.</p>
|
|
34
35
|
* </li>
|
|
35
36
|
* <li>
|
|
36
37
|
* <p>FSx does not export any files that have not yet been exported.</p>
|
|
37
38
|
* </li>
|
|
38
39
|
* </ul>
|
|
40
|
+
* <p>For a release task, Amazon FSx will stop releasing files upon cancellation. Any files that
|
|
41
|
+
* have already been released will remain in the released state.</p>
|
|
39
42
|
* @example
|
|
40
43
|
* Use a bare-bones client and the command you need to make an API call.
|
|
41
44
|
* ```javascript
|
|
@@ -144,6 +144,10 @@ export interface CopyBackupCommandOutput extends CopyBackupResponse, __MetadataB
|
|
|
144
144
|
* // FileShareAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
|
|
145
145
|
* // AuditLogDestination: "STRING_VALUE",
|
|
146
146
|
* // },
|
|
147
|
+
* // DiskIopsConfiguration: { // DiskIopsConfiguration
|
|
148
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED",
|
|
149
|
+
* // Iops: Number("long"),
|
|
150
|
+
* // },
|
|
147
151
|
* // },
|
|
148
152
|
* // LustreConfiguration: { // LustreFileSystemConfiguration
|
|
149
153
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -178,7 +182,7 @@ export interface CopyBackupCommandOutput extends CopyBackupResponse, __MetadataB
|
|
|
178
182
|
* // },
|
|
179
183
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
180
184
|
* // { // AdministrativeAction
|
|
181
|
-
* // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE",
|
|
185
|
+
* // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE" || "THROUGHPUT_OPTIMIZATION" || "IOPS_OPTIMIZATION" || "STORAGE_TYPE_OPTIMIZATION",
|
|
182
186
|
* // ProgressPercent: Number("int"),
|
|
183
187
|
* // RequestTime: new Date("TIMESTAMP"),
|
|
184
188
|
* // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
|
|
@@ -238,6 +242,10 @@ export interface CopyBackupCommandOutput extends CopyBackupResponse, __MetadataB
|
|
|
238
242
|
* // FileShareAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
|
|
239
243
|
* // AuditLogDestination: "STRING_VALUE",
|
|
240
244
|
* // },
|
|
245
|
+
* // DiskIopsConfiguration: {
|
|
246
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED",
|
|
247
|
+
* // Iops: Number("long"),
|
|
248
|
+
* // },
|
|
241
249
|
* // },
|
|
242
250
|
* // LustreConfiguration: {
|
|
243
251
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -272,7 +280,7 @@ export interface CopyBackupCommandOutput extends CopyBackupResponse, __MetadataB
|
|
|
272
280
|
* // },
|
|
273
281
|
* // AdministrativeActions: [
|
|
274
282
|
* // {
|
|
275
|
-
* // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE",
|
|
283
|
+
* // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE" || "THROUGHPUT_OPTIMIZATION" || "IOPS_OPTIMIZATION" || "STORAGE_TYPE_OPTIMIZATION",
|
|
276
284
|
* // ProgressPercent: Number("int"),
|
|
277
285
|
* // RequestTime: new Date("TIMESTAMP"),
|
|
278
286
|
* // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
|
|
@@ -405,7 +413,7 @@ export interface CopyBackupCommandOutput extends CopyBackupResponse, __MetadataB
|
|
|
405
413
|
* // ],
|
|
406
414
|
* // },
|
|
407
415
|
* // },
|
|
408
|
-
* // DiskIopsConfiguration: {
|
|
416
|
+
* // DiskIopsConfiguration: {
|
|
409
417
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED",
|
|
410
418
|
* // Iops: Number("long"),
|
|
411
419
|
* // },
|
|
@@ -423,7 +431,7 @@ export interface CopyBackupCommandOutput extends CopyBackupResponse, __MetadataB
|
|
|
423
431
|
* // CopyTagsToBackups: true || false,
|
|
424
432
|
* // CopyTagsToVolumes: true || false,
|
|
425
433
|
* // DailyAutomaticBackupStartTime: "STRING_VALUE",
|
|
426
|
-
* // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2",
|
|
434
|
+
* // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2" || "MULTI_AZ_1",
|
|
427
435
|
* // ThroughputCapacity: Number("int"),
|
|
428
436
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
429
437
|
* // DiskIopsConfiguration: {
|
|
@@ -431,6 +439,12 @@ export interface CopyBackupCommandOutput extends CopyBackupResponse, __MetadataB
|
|
|
431
439
|
* // Iops: Number("long"),
|
|
432
440
|
* // },
|
|
433
441
|
* // RootVolumeId: "STRING_VALUE",
|
|
442
|
+
* // PreferredSubnetId: "STRING_VALUE",
|
|
443
|
+
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
444
|
+
* // RouteTableIds: [
|
|
445
|
+
* // "STRING_VALUE",
|
|
446
|
+
* // ],
|
|
447
|
+
* // EndpointIpAddress: "STRING_VALUE",
|
|
434
448
|
* // },
|
|
435
449
|
* // },
|
|
436
450
|
* // FailureDetails: {
|
|
@@ -576,14 +590,17 @@ export interface CopyBackupCommandOutput extends CopyBackupResponse, __MetadataB
|
|
|
576
590
|
* // CopyTagsToBackups: true || false,
|
|
577
591
|
* // CopyTagsToVolumes: true || false,
|
|
578
592
|
* // DailyAutomaticBackupStartTime: "STRING_VALUE",
|
|
579
|
-
* // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2",
|
|
593
|
+
* // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2" || "MULTI_AZ_1",
|
|
580
594
|
* // ThroughputCapacity: Number("int"),
|
|
581
595
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
582
|
-
* // DiskIopsConfiguration:
|
|
583
|
-
* // Mode: "AUTOMATIC" || "USER_PROVISIONED",
|
|
584
|
-
* // Iops: Number("long"),
|
|
585
|
-
* // },
|
|
596
|
+
* // DiskIopsConfiguration: "<DiskIopsConfiguration>",
|
|
586
597
|
* // RootVolumeId: "STRING_VALUE",
|
|
598
|
+
* // PreferredSubnetId: "STRING_VALUE",
|
|
599
|
+
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
600
|
+
* // RouteTableIds: [
|
|
601
|
+
* // "STRING_VALUE",
|
|
602
|
+
* // ],
|
|
603
|
+
* // EndpointIpAddress: "STRING_VALUE",
|
|
587
604
|
* // },
|
|
588
605
|
* // },
|
|
589
606
|
* // DirectoryInformation: { // ActiveDirectoryBackupAttributes
|
|
@@ -177,6 +177,10 @@ export interface CreateBackupCommandOutput extends CreateBackupResponse, __Metad
|
|
|
177
177
|
* // FileShareAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
|
|
178
178
|
* // AuditLogDestination: "STRING_VALUE",
|
|
179
179
|
* // },
|
|
180
|
+
* // DiskIopsConfiguration: { // DiskIopsConfiguration
|
|
181
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED",
|
|
182
|
+
* // Iops: Number("long"),
|
|
183
|
+
* // },
|
|
180
184
|
* // },
|
|
181
185
|
* // LustreConfiguration: { // LustreFileSystemConfiguration
|
|
182
186
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -211,7 +215,7 @@ export interface CreateBackupCommandOutput extends CreateBackupResponse, __Metad
|
|
|
211
215
|
* // },
|
|
212
216
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
213
217
|
* // { // AdministrativeAction
|
|
214
|
-
* // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE",
|
|
218
|
+
* // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE" || "THROUGHPUT_OPTIMIZATION" || "IOPS_OPTIMIZATION" || "STORAGE_TYPE_OPTIMIZATION",
|
|
215
219
|
* // ProgressPercent: Number("int"),
|
|
216
220
|
* // RequestTime: new Date("TIMESTAMP"),
|
|
217
221
|
* // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
|
|
@@ -271,6 +275,10 @@ export interface CreateBackupCommandOutput extends CreateBackupResponse, __Metad
|
|
|
271
275
|
* // FileShareAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
|
|
272
276
|
* // AuditLogDestination: "STRING_VALUE",
|
|
273
277
|
* // },
|
|
278
|
+
* // DiskIopsConfiguration: {
|
|
279
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED",
|
|
280
|
+
* // Iops: Number("long"),
|
|
281
|
+
* // },
|
|
274
282
|
* // },
|
|
275
283
|
* // LustreConfiguration: {
|
|
276
284
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -305,7 +313,7 @@ export interface CreateBackupCommandOutput extends CreateBackupResponse, __Metad
|
|
|
305
313
|
* // },
|
|
306
314
|
* // AdministrativeActions: [
|
|
307
315
|
* // {
|
|
308
|
-
* // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE",
|
|
316
|
+
* // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE" || "THROUGHPUT_OPTIMIZATION" || "IOPS_OPTIMIZATION" || "STORAGE_TYPE_OPTIMIZATION",
|
|
309
317
|
* // ProgressPercent: Number("int"),
|
|
310
318
|
* // RequestTime: new Date("TIMESTAMP"),
|
|
311
319
|
* // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
|
|
@@ -438,7 +446,7 @@ export interface CreateBackupCommandOutput extends CreateBackupResponse, __Metad
|
|
|
438
446
|
* // ],
|
|
439
447
|
* // },
|
|
440
448
|
* // },
|
|
441
|
-
* // DiskIopsConfiguration: {
|
|
449
|
+
* // DiskIopsConfiguration: {
|
|
442
450
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED",
|
|
443
451
|
* // Iops: Number("long"),
|
|
444
452
|
* // },
|
|
@@ -456,7 +464,7 @@ export interface CreateBackupCommandOutput extends CreateBackupResponse, __Metad
|
|
|
456
464
|
* // CopyTagsToBackups: true || false,
|
|
457
465
|
* // CopyTagsToVolumes: true || false,
|
|
458
466
|
* // DailyAutomaticBackupStartTime: "STRING_VALUE",
|
|
459
|
-
* // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2",
|
|
467
|
+
* // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2" || "MULTI_AZ_1",
|
|
460
468
|
* // ThroughputCapacity: Number("int"),
|
|
461
469
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
462
470
|
* // DiskIopsConfiguration: {
|
|
@@ -464,6 +472,12 @@ export interface CreateBackupCommandOutput extends CreateBackupResponse, __Metad
|
|
|
464
472
|
* // Iops: Number("long"),
|
|
465
473
|
* // },
|
|
466
474
|
* // RootVolumeId: "STRING_VALUE",
|
|
475
|
+
* // PreferredSubnetId: "STRING_VALUE",
|
|
476
|
+
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
477
|
+
* // RouteTableIds: [
|
|
478
|
+
* // "STRING_VALUE",
|
|
479
|
+
* // ],
|
|
480
|
+
* // EndpointIpAddress: "STRING_VALUE",
|
|
467
481
|
* // },
|
|
468
482
|
* // },
|
|
469
483
|
* // FailureDetails: {
|
|
@@ -609,14 +623,17 @@ export interface CreateBackupCommandOutput extends CreateBackupResponse, __Metad
|
|
|
609
623
|
* // CopyTagsToBackups: true || false,
|
|
610
624
|
* // CopyTagsToVolumes: true || false,
|
|
611
625
|
* // DailyAutomaticBackupStartTime: "STRING_VALUE",
|
|
612
|
-
* // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2",
|
|
626
|
+
* // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2" || "MULTI_AZ_1",
|
|
613
627
|
* // ThroughputCapacity: Number("int"),
|
|
614
628
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
615
|
-
* // DiskIopsConfiguration:
|
|
616
|
-
* // Mode: "AUTOMATIC" || "USER_PROVISIONED",
|
|
617
|
-
* // Iops: Number("long"),
|
|
618
|
-
* // },
|
|
629
|
+
* // DiskIopsConfiguration: "<DiskIopsConfiguration>",
|
|
619
630
|
* // RootVolumeId: "STRING_VALUE",
|
|
631
|
+
* // PreferredSubnetId: "STRING_VALUE",
|
|
632
|
+
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
633
|
+
* // RouteTableIds: [
|
|
634
|
+
* // "STRING_VALUE",
|
|
635
|
+
* // ],
|
|
636
|
+
* // EndpointIpAddress: "STRING_VALUE",
|
|
620
637
|
* // },
|
|
621
638
|
* // },
|
|
622
639
|
* // DirectoryInformation: { // ActiveDirectoryBackupAttributes
|
|
@@ -23,13 +23,18 @@ export interface CreateDataRepositoryTaskCommandOutput extends CreateDataReposit
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Creates an Amazon FSx for Lustre data repository task.
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
26
|
+
* <p>Creates an Amazon FSx for Lustre data repository task.
|
|
27
|
+
* A <code>CreateDataRepositoryTask</code> operation will fail if a data
|
|
28
|
+
* repository is not linked to the FSx file system.</p>
|
|
29
|
+
* <p>You use import and export data repository tasks to perform bulk operations between your
|
|
30
|
+
* FSx for Lustre file system and its linked data repositories. An example of a data repository
|
|
31
|
+
* task is exporting any data and metadata changes, including POSIX metadata, to files, directories,
|
|
32
|
+
* and symbolic links (symlinks) from your FSx file system to a linked data repository.</p>
|
|
33
|
+
* <p>You use release data repository tasks to release data from your file system for files that
|
|
34
|
+
* are archived to S3. The metadata of released files remains on the file system so users or applications
|
|
35
|
+
* can still access released files by reading the files again, which will restore data from
|
|
36
|
+
* Amazon S3 to the FSx for Lustre file system.</p>
|
|
37
|
+
* <p>To learn more about data repository tasks, see
|
|
33
38
|
* <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-repository-tasks.html">Data Repository Tasks</a>.
|
|
34
39
|
* To learn more about linking a data repository to your file system, see
|
|
35
40
|
* <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/create-dra-linked-data-repo.html">Linking your file system to an S3 bucket</a>.</p>
|
|
@@ -59,6 +64,12 @@ export interface CreateDataRepositoryTaskCommandOutput extends CreateDataReposit
|
|
|
59
64
|
* },
|
|
60
65
|
* ],
|
|
61
66
|
* CapacityToRelease: Number("long"),
|
|
67
|
+
* ReleaseConfiguration: { // ReleaseConfiguration
|
|
68
|
+
* DurationSinceLastAccess: { // DurationSinceLastAccess
|
|
69
|
+
* Unit: "DAYS",
|
|
70
|
+
* Value: Number("long"),
|
|
71
|
+
* },
|
|
72
|
+
* },
|
|
62
73
|
* };
|
|
63
74
|
* const command = new CreateDataRepositoryTaskCommand(input);
|
|
64
75
|
* const response = await client.send(command);
|
|
@@ -99,6 +110,12 @@ export interface CreateDataRepositoryTaskCommandOutput extends CreateDataReposit
|
|
|
99
110
|
* // },
|
|
100
111
|
* // CapacityToRelease: Number("long"),
|
|
101
112
|
* // FileCacheId: "STRING_VALUE",
|
|
113
|
+
* // ReleaseConfiguration: { // ReleaseConfiguration
|
|
114
|
+
* // DurationSinceLastAccess: { // DurationSinceLastAccess
|
|
115
|
+
* // Unit: "DAYS",
|
|
116
|
+
* // Value: Number("long"),
|
|
117
|
+
* // },
|
|
118
|
+
* // },
|
|
102
119
|
* // },
|
|
103
120
|
* // };
|
|
104
121
|
*
|
|
@@ -120,6 +120,10 @@ export interface CreateFileSystemCommandOutput extends CreateFileSystemResponse,
|
|
|
120
120
|
* FileShareAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
|
|
121
121
|
* AuditLogDestination: "STRING_VALUE",
|
|
122
122
|
* },
|
|
123
|
+
* DiskIopsConfiguration: { // DiskIopsConfiguration
|
|
124
|
+
* Mode: "AUTOMATIC" || "USER_PROVISIONED",
|
|
125
|
+
* Iops: Number("long"),
|
|
126
|
+
* },
|
|
123
127
|
* },
|
|
124
128
|
* LustreConfiguration: { // CreateFileSystemLustreConfiguration
|
|
125
129
|
* WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -151,7 +155,7 @@ export interface CreateFileSystemCommandOutput extends CreateFileSystemResponse,
|
|
|
151
155
|
* DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1", // required
|
|
152
156
|
* EndpointIpAddressRange: "STRING_VALUE",
|
|
153
157
|
* FsxAdminPassword: "STRING_VALUE",
|
|
154
|
-
* DiskIopsConfiguration: {
|
|
158
|
+
* DiskIopsConfiguration: {
|
|
155
159
|
* Mode: "AUTOMATIC" || "USER_PROVISIONED",
|
|
156
160
|
* Iops: Number("long"),
|
|
157
161
|
* },
|
|
@@ -168,7 +172,7 @@ export interface CreateFileSystemCommandOutput extends CreateFileSystemResponse,
|
|
|
168
172
|
* CopyTagsToBackups: true || false,
|
|
169
173
|
* CopyTagsToVolumes: true || false,
|
|
170
174
|
* DailyAutomaticBackupStartTime: "STRING_VALUE",
|
|
171
|
-
* DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2", // required
|
|
175
|
+
* DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2" || "MULTI_AZ_1", // required
|
|
172
176
|
* ThroughputCapacity: Number("int"), // required
|
|
173
177
|
* WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
174
178
|
* DiskIopsConfiguration: {
|
|
@@ -200,6 +204,11 @@ export interface CreateFileSystemCommandOutput extends CreateFileSystemResponse,
|
|
|
200
204
|
* CopyTagsToSnapshots: true || false,
|
|
201
205
|
* ReadOnly: true || false,
|
|
202
206
|
* },
|
|
207
|
+
* PreferredSubnetId: "STRING_VALUE",
|
|
208
|
+
* EndpointIpAddressRange: "STRING_VALUE",
|
|
209
|
+
* RouteTableIds: [
|
|
210
|
+
* "STRING_VALUE",
|
|
211
|
+
* ],
|
|
203
212
|
* },
|
|
204
213
|
* };
|
|
205
214
|
* const command = new CreateFileSystemCommand(input);
|
|
@@ -266,6 +275,10 @@ export interface CreateFileSystemCommandOutput extends CreateFileSystemResponse,
|
|
|
266
275
|
* // FileShareAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
|
|
267
276
|
* // AuditLogDestination: "STRING_VALUE",
|
|
268
277
|
* // },
|
|
278
|
+
* // DiskIopsConfiguration: { // DiskIopsConfiguration
|
|
279
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED",
|
|
280
|
+
* // Iops: Number("long"),
|
|
281
|
+
* // },
|
|
269
282
|
* // },
|
|
270
283
|
* // LustreConfiguration: { // LustreFileSystemConfiguration
|
|
271
284
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -300,7 +313,7 @@ export interface CreateFileSystemCommandOutput extends CreateFileSystemResponse,
|
|
|
300
313
|
* // },
|
|
301
314
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
302
315
|
* // { // AdministrativeAction
|
|
303
|
-
* // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE",
|
|
316
|
+
* // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE" || "THROUGHPUT_OPTIMIZATION" || "IOPS_OPTIMIZATION" || "STORAGE_TYPE_OPTIMIZATION",
|
|
304
317
|
* // ProgressPercent: Number("int"),
|
|
305
318
|
* // RequestTime: new Date("TIMESTAMP"),
|
|
306
319
|
* // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
|
|
@@ -365,6 +378,10 @@ export interface CreateFileSystemCommandOutput extends CreateFileSystemResponse,
|
|
|
365
378
|
* // FileShareAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
|
|
366
379
|
* // AuditLogDestination: "STRING_VALUE",
|
|
367
380
|
* // },
|
|
381
|
+
* // DiskIopsConfiguration: {
|
|
382
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED",
|
|
383
|
+
* // Iops: Number("long"),
|
|
384
|
+
* // },
|
|
368
385
|
* // },
|
|
369
386
|
* // LustreConfiguration: {
|
|
370
387
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -399,7 +416,7 @@ export interface CreateFileSystemCommandOutput extends CreateFileSystemResponse,
|
|
|
399
416
|
* // },
|
|
400
417
|
* // AdministrativeActions: [
|
|
401
418
|
* // {
|
|
402
|
-
* // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE",
|
|
419
|
+
* // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE" || "THROUGHPUT_OPTIMIZATION" || "IOPS_OPTIMIZATION" || "STORAGE_TYPE_OPTIMIZATION",
|
|
403
420
|
* // ProgressPercent: Number("int"),
|
|
404
421
|
* // RequestTime: new Date("TIMESTAMP"),
|
|
405
422
|
* // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
|
|
@@ -532,7 +549,7 @@ export interface CreateFileSystemCommandOutput extends CreateFileSystemResponse,
|
|
|
532
549
|
* // ],
|
|
533
550
|
* // },
|
|
534
551
|
* // },
|
|
535
|
-
* // DiskIopsConfiguration: {
|
|
552
|
+
* // DiskIopsConfiguration: {
|
|
536
553
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED",
|
|
537
554
|
* // Iops: Number("long"),
|
|
538
555
|
* // },
|
|
@@ -550,7 +567,7 @@ export interface CreateFileSystemCommandOutput extends CreateFileSystemResponse,
|
|
|
550
567
|
* // CopyTagsToBackups: true || false,
|
|
551
568
|
* // CopyTagsToVolumes: true || false,
|
|
552
569
|
* // DailyAutomaticBackupStartTime: "STRING_VALUE",
|
|
553
|
-
* // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2",
|
|
570
|
+
* // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2" || "MULTI_AZ_1",
|
|
554
571
|
* // ThroughputCapacity: Number("int"),
|
|
555
572
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
556
573
|
* // DiskIopsConfiguration: {
|
|
@@ -558,6 +575,12 @@ export interface CreateFileSystemCommandOutput extends CreateFileSystemResponse,
|
|
|
558
575
|
* // Iops: Number("long"),
|
|
559
576
|
* // },
|
|
560
577
|
* // RootVolumeId: "STRING_VALUE",
|
|
578
|
+
* // PreferredSubnetId: "STRING_VALUE",
|
|
579
|
+
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
580
|
+
* // RouteTableIds: [
|
|
581
|
+
* // "STRING_VALUE",
|
|
582
|
+
* // ],
|
|
583
|
+
* // EndpointIpAddress: "STRING_VALUE",
|
|
561
584
|
* // },
|
|
562
585
|
* // },
|
|
563
586
|
* // FailureDetails: {
|
|
@@ -703,14 +726,17 @@ export interface CreateFileSystemCommandOutput extends CreateFileSystemResponse,
|
|
|
703
726
|
* // CopyTagsToBackups: true || false,
|
|
704
727
|
* // CopyTagsToVolumes: true || false,
|
|
705
728
|
* // DailyAutomaticBackupStartTime: "STRING_VALUE",
|
|
706
|
-
* // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2",
|
|
729
|
+
* // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2" || "MULTI_AZ_1",
|
|
707
730
|
* // ThroughputCapacity: Number("int"),
|
|
708
731
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
709
|
-
* // DiskIopsConfiguration:
|
|
710
|
-
* // Mode: "AUTOMATIC" || "USER_PROVISIONED",
|
|
711
|
-
* // Iops: Number("long"),
|
|
712
|
-
* // },
|
|
732
|
+
* // DiskIopsConfiguration: "<DiskIopsConfiguration>",
|
|
713
733
|
* // RootVolumeId: "STRING_VALUE",
|
|
734
|
+
* // PreferredSubnetId: "STRING_VALUE",
|
|
735
|
+
* // EndpointIpAddressRange: "STRING_VALUE",
|
|
736
|
+
* // RouteTableIds: [
|
|
737
|
+
* // "STRING_VALUE",
|
|
738
|
+
* // ],
|
|
739
|
+
* // EndpointIpAddress: "STRING_VALUE",
|
|
714
740
|
* // },
|
|
715
741
|
* // },
|
|
716
742
|
* // };
|