@aws-sdk/client-fsx 3.303.0 → 3.309.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/commands/AssociateFileSystemAliasesCommand.js +2 -2
- package/dist-cjs/commands/CancelDataRepositoryTaskCommand.js +2 -2
- package/dist-cjs/commands/CopyBackupCommand.js +2 -2
- package/dist-cjs/commands/CreateBackupCommand.js +2 -2
- package/dist-cjs/commands/CreateDataRepositoryAssociationCommand.js +2 -2
- package/dist-cjs/commands/CreateDataRepositoryTaskCommand.js +2 -2
- package/dist-cjs/commands/CreateFileCacheCommand.js +2 -2
- package/dist-cjs/commands/CreateFileSystemCommand.js +2 -2
- package/dist-cjs/commands/CreateFileSystemFromBackupCommand.js +2 -2
- package/dist-cjs/commands/CreateSnapshotCommand.js +2 -2
- package/dist-cjs/commands/CreateStorageVirtualMachineCommand.js +2 -2
- package/dist-cjs/commands/CreateVolumeCommand.js +2 -2
- package/dist-cjs/commands/CreateVolumeFromBackupCommand.js +2 -2
- package/dist-cjs/commands/DeleteBackupCommand.js +2 -2
- package/dist-cjs/commands/DeleteDataRepositoryAssociationCommand.js +2 -2
- package/dist-cjs/commands/DeleteFileCacheCommand.js +2 -2
- package/dist-cjs/commands/DeleteFileSystemCommand.js +2 -2
- package/dist-cjs/commands/DeleteSnapshotCommand.js +2 -2
- package/dist-cjs/commands/DeleteStorageVirtualMachineCommand.js +2 -2
- package/dist-cjs/commands/DeleteVolumeCommand.js +2 -2
- package/dist-cjs/commands/DescribeBackupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataRepositoryAssociationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataRepositoryTasksCommand.js +2 -2
- package/dist-cjs/commands/DescribeFileCachesCommand.js +2 -2
- package/dist-cjs/commands/DescribeFileSystemAliasesCommand.js +2 -2
- package/dist-cjs/commands/DescribeFileSystemsCommand.js +2 -2
- package/dist-cjs/commands/DescribeSnapshotsCommand.js +2 -2
- package/dist-cjs/commands/DescribeStorageVirtualMachinesCommand.js +2 -2
- package/dist-cjs/commands/DescribeVolumesCommand.js +2 -2
- package/dist-cjs/commands/DisassociateFileSystemAliasesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ReleaseFileSystemNfsV3LocksCommand.js +2 -2
- package/dist-cjs/commands/RestoreVolumeFromSnapshotCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataRepositoryAssociationCommand.js +2 -2
- package/dist-cjs/commands/UpdateFileCacheCommand.js +2 -2
- package/dist-cjs/commands/UpdateFileSystemCommand.js +2 -2
- package/dist-cjs/commands/UpdateSnapshotCommand.js +2 -2
- package/dist-cjs/commands/UpdateStorageVirtualMachineCommand.js +2 -2
- package/dist-cjs/commands/UpdateVolumeCommand.js +2 -2
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/protocols/Aws_json1_1.js +1168 -1258
- package/dist-es/commands/AssociateFileSystemAliasesCommand.js +3 -3
- package/dist-es/commands/CancelDataRepositoryTaskCommand.js +3 -3
- package/dist-es/commands/CopyBackupCommand.js +3 -3
- package/dist-es/commands/CreateBackupCommand.js +3 -3
- package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +3 -3
- package/dist-es/commands/CreateDataRepositoryTaskCommand.js +3 -3
- package/dist-es/commands/CreateFileCacheCommand.js +3 -3
- package/dist-es/commands/CreateFileSystemCommand.js +3 -3
- package/dist-es/commands/CreateFileSystemFromBackupCommand.js +3 -3
- package/dist-es/commands/CreateSnapshotCommand.js +3 -3
- package/dist-es/commands/CreateStorageVirtualMachineCommand.js +3 -3
- package/dist-es/commands/CreateVolumeCommand.js +3 -3
- package/dist-es/commands/CreateVolumeFromBackupCommand.js +3 -3
- package/dist-es/commands/DeleteBackupCommand.js +3 -3
- package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +3 -3
- package/dist-es/commands/DeleteFileCacheCommand.js +3 -3
- package/dist-es/commands/DeleteFileSystemCommand.js +3 -3
- package/dist-es/commands/DeleteSnapshotCommand.js +3 -3
- package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +3 -3
- package/dist-es/commands/DeleteVolumeCommand.js +3 -3
- package/dist-es/commands/DescribeBackupsCommand.js +3 -3
- package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +3 -3
- package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +3 -3
- package/dist-es/commands/DescribeFileCachesCommand.js +3 -3
- package/dist-es/commands/DescribeFileSystemAliasesCommand.js +3 -3
- package/dist-es/commands/DescribeFileSystemsCommand.js +3 -3
- package/dist-es/commands/DescribeSnapshotsCommand.js +3 -3
- package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +3 -3
- package/dist-es/commands/DescribeVolumesCommand.js +3 -3
- package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +3 -3
- package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +3 -3
- package/dist-es/commands/UpdateFileCacheCommand.js +3 -3
- package/dist-es/commands/UpdateFileSystemCommand.js +3 -3
- package/dist-es/commands/UpdateSnapshotCommand.js +3 -3
- package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +3 -3
- package/dist-es/commands/UpdateVolumeCommand.js +3 -3
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/protocols/Aws_json1_1.js +1084 -1174
- package/dist-types/FSx.d.ts +33 -12
- package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +3 -2
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +24 -4
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +109 -108
- package/dist-types/protocols/Aws_json1_1.d.ts +328 -82
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +82 -82
- package/package.json +29 -29
|
@@ -201,8 +201,9 @@ export type DataRepositoryLifecycle = (typeof DataRepositoryLifecycle)[keyof typ
|
|
|
201
201
|
* @public
|
|
202
202
|
* <p>The data repository configuration object for Lustre file systems returned in the response of
|
|
203
203
|
* the <code>CreateFileSystem</code> operation.</p>
|
|
204
|
-
* <p>This data type is not supported
|
|
205
|
-
*
|
|
204
|
+
* <p>This data type is not supported on file systems with a data repository association.
|
|
205
|
+
* For file systems with a data repository association,
|
|
206
|
+
* see .</p>
|
|
206
207
|
*/
|
|
207
208
|
export interface DataRepositoryConfiguration {
|
|
208
209
|
/**
|
|
@@ -445,8 +446,9 @@ export interface LustreFileSystemConfiguration {
|
|
|
445
446
|
/**
|
|
446
447
|
* <p>The data repository configuration object for Lustre file systems returned in the response of
|
|
447
448
|
* the <code>CreateFileSystem</code> operation.</p>
|
|
448
|
-
* <p>This data type is not supported
|
|
449
|
-
*
|
|
449
|
+
* <p>This data type is not supported on file systems with a data repository association.
|
|
450
|
+
* For file systems with a data repository association,
|
|
451
|
+
* see .</p>
|
|
450
452
|
*/
|
|
451
453
|
DataRepositoryConfiguration?: DataRepositoryConfiguration;
|
|
452
454
|
/**
|
|
@@ -674,14 +676,13 @@ export interface OntapFileSystemConfiguration {
|
|
|
674
676
|
*/
|
|
675
677
|
DeploymentType?: OntapDeploymentType | string;
|
|
676
678
|
/**
|
|
677
|
-
* <p>(Multi-AZ only)
|
|
678
|
-
*
|
|
679
|
-
*
|
|
680
|
-
*
|
|
681
|
-
*
|
|
682
|
-
*
|
|
683
|
-
*
|
|
684
|
-
* </important>
|
|
679
|
+
* <p>(Multi-AZ only) Specifies the IP address range in which the endpoints to access your
|
|
680
|
+
* file system will be created. By default in the Amazon FSx API, Amazon FSx
|
|
681
|
+
* selects an unused IP address range for you from the 198.19.* range. By default in the
|
|
682
|
+
* Amazon FSx console, Amazon FSx chooses the last 64 IP addresses from
|
|
683
|
+
* the VPC’s primary CIDR range to use as the endpoint IP address range for the file system.
|
|
684
|
+
* You can have overlapping endpoint IP addresses for file systems deployed in the
|
|
685
|
+
* same VPC/route tables.</p>
|
|
685
686
|
*/
|
|
686
687
|
EndpointIpAddressRange?: string;
|
|
687
688
|
/**
|
|
@@ -1694,7 +1695,7 @@ export type VolumeType = (typeof VolumeType)[keyof typeof VolumeType];
|
|
|
1694
1695
|
*/
|
|
1695
1696
|
export interface AssociateFileSystemAliasesRequest {
|
|
1696
1697
|
/**
|
|
1697
|
-
* <p>(Optional) An idempotency token for resource creation, in a string of up to
|
|
1698
|
+
* <p>(Optional) An idempotency token for resource creation, in a string of up to 63
|
|
1698
1699
|
* ASCII characters. This token is automatically filled on your behalf when you use the
|
|
1699
1700
|
* Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
1700
1701
|
*/
|
|
@@ -1812,8 +1813,8 @@ export type EventType = (typeof EventType)[keyof typeof EventType];
|
|
|
1812
1813
|
* As you create, modify, or delete files, Amazon FSx for Lustre
|
|
1813
1814
|
* automatically exports the defined changes asynchronously once your application finishes
|
|
1814
1815
|
* modifying the file.</p>
|
|
1815
|
-
* <p>
|
|
1816
|
-
*
|
|
1816
|
+
* <p>The <code>AutoExportPolicy</code> is only supported on Amazon FSx for Lustre file systems
|
|
1817
|
+
* with a data repository association.</p>
|
|
1817
1818
|
*/
|
|
1818
1819
|
export interface AutoExportPolicy {
|
|
1819
1820
|
/**
|
|
@@ -1845,8 +1846,8 @@ export interface AutoExportPolicy {
|
|
|
1845
1846
|
* The AutoImportPolicy defines how Amazon FSx keeps your file metadata and directory
|
|
1846
1847
|
* listings up to date by importing changes to your Amazon FSx for Lustre file system
|
|
1847
1848
|
* as you modify objects in a linked S3 bucket.</p>
|
|
1848
|
-
* <p>The <code>AutoImportPolicy</code> is supported
|
|
1849
|
-
*
|
|
1849
|
+
* <p>The <code>AutoImportPolicy</code> is only supported on Amazon FSx for Lustre file systems
|
|
1850
|
+
* with a data repository association.</p>
|
|
1850
1851
|
*/
|
|
1851
1852
|
export interface AutoImportPolicy {
|
|
1852
1853
|
/**
|
|
@@ -2009,7 +2010,7 @@ export declare class BackupNotFound extends __BaseException {
|
|
|
2009
2010
|
*/
|
|
2010
2011
|
export interface CopyBackupRequest {
|
|
2011
2012
|
/**
|
|
2012
|
-
* <p>(Optional) An idempotency token for resource creation, in a string of up to
|
|
2013
|
+
* <p>(Optional) An idempotency token for resource creation, in a string of up to 63
|
|
2013
2014
|
* ASCII characters. This token is automatically filled on your behalf when you use the
|
|
2014
2015
|
* Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
2015
2016
|
*/
|
|
@@ -2298,7 +2299,7 @@ export interface CreateBackupRequest {
|
|
|
2298
2299
|
*/
|
|
2299
2300
|
FileSystemId?: string;
|
|
2300
2301
|
/**
|
|
2301
|
-
* <p>(Optional) A string of up to
|
|
2302
|
+
* <p>(Optional) A string of up to 63 ASCII characters that Amazon FSx uses to
|
|
2302
2303
|
* ensure idempotent creation. This string is automatically filled on your behalf when you
|
|
2303
2304
|
* use the Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
2304
2305
|
*/
|
|
@@ -2421,7 +2422,7 @@ export interface CreateDataRepositoryAssociationRequest {
|
|
|
2421
2422
|
*/
|
|
2422
2423
|
S3?: S3DataRepositoryConfiguration;
|
|
2423
2424
|
/**
|
|
2424
|
-
* <p>(Optional) An idempotency token for resource creation, in a string of up to
|
|
2425
|
+
* <p>(Optional) An idempotency token for resource creation, in a string of up to 63
|
|
2425
2426
|
* ASCII characters. This token is automatically filled on your behalf when you use the
|
|
2426
2427
|
* Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
2427
2428
|
*/
|
|
@@ -2492,9 +2493,9 @@ export interface NFSDataRepositoryConfiguration {
|
|
|
2492
2493
|
* </p>
|
|
2493
2494
|
* </li>
|
|
2494
2495
|
* </ul>
|
|
2495
|
-
* <p>Data repository associations are supported
|
|
2496
|
-
* file
|
|
2497
|
-
*
|
|
2496
|
+
* <p>Data repository associations are supported on Amazon File Cache resources and
|
|
2497
|
+
* all Amazon FSx for Lustre file systems excluding <code>Scratch_1</code> deployment
|
|
2498
|
+
* types.</p>
|
|
2498
2499
|
*/
|
|
2499
2500
|
export interface DataRepositoryAssociation {
|
|
2500
2501
|
/**
|
|
@@ -2733,8 +2734,7 @@ export interface CompletionReport {
|
|
|
2733
2734
|
* <p>Required if <code>Enabled</code> is set to <code>true</code>. Specifies the location of the report on the file system's linked S3 data repository. An absolute path that defines where the completion report will be stored in the destination location.
|
|
2734
2735
|
* The <code>Path</code> you provide must be located within the file system’s ExportPath.
|
|
2735
2736
|
* An example <code>Path</code> value is "s3://myBucket/myExportPath/optionalPrefix". The report provides the following information for each file in the report:
|
|
2736
|
-
* FilePath, FileStatus, and ErrorCode
|
|
2737
|
-
* </p>
|
|
2737
|
+
* FilePath, FileStatus, and ErrorCode.</p>
|
|
2738
2738
|
*/
|
|
2739
2739
|
Path?: string;
|
|
2740
2740
|
/**
|
|
@@ -2805,7 +2805,7 @@ export interface CreateDataRepositoryTaskRequest {
|
|
|
2805
2805
|
*/
|
|
2806
2806
|
Report: CompletionReport | undefined;
|
|
2807
2807
|
/**
|
|
2808
|
-
* <p>(Optional) An idempotency token for resource creation, in a string of up to
|
|
2808
|
+
* <p>(Optional) An idempotency token for resource creation, in a string of up to 63
|
|
2809
2809
|
* ASCII characters. This token is automatically filled on your behalf when you use the
|
|
2810
2810
|
* Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
2811
2811
|
*/
|
|
@@ -2927,6 +2927,10 @@ export interface DataRepositoryTask {
|
|
|
2927
2927
|
* <code>AUTO_RELEASE_DATA</code> tasks automatically release files from
|
|
2928
2928
|
* an Amazon File Cache resource.</p>
|
|
2929
2929
|
* </li>
|
|
2930
|
+
* <li>
|
|
2931
|
+
* <p>
|
|
2932
|
+
* <code>RELEASE_DATA_FROM_FILESYSTEM</code> tasks are not supported.</p>
|
|
2933
|
+
* </li>
|
|
2930
2934
|
* </ul>
|
|
2931
2935
|
*/
|
|
2932
2936
|
Type: DataRepositoryTaskType | string | undefined;
|
|
@@ -3184,7 +3188,7 @@ export interface CreateFileCacheLustreConfiguration {
|
|
|
3184
3188
|
*/
|
|
3185
3189
|
export interface CreateFileCacheRequest {
|
|
3186
3190
|
/**
|
|
3187
|
-
* <p>An idempotency token for resource creation, in a string of up to
|
|
3191
|
+
* <p>An idempotency token for resource creation, in a string of up to 63
|
|
3188
3192
|
* ASCII characters. This token is automatically filled on your behalf when you use the
|
|
3189
3193
|
* Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
3190
3194
|
* <p>By using the idempotent operation, you can retry a <code>CreateFileCache</code>
|
|
@@ -3584,9 +3588,9 @@ export interface LustreLogCreateConfiguration {
|
|
|
3584
3588
|
* @public
|
|
3585
3589
|
* <p>The Lustre configuration for the file system being created.</p>
|
|
3586
3590
|
* <note>
|
|
3587
|
-
* <p>The following parameters are not supported for file systems
|
|
3588
|
-
*
|
|
3589
|
-
*
|
|
3591
|
+
* <p>The following parameters are not supported for file systems
|
|
3592
|
+
* with a data repository association created with
|
|
3593
|
+
* .</p>
|
|
3590
3594
|
* <ul>
|
|
3591
3595
|
* <li>
|
|
3592
3596
|
* <p>
|
|
@@ -3626,17 +3630,15 @@ export interface CreateFileSystemLustreConfiguration {
|
|
|
3626
3630
|
* after the Amazon S3 bucket name, only object keys with that prefix are loaded into the
|
|
3627
3631
|
* file system.</p>
|
|
3628
3632
|
* <note>
|
|
3629
|
-
* <p>This parameter is not supported for file systems with
|
|
3630
|
-
* Instead, use <code>CreateDataRepositoryAssociation</code> to create
|
|
3631
|
-
* a data repository association to link your Lustre file system to a data repository.</p>
|
|
3633
|
+
* <p>This parameter is not supported for file systems with a data repository association.</p>
|
|
3632
3634
|
* </note>
|
|
3633
3635
|
*/
|
|
3634
3636
|
ImportPath?: string;
|
|
3635
3637
|
/**
|
|
3636
|
-
* <p>(Optional)
|
|
3637
|
-
*
|
|
3638
|
-
*
|
|
3639
|
-
*
|
|
3638
|
+
* <p>(Optional) Specifies the path in the Amazon S3 bucket where the root of your
|
|
3639
|
+
* Amazon FSx file system is exported. The path must use the same Amazon S3
|
|
3640
|
+
* bucket as specified in ImportPath. You can provide an optional prefix to which new and
|
|
3641
|
+
* changed data is to be exported from your Amazon FSx for Lustre file system. If
|
|
3640
3642
|
* an <code>ExportPath</code> value is not provided, Amazon FSx sets a default export path,
|
|
3641
3643
|
* <code>s3://import-bucket/FSxLustre[creation-timestamp]</code>. The timestamp is in
|
|
3642
3644
|
* UTC format, for example
|
|
@@ -3649,9 +3651,7 @@ export interface CreateFileSystemLustreConfiguration {
|
|
|
3649
3651
|
* <code>s3://import-bucket/[custom-optional-prefix]</code>, Amazon FSx exports the contents of your file
|
|
3650
3652
|
* system to that export prefix in the Amazon S3 bucket.</p>
|
|
3651
3653
|
* <note>
|
|
3652
|
-
* <p>This parameter is not supported for file systems with
|
|
3653
|
-
* Instead, use <code>CreateDataRepositoryAssociation</code> to create
|
|
3654
|
-
* a data repository association to link your Lustre file system to a data repository.</p>
|
|
3654
|
+
* <p>This parameter is not supported for file systems with a data repository association.</p>
|
|
3655
3655
|
* </note>
|
|
3656
3656
|
*/
|
|
3657
3657
|
ExportPath?: string;
|
|
@@ -3662,9 +3662,9 @@ export interface CreateFileSystemLustreConfiguration {
|
|
|
3662
3662
|
* number of disks that make up the file system.</p>
|
|
3663
3663
|
* <p>The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500
|
|
3664
3664
|
* GiB). Amazon S3 objects have a maximum size of 5 TB.</p>
|
|
3665
|
-
* <
|
|
3666
|
-
*
|
|
3667
|
-
*
|
|
3665
|
+
* <note>
|
|
3666
|
+
* <p>This parameter is not supported for file systems with a data repository association.</p>
|
|
3667
|
+
* </note>
|
|
3668
3668
|
*/
|
|
3669
3669
|
ImportedFileChunkSize?: number;
|
|
3670
3670
|
/**
|
|
@@ -3690,20 +3690,18 @@ export interface CreateFileSystemLustreConfiguration {
|
|
|
3690
3690
|
* </note>
|
|
3691
3691
|
* <p>Encryption of data in transit is automatically turned on when you access
|
|
3692
3692
|
* <code>SCRATCH_2</code>, <code>PERSISTENT_1</code> and <code>PERSISTENT_2</code> file
|
|
3693
|
-
*
|
|
3694
|
-
*
|
|
3695
|
-
*
|
|
3696
|
-
*
|
|
3697
|
-
* transit</a> in the <i>Amazon FSx for Lustre User Guide</i>. </p>
|
|
3693
|
+
* systems from Amazon EC2 instances that support automatic encryption in
|
|
3694
|
+
* the Amazon Web Services Regions where they are available. For more information about
|
|
3695
|
+
* encryption in transit for FSx for Lustre file systems, see <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/encryption-in-transit-fsxl.html">Encrypting data in
|
|
3696
|
+
* transit</a> in the <i>Amazon FSx for Lustre User Guide</i>. </p>
|
|
3698
3697
|
* <p>(Default = <code>SCRATCH_1</code>)</p>
|
|
3699
3698
|
*/
|
|
3700
3699
|
DeploymentType?: LustreDeploymentType | string;
|
|
3701
3700
|
/**
|
|
3702
|
-
* <p> (Optional)
|
|
3703
|
-
*
|
|
3704
|
-
*
|
|
3705
|
-
*
|
|
3706
|
-
* have the following values:</p>
|
|
3701
|
+
* <p> (Optional) When you create your file system, your existing S3 objects appear as file and
|
|
3702
|
+
* directory listings. Use this parameter to choose how Amazon FSx keeps your file and directory
|
|
3703
|
+
* listings up to date as you add or modify objects in your linked S3 bucket. <code>AutoImportPolicy</code>
|
|
3704
|
+
* can have the following values:</p>
|
|
3707
3705
|
* <ul>
|
|
3708
3706
|
* <li>
|
|
3709
3707
|
* <p>
|
|
@@ -3735,9 +3733,7 @@ export interface CreateFileSystemLustreConfiguration {
|
|
|
3735
3733
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/older-deployment-types.html#legacy-auto-import-from-s3">
|
|
3736
3734
|
* Automatically import updates from your S3 bucket</a>.</p>
|
|
3737
3735
|
* <note>
|
|
3738
|
-
* <p>This parameter is not supported for file systems with
|
|
3739
|
-
* Instead, use <code>CreateDataRepositoryAssociation</code> to create
|
|
3740
|
-
* a data repository association to link your Lustre file system to a data repository.</p>
|
|
3736
|
+
* <p>This parameter is not supported for file systems with a data repository association.</p>
|
|
3741
3737
|
* </note>
|
|
3742
3738
|
*/
|
|
3743
3739
|
AutoImportPolicy?: AutoImportPolicyType | string;
|
|
@@ -3875,7 +3871,7 @@ export interface CreateFileSystemOntapConfiguration {
|
|
|
3875
3871
|
* Amazon FSx console, Amazon FSx chooses the last 64 IP addresses from
|
|
3876
3872
|
* the VPC’s primary CIDR range to use as the endpoint IP address range for the file system.
|
|
3877
3873
|
* You can have overlapping endpoint IP addresses for file systems deployed in the
|
|
3878
|
-
* same VPC/route tables.</p>
|
|
3874
|
+
* same VPC/route tables, as long as they don't overlap with any subnet.</p>
|
|
3879
3875
|
*/
|
|
3880
3876
|
EndpointIpAddressRange?: string;
|
|
3881
3877
|
/**
|
|
@@ -4344,7 +4340,7 @@ export interface CreateFileSystemWindowsConfiguration {
|
|
|
4344
4340
|
*/
|
|
4345
4341
|
export interface CreateFileSystemRequest {
|
|
4346
4342
|
/**
|
|
4347
|
-
* <p>A string of up to
|
|
4343
|
+
* <p>A string of up to 63 ASCII characters that Amazon FSx uses to ensure
|
|
4348
4344
|
* idempotent creation. This string is automatically filled on your behalf when you use the
|
|
4349
4345
|
* Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
4350
4346
|
*/
|
|
@@ -4478,9 +4474,9 @@ export interface CreateFileSystemRequest {
|
|
|
4478
4474
|
/**
|
|
4479
4475
|
* <p>The Lustre configuration for the file system being created.</p>
|
|
4480
4476
|
* <note>
|
|
4481
|
-
* <p>The following parameters are not supported for file systems
|
|
4482
|
-
*
|
|
4483
|
-
*
|
|
4477
|
+
* <p>The following parameters are not supported for file systems
|
|
4478
|
+
* with a data repository association created with
|
|
4479
|
+
* .</p>
|
|
4484
4480
|
* <ul>
|
|
4485
4481
|
* <li>
|
|
4486
4482
|
* <p>
|
|
@@ -4598,7 +4594,7 @@ export interface CreateFileSystemFromBackupRequest {
|
|
|
4598
4594
|
*/
|
|
4599
4595
|
BackupId: string | undefined;
|
|
4600
4596
|
/**
|
|
4601
|
-
* <p>A string of up to
|
|
4597
|
+
* <p>A string of up to 63 ASCII characters that Amazon FSx uses to ensure
|
|
4602
4598
|
* idempotent creation. This string is automatically filled on your behalf when you use the
|
|
4603
4599
|
* Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
4604
4600
|
*/
|
|
@@ -4632,9 +4628,9 @@ export interface CreateFileSystemFromBackupRequest {
|
|
|
4632
4628
|
/**
|
|
4633
4629
|
* <p>The Lustre configuration for the file system being created.</p>
|
|
4634
4630
|
* <note>
|
|
4635
|
-
* <p>The following parameters are not supported for file systems
|
|
4636
|
-
*
|
|
4637
|
-
*
|
|
4631
|
+
* <p>The following parameters are not supported for file systems
|
|
4632
|
+
* with a data repository association created with
|
|
4633
|
+
* .</p>
|
|
4638
4634
|
* <ul>
|
|
4639
4635
|
* <li>
|
|
4640
4636
|
* <p>
|
|
@@ -4738,7 +4734,7 @@ export interface CreateFileSystemFromBackupRequest {
|
|
|
4738
4734
|
*/
|
|
4739
4735
|
export interface CreateSnapshotRequest {
|
|
4740
4736
|
/**
|
|
4741
|
-
* <p>(Optional) An idempotency token for resource creation, in a string of up to
|
|
4737
|
+
* <p>(Optional) An idempotency token for resource creation, in a string of up to 63
|
|
4742
4738
|
* ASCII characters. This token is automatically filled on your behalf when you use the
|
|
4743
4739
|
* Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
4744
4740
|
*/
|
|
@@ -4800,7 +4796,7 @@ export interface CreateStorageVirtualMachineRequest {
|
|
|
4800
4796
|
*/
|
|
4801
4797
|
ActiveDirectoryConfiguration?: CreateSvmActiveDirectoryConfiguration;
|
|
4802
4798
|
/**
|
|
4803
|
-
* <p>(Optional) An idempotency token for resource creation, in a string of up to
|
|
4799
|
+
* <p>(Optional) An idempotency token for resource creation, in a string of up to 63
|
|
4804
4800
|
* ASCII characters. This token is automatically filled on your behalf when you use the
|
|
4805
4801
|
* Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
4806
4802
|
*/
|
|
@@ -5056,7 +5052,8 @@ export type InputOntapVolumeType = (typeof InputOntapVolumeType)[keyof typeof In
|
|
|
5056
5052
|
export interface CreateOntapVolumeConfiguration {
|
|
5057
5053
|
/**
|
|
5058
5054
|
* <p>Specifies the location in the SVM's namespace where the volume is mounted.
|
|
5059
|
-
* The <code>JunctionPath</code> must have a leading
|
|
5055
|
+
* This parameter is required. The <code>JunctionPath</code> must have a leading
|
|
5056
|
+
* forward slash, such as <code>/vol3</code>.</p>
|
|
5060
5057
|
*/
|
|
5061
5058
|
JunctionPath?: string;
|
|
5062
5059
|
/**
|
|
@@ -5089,12 +5086,15 @@ export interface CreateOntapVolumeConfiguration {
|
|
|
5089
5086
|
*/
|
|
5090
5087
|
SecurityStyle?: SecurityStyle | string;
|
|
5091
5088
|
/**
|
|
5092
|
-
* <p>Specifies the size of the volume, in megabytes (MB), that you are creating
|
|
5089
|
+
* <p>Specifies the size of the volume, in megabytes (MB), that you are creating.
|
|
5090
|
+
* Provide any whole number in the range of 20–104857600 to specify the size of
|
|
5091
|
+
* the volume.</p>
|
|
5093
5092
|
*/
|
|
5094
5093
|
SizeInMegabytes: number | undefined;
|
|
5095
5094
|
/**
|
|
5096
|
-
* <p>Set to true to enable deduplication, compression, and
|
|
5097
|
-
*
|
|
5095
|
+
* <p>Set to true to enable deduplication, compression, and compaction storage
|
|
5096
|
+
* efficiency features on the volume, or set to false to disable them.
|
|
5097
|
+
* This parameter is required.</p>
|
|
5098
5098
|
*/
|
|
5099
5099
|
StorageEfficiencyEnabled?: boolean;
|
|
5100
5100
|
/**
|
|
@@ -5317,7 +5317,7 @@ export interface CreateOpenZFSVolumeConfiguration {
|
|
|
5317
5317
|
*/
|
|
5318
5318
|
export interface CreateVolumeRequest {
|
|
5319
5319
|
/**
|
|
5320
|
-
* <p>(Optional) An idempotency token for resource creation, in a string of up to
|
|
5320
|
+
* <p>(Optional) An idempotency token for resource creation, in a string of up to 63
|
|
5321
5321
|
* ASCII characters. This token is automatically filled on your behalf when you use the
|
|
5322
5322
|
* Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
5323
5323
|
*/
|
|
@@ -5385,7 +5385,7 @@ export interface CreateVolumeFromBackupRequest {
|
|
|
5385
5385
|
*/
|
|
5386
5386
|
BackupId: string | undefined;
|
|
5387
5387
|
/**
|
|
5388
|
-
* <p>(Optional) An idempotency token for resource creation, in a string of up to
|
|
5388
|
+
* <p>(Optional) An idempotency token for resource creation, in a string of up to 63
|
|
5389
5389
|
* ASCII characters. This token is automatically filled on your behalf when you use the
|
|
5390
5390
|
* Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
5391
5391
|
*/
|
|
@@ -5454,7 +5454,7 @@ export interface DeleteBackupRequest {
|
|
|
5454
5454
|
*/
|
|
5455
5455
|
BackupId: string | undefined;
|
|
5456
5456
|
/**
|
|
5457
|
-
* <p>A string of up to
|
|
5457
|
+
* <p>A string of up to 63 ASCII characters that Amazon FSx uses to ensure
|
|
5458
5458
|
* idempotent deletion. This parameter is automatically filled on your behalf when using
|
|
5459
5459
|
* the CLI or SDK.</p>
|
|
5460
5460
|
*/
|
|
@@ -5500,7 +5500,7 @@ export interface DeleteDataRepositoryAssociationRequest {
|
|
|
5500
5500
|
*/
|
|
5501
5501
|
AssociationId: string | undefined;
|
|
5502
5502
|
/**
|
|
5503
|
-
* <p>(Optional) An idempotency token for resource creation, in a string of up to
|
|
5503
|
+
* <p>(Optional) An idempotency token for resource creation, in a string of up to 63
|
|
5504
5504
|
* ASCII characters. This token is automatically filled on your behalf when you use the
|
|
5505
5505
|
* Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
5506
5506
|
*/
|
|
@@ -5538,7 +5538,7 @@ export interface DeleteFileCacheRequest {
|
|
|
5538
5538
|
*/
|
|
5539
5539
|
FileCacheId: string | undefined;
|
|
5540
5540
|
/**
|
|
5541
|
-
* <p>(Optional) An idempotency token for resource creation, in a string of up to
|
|
5541
|
+
* <p>(Optional) An idempotency token for resource creation, in a string of up to 63
|
|
5542
5542
|
* ASCII characters. This token is automatically filled on your behalf when you use the
|
|
5543
5543
|
* Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
5544
5544
|
*/
|
|
@@ -5661,7 +5661,7 @@ export interface DeleteFileSystemRequest {
|
|
|
5661
5661
|
*/
|
|
5662
5662
|
FileSystemId: string | undefined;
|
|
5663
5663
|
/**
|
|
5664
|
-
* <p>A string of up to
|
|
5664
|
+
* <p>A string of up to 63 ASCII characters that Amazon FSx uses to ensure
|
|
5665
5665
|
* idempotent deletion. This token is automatically filled on your behalf when using the
|
|
5666
5666
|
* Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
5667
5667
|
*/
|
|
@@ -5763,7 +5763,7 @@ export interface DeleteFileSystemResponse {
|
|
|
5763
5763
|
*/
|
|
5764
5764
|
export interface DeleteSnapshotRequest {
|
|
5765
5765
|
/**
|
|
5766
|
-
* <p>(Optional) An idempotency token for resource creation, in a string of up to
|
|
5766
|
+
* <p>(Optional) An idempotency token for resource creation, in a string of up to 63
|
|
5767
5767
|
* ASCII characters. This token is automatically filled on your behalf when you use the
|
|
5768
5768
|
* Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
5769
5769
|
*/
|
|
@@ -5808,7 +5808,7 @@ export declare class SnapshotNotFound extends __BaseException {
|
|
|
5808
5808
|
*/
|
|
5809
5809
|
export interface DeleteStorageVirtualMachineRequest {
|
|
5810
5810
|
/**
|
|
5811
|
-
* <p>(Optional) An idempotency token for resource creation, in a string of up to
|
|
5811
|
+
* <p>(Optional) An idempotency token for resource creation, in a string of up to 63
|
|
5812
5812
|
* ASCII characters. This token is automatically filled on your behalf when you use the
|
|
5813
5813
|
* Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
5814
5814
|
*/
|
|
@@ -5873,7 +5873,7 @@ export interface DeleteVolumeOpenZFSConfiguration {
|
|
|
5873
5873
|
*/
|
|
5874
5874
|
export interface DeleteVolumeRequest {
|
|
5875
5875
|
/**
|
|
5876
|
-
* <p>(Optional) An idempotency token for resource creation, in a string of up to
|
|
5876
|
+
* <p>(Optional) An idempotency token for resource creation, in a string of up to 63
|
|
5877
5877
|
* ASCII characters. This token is automatically filled on your behalf when you use the
|
|
5878
5878
|
* Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
5879
5879
|
*/
|
|
@@ -6275,7 +6275,7 @@ export interface DescribeFileCachesResponse {
|
|
|
6275
6275
|
*/
|
|
6276
6276
|
export interface DescribeFileSystemAliasesRequest {
|
|
6277
6277
|
/**
|
|
6278
|
-
* <p>(Optional) An idempotency token for resource creation, in a string of up to
|
|
6278
|
+
* <p>(Optional) An idempotency token for resource creation, in a string of up to 63
|
|
6279
6279
|
* ASCII characters. This token is automatically filled on your behalf when you use the
|
|
6280
6280
|
* Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
6281
6281
|
*/
|
|
@@ -6521,7 +6521,7 @@ export interface DescribeVolumesRequest {
|
|
|
6521
6521
|
*/
|
|
6522
6522
|
export interface DisassociateFileSystemAliasesRequest {
|
|
6523
6523
|
/**
|
|
6524
|
-
* <p>(Optional) An idempotency token for resource creation, in a string of up to
|
|
6524
|
+
* <p>(Optional) An idempotency token for resource creation, in a string of up to 63
|
|
6525
6525
|
* ASCII characters. This token is automatically filled on your behalf when you use the
|
|
6526
6526
|
* Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
6527
6527
|
*/
|
|
@@ -6656,7 +6656,7 @@ export interface ReleaseFileSystemNfsV3LocksRequest {
|
|
|
6656
6656
|
*/
|
|
6657
6657
|
FileSystemId: string | undefined;
|
|
6658
6658
|
/**
|
|
6659
|
-
* <p>(Optional) An idempotency token for resource creation, in a string of up to
|
|
6659
|
+
* <p>(Optional) An idempotency token for resource creation, in a string of up to 63
|
|
6660
6660
|
* ASCII characters. This token is automatically filled on your behalf when you use the
|
|
6661
6661
|
* Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
6662
6662
|
*/
|
|
@@ -6679,7 +6679,7 @@ export type RestoreOpenZFSVolumeOption = (typeof RestoreOpenZFSVolumeOption)[key
|
|
|
6679
6679
|
*/
|
|
6680
6680
|
export interface RestoreVolumeFromSnapshotRequest {
|
|
6681
6681
|
/**
|
|
6682
|
-
* <p>(Optional) An idempotency token for resource creation, in a string of up to
|
|
6682
|
+
* <p>(Optional) An idempotency token for resource creation, in a string of up to 63
|
|
6683
6683
|
* ASCII characters. This token is automatically filled on your behalf when you use the
|
|
6684
6684
|
* Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
6685
6685
|
*/
|
|
@@ -6764,7 +6764,7 @@ export interface UpdateDataRepositoryAssociationRequest {
|
|
|
6764
6764
|
*/
|
|
6765
6765
|
AssociationId: string | undefined;
|
|
6766
6766
|
/**
|
|
6767
|
-
* <p>(Optional) An idempotency token for resource creation, in a string of up to
|
|
6767
|
+
* <p>(Optional) An idempotency token for resource creation, in a string of up to 63
|
|
6768
6768
|
* ASCII characters. This token is automatically filled on your behalf when you use the
|
|
6769
6769
|
* Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
6770
6770
|
*/
|
|
@@ -6823,7 +6823,7 @@ export interface UpdateFileCacheRequest {
|
|
|
6823
6823
|
*/
|
|
6824
6824
|
FileCacheId: string | undefined;
|
|
6825
6825
|
/**
|
|
6826
|
-
* <p>(Optional) An idempotency token for resource creation, in a string of up to
|
|
6826
|
+
* <p>(Optional) An idempotency token for resource creation, in a string of up to 63
|
|
6827
6827
|
* ASCII characters. This token is automatically filled on your behalf when you use the
|
|
6828
6828
|
* Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
6829
6829
|
*/
|
|
@@ -6898,9 +6898,7 @@ export interface UpdateFileSystemLustreConfiguration {
|
|
|
6898
6898
|
* in the S3 bucket.</p>
|
|
6899
6899
|
* </li>
|
|
6900
6900
|
* </ul>
|
|
6901
|
-
* <p>
|
|
6902
|
-
* the <code>Persistent_2</code> deployment type. Instead, use
|
|
6903
|
-
* to update a data repository association on your <code>Persistent_2</code> file system.</p>
|
|
6901
|
+
* <p>This parameter is not supported for file systems with a data repository association.</p>
|
|
6904
6902
|
*/
|
|
6905
6903
|
AutoImportPolicy?: AutoImportPolicyType | string;
|
|
6906
6904
|
/**
|
|
@@ -7136,42 +7134,46 @@ export interface UpdateFileSystemRequest {
|
|
|
7136
7134
|
*/
|
|
7137
7135
|
FileSystemId: string | undefined;
|
|
7138
7136
|
/**
|
|
7139
|
-
* <p>A string of up to
|
|
7137
|
+
* <p>A string of up to 63 ASCII characters that Amazon FSx uses to ensure
|
|
7140
7138
|
* idempotent updates. This string is automatically filled on your behalf when you use the
|
|
7141
7139
|
* Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
7142
7140
|
*/
|
|
7143
7141
|
ClientRequestToken?: string;
|
|
7144
7142
|
/**
|
|
7145
|
-
* <p>Use this parameter to increase the storage capacity of an
|
|
7146
|
-
*
|
|
7143
|
+
* <p>Use this parameter to increase the storage capacity of an FSx for Windows File Server,
|
|
7144
|
+
* FSx for Lustre, FSx for OpenZFS, or FSx for ONTAP file system.
|
|
7147
7145
|
* Specifies the storage capacity target value, in GiB, to increase the storage capacity for
|
|
7148
7146
|
* the file system that you're updating. </p>
|
|
7149
7147
|
* <note>
|
|
7150
7148
|
* <p>You can't make a storage capacity increase request if there is an existing storage
|
|
7151
7149
|
* capacity increase request in progress.</p>
|
|
7152
7150
|
* </note>
|
|
7153
|
-
* <p>For Windows file systems, the storage capacity target value must be at least 10 percent
|
|
7154
|
-
* greater than the current storage capacity value. To increase storage capacity, the file system
|
|
7155
|
-
* must have at least 16 MBps of throughput capacity. For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html">Managing storage
|
|
7156
|
-
* capacity</a> in the <i>Amazon FSx for Windows File Server User
|
|
7157
|
-
* Guide</i>.</p>
|
|
7158
7151
|
* <p>For Lustre file systems, the storage capacity target value can be the following:</p>
|
|
7159
7152
|
* <ul>
|
|
7160
7153
|
* <li>
|
|
7161
7154
|
* <p>For <code>SCRATCH_2</code>, <code>PERSISTENT_1</code>, and <code>PERSISTENT_2 SSD</code> deployment types, valid values
|
|
7162
|
-
*
|
|
7155
|
+
* are in multiples of 2400 GiB. The value must be greater than the current storage capacity.</p>
|
|
7163
7156
|
* </li>
|
|
7164
7157
|
* <li>
|
|
7165
7158
|
* <p>For <code>PERSISTENT HDD</code> file systems, valid values are multiples of 6000 GiB for
|
|
7166
|
-
*
|
|
7167
|
-
*
|
|
7159
|
+
* 12-MBps throughput per TiB file systems and multiples of 1800 GiB for 40-MBps throughput
|
|
7160
|
+
* per TiB file systems. The values must be greater than the current storage capacity.</p>
|
|
7168
7161
|
* </li>
|
|
7169
7162
|
* <li>
|
|
7170
7163
|
* <p>For <code>SCRATCH_1</code> file systems, you can't increase the storage capacity.</p>
|
|
7171
7164
|
* </li>
|
|
7172
7165
|
* </ul>
|
|
7173
7166
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-storage-capacity.html">Managing storage and throughput
|
|
7174
|
-
*
|
|
7167
|
+
* capacity</a> in the <i>FSx for Lustre User Guide</i>.</p>
|
|
7168
|
+
* <p>For FSx for OpenZFS file systems, the storage capacity target value must be at least 10 percent
|
|
7169
|
+
* greater than the current storage capacity value. For more information, see
|
|
7170
|
+
* <a href="https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/managing-storage-capacity.html">Managing storage capacity</a> in the <i>FSx for OpenZFS User
|
|
7171
|
+
* Guide</i>.</p>
|
|
7172
|
+
* <p>For Windows file systems, the storage capacity target value must be at least 10 percent
|
|
7173
|
+
* greater than the current storage capacity value. To increase storage capacity, the file system
|
|
7174
|
+
* must have at least 16 MBps of throughput capacity. For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html">Managing storage
|
|
7175
|
+
* capacity</a> in the <i>Amazon FSx for Windows File Server User
|
|
7176
|
+
* Guide</i>.</p>
|
|
7175
7177
|
* <p>For ONTAP file systems, the storage capacity target value must be at least 10 percent
|
|
7176
7178
|
* greater than the current storage capacity value. For more information, see
|
|
7177
7179
|
* <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-storage-capacity.html">Managing storage capacity and provisioned IOPS</a> in the <i>Amazon FSx for NetApp ONTAP User
|
|
@@ -7179,8 +7181,7 @@ export interface UpdateFileSystemRequest {
|
|
|
7179
7181
|
*/
|
|
7180
7182
|
StorageCapacity?: number;
|
|
7181
7183
|
/**
|
|
7182
|
-
* <p>The configuration updates for an Amazon FSx for Windows File Server file
|
|
7183
|
-
* system.</p>
|
|
7184
|
+
* <p>The configuration updates for an Amazon FSx for Windows File Server file system.</p>
|
|
7184
7185
|
*/
|
|
7185
7186
|
WindowsConfiguration?: UpdateFileSystemWindowsConfiguration;
|
|
7186
7187
|
/**
|
|
@@ -7202,7 +7203,7 @@ export interface UpdateFileSystemRequest {
|
|
|
7202
7203
|
*/
|
|
7203
7204
|
export interface UpdateSnapshotRequest {
|
|
7204
7205
|
/**
|
|
7205
|
-
* <p>(Optional) An idempotency token for resource creation, in a string of up to
|
|
7206
|
+
* <p>(Optional) An idempotency token for resource creation, in a string of up to 63
|
|
7206
7207
|
* ASCII characters. This token is automatically filled on your behalf when you use the
|
|
7207
7208
|
* Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
7208
7209
|
*/
|
|
@@ -7238,7 +7239,7 @@ export interface UpdateStorageVirtualMachineRequest {
|
|
|
7238
7239
|
*/
|
|
7239
7240
|
ActiveDirectoryConfiguration?: UpdateSvmActiveDirectoryConfiguration;
|
|
7240
7241
|
/**
|
|
7241
|
-
* <p>(Optional) An idempotency token for resource creation, in a string of up to
|
|
7242
|
+
* <p>(Optional) An idempotency token for resource creation, in a string of up to 63
|
|
7242
7243
|
* ASCII characters. This token is automatically filled on your behalf when you use the
|
|
7243
7244
|
* Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
7244
7245
|
*/
|
|
@@ -7393,7 +7394,7 @@ export interface UpdateOpenZFSVolumeConfiguration {
|
|
|
7393
7394
|
*/
|
|
7394
7395
|
export interface UpdateVolumeRequest {
|
|
7395
7396
|
/**
|
|
7396
|
-
* <p>(Optional) An idempotency token for resource creation, in a string of up to
|
|
7397
|
+
* <p>(Optional) An idempotency token for resource creation, in a string of up to 63
|
|
7397
7398
|
* ASCII characters. This token is automatically filled on your behalf when you use the
|
|
7398
7399
|
* Command Line Interface (CLI) or an Amazon Web Services SDK.</p>
|
|
7399
7400
|
*/
|
|
@@ -7567,8 +7568,8 @@ export interface AdministrativeAction {
|
|
|
7567
7568
|
*/
|
|
7568
7569
|
export interface FileSystem {
|
|
7569
7570
|
/**
|
|
7570
|
-
* <p>The Amazon Web Services account that created the file system. If the file system was created by
|
|
7571
|
-
*
|
|
7571
|
+
* <p>The Amazon Web Services account that created the file system. If the file system was created by a
|
|
7572
|
+
* user in IAM Identity Center, the Amazon Web Services account to which the
|
|
7572
7573
|
* IAM user belongs is the owner.</p>
|
|
7573
7574
|
*/
|
|
7574
7575
|
OwnerId?: string;
|