@aws-sdk/client-fsx 3.590.0 → 3.596.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/index.js +6 -45
- package/dist-es/models/models_0.js +4 -0
- package/dist-types/commands/AssociateFileSystemAliasesCommand.d.ts +2 -1
- package/dist-types/commands/CancelDataRepositoryTaskCommand.d.ts +2 -1
- package/dist-types/commands/CopyBackupCommand.d.ts +10 -1
- package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +10 -1
- package/dist-types/commands/CreateBackupCommand.d.ts +10 -1
- package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +2 -1
- package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +2 -1
- package/dist-types/commands/CreateFileCacheCommand.d.ts +2 -1
- package/dist-types/commands/CreateFileSystemCommand.d.ts +15 -2
- package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +14 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +10 -1
- package/dist-types/commands/CreateStorageVirtualMachineCommand.d.ts +2 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +10 -1
- package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +10 -1
- package/dist-types/commands/DeleteBackupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFileCacheCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFileSystemCommand.d.ts +4 -3
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/DeleteStorageVirtualMachineCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVolumeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBackupsCommand.d.ts +10 -1
- package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDataRepositoryTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFileCachesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFileSystemAliasesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +10 -1
- package/dist-types/commands/DescribeSharedVpcConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +10 -1
- package/dist-types/commands/DescribeStorageVirtualMachinesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumesCommand.d.ts +10 -1
- package/dist-types/commands/DisassociateFileSystemAliasesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +10 -1
- package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +10 -1
- package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +10 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFileCacheCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +19 -1
- package/dist-types/commands/UpdateSharedVpcConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +10 -1
- package/dist-types/commands/UpdateStorageVirtualMachineCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVolumeCommand.d.ts +10 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/FSxServiceException.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +208 -44
- package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateFileCacheCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteFileCacheCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeFileCachesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeSharedVpcConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartMisconfiguredStateRecoveryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateFileCacheCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateSharedVpcConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/FSxServiceException.d.ts +2 -1
- package/dist-types/ts3.4/models/models_0.d.ts +21 -0
- package/package.json +6 -6
package/dist-types/index.d.ts
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
export * from "./FSxClient";
|
|
8
8
|
export * from "./FSx";
|
|
9
9
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
11
|
-
export { FSxExtensionConfiguration } from "./extensionConfiguration";
|
|
10
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
11
|
+
export type { FSxExtensionConfiguration } from "./extensionConfiguration";
|
|
12
12
|
export * from "./commands";
|
|
13
13
|
export * from "./pagination";
|
|
14
14
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -406,6 +406,50 @@ export interface LustreLogConfiguration {
|
|
|
406
406
|
*/
|
|
407
407
|
Destination?: string;
|
|
408
408
|
}
|
|
409
|
+
/**
|
|
410
|
+
* @public
|
|
411
|
+
* @enum
|
|
412
|
+
*/
|
|
413
|
+
export declare const MetadataConfigurationMode: {
|
|
414
|
+
readonly AUTOMATIC: "AUTOMATIC";
|
|
415
|
+
readonly USER_PROVISIONED: "USER_PROVISIONED";
|
|
416
|
+
};
|
|
417
|
+
/**
|
|
418
|
+
* @public
|
|
419
|
+
*/
|
|
420
|
+
export type MetadataConfigurationMode = (typeof MetadataConfigurationMode)[keyof typeof MetadataConfigurationMode];
|
|
421
|
+
/**
|
|
422
|
+
* <p>The Lustre metadata performance configuration of an Amazon FSx for Lustre
|
|
423
|
+
* file system using a <code>PERSISTENT_2</code> deployment type. The configuration
|
|
424
|
+
* enables the file system to support increasing metadata performance.</p>
|
|
425
|
+
* @public
|
|
426
|
+
*/
|
|
427
|
+
export interface FileSystemLustreMetadataConfiguration {
|
|
428
|
+
/**
|
|
429
|
+
* <p>The number of Metadata IOPS provisioned for the file system. Valid values
|
|
430
|
+
* are <code>1500</code>, <code>3000</code>, <code>6000</code>, <code>12000</code>,
|
|
431
|
+
* and multiples of <code>12000</code> up to a maximum of <code>192000</code>.</p>
|
|
432
|
+
* @public
|
|
433
|
+
*/
|
|
434
|
+
Iops?: number;
|
|
435
|
+
/**
|
|
436
|
+
* <p>The metadata configuration mode for provisioning Metadata IOPS for the
|
|
437
|
+
* file system.</p>
|
|
438
|
+
* <ul>
|
|
439
|
+
* <li>
|
|
440
|
+
* <p>In AUTOMATIC mode, FSx for Lustre automatically
|
|
441
|
+
* provisions and scales the number of Metadata IOPS on your file system based
|
|
442
|
+
* on your file system storage capacity.</p>
|
|
443
|
+
* </li>
|
|
444
|
+
* <li>
|
|
445
|
+
* <p>In USER_PROVISIONED mode, you can choose to specify the number
|
|
446
|
+
* of Metadata IOPS to provision for your file system.</p>
|
|
447
|
+
* </li>
|
|
448
|
+
* </ul>
|
|
449
|
+
* @public
|
|
450
|
+
*/
|
|
451
|
+
Mode: MetadataConfigurationMode | undefined;
|
|
452
|
+
}
|
|
409
453
|
/**
|
|
410
454
|
* <p>The configuration for Lustre root squash used to restrict root-level access
|
|
411
455
|
* from clients that try to access your FSx for Lustre file system as root.
|
|
@@ -522,7 +566,6 @@ export interface LustreFileSystemConfiguration {
|
|
|
522
566
|
* <p>For the <code>SCRATCH_1</code> deployment type, this value is always "<code>fsx</code>".
|
|
523
567
|
* For <code>SCRATCH_2</code>, <code>PERSISTENT_1</code>, and <code>PERSISTENT_2</code> deployment
|
|
524
568
|
* types, this value is a string that is unique within an Amazon Web Services Region.
|
|
525
|
-
*
|
|
526
569
|
* </p>
|
|
527
570
|
* @public
|
|
528
571
|
*/
|
|
@@ -594,6 +637,12 @@ export interface LustreFileSystemConfiguration {
|
|
|
594
637
|
* @public
|
|
595
638
|
*/
|
|
596
639
|
RootSquashConfiguration?: LustreRootSquashConfiguration;
|
|
640
|
+
/**
|
|
641
|
+
* <p>The Lustre metadata performance configuration for an Amazon FSx for Lustre file system
|
|
642
|
+
* using a <code>PERSISTENT_2</code> deployment type.</p>
|
|
643
|
+
* @public
|
|
644
|
+
*/
|
|
645
|
+
MetadataConfiguration?: FileSystemLustreMetadataConfiguration;
|
|
597
646
|
}
|
|
598
647
|
/**
|
|
599
648
|
* @public
|
|
@@ -4002,7 +4051,7 @@ export interface FileCacheDataRepositoryAssociation {
|
|
|
4002
4051
|
* <li>
|
|
4003
4052
|
* <p>If you are not using the <code>DataRepositorySubdirectories</code>
|
|
4004
4053
|
* parameter, the path is to an NFS Export directory (or one of its subdirectories)
|
|
4005
|
-
* in the format <code>
|
|
4054
|
+
* in the format <code>nfs://nfs-domain-name/exportpath</code>. You can therefore
|
|
4006
4055
|
* link a single NFS Export to a single data repository association.</p>
|
|
4007
4056
|
* </li>
|
|
4008
4057
|
* <li>
|
|
@@ -4556,6 +4605,52 @@ export interface LustreLogCreateConfiguration {
|
|
|
4556
4605
|
*/
|
|
4557
4606
|
Destination?: string;
|
|
4558
4607
|
}
|
|
4608
|
+
/**
|
|
4609
|
+
* <p>The Lustre metadata performance configuration for the creation of an
|
|
4610
|
+
* Amazon FSx for Lustre file system using a <code>PERSISTENT_2</code>
|
|
4611
|
+
* deployment type. The configuration uses a Metadata IOPS value to set the
|
|
4612
|
+
* maximum rate of metadata disk IOPS supported by the file system.</p>
|
|
4613
|
+
* <p>After creation, the file system supports increasing metadata performance.
|
|
4614
|
+
* For more information on Metadata IOPS, see <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-metadata-performance.html#metadata-configuration">Lustre
|
|
4615
|
+
* metadata performance configuration</a> in the <i>Amazon FSx for Lustre User Guide</i>.</p>
|
|
4616
|
+
* @public
|
|
4617
|
+
*/
|
|
4618
|
+
export interface CreateFileSystemLustreMetadataConfiguration {
|
|
4619
|
+
/**
|
|
4620
|
+
* <p>(USER_PROVISIONED mode only) Specifies the number of Metadata IOPS to provision
|
|
4621
|
+
* for the file system. This parameter sets the maximum rate of metadata disk IOPS
|
|
4622
|
+
* supported by the file system. Valid values are <code>1500</code>, <code>3000</code>,
|
|
4623
|
+
* <code>6000</code>, <code>12000</code>, and multiples of <code>12000</code>
|
|
4624
|
+
* up to a maximum of <code>192000</code>.</p>
|
|
4625
|
+
* <note>
|
|
4626
|
+
* <p>Iops doesn’t have a default value. If you're using USER_PROVISIONED mode,
|
|
4627
|
+
* you can choose to specify a valid value. If you're using AUTOMATIC mode,
|
|
4628
|
+
* you cannot specify a value because FSx for Lustre automatically sets
|
|
4629
|
+
* the value based on your file system storage capacity.
|
|
4630
|
+
* </p>
|
|
4631
|
+
* </note>
|
|
4632
|
+
* @public
|
|
4633
|
+
*/
|
|
4634
|
+
Iops?: number;
|
|
4635
|
+
/**
|
|
4636
|
+
* <p>The metadata configuration mode for provisioning Metadata IOPS for
|
|
4637
|
+
* an FSx for Lustre file system using a <code>PERSISTENT_2</code>
|
|
4638
|
+
* deployment type.</p>
|
|
4639
|
+
* <ul>
|
|
4640
|
+
* <li>
|
|
4641
|
+
* <p>In AUTOMATIC mode, FSx for Lustre automatically
|
|
4642
|
+
* provisions and scales the number of Metadata IOPS for your file system
|
|
4643
|
+
* based on your file system storage capacity.</p>
|
|
4644
|
+
* </li>
|
|
4645
|
+
* <li>
|
|
4646
|
+
* <p>In USER_PROVISIONED mode, you specify the number of Metadata
|
|
4647
|
+
* IOPS to provision for your file system.</p>
|
|
4648
|
+
* </li>
|
|
4649
|
+
* </ul>
|
|
4650
|
+
* @public
|
|
4651
|
+
*/
|
|
4652
|
+
Mode: MetadataConfigurationMode | undefined;
|
|
4653
|
+
}
|
|
4559
4654
|
/**
|
|
4560
4655
|
* <p>The Lustre configuration for the file system being created.</p>
|
|
4561
4656
|
* <note>
|
|
@@ -4654,10 +4749,11 @@ export interface CreateFileSystemLustreConfiguration {
|
|
|
4654
4749
|
* Amazon Web Services Regions in which FSx for Lustre is available.</p>
|
|
4655
4750
|
* <p>Choose <code>PERSISTENT_2</code> for longer-term storage and for latency-sensitive workloads
|
|
4656
4751
|
* that require the highest levels of IOPS/throughput. <code>PERSISTENT_2</code> supports
|
|
4657
|
-
* SSD storage, and offers higher <code>PerUnitStorageThroughput</code> (up to 1000 MB/s/TiB).
|
|
4658
|
-
*
|
|
4659
|
-
*
|
|
4660
|
-
*
|
|
4752
|
+
* SSD storage, and offers higher <code>PerUnitStorageThroughput</code> (up to 1000 MB/s/TiB).
|
|
4753
|
+
* You can optionally specify a metadata configuration mode for <code>PERSISTENT_2</code>
|
|
4754
|
+
* which supports increasing metadata performance. <code>PERSISTENT_2</code> is available
|
|
4755
|
+
* in a limited number of Amazon Web Services Regions. For more information, and an up-to-date
|
|
4756
|
+
* list of Amazon Web Services Regions in which <code>PERSISTENT_2</code> is available, see
|
|
4661
4757
|
* <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-fsx-lustre.html#lustre-deployment-types">File
|
|
4662
4758
|
* system deployment options for FSx for Lustre</a> in the <i>Amazon FSx for Lustre User Guide</i>.</p>
|
|
4663
4759
|
* <note>
|
|
@@ -4665,11 +4761,11 @@ export interface CreateFileSystemLustreConfiguration {
|
|
|
4665
4761
|
* <code>2.10</code>, the <code>CreateFileSystem</code> operation fails.</p>
|
|
4666
4762
|
* </note>
|
|
4667
4763
|
* <p>Encryption of data in transit is automatically turned on when you access
|
|
4668
|
-
* <code>SCRATCH_2</code>, <code>PERSISTENT_1</code
|
|
4764
|
+
* <code>SCRATCH_2</code>, <code>PERSISTENT_1</code>, and <code>PERSISTENT_2</code> file
|
|
4669
4765
|
* systems from Amazon EC2 instances that support automatic encryption in
|
|
4670
4766
|
* the Amazon Web Services Regions where they are available. For more information about
|
|
4671
4767
|
* 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
|
|
4672
|
-
* transit</a> in the <i>Amazon FSx for Lustre User Guide</i
|
|
4768
|
+
* transit</a> in the <i>Amazon FSx for Lustre User Guide</i>.</p>
|
|
4673
4769
|
* <p>(Default = <code>SCRATCH_1</code>)</p>
|
|
4674
4770
|
* @public
|
|
4675
4771
|
*/
|
|
@@ -4811,6 +4907,13 @@ export interface CreateFileSystemLustreConfiguration {
|
|
|
4811
4907
|
* @public
|
|
4812
4908
|
*/
|
|
4813
4909
|
RootSquashConfiguration?: LustreRootSquashConfiguration;
|
|
4910
|
+
/**
|
|
4911
|
+
* <p>The Lustre metadata performance configuration for the creation of an
|
|
4912
|
+
* FSx for Lustre file system using a <code>PERSISTENT_2</code>
|
|
4913
|
+
* deployment type.</p>
|
|
4914
|
+
* @public
|
|
4915
|
+
*/
|
|
4916
|
+
MetadataConfiguration?: CreateFileSystemLustreMetadataConfiguration;
|
|
4814
4917
|
}
|
|
4815
4918
|
/**
|
|
4816
4919
|
* <p>The ONTAP configuration properties of the FSx for ONTAP file system that you
|
|
@@ -4931,7 +5034,7 @@ export interface CreateFileSystemOntapConfiguration {
|
|
|
4931
5034
|
* <p>Specifies how many high-availability (HA) pairs of file servers will power your file system. Scale-up file systems are powered by 1 HA pair. The default value is 1.
|
|
4932
5035
|
* FSx for ONTAP scale-out file systems are powered by up to 12 HA pairs. The value of this property affects the values of <code>StorageCapacity</code>,
|
|
4933
5036
|
* <code>Iops</code>, and <code>ThroughputCapacity</code>. For more information, see
|
|
4934
|
-
* <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/HA-pairs
|
|
5037
|
+
* <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/administering-file-systems.html#HA-pairs">High-availability (HA) pairs</a> in the FSx for ONTAP user guide.</p>
|
|
4935
5038
|
* <p>Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions:</p>
|
|
4936
5039
|
* <ul>
|
|
4937
5040
|
* <li>
|
|
@@ -5495,7 +5598,7 @@ export interface CreateFileSystemRequest {
|
|
|
5495
5598
|
* follows:</p>
|
|
5496
5599
|
* <ul>
|
|
5497
5600
|
* <li>
|
|
5498
|
-
* <p>For <code>SCRATCH_2</code>, <code>PERSISTENT_2</code
|
|
5601
|
+
* <p>For <code>SCRATCH_2</code>, <code>PERSISTENT_2</code>, and <code>PERSISTENT_1</code> deployment types
|
|
5499
5602
|
* using SSD storage type, the valid values are 1200 GiB, 2400 GiB, and increments of 2400 GiB.</p>
|
|
5500
5603
|
* </li>
|
|
5501
5604
|
* <li>
|
|
@@ -5539,8 +5642,7 @@ export interface CreateFileSystemRequest {
|
|
|
5539
5642
|
* <li>
|
|
5540
5643
|
* <p>Set to <code>HDD</code> to use hard disk drive storage.
|
|
5541
5644
|
* HDD is supported on <code>SINGLE_AZ_2</code> and <code>MULTI_AZ_1</code> Windows file system deployment types,
|
|
5542
|
-
* and on <code>PERSISTENT_1</code> Lustre file system deployment types
|
|
5543
|
-
* </p>
|
|
5645
|
+
* and on <code>PERSISTENT_1</code> Lustre file system deployment types.</p>
|
|
5544
5646
|
* </li>
|
|
5545
5647
|
* </ul>
|
|
5546
5648
|
* <p>Default value is <code>SSD</code>. For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/optimize-fsx-costs.html#storage-type-options"> Storage
|
|
@@ -5656,26 +5758,37 @@ export interface CreateFileSystemRequest {
|
|
|
5656
5758
|
*/
|
|
5657
5759
|
OntapConfiguration?: CreateFileSystemOntapConfiguration;
|
|
5658
5760
|
/**
|
|
5659
|
-
* <p>
|
|
5660
|
-
*
|
|
5661
|
-
* <code>2.
|
|
5761
|
+
* <p>For FSx for Lustre file systems, sets the Lustre version for the file system
|
|
5762
|
+
* that you're creating. Valid values are <code>2.10</code>, <code>2.12</code>, and
|
|
5763
|
+
* <code>2.15</code>:</p>
|
|
5662
5764
|
* <ul>
|
|
5663
5765
|
* <li>
|
|
5664
|
-
* <p>
|
|
5766
|
+
* <p>
|
|
5767
|
+
* <code>2.10</code> is supported by the Scratch and Persistent_1 Lustre
|
|
5768
|
+
* deployment types.</p>
|
|
5665
5769
|
* </li>
|
|
5666
5770
|
* <li>
|
|
5667
|
-
* <p>
|
|
5668
|
-
*
|
|
5669
|
-
*
|
|
5771
|
+
* <p>
|
|
5772
|
+
* <code>2.12</code> is supported by all Lustre deployment types, except
|
|
5773
|
+
* for <code>PERSISTENT_2</code> with a metadata configuration mode.</p>
|
|
5774
|
+
* </li>
|
|
5775
|
+
* <li>
|
|
5776
|
+
* <p>
|
|
5777
|
+
* <code>2.15</code> is supported by all Lustre deployment types and is
|
|
5778
|
+
* recommended for all new file systems.</p>
|
|
5779
|
+
* </li>
|
|
5780
|
+
* </ul>
|
|
5781
|
+
* <p>Default value is <code>2.10</code>, except for the following deployments:</p>
|
|
5782
|
+
* <ul>
|
|
5783
|
+
* <li>
|
|
5784
|
+
* <p>Default value is <code>2.12</code> when <code>DeploymentType</code> is set to
|
|
5785
|
+
* <code>PERSISTENT_2</code> without a metadata configuration mode.</p>
|
|
5786
|
+
* </li>
|
|
5787
|
+
* <li>
|
|
5788
|
+
* <p>Default value is <code>2.15</code> when <code>DeploymentType</code> is set to
|
|
5789
|
+
* <code>PERSISTENT_2</code> with a metadata configuration mode.</p>
|
|
5670
5790
|
* </li>
|
|
5671
5791
|
* </ul>
|
|
5672
|
-
* <p>Default value = <code>2.10</code>, except when <code>DeploymentType</code> is set to
|
|
5673
|
-
* <code>PERSISTENT_2</code>, then the default is <code>2.12</code>.</p>
|
|
5674
|
-
* <note>
|
|
5675
|
-
* <p>If you set <code>FileSystemTypeVersion</code> to <code>2.10</code> for a
|
|
5676
|
-
* <code>PERSISTENT_2</code> Lustre deployment type, the <code>CreateFileSystem</code>
|
|
5677
|
-
* operation fails.</p>
|
|
5678
|
-
* </note>
|
|
5679
5792
|
* @public
|
|
5680
5793
|
*/
|
|
5681
5794
|
FileSystemTypeVersion?: string;
|
|
@@ -6015,7 +6128,8 @@ export interface CreateStorageVirtualMachineRequest {
|
|
|
6015
6128
|
* <li>
|
|
6016
6129
|
* <p>
|
|
6017
6130
|
* <code>MIXED</code> This is an advanced setting. For more information, see
|
|
6018
|
-
* <a href="fsx/latest/ONTAPGuide/volume-security-style.html">Volume security style</a>
|
|
6131
|
+
* <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/volume-security-style.html">Volume security style</a>
|
|
6132
|
+
* in the Amazon FSx for NetApp ONTAP User Guide.</p>
|
|
6019
6133
|
* </li>
|
|
6020
6134
|
* </ul>
|
|
6021
6135
|
* <p></p>
|
|
@@ -6345,10 +6459,7 @@ export interface CreateOntapVolumeConfiguration {
|
|
|
6345
6459
|
/**
|
|
6346
6460
|
* <p>Specifies the security style for the volume. If a volume's security style is not specified,
|
|
6347
6461
|
* it is automatically set to the root volume's security style. The security style determines the type of permissions
|
|
6348
|
-
* that FSx for ONTAP uses to control data access.
|
|
6349
|
-
* <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/volume-security-style">Volume security style</a>
|
|
6350
|
-
* in the <i>Amazon FSx for NetApp ONTAP User Guide</i>.
|
|
6351
|
-
* Specify one of the following values:</p>
|
|
6462
|
+
* that FSx for ONTAP uses to control data access. Specify one of the following values:</p>
|
|
6352
6463
|
* <ul>
|
|
6353
6464
|
* <li>
|
|
6354
6465
|
* <p>
|
|
@@ -6370,7 +6481,7 @@ export interface CreateOntapVolumeConfiguration {
|
|
|
6370
6481
|
* in the NetApp Documentation Center.</p>
|
|
6371
6482
|
* </li>
|
|
6372
6483
|
* </ul>
|
|
6373
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/volume-security-style
|
|
6484
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-volumes.html#volume-security-style">Volume security style</a> in the
|
|
6374
6485
|
* FSx for ONTAP User Guide.</p>
|
|
6375
6486
|
* @public
|
|
6376
6487
|
*/
|
|
@@ -6440,7 +6551,7 @@ export interface CreateOntapVolumeConfiguration {
|
|
|
6440
6551
|
* is read-only and can be used as the destination of a NetApp SnapMirror relationship.</p>
|
|
6441
6552
|
* </li>
|
|
6442
6553
|
* </ul>
|
|
6443
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/volume-types">Volume types</a>
|
|
6554
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-volumes.html#volume-types">Volume types</a>
|
|
6444
6555
|
* in the Amazon FSx for NetApp ONTAP User Guide.</p>
|
|
6445
6556
|
* @public
|
|
6446
6557
|
*/
|
|
@@ -6488,7 +6599,7 @@ export interface CreateOntapVolumeConfiguration {
|
|
|
6488
6599
|
/**
|
|
6489
6600
|
* <p>Use to specify the style of an ONTAP volume. FSx for ONTAP offers two styles of volumes that you can use for different purposes,
|
|
6490
6601
|
* FlexVol and FlexGroup volumes. For more information, see
|
|
6491
|
-
* <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/volume-styles
|
|
6602
|
+
* <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-volumes.html#volume-styles">Volume styles</a> in the Amazon FSx for NetApp ONTAP User Guide.</p>
|
|
6492
6603
|
* @public
|
|
6493
6604
|
*/
|
|
6494
6605
|
VolumeStyle?: VolumeStyle;
|
|
@@ -8415,6 +8526,52 @@ export interface UpdateFileCacheResponse {
|
|
|
8415
8526
|
*/
|
|
8416
8527
|
FileCache?: FileCache;
|
|
8417
8528
|
}
|
|
8529
|
+
/**
|
|
8530
|
+
* <p>The Lustre metadata performance configuration update for an Amazon FSx for Lustre
|
|
8531
|
+
* file system using a <code>PERSISTENT_2</code> deployment type. You can request
|
|
8532
|
+
* an increase in your file system's Metadata IOPS and/or switch your file system's
|
|
8533
|
+
* metadata configuration mode. For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-metadata-performance.html">Managing
|
|
8534
|
+
* metadata performance</a> in the
|
|
8535
|
+
* <i>Amazon FSx for Lustre User Guide</i>.</p>
|
|
8536
|
+
* @public
|
|
8537
|
+
*/
|
|
8538
|
+
export interface UpdateFileSystemLustreMetadataConfiguration {
|
|
8539
|
+
/**
|
|
8540
|
+
* <p>(USER_PROVISIONED mode only) Specifies the number of Metadata IOPS to provision
|
|
8541
|
+
* for your file system. Valid values are <code>1500</code>, <code>3000</code>,
|
|
8542
|
+
* <code>6000</code>, <code>12000</code>, and multiples of <code>12000</code>
|
|
8543
|
+
* up to a maximum of <code>192000</code>.</p>
|
|
8544
|
+
* <p>The value you provide must be greater than or equal to the current number of
|
|
8545
|
+
* Metadata IOPS provisioned for the file system.</p>
|
|
8546
|
+
* @public
|
|
8547
|
+
*/
|
|
8548
|
+
Iops?: number;
|
|
8549
|
+
/**
|
|
8550
|
+
* <p>The metadata configuration mode for provisioning Metadata IOPS for
|
|
8551
|
+
* an FSx for Lustre file system using a <code>PERSISTENT_2</code>
|
|
8552
|
+
* deployment type.</p>
|
|
8553
|
+
* <ul>
|
|
8554
|
+
* <li>
|
|
8555
|
+
* <p>To increase the Metadata IOPS or to switch from AUTOMATIC mode,
|
|
8556
|
+
* specify <code>USER_PROVISIONED</code> as the value for this parameter. Then use the
|
|
8557
|
+
* Iops parameter to provide a Metadata IOPS value that is greater than or equal to
|
|
8558
|
+
* the current number of Metadata IOPS provisioned for the file system.</p>
|
|
8559
|
+
* </li>
|
|
8560
|
+
* <li>
|
|
8561
|
+
* <p>To switch from USER_PROVISIONED mode, specify
|
|
8562
|
+
* <code>AUTOMATIC</code> as the value for this parameter, but do not input a value
|
|
8563
|
+
* for Iops.</p>
|
|
8564
|
+
* <note>
|
|
8565
|
+
* <p>If you request to switch from USER_PROVISIONED to AUTOMATIC mode and the
|
|
8566
|
+
* current Metadata IOPS value is greater than the automated default, FSx for Lustre
|
|
8567
|
+
* rejects the request because downscaling Metadata IOPS is not supported.</p>
|
|
8568
|
+
* </note>
|
|
8569
|
+
* </li>
|
|
8570
|
+
* </ul>
|
|
8571
|
+
* @public
|
|
8572
|
+
*/
|
|
8573
|
+
Mode?: MetadataConfigurationMode;
|
|
8574
|
+
}
|
|
8418
8575
|
/**
|
|
8419
8576
|
* <p>The configuration object for Amazon FSx for Lustre file systems used in the
|
|
8420
8577
|
* <code>UpdateFileSystem</code> operation.</p>
|
|
@@ -8534,6 +8691,13 @@ export interface UpdateFileSystemLustreConfiguration {
|
|
|
8534
8691
|
* @public
|
|
8535
8692
|
*/
|
|
8536
8693
|
PerUnitStorageThroughput?: number;
|
|
8694
|
+
/**
|
|
8695
|
+
* <p>The Lustre metadata performance configuration for an Amazon FSx for Lustre
|
|
8696
|
+
* file system using a <code>PERSISTENT_2</code> deployment type. When this configuration
|
|
8697
|
+
* is enabled, the file system supports increasing metadata performance.</p>
|
|
8698
|
+
* @public
|
|
8699
|
+
*/
|
|
8700
|
+
MetadataConfiguration?: UpdateFileSystemLustreMetadataConfiguration;
|
|
8537
8701
|
}
|
|
8538
8702
|
/**
|
|
8539
8703
|
* <p>The configuration updates for an Amazon FSx for NetApp ONTAP file system.</p>
|
|
@@ -8733,14 +8897,14 @@ export interface UpdateFileSystemOpenZFSConfiguration {
|
|
|
8733
8897
|
RemoveRouteTableIds?: string[];
|
|
8734
8898
|
}
|
|
8735
8899
|
/**
|
|
8736
|
-
* <p>Specifies changes you are making to the self-managed Microsoft Active Directory
|
|
8900
|
+
* <p>Specifies changes you are making to the self-managed Microsoft Active Directory configuration to which
|
|
8737
8901
|
* an FSx for Windows File Server file system or an FSx for ONTAP SVM is joined.</p>
|
|
8738
8902
|
* @public
|
|
8739
8903
|
*/
|
|
8740
8904
|
export interface SelfManagedActiveDirectoryConfigurationUpdates {
|
|
8741
8905
|
/**
|
|
8742
|
-
* <p>Specifies the updated user name for the service account on your self-managed
|
|
8743
|
-
* Amazon FSx uses this account to join to your self-managed
|
|
8906
|
+
* <p>Specifies the updated user name for the service account on your self-managed Active Directory domain.
|
|
8907
|
+
* Amazon FSx uses this account to join to your self-managed Active Directory domain.</p>
|
|
8744
8908
|
* <p>This account must have the permissions required to join
|
|
8745
8909
|
* computers to the domain in the organizational unit provided in
|
|
8746
8910
|
* <code>OrganizationalUnitDistinguishedName</code>.</p>
|
|
@@ -8748,29 +8912,29 @@ export interface SelfManagedActiveDirectoryConfigurationUpdates {
|
|
|
8748
8912
|
*/
|
|
8749
8913
|
UserName?: string;
|
|
8750
8914
|
/**
|
|
8751
|
-
* <p>Specifies the updated password for the service account on your self-managed
|
|
8752
|
-
* Amazon FSx uses this account to join to your self-managed
|
|
8915
|
+
* <p>Specifies the updated password for the service account on your self-managed Active Directory domain.
|
|
8916
|
+
* Amazon FSx uses this account to join to your self-managed Active Directory domain.</p>
|
|
8753
8917
|
* @public
|
|
8754
8918
|
*/
|
|
8755
8919
|
Password?: string;
|
|
8756
8920
|
/**
|
|
8757
8921
|
* <p>A list of up to three DNS server or domain controller IP addresses in your
|
|
8758
|
-
* self-managed
|
|
8922
|
+
* self-managed Active Directory domain.</p>
|
|
8759
8923
|
* @public
|
|
8760
8924
|
*/
|
|
8761
8925
|
DnsIps?: string[];
|
|
8762
8926
|
/**
|
|
8763
|
-
* <p>Specifies an updated fully qualified domain name of your self-managed
|
|
8927
|
+
* <p>Specifies an updated fully qualified domain name of your self-managed Active Directory configuration.</p>
|
|
8764
8928
|
* @public
|
|
8765
8929
|
*/
|
|
8766
8930
|
DomainName?: string;
|
|
8767
8931
|
/**
|
|
8768
|
-
* <p>Specifies an updated fully qualified distinguished name of the organization unit within your self-managed
|
|
8932
|
+
* <p>Specifies an updated fully qualified distinguished name of the organization unit within your self-managed Active Directory.</p>
|
|
8769
8933
|
* @public
|
|
8770
8934
|
*/
|
|
8771
8935
|
OrganizationalUnitDistinguishedName?: string;
|
|
8772
8936
|
/**
|
|
8773
|
-
* <p>Specifies the updated name of the self-managed
|
|
8937
|
+
* <p>For FSx for ONTAP file systems only - Specifies the updated name of the self-managed Active Directory domain group whose members are granted administrative privileges
|
|
8774
8938
|
* for the Amazon FSx resource.</p>
|
|
8775
8939
|
* @public
|
|
8776
8940
|
*/
|
|
@@ -8976,7 +9140,7 @@ export interface UpdateSnapshotRequest {
|
|
|
8976
9140
|
*/
|
|
8977
9141
|
export interface UpdateSvmActiveDirectoryConfiguration {
|
|
8978
9142
|
/**
|
|
8979
|
-
* <p>Specifies changes you are making to the self-managed Microsoft Active Directory
|
|
9143
|
+
* <p>Specifies changes you are making to the self-managed Microsoft Active Directory configuration to which
|
|
8980
9144
|
* an FSx for Windows File Server file system or an FSx for ONTAP SVM is joined.</p>
|
|
8981
9145
|
* @public
|
|
8982
9146
|
*/
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
AssociateFileSystemAliasesRequest,
|
|
10
10
|
AssociateFileSystemAliasesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface AssociateFileSystemAliasesCommandInput
|
|
14
15
|
extends AssociateFileSystemAliasesRequest {}
|
|
15
16
|
export interface AssociateFileSystemAliasesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CancelDataRepositoryTaskRequest,
|
|
10
10
|
CancelDataRepositoryTaskResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CancelDataRepositoryTaskCommandInput
|
|
14
15
|
extends CancelDataRepositoryTaskRequest {}
|
|
15
16
|
export interface CancelDataRepositoryTaskCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../FSxClient";
|
|
8
8
|
import { CopyBackupRequest, CopyBackupResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CopyBackupCommandInput extends CopyBackupRequest {}
|
|
11
12
|
export interface CopyBackupCommandOutput
|
|
12
13
|
extends CopyBackupResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CopySnapshotAndUpdateVolumeRequest,
|
|
10
10
|
CopySnapshotAndUpdateVolumeResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CopySnapshotAndUpdateVolumeCommandInput
|
|
14
15
|
extends CopySnapshotAndUpdateVolumeRequest {}
|
|
15
16
|
export interface CopySnapshotAndUpdateVolumeCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../FSxClient";
|
|
8
8
|
import { CreateBackupRequest, CreateBackupResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateBackupCommandInput extends CreateBackupRequest {}
|
|
11
12
|
export interface CreateBackupCommandOutput
|
|
12
13
|
extends CreateBackupResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateDataRepositoryAssociationRequest,
|
|
10
10
|
CreateDataRepositoryAssociationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateDataRepositoryAssociationCommandInput
|
|
14
15
|
extends CreateDataRepositoryAssociationRequest {}
|
|
15
16
|
export interface CreateDataRepositoryAssociationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateDataRepositoryTaskRequest,
|
|
10
10
|
CreateDataRepositoryTaskResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateDataRepositoryTaskCommandInput
|
|
14
15
|
extends CreateDataRepositoryTaskRequest {}
|
|
15
16
|
export interface CreateDataRepositoryTaskCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateFileCacheRequest,
|
|
10
10
|
CreateFileCacheResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateFileCacheCommandInput extends CreateFileCacheRequest {}
|
|
14
15
|
export interface CreateFileCacheCommandOutput
|
|
15
16
|
extends CreateFileCacheResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateFileSystemRequest,
|
|
10
10
|
CreateFileSystemResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateFileSystemCommandInput extends CreateFileSystemRequest {}
|
|
14
15
|
export interface CreateFileSystemCommandOutput
|
|
15
16
|
extends CreateFileSystemResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateFileSystemFromBackupRequest,
|
|
10
10
|
CreateFileSystemFromBackupResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateFileSystemFromBackupCommandInput
|
|
14
15
|
extends CreateFileSystemFromBackupRequest {}
|
|
15
16
|
export interface CreateFileSystemFromBackupCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateSnapshotRequest,
|
|
10
10
|
CreateSnapshotResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateSnapshotCommandInput extends CreateSnapshotRequest {}
|
|
14
15
|
export interface CreateSnapshotCommandOutput
|
|
15
16
|
extends CreateSnapshotResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateStorageVirtualMachineRequest,
|
|
10
10
|
CreateStorageVirtualMachineResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateStorageVirtualMachineCommandInput
|
|
14
15
|
extends CreateStorageVirtualMachineRequest {}
|
|
15
16
|
export interface CreateStorageVirtualMachineCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../FSxClient";
|
|
8
8
|
import { CreateVolumeRequest, CreateVolumeResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateVolumeCommandInput extends CreateVolumeRequest {}
|
|
11
12
|
export interface CreateVolumeCommandOutput
|
|
12
13
|
extends CreateVolumeResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateVolumeFromBackupRequest,
|
|
10
10
|
CreateVolumeFromBackupResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateVolumeFromBackupCommandInput
|
|
14
15
|
extends CreateVolumeFromBackupRequest {}
|
|
15
16
|
export interface CreateVolumeFromBackupCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../FSxClient";
|
|
8
8
|
import { DeleteBackupRequest, DeleteBackupResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteBackupCommandInput extends DeleteBackupRequest {}
|
|
11
12
|
export interface DeleteBackupCommandOutput
|
|
12
13
|
extends DeleteBackupResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteDataRepositoryAssociationRequest,
|
|
10
10
|
DeleteDataRepositoryAssociationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteDataRepositoryAssociationCommandInput
|
|
14
15
|
extends DeleteDataRepositoryAssociationRequest {}
|
|
15
16
|
export interface DeleteDataRepositoryAssociationCommandOutput
|