@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-cjs/index.js
CHANGED
|
@@ -129,6 +129,7 @@ __export(src_exports, {
|
|
|
129
129
|
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
130
130
|
LustreAccessAuditLogLevel: () => LustreAccessAuditLogLevel,
|
|
131
131
|
LustreDeploymentType: () => LustreDeploymentType,
|
|
132
|
+
MetadataConfigurationMode: () => MetadataConfigurationMode,
|
|
132
133
|
MissingFileCacheConfiguration: () => MissingFileCacheConfiguration,
|
|
133
134
|
MissingFileSystemConfiguration: () => MissingFileSystemConfiguration,
|
|
134
135
|
MissingVolumeConfiguration: () => MissingVolumeConfiguration,
|
|
@@ -366,7 +367,6 @@ var FSxClient = _FSxClient;
|
|
|
366
367
|
|
|
367
368
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
368
369
|
|
|
369
|
-
var import_types = require("@smithy/types");
|
|
370
370
|
|
|
371
371
|
// src/protocols/Aws_json1_1.ts
|
|
372
372
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -488,6 +488,10 @@ var LustreAccessAuditLogLevel = {
|
|
|
488
488
|
WARN_ERROR: "WARN_ERROR",
|
|
489
489
|
WARN_ONLY: "WARN_ONLY"
|
|
490
490
|
};
|
|
491
|
+
var MetadataConfigurationMode = {
|
|
492
|
+
AUTOMATIC: "AUTOMATIC",
|
|
493
|
+
USER_PROVISIONED: "USER_PROVISIONED"
|
|
494
|
+
};
|
|
491
495
|
var OntapDeploymentType = {
|
|
492
496
|
MULTI_AZ_1: "MULTI_AZ_1",
|
|
493
497
|
SINGLE_AZ_1: "SINGLE_AZ_1",
|
|
@@ -3602,7 +3606,6 @@ var AssociateFileSystemAliasesCommand = _AssociateFileSystemAliasesCommand;
|
|
|
3602
3606
|
|
|
3603
3607
|
|
|
3604
3608
|
|
|
3605
|
-
|
|
3606
3609
|
var _CancelDataRepositoryTaskCommand = class _CancelDataRepositoryTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3607
3610
|
...commonParams
|
|
3608
3611
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3619,7 +3622,6 @@ var CancelDataRepositoryTaskCommand = _CancelDataRepositoryTaskCommand;
|
|
|
3619
3622
|
|
|
3620
3623
|
|
|
3621
3624
|
|
|
3622
|
-
|
|
3623
3625
|
var _CopyBackupCommand = class _CopyBackupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3624
3626
|
...commonParams
|
|
3625
3627
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3636,7 +3638,6 @@ var CopyBackupCommand = _CopyBackupCommand;
|
|
|
3636
3638
|
|
|
3637
3639
|
|
|
3638
3640
|
|
|
3639
|
-
|
|
3640
3641
|
var _CopySnapshotAndUpdateVolumeCommand = class _CopySnapshotAndUpdateVolumeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3641
3642
|
...commonParams
|
|
3642
3643
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3653,7 +3654,6 @@ var CopySnapshotAndUpdateVolumeCommand = _CopySnapshotAndUpdateVolumeCommand;
|
|
|
3653
3654
|
|
|
3654
3655
|
|
|
3655
3656
|
|
|
3656
|
-
|
|
3657
3657
|
var _CreateBackupCommand = class _CreateBackupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3658
3658
|
...commonParams
|
|
3659
3659
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3670,7 +3670,6 @@ var CreateBackupCommand = _CreateBackupCommand;
|
|
|
3670
3670
|
|
|
3671
3671
|
|
|
3672
3672
|
|
|
3673
|
-
|
|
3674
3673
|
var _CreateDataRepositoryAssociationCommand = class _CreateDataRepositoryAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3675
3674
|
...commonParams
|
|
3676
3675
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3687,7 +3686,6 @@ var CreateDataRepositoryAssociationCommand = _CreateDataRepositoryAssociationCom
|
|
|
3687
3686
|
|
|
3688
3687
|
|
|
3689
3688
|
|
|
3690
|
-
|
|
3691
3689
|
var _CreateDataRepositoryTaskCommand = class _CreateDataRepositoryTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3692
3690
|
...commonParams
|
|
3693
3691
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3704,7 +3702,6 @@ var CreateDataRepositoryTaskCommand = _CreateDataRepositoryTaskCommand;
|
|
|
3704
3702
|
|
|
3705
3703
|
|
|
3706
3704
|
|
|
3707
|
-
|
|
3708
3705
|
var _CreateFileCacheCommand = class _CreateFileCacheCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3709
3706
|
...commonParams
|
|
3710
3707
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3721,7 +3718,6 @@ var CreateFileCacheCommand = _CreateFileCacheCommand;
|
|
|
3721
3718
|
|
|
3722
3719
|
|
|
3723
3720
|
|
|
3724
|
-
|
|
3725
3721
|
var _CreateFileSystemCommand = class _CreateFileSystemCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3726
3722
|
...commonParams
|
|
3727
3723
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3738,7 +3734,6 @@ var CreateFileSystemCommand = _CreateFileSystemCommand;
|
|
|
3738
3734
|
|
|
3739
3735
|
|
|
3740
3736
|
|
|
3741
|
-
|
|
3742
3737
|
var _CreateFileSystemFromBackupCommand = class _CreateFileSystemFromBackupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3743
3738
|
...commonParams
|
|
3744
3739
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3755,7 +3750,6 @@ var CreateFileSystemFromBackupCommand = _CreateFileSystemFromBackupCommand;
|
|
|
3755
3750
|
|
|
3756
3751
|
|
|
3757
3752
|
|
|
3758
|
-
|
|
3759
3753
|
var _CreateSnapshotCommand = class _CreateSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3760
3754
|
...commonParams
|
|
3761
3755
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3772,7 +3766,6 @@ var CreateSnapshotCommand = _CreateSnapshotCommand;
|
|
|
3772
3766
|
|
|
3773
3767
|
|
|
3774
3768
|
|
|
3775
|
-
|
|
3776
3769
|
var _CreateStorageVirtualMachineCommand = class _CreateStorageVirtualMachineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3777
3770
|
...commonParams
|
|
3778
3771
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3789,7 +3782,6 @@ var CreateStorageVirtualMachineCommand = _CreateStorageVirtualMachineCommand;
|
|
|
3789
3782
|
|
|
3790
3783
|
|
|
3791
3784
|
|
|
3792
|
-
|
|
3793
3785
|
var _CreateVolumeCommand = class _CreateVolumeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3794
3786
|
...commonParams
|
|
3795
3787
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3806,7 +3798,6 @@ var CreateVolumeCommand = _CreateVolumeCommand;
|
|
|
3806
3798
|
|
|
3807
3799
|
|
|
3808
3800
|
|
|
3809
|
-
|
|
3810
3801
|
var _CreateVolumeFromBackupCommand = class _CreateVolumeFromBackupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3811
3802
|
...commonParams
|
|
3812
3803
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3823,7 +3814,6 @@ var CreateVolumeFromBackupCommand = _CreateVolumeFromBackupCommand;
|
|
|
3823
3814
|
|
|
3824
3815
|
|
|
3825
3816
|
|
|
3826
|
-
|
|
3827
3817
|
var _DeleteBackupCommand = class _DeleteBackupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3828
3818
|
...commonParams
|
|
3829
3819
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3840,7 +3830,6 @@ var DeleteBackupCommand = _DeleteBackupCommand;
|
|
|
3840
3830
|
|
|
3841
3831
|
|
|
3842
3832
|
|
|
3843
|
-
|
|
3844
3833
|
var _DeleteDataRepositoryAssociationCommand = class _DeleteDataRepositoryAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3845
3834
|
...commonParams
|
|
3846
3835
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3857,7 +3846,6 @@ var DeleteDataRepositoryAssociationCommand = _DeleteDataRepositoryAssociationCom
|
|
|
3857
3846
|
|
|
3858
3847
|
|
|
3859
3848
|
|
|
3860
|
-
|
|
3861
3849
|
var _DeleteFileCacheCommand = class _DeleteFileCacheCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3862
3850
|
...commonParams
|
|
3863
3851
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3874,7 +3862,6 @@ var DeleteFileCacheCommand = _DeleteFileCacheCommand;
|
|
|
3874
3862
|
|
|
3875
3863
|
|
|
3876
3864
|
|
|
3877
|
-
|
|
3878
3865
|
var _DeleteFileSystemCommand = class _DeleteFileSystemCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3879
3866
|
...commonParams
|
|
3880
3867
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3891,7 +3878,6 @@ var DeleteFileSystemCommand = _DeleteFileSystemCommand;
|
|
|
3891
3878
|
|
|
3892
3879
|
|
|
3893
3880
|
|
|
3894
|
-
|
|
3895
3881
|
var _DeleteSnapshotCommand = class _DeleteSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3896
3882
|
...commonParams
|
|
3897
3883
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3908,7 +3894,6 @@ var DeleteSnapshotCommand = _DeleteSnapshotCommand;
|
|
|
3908
3894
|
|
|
3909
3895
|
|
|
3910
3896
|
|
|
3911
|
-
|
|
3912
3897
|
var _DeleteStorageVirtualMachineCommand = class _DeleteStorageVirtualMachineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3913
3898
|
...commonParams
|
|
3914
3899
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3925,7 +3910,6 @@ var DeleteStorageVirtualMachineCommand = _DeleteStorageVirtualMachineCommand;
|
|
|
3925
3910
|
|
|
3926
3911
|
|
|
3927
3912
|
|
|
3928
|
-
|
|
3929
3913
|
var _DeleteVolumeCommand = class _DeleteVolumeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3930
3914
|
...commonParams
|
|
3931
3915
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3942,7 +3926,6 @@ var DeleteVolumeCommand = _DeleteVolumeCommand;
|
|
|
3942
3926
|
|
|
3943
3927
|
|
|
3944
3928
|
|
|
3945
|
-
|
|
3946
3929
|
var _DescribeBackupsCommand = class _DescribeBackupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3947
3930
|
...commonParams
|
|
3948
3931
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3959,7 +3942,6 @@ var DescribeBackupsCommand = _DescribeBackupsCommand;
|
|
|
3959
3942
|
|
|
3960
3943
|
|
|
3961
3944
|
|
|
3962
|
-
|
|
3963
3945
|
var _DescribeDataRepositoryAssociationsCommand = class _DescribeDataRepositoryAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3964
3946
|
...commonParams
|
|
3965
3947
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3976,7 +3958,6 @@ var DescribeDataRepositoryAssociationsCommand = _DescribeDataRepositoryAssociati
|
|
|
3976
3958
|
|
|
3977
3959
|
|
|
3978
3960
|
|
|
3979
|
-
|
|
3980
3961
|
var _DescribeDataRepositoryTasksCommand = class _DescribeDataRepositoryTasksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3981
3962
|
...commonParams
|
|
3982
3963
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3993,7 +3974,6 @@ var DescribeDataRepositoryTasksCommand = _DescribeDataRepositoryTasksCommand;
|
|
|
3993
3974
|
|
|
3994
3975
|
|
|
3995
3976
|
|
|
3996
|
-
|
|
3997
3977
|
var _DescribeFileCachesCommand = class _DescribeFileCachesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3998
3978
|
...commonParams
|
|
3999
3979
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4010,7 +3990,6 @@ var DescribeFileCachesCommand = _DescribeFileCachesCommand;
|
|
|
4010
3990
|
|
|
4011
3991
|
|
|
4012
3992
|
|
|
4013
|
-
|
|
4014
3993
|
var _DescribeFileSystemAliasesCommand = class _DescribeFileSystemAliasesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4015
3994
|
...commonParams
|
|
4016
3995
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4027,7 +4006,6 @@ var DescribeFileSystemAliasesCommand = _DescribeFileSystemAliasesCommand;
|
|
|
4027
4006
|
|
|
4028
4007
|
|
|
4029
4008
|
|
|
4030
|
-
|
|
4031
4009
|
var _DescribeFileSystemsCommand = class _DescribeFileSystemsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4032
4010
|
...commonParams
|
|
4033
4011
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4044,7 +4022,6 @@ var DescribeFileSystemsCommand = _DescribeFileSystemsCommand;
|
|
|
4044
4022
|
|
|
4045
4023
|
|
|
4046
4024
|
|
|
4047
|
-
|
|
4048
4025
|
var _DescribeSharedVpcConfigurationCommand = class _DescribeSharedVpcConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4049
4026
|
...commonParams
|
|
4050
4027
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4061,7 +4038,6 @@ var DescribeSharedVpcConfigurationCommand = _DescribeSharedVpcConfigurationComma
|
|
|
4061
4038
|
|
|
4062
4039
|
|
|
4063
4040
|
|
|
4064
|
-
|
|
4065
4041
|
var _DescribeSnapshotsCommand = class _DescribeSnapshotsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4066
4042
|
...commonParams
|
|
4067
4043
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4078,7 +4054,6 @@ var DescribeSnapshotsCommand = _DescribeSnapshotsCommand;
|
|
|
4078
4054
|
|
|
4079
4055
|
|
|
4080
4056
|
|
|
4081
|
-
|
|
4082
4057
|
var _DescribeStorageVirtualMachinesCommand = class _DescribeStorageVirtualMachinesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4083
4058
|
...commonParams
|
|
4084
4059
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4095,7 +4070,6 @@ var DescribeStorageVirtualMachinesCommand = _DescribeStorageVirtualMachinesComma
|
|
|
4095
4070
|
|
|
4096
4071
|
|
|
4097
4072
|
|
|
4098
|
-
|
|
4099
4073
|
var _DescribeVolumesCommand = class _DescribeVolumesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4100
4074
|
...commonParams
|
|
4101
4075
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4112,7 +4086,6 @@ var DescribeVolumesCommand = _DescribeVolumesCommand;
|
|
|
4112
4086
|
|
|
4113
4087
|
|
|
4114
4088
|
|
|
4115
|
-
|
|
4116
4089
|
var _DisassociateFileSystemAliasesCommand = class _DisassociateFileSystemAliasesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4117
4090
|
...commonParams
|
|
4118
4091
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4129,7 +4102,6 @@ var DisassociateFileSystemAliasesCommand = _DisassociateFileSystemAliasesCommand
|
|
|
4129
4102
|
|
|
4130
4103
|
|
|
4131
4104
|
|
|
4132
|
-
|
|
4133
4105
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4134
4106
|
...commonParams
|
|
4135
4107
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4146,7 +4118,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
4146
4118
|
|
|
4147
4119
|
|
|
4148
4120
|
|
|
4149
|
-
|
|
4150
4121
|
var _ReleaseFileSystemNfsV3LocksCommand = class _ReleaseFileSystemNfsV3LocksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4151
4122
|
...commonParams
|
|
4152
4123
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4163,7 +4134,6 @@ var ReleaseFileSystemNfsV3LocksCommand = _ReleaseFileSystemNfsV3LocksCommand;
|
|
|
4163
4134
|
|
|
4164
4135
|
|
|
4165
4136
|
|
|
4166
|
-
|
|
4167
4137
|
var _RestoreVolumeFromSnapshotCommand = class _RestoreVolumeFromSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4168
4138
|
...commonParams
|
|
4169
4139
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4180,7 +4150,6 @@ var RestoreVolumeFromSnapshotCommand = _RestoreVolumeFromSnapshotCommand;
|
|
|
4180
4150
|
|
|
4181
4151
|
|
|
4182
4152
|
|
|
4183
|
-
|
|
4184
4153
|
var _StartMisconfiguredStateRecoveryCommand = class _StartMisconfiguredStateRecoveryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4185
4154
|
...commonParams
|
|
4186
4155
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4197,7 +4166,6 @@ var StartMisconfiguredStateRecoveryCommand = _StartMisconfiguredStateRecoveryCom
|
|
|
4197
4166
|
|
|
4198
4167
|
|
|
4199
4168
|
|
|
4200
|
-
|
|
4201
4169
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4202
4170
|
...commonParams
|
|
4203
4171
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4214,7 +4182,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
4214
4182
|
|
|
4215
4183
|
|
|
4216
4184
|
|
|
4217
|
-
|
|
4218
4185
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4219
4186
|
...commonParams
|
|
4220
4187
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4231,7 +4198,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
4231
4198
|
|
|
4232
4199
|
|
|
4233
4200
|
|
|
4234
|
-
|
|
4235
4201
|
var _UpdateDataRepositoryAssociationCommand = class _UpdateDataRepositoryAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4236
4202
|
...commonParams
|
|
4237
4203
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4248,7 +4214,6 @@ var UpdateDataRepositoryAssociationCommand = _UpdateDataRepositoryAssociationCom
|
|
|
4248
4214
|
|
|
4249
4215
|
|
|
4250
4216
|
|
|
4251
|
-
|
|
4252
4217
|
var _UpdateFileCacheCommand = class _UpdateFileCacheCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4253
4218
|
...commonParams
|
|
4254
4219
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4265,7 +4230,6 @@ var UpdateFileCacheCommand = _UpdateFileCacheCommand;
|
|
|
4265
4230
|
|
|
4266
4231
|
|
|
4267
4232
|
|
|
4268
|
-
|
|
4269
4233
|
var _UpdateFileSystemCommand = class _UpdateFileSystemCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4270
4234
|
...commonParams
|
|
4271
4235
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4282,7 +4246,6 @@ var UpdateFileSystemCommand = _UpdateFileSystemCommand;
|
|
|
4282
4246
|
|
|
4283
4247
|
|
|
4284
4248
|
|
|
4285
|
-
|
|
4286
4249
|
var _UpdateSharedVpcConfigurationCommand = class _UpdateSharedVpcConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4287
4250
|
...commonParams
|
|
4288
4251
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4299,7 +4262,6 @@ var UpdateSharedVpcConfigurationCommand = _UpdateSharedVpcConfigurationCommand;
|
|
|
4299
4262
|
|
|
4300
4263
|
|
|
4301
4264
|
|
|
4302
|
-
|
|
4303
4265
|
var _UpdateSnapshotCommand = class _UpdateSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4304
4266
|
...commonParams
|
|
4305
4267
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4316,7 +4278,6 @@ var UpdateSnapshotCommand = _UpdateSnapshotCommand;
|
|
|
4316
4278
|
|
|
4317
4279
|
|
|
4318
4280
|
|
|
4319
|
-
|
|
4320
4281
|
var _UpdateStorageVirtualMachineCommand = class _UpdateStorageVirtualMachineCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4321
4282
|
...commonParams
|
|
4322
4283
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4333,7 +4294,6 @@ var UpdateStorageVirtualMachineCommand = _UpdateStorageVirtualMachineCommand;
|
|
|
4333
4294
|
|
|
4334
4295
|
|
|
4335
4296
|
|
|
4336
|
-
|
|
4337
4297
|
var _UpdateVolumeCommand = class _UpdateVolumeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4338
4298
|
...commonParams
|
|
4339
4299
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4514,6 +4474,7 @@ var paginateListTagsForResource = (0, import_core.createPaginator)(FSxClient, Li
|
|
|
4514
4474
|
LustreDeploymentType,
|
|
4515
4475
|
DriveCacheType,
|
|
4516
4476
|
LustreAccessAuditLogLevel,
|
|
4477
|
+
MetadataConfigurationMode,
|
|
4517
4478
|
OntapDeploymentType,
|
|
4518
4479
|
DiskIopsConfigurationMode,
|
|
4519
4480
|
OpenZFSDeploymentType,
|
|
@@ -93,6 +93,10 @@ export const LustreAccessAuditLogLevel = {
|
|
|
93
93
|
WARN_ERROR: "WARN_ERROR",
|
|
94
94
|
WARN_ONLY: "WARN_ONLY",
|
|
95
95
|
};
|
|
96
|
+
export const MetadataConfigurationMode = {
|
|
97
|
+
AUTOMATIC: "AUTOMATIC",
|
|
98
|
+
USER_PROVISIONED: "USER_PROVISIONED",
|
|
99
|
+
};
|
|
96
100
|
export const OntapDeploymentType = {
|
|
97
101
|
MULTI_AZ_1: "MULTI_AZ_1",
|
|
98
102
|
SINGLE_AZ_1: "SINGLE_AZ_1",
|
|
@@ -5,7 +5,8 @@ import { CopyBackupRequest, CopyBackupResponse } from "../models/models_0";
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -182,6 +183,10 @@ declare const CopyBackupCommand_base: {
|
|
|
182
183
|
* // "STRING_VALUE",
|
|
183
184
|
* // ],
|
|
184
185
|
* // },
|
|
186
|
+
* // MetadataConfiguration: { // FileSystemLustreMetadataConfiguration
|
|
187
|
+
* // Iops: Number("int"),
|
|
188
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
189
|
+
* // },
|
|
185
190
|
* // },
|
|
186
191
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
187
192
|
* // { // AdministrativeAction
|
|
@@ -280,6 +285,10 @@ declare const CopyBackupCommand_base: {
|
|
|
280
285
|
* // "STRING_VALUE",
|
|
281
286
|
* // ],
|
|
282
287
|
* // },
|
|
288
|
+
* // MetadataConfiguration: {
|
|
289
|
+
* // Iops: Number("int"),
|
|
290
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
291
|
+
* // },
|
|
283
292
|
* // },
|
|
284
293
|
* // AdministrativeActions: [
|
|
285
294
|
* // {
|
|
@@ -5,7 +5,8 @@ import { CopySnapshotAndUpdateVolumeRequest, CopySnapshotAndUpdateVolumeResponse
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -150,6 +151,10 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
|
|
|
150
151
|
* // "STRING_VALUE",
|
|
151
152
|
* // ],
|
|
152
153
|
* // },
|
|
154
|
+
* // MetadataConfiguration: { // FileSystemLustreMetadataConfiguration
|
|
155
|
+
* // Iops: Number("int"),
|
|
156
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
157
|
+
* // },
|
|
153
158
|
* // },
|
|
154
159
|
* // AdministrativeActions: [
|
|
155
160
|
* // {
|
|
@@ -253,6 +258,10 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
|
|
|
253
258
|
* // "STRING_VALUE",
|
|
254
259
|
* // ],
|
|
255
260
|
* // },
|
|
261
|
+
* // MetadataConfiguration: {
|
|
262
|
+
* // Iops: Number("int"),
|
|
263
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
264
|
+
* // },
|
|
256
265
|
* // },
|
|
257
266
|
* // AdministrativeActions: "<AdministrativeActions>",
|
|
258
267
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|
|
@@ -5,7 +5,8 @@ import { CreateBackupRequest, CreateBackupResponse } from "../models/models_0";
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -215,6 +216,10 @@ declare const CreateBackupCommand_base: {
|
|
|
215
216
|
* // "STRING_VALUE",
|
|
216
217
|
* // ],
|
|
217
218
|
* // },
|
|
219
|
+
* // MetadataConfiguration: { // FileSystemLustreMetadataConfiguration
|
|
220
|
+
* // Iops: Number("int"),
|
|
221
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
222
|
+
* // },
|
|
218
223
|
* // },
|
|
219
224
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
220
225
|
* // { // AdministrativeAction
|
|
@@ -313,6 +318,10 @@ declare const CreateBackupCommand_base: {
|
|
|
313
318
|
* // "STRING_VALUE",
|
|
314
319
|
* // ],
|
|
315
320
|
* // },
|
|
321
|
+
* // MetadataConfiguration: {
|
|
322
|
+
* // Iops: Number("int"),
|
|
323
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
324
|
+
* // },
|
|
316
325
|
* // },
|
|
317
326
|
* // AdministrativeActions: [
|
|
318
327
|
* // {
|
|
@@ -5,7 +5,8 @@ import { CreateFileSystemRequest, CreateFileSystemResponse } from "../models/mod
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -56,7 +57,7 @@ declare const CreateFileSystemCommand_base: {
|
|
|
56
57
|
* system. If a file system with the specified client request token exists and the
|
|
57
58
|
* parameters don't match, this call returns <code>IncompatibleParameterError</code>. If a
|
|
58
59
|
* file system with the specified client request token doesn't exist,
|
|
59
|
-
* <code>CreateFileSystem</code> does the following
|
|
60
|
+
* <code>CreateFileSystem</code> does the following:</p>
|
|
60
61
|
* <ul>
|
|
61
62
|
* <li>
|
|
62
63
|
* <p>Creates a new, empty Amazon FSx file system with an assigned ID, and
|
|
@@ -151,6 +152,10 @@ declare const CreateFileSystemCommand_base: {
|
|
|
151
152
|
* "STRING_VALUE",
|
|
152
153
|
* ],
|
|
153
154
|
* },
|
|
155
|
+
* MetadataConfiguration: { // CreateFileSystemLustreMetadataConfiguration
|
|
156
|
+
* Iops: Number("int"),
|
|
157
|
+
* Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
158
|
+
* },
|
|
154
159
|
* },
|
|
155
160
|
* OntapConfiguration: { // CreateFileSystemOntapConfiguration
|
|
156
161
|
* AutomaticBackupRetentionDays: Number("int"),
|
|
@@ -315,6 +320,10 @@ declare const CreateFileSystemCommand_base: {
|
|
|
315
320
|
* // "STRING_VALUE",
|
|
316
321
|
* // ],
|
|
317
322
|
* // },
|
|
323
|
+
* // MetadataConfiguration: { // FileSystemLustreMetadataConfiguration
|
|
324
|
+
* // Iops: Number("int"),
|
|
325
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
326
|
+
* // },
|
|
318
327
|
* // },
|
|
319
328
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
320
329
|
* // { // AdministrativeAction
|
|
@@ -418,6 +427,10 @@ declare const CreateFileSystemCommand_base: {
|
|
|
418
427
|
* // "STRING_VALUE",
|
|
419
428
|
* // ],
|
|
420
429
|
* // },
|
|
430
|
+
* // MetadataConfiguration: {
|
|
431
|
+
* // Iops: Number("int"),
|
|
432
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
433
|
+
* // },
|
|
421
434
|
* // },
|
|
422
435
|
* // AdministrativeActions: [
|
|
423
436
|
* // {
|
|
@@ -5,7 +5,8 @@ import { CreateFileSystemFromBackupRequest, CreateFileSystemFromBackupResponse }
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -135,6 +136,10 @@ declare const CreateFileSystemFromBackupCommand_base: {
|
|
|
135
136
|
* "STRING_VALUE",
|
|
136
137
|
* ],
|
|
137
138
|
* },
|
|
139
|
+
* MetadataConfiguration: { // CreateFileSystemLustreMetadataConfiguration
|
|
140
|
+
* Iops: Number("int"),
|
|
141
|
+
* Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
142
|
+
* },
|
|
138
143
|
* },
|
|
139
144
|
* StorageType: "SSD" || "HDD",
|
|
140
145
|
* KmsKeyId: "STRING_VALUE",
|
|
@@ -283,6 +288,10 @@ declare const CreateFileSystemFromBackupCommand_base: {
|
|
|
283
288
|
* // "STRING_VALUE",
|
|
284
289
|
* // ],
|
|
285
290
|
* // },
|
|
291
|
+
* // MetadataConfiguration: { // FileSystemLustreMetadataConfiguration
|
|
292
|
+
* // Iops: Number("int"),
|
|
293
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
294
|
+
* // },
|
|
286
295
|
* // },
|
|
287
296
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
288
297
|
* // { // AdministrativeAction
|
|
@@ -386,6 +395,10 @@ declare const CreateFileSystemFromBackupCommand_base: {
|
|
|
386
395
|
* // "STRING_VALUE",
|
|
387
396
|
* // ],
|
|
388
397
|
* // },
|
|
398
|
+
* // MetadataConfiguration: {
|
|
399
|
+
* // Iops: Number("int"),
|
|
400
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
401
|
+
* // },
|
|
389
402
|
* // },
|
|
390
403
|
* // AdministrativeActions: [
|
|
391
404
|
* // {
|
|
@@ -5,7 +5,8 @@ import { CreateSnapshotRequest, CreateSnapshotResponse } from "../models/models_
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -192,6 +193,10 @@ declare const CreateSnapshotCommand_base: {
|
|
|
192
193
|
* // "STRING_VALUE",
|
|
193
194
|
* // ],
|
|
194
195
|
* // },
|
|
196
|
+
* // MetadataConfiguration: { // FileSystemLustreMetadataConfiguration
|
|
197
|
+
* // Iops: Number("int"),
|
|
198
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
199
|
+
* // },
|
|
195
200
|
* // },
|
|
196
201
|
* // AdministrativeActions: [
|
|
197
202
|
* // {
|
|
@@ -290,6 +295,10 @@ declare const CreateSnapshotCommand_base: {
|
|
|
290
295
|
* // "STRING_VALUE",
|
|
291
296
|
* // ],
|
|
292
297
|
* // },
|
|
298
|
+
* // MetadataConfiguration: {
|
|
299
|
+
* // Iops: Number("int"),
|
|
300
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
301
|
+
* // },
|
|
293
302
|
* // },
|
|
294
303
|
* // AdministrativeActions: "<AdministrativeActions>",
|
|
295
304
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|