@aws-sdk/client-fsx 3.348.0 → 3.351.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.
Files changed (61) hide show
  1. package/dist-cjs/commands/CopyBackupCommand.js +2 -1
  2. package/dist-cjs/commands/CreateBackupCommand.js +2 -1
  3. package/dist-cjs/commands/CreateFileSystemCommand.js +1 -1
  4. package/dist-cjs/commands/CreateFileSystemFromBackupCommand.js +1 -1
  5. package/dist-cjs/commands/CreateSnapshotCommand.js +2 -1
  6. package/dist-cjs/commands/CreateVolumeCommand.js +2 -1
  7. package/dist-cjs/commands/CreateVolumeFromBackupCommand.js +2 -1
  8. package/dist-cjs/commands/DescribeBackupsCommand.js +2 -1
  9. package/dist-cjs/commands/DescribeFileSystemsCommand.js +2 -1
  10. package/dist-cjs/commands/DescribeSnapshotsCommand.js +2 -1
  11. package/dist-cjs/commands/DescribeVolumesCommand.js +2 -1
  12. package/dist-cjs/commands/ReleaseFileSystemNfsV3LocksCommand.js +2 -1
  13. package/dist-cjs/commands/RestoreVolumeFromSnapshotCommand.js +2 -1
  14. package/dist-cjs/commands/UpdateFileSystemCommand.js +1 -1
  15. package/dist-cjs/commands/UpdateSnapshotCommand.js +2 -1
  16. package/dist-cjs/commands/UpdateVolumeCommand.js +2 -1
  17. package/dist-cjs/models/models_0.js +118 -2
  18. package/dist-cjs/protocols/Aws_json1_1.js +3 -0
  19. package/dist-es/commands/CopyBackupCommand.js +2 -1
  20. package/dist-es/commands/CreateBackupCommand.js +2 -1
  21. package/dist-es/commands/CreateFileSystemCommand.js +2 -2
  22. package/dist-es/commands/CreateFileSystemFromBackupCommand.js +2 -2
  23. package/dist-es/commands/CreateSnapshotCommand.js +2 -1
  24. package/dist-es/commands/CreateVolumeCommand.js +2 -1
  25. package/dist-es/commands/CreateVolumeFromBackupCommand.js +2 -1
  26. package/dist-es/commands/DescribeBackupsCommand.js +2 -1
  27. package/dist-es/commands/DescribeFileSystemsCommand.js +2 -1
  28. package/dist-es/commands/DescribeSnapshotsCommand.js +2 -1
  29. package/dist-es/commands/DescribeVolumesCommand.js +2 -1
  30. package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +2 -1
  31. package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +2 -1
  32. package/dist-es/commands/UpdateFileSystemCommand.js +2 -2
  33. package/dist-es/commands/UpdateSnapshotCommand.js +2 -1
  34. package/dist-es/commands/UpdateVolumeCommand.js +2 -1
  35. package/dist-es/models/models_0.js +94 -0
  36. package/dist-es/protocols/Aws_json1_1.js +3 -0
  37. package/dist-types/commands/CopyBackupCommand.d.ts +2 -0
  38. package/dist-types/commands/CreateBackupCommand.d.ts +2 -0
  39. package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +2 -1
  40. package/dist-types/commands/CreateFileSystemCommand.d.ts +2 -0
  41. package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +2 -0
  42. package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -0
  43. package/dist-types/commands/CreateVolumeCommand.d.ts +2 -0
  44. package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +2 -0
  45. package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +2 -2
  46. package/dist-types/commands/DeleteVolumeCommand.d.ts +4 -0
  47. package/dist-types/commands/DescribeBackupsCommand.d.ts +2 -0
  48. package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +2 -2
  49. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +2 -0
  50. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +2 -0
  51. package/dist-types/commands/DescribeVolumesCommand.d.ts +2 -0
  52. package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +2 -0
  53. package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +2 -0
  54. package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +2 -2
  55. package/dist-types/commands/UpdateFileSystemCommand.d.ts +5 -0
  56. package/dist-types/commands/UpdateSnapshotCommand.d.ts +2 -0
  57. package/dist-types/commands/UpdateStorageVirtualMachineCommand.d.ts +5 -1
  58. package/dist-types/commands/UpdateVolumeCommand.d.ts +2 -0
  59. package/dist-types/models/models_0.d.ts +176 -59
  60. package/dist-types/ts3.4/models/models_0.d.ts +63 -0
  61. package/package.json +4 -4
@@ -584,16 +584,16 @@ export declare const DiskIopsConfigurationMode: {
584
584
  export type DiskIopsConfigurationMode = (typeof DiskIopsConfigurationMode)[keyof typeof DiskIopsConfigurationMode];
585
585
  /**
586
586
  * @public
587
- * <p>The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The
588
- * default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per
587
+ * <p>The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or FSx for OpenZFS file system. By default, Amazon FSx
588
+ * automatically provisions 3 IOPS per GB of storage capacity. You can provision additional IOPS per
589
589
  * GB of storage. The configuration consists of the total number of provisioned SSD IOPS
590
- * and how the amount was provisioned (by the customer or by the system).</p>
590
+ * and how it is was provisioned, or the mode (by the customer or by Amazon FSx).</p>
591
591
  */
592
592
  export interface DiskIopsConfiguration {
593
593
  /**
594
- * <p>Specifies whether the number of IOPS for the file system is
595
- * using the system default (<code>AUTOMATIC</code>) or was
596
- * provisioned by the customer (<code>USER_PROVISIONED</code>).</p>
594
+ * <p>Specifies whether the file system is
595
+ * using the <code>AUTOMATIC</code> setting of SSD IOPS of 3 IOPS per GB of storage capacity, , or
596
+ * if it using a <code>USER_PROVISIONED</code> value.</p>
597
597
  */
598
598
  Mode?: DiskIopsConfigurationMode | string;
599
599
  /**
@@ -610,7 +610,7 @@ export interface DiskIopsConfiguration {
610
610
  */
611
611
  export interface FileSystemEndpoint {
612
612
  /**
613
- * <p>The Domain Name Service (DNS) name for the file system. You can mount your file
613
+ * <p>The file system's DNS name. You can mount your file
614
614
  * system using its DNS name.</p>
615
615
  */
616
616
  DNSName?: string;
@@ -723,6 +723,11 @@ export interface OntapFileSystemConfiguration {
723
723
  * <p>For example, <code>1:05:00</code> specifies maintenance at 5 AM Monday.</p>
724
724
  */
725
725
  WeeklyMaintenanceStartTime?: string;
726
+ /**
727
+ * <p>You can use the <code>fsxadmin</code> user account to access the NetApp ONTAP CLI and
728
+ * REST API. The password value is always redacted in the response.</p>
729
+ */
730
+ FsxAdminPassword?: string;
726
731
  }
727
732
  /**
728
733
  * @public
@@ -794,10 +799,10 @@ export interface OpenZFSFileSystemConfiguration {
794
799
  */
795
800
  WeeklyMaintenanceStartTime?: string;
796
801
  /**
797
- * <p>The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The
798
- * default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per
802
+ * <p>The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or FSx for OpenZFS file system. By default, Amazon FSx
803
+ * automatically provisions 3 IOPS per GB of storage capacity. You can provision additional IOPS per
799
804
  * GB of storage. The configuration consists of the total number of provisioned SSD IOPS
800
- * and how the amount was provisioned (by the customer or by the system).</p>
805
+ * and how it is was provisioned, or the mode (by the customer or by Amazon FSx).</p>
801
806
  */
802
807
  DiskIopsConfiguration?: DiskIopsConfiguration;
803
808
  /**
@@ -2494,8 +2499,8 @@ export interface NFSDataRepositoryConfiguration {
2494
2499
  * </li>
2495
2500
  * </ul>
2496
2501
  * <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>
2502
+ * all FSx for Lustre 2.12 and newer file systems, excluding
2503
+ * <code>scratch_1</code> deployment type.</p>
2499
2504
  */
2500
2505
  export interface DataRepositoryAssociation {
2501
2506
  /**
@@ -4018,13 +4023,13 @@ export interface CreateFileSystemOpenZFSConfiguration {
4018
4023
  * <ul>
4019
4024
  * <li>
4020
4025
  * <p>
4021
- * <code>SINGLE_AZ_1</code>- (Default) Creates file systems with throughput capacities of 64 - 4,096 MB/s.
4026
+ * <code>SINGLE_AZ_1</code>- (Default) Creates file systems with throughput capacities of 64 - 4,096 MBps.
4022
4027
  * <code>Single_AZ_1</code> is available in all Amazon Web Services Regions where Amazon FSx
4023
4028
  * for OpenZFS is available, except US West (Oregon).</p>
4024
4029
  * </li>
4025
4030
  * <li>
4026
4031
  * <p>
4027
- * <code>SINGLE_AZ_2</code>- Creates file systems with throughput capacities of 160 - 10,240 MB/s
4032
+ * <code>SINGLE_AZ_2</code>- Creates file systems with throughput capacities of 160 - 10,240 MBps
4028
4033
  * using an NVMe L2ARC cache. <code>Single_AZ_2</code> is available only in the US East (N. Virginia), US East (Ohio),
4029
4034
  * US West (Oregon), and Europe (Ireland) Amazon Web Services Regions.</p>
4030
4035
  * </li>
@@ -4035,13 +4040,13 @@ export interface CreateFileSystemOpenZFSConfiguration {
4035
4040
  */
4036
4041
  DeploymentType: OpenZFSDeploymentType | string | undefined;
4037
4042
  /**
4038
- * <p>Specifies the throughput of an Amazon FSx for OpenZFS file system, measured in megabytes per second (MB/s). Valid values depend on the DeploymentType you choose, as follows:</p>
4043
+ * <p>Specifies the throughput of an Amazon FSx for OpenZFS file system, measured in megabytes per second (MBps). Valid values depend on the DeploymentType you choose, as follows:</p>
4039
4044
  * <ul>
4040
4045
  * <li>
4041
- * <p>For <code>SINGLE_AZ_1</code>, valid values are 64, 128, 256, 512, 1024, 2048, 3072, or 4096 MB/s.</p>
4046
+ * <p>For <code>SINGLE_AZ_1</code>, valid values are 64, 128, 256, 512, 1024, 2048, 3072, or 4096 MBps.</p>
4042
4047
  * </li>
4043
4048
  * <li>
4044
- * <p>For <code>SINGLE_AZ_2</code>, valid values are 160, 320, 640, 1280, 2560, 3840, 5120, 7680, or 10240 MB/s.</p>
4049
+ * <p>For <code>SINGLE_AZ_2</code>, valid values are 160, 320, 640, 1280, 2560, 3840, 5120, 7680, or 10240 MBps.</p>
4045
4050
  * </li>
4046
4051
  * </ul>
4047
4052
  * <p>You pay for additional throughput capacity that you provision.</p>
@@ -4059,10 +4064,10 @@ export interface CreateFileSystemOpenZFSConfiguration {
4059
4064
  */
4060
4065
  WeeklyMaintenanceStartTime?: string;
4061
4066
  /**
4062
- * <p>The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The
4063
- * default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per
4067
+ * <p>The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or FSx for OpenZFS file system. By default, Amazon FSx
4068
+ * automatically provisions 3 IOPS per GB of storage capacity. You can provision additional IOPS per
4064
4069
  * GB of storage. The configuration consists of the total number of provisioned SSD IOPS
4065
- * and how the amount was provisioned (by the customer or by the system).</p>
4070
+ * and how it is was provisioned, or the mode (by the customer or by Amazon FSx).</p>
4066
4071
  */
4067
4072
  DiskIopsConfiguration?: DiskIopsConfiguration;
4068
4073
  /**
@@ -4162,12 +4167,12 @@ export interface WindowsAuditLogCreateConfiguration {
4162
4167
  }
4163
4168
  /**
4164
4169
  * @public
4165
- * <p>The configuration that Amazon FSx uses to join a FSx for Windows File Server file system or an ONTAP storage virtual machine (SVM) to
4170
+ * <p>The configuration that Amazon FSx uses to join a FSx for Windows File Server file system or an FSx for ONTAP storage virtual machine (SVM) to
4166
4171
  * a self-managed (including on-premises) Microsoft Active Directory (AD)
4167
4172
  * directory. For more information, see
4168
4173
  * <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/self-managed-AD.html">
4169
- * Using Amazon FSx with your self-managed Microsoft Active Directory</a> or
4170
- * <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-svms.html">Managing SVMs</a>.</p>
4174
+ * Using Amazon FSx for Windows with your self-managed Microsoft Active Directory</a> or
4175
+ * <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-svms.html">Managing FSx for ONTAP SVMs</a>.</p>
4171
4176
  */
4172
4177
  export interface SelfManagedActiveDirectoryConfiguration {
4173
4178
  /**
@@ -4228,12 +4233,12 @@ export interface CreateFileSystemWindowsConfiguration {
4228
4233
  */
4229
4234
  ActiveDirectoryId?: string;
4230
4235
  /**
4231
- * <p>The configuration that Amazon FSx uses to join a FSx for Windows File Server file system or an ONTAP storage virtual machine (SVM) to
4236
+ * <p>The configuration that Amazon FSx uses to join a FSx for Windows File Server file system or an FSx for ONTAP storage virtual machine (SVM) to
4232
4237
  * a self-managed (including on-premises) Microsoft Active Directory (AD)
4233
4238
  * directory. For more information, see
4234
4239
  * <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/self-managed-AD.html">
4235
- * Using Amazon FSx with your self-managed Microsoft Active Directory</a> or
4236
- * <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-svms.html">Managing SVMs</a>.</p>
4240
+ * Using Amazon FSx for Windows with your self-managed Microsoft Active Directory</a> or
4241
+ * <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-svms.html">Managing FSx for ONTAP SVMs</a>.</p>
4237
4242
  */
4238
4243
  SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfiguration;
4239
4244
  /**
@@ -4763,12 +4768,12 @@ export interface CreateSvmActiveDirectoryConfiguration {
4763
4768
  */
4764
4769
  NetBiosName: string | undefined;
4765
4770
  /**
4766
- * <p>The configuration that Amazon FSx uses to join a FSx for Windows File Server file system or an ONTAP storage virtual machine (SVM) to
4771
+ * <p>The configuration that Amazon FSx uses to join a FSx for Windows File Server file system or an FSx for ONTAP storage virtual machine (SVM) to
4767
4772
  * a self-managed (including on-premises) Microsoft Active Directory (AD)
4768
4773
  * directory. For more information, see
4769
4774
  * <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/self-managed-AD.html">
4770
- * Using Amazon FSx with your self-managed Microsoft Active Directory</a> or
4771
- * <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-svms.html">Managing SVMs</a>.</p>
4775
+ * Using Amazon FSx for Windows with your self-managed Microsoft Active Directory</a> or
4776
+ * <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-svms.html">Managing FSx for ONTAP SVMs</a>.</p>
4772
4777
  */
4773
4778
  SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfiguration;
4774
4779
  }
@@ -4845,13 +4850,12 @@ export interface CreateStorageVirtualMachineRequest {
4845
4850
  }
4846
4851
  /**
4847
4852
  * @public
4848
- * <p>Describes the configuration of the Microsoft Active Directory (AD)
4849
- * directory to which the Amazon FSx for ONTAP storage virtual machine (SVM) is joined.
4850
- * Pleae note, account credentials are not returned in the response payload.</p>
4853
+ * <p>Describes the Microsoft Active Directory (AD) directory configuration to which the FSx for ONTAP storage virtual machine (SVM) is joined.
4854
+ * Note that account credentials are not returned in the response payload.</p>
4851
4855
  */
4852
4856
  export interface SvmActiveDirectoryConfiguration {
4853
4857
  /**
4854
- * <p>The NetBIOS name of the Active Directory computer object that is joined to your SVM.</p>
4858
+ * <p>The NetBIOS name of the AD computer object to which the SVM is joined.</p>
4855
4859
  */
4856
4860
  NetBiosName?: string;
4857
4861
  /**
@@ -4870,7 +4874,7 @@ export interface SvmActiveDirectoryConfiguration {
4870
4874
  */
4871
4875
  export interface SvmEndpoint {
4872
4876
  /**
4873
- * <p>The Domain Name Service (DNS) name for the file system. You can mount your file
4877
+ * <p>The file system's DNS name. You can mount your file
4874
4878
  * system using its DNS name.</p>
4875
4879
  */
4876
4880
  DNSName?: string;
@@ -6952,7 +6956,10 @@ export interface UpdateFileSystemOntapConfiguration {
6952
6956
  */
6953
6957
  DailyAutomaticBackupStartTime?: string;
6954
6958
  /**
6955
- * <p>The ONTAP administrative password for the <code>fsxadmin</code> user.</p>
6959
+ * <p>Update the password for the <code>fsxadmin</code> user by entering a new password.
6960
+ * You use the <code>fsxadmin</code> user to access the NetApp ONTAP CLI and REST API to manage your file system resources.
6961
+ * For more information, see
6962
+ * <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-resources-ontap-apps.html">Managing resources using NetApp Applicaton</a>.</p>
6956
6963
  */
6957
6964
  FsxAdminPassword?: string;
6958
6965
  /**
@@ -6967,15 +6974,19 @@ export interface UpdateFileSystemOntapConfiguration {
6967
6974
  */
6968
6975
  WeeklyMaintenanceStartTime?: string;
6969
6976
  /**
6970
- * <p>The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP file system. The default is 3 IOPS per GB of storage capacity,
6977
+ * <p>The SSD IOPS (input output operations per second) configuration for an Amazon FSx for NetApp ONTAP file system. The default is 3 IOPS per GB of storage capacity,
6971
6978
  * but you can provision additional IOPS per GB of storage. The configuration consists
6972
6979
  * of an IOPS mode (<code>AUTOMATIC</code> or <code>USER_PROVISIONED</code>), and in
6973
- * the case of <code>USER_PROVISIONED</code> IOPS, the total number of SSD IOPS provisioned.</p>
6980
+ * the case of <code>USER_PROVISIONED</code> IOPS, the total number of SSD IOPS provisioned.
6981
+ * For more information, see
6982
+ * <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/increase-primary-storage.html">Updating SSD storage capacity and IOPS</a>.</p>
6974
6983
  */
6975
6984
  DiskIopsConfiguration?: DiskIopsConfiguration;
6976
6985
  /**
6977
- * <p>Specifies the throughput of an FSx for NetApp ONTAP file system, measured in megabytes per second
6978
- * (MBps). Valid values are 128, 256, 512, 1024, 2048, and 4096 MBps.</p>
6986
+ * <p>Enter a new value to change the amount of throughput capacity for the file system. Throughput capacity is measured in megabytes per second
6987
+ * (MBps). Valid values are 128, 256, 512, 1024, 2048, and 4096 MBps. For more information, see
6988
+ * <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-throughput-capacity.html">Managing throughput capacity</a>
6989
+ * in the FSx for ONTAP User Guide.</p>
6979
6990
  */
6980
6991
  ThroughputCapacity?: number;
6981
6992
  /**
@@ -7052,36 +7063,50 @@ export interface UpdateFileSystemOpenZFSConfiguration {
7052
7063
  */
7053
7064
  WeeklyMaintenanceStartTime?: string;
7054
7065
  /**
7055
- * <p>The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The
7056
- * default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per
7066
+ * <p>The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or FSx for OpenZFS file system. By default, Amazon FSx
7067
+ * automatically provisions 3 IOPS per GB of storage capacity. You can provision additional IOPS per
7057
7068
  * GB of storage. The configuration consists of the total number of provisioned SSD IOPS
7058
- * and how the amount was provisioned (by the customer or by the system).</p>
7069
+ * and how it is was provisioned, or the mode (by the customer or by Amazon FSx).</p>
7059
7070
  */
7060
7071
  DiskIopsConfiguration?: DiskIopsConfiguration;
7061
7072
  }
7062
7073
  /**
7063
7074
  * @public
7064
- * <p>The configuration that Amazon FSx uses to join the Windows File Server instance to a
7065
- * self-managed Microsoft Active Directory (AD) directory.</p>
7075
+ * <p>Specifies changes you are making to the self-managed Microsoft Active Directory (AD) configuration to which
7076
+ * an FSx for Windows File Server file system or an FSx for ONTAP SVM is joined.</p>
7066
7077
  */
7067
7078
  export interface SelfManagedActiveDirectoryConfigurationUpdates {
7068
7079
  /**
7069
- * <p>The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to
7070
- * your AD domain. This account must have the permission to join
7080
+ * <p>Specifies the updated user name for the service account on your self-managed AD domain.
7081
+ * Amazon FSx uses this account to join to your self-managed AD domain.</p>
7082
+ * <p>This account must have the permissions required to join
7071
7083
  * computers to the domain in the organizational unit provided in
7072
7084
  * <code>OrganizationalUnitDistinguishedName</code>.</p>
7073
7085
  */
7074
7086
  UserName?: string;
7075
7087
  /**
7076
- * <p>The password for the service account on your self-managed AD domain that Amazon FSx will use to join to
7077
- * your AD domain.</p>
7088
+ * <p>Specifies the updated password for the service account on your self-managed AD domain.
7089
+ * Amazon FSx uses this account to join to your self-managed AD domain.</p>
7078
7090
  */
7079
7091
  Password?: string;
7080
7092
  /**
7081
- * <p>A list of up to three IP addresses of DNS servers or domain controllers in the
7082
- * self-managed AD directory.</p>
7093
+ * <p>A list of up to three DNS server or domain controller IP addresses in your
7094
+ * self-managed AD domain.</p>
7083
7095
  */
7084
7096
  DnsIps?: string[];
7097
+ /**
7098
+ * <p>Specifies an updated fully qualified domain name of your self-managed AD configuration.</p>
7099
+ */
7100
+ DomainName?: string;
7101
+ /**
7102
+ * <p>Specifies an updated fully qualified distinguished name of the organization unit within your self-managed AD.</p>
7103
+ */
7104
+ OrganizationalUnitDistinguishedName?: string;
7105
+ /**
7106
+ * <p>Specifies the updated name of the self-managed AD domain group whose members are granted administrative privileges
7107
+ * for the Amazon FSx resource.</p>
7108
+ */
7109
+ FileSystemAdministratorsGroup?: string;
7085
7110
  }
7086
7111
  /**
7087
7112
  * @public
@@ -7172,7 +7197,7 @@ export interface UpdateFileSystemRequest {
7172
7197
  * <p>For Windows file systems, the storage capacity target value must be at least 10 percent
7173
7198
  * greater than the current storage capacity value. To increase storage capacity, the file system
7174
7199
  * 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
7200
+ * capacity</a> in the <i>Amazon FSxfor Windows File Server User
7176
7201
  * Guide</i>.</p>
7177
7202
  * <p>For ONTAP file systems, the storage capacity target value must be at least 10 percent
7178
7203
  * greater than the current storage capacity value. For more information, see
@@ -7194,7 +7219,7 @@ export interface UpdateFileSystemRequest {
7194
7219
  */
7195
7220
  OntapConfiguration?: UpdateFileSystemOntapConfiguration;
7196
7221
  /**
7197
- * <p>The configuration updates for an Amazon FSx for OpenZFS file system.</p>
7222
+ * <p>The configuration updates for an FSx for OpenZFS file system.</p>
7198
7223
  */
7199
7224
  OpenZFSConfiguration?: UpdateFileSystemOpenZFSConfiguration;
7200
7225
  }
@@ -7220,22 +7245,26 @@ export interface UpdateSnapshotRequest {
7220
7245
  }
7221
7246
  /**
7222
7247
  * @public
7223
- * <p>Updates the Microsoft Active Directory (AD) configuration of an SVM joined to an AD.
7224
- * Please note, account credentials are not returned in the response payload.</p>
7248
+ * <p>Specifies updates to an FSx for ONTAP storage virtual machine's (SVM) Microsoft Active Directory (AD) configuration.
7249
+ * Note that account credentials are not returned in the response payload.</p>
7225
7250
  */
7226
7251
  export interface UpdateSvmActiveDirectoryConfiguration {
7227
7252
  /**
7228
- * <p>The configuration that Amazon FSx uses to join the Windows File Server instance to a
7229
- * self-managed Microsoft Active Directory (AD) directory.</p>
7253
+ * <p>Specifies changes you are making to the self-managed Microsoft Active Directory (AD) configuration to which
7254
+ * an FSx for Windows File Server file system or an FSx for ONTAP SVM is joined.</p>
7230
7255
  */
7231
7256
  SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfigurationUpdates;
7257
+ /**
7258
+ * <p>Specifies an updated NetBIOS name of the AD computer object <code>NetBiosName</code> to which an SVM is joined.</p>
7259
+ */
7260
+ NetBiosName?: string;
7232
7261
  }
7233
7262
  /**
7234
7263
  * @public
7235
7264
  */
7236
7265
  export interface UpdateStorageVirtualMachineRequest {
7237
7266
  /**
7238
- * <p>Updates the Microsoft Active Directory (AD) configuration for an SVM that is joined to an AD.</p>
7267
+ * <p>Specifies updates to an SVM's Microsoft Active Directory (AD) configuration.</p>
7239
7268
  */
7240
7269
  ActiveDirectoryConfiguration?: UpdateSvmActiveDirectoryConfiguration;
7241
7270
  /**
@@ -7249,7 +7278,7 @@ export interface UpdateStorageVirtualMachineRequest {
7249
7278
  */
7250
7279
  StorageVirtualMachineId: string | undefined;
7251
7280
  /**
7252
- * <p>Enter a new SvmAdminPassword if you are updating it.</p>
7281
+ * <p>Specifies a new SvmAdminPassword.</p>
7253
7282
  */
7254
7283
  SvmAdminPassword?: string;
7255
7284
  }
@@ -8101,7 +8130,7 @@ export interface Backup {
8101
8130
  */
8102
8131
  Type: BackupType | string | undefined;
8103
8132
  /**
8104
- * <p>The current percent of progress of an asynchronous task.</p>
8133
+ * <p>Displays the current percent of progress of an asynchronous task.</p>
8105
8134
  */
8106
8135
  ProgressPercent?: number;
8107
8136
  /**
@@ -8192,6 +8221,10 @@ export interface DescribeBackupsResponse {
8192
8221
  */
8193
8222
  NextToken?: string;
8194
8223
  }
8224
+ /**
8225
+ * @internal
8226
+ */
8227
+ export declare const OntapFileSystemConfigurationFilterSensitiveLog: (obj: OntapFileSystemConfiguration) => any;
8195
8228
  /**
8196
8229
  * @internal
8197
8230
  */
@@ -8244,3 +8277,87 @@ export declare const UpdateSvmActiveDirectoryConfigurationFilterSensitiveLog: (o
8244
8277
  * @internal
8245
8278
  */
8246
8279
  export declare const UpdateStorageVirtualMachineRequestFilterSensitiveLog: (obj: UpdateStorageVirtualMachineRequest) => any;
8280
+ /**
8281
+ * @internal
8282
+ */
8283
+ export declare const AdministrativeActionFilterSensitiveLog: (obj: AdministrativeAction) => any;
8284
+ /**
8285
+ * @internal
8286
+ */
8287
+ export declare const FileSystemFilterSensitiveLog: (obj: FileSystem) => any;
8288
+ /**
8289
+ * @internal
8290
+ */
8291
+ export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
8292
+ /**
8293
+ * @internal
8294
+ */
8295
+ export declare const VolumeFilterSensitiveLog: (obj: Volume) => any;
8296
+ /**
8297
+ * @internal
8298
+ */
8299
+ export declare const RestoreVolumeFromSnapshotResponseFilterSensitiveLog: (obj: RestoreVolumeFromSnapshotResponse) => any;
8300
+ /**
8301
+ * @internal
8302
+ */
8303
+ export declare const CreateFileSystemFromBackupResponseFilterSensitiveLog: (obj: CreateFileSystemFromBackupResponse) => any;
8304
+ /**
8305
+ * @internal
8306
+ */
8307
+ export declare const CreateFileSystemResponseFilterSensitiveLog: (obj: CreateFileSystemResponse) => any;
8308
+ /**
8309
+ * @internal
8310
+ */
8311
+ export declare const CreateSnapshotResponseFilterSensitiveLog: (obj: CreateSnapshotResponse) => any;
8312
+ /**
8313
+ * @internal
8314
+ */
8315
+ export declare const CreateVolumeFromBackupResponseFilterSensitiveLog: (obj: CreateVolumeFromBackupResponse) => any;
8316
+ /**
8317
+ * @internal
8318
+ */
8319
+ export declare const CreateVolumeResponseFilterSensitiveLog: (obj: CreateVolumeResponse) => any;
8320
+ /**
8321
+ * @internal
8322
+ */
8323
+ export declare const ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog: (obj: ReleaseFileSystemNfsV3LocksResponse) => any;
8324
+ /**
8325
+ * @internal
8326
+ */
8327
+ export declare const UpdateFileSystemResponseFilterSensitiveLog: (obj: UpdateFileSystemResponse) => any;
8328
+ /**
8329
+ * @internal
8330
+ */
8331
+ export declare const UpdateSnapshotResponseFilterSensitiveLog: (obj: UpdateSnapshotResponse) => any;
8332
+ /**
8333
+ * @internal
8334
+ */
8335
+ export declare const UpdateVolumeResponseFilterSensitiveLog: (obj: UpdateVolumeResponse) => any;
8336
+ /**
8337
+ * @internal
8338
+ */
8339
+ export declare const DescribeFileSystemsResponseFilterSensitiveLog: (obj: DescribeFileSystemsResponse) => any;
8340
+ /**
8341
+ * @internal
8342
+ */
8343
+ export declare const DescribeSnapshotsResponseFilterSensitiveLog: (obj: DescribeSnapshotsResponse) => any;
8344
+ /**
8345
+ * @internal
8346
+ */
8347
+ export declare const DescribeVolumesResponseFilterSensitiveLog: (obj: DescribeVolumesResponse) => any;
8348
+ /**
8349
+ * @internal
8350
+ */
8351
+ export declare const BackupFilterSensitiveLog: (obj: Backup) => any;
8352
+ /**
8353
+ * @internal
8354
+ */
8355
+ export declare const CopyBackupResponseFilterSensitiveLog: (obj: CopyBackupResponse) => any;
8356
+ /**
8357
+ * @internal
8358
+ */
8359
+ export declare const CreateBackupResponseFilterSensitiveLog: (obj: CreateBackupResponse) => any;
8360
+ /**
8361
+ * @internal
8362
+ */
8363
+ export declare const DescribeBackupsResponseFilterSensitiveLog: (obj: DescribeBackupsResponse) => any;
@@ -182,6 +182,7 @@ export interface OntapFileSystemConfiguration {
182
182
  RouteTableIds?: string[];
183
183
  ThroughputCapacity?: number;
184
184
  WeeklyMaintenanceStartTime?: string;
185
+ FsxAdminPassword?: string;
185
186
  }
186
187
  export declare const OpenZFSDeploymentType: {
187
188
  readonly SINGLE_AZ_1: "SINGLE_AZ_1";
@@ -1523,6 +1524,9 @@ export interface SelfManagedActiveDirectoryConfigurationUpdates {
1523
1524
  UserName?: string;
1524
1525
  Password?: string;
1525
1526
  DnsIps?: string[];
1527
+ DomainName?: string;
1528
+ OrganizationalUnitDistinguishedName?: string;
1529
+ FileSystemAdministratorsGroup?: string;
1526
1530
  }
1527
1531
  export interface UpdateFileSystemWindowsConfiguration {
1528
1532
  WeeklyMaintenanceStartTime?: string;
@@ -1548,6 +1552,7 @@ export interface UpdateSnapshotRequest {
1548
1552
  }
1549
1553
  export interface UpdateSvmActiveDirectoryConfiguration {
1550
1554
  SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfigurationUpdates;
1555
+ NetBiosName?: string;
1551
1556
  }
1552
1557
  export interface UpdateStorageVirtualMachineRequest {
1553
1558
  ActiveDirectoryConfiguration?: UpdateSvmActiveDirectoryConfiguration;
@@ -1713,6 +1718,9 @@ export interface DescribeBackupsResponse {
1713
1718
  Backups?: Backup[];
1714
1719
  NextToken?: string;
1715
1720
  }
1721
+ export declare const OntapFileSystemConfigurationFilterSensitiveLog: (
1722
+ obj: OntapFileSystemConfiguration
1723
+ ) => any;
1716
1724
  export declare const CreateFileSystemOntapConfigurationFilterSensitiveLog: (
1717
1725
  obj: CreateFileSystemOntapConfiguration
1718
1726
  ) => any;
@@ -1752,3 +1760,58 @@ export declare const UpdateSvmActiveDirectoryConfigurationFilterSensitiveLog: (
1752
1760
  export declare const UpdateStorageVirtualMachineRequestFilterSensitiveLog: (
1753
1761
  obj: UpdateStorageVirtualMachineRequest
1754
1762
  ) => any;
1763
+ export declare const AdministrativeActionFilterSensitiveLog: (
1764
+ obj: AdministrativeAction
1765
+ ) => any;
1766
+ export declare const FileSystemFilterSensitiveLog: (obj: FileSystem) => any;
1767
+ export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
1768
+ export declare const VolumeFilterSensitiveLog: (obj: Volume) => any;
1769
+ export declare const RestoreVolumeFromSnapshotResponseFilterSensitiveLog: (
1770
+ obj: RestoreVolumeFromSnapshotResponse
1771
+ ) => any;
1772
+ export declare const CreateFileSystemFromBackupResponseFilterSensitiveLog: (
1773
+ obj: CreateFileSystemFromBackupResponse
1774
+ ) => any;
1775
+ export declare const CreateFileSystemResponseFilterSensitiveLog: (
1776
+ obj: CreateFileSystemResponse
1777
+ ) => any;
1778
+ export declare const CreateSnapshotResponseFilterSensitiveLog: (
1779
+ obj: CreateSnapshotResponse
1780
+ ) => any;
1781
+ export declare const CreateVolumeFromBackupResponseFilterSensitiveLog: (
1782
+ obj: CreateVolumeFromBackupResponse
1783
+ ) => any;
1784
+ export declare const CreateVolumeResponseFilterSensitiveLog: (
1785
+ obj: CreateVolumeResponse
1786
+ ) => any;
1787
+ export declare const ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog: (
1788
+ obj: ReleaseFileSystemNfsV3LocksResponse
1789
+ ) => any;
1790
+ export declare const UpdateFileSystemResponseFilterSensitiveLog: (
1791
+ obj: UpdateFileSystemResponse
1792
+ ) => any;
1793
+ export declare const UpdateSnapshotResponseFilterSensitiveLog: (
1794
+ obj: UpdateSnapshotResponse
1795
+ ) => any;
1796
+ export declare const UpdateVolumeResponseFilterSensitiveLog: (
1797
+ obj: UpdateVolumeResponse
1798
+ ) => any;
1799
+ export declare const DescribeFileSystemsResponseFilterSensitiveLog: (
1800
+ obj: DescribeFileSystemsResponse
1801
+ ) => any;
1802
+ export declare const DescribeSnapshotsResponseFilterSensitiveLog: (
1803
+ obj: DescribeSnapshotsResponse
1804
+ ) => any;
1805
+ export declare const DescribeVolumesResponseFilterSensitiveLog: (
1806
+ obj: DescribeVolumesResponse
1807
+ ) => any;
1808
+ export declare const BackupFilterSensitiveLog: (obj: Backup) => any;
1809
+ export declare const CopyBackupResponseFilterSensitiveLog: (
1810
+ obj: CopyBackupResponse
1811
+ ) => any;
1812
+ export declare const CreateBackupResponseFilterSensitiveLog: (
1813
+ obj: CreateBackupResponse
1814
+ ) => any;
1815
+ export declare const DescribeBackupsResponseFilterSensitiveLog: (
1816
+ obj: DescribeBackupsResponse
1817
+ ) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-fsx",
3
3
  "description": "AWS SDK for JavaScript Fsx Client for Node.js, Browser and React Native",
4
- "version": "3.348.0",
4
+ "version": "3.351.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.348.0",
24
+ "@aws-sdk/client-sts": "3.350.0",
25
25
  "@aws-sdk/config-resolver": "3.347.0",
26
- "@aws-sdk/credential-provider-node": "3.348.0",
26
+ "@aws-sdk/credential-provider-node": "3.350.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.347.0",
28
28
  "@aws-sdk/hash-node": "3.347.0",
29
29
  "@aws-sdk/invalid-dependency": "3.347.0",
@@ -38,7 +38,7 @@
38
38
  "@aws-sdk/middleware-stack": "3.347.0",
39
39
  "@aws-sdk/middleware-user-agent": "3.347.0",
40
40
  "@aws-sdk/node-config-provider": "3.347.0",
41
- "@aws-sdk/node-http-handler": "3.348.0",
41
+ "@aws-sdk/node-http-handler": "3.350.0",
42
42
  "@aws-sdk/smithy-client": "3.347.0",
43
43
  "@aws-sdk/types": "3.347.0",
44
44
  "@aws-sdk/url-parser": "3.347.0",