Skip to content

Commit 2f4c785

Browse files
author
awstools
committed
docs(client-fsx): Documentation updates for Amazon FSx for NetApp ONTAP.
1 parent bf82531 commit 2f4c785

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

clients/client-fsx/src/models/models_0.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4522,14 +4522,16 @@ export interface CreateOntapVolumeConfiguration {
45224522
JunctionPath: string | undefined;
45234523

45244524
/**
4525-
* <p>The security style for the volume. Specify one of the following values:</p>
4525+
* <p>The security style for the volume. If a volume's security style is not specified,
4526+
* it is automatically set to the root volume's security style.
4527+
* Specify one of the following values:</p>
45264528
* <ul>
45274529
* <li>
45284530
* <p>
45294531
* <code>UNIX</code> if the file system is managed by a UNIX
45304532
* administrator, the majority of users are NFS clients, and an application
45314533
* accessing the data uses a UNIX user as the service account.
4532-
* <code>UNIX</code> is the default.</p>
4534+
* </p>
45334535
* </li>
45344536
* <li>
45354537
* <p>

codegen/sdk-codegen/aws-models/fsx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1894,7 +1894,7 @@
18941894
"SecurityStyle": {
18951895
"target": "com.amazonaws.fsx#SecurityStyle",
18961896
"traits": {
1897-
"smithy.api#documentation": "<p>The security style for the volume. Specify one of the following values:</p>\n <ul>\n <li>\n <p>\n <code>UNIX</code> if the file system is managed by a UNIX\n administrator, the majority of users are NFS clients, and an application\n accessing the data uses a UNIX user as the service account.\n <code>UNIX</code> is the default.</p>\n </li>\n <li>\n <p>\n <code>NTFS</code> if the file system is managed by a Windows\n administrator, the majority of users are SMB clients, and an application\n accessing the data uses a Windows user as the service account.</p>\n </li>\n <li>\n <p>\n <code>MIXED</code> if the file system is managed by both UNIX\n and Windows administrators and users consist of both NFS and SMB clients.</p>\n </li>\n </ul>"
1897+
"smithy.api#documentation": "<p>The security style for the volume. If a volume's security style is not specified, \n it is automatically set to the root volume's security style. \n Specify one of the following values:</p>\n <ul>\n <li>\n <p>\n <code>UNIX</code> if the file system is managed by a UNIX\n administrator, the majority of users are NFS clients, and an application\n accessing the data uses a UNIX user as the service account.\n </p>\n </li>\n <li>\n <p>\n <code>NTFS</code> if the file system is managed by a Windows\n administrator, the majority of users are SMB clients, and an application\n accessing the data uses a Windows user as the service account.</p>\n </li>\n <li>\n <p>\n <code>MIXED</code> if the file system is managed by both UNIX\n and Windows administrators and users consist of both NFS and SMB clients.</p>\n </li>\n </ul>"
18981898
}
18991899
},
19001900
"SizeInMegabytes": {

0 commit comments

Comments
 (0)