Skip to content

Commit 10f73af

Browse files
Amazon FSx documentation fixes
1 parent 893a4ac commit 10f73af

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

generator/ServiceModels/fsx/fsx-2018-03-01.docs.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@
500500
"base": "<p>The configuration object for the Microsoft Windows file system used in <code>CreateFileSystem</code> and <code>CreateFileSystemFromBackup</code> operations.</p>",
501501
"refs": {
502502
"CreateFileSystemFromBackupRequest$WindowsConfiguration": "<p>The configuration for this Microsoft Windows file system.</p>",
503-
"CreateFileSystemRequest$WindowsConfiguration": "<p>The Microsoft Windows configuration for the file system that's being created. </p>"
503+
"CreateFileSystemRequest$WindowsConfiguration": "<p>The Microsoft Windows configuration for the file system that's being created.</p>"
504504
}
505505
},
506506
"CreateOntapVolumeConfiguration": {
@@ -683,7 +683,7 @@
683683
}
684684
},
685685
"DataRepositoryTask": {
686-
"base": "<p>A description of the data repository task.</p> <ul> <li> <p>You use import and export data repository tasks to perform bulk transfer operations between an Amazon FSx for Lustre file system and a linked data repository.</p> </li> <li> <p>You use release data repository tasks to release have been exported to a linked S3 bucketed files from your Amazon FSx for Lustre file system.</p> </li> <li> <p>An Amazon File Cache resource uses a task to automatically release files from the cache.</p> </li> </ul> <p>To learn more about data repository tasks, see <a href=\"https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-repository-tasks.html\">Data Repository Tasks</a>. </p>",
686+
"base": "<p>A description of the data repository task.</p> <ul> <li> <p>You use import and export data repository tasks to perform bulk transfer operations between an Amazon FSx for Lustre file system and a linked data repository.</p> </li> <li> <p>You use release data repository tasks to release files that have been exported to a linked S3 bucket from your Amazon FSx for Lustre file system.</p> </li> <li> <p>An Amazon File Cache resource uses a task to automatically release files from the cache.</p> </li> </ul> <p>To learn more about data repository tasks, see <a href=\"https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-repository-tasks.html\">Data Repository Tasks</a>. </p>",
687687
"refs": {
688688
"CreateDataRepositoryTaskResponse$DataRepositoryTask": "<p>The description of the data repository task that you just created.</p>",
689689
"DataRepositoryTasks$member": null
@@ -1374,10 +1374,10 @@
13741374
"refs": {
13751375
"CreateFileCacheRequest$FileCacheTypeVersion": "<p>Sets the Lustre version for the cache that you're creating, which must be <code>2.12</code>.</p>",
13761376
"CreateFileSystemFromBackupRequest$FileSystemTypeVersion": "<p>Sets the version for the Amazon FSx for Lustre file system that you're creating from a backup. Valid values are <code>2.10</code>, <code>2.12</code>, and <code>2.15</code>.</p> <p>You don't need to specify <code>FileSystemTypeVersion</code> because it will be applied using the backup's <code>FileSystemTypeVersion</code> setting. If you choose to specify <code>FileSystemTypeVersion</code> when creating from backup, the value must match the backup's <code>FileSystemTypeVersion</code> setting.</p>",
1377-
"CreateFileSystemRequest$FileSystemTypeVersion": "<p>(Optional) For FSx for Lustre file systems, sets the Lustre version for the file system that you're creating. Valid values are <code>2.10</code>, <code>2.12</code>m and <code>2.15</code>:</p> <ul> <li> <p>2.10 is supported by the Scratch and Persistent_1 Lustre deployment types.</p> </li> <li> <p>2.12 and 2.15 are supported by all Lustre deployment types. <code>2.12</code> or <code>2.15</code> is required when setting FSx for Lustre <code>DeploymentType</code> to <code>PERSISTENT_2</code>.</p> </li> </ul> <p>Default value = <code>2.10</code>, except when <code>DeploymentType</code> is set to <code>PERSISTENT_2</code>, then the default is <code>2.12</code>.</p> <note> <p>If you set <code>FileSystemTypeVersion</code> to <code>2.10</code> for a <code>PERSISTENT_2</code> Lustre deployment type, the <code>CreateFileSystem</code> operation fails.</p> </note>",
1377+
"CreateFileSystemRequest$FileSystemTypeVersion": "<p>(Optional) For FSx for Lustre file systems, sets the Lustre version for the file system that you're creating. Valid values are <code>2.10</code>, <code>2.12</code>, and <code>2.15</code>:</p> <ul> <li> <p>2.10 is supported by the Scratch and Persistent_1 Lustre deployment types.</p> </li> <li> <p>2.12 and 2.15 are supported by all Lustre deployment types. <code>2.12</code> or <code>2.15</code> is required when setting FSx for Lustre <code>DeploymentType</code> to <code>PERSISTENT_2</code>.</p> </li> </ul> <p>Default value = <code>2.10</code>, except when <code>DeploymentType</code> is set to <code>PERSISTENT_2</code>, then the default is <code>2.12</code>.</p> <note> <p>If you set <code>FileSystemTypeVersion</code> to <code>2.10</code> for a <code>PERSISTENT_2</code> Lustre deployment type, the <code>CreateFileSystem</code> operation fails.</p> </note>",
13781378
"FileCache$FileCacheTypeVersion": "<p>The Lustre version of the cache, which must be <code>2.12</code>.</p>",
13791379
"FileCacheCreating$FileCacheTypeVersion": "<p>The Lustre version of the cache, which must be <code>2.12</code>.</p>",
1380-
"FileSystem$FileSystemTypeVersion": "<p>The Lustre version of the Amazon FSx for Lustre file system, which is <code>2.10</code>, <code>2.12</code>, or <code>2.15</code>.</p>"
1380+
"FileSystem$FileSystemTypeVersion": "<p>The Lustre version of the Amazon FSx for Lustre file system, which can be <code>2.10</code>, <code>2.12</code>, or <code>2.15</code>.</p>"
13811381
}
13821382
},
13831383
"FileSystems": {

generator/ServiceModels/fsx/fsx-2018-03-01.normal.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1724,13 +1724,13 @@
17241724
"KmsKeyId":{"shape":"KmsKeyId"},
17251725
"WindowsConfiguration":{
17261726
"shape":"CreateFileSystemWindowsConfiguration",
1727-
"documentation":"<p>The Microsoft Windows configuration for the file system that's being created. </p>"
1727+
"documentation":"<p>The Microsoft Windows configuration for the file system that's being created.</p>"
17281728
},
17291729
"LustreConfiguration":{"shape":"CreateFileSystemLustreConfiguration"},
17301730
"OntapConfiguration":{"shape":"CreateFileSystemOntapConfiguration"},
17311731
"FileSystemTypeVersion":{
17321732
"shape":"FileSystemTypeVersion",
1733-
"documentation":"<p>(Optional) For FSx for Lustre file systems, sets the Lustre version for the file system that you're creating. Valid values are <code>2.10</code>, <code>2.12</code>m and <code>2.15</code>:</p> <ul> <li> <p>2.10 is supported by the Scratch and Persistent_1 Lustre deployment types.</p> </li> <li> <p>2.12 and 2.15 are supported by all Lustre deployment types. <code>2.12</code> or <code>2.15</code> is required when setting FSx for Lustre <code>DeploymentType</code> to <code>PERSISTENT_2</code>.</p> </li> </ul> <p>Default value = <code>2.10</code>, except when <code>DeploymentType</code> is set to <code>PERSISTENT_2</code>, then the default is <code>2.12</code>.</p> <note> <p>If you set <code>FileSystemTypeVersion</code> to <code>2.10</code> for a <code>PERSISTENT_2</code> Lustre deployment type, the <code>CreateFileSystem</code> operation fails.</p> </note>"
1733+
"documentation":"<p>(Optional) For FSx for Lustre file systems, sets the Lustre version for the file system that you're creating. Valid values are <code>2.10</code>, <code>2.12</code>, and <code>2.15</code>:</p> <ul> <li> <p>2.10 is supported by the Scratch and Persistent_1 Lustre deployment types.</p> </li> <li> <p>2.12 and 2.15 are supported by all Lustre deployment types. <code>2.12</code> or <code>2.15</code> is required when setting FSx for Lustre <code>DeploymentType</code> to <code>PERSISTENT_2</code>.</p> </li> </ul> <p>Default value = <code>2.10</code>, except when <code>DeploymentType</code> is set to <code>PERSISTENT_2</code>, then the default is <code>2.12</code>.</p> <note> <p>If you set <code>FileSystemTypeVersion</code> to <code>2.10</code> for a <code>PERSISTENT_2</code> Lustre deployment type, the <code>CreateFileSystem</code> operation fails.</p> </note>"
17341734
},
17351735
"OpenZFSConfiguration":{
17361736
"shape":"CreateFileSystemOpenZFSConfiguration",
@@ -2306,7 +2306,7 @@
23062306
"documentation":"<p>The configuration that specifies the last accessed time criteria for files that will be released from an Amazon FSx for Lustre file system.</p>"
23072307
}
23082308
},
2309-
"documentation":"<p>A description of the data repository task.</p> <ul> <li> <p>You use import and export data repository tasks to perform bulk transfer operations between an Amazon FSx for Lustre file system and a linked data repository.</p> </li> <li> <p>You use release data repository tasks to release have been exported to a linked S3 bucketed files from your Amazon FSx for Lustre file system.</p> </li> <li> <p>An Amazon File Cache resource uses a task to automatically release files from the cache.</p> </li> </ul> <p>To learn more about data repository tasks, see <a href=\"https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-repository-tasks.html\">Data Repository Tasks</a>. </p>"
2309+
"documentation":"<p>A description of the data repository task.</p> <ul> <li> <p>You use import and export data repository tasks to perform bulk transfer operations between an Amazon FSx for Lustre file system and a linked data repository.</p> </li> <li> <p>You use release data repository tasks to release files that have been exported to a linked S3 bucket from your Amazon FSx for Lustre file system.</p> </li> <li> <p>An Amazon File Cache resource uses a task to automatically release files from the cache.</p> </li> </ul> <p>To learn more about data repository tasks, see <a href=\"https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-repository-tasks.html\">Data Repository Tasks</a>. </p>"
23102310
},
23112311
"DataRepositoryTaskEnded":{
23122312
"type":"structure",
@@ -3487,7 +3487,7 @@
34873487
},
34883488
"FileSystemTypeVersion":{
34893489
"shape":"FileSystemTypeVersion",
3490-
"documentation":"<p>The Lustre version of the Amazon FSx for Lustre file system, which is <code>2.10</code>, <code>2.12</code>, or <code>2.15</code>.</p>"
3490+
"documentation":"<p>The Lustre version of the Amazon FSx for Lustre file system, which can be <code>2.10</code>, <code>2.12</code>, or <code>2.15</code>.</p>"
34913491
},
34923492
"OpenZFSConfiguration":{
34933493
"shape":"OpenZFSFileSystemConfiguration",

sdk/src/Services/FSx/Generated/Model/CreateFileSystemRequest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ internal bool IsSetFileSystemType()
149149
/// Gets and sets the property FileSystemTypeVersion.
150150
/// <para>
151151
/// (Optional) For FSx for Lustre file systems, sets the Lustre version for the file system
152-
/// that you're creating. Valid values are <code>2.10</code>, <code>2.12</code>m and <code>2.15</code>:
152+
/// that you're creating. Valid values are <code>2.10</code>, <code>2.12</code>, and <code>2.15</code>:
153153
/// </para>
154154
/// <ul> <li>
155155
/// <para>
@@ -430,7 +430,7 @@ internal bool IsSetTags()
430430
/// <summary>
431431
/// Gets and sets the property WindowsConfiguration.
432432
/// <para>
433-
/// The Microsoft Windows configuration for the file system that's being created.
433+
/// The Microsoft Windows configuration for the file system that's being created.
434434
/// </para>
435435
/// </summary>
436436
public CreateFileSystemWindowsConfiguration WindowsConfiguration

sdk/src/Services/FSx/Generated/Model/DataRepositoryTask.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ namespace Amazon.FSx.Model
3838
/// </para>
3939
/// </li> <li>
4040
/// <para>
41-
/// You use release data repository tasks to release have been exported to a linked S3
42-
/// bucketed files from your Amazon FSx for Lustre file system.
41+
/// You use release data repository tasks to release files that have been exported to
42+
/// a linked S3 bucket from your Amazon FSx for Lustre file system.
4343
/// </para>
4444
/// </li> <li>
4545
/// <para>

sdk/src/Services/FSx/Generated/Model/FileSystem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ internal bool IsSetFileSystemType()
170170
/// <summary>
171171
/// Gets and sets the property FileSystemTypeVersion.
172172
/// <para>
173-
/// The Lustre version of the Amazon FSx for Lustre file system, which is <code>2.10</code>,
173+
/// The Lustre version of the Amazon FSx for Lustre file system, which can be <code>2.10</code>,
174174
/// <code>2.12</code>, or <code>2.15</code>.
175175
/// </para>
176176
/// </summary>

0 commit comments

Comments
 (0)