|
35 | 35 | "ListTagsForResource": "<p>Lists tags for Amazon FSx resources.</p> <p>When retrieving all tags, you can optionally specify the <code>MaxResults</code> parameter to limit the number of tags in a response. If more tags remain, Amazon FSx returns a <code>NextToken</code> value in the response. In this case, send a later request with the <code>NextToken</code> request parameter set to the value of <code>NextToken</code> from the last response.</p> <p>This action is used in an iterative process to retrieve a list of your tags. <code>ListTagsForResource</code> is called first without a <code>NextToken</code>value. Then the action continues to be called with the <code>NextToken</code> parameter set to the value of the last <code>NextToken</code> value until a response has no <code>NextToken</code>.</p> <p>When using this action, keep the following in mind:</p> <ul> <li> <p>The implementation might return fewer than <code>MaxResults</code> file system descriptions while still including a <code>NextToken</code> value.</p> </li> <li> <p>The order of tags returned in the response of one <code>ListTagsForResource</code> call and the order of tags returned across the responses of a multi-call iteration is unspecified.</p> </li> </ul>",
|
36 | 36 | "ReleaseFileSystemNfsV3Locks": "<p>Releases the file system lock from an Amazon FSx for OpenZFS file system.</p>",
|
37 | 37 | "RestoreVolumeFromSnapshot": "<p>Returns an Amazon FSx for OpenZFS volume to the state saved by the specified snapshot.</p>",
|
| 38 | + "StartMisconfiguredStateRecovery": "<p>After performing steps to repair the Active Directory configuration of an FSx for Windows File Server file system, use this action to initiate the process of Amazon FSx attempting to reconnect to the file system.</p>", |
38 | 39 | "TagResource": "<p>Tags an Amazon FSx resource.</p>",
|
39 | 40 | "UntagResource": "<p>This action removes a tag from an Amazon FSx resource.</p>",
|
40 | 41 | "UpdateDataRepositoryAssociation": "<p>Updates the configuration of an existing data repository association on an Amazon FSx for Lustre file system. Data repository associations are supported on all FSx for Lustre 2.12 and 2.15 file systems, excluding <code>scratch_1</code> deployment type.</p>",
|
|
366 | 367 | "DisassociateFileSystemAliasesRequest$ClientRequestToken": null,
|
367 | 368 | "ReleaseFileSystemNfsV3LocksRequest$ClientRequestToken": null,
|
368 | 369 | "RestoreVolumeFromSnapshotRequest$ClientRequestToken": null,
|
| 370 | + "StartMisconfiguredStateRecoveryRequest$ClientRequestToken": null, |
369 | 371 | "UpdateDataRepositoryAssociationRequest$ClientRequestToken": null,
|
370 | 372 | "UpdateFileCacheRequest$ClientRequestToken": null,
|
371 | 373 | "UpdateFileSystemRequest$ClientRequestToken": "<p>A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent updates. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.</p>",
|
|
467 | 469 | }
|
468 | 470 | },
|
469 | 471 | "CreateFileSystemLustreConfiguration": {
|
470 |
| - "base": "<p>The Lustre configuration for the file system being created.</p> <note> <p>The following parameters are not supported for file systems with a data repository association created with .</p> <ul> <li> <p> <code>AutoImportPolicy</code> </p> </li> <li> <p> <code>ExportPath</code> </p> </li> <li> <p> <code>ImportedChunkSize</code> </p> </li> <li> <p> <code>ImportPath</code> </p> </li> </ul> </note>", |
| 472 | + "base": "<p>The Lustre configuration for the file system being created.</p> <note> <p>The following parameters are not supported for file systems with a data repository association created with .</p> <ul> <li> <p> <code>AutoImportPolicy</code> </p> </li> <li> <p> <code>ExportPath</code> </p> </li> <li> <p> <code>ImportedFileChunkSize</code> </p> </li> <li> <p> <code>ImportPath</code> </p> </li> </ul> </note>", |
471 | 473 | "refs": {
|
472 | 474 | "CreateFileSystemFromBackupRequest$LustreConfiguration": null,
|
473 | 475 | "CreateFileSystemRequest$LustreConfiguration": null
|
|
1279 | 1281 | "CreateFileSystemResponse$FileSystem": "<p>The configuration of the file system that was created.</p>",
|
1280 | 1282 | "FileSystems$member": null,
|
1281 | 1283 | "ReleaseFileSystemNfsV3LocksResponse$FileSystem": null,
|
| 1284 | + "StartMisconfiguredStateRecoveryResponse$FileSystem": null, |
1282 | 1285 | "UpdateFileSystemResponse$FileSystem": "<p>A description of the file system that was updated.</p>"
|
1283 | 1286 | }
|
1284 | 1287 | },
|
|
1327 | 1330 | "FileSystem$FileSystemId": "<p>The system-generated, unique 17-digit ID of the file system.</p>",
|
1328 | 1331 | "FileSystemIds$member": null,
|
1329 | 1332 | "ReleaseFileSystemNfsV3LocksRequest$FileSystemId": null,
|
| 1333 | + "StartMisconfiguredStateRecoveryRequest$FileSystemId": null, |
1330 | 1334 | "StorageVirtualMachine$FileSystemId": null,
|
1331 | 1335 | "UpdateFileSystemRequest$FileSystemId": "<p>The ID of the file system that you are updating.</p>",
|
1332 | 1336 | "Volume$FileSystemId": null
|
|
2371 | 2375 | "refs": {
|
2372 | 2376 | }
|
2373 | 2377 | },
|
| 2378 | + "StartMisconfiguredStateRecoveryRequest": { |
| 2379 | + "base": null, |
| 2380 | + "refs": { |
| 2381 | + } |
| 2382 | + }, |
| 2383 | + "StartMisconfiguredStateRecoveryResponse": { |
| 2384 | + "base": null, |
| 2385 | + "refs": { |
| 2386 | + } |
| 2387 | + }, |
2374 | 2388 | "StartTime": {
|
2375 | 2389 | "base": null,
|
2376 | 2390 | "refs": {
|
|
0 commit comments