@aws-sdk/client-fsx 3.131.0 → 3.141.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 (83) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AssociateFileSystemAliasesCommand.js +2 -2
  4. package/dist-cjs/commands/CancelDataRepositoryTaskCommand.js +2 -2
  5. package/dist-cjs/commands/CopyBackupCommand.js +2 -2
  6. package/dist-cjs/commands/CreateBackupCommand.js +2 -2
  7. package/dist-cjs/commands/CreateDataRepositoryAssociationCommand.js +2 -2
  8. package/dist-cjs/commands/CreateDataRepositoryTaskCommand.js +2 -2
  9. package/dist-cjs/commands/CreateFileSystemCommand.js +2 -2
  10. package/dist-cjs/commands/CreateFileSystemFromBackupCommand.js +2 -2
  11. package/dist-cjs/commands/CreateSnapshotCommand.js +2 -2
  12. package/dist-cjs/commands/CreateStorageVirtualMachineCommand.js +2 -2
  13. package/dist-cjs/commands/CreateVolumeCommand.js +2 -2
  14. package/dist-cjs/commands/CreateVolumeFromBackupCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteBackupCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteDataRepositoryAssociationCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteFileSystemCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteSnapshotCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteStorageVirtualMachineCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteVolumeCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeBackupsCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeDataRepositoryAssociationsCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeDataRepositoryTasksCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeFileSystemAliasesCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeFileSystemsCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeSnapshotsCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeStorageVirtualMachinesCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeVolumesCommand.js +2 -2
  29. package/dist-cjs/commands/DisassociateFileSystemAliasesCommand.js +2 -2
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  31. package/dist-cjs/commands/ReleaseFileSystemNfsV3LocksCommand.js +2 -2
  32. package/dist-cjs/commands/RestoreVolumeFromSnapshotCommand.js +2 -2
  33. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  34. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  35. package/dist-cjs/commands/UpdateDataRepositoryAssociationCommand.js +2 -2
  36. package/dist-cjs/commands/UpdateFileSystemCommand.js +2 -2
  37. package/dist-cjs/commands/UpdateSnapshotCommand.js +2 -2
  38. package/dist-cjs/commands/UpdateStorageVirtualMachineCommand.js +2 -2
  39. package/dist-cjs/commands/UpdateVolumeCommand.js +2 -2
  40. package/dist-cjs/models/models_0.js +652 -956
  41. package/dist-es/commands/AssociateFileSystemAliasesCommand.js +3 -3
  42. package/dist-es/commands/CancelDataRepositoryTaskCommand.js +3 -3
  43. package/dist-es/commands/CopyBackupCommand.js +3 -3
  44. package/dist-es/commands/CreateBackupCommand.js +3 -3
  45. package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +3 -3
  46. package/dist-es/commands/CreateDataRepositoryTaskCommand.js +3 -3
  47. package/dist-es/commands/CreateFileSystemCommand.js +3 -3
  48. package/dist-es/commands/CreateFileSystemFromBackupCommand.js +3 -3
  49. package/dist-es/commands/CreateSnapshotCommand.js +3 -3
  50. package/dist-es/commands/CreateStorageVirtualMachineCommand.js +3 -3
  51. package/dist-es/commands/CreateVolumeCommand.js +3 -3
  52. package/dist-es/commands/CreateVolumeFromBackupCommand.js +3 -3
  53. package/dist-es/commands/DeleteBackupCommand.js +3 -3
  54. package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +3 -3
  55. package/dist-es/commands/DeleteFileSystemCommand.js +3 -3
  56. package/dist-es/commands/DeleteSnapshotCommand.js +3 -3
  57. package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +3 -3
  58. package/dist-es/commands/DeleteVolumeCommand.js +3 -3
  59. package/dist-es/commands/DescribeBackupsCommand.js +3 -3
  60. package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +3 -3
  61. package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +3 -3
  62. package/dist-es/commands/DescribeFileSystemAliasesCommand.js +3 -3
  63. package/dist-es/commands/DescribeFileSystemsCommand.js +3 -3
  64. package/dist-es/commands/DescribeSnapshotsCommand.js +3 -3
  65. package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +3 -3
  66. package/dist-es/commands/DescribeVolumesCommand.js +3 -3
  67. package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +3 -3
  68. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  69. package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +3 -3
  70. package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +3 -3
  71. package/dist-es/commands/TagResourceCommand.js +3 -3
  72. package/dist-es/commands/UntagResourceCommand.js +3 -3
  73. package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +3 -3
  74. package/dist-es/commands/UpdateFileSystemCommand.js +3 -3
  75. package/dist-es/commands/UpdateSnapshotCommand.js +3 -3
  76. package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +3 -3
  77. package/dist-es/commands/UpdateVolumeCommand.js +3 -3
  78. package/dist-es/models/models_0.js +174 -630
  79. package/dist-types/FSx.d.ts +1 -2
  80. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -2
  81. package/dist-types/models/models_0.d.ts +632 -923
  82. package/dist-types/ts3.4/models/models_0.d.ts +304 -608
  83. package/package.json +6 -6
@@ -611,8 +611,7 @@ export declare class FSx extends FSxClient {
611
611
  disassociateFileSystemAliases(args: DisassociateFileSystemAliasesCommandInput, cb: (err: any, data?: DisassociateFileSystemAliasesCommandOutput) => void): void;
612
612
  disassociateFileSystemAliases(args: DisassociateFileSystemAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateFileSystemAliasesCommandOutput) => void): void;
613
613
  /**
614
- * <p>Lists tags for an Amazon FSx file systems and backups in the case of Amazon FSx for
615
- * Windows File Server.</p>
614
+ * <p>Lists tags for Amazon FSx resources.</p>
616
615
  *
617
616
  * <p>When retrieving all tags, you can optionally specify the <code>MaxResults</code>
618
617
  * parameter to limit the number of tags in a response. If more tags remain, Amazon FSx
@@ -7,8 +7,7 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
7
7
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Lists tags for an Amazon FSx file systems and backups in the case of Amazon FSx for
11
- * Windows File Server.</p>
10
+ * <p>Lists tags for Amazon FSx resources.</p>
12
11
  *
13
12
  * <p>When retrieving all tags, you can optionally specify the <code>MaxResults</code>
14
13
  * parameter to limit the number of tags in a response. If more tags remain, Amazon FSx