@aws-sdk/client-fsx 3.35.0 → 3.38.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 (281) hide show
  1. package/CHANGELOG.md +48 -0
  2. package/dist-cjs/FSx.js +0 -5
  3. package/dist-cjs/FSxClient.js +0 -10
  4. package/dist-cjs/commands/AssociateFileSystemAliasesCommand.js +0 -35
  5. package/dist-cjs/commands/CancelDataRepositoryTaskCommand.js +0 -37
  6. package/dist-cjs/commands/CopyBackupCommand.js +0 -45
  7. package/dist-cjs/commands/CreateBackupCommand.js +0 -80
  8. package/dist-cjs/commands/CreateDataRepositoryTaskCommand.js +0 -33
  9. package/dist-cjs/commands/CreateFileSystemCommand.js +0 -57
  10. package/dist-cjs/commands/CreateFileSystemFromBackupCommand.js +0 -61
  11. package/dist-cjs/commands/CreateStorageVirtualMachineCommand.js +0 -25
  12. package/dist-cjs/commands/CreateVolumeCommand.js +0 -25
  13. package/dist-cjs/commands/CreateVolumeFromBackupCommand.js +0 -26
  14. package/dist-cjs/commands/DeleteBackupCommand.js +0 -33
  15. package/dist-cjs/commands/DeleteFileSystemCommand.js +0 -50
  16. package/dist-cjs/commands/DeleteStorageVirtualMachineCommand.js +0 -26
  17. package/dist-cjs/commands/DeleteVolumeCommand.js +0 -28
  18. package/dist-cjs/commands/DescribeBackupsCommand.js +0 -54
  19. package/dist-cjs/commands/DescribeDataRepositoryTasksCommand.js +0 -35
  20. package/dist-cjs/commands/DescribeFileSystemAliasesCommand.js +0 -27
  21. package/dist-cjs/commands/DescribeFileSystemsCommand.js +0 -56
  22. package/dist-cjs/commands/DescribeStorageVirtualMachinesCommand.js +0 -25
  23. package/dist-cjs/commands/DescribeVolumesCommand.js +0 -25
  24. package/dist-cjs/commands/DisassociateFileSystemAliasesCommand.js +0 -33
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -53
  26. package/dist-cjs/commands/TagResourceCommand.js +0 -25
  27. package/dist-cjs/commands/UntagResourceCommand.js +0 -25
  28. package/dist-cjs/commands/UpdateFileSystemCommand.js +0 -89
  29. package/dist-cjs/commands/UpdateStorageVirtualMachineCommand.js +0 -25
  30. package/dist-cjs/commands/UpdateVolumeCommand.js +0 -25
  31. package/dist-cjs/commands/index.js +30 -0
  32. package/dist-cjs/endpoints.js +1 -2
  33. package/dist-cjs/index.js +4 -38
  34. package/dist-cjs/models/index.js +0 -1
  35. package/dist-cjs/models/models_0.js +0 -415
  36. package/dist-cjs/pagination/DescribeBackupsPaginator.js +0 -11
  37. package/dist-cjs/pagination/DescribeDataRepositoryTasksPaginator.js +0 -11
  38. package/dist-cjs/pagination/DescribeFileSystemAliasesPaginator.js +0 -11
  39. package/dist-cjs/pagination/DescribeFileSystemsPaginator.js +0 -11
  40. package/dist-cjs/pagination/DescribeStorageVirtualMachinesPaginator.js +0 -11
  41. package/dist-cjs/pagination/DescribeVolumesPaginator.js +0 -11
  42. package/dist-cjs/pagination/Interfaces.js +0 -1
  43. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +0 -11
  44. package/dist-cjs/pagination/index.js +11 -0
  45. package/dist-cjs/protocols/Aws_json1_1.js +5 -6
  46. package/dist-cjs/runtimeConfig.browser.js +1 -6
  47. package/dist-cjs/runtimeConfig.js +2 -7
  48. package/dist-cjs/runtimeConfig.native.js +0 -4
  49. package/dist-cjs/runtimeConfig.shared.js +0 -4
  50. package/dist-es/FSx.js +0 -1
  51. package/dist-es/FSxClient.js +0 -1
  52. package/dist-es/commands/AssociateFileSystemAliasesCommand.js +0 -1
  53. package/dist-es/commands/CancelDataRepositoryTaskCommand.js +0 -1
  54. package/dist-es/commands/CopyBackupCommand.js +0 -1
  55. package/dist-es/commands/CreateBackupCommand.js +0 -1
  56. package/dist-es/commands/CreateDataRepositoryTaskCommand.js +0 -1
  57. package/dist-es/commands/CreateFileSystemCommand.js +0 -1
  58. package/dist-es/commands/CreateFileSystemFromBackupCommand.js +0 -1
  59. package/dist-es/commands/CreateStorageVirtualMachineCommand.js +0 -1
  60. package/dist-es/commands/CreateVolumeCommand.js +0 -1
  61. package/dist-es/commands/CreateVolumeFromBackupCommand.js +0 -1
  62. package/dist-es/commands/DeleteBackupCommand.js +0 -1
  63. package/dist-es/commands/DeleteFileSystemCommand.js +0 -1
  64. package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +0 -1
  65. package/dist-es/commands/DeleteVolumeCommand.js +0 -1
  66. package/dist-es/commands/DescribeBackupsCommand.js +0 -1
  67. package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +0 -1
  68. package/dist-es/commands/DescribeFileSystemAliasesCommand.js +0 -1
  69. package/dist-es/commands/DescribeFileSystemsCommand.js +0 -1
  70. package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +0 -1
  71. package/dist-es/commands/DescribeVolumesCommand.js +0 -1
  72. package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +0 -1
  73. package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
  74. package/dist-es/commands/TagResourceCommand.js +0 -1
  75. package/dist-es/commands/UntagResourceCommand.js +0 -1
  76. package/dist-es/commands/UpdateFileSystemCommand.js +0 -1
  77. package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +0 -1
  78. package/dist-es/commands/UpdateVolumeCommand.js +0 -1
  79. package/dist-es/commands/index.js +27 -0
  80. package/dist-es/endpoints.js +1 -2
  81. package/dist-es/index.js +4 -38
  82. package/dist-es/models/index.js +0 -1
  83. package/dist-es/models/models_0.js +0 -1
  84. package/dist-es/pagination/DescribeBackupsPaginator.js +0 -1
  85. package/dist-es/pagination/DescribeDataRepositoryTasksPaginator.js +0 -1
  86. package/dist-es/pagination/DescribeFileSystemAliasesPaginator.js +0 -1
  87. package/dist-es/pagination/DescribeFileSystemsPaginator.js +0 -1
  88. package/dist-es/pagination/DescribeStorageVirtualMachinesPaginator.js +0 -1
  89. package/dist-es/pagination/DescribeVolumesPaginator.js +0 -1
  90. package/dist-es/pagination/Interfaces.js +0 -1
  91. package/dist-es/pagination/ListTagsForResourcePaginator.js +0 -1
  92. package/dist-es/pagination/index.js +8 -0
  93. package/dist-es/protocols/Aws_json1_1.js +6 -4
  94. package/dist-es/runtimeConfig.browser.js +1 -2
  95. package/dist-es/runtimeConfig.js +2 -3
  96. package/dist-es/runtimeConfig.native.js +0 -1
  97. package/dist-es/runtimeConfig.shared.js +0 -1
  98. package/dist-types/commands/index.d.ts +27 -0
  99. package/dist-types/index.d.ts +4 -37
  100. package/dist-types/models/models_0.d.ts +36 -6
  101. package/dist-types/pagination/index.d.ts +8 -0
  102. package/dist-types/ts3.4/FSx.d.ts +28 -468
  103. package/dist-types/ts3.4/FSxClient.d.ts +24 -90
  104. package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +2 -30
  105. package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +2 -32
  106. package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +2 -40
  107. package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +2 -75
  108. package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +2 -28
  109. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +2 -52
  110. package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +2 -56
  111. package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +2 -20
  112. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -20
  113. package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +2 -21
  114. package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +2 -28
  115. package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +2 -45
  116. package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +2 -21
  117. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +2 -23
  118. package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +2 -49
  119. package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +2 -30
  120. package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +2 -22
  121. package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +2 -51
  122. package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +2 -20
  123. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +2 -20
  124. package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +2 -28
  125. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -48
  126. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
  127. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
  128. package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +2 -84
  129. package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +2 -20
  130. package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +2 -20
  131. package/dist-types/ts3.4/commands/index.d.ts +27 -0
  132. package/dist-types/ts3.4/index.d.ts +4 -37
  133. package/dist-types/ts3.4/models/models_0.d.ts +721 -3612
  134. package/dist-types/ts3.4/pagination/index.d.ts +8 -0
  135. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  136. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  137. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  138. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  139. package/package.json +33 -30
  140. package/dist-cjs/FSx.js.map +0 -1
  141. package/dist-cjs/FSxClient.js.map +0 -1
  142. package/dist-cjs/commands/AssociateFileSystemAliasesCommand.js.map +0 -1
  143. package/dist-cjs/commands/CancelDataRepositoryTaskCommand.js.map +0 -1
  144. package/dist-cjs/commands/CopyBackupCommand.js.map +0 -1
  145. package/dist-cjs/commands/CreateBackupCommand.js.map +0 -1
  146. package/dist-cjs/commands/CreateDataRepositoryTaskCommand.js.map +0 -1
  147. package/dist-cjs/commands/CreateFileSystemCommand.js.map +0 -1
  148. package/dist-cjs/commands/CreateFileSystemFromBackupCommand.js.map +0 -1
  149. package/dist-cjs/commands/CreateStorageVirtualMachineCommand.js.map +0 -1
  150. package/dist-cjs/commands/CreateVolumeCommand.js.map +0 -1
  151. package/dist-cjs/commands/CreateVolumeFromBackupCommand.js.map +0 -1
  152. package/dist-cjs/commands/DeleteBackupCommand.js.map +0 -1
  153. package/dist-cjs/commands/DeleteFileSystemCommand.js.map +0 -1
  154. package/dist-cjs/commands/DeleteStorageVirtualMachineCommand.js.map +0 -1
  155. package/dist-cjs/commands/DeleteVolumeCommand.js.map +0 -1
  156. package/dist-cjs/commands/DescribeBackupsCommand.js.map +0 -1
  157. package/dist-cjs/commands/DescribeDataRepositoryTasksCommand.js.map +0 -1
  158. package/dist-cjs/commands/DescribeFileSystemAliasesCommand.js.map +0 -1
  159. package/dist-cjs/commands/DescribeFileSystemsCommand.js.map +0 -1
  160. package/dist-cjs/commands/DescribeStorageVirtualMachinesCommand.js.map +0 -1
  161. package/dist-cjs/commands/DescribeVolumesCommand.js.map +0 -1
  162. package/dist-cjs/commands/DisassociateFileSystemAliasesCommand.js.map +0 -1
  163. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  164. package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
  165. package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
  166. package/dist-cjs/commands/UpdateFileSystemCommand.js.map +0 -1
  167. package/dist-cjs/commands/UpdateStorageVirtualMachineCommand.js.map +0 -1
  168. package/dist-cjs/commands/UpdateVolumeCommand.js.map +0 -1
  169. package/dist-cjs/endpoints.js.map +0 -1
  170. package/dist-cjs/index.js.map +0 -1
  171. package/dist-cjs/models/index.js.map +0 -1
  172. package/dist-cjs/models/models_0.js.map +0 -1
  173. package/dist-cjs/pagination/DescribeBackupsPaginator.js.map +0 -1
  174. package/dist-cjs/pagination/DescribeDataRepositoryTasksPaginator.js.map +0 -1
  175. package/dist-cjs/pagination/DescribeFileSystemAliasesPaginator.js.map +0 -1
  176. package/dist-cjs/pagination/DescribeFileSystemsPaginator.js.map +0 -1
  177. package/dist-cjs/pagination/DescribeStorageVirtualMachinesPaginator.js.map +0 -1
  178. package/dist-cjs/pagination/DescribeVolumesPaginator.js.map +0 -1
  179. package/dist-cjs/pagination/Interfaces.js.map +0 -1
  180. package/dist-cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
  181. package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
  182. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  183. package/dist-cjs/runtimeConfig.js.map +0 -1
  184. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  185. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  186. package/dist-es/FSx.js.map +0 -1
  187. package/dist-es/FSxClient.js.map +0 -1
  188. package/dist-es/commands/AssociateFileSystemAliasesCommand.js.map +0 -1
  189. package/dist-es/commands/CancelDataRepositoryTaskCommand.js.map +0 -1
  190. package/dist-es/commands/CopyBackupCommand.js.map +0 -1
  191. package/dist-es/commands/CreateBackupCommand.js.map +0 -1
  192. package/dist-es/commands/CreateDataRepositoryTaskCommand.js.map +0 -1
  193. package/dist-es/commands/CreateFileSystemCommand.js.map +0 -1
  194. package/dist-es/commands/CreateFileSystemFromBackupCommand.js.map +0 -1
  195. package/dist-es/commands/CreateStorageVirtualMachineCommand.js.map +0 -1
  196. package/dist-es/commands/CreateVolumeCommand.js.map +0 -1
  197. package/dist-es/commands/CreateVolumeFromBackupCommand.js.map +0 -1
  198. package/dist-es/commands/DeleteBackupCommand.js.map +0 -1
  199. package/dist-es/commands/DeleteFileSystemCommand.js.map +0 -1
  200. package/dist-es/commands/DeleteStorageVirtualMachineCommand.js.map +0 -1
  201. package/dist-es/commands/DeleteVolumeCommand.js.map +0 -1
  202. package/dist-es/commands/DescribeBackupsCommand.js.map +0 -1
  203. package/dist-es/commands/DescribeDataRepositoryTasksCommand.js.map +0 -1
  204. package/dist-es/commands/DescribeFileSystemAliasesCommand.js.map +0 -1
  205. package/dist-es/commands/DescribeFileSystemsCommand.js.map +0 -1
  206. package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js.map +0 -1
  207. package/dist-es/commands/DescribeVolumesCommand.js.map +0 -1
  208. package/dist-es/commands/DisassociateFileSystemAliasesCommand.js.map +0 -1
  209. package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
  210. package/dist-es/commands/TagResourceCommand.js.map +0 -1
  211. package/dist-es/commands/UntagResourceCommand.js.map +0 -1
  212. package/dist-es/commands/UpdateFileSystemCommand.js.map +0 -1
  213. package/dist-es/commands/UpdateStorageVirtualMachineCommand.js.map +0 -1
  214. package/dist-es/commands/UpdateVolumeCommand.js.map +0 -1
  215. package/dist-es/endpoints.js.map +0 -1
  216. package/dist-es/index.js.map +0 -1
  217. package/dist-es/models/index.js.map +0 -1
  218. package/dist-es/models/models_0.js.map +0 -1
  219. package/dist-es/pagination/DescribeBackupsPaginator.js.map +0 -1
  220. package/dist-es/pagination/DescribeDataRepositoryTasksPaginator.js.map +0 -1
  221. package/dist-es/pagination/DescribeFileSystemAliasesPaginator.js.map +0 -1
  222. package/dist-es/pagination/DescribeFileSystemsPaginator.js.map +0 -1
  223. package/dist-es/pagination/DescribeStorageVirtualMachinesPaginator.js.map +0 -1
  224. package/dist-es/pagination/DescribeVolumesPaginator.js.map +0 -1
  225. package/dist-es/pagination/Interfaces.js.map +0 -1
  226. package/dist-es/pagination/ListTagsForResourcePaginator.js.map +0 -1
  227. package/dist-es/protocols/Aws_json1_1.js.map +0 -1
  228. package/dist-es/runtimeConfig.browser.js.map +0 -1
  229. package/dist-es/runtimeConfig.js.map +0 -1
  230. package/dist-es/runtimeConfig.native.js.map +0 -1
  231. package/dist-es/runtimeConfig.shared.js.map +0 -1
  232. package/jest.config.js +0 -4
  233. package/src/FSx.ts +0 -1356
  234. package/src/FSxClient.ts +0 -360
  235. package/src/commands/AssociateFileSystemAliasesCommand.ts +0 -108
  236. package/src/commands/CancelDataRepositoryTaskCommand.ts +0 -107
  237. package/src/commands/CopyBackupCommand.ts +0 -115
  238. package/src/commands/CreateBackupCommand.ts +0 -150
  239. package/src/commands/CreateDataRepositoryTaskCommand.ts +0 -103
  240. package/src/commands/CreateFileSystemCommand.ts +0 -127
  241. package/src/commands/CreateFileSystemFromBackupCommand.ts +0 -134
  242. package/src/commands/CreateStorageVirtualMachineCommand.ts +0 -100
  243. package/src/commands/CreateVolumeCommand.ts +0 -95
  244. package/src/commands/CreateVolumeFromBackupCommand.ts +0 -96
  245. package/src/commands/DeleteBackupCommand.ts +0 -103
  246. package/src/commands/DeleteFileSystemCommand.ts +0 -120
  247. package/src/commands/DeleteStorageVirtualMachineCommand.ts +0 -101
  248. package/src/commands/DeleteVolumeCommand.ts +0 -98
  249. package/src/commands/DescribeBackupsCommand.ts +0 -124
  250. package/src/commands/DescribeDataRepositoryTasksCommand.ts +0 -110
  251. package/src/commands/DescribeFileSystemAliasesCommand.ts +0 -100
  252. package/src/commands/DescribeFileSystemsCommand.ts +0 -126
  253. package/src/commands/DescribeStorageVirtualMachinesCommand.ts +0 -103
  254. package/src/commands/DescribeVolumesCommand.ts +0 -95
  255. package/src/commands/DisassociateFileSystemAliasesCommand.ts +0 -108
  256. package/src/commands/ListTagsForResourceCommand.ts +0 -123
  257. package/src/commands/TagResourceCommand.ts +0 -95
  258. package/src/commands/UntagResourceCommand.ts +0 -95
  259. package/src/commands/UpdateFileSystemCommand.ts +0 -159
  260. package/src/commands/UpdateStorageVirtualMachineCommand.ts +0 -100
  261. package/src/commands/UpdateVolumeCommand.ts +0 -95
  262. package/src/endpoints.ts +0 -91
  263. package/src/index.ts +0 -38
  264. package/src/models/index.ts +0 -1
  265. package/src/models/models_0.ts +0 -5999
  266. package/src/pagination/DescribeBackupsPaginator.ts +0 -59
  267. package/src/pagination/DescribeDataRepositoryTasksPaginator.ts +0 -59
  268. package/src/pagination/DescribeFileSystemAliasesPaginator.ts +0 -59
  269. package/src/pagination/DescribeFileSystemsPaginator.ts +0 -59
  270. package/src/pagination/DescribeStorageVirtualMachinesPaginator.ts +0 -59
  271. package/src/pagination/DescribeVolumesPaginator.ts +0 -59
  272. package/src/pagination/Interfaces.ts +0 -8
  273. package/src/pagination/ListTagsForResourcePaginator.ts +0 -59
  274. package/src/protocols/Aws_json1_1.ts +0 -5910
  275. package/src/runtimeConfig.browser.ts +0 -41
  276. package/src/runtimeConfig.native.ts +0 -17
  277. package/src/runtimeConfig.shared.ts +0 -17
  278. package/src/runtimeConfig.ts +0 -46
  279. package/tsconfig.es.json +0 -10
  280. package/tsconfig.json +0 -33
  281. package/tsconfig.types.json +0 -9
@@ -27,553 +27,113 @@ import { UpdateFileSystemCommandInput, UpdateFileSystemCommandOutput } from "./c
27
27
  import { UpdateStorageVirtualMachineCommandInput, UpdateStorageVirtualMachineCommandOutput } from "./commands/UpdateStorageVirtualMachineCommand";
28
28
  import { UpdateVolumeCommandInput, UpdateVolumeCommandOutput } from "./commands/UpdateVolumeCommand";
29
29
  import { FSxClient } from "./FSxClient";
30
- /**
31
- * <p>Amazon FSx is a fully managed service that makes it easy for storage and
32
- * application administrators to launch and use shared file storage.</p>
33
- */
30
+
34
31
  export declare class FSx extends FSxClient {
35
- /**
36
- * <p>Use this action to associate one or more Domain Name Server (DNS) aliases with an existing Amazon FSx for Windows File Server file system.
37
- * A file system can have a maximum of 50 DNS aliases associated with it at any one time. If you try to
38
- * associate a DNS alias that is already associated with the file system, FSx takes no action on that alias in the request.
39
- * For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-dns-aliases.html">Working with DNS Aliases</a> and
40
- * <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/walkthrough05-file-system-custom-CNAME.html">Walkthrough 5: Using DNS aliases to access your file system</a>, including
41
- * additional steps you must take to be able to access your file system using a DNS alias.</p>
42
- * <p>The system response shows the DNS aliases that
43
- * Amazon FSx is attempting to associate with the file system.
44
- * Use the API
45
- * operation to monitor the status of the aliases Amazon FSx is
46
- * associating with the file system.</p>
47
- */
32
+
48
33
  associateFileSystemAliases(args: AssociateFileSystemAliasesCommandInput, options?: __HttpHandlerOptions): Promise<AssociateFileSystemAliasesCommandOutput>;
49
34
  associateFileSystemAliases(args: AssociateFileSystemAliasesCommandInput, cb: (err: any, data?: AssociateFileSystemAliasesCommandOutput) => void): void;
50
35
  associateFileSystemAliases(args: AssociateFileSystemAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateFileSystemAliasesCommandOutput) => void): void;
51
- /**
52
- * <p>Cancels an existing Amazon FSx for Lustre data repository task if that task is in either the
53
- * <code>PENDING</code> or <code>EXECUTING</code> state. When you cancel a task, Amazon FSx does the following.</p>
54
- * <ul>
55
- * <li>
56
- * <p>Any files that FSx has already exported are not reverted.</p>
57
- * </li>
58
- * <li>
59
- * <p>FSx continues to export any files that are "in-flight" when the cancel operation is received.</p>
60
- * </li>
61
- * <li>
62
- * <p>FSx does not export any files that have not yet been exported.</p>
63
- * </li>
64
- * </ul>
65
- */
36
+
66
37
  cancelDataRepositoryTask(args: CancelDataRepositoryTaskCommandInput, options?: __HttpHandlerOptions): Promise<CancelDataRepositoryTaskCommandOutput>;
67
38
  cancelDataRepositoryTask(args: CancelDataRepositoryTaskCommandInput, cb: (err: any, data?: CancelDataRepositoryTaskCommandOutput) => void): void;
68
39
  cancelDataRepositoryTask(args: CancelDataRepositoryTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelDataRepositoryTaskCommandOutput) => void): void;
69
- /**
70
- * <p>Copies an existing backup within the same Amazon Web Services account to another Amazon Web Services Region
71
- * (cross-Region copy) or within the same Amazon Web Services Region (in-Region copy). You can have up to five
72
- * backup copy requests in progress to a single destination Region per account.</p>
73
- * <p>You can use cross-Region backup copies for cross-region disaster recovery.
74
- * You periodically take backups and copy them to another Region so that in the
75
- * event of a disaster in the primary Region, you can restore from backup and recover
76
- * availability quickly in the other Region. You can make cross-Region copies
77
- * only within your Amazon Web Services partition.</p>
78
- * <p> You can also use backup copies to clone your file data set to another Region
79
- * or within the same Region.</p>
80
- * <p>You can use the <code>SourceRegion</code> parameter to specify the Amazon Web Services Region
81
- * from which the backup will be copied. For example, if you make the call from the
82
- * <code>us-west-1</code> Region and want to copy a backup from the <code>us-east-2</code>
83
- * Region, you specify <code>us-east-2</code> in the <code>SourceRegion</code> parameter
84
- * to make a cross-Region copy. If you don't specify a Region, the backup copy is
85
- * created in the same Region where the request is sent from (in-Region copy).</p>
86
- * <p>For more information on creating backup copies, see
87
- * <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html#copy-backups">
88
- * Copying backups</a> in the <i>Amazon FSx for Windows User Guide</i> and
89
- * <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html#copy-backups">Copying backups</a>
90
- * in the <i>Amazon FSx for Lustre User Guide</i>.</p>
91
- */
40
+
92
41
  copyBackup(args: CopyBackupCommandInput, options?: __HttpHandlerOptions): Promise<CopyBackupCommandOutput>;
93
42
  copyBackup(args: CopyBackupCommandInput, cb: (err: any, data?: CopyBackupCommandOutput) => void): void;
94
43
  copyBackup(args: CopyBackupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyBackupCommandOutput) => void): void;
95
- /**
96
- * <p>Creates a backup of an existing Amazon FSx for Windows File Server
97
- * or Amazon FSx for Lustre file system, or of an Amazon FSx for NetApp ONTAP
98
- * volume. Creating regular backups is a best practice, enabling you to restore
99
- * a file system or volume from a backup if an issue arises with the original
100
- * file system or volume.</p>
101
- * <p>For Amazon FSx for Lustre file systems, you can create a backup only
102
- * for file systems with the following configuration:</p>
103
- * <ul>
104
- * <li>
105
- * <p>a Persistent deployment type</p>
106
- * </li>
107
- * <li>
108
- * <p>is <i>not</i> linked to a data repository.</p>
109
- * </li>
110
- * </ul>
111
- * <p>For more information about backups, see the following:</p>
112
- * <ul>
113
- * <li>
114
- * <p>For Amazon FSx for Lustre,
115
- * see <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html">Working with FSx for Lustre backups</a>.</p>
116
- * </li>
117
- * <li>
118
- * <p>For Amazon FSx for Windows,
119
- * see <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html">Working with FSx for Windows backups</a>.</p>
120
- * </li>
121
- * <li>
122
- * <p>For Amazon FSx for NetApp ONTAP,
123
- * see <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/using-backups.html">Working with FSx for NetApp ONTAP backups</a>.</p>
124
- * </li>
125
- * </ul>
126
- * <p>If a backup with the specified client request token exists, and the parameters
127
- * match, this operation returns the description of the existing backup. If a backup
128
- * specified client request token exists, and the parameters don't match, this
129
- * operation returns <code>IncompatibleParameterError</code>. If a backup with the
130
- * specified client request token doesn't exist, <code>CreateBackup</code> does the
131
- * following: </p>
132
- * <ul>
133
- * <li>
134
- * <p>Creates a new Amazon FSx backup with an assigned ID, and an initial
135
- * lifecycle state of <code>CREATING</code>.</p>
136
- * </li>
137
- * <li>
138
- * <p>Returns the description of the backup.</p>
139
- * </li>
140
- * </ul>
141
- *
142
- * <p>By using the idempotent operation, you can retry a <code>CreateBackup</code>
143
- * operation without the risk of creating an extra backup. This approach can be useful when
144
- * an initial call fails in a way that makes it unclear whether a backup was created. If
145
- * you use the same client request token and the initial call created a backup, the
146
- * operation returns a successful result because all the parameters are the same.</p>
147
- *
148
- * <p>The <code>CreateBackup</code> operation returns while the backup's
149
- * lifecycle state is still <code>CREATING</code>. You can check the backup creation
150
- * status by calling the <a>DescribeBackups</a> operation, which returns the
151
- * backup state along with other information.</p>
152
- */
44
+
153
45
  createBackup(args: CreateBackupCommandInput, options?: __HttpHandlerOptions): Promise<CreateBackupCommandOutput>;
154
46
  createBackup(args: CreateBackupCommandInput, cb: (err: any, data?: CreateBackupCommandOutput) => void): void;
155
47
  createBackup(args: CreateBackupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBackupCommandOutput) => void): void;
156
- /**
157
- * <p>Creates an Amazon FSx for Lustre data repository task. You use data repository tasks
158
- * to perform bulk operations between your Amazon FSx file system and its linked data
159
- * repository. An example of a data repository task is
160
- * exporting any data and metadata changes, including POSIX metadata, to files, directories, and symbolic links (symlinks) from your FSx file system to its linked data repository. A
161
- * <code>CreateDataRepositoryTask</code> operation will fail if a data repository is not
162
- * linked to the FSx file system. To learn more about data repository tasks, see
163
- * <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-repository-tasks.html">Data Repository Tasks</a>.
164
- * To learn more about linking a data repository to your file system, see
165
- * <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/create-fs-linked-data-repo.html">Linking your file system to an S3 bucket</a>.</p>
166
- */
48
+
167
49
  createDataRepositoryTask(args: CreateDataRepositoryTaskCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataRepositoryTaskCommandOutput>;
168
50
  createDataRepositoryTask(args: CreateDataRepositoryTaskCommandInput, cb: (err: any, data?: CreateDataRepositoryTaskCommandOutput) => void): void;
169
51
  createDataRepositoryTask(args: CreateDataRepositoryTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataRepositoryTaskCommandOutput) => void): void;
170
- /**
171
- * <p>Creates a new, empty Amazon FSx file system.</p>
172
- *
173
- * <p>If a file system with the specified client request token exists and the parameters
174
- * match, <code>CreateFileSystem</code> returns the description of the existing file
175
- * system. If a file system specified client request token exists and the parameters
176
- * don't match, this call returns <code>IncompatibleParameterError</code>. If a file
177
- * system with the specified client request token doesn't exist,
178
- * <code>CreateFileSystem</code> does the following: </p>
179
- * <ul>
180
- * <li>
181
- * <p>Creates a new, empty Amazon FSx file system with an assigned ID, and an
182
- * initial lifecycle state of <code>CREATING</code>.</p>
183
- * </li>
184
- * <li>
185
- * <p>Returns the description of the file system.</p>
186
- * </li>
187
- * </ul>
188
- *
189
- * <p>This operation requires a client request token in the request that Amazon FSx uses
190
- * to ensure idempotent creation. This means that calling the operation multiple times with
191
- * the same client request token has no effect. By using the idempotent operation, you can
192
- * retry a <code>CreateFileSystem</code> operation without the risk of creating an extra
193
- * file system. This approach can be useful when an initial call fails in a way that makes
194
- * it unclear whether a file system was created. Examples are if a transport level timeout
195
- * occurred, or your connection was reset. If you use the same client request token and the
196
- * initial call created a file system, the client receives success as long as the
197
- * parameters are the same.</p>
198
- * <note>
199
- * <p>The <code>CreateFileSystem</code> call returns while the file system's
200
- * lifecycle state is still <code>CREATING</code>. You can check the file-system
201
- * creation status by calling the <a>DescribeFileSystems</a> operation,
202
- * which returns the file system state along with other information.</p>
203
- * </note>
204
- */
52
+
205
53
  createFileSystem(args: CreateFileSystemCommandInput, options?: __HttpHandlerOptions): Promise<CreateFileSystemCommandOutput>;
206
54
  createFileSystem(args: CreateFileSystemCommandInput, cb: (err: any, data?: CreateFileSystemCommandOutput) => void): void;
207
55
  createFileSystem(args: CreateFileSystemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFileSystemCommandOutput) => void): void;
208
- /**
209
- * <p>Creates a new Amazon FSx for Lustre or Amazon FSx for Windows File Server file system
210
- * from an existing Amazon FSx backup.</p>
211
- *
212
- * <p>If a file system with the specified client request token exists and the parameters
213
- * match, this operation returns the description of the file system. If a client
214
- * request token specified by the file system exists and the parameters don't match,
215
- * this call returns <code>IncompatibleParameterError</code>. If a file system with the
216
- * specified client request token doesn't exist, this operation does the following:</p>
217
- *
218
- * <ul>
219
- * <li>
220
- * <p>Creates a new Amazon FSx file system from backup with an assigned ID, and
221
- * an initial lifecycle state of <code>CREATING</code>.</p>
222
- * </li>
223
- * <li>
224
- * <p>Returns the description of the file system.</p>
225
- * </li>
226
- * </ul>
227
- *
228
- * <p>Parameters like Active Directory, default share name, automatic backup, and backup
229
- * settings default to the parameters of the file system that was backed up, unless
230
- * overridden. You can explicitly supply other settings.</p>
231
- *
232
- * <p>By using the idempotent operation, you can retry a
233
- * <code>CreateFileSystemFromBackup</code> call without the risk of creating an extra
234
- * file system. This approach can be useful when an initial call fails in a way that makes
235
- * it unclear whether a file system was created. Examples are if a transport level timeout
236
- * occurred, or your connection was reset. If you use the same client request token and the
237
- * initial call created a file system, the client receives success as long as the
238
- * parameters are the same.</p>
239
- * <note>
240
- * <p>The <code>CreateFileSystemFromBackup</code> call returns while the file
241
- * system's lifecycle state is still <code>CREATING</code>. You can check the
242
- * file-system creation status by calling the <a>DescribeFileSystems</a>
243
- * operation, which returns the file system state along with other
244
- * information.</p>
245
- * </note>
246
- */
56
+
247
57
  createFileSystemFromBackup(args: CreateFileSystemFromBackupCommandInput, options?: __HttpHandlerOptions): Promise<CreateFileSystemFromBackupCommandOutput>;
248
58
  createFileSystemFromBackup(args: CreateFileSystemFromBackupCommandInput, cb: (err: any, data?: CreateFileSystemFromBackupCommandOutput) => void): void;
249
59
  createFileSystemFromBackup(args: CreateFileSystemFromBackupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFileSystemFromBackupCommandOutput) => void): void;
250
- /**
251
- * <p>Creates a storage virtual machine (SVM) for an Amazon FSx for ONTAP file system.</p>
252
- */
60
+
253
61
  createStorageVirtualMachine(args: CreateStorageVirtualMachineCommandInput, options?: __HttpHandlerOptions): Promise<CreateStorageVirtualMachineCommandOutput>;
254
62
  createStorageVirtualMachine(args: CreateStorageVirtualMachineCommandInput, cb: (err: any, data?: CreateStorageVirtualMachineCommandOutput) => void): void;
255
63
  createStorageVirtualMachine(args: CreateStorageVirtualMachineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStorageVirtualMachineCommandOutput) => void): void;
256
- /**
257
- * <p>Creates an Amazon FSx for NetApp ONTAP storage volume.</p>
258
- */
64
+
259
65
  createVolume(args: CreateVolumeCommandInput, options?: __HttpHandlerOptions): Promise<CreateVolumeCommandOutput>;
260
66
  createVolume(args: CreateVolumeCommandInput, cb: (err: any, data?: CreateVolumeCommandOutput) => void): void;
261
67
  createVolume(args: CreateVolumeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVolumeCommandOutput) => void): void;
262
- /**
263
- * <p>Creates a new Amazon FSx for NetApp ONTAP volume from an
264
- * existing Amazon FSx volume backup.</p>
265
- */
68
+
266
69
  createVolumeFromBackup(args: CreateVolumeFromBackupCommandInput, options?: __HttpHandlerOptions): Promise<CreateVolumeFromBackupCommandOutput>;
267
70
  createVolumeFromBackup(args: CreateVolumeFromBackupCommandInput, cb: (err: any, data?: CreateVolumeFromBackupCommandOutput) => void): void;
268
71
  createVolumeFromBackup(args: CreateVolumeFromBackupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVolumeFromBackupCommandOutput) => void): void;
269
- /**
270
- * <p>Deletes an Amazon FSx backup, deleting its contents. After deletion, the backup no longer exists, and its data is gone.</p>
271
- *
272
- * <p>The <code>DeleteBackup</code> call returns instantly. The backup will not show up
273
- * in later <code>DescribeBackups</code> calls.</p>
274
- *
275
- * <important>
276
- * <p>The data in a deleted backup is also deleted and can't be recovered by any
277
- * means.</p>
278
- * </important>
279
- */
72
+
280
73
  deleteBackup(args: DeleteBackupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBackupCommandOutput>;
281
74
  deleteBackup(args: DeleteBackupCommandInput, cb: (err: any, data?: DeleteBackupCommandOutput) => void): void;
282
75
  deleteBackup(args: DeleteBackupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBackupCommandOutput) => void): void;
283
- /**
284
- * <p>Deletes a file system, deleting its contents. After deletion, the file system no
285
- * longer exists, and its data is gone. Any existing automatic backups will also be
286
- * deleted.</p>
287
- * <p>To delete an Amazon FSx for NetApp ONTAP file system, first delete all the volumes
288
- * and SVMs on the file system. Then provide a <code>FileSystemId</code> value to the
289
- * <code>DeleFileSystem</code> operation.</p>
290
- *
291
- * <p>By default, when you delete an Amazon FSx for Windows File Server file system, a
292
- * final backup is created upon deletion. This final backup is not subject to the file
293
- * system's retention policy, and must be manually deleted.</p>
294
- *
295
- * <p>The <code>DeleteFileSystem</code> action returns while the file system has the
296
- * <code>DELETING</code> status. You can check the file system deletion status by
297
- * calling the <a>DescribeFileSystems</a> action, which returns a list of file
298
- * systems in your account. If you pass the file system ID for a deleted file system, the
299
- * <a>DescribeFileSystems</a> returns a <code>FileSystemNotFound</code>
300
- * error.</p>
301
- * <note>
302
- * <p>Deleting an Amazon FSx for Lustre file system will fail with a 400 BadRequest if
303
- * a data repository task is in a <code>PENDING</code> or <code>EXECUTING</code>
304
- * state.</p>
305
- * </note>
306
- * <important>
307
- * <p>The data in a deleted file system is also deleted and can't be recovered by
308
- * any means.</p>
309
- * </important>
310
- */
76
+
311
77
  deleteFileSystem(args: DeleteFileSystemCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFileSystemCommandOutput>;
312
78
  deleteFileSystem(args: DeleteFileSystemCommandInput, cb: (err: any, data?: DeleteFileSystemCommandOutput) => void): void;
313
79
  deleteFileSystem(args: DeleteFileSystemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFileSystemCommandOutput) => void): void;
314
- /**
315
- * <p>Deletes an existing Amazon FSx for ONTAP storage virtual machine (SVM). Prior
316
- * to deleting an SVM, you must delete all non-root volumes in the SVM, otherwise the operation will fail.</p>
317
- */
80
+
318
81
  deleteStorageVirtualMachine(args: DeleteStorageVirtualMachineCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStorageVirtualMachineCommandOutput>;
319
82
  deleteStorageVirtualMachine(args: DeleteStorageVirtualMachineCommandInput, cb: (err: any, data?: DeleteStorageVirtualMachineCommandOutput) => void): void;
320
83
  deleteStorageVirtualMachine(args: DeleteStorageVirtualMachineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStorageVirtualMachineCommandOutput) => void): void;
321
- /**
322
- * <p>Deletes an Amazon FSx for NetApp ONTAP volume. When deleting a volume,
323
- * you have the option of creating a final backup. If you create a final backup, you have the option to
324
- * apply Tags to the backup. You need to have <code>fsx:TagResource</code>
325
- * permission in order to apply tags to the backup.</p>
326
- */
84
+
327
85
  deleteVolume(args: DeleteVolumeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVolumeCommandOutput>;
328
86
  deleteVolume(args: DeleteVolumeCommandInput, cb: (err: any, data?: DeleteVolumeCommandOutput) => void): void;
329
87
  deleteVolume(args: DeleteVolumeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVolumeCommandOutput) => void): void;
330
- /**
331
- * <p>Returns the description of specific Amazon FSx backups, if
332
- * a <code>BackupIds</code> value is provided for that backup. Otherwise, it returns all
333
- * backups owned by your Amazon Web Services account in the Amazon Web Services Region
334
- * of the endpoint that you're calling.</p>
335
- *
336
- * <p>When retrieving all backups, you can optionally specify the <code>MaxResults</code>
337
- * parameter to limit the number of backups in a response. If more backups remain, Amazon
338
- * FSx returns a <code>NextToken</code> value in the response. In this case, send a later
339
- * request with the <code>NextToken</code> request parameter set to the value of
340
- * <code>NextToken</code> from the last response.</p>
341
- *
342
- * <p>This action is used in an iterative process to retrieve a list of your backups.
343
- * <code>DescribeBackups</code> is called first without a <code>NextToken</code>value.
344
- * Then the action continues to be called with the <code>NextToken</code> parameter set to
345
- * the value of the last <code>NextToken</code> value until a response has no
346
- * <code>NextToken</code>.</p>
347
- *
348
- * <p>When using this action, keep the following in mind:</p>
349
- * <ul>
350
- * <li>
351
- * <p>The implementation might return fewer than <code>MaxResults</code>
352
- * backup descriptions while still including a <code>NextToken</code>
353
- * value.</p>
354
- * </li>
355
- * <li>
356
- * <p>The order of backups returned in the response of one
357
- * <code>DescribeBackups</code> call and the order of backups returned across
358
- * the responses of a multi-call iteration is unspecified.</p>
359
- * </li>
360
- * </ul>
361
- */
88
+
362
89
  describeBackups(args: DescribeBackupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBackupsCommandOutput>;
363
90
  describeBackups(args: DescribeBackupsCommandInput, cb: (err: any, data?: DescribeBackupsCommandOutput) => void): void;
364
91
  describeBackups(args: DescribeBackupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBackupsCommandOutput) => void): void;
365
- /**
366
- * <p>Returns the description of specific Amazon FSx for Lustre data repository tasks, if
367
- * one or more <code>TaskIds</code> values are provided in the request, or if filters are used in the request.
368
- * You can use filters to narrow the response to include just tasks for specific file systems,
369
- * or tasks in a specific lifecycle state. Otherwise, it returns all data repository tasks owned
370
- * by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling.</p>
371
- *
372
- * <p>When retrieving all tasks, you can paginate the response by using the optional <code>MaxResults</code>
373
- * parameter to limit the number of tasks returned in a response. If more tasks remain, Amazon
374
- * FSx returns a <code>NextToken</code> value in the response. In this case, send a later
375
- * request with the <code>NextToken</code> request parameter set to the value of
376
- * <code>NextToken</code> from the last response.</p>
377
- */
92
+
378
93
  describeDataRepositoryTasks(args: DescribeDataRepositoryTasksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataRepositoryTasksCommandOutput>;
379
94
  describeDataRepositoryTasks(args: DescribeDataRepositoryTasksCommandInput, cb: (err: any, data?: DescribeDataRepositoryTasksCommandOutput) => void): void;
380
95
  describeDataRepositoryTasks(args: DescribeDataRepositoryTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataRepositoryTasksCommandOutput) => void): void;
381
- /**
382
- * <p>Returns the DNS aliases that are associated with the specified Amazon FSx for Windows File Server file system. A history of
383
- * all DNS aliases that have been associated with and disassociated from the file system is available in the list of <a>AdministrativeAction</a>
384
- * provided in the <a>DescribeFileSystems</a> operation response.</p>
385
- */
96
+
386
97
  describeFileSystemAliases(args: DescribeFileSystemAliasesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFileSystemAliasesCommandOutput>;
387
98
  describeFileSystemAliases(args: DescribeFileSystemAliasesCommandInput, cb: (err: any, data?: DescribeFileSystemAliasesCommandOutput) => void): void;
388
99
  describeFileSystemAliases(args: DescribeFileSystemAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFileSystemAliasesCommandOutput) => void): void;
389
- /**
390
- * <p>Returns the description of specific Amazon FSx file systems, if a
391
- * <code>FileSystemIds</code> value is provided for that file system. Otherwise, it
392
- * returns descriptions of all file systems owned by your Amazon Web Services account in
393
- * the Amazon Web Services Region of the endpoint that you're calling.</p>
394
- *
395
- * <p>When retrieving all file system descriptions, you can optionally specify the
396
- * <code>MaxResults</code> parameter to limit the number of descriptions in a response.
397
- * If more file system descriptions remain, Amazon FSx returns a <code>NextToken</code>
398
- * value in the response. In this case, send a later request with the
399
- * <code>NextToken</code> request parameter set to the value of <code>NextToken</code>
400
- * from the last response.</p>
401
- *
402
- * <p>This action is used in an iterative process to retrieve a list of your file system
403
- * descriptions. <code>DescribeFileSystems</code> is called first without a
404
- * <code>NextToken</code>value. Then the action continues to be called with the
405
- * <code>NextToken</code> parameter set to the value of the last <code>NextToken</code>
406
- * value until a response has no <code>NextToken</code>.</p>
407
- *
408
- * <p>When using this action, keep the following in mind:</p>
409
- * <ul>
410
- * <li>
411
- * <p>The implementation might return fewer than <code>MaxResults</code> file
412
- * system descriptions while still including a <code>NextToken</code>
413
- * value.</p>
414
- *
415
- * </li>
416
- * <li>
417
- * <p>The order of file systems returned in the response of one
418
- * <code>DescribeFileSystems</code> call and the order of file systems returned
419
- * across the responses of a multicall iteration is unspecified.</p>
420
- * </li>
421
- * </ul>
422
- */
100
+
423
101
  describeFileSystems(args: DescribeFileSystemsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFileSystemsCommandOutput>;
424
102
  describeFileSystems(args: DescribeFileSystemsCommandInput, cb: (err: any, data?: DescribeFileSystemsCommandOutput) => void): void;
425
103
  describeFileSystems(args: DescribeFileSystemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFileSystemsCommandOutput) => void): void;
426
- /**
427
- * <p>Describes one or more Amazon FSx for NetApp ONTAP storage virtual machines (SVMs).</p>
428
- */
104
+
429
105
  describeStorageVirtualMachines(args: DescribeStorageVirtualMachinesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStorageVirtualMachinesCommandOutput>;
430
106
  describeStorageVirtualMachines(args: DescribeStorageVirtualMachinesCommandInput, cb: (err: any, data?: DescribeStorageVirtualMachinesCommandOutput) => void): void;
431
107
  describeStorageVirtualMachines(args: DescribeStorageVirtualMachinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStorageVirtualMachinesCommandOutput) => void): void;
432
- /**
433
- * <p>Describes one or more Amazon FSx for NetApp ONTAP volumes.</p>
434
- */
108
+
435
109
  describeVolumes(args: DescribeVolumesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVolumesCommandOutput>;
436
110
  describeVolumes(args: DescribeVolumesCommandInput, cb: (err: any, data?: DescribeVolumesCommandOutput) => void): void;
437
111
  describeVolumes(args: DescribeVolumesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVolumesCommandOutput) => void): void;
438
- /**
439
- * <p>Use this action to disassociate, or remove, one or more Domain Name Service (DNS) aliases
440
- * from an Amazon FSx for Windows File Server file system. If you attempt to disassociate a DNS alias that is not
441
- * associated with the file system, Amazon FSx responds with a 400 Bad Request. For more information, see
442
- * <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-dns-aliases.html">Working with DNS Aliases</a>.</p>
443
- * <p>The system generated response showing the DNS aliases that
444
- * Amazon FSx is attempting to disassociate from the file system.
445
- * Use the API
446
- * operation to monitor the status of the aliases Amazon FSx is
447
- * disassociating with the file system.</p>
448
- */
112
+
449
113
  disassociateFileSystemAliases(args: DisassociateFileSystemAliasesCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateFileSystemAliasesCommandOutput>;
450
114
  disassociateFileSystemAliases(args: DisassociateFileSystemAliasesCommandInput, cb: (err: any, data?: DisassociateFileSystemAliasesCommandOutput) => void): void;
451
115
  disassociateFileSystemAliases(args: DisassociateFileSystemAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateFileSystemAliasesCommandOutput) => void): void;
452
- /**
453
- * <p>Lists tags for an Amazon FSx file systems and backups in the case of Amazon FSx for
454
- * Windows File Server.</p>
455
- *
456
- * <p>When retrieving all tags, you can optionally specify the <code>MaxResults</code>
457
- * parameter to limit the number of tags in a response. If more tags remain, Amazon FSx
458
- * returns a <code>NextToken</code> value in the response. In this case, send a later
459
- * request with the <code>NextToken</code> request parameter set to the value of
460
- * <code>NextToken</code> from the last response.</p>
461
- *
462
- * <p>This action is used in an iterative process to retrieve a list of your tags.
463
- * <code>ListTagsForResource</code> is called first without a
464
- * <code>NextToken</code>value. Then the action continues to be called with the
465
- * <code>NextToken</code> parameter set to the value of the last <code>NextToken</code>
466
- * value until a response has no <code>NextToken</code>.</p>
467
- *
468
- * <p>When using this action, keep the following in mind:</p>
469
- * <ul>
470
- * <li>
471
- * <p>The implementation might return fewer than <code>MaxResults</code> file
472
- * system descriptions while still including a <code>NextToken</code>
473
- * value.</p>
474
- *
475
- * </li>
476
- * <li>
477
- * <p>The order of tags returned in the response of one
478
- * <code>ListTagsForResource</code> call and the order of tags returned across
479
- * the responses of a multi-call iteration is unspecified.</p>
480
- * </li>
481
- * </ul>
482
- */
116
+
483
117
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
484
118
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
485
119
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
486
- /**
487
- * <p>Tags an Amazon FSx resource.</p>
488
- */
120
+
489
121
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
490
122
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
491
123
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
492
- /**
493
- * <p>This action removes a tag from an Amazon FSx resource.</p>
494
- */
124
+
495
125
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
496
126
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
497
127
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
498
- /**
499
- * <p>Use this operation to update the configuration of an existing Amazon FSx file system.
500
- * You can update multiple properties in a single request.</p>
501
- * <p>For Amazon FSx for Windows File Server file systems, you can update the following
502
- * properties:</p>
503
- * <ul>
504
- * <li>
505
- * <p>AuditLogConfiguration</p>
506
- * </li>
507
- * <li>
508
- * <p>AutomaticBackupRetentionDays</p>
509
- * </li>
510
- * <li>
511
- * <p>DailyAutomaticBackupStartTime</p>
512
- * </li>
513
- * <li>
514
- * <p>SelfManagedActiveDirectoryConfiguration</p>
515
- * </li>
516
- * <li>
517
- * <p>StorageCapacity</p>
518
- * </li>
519
- * <li>
520
- * <p>ThroughputCapacity</p>
521
- * </li>
522
- * <li>
523
- * <p>WeeklyMaintenanceStartTime</p>
524
- * </li>
525
- * </ul>
526
- * <p>For Amazon FSx for Lustre file systems, you can update the following
527
- * properties:</p>
528
- * <ul>
529
- * <li>
530
- * <p>AutoImportPolicy</p>
531
- * </li>
532
- * <li>
533
- * <p>AutomaticBackupRetentionDays</p>
534
- * </li>
535
- * <li>
536
- * <p>DailyAutomaticBackupStartTime</p>
537
- * </li>
538
- * <li>
539
- * <p>DataCompressionType</p>
540
- * </li>
541
- * <li>
542
- * <p>StorageCapacity</p>
543
- * </li>
544
- * <li>
545
- * <p>WeeklyMaintenanceStartTime</p>
546
- * </li>
547
- * </ul>
548
- * <p>For Amazon FSx for NetApp ONTAP file systems, you can update the following
549
- * properties:</p>
550
- * <ul>
551
- * <li>
552
- * <p>AutomaticBackupRetentionDays</p>
553
- * </li>
554
- * <li>
555
- * <p>DailyAutomaticBackupStartTime</p>
556
- * </li>
557
- * <li>
558
- * <p>FsxAdminPassword</p>
559
- * </li>
560
- * <li>
561
- * <p>WeeklyMaintenanceStartTime</p>
562
- * </li>
563
- * </ul>
564
- */
128
+
565
129
  updateFileSystem(args: UpdateFileSystemCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFileSystemCommandOutput>;
566
130
  updateFileSystem(args: UpdateFileSystemCommandInput, cb: (err: any, data?: UpdateFileSystemCommandOutput) => void): void;
567
131
  updateFileSystem(args: UpdateFileSystemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFileSystemCommandOutput) => void): void;
568
- /**
569
- * <p>Updates an Amazon FSx for ONTAP storage virtual machine (SVM).</p>
570
- */
132
+
571
133
  updateStorageVirtualMachine(args: UpdateStorageVirtualMachineCommandInput, options?: __HttpHandlerOptions): Promise<UpdateStorageVirtualMachineCommandOutput>;
572
134
  updateStorageVirtualMachine(args: UpdateStorageVirtualMachineCommandInput, cb: (err: any, data?: UpdateStorageVirtualMachineCommandOutput) => void): void;
573
135
  updateStorageVirtualMachine(args: UpdateStorageVirtualMachineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStorageVirtualMachineCommandOutput) => void): void;
574
- /**
575
- * <p>Updates an Amazon FSx for NetApp ONTAP volume's configuration.</p>
576
- */
136
+
577
137
  updateVolume(args: UpdateVolumeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVolumeCommandOutput>;
578
138
  updateVolume(args: UpdateVolumeCommandInput, cb: (err: any, data?: UpdateVolumeCommandOutput) => void): void;
579
139
  updateVolume(args: UpdateVolumeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVolumeCommandOutput) => void): void;