@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
@@ -36,125 +36,59 @@ import { UpdateVolumeCommandInput, UpdateVolumeCommandOutput } from "./commands/
36
36
  export declare type ServiceInputTypes = AssociateFileSystemAliasesCommandInput | CancelDataRepositoryTaskCommandInput | CopyBackupCommandInput | CreateBackupCommandInput | CreateDataRepositoryTaskCommandInput | CreateFileSystemCommandInput | CreateFileSystemFromBackupCommandInput | CreateStorageVirtualMachineCommandInput | CreateVolumeCommandInput | CreateVolumeFromBackupCommandInput | DeleteBackupCommandInput | DeleteFileSystemCommandInput | DeleteStorageVirtualMachineCommandInput | DeleteVolumeCommandInput | DescribeBackupsCommandInput | DescribeDataRepositoryTasksCommandInput | DescribeFileSystemAliasesCommandInput | DescribeFileSystemsCommandInput | DescribeStorageVirtualMachinesCommandInput | DescribeVolumesCommandInput | DisassociateFileSystemAliasesCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateFileSystemCommandInput | UpdateStorageVirtualMachineCommandInput | UpdateVolumeCommandInput;
37
37
  export declare type ServiceOutputTypes = AssociateFileSystemAliasesCommandOutput | CancelDataRepositoryTaskCommandOutput | CopyBackupCommandOutput | CreateBackupCommandOutput | CreateDataRepositoryTaskCommandOutput | CreateFileSystemCommandOutput | CreateFileSystemFromBackupCommandOutput | CreateStorageVirtualMachineCommandOutput | CreateVolumeCommandOutput | CreateVolumeFromBackupCommandOutput | DeleteBackupCommandOutput | DeleteFileSystemCommandOutput | DeleteStorageVirtualMachineCommandOutput | DeleteVolumeCommandOutput | DescribeBackupsCommandOutput | DescribeDataRepositoryTasksCommandOutput | DescribeFileSystemAliasesCommandOutput | DescribeFileSystemsCommandOutput | DescribeStorageVirtualMachinesCommandOutput | DescribeVolumesCommandOutput | DisassociateFileSystemAliasesCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateFileSystemCommandOutput | UpdateStorageVirtualMachineCommandOutput | UpdateVolumeCommandOutput;
38
38
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
39
- /**
40
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
41
- */
39
+
42
40
  requestHandler?: __HttpHandler;
43
- /**
44
- * A constructor for a class implementing the {@link __Hash} interface
45
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
46
- * @internal
47
- */
41
+
48
42
  sha256?: __HashConstructor;
49
- /**
50
- * The function that will be used to convert strings into HTTP endpoints.
51
- * @internal
52
- */
43
+
53
44
  urlParser?: __UrlParser;
54
- /**
55
- * A function that can calculate the length of a request body.
56
- * @internal
57
- */
45
+
58
46
  bodyLengthChecker?: (body: any) => number | undefined;
59
- /**
60
- * A function that converts a stream into an array of bytes.
61
- * @internal
62
- */
47
+
63
48
  streamCollector?: __StreamCollector;
64
- /**
65
- * The function that will be used to convert a base64-encoded string to a byte array.
66
- * @internal
67
- */
49
+
68
50
  base64Decoder?: __Decoder;
69
- /**
70
- * The function that will be used to convert binary data to a base64-encoded string.
71
- * @internal
72
- */
51
+
73
52
  base64Encoder?: __Encoder;
74
- /**
75
- * The function that will be used to convert a UTF8-encoded string to a byte array.
76
- * @internal
77
- */
53
+
78
54
  utf8Decoder?: __Decoder;
79
- /**
80
- * The function that will be used to convert binary data to a UTF-8 encoded string.
81
- * @internal
82
- */
55
+
83
56
  utf8Encoder?: __Encoder;
84
- /**
85
- * The runtime environment.
86
- * @internal
87
- */
57
+
88
58
  runtime?: string;
89
- /**
90
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
91
- * trait of an operation.
92
- */
59
+
93
60
  disableHostPrefix?: boolean;
94
- /**
95
- * Value for how many times a request will be made at most in case of retry.
96
- */
61
+
97
62
  maxAttempts?: number | __Provider<number>;
98
- /**
99
- * Specifies which retry algorithm to use.
100
- */
63
+
101
64
  retryMode?: string | __Provider<string>;
102
- /**
103
- * Optional logger for logging debug/info/warn/error.
104
- */
65
+
105
66
  logger?: __Logger;
106
- /**
107
- * Unique service identifier.
108
- * @internal
109
- */
67
+
110
68
  serviceId?: string;
111
- /**
112
- * The AWS region to which this client will send requests
113
- */
69
+
114
70
  region?: string | __Provider<string>;
115
- /**
116
- * Default credentials provider; Not available in browser runtime.
117
- * @internal
118
- */
71
+
119
72
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
120
- /**
121
- * Fetch related hostname, signing name or signing region with given region.
122
- * @internal
123
- */
73
+
124
74
  regionInfoProvider?: RegionInfoProvider;
125
- /**
126
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
127
- * @internal
128
- */
75
+
129
76
  defaultUserAgentProvider?: Provider<__UserAgent>;
130
77
  }
131
78
  declare type FSxClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
132
- /**
133
- * The configuration interface of FSxClient class constructor that set the region, credentials and other options.
134
- */
79
+
135
80
  export interface FSxClientConfig extends FSxClientConfigType {
136
81
  }
137
82
  declare type FSxClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
138
- /**
139
- * The resolved configuration interface of FSxClient class. This is resolved and normalized from the {@link FSxClientConfig | constructor configuration interface}.
140
- */
83
+
141
84
  export interface FSxClientResolvedConfig extends FSxClientResolvedConfigType {
142
85
  }
143
- /**
144
- * <p>Amazon FSx is a fully managed service that makes it easy for storage and
145
- * application administrators to launch and use shared file storage.</p>
146
- */
86
+
147
87
  export declare class FSxClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, FSxClientResolvedConfig> {
148
- /**
149
- * The resolved configuration of FSxClient class. This is resolved and normalized from the {@link FSxClientConfig | constructor configuration interface}.
150
- */
88
+
151
89
  readonly config: FSxClientResolvedConfig;
152
90
  constructor(configuration: FSxClientConfig);
153
- /**
154
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
155
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
156
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
157
- */
91
+
158
92
  destroy(): void;
159
93
  }
160
94
  export {};
@@ -6,39 +6,11 @@ export interface AssociateFileSystemAliasesCommandInput extends AssociateFileSys
6
6
  }
7
7
  export interface AssociateFileSystemAliasesCommandOutput extends AssociateFileSystemAliasesResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <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.
11
- * A file system can have a maximum of 50 DNS aliases associated with it at any one time. If you try to
12
- * associate a DNS alias that is already associated with the file system, FSx takes no action on that alias in the request.
13
- * For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-dns-aliases.html">Working with DNS Aliases</a> and
14
- * <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
15
- * additional steps you must take to be able to access your file system using a DNS alias.</p>
16
- * <p>The system response shows the DNS aliases that
17
- * Amazon FSx is attempting to associate with the file system.
18
- * Use the API
19
- * operation to monitor the status of the aliases Amazon FSx is
20
- * associating with the file system.</p>
21
- * @example
22
- * Use a bare-bones client and the command you need to make an API call.
23
- * ```javascript
24
- * import { FSxClient, AssociateFileSystemAliasesCommand } from "@aws-sdk/client-fsx"; // ES Modules import
25
- * // const { FSxClient, AssociateFileSystemAliasesCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
26
- * const client = new FSxClient(config);
27
- * const command = new AssociateFileSystemAliasesCommand(input);
28
- * const response = await client.send(command);
29
- * ```
30
- *
31
- * @see {@link AssociateFileSystemAliasesCommandInput} for command's `input` shape.
32
- * @see {@link AssociateFileSystemAliasesCommandOutput} for command's `response` shape.
33
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
34
- *
35
- */
9
+
36
10
  export declare class AssociateFileSystemAliasesCommand extends $Command<AssociateFileSystemAliasesCommandInput, AssociateFileSystemAliasesCommandOutput, FSxClientResolvedConfig> {
37
11
  readonly input: AssociateFileSystemAliasesCommandInput;
38
12
  constructor(input: AssociateFileSystemAliasesCommandInput);
39
- /**
40
- * @internal
41
- */
13
+
42
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateFileSystemAliasesCommandInput, AssociateFileSystemAliasesCommandOutput>;
43
15
  private serialize;
44
16
  private deserialize;
@@ -6,41 +6,11 @@ export interface CancelDataRepositoryTaskCommandInput extends CancelDataReposito
6
6
  }
7
7
  export interface CancelDataRepositoryTaskCommandOutput extends CancelDataRepositoryTaskResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Cancels an existing Amazon FSx for Lustre data repository task if that task is in either the
11
- * <code>PENDING</code> or <code>EXECUTING</code> state. When you cancel a task, Amazon FSx does the following.</p>
12
- * <ul>
13
- * <li>
14
- * <p>Any files that FSx has already exported are not reverted.</p>
15
- * </li>
16
- * <li>
17
- * <p>FSx continues to export any files that are "in-flight" when the cancel operation is received.</p>
18
- * </li>
19
- * <li>
20
- * <p>FSx does not export any files that have not yet been exported.</p>
21
- * </li>
22
- * </ul>
23
- * @example
24
- * Use a bare-bones client and the command you need to make an API call.
25
- * ```javascript
26
- * import { FSxClient, CancelDataRepositoryTaskCommand } from "@aws-sdk/client-fsx"; // ES Modules import
27
- * // const { FSxClient, CancelDataRepositoryTaskCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
28
- * const client = new FSxClient(config);
29
- * const command = new CancelDataRepositoryTaskCommand(input);
30
- * const response = await client.send(command);
31
- * ```
32
- *
33
- * @see {@link CancelDataRepositoryTaskCommandInput} for command's `input` shape.
34
- * @see {@link CancelDataRepositoryTaskCommandOutput} for command's `response` shape.
35
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
36
- *
37
- */
9
+
38
10
  export declare class CancelDataRepositoryTaskCommand extends $Command<CancelDataRepositoryTaskCommandInput, CancelDataRepositoryTaskCommandOutput, FSxClientResolvedConfig> {
39
11
  readonly input: CancelDataRepositoryTaskCommandInput;
40
12
  constructor(input: CancelDataRepositoryTaskCommandInput);
41
- /**
42
- * @internal
43
- */
13
+
44
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelDataRepositoryTaskCommandInput, CancelDataRepositoryTaskCommandOutput>;
45
15
  private serialize;
46
16
  private deserialize;
@@ -6,49 +6,11 @@ export interface CopyBackupCommandInput extends CopyBackupRequest {
6
6
  }
7
7
  export interface CopyBackupCommandOutput extends CopyBackupResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Copies an existing backup within the same Amazon Web Services account to another Amazon Web Services Region
11
- * (cross-Region copy) or within the same Amazon Web Services Region (in-Region copy). You can have up to five
12
- * backup copy requests in progress to a single destination Region per account.</p>
13
- * <p>You can use cross-Region backup copies for cross-region disaster recovery.
14
- * You periodically take backups and copy them to another Region so that in the
15
- * event of a disaster in the primary Region, you can restore from backup and recover
16
- * availability quickly in the other Region. You can make cross-Region copies
17
- * only within your Amazon Web Services partition.</p>
18
- * <p> You can also use backup copies to clone your file data set to another Region
19
- * or within the same Region.</p>
20
- * <p>You can use the <code>SourceRegion</code> parameter to specify the Amazon Web Services Region
21
- * from which the backup will be copied. For example, if you make the call from the
22
- * <code>us-west-1</code> Region and want to copy a backup from the <code>us-east-2</code>
23
- * Region, you specify <code>us-east-2</code> in the <code>SourceRegion</code> parameter
24
- * to make a cross-Region copy. If you don't specify a Region, the backup copy is
25
- * created in the same Region where the request is sent from (in-Region copy).</p>
26
- * <p>For more information on creating backup copies, see
27
- * <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html#copy-backups">
28
- * Copying backups</a> in the <i>Amazon FSx for Windows User Guide</i> and
29
- * <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html#copy-backups">Copying backups</a>
30
- * in the <i>Amazon FSx for Lustre User Guide</i>.</p>
31
- * @example
32
- * Use a bare-bones client and the command you need to make an API call.
33
- * ```javascript
34
- * import { FSxClient, CopyBackupCommand } from "@aws-sdk/client-fsx"; // ES Modules import
35
- * // const { FSxClient, CopyBackupCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
36
- * const client = new FSxClient(config);
37
- * const command = new CopyBackupCommand(input);
38
- * const response = await client.send(command);
39
- * ```
40
- *
41
- * @see {@link CopyBackupCommandInput} for command's `input` shape.
42
- * @see {@link CopyBackupCommandOutput} for command's `response` shape.
43
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
44
- *
45
- */
9
+
46
10
  export declare class CopyBackupCommand extends $Command<CopyBackupCommandInput, CopyBackupCommandOutput, FSxClientResolvedConfig> {
47
11
  readonly input: CopyBackupCommandInput;
48
12
  constructor(input: CopyBackupCommandInput);
49
- /**
50
- * @internal
51
- */
13
+
52
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CopyBackupCommandInput, CopyBackupCommandOutput>;
53
15
  private serialize;
54
16
  private deserialize;
@@ -6,84 +6,11 @@ export interface CreateBackupCommandInput extends CreateBackupRequest {
6
6
  }
7
7
  export interface CreateBackupCommandOutput extends CreateBackupResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a backup of an existing Amazon FSx for Windows File Server
11
- * or Amazon FSx for Lustre file system, or of an Amazon FSx for NetApp ONTAP
12
- * volume. Creating regular backups is a best practice, enabling you to restore
13
- * a file system or volume from a backup if an issue arises with the original
14
- * file system or volume.</p>
15
- * <p>For Amazon FSx for Lustre file systems, you can create a backup only
16
- * for file systems with the following configuration:</p>
17
- * <ul>
18
- * <li>
19
- * <p>a Persistent deployment type</p>
20
- * </li>
21
- * <li>
22
- * <p>is <i>not</i> linked to a data repository.</p>
23
- * </li>
24
- * </ul>
25
- * <p>For more information about backups, see the following:</p>
26
- * <ul>
27
- * <li>
28
- * <p>For Amazon FSx for Lustre,
29
- * see <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html">Working with FSx for Lustre backups</a>.</p>
30
- * </li>
31
- * <li>
32
- * <p>For Amazon FSx for Windows,
33
- * see <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html">Working with FSx for Windows backups</a>.</p>
34
- * </li>
35
- * <li>
36
- * <p>For Amazon FSx for NetApp ONTAP,
37
- * see <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/using-backups.html">Working with FSx for NetApp ONTAP backups</a>.</p>
38
- * </li>
39
- * </ul>
40
- * <p>If a backup with the specified client request token exists, and the parameters
41
- * match, this operation returns the description of the existing backup. If a backup
42
- * specified client request token exists, and the parameters don't match, this
43
- * operation returns <code>IncompatibleParameterError</code>. If a backup with the
44
- * specified client request token doesn't exist, <code>CreateBackup</code> does the
45
- * following: </p>
46
- * <ul>
47
- * <li>
48
- * <p>Creates a new Amazon FSx backup with an assigned ID, and an initial
49
- * lifecycle state of <code>CREATING</code>.</p>
50
- * </li>
51
- * <li>
52
- * <p>Returns the description of the backup.</p>
53
- * </li>
54
- * </ul>
55
- *
56
- * <p>By using the idempotent operation, you can retry a <code>CreateBackup</code>
57
- * operation without the risk of creating an extra backup. This approach can be useful when
58
- * an initial call fails in a way that makes it unclear whether a backup was created. If
59
- * you use the same client request token and the initial call created a backup, the
60
- * operation returns a successful result because all the parameters are the same.</p>
61
- *
62
- * <p>The <code>CreateBackup</code> operation returns while the backup's
63
- * lifecycle state is still <code>CREATING</code>. You can check the backup creation
64
- * status by calling the <a>DescribeBackups</a> operation, which returns the
65
- * backup state along with other information.</p>
66
- * @example
67
- * Use a bare-bones client and the command you need to make an API call.
68
- * ```javascript
69
- * import { FSxClient, CreateBackupCommand } from "@aws-sdk/client-fsx"; // ES Modules import
70
- * // const { FSxClient, CreateBackupCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
71
- * const client = new FSxClient(config);
72
- * const command = new CreateBackupCommand(input);
73
- * const response = await client.send(command);
74
- * ```
75
- *
76
- * @see {@link CreateBackupCommandInput} for command's `input` shape.
77
- * @see {@link CreateBackupCommandOutput} for command's `response` shape.
78
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
79
- *
80
- */
9
+
81
10
  export declare class CreateBackupCommand extends $Command<CreateBackupCommandInput, CreateBackupCommandOutput, FSxClientResolvedConfig> {
82
11
  readonly input: CreateBackupCommandInput;
83
12
  constructor(input: CreateBackupCommandInput);
84
- /**
85
- * @internal
86
- */
13
+
87
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBackupCommandInput, CreateBackupCommandOutput>;
88
15
  private serialize;
89
16
  private deserialize;
@@ -6,37 +6,11 @@ export interface CreateDataRepositoryTaskCommandInput extends CreateDataReposito
6
6
  }
7
7
  export interface CreateDataRepositoryTaskCommandOutput extends CreateDataRepositoryTaskResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates an Amazon FSx for Lustre data repository task. You use data repository tasks
11
- * to perform bulk operations between your Amazon FSx file system and its linked data
12
- * repository. An example of a data repository task is
13
- * 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
14
- * <code>CreateDataRepositoryTask</code> operation will fail if a data repository is not
15
- * linked to the FSx file system. To learn more about data repository tasks, see
16
- * <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-repository-tasks.html">Data Repository Tasks</a>.
17
- * To learn more about linking a data repository to your file system, see
18
- * <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>
19
- * @example
20
- * Use a bare-bones client and the command you need to make an API call.
21
- * ```javascript
22
- * import { FSxClient, CreateDataRepositoryTaskCommand } from "@aws-sdk/client-fsx"; // ES Modules import
23
- * // const { FSxClient, CreateDataRepositoryTaskCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
24
- * const client = new FSxClient(config);
25
- * const command = new CreateDataRepositoryTaskCommand(input);
26
- * const response = await client.send(command);
27
- * ```
28
- *
29
- * @see {@link CreateDataRepositoryTaskCommandInput} for command's `input` shape.
30
- * @see {@link CreateDataRepositoryTaskCommandOutput} for command's `response` shape.
31
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
32
- *
33
- */
9
+
34
10
  export declare class CreateDataRepositoryTaskCommand extends $Command<CreateDataRepositoryTaskCommandInput, CreateDataRepositoryTaskCommandOutput, FSxClientResolvedConfig> {
35
11
  readonly input: CreateDataRepositoryTaskCommandInput;
36
12
  constructor(input: CreateDataRepositoryTaskCommandInput);
37
- /**
38
- * @internal
39
- */
13
+
40
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDataRepositoryTaskCommandInput, CreateDataRepositoryTaskCommandOutput>;
41
15
  private serialize;
42
16
  private deserialize;
@@ -6,61 +6,11 @@ export interface CreateFileSystemCommandInput extends CreateFileSystemRequest {
6
6
  }
7
7
  export interface CreateFileSystemCommandOutput extends CreateFileSystemResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a new, empty Amazon FSx file system.</p>
11
- *
12
- * <p>If a file system with the specified client request token exists and the parameters
13
- * match, <code>CreateFileSystem</code> returns the description of the existing file
14
- * system. If a file system specified client request token exists and the parameters
15
- * don't match, this call returns <code>IncompatibleParameterError</code>. If a file
16
- * system with the specified client request token doesn't exist,
17
- * <code>CreateFileSystem</code> does the following: </p>
18
- * <ul>
19
- * <li>
20
- * <p>Creates a new, empty Amazon FSx file system with an assigned ID, and an
21
- * initial lifecycle state of <code>CREATING</code>.</p>
22
- * </li>
23
- * <li>
24
- * <p>Returns the description of the file system.</p>
25
- * </li>
26
- * </ul>
27
- *
28
- * <p>This operation requires a client request token in the request that Amazon FSx uses
29
- * to ensure idempotent creation. This means that calling the operation multiple times with
30
- * the same client request token has no effect. By using the idempotent operation, you can
31
- * retry a <code>CreateFileSystem</code> operation without the risk of creating an extra
32
- * file system. This approach can be useful when an initial call fails in a way that makes
33
- * it unclear whether a file system was created. Examples are if a transport level timeout
34
- * occurred, or your connection was reset. If you use the same client request token and the
35
- * initial call created a file system, the client receives success as long as the
36
- * parameters are the same.</p>
37
- * <note>
38
- * <p>The <code>CreateFileSystem</code> call returns while the file system's
39
- * lifecycle state is still <code>CREATING</code>. You can check the file-system
40
- * creation status by calling the <a>DescribeFileSystems</a> operation,
41
- * which returns the file system state along with other information.</p>
42
- * </note>
43
- * @example
44
- * Use a bare-bones client and the command you need to make an API call.
45
- * ```javascript
46
- * import { FSxClient, CreateFileSystemCommand } from "@aws-sdk/client-fsx"; // ES Modules import
47
- * // const { FSxClient, CreateFileSystemCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
48
- * const client = new FSxClient(config);
49
- * const command = new CreateFileSystemCommand(input);
50
- * const response = await client.send(command);
51
- * ```
52
- *
53
- * @see {@link CreateFileSystemCommandInput} for command's `input` shape.
54
- * @see {@link CreateFileSystemCommandOutput} for command's `response` shape.
55
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
56
- *
57
- */
9
+
58
10
  export declare class CreateFileSystemCommand extends $Command<CreateFileSystemCommandInput, CreateFileSystemCommandOutput, FSxClientResolvedConfig> {
59
11
  readonly input: CreateFileSystemCommandInput;
60
12
  constructor(input: CreateFileSystemCommandInput);
61
- /**
62
- * @internal
63
- */
13
+
64
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFileSystemCommandInput, CreateFileSystemCommandOutput>;
65
15
  private serialize;
66
16
  private deserialize;
@@ -6,65 +6,11 @@ export interface CreateFileSystemFromBackupCommandInput extends CreateFileSystem
6
6
  }
7
7
  export interface CreateFileSystemFromBackupCommandOutput extends CreateFileSystemFromBackupResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a new Amazon FSx for Lustre or Amazon FSx for Windows File Server file system
11
- * from an existing Amazon FSx backup.</p>
12
- *
13
- * <p>If a file system with the specified client request token exists and the parameters
14
- * match, this operation returns the description of the file system. If a client
15
- * request token specified by the file system exists and the parameters don't match,
16
- * this call returns <code>IncompatibleParameterError</code>. If a file system with the
17
- * specified client request token doesn't exist, this operation does the following:</p>
18
- *
19
- * <ul>
20
- * <li>
21
- * <p>Creates a new Amazon FSx file system from backup with an assigned ID, and
22
- * an initial lifecycle state of <code>CREATING</code>.</p>
23
- * </li>
24
- * <li>
25
- * <p>Returns the description of the file system.</p>
26
- * </li>
27
- * </ul>
28
- *
29
- * <p>Parameters like Active Directory, default share name, automatic backup, and backup
30
- * settings default to the parameters of the file system that was backed up, unless
31
- * overridden. You can explicitly supply other settings.</p>
32
- *
33
- * <p>By using the idempotent operation, you can retry a
34
- * <code>CreateFileSystemFromBackup</code> call without the risk of creating an extra
35
- * file system. This approach can be useful when an initial call fails in a way that makes
36
- * it unclear whether a file system was created. Examples are if a transport level timeout
37
- * occurred, or your connection was reset. If you use the same client request token and the
38
- * initial call created a file system, the client receives success as long as the
39
- * parameters are the same.</p>
40
- * <note>
41
- * <p>The <code>CreateFileSystemFromBackup</code> call returns while the file
42
- * system's lifecycle state is still <code>CREATING</code>. You can check the
43
- * file-system creation status by calling the <a>DescribeFileSystems</a>
44
- * operation, which returns the file system state along with other
45
- * information.</p>
46
- * </note>
47
- * @example
48
- * Use a bare-bones client and the command you need to make an API call.
49
- * ```javascript
50
- * import { FSxClient, CreateFileSystemFromBackupCommand } from "@aws-sdk/client-fsx"; // ES Modules import
51
- * // const { FSxClient, CreateFileSystemFromBackupCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
52
- * const client = new FSxClient(config);
53
- * const command = new CreateFileSystemFromBackupCommand(input);
54
- * const response = await client.send(command);
55
- * ```
56
- *
57
- * @see {@link CreateFileSystemFromBackupCommandInput} for command's `input` shape.
58
- * @see {@link CreateFileSystemFromBackupCommandOutput} for command's `response` shape.
59
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
60
- *
61
- */
9
+
62
10
  export declare class CreateFileSystemFromBackupCommand extends $Command<CreateFileSystemFromBackupCommandInput, CreateFileSystemFromBackupCommandOutput, FSxClientResolvedConfig> {
63
11
  readonly input: CreateFileSystemFromBackupCommandInput;
64
12
  constructor(input: CreateFileSystemFromBackupCommandInput);
65
- /**
66
- * @internal
67
- */
13
+
68
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFileSystemFromBackupCommandInput, CreateFileSystemFromBackupCommandOutput>;
69
15
  private serialize;
70
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface CreateStorageVirtualMachineCommandInput extends CreateStorageVi
6
6
  }
7
7
  export interface CreateStorageVirtualMachineCommandOutput extends CreateStorageVirtualMachineResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a storage virtual machine (SVM) for an Amazon FSx for ONTAP file system.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { FSxClient, CreateStorageVirtualMachineCommand } from "@aws-sdk/client-fsx"; // ES Modules import
15
- * // const { FSxClient, CreateStorageVirtualMachineCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
16
- * const client = new FSxClient(config);
17
- * const command = new CreateStorageVirtualMachineCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateStorageVirtualMachineCommandInput} for command's `input` shape.
22
- * @see {@link CreateStorageVirtualMachineCommandOutput} for command's `response` shape.
23
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class CreateStorageVirtualMachineCommand extends $Command<CreateStorageVirtualMachineCommandInput, CreateStorageVirtualMachineCommandOutput, FSxClientResolvedConfig> {
27
11
  readonly input: CreateStorageVirtualMachineCommandInput;
28
12
  constructor(input: CreateStorageVirtualMachineCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateStorageVirtualMachineCommandInput, CreateStorageVirtualMachineCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface CreateVolumeCommandInput extends CreateVolumeRequest {
6
6
  }
7
7
  export interface CreateVolumeCommandOutput extends CreateVolumeResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates an Amazon FSx for NetApp ONTAP storage volume.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { FSxClient, CreateVolumeCommand } from "@aws-sdk/client-fsx"; // ES Modules import
15
- * // const { FSxClient, CreateVolumeCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
16
- * const client = new FSxClient(config);
17
- * const command = new CreateVolumeCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateVolumeCommandInput} for command's `input` shape.
22
- * @see {@link CreateVolumeCommandOutput} for command's `response` shape.
23
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class CreateVolumeCommand extends $Command<CreateVolumeCommandInput, CreateVolumeCommandOutput, FSxClientResolvedConfig> {
27
11
  readonly input: CreateVolumeCommandInput;
28
12
  constructor(input: CreateVolumeCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVolumeCommandInput, CreateVolumeCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface CreateVolumeFromBackupCommandInput extends CreateVolumeFromBack
6
6
  }
7
7
  export interface CreateVolumeFromBackupCommandOutput extends CreateVolumeFromBackupResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a new Amazon FSx for NetApp ONTAP volume from an
11
- * existing Amazon FSx volume backup.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { FSxClient, CreateVolumeFromBackupCommand } from "@aws-sdk/client-fsx"; // ES Modules import
16
- * // const { FSxClient, CreateVolumeFromBackupCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
17
- * const client = new FSxClient(config);
18
- * const command = new CreateVolumeFromBackupCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link CreateVolumeFromBackupCommandInput} for command's `input` shape.
23
- * @see {@link CreateVolumeFromBackupCommandOutput} for command's `response` shape.
24
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class CreateVolumeFromBackupCommand extends $Command<CreateVolumeFromBackupCommandInput, CreateVolumeFromBackupCommandOutput, FSxClientResolvedConfig> {
28
11
  readonly input: CreateVolumeFromBackupCommandInput;
29
12
  constructor(input: CreateVolumeFromBackupCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVolumeFromBackupCommandInput, CreateVolumeFromBackupCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;