@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
package/CHANGELOG.md CHANGED
@@ -3,6 +3,54 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
7
+
8
+
9
+ ### Features
10
+
11
+ * **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
12
+ * **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
13
+
14
+
15
+
16
+
17
+
18
+ # [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
19
+
20
+
21
+ ### Features
22
+
23
+ * **clients:** update clients as of 10/15/2021 ([#2902](https://github.com/aws/aws-sdk-js-v3/issues/2902)) ([2730b54](https://github.com/aws/aws-sdk-js-v3/commit/2730b5424377944a5a2ad5e1ad7d3ca4135dae1c))
24
+
25
+
26
+
27
+
28
+
29
+ ## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * **clients:** emitDeclarationOnly in tsconfig.types.json ([#2893](https://github.com/aws/aws-sdk-js-v3/issues/2893)) ([6dc3d56](https://github.com/aws/aws-sdk-js-v3/commit/6dc3d56c20809c90cbdc4dd48627eeebc64af99d))
35
+
36
+
37
+
38
+
39
+
40
+ # [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
41
+
42
+
43
+ ### Features
44
+
45
+ * **clients:** update clients as of 10/07/2021 ([#2879](https://github.com/aws/aws-sdk-js-v3/issues/2879)) ([1f4441e](https://github.com/aws/aws-sdk-js-v3/commit/1f4441e46b63ae6ff01067780b26d49916c267a0))
46
+ * publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
47
+ * **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
48
+ * **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
49
+
50
+
51
+
52
+
53
+
6
54
  # [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
7
55
 
8
56
 
package/dist-cjs/FSx.js CHANGED
@@ -29,10 +29,6 @@ const UpdateFileSystemCommand_1 = require("./commands/UpdateFileSystemCommand");
29
29
  const UpdateStorageVirtualMachineCommand_1 = require("./commands/UpdateStorageVirtualMachineCommand");
30
30
  const UpdateVolumeCommand_1 = require("./commands/UpdateVolumeCommand");
31
31
  const FSxClient_1 = require("./FSxClient");
32
- /**
33
- * <p>Amazon FSx is a fully managed service that makes it easy for storage and
34
- * application administrators to launch and use shared file storage.</p>
35
- */
36
32
  class FSx extends FSxClient_1.FSxClient {
37
33
  associateFileSystemAliases(args, optionsOrCb, cb) {
38
34
  const command = new AssociateFileSystemAliasesCommand_1.AssociateFileSystemAliasesCommand(args);
@@ -414,4 +410,3 @@ class FSx extends FSxClient_1.FSxClient {
414
410
  }
415
411
  }
416
412
  exports.FSx = FSx;
417
- //# sourceMappingURL=FSx.js.map
@@ -10,10 +10,6 @@ const middleware_signing_1 = require("@aws-sdk/middleware-signing");
10
10
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
11
11
  const smithy_client_1 = require("@aws-sdk/smithy-client");
12
12
  const runtimeConfig_1 = require("./runtimeConfig");
13
- /**
14
- * <p>Amazon FSx is a fully managed service that makes it easy for storage and
15
- * application administrators to launch and use shared file storage.</p>
16
- */
17
13
  class FSxClient extends smithy_client_1.Client {
18
14
  constructor(configuration) {
19
15
  const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
@@ -32,14 +28,8 @@ class FSxClient extends smithy_client_1.Client {
32
28
  this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
33
29
  this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
34
30
  }
35
- /**
36
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
37
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
38
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
39
- */
40
31
  destroy() {
41
32
  super.destroy();
42
33
  }
43
34
  }
44
35
  exports.FSxClient = FSxClient;
45
- //# sourceMappingURL=FSxClient.js.map
@@ -5,45 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <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.
10
- * A file system can have a maximum of 50 DNS aliases associated with it at any one time. If you try to
11
- * associate a DNS alias that is already associated with the file system, FSx takes no action on that alias in the request.
12
- * For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-dns-aliases.html">Working with DNS Aliases</a> and
13
- * <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
14
- * additional steps you must take to be able to access your file system using a DNS alias.</p>
15
- * <p>The system response shows the DNS aliases that
16
- * Amazon FSx is attempting to associate with the file system.
17
- * Use the API
18
- * operation to monitor the status of the aliases Amazon FSx is
19
- * associating with the file system.</p>
20
- * @example
21
- * Use a bare-bones client and the command you need to make an API call.
22
- * ```javascript
23
- * import { FSxClient, AssociateFileSystemAliasesCommand } from "@aws-sdk/client-fsx"; // ES Modules import
24
- * // const { FSxClient, AssociateFileSystemAliasesCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
25
- * const client = new FSxClient(config);
26
- * const command = new AssociateFileSystemAliasesCommand(input);
27
- * const response = await client.send(command);
28
- * ```
29
- *
30
- * @see {@link AssociateFileSystemAliasesCommandInput} for command's `input` shape.
31
- * @see {@link AssociateFileSystemAliasesCommandOutput} for command's `response` shape.
32
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
33
- *
34
- */
35
8
  class AssociateFileSystemAliasesCommand extends smithy_client_1.Command {
36
- // Start section: command_properties
37
- // End section: command_properties
38
9
  constructor(input) {
39
- // Start section: command_constructor
40
10
  super();
41
11
  this.input = input;
42
- // End section: command_constructor
43
12
  }
44
- /**
45
- * @internal
46
- */
47
13
  resolveMiddleware(clientStack, configuration, options) {
48
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
49
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -68,4 +34,3 @@ class AssociateFileSystemAliasesCommand extends smithy_client_1.Command {
68
34
  }
69
35
  }
70
36
  exports.AssociateFileSystemAliasesCommand = AssociateFileSystemAliasesCommand;
71
- //# sourceMappingURL=AssociateFileSystemAliasesCommand.js.map
@@ -5,47 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Cancels an existing Amazon FSx for Lustre data repository task if that task is in either the
10
- * <code>PENDING</code> or <code>EXECUTING</code> state. When you cancel a task, Amazon FSx does the following.</p>
11
- * <ul>
12
- * <li>
13
- * <p>Any files that FSx has already exported are not reverted.</p>
14
- * </li>
15
- * <li>
16
- * <p>FSx continues to export any files that are "in-flight" when the cancel operation is received.</p>
17
- * </li>
18
- * <li>
19
- * <p>FSx does not export any files that have not yet been exported.</p>
20
- * </li>
21
- * </ul>
22
- * @example
23
- * Use a bare-bones client and the command you need to make an API call.
24
- * ```javascript
25
- * import { FSxClient, CancelDataRepositoryTaskCommand } from "@aws-sdk/client-fsx"; // ES Modules import
26
- * // const { FSxClient, CancelDataRepositoryTaskCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
27
- * const client = new FSxClient(config);
28
- * const command = new CancelDataRepositoryTaskCommand(input);
29
- * const response = await client.send(command);
30
- * ```
31
- *
32
- * @see {@link CancelDataRepositoryTaskCommandInput} for command's `input` shape.
33
- * @see {@link CancelDataRepositoryTaskCommandOutput} for command's `response` shape.
34
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
35
- *
36
- */
37
8
  class CancelDataRepositoryTaskCommand extends smithy_client_1.Command {
38
- // Start section: command_properties
39
- // End section: command_properties
40
9
  constructor(input) {
41
- // Start section: command_constructor
42
10
  super();
43
11
  this.input = input;
44
- // End section: command_constructor
45
12
  }
46
- /**
47
- * @internal
48
- */
49
13
  resolveMiddleware(clientStack, configuration, options) {
50
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
51
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -70,4 +34,3 @@ class CancelDataRepositoryTaskCommand extends smithy_client_1.Command {
70
34
  }
71
35
  }
72
36
  exports.CancelDataRepositoryTaskCommand = CancelDataRepositoryTaskCommand;
73
- //# sourceMappingURL=CancelDataRepositoryTaskCommand.js.map
@@ -5,55 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Copies an existing backup within the same Amazon Web Services account to another Amazon Web Services Region
10
- * (cross-Region copy) or within the same Amazon Web Services Region (in-Region copy). You can have up to five
11
- * backup copy requests in progress to a single destination Region per account.</p>
12
- * <p>You can use cross-Region backup copies for cross-region disaster recovery.
13
- * You periodically take backups and copy them to another Region so that in the
14
- * event of a disaster in the primary Region, you can restore from backup and recover
15
- * availability quickly in the other Region. You can make cross-Region copies
16
- * only within your Amazon Web Services partition.</p>
17
- * <p> You can also use backup copies to clone your file data set to another Region
18
- * or within the same Region.</p>
19
- * <p>You can use the <code>SourceRegion</code> parameter to specify the Amazon Web Services Region
20
- * from which the backup will be copied. For example, if you make the call from the
21
- * <code>us-west-1</code> Region and want to copy a backup from the <code>us-east-2</code>
22
- * Region, you specify <code>us-east-2</code> in the <code>SourceRegion</code> parameter
23
- * to make a cross-Region copy. If you don't specify a Region, the backup copy is
24
- * created in the same Region where the request is sent from (in-Region copy).</p>
25
- * <p>For more information on creating backup copies, see
26
- * <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html#copy-backups">
27
- * Copying backups</a> in the <i>Amazon FSx for Windows User Guide</i> and
28
- * <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html#copy-backups">Copying backups</a>
29
- * in the <i>Amazon FSx for Lustre User Guide</i>.</p>
30
- * @example
31
- * Use a bare-bones client and the command you need to make an API call.
32
- * ```javascript
33
- * import { FSxClient, CopyBackupCommand } from "@aws-sdk/client-fsx"; // ES Modules import
34
- * // const { FSxClient, CopyBackupCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
35
- * const client = new FSxClient(config);
36
- * const command = new CopyBackupCommand(input);
37
- * const response = await client.send(command);
38
- * ```
39
- *
40
- * @see {@link CopyBackupCommandInput} for command's `input` shape.
41
- * @see {@link CopyBackupCommandOutput} for command's `response` shape.
42
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
43
- *
44
- */
45
8
  class CopyBackupCommand extends smithy_client_1.Command {
46
- // Start section: command_properties
47
- // End section: command_properties
48
9
  constructor(input) {
49
- // Start section: command_constructor
50
10
  super();
51
11
  this.input = input;
52
- // End section: command_constructor
53
12
  }
54
- /**
55
- * @internal
56
- */
57
13
  resolveMiddleware(clientStack, configuration, options) {
58
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
59
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -78,4 +34,3 @@ class CopyBackupCommand extends smithy_client_1.Command {
78
34
  }
79
35
  }
80
36
  exports.CopyBackupCommand = CopyBackupCommand;
81
- //# sourceMappingURL=CopyBackupCommand.js.map
@@ -5,90 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Creates a backup of an existing Amazon FSx for Windows File Server
10
- * or Amazon FSx for Lustre file system, or of an Amazon FSx for NetApp ONTAP
11
- * volume. Creating regular backups is a best practice, enabling you to restore
12
- * a file system or volume from a backup if an issue arises with the original
13
- * file system or volume.</p>
14
- * <p>For Amazon FSx for Lustre file systems, you can create a backup only
15
- * for file systems with the following configuration:</p>
16
- * <ul>
17
- * <li>
18
- * <p>a Persistent deployment type</p>
19
- * </li>
20
- * <li>
21
- * <p>is <i>not</i> linked to a data repository.</p>
22
- * </li>
23
- * </ul>
24
- * <p>For more information about backups, see the following:</p>
25
- * <ul>
26
- * <li>
27
- * <p>For Amazon FSx for Lustre,
28
- * see <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html">Working with FSx for Lustre backups</a>.</p>
29
- * </li>
30
- * <li>
31
- * <p>For Amazon FSx for Windows,
32
- * see <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html">Working with FSx for Windows backups</a>.</p>
33
- * </li>
34
- * <li>
35
- * <p>For Amazon FSx for NetApp ONTAP,
36
- * see <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/using-backups.html">Working with FSx for NetApp ONTAP backups</a>.</p>
37
- * </li>
38
- * </ul>
39
- * <p>If a backup with the specified client request token exists, and the parameters
40
- * match, this operation returns the description of the existing backup. If a backup
41
- * specified client request token exists, and the parameters don't match, this
42
- * operation returns <code>IncompatibleParameterError</code>. If a backup with the
43
- * specified client request token doesn't exist, <code>CreateBackup</code> does the
44
- * following: </p>
45
- * <ul>
46
- * <li>
47
- * <p>Creates a new Amazon FSx backup with an assigned ID, and an initial
48
- * lifecycle state of <code>CREATING</code>.</p>
49
- * </li>
50
- * <li>
51
- * <p>Returns the description of the backup.</p>
52
- * </li>
53
- * </ul>
54
- *
55
- * <p>By using the idempotent operation, you can retry a <code>CreateBackup</code>
56
- * operation without the risk of creating an extra backup. This approach can be useful when
57
- * an initial call fails in a way that makes it unclear whether a backup was created. If
58
- * you use the same client request token and the initial call created a backup, the
59
- * operation returns a successful result because all the parameters are the same.</p>
60
- *
61
- * <p>The <code>CreateBackup</code> operation returns while the backup's
62
- * lifecycle state is still <code>CREATING</code>. You can check the backup creation
63
- * status by calling the <a>DescribeBackups</a> operation, which returns the
64
- * backup state along with other information.</p>
65
- * @example
66
- * Use a bare-bones client and the command you need to make an API call.
67
- * ```javascript
68
- * import { FSxClient, CreateBackupCommand } from "@aws-sdk/client-fsx"; // ES Modules import
69
- * // const { FSxClient, CreateBackupCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
70
- * const client = new FSxClient(config);
71
- * const command = new CreateBackupCommand(input);
72
- * const response = await client.send(command);
73
- * ```
74
- *
75
- * @see {@link CreateBackupCommandInput} for command's `input` shape.
76
- * @see {@link CreateBackupCommandOutput} for command's `response` shape.
77
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
78
- *
79
- */
80
8
  class CreateBackupCommand extends smithy_client_1.Command {
81
- // Start section: command_properties
82
- // End section: command_properties
83
9
  constructor(input) {
84
- // Start section: command_constructor
85
10
  super();
86
11
  this.input = input;
87
- // End section: command_constructor
88
12
  }
89
- /**
90
- * @internal
91
- */
92
13
  resolveMiddleware(clientStack, configuration, options) {
93
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
94
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -113,4 +34,3 @@ class CreateBackupCommand extends smithy_client_1.Command {
113
34
  }
114
35
  }
115
36
  exports.CreateBackupCommand = CreateBackupCommand;
116
- //# sourceMappingURL=CreateBackupCommand.js.map
@@ -5,43 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Creates an Amazon FSx for Lustre data repository task. You use data repository tasks
10
- * to perform bulk operations between your Amazon FSx file system and its linked data
11
- * repository. An example of a data repository task is
12
- * 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
13
- * <code>CreateDataRepositoryTask</code> operation will fail if a data repository is not
14
- * linked to the FSx file system. To learn more about data repository tasks, see
15
- * <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-repository-tasks.html">Data Repository Tasks</a>.
16
- * To learn more about linking a data repository to your file system, see
17
- * <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>
18
- * @example
19
- * Use a bare-bones client and the command you need to make an API call.
20
- * ```javascript
21
- * import { FSxClient, CreateDataRepositoryTaskCommand } from "@aws-sdk/client-fsx"; // ES Modules import
22
- * // const { FSxClient, CreateDataRepositoryTaskCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
23
- * const client = new FSxClient(config);
24
- * const command = new CreateDataRepositoryTaskCommand(input);
25
- * const response = await client.send(command);
26
- * ```
27
- *
28
- * @see {@link CreateDataRepositoryTaskCommandInput} for command's `input` shape.
29
- * @see {@link CreateDataRepositoryTaskCommandOutput} for command's `response` shape.
30
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
31
- *
32
- */
33
8
  class CreateDataRepositoryTaskCommand extends smithy_client_1.Command {
34
- // Start section: command_properties
35
- // End section: command_properties
36
9
  constructor(input) {
37
- // Start section: command_constructor
38
10
  super();
39
11
  this.input = input;
40
- // End section: command_constructor
41
12
  }
42
- /**
43
- * @internal
44
- */
45
13
  resolveMiddleware(clientStack, configuration, options) {
46
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
47
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -66,4 +34,3 @@ class CreateDataRepositoryTaskCommand extends smithy_client_1.Command {
66
34
  }
67
35
  }
68
36
  exports.CreateDataRepositoryTaskCommand = CreateDataRepositoryTaskCommand;
69
- //# sourceMappingURL=CreateDataRepositoryTaskCommand.js.map
@@ -5,67 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Creates a new, empty Amazon FSx file system.</p>
10
- *
11
- * <p>If a file system with the specified client request token exists and the parameters
12
- * match, <code>CreateFileSystem</code> returns the description of the existing file
13
- * system. If a file system specified client request token exists and the parameters
14
- * don't match, this call returns <code>IncompatibleParameterError</code>. If a file
15
- * system with the specified client request token doesn't exist,
16
- * <code>CreateFileSystem</code> does the following: </p>
17
- * <ul>
18
- * <li>
19
- * <p>Creates a new, empty Amazon FSx file system with an assigned ID, and an
20
- * initial lifecycle state of <code>CREATING</code>.</p>
21
- * </li>
22
- * <li>
23
- * <p>Returns the description of the file system.</p>
24
- * </li>
25
- * </ul>
26
- *
27
- * <p>This operation requires a client request token in the request that Amazon FSx uses
28
- * to ensure idempotent creation. This means that calling the operation multiple times with
29
- * the same client request token has no effect. By using the idempotent operation, you can
30
- * retry a <code>CreateFileSystem</code> operation without the risk of creating an extra
31
- * file system. This approach can be useful when an initial call fails in a way that makes
32
- * it unclear whether a file system was created. Examples are if a transport level timeout
33
- * occurred, or your connection was reset. If you use the same client request token and the
34
- * initial call created a file system, the client receives success as long as the
35
- * parameters are the same.</p>
36
- * <note>
37
- * <p>The <code>CreateFileSystem</code> call returns while the file system's
38
- * lifecycle state is still <code>CREATING</code>. You can check the file-system
39
- * creation status by calling the <a>DescribeFileSystems</a> operation,
40
- * which returns the file system state along with other information.</p>
41
- * </note>
42
- * @example
43
- * Use a bare-bones client and the command you need to make an API call.
44
- * ```javascript
45
- * import { FSxClient, CreateFileSystemCommand } from "@aws-sdk/client-fsx"; // ES Modules import
46
- * // const { FSxClient, CreateFileSystemCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
47
- * const client = new FSxClient(config);
48
- * const command = new CreateFileSystemCommand(input);
49
- * const response = await client.send(command);
50
- * ```
51
- *
52
- * @see {@link CreateFileSystemCommandInput} for command's `input` shape.
53
- * @see {@link CreateFileSystemCommandOutput} for command's `response` shape.
54
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
55
- *
56
- */
57
8
  class CreateFileSystemCommand extends smithy_client_1.Command {
58
- // Start section: command_properties
59
- // End section: command_properties
60
9
  constructor(input) {
61
- // Start section: command_constructor
62
10
  super();
63
11
  this.input = input;
64
- // End section: command_constructor
65
12
  }
66
- /**
67
- * @internal
68
- */
69
13
  resolveMiddleware(clientStack, configuration, options) {
70
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
71
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -90,4 +34,3 @@ class CreateFileSystemCommand extends smithy_client_1.Command {
90
34
  }
91
35
  }
92
36
  exports.CreateFileSystemCommand = CreateFileSystemCommand;
93
- //# sourceMappingURL=CreateFileSystemCommand.js.map
@@ -5,71 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Creates a new Amazon FSx for Lustre or Amazon FSx for Windows File Server file system
10
- * from an existing Amazon FSx backup.</p>
11
- *
12
- * <p>If a file system with the specified client request token exists and the parameters
13
- * match, this operation returns the description of the file system. If a client
14
- * request token specified by the file system exists and the parameters don't match,
15
- * this call returns <code>IncompatibleParameterError</code>. If a file system with the
16
- * specified client request token doesn't exist, this operation does the following:</p>
17
- *
18
- * <ul>
19
- * <li>
20
- * <p>Creates a new Amazon FSx file system from backup with an assigned ID, and
21
- * an 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>Parameters like Active Directory, default share name, automatic backup, and backup
29
- * settings default to the parameters of the file system that was backed up, unless
30
- * overridden. You can explicitly supply other settings.</p>
31
- *
32
- * <p>By using the idempotent operation, you can retry a
33
- * <code>CreateFileSystemFromBackup</code> call without the risk of creating an extra
34
- * file system. This approach can be useful when an initial call fails in a way that makes
35
- * it unclear whether a file system was created. Examples are if a transport level timeout
36
- * occurred, or your connection was reset. If you use the same client request token and the
37
- * initial call created a file system, the client receives success as long as the
38
- * parameters are the same.</p>
39
- * <note>
40
- * <p>The <code>CreateFileSystemFromBackup</code> call returns while the file
41
- * system's lifecycle state is still <code>CREATING</code>. You can check the
42
- * file-system creation status by calling the <a>DescribeFileSystems</a>
43
- * operation, which returns the file system state along with other
44
- * information.</p>
45
- * </note>
46
- * @example
47
- * Use a bare-bones client and the command you need to make an API call.
48
- * ```javascript
49
- * import { FSxClient, CreateFileSystemFromBackupCommand } from "@aws-sdk/client-fsx"; // ES Modules import
50
- * // const { FSxClient, CreateFileSystemFromBackupCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
51
- * const client = new FSxClient(config);
52
- * const command = new CreateFileSystemFromBackupCommand(input);
53
- * const response = await client.send(command);
54
- * ```
55
- *
56
- * @see {@link CreateFileSystemFromBackupCommandInput} for command's `input` shape.
57
- * @see {@link CreateFileSystemFromBackupCommandOutput} for command's `response` shape.
58
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
59
- *
60
- */
61
8
  class CreateFileSystemFromBackupCommand extends smithy_client_1.Command {
62
- // Start section: command_properties
63
- // End section: command_properties
64
9
  constructor(input) {
65
- // Start section: command_constructor
66
10
  super();
67
11
  this.input = input;
68
- // End section: command_constructor
69
12
  }
70
- /**
71
- * @internal
72
- */
73
13
  resolveMiddleware(clientStack, configuration, options) {
74
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
75
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -94,4 +34,3 @@ class CreateFileSystemFromBackupCommand extends smithy_client_1.Command {
94
34
  }
95
35
  }
96
36
  exports.CreateFileSystemFromBackupCommand = CreateFileSystemFromBackupCommand;
97
- //# sourceMappingURL=CreateFileSystemFromBackupCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Creates a storage virtual machine (SVM) for an Amazon FSx for ONTAP file system.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { FSxClient, CreateStorageVirtualMachineCommand } from "@aws-sdk/client-fsx"; // ES Modules import
14
- * // const { FSxClient, CreateStorageVirtualMachineCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
15
- * const client = new FSxClient(config);
16
- * const command = new CreateStorageVirtualMachineCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link CreateStorageVirtualMachineCommandInput} for command's `input` shape.
21
- * @see {@link CreateStorageVirtualMachineCommandOutput} for command's `response` shape.
22
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class CreateStorageVirtualMachineCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class CreateStorageVirtualMachineCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.CreateStorageVirtualMachineCommand = CreateStorageVirtualMachineCommand;
61
- //# sourceMappingURL=CreateStorageVirtualMachineCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Creates an Amazon FSx for NetApp ONTAP storage volume.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { FSxClient, CreateVolumeCommand } from "@aws-sdk/client-fsx"; // ES Modules import
14
- * // const { FSxClient, CreateVolumeCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
15
- * const client = new FSxClient(config);
16
- * const command = new CreateVolumeCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link CreateVolumeCommandInput} for command's `input` shape.
21
- * @see {@link CreateVolumeCommandOutput} for command's `response` shape.
22
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class CreateVolumeCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class CreateVolumeCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.CreateVolumeCommand = CreateVolumeCommand;
61
- //# sourceMappingURL=CreateVolumeCommand.js.map