@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
@@ -5,36 +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 NetApp ONTAP volume from an
10
- * existing Amazon FSx volume backup.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { FSxClient, CreateVolumeFromBackupCommand } from "@aws-sdk/client-fsx"; // ES Modules import
15
- * // const { FSxClient, CreateVolumeFromBackupCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
16
- * const client = new FSxClient(config);
17
- * const command = new CreateVolumeFromBackupCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateVolumeFromBackupCommandInput} for command's `input` shape.
22
- * @see {@link CreateVolumeFromBackupCommandOutput} for command's `response` shape.
23
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
8
  class CreateVolumeFromBackupCommand extends smithy_client_1.Command {
27
- // Start section: command_properties
28
- // End section: command_properties
29
9
  constructor(input) {
30
- // Start section: command_constructor
31
10
  super();
32
11
  this.input = input;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  resolveMiddleware(clientStack, configuration, options) {
39
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -59,4 +34,3 @@ class CreateVolumeFromBackupCommand extends smithy_client_1.Command {
59
34
  }
60
35
  }
61
36
  exports.CreateVolumeFromBackupCommand = CreateVolumeFromBackupCommand;
62
- //# sourceMappingURL=CreateVolumeFromBackupCommand.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>Deletes an Amazon FSx backup, deleting its contents. After deletion, the backup no longer exists, and its data is gone.</p>
10
- *
11
- * <p>The <code>DeleteBackup</code> call returns instantly. The backup will not show up
12
- * in later <code>DescribeBackups</code> calls.</p>
13
- *
14
- * <important>
15
- * <p>The data in a deleted backup is also deleted and can't be recovered by any
16
- * means.</p>
17
- * </important>
18
- * @example
19
- * Use a bare-bones client and the command you need to make an API call.
20
- * ```javascript
21
- * import { FSxClient, DeleteBackupCommand } from "@aws-sdk/client-fsx"; // ES Modules import
22
- * // const { FSxClient, DeleteBackupCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
23
- * const client = new FSxClient(config);
24
- * const command = new DeleteBackupCommand(input);
25
- * const response = await client.send(command);
26
- * ```
27
- *
28
- * @see {@link DeleteBackupCommandInput} for command's `input` shape.
29
- * @see {@link DeleteBackupCommandOutput} for command's `response` shape.
30
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
31
- *
32
- */
33
8
  class DeleteBackupCommand 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 DeleteBackupCommand extends smithy_client_1.Command {
66
34
  }
67
35
  }
68
36
  exports.DeleteBackupCommand = DeleteBackupCommand;
69
- //# sourceMappingURL=DeleteBackupCommand.js.map
@@ -5,60 +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>Deletes a file system, deleting its contents. After deletion, the file system no
10
- * longer exists, and its data is gone. Any existing automatic backups will also be
11
- * deleted.</p>
12
- * <p>To delete an Amazon FSx for NetApp ONTAP file system, first delete all the volumes
13
- * and SVMs on the file system. Then provide a <code>FileSystemId</code> value to the
14
- * <code>DeleFileSystem</code> operation.</p>
15
- *
16
- * <p>By default, when you delete an Amazon FSx for Windows File Server file system, a
17
- * final backup is created upon deletion. This final backup is not subject to the file
18
- * system's retention policy, and must be manually deleted.</p>
19
- *
20
- * <p>The <code>DeleteFileSystem</code> action returns while the file system has the
21
- * <code>DELETING</code> status. You can check the file system deletion status by
22
- * calling the <a>DescribeFileSystems</a> action, which returns a list of file
23
- * systems in your account. If you pass the file system ID for a deleted file system, the
24
- * <a>DescribeFileSystems</a> returns a <code>FileSystemNotFound</code>
25
- * error.</p>
26
- * <note>
27
- * <p>Deleting an Amazon FSx for Lustre file system will fail with a 400 BadRequest if
28
- * a data repository task is in a <code>PENDING</code> or <code>EXECUTING</code>
29
- * state.</p>
30
- * </note>
31
- * <important>
32
- * <p>The data in a deleted file system is also deleted and can't be recovered by
33
- * any means.</p>
34
- * </important>
35
- * @example
36
- * Use a bare-bones client and the command you need to make an API call.
37
- * ```javascript
38
- * import { FSxClient, DeleteFileSystemCommand } from "@aws-sdk/client-fsx"; // ES Modules import
39
- * // const { FSxClient, DeleteFileSystemCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
40
- * const client = new FSxClient(config);
41
- * const command = new DeleteFileSystemCommand(input);
42
- * const response = await client.send(command);
43
- * ```
44
- *
45
- * @see {@link DeleteFileSystemCommandInput} for command's `input` shape.
46
- * @see {@link DeleteFileSystemCommandOutput} for command's `response` shape.
47
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
48
- *
49
- */
50
8
  class DeleteFileSystemCommand extends smithy_client_1.Command {
51
- // Start section: command_properties
52
- // End section: command_properties
53
9
  constructor(input) {
54
- // Start section: command_constructor
55
10
  super();
56
11
  this.input = input;
57
- // End section: command_constructor
58
12
  }
59
- /**
60
- * @internal
61
- */
62
13
  resolveMiddleware(clientStack, configuration, options) {
63
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
64
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -83,4 +34,3 @@ class DeleteFileSystemCommand extends smithy_client_1.Command {
83
34
  }
84
35
  }
85
36
  exports.DeleteFileSystemCommand = DeleteFileSystemCommand;
86
- //# sourceMappingURL=DeleteFileSystemCommand.js.map
@@ -5,36 +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>Deletes an existing Amazon FSx for ONTAP storage virtual machine (SVM). Prior
10
- * to deleting an SVM, you must delete all non-root volumes in the SVM, otherwise the operation will fail.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { FSxClient, DeleteStorageVirtualMachineCommand } from "@aws-sdk/client-fsx"; // ES Modules import
15
- * // const { FSxClient, DeleteStorageVirtualMachineCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
16
- * const client = new FSxClient(config);
17
- * const command = new DeleteStorageVirtualMachineCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteStorageVirtualMachineCommandInput} for command's `input` shape.
22
- * @see {@link DeleteStorageVirtualMachineCommandOutput} for command's `response` shape.
23
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
8
  class DeleteStorageVirtualMachineCommand extends smithy_client_1.Command {
27
- // Start section: command_properties
28
- // End section: command_properties
29
9
  constructor(input) {
30
- // Start section: command_constructor
31
10
  super();
32
11
  this.input = input;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  resolveMiddleware(clientStack, configuration, options) {
39
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -59,4 +34,3 @@ class DeleteStorageVirtualMachineCommand extends smithy_client_1.Command {
59
34
  }
60
35
  }
61
36
  exports.DeleteStorageVirtualMachineCommand = DeleteStorageVirtualMachineCommand;
62
- //# sourceMappingURL=DeleteStorageVirtualMachineCommand.js.map
@@ -5,38 +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>Deletes an Amazon FSx for NetApp ONTAP volume. When deleting a volume,
10
- * you have the option of creating a final backup. If you create a final backup, you have the option to
11
- * apply Tags to the backup. You need to have <code>fsx:TagResource</code>
12
- * permission in order to apply tags to the backup.</p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { FSxClient, DeleteVolumeCommand } from "@aws-sdk/client-fsx"; // ES Modules import
17
- * // const { FSxClient, DeleteVolumeCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
18
- * const client = new FSxClient(config);
19
- * const command = new DeleteVolumeCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link DeleteVolumeCommandInput} for command's `input` shape.
24
- * @see {@link DeleteVolumeCommandOutput} for command's `response` shape.
25
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
28
8
  class DeleteVolumeCommand extends smithy_client_1.Command {
29
- // Start section: command_properties
30
- // End section: command_properties
31
9
  constructor(input) {
32
- // Start section: command_constructor
33
10
  super();
34
11
  this.input = input;
35
- // End section: command_constructor
36
12
  }
37
- /**
38
- * @internal
39
- */
40
13
  resolveMiddleware(clientStack, configuration, options) {
41
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
42
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -61,4 +34,3 @@ class DeleteVolumeCommand extends smithy_client_1.Command {
61
34
  }
62
35
  }
63
36
  exports.DeleteVolumeCommand = DeleteVolumeCommand;
64
- //# sourceMappingURL=DeleteVolumeCommand.js.map
@@ -5,64 +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>Returns the description of specific Amazon FSx backups, if
10
- * a <code>BackupIds</code> value is provided for that backup. Otherwise, it returns all
11
- * backups owned by your Amazon Web Services account in the Amazon Web Services Region
12
- * of the endpoint that you're calling.</p>
13
- *
14
- * <p>When retrieving all backups, you can optionally specify the <code>MaxResults</code>
15
- * parameter to limit the number of backups in a response. If more backups remain, Amazon
16
- * FSx returns a <code>NextToken</code> value in the response. In this case, send a later
17
- * request with the <code>NextToken</code> request parameter set to the value of
18
- * <code>NextToken</code> from the last response.</p>
19
- *
20
- * <p>This action is used in an iterative process to retrieve a list of your backups.
21
- * <code>DescribeBackups</code> is called first without a <code>NextToken</code>value.
22
- * Then the action continues to be called with the <code>NextToken</code> parameter set to
23
- * the value of the last <code>NextToken</code> value until a response has no
24
- * <code>NextToken</code>.</p>
25
- *
26
- * <p>When using this action, keep the following in mind:</p>
27
- * <ul>
28
- * <li>
29
- * <p>The implementation might return fewer than <code>MaxResults</code>
30
- * backup descriptions while still including a <code>NextToken</code>
31
- * value.</p>
32
- * </li>
33
- * <li>
34
- * <p>The order of backups returned in the response of one
35
- * <code>DescribeBackups</code> call and the order of backups returned across
36
- * the responses of a multi-call iteration is unspecified.</p>
37
- * </li>
38
- * </ul>
39
- * @example
40
- * Use a bare-bones client and the command you need to make an API call.
41
- * ```javascript
42
- * import { FSxClient, DescribeBackupsCommand } from "@aws-sdk/client-fsx"; // ES Modules import
43
- * // const { FSxClient, DescribeBackupsCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
44
- * const client = new FSxClient(config);
45
- * const command = new DescribeBackupsCommand(input);
46
- * const response = await client.send(command);
47
- * ```
48
- *
49
- * @see {@link DescribeBackupsCommandInput} for command's `input` shape.
50
- * @see {@link DescribeBackupsCommandOutput} for command's `response` shape.
51
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
52
- *
53
- */
54
8
  class DescribeBackupsCommand extends smithy_client_1.Command {
55
- // Start section: command_properties
56
- // End section: command_properties
57
9
  constructor(input) {
58
- // Start section: command_constructor
59
10
  super();
60
11
  this.input = input;
61
- // End section: command_constructor
62
12
  }
63
- /**
64
- * @internal
65
- */
66
13
  resolveMiddleware(clientStack, configuration, options) {
67
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
68
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -87,4 +34,3 @@ class DescribeBackupsCommand extends smithy_client_1.Command {
87
34
  }
88
35
  }
89
36
  exports.DescribeBackupsCommand = DescribeBackupsCommand;
90
- //# sourceMappingURL=DescribeBackupsCommand.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>Returns the description of specific Amazon FSx for Lustre data repository tasks, if
10
- * one or more <code>TaskIds</code> values are provided in the request, or if filters are used in the request.
11
- * You can use filters to narrow the response to include just tasks for specific file systems,
12
- * or tasks in a specific lifecycle state. Otherwise, it returns all data repository tasks owned
13
- * by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling.</p>
14
- *
15
- * <p>When retrieving all tasks, you can paginate the response by using the optional <code>MaxResults</code>
16
- * parameter to limit the number of tasks returned in a response. If more tasks remain, Amazon
17
- * FSx returns a <code>NextToken</code> value in the response. In this case, send a later
18
- * request with the <code>NextToken</code> request parameter set to the value of
19
- * <code>NextToken</code> from the last response.</p>
20
- * @example
21
- * Use a bare-bones client and the command you need to make an API call.
22
- * ```javascript
23
- * import { FSxClient, DescribeDataRepositoryTasksCommand } from "@aws-sdk/client-fsx"; // ES Modules import
24
- * // const { FSxClient, DescribeDataRepositoryTasksCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
25
- * const client = new FSxClient(config);
26
- * const command = new DescribeDataRepositoryTasksCommand(input);
27
- * const response = await client.send(command);
28
- * ```
29
- *
30
- * @see {@link DescribeDataRepositoryTasksCommandInput} for command's `input` shape.
31
- * @see {@link DescribeDataRepositoryTasksCommandOutput} for command's `response` shape.
32
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
33
- *
34
- */
35
8
  class DescribeDataRepositoryTasksCommand 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 DescribeDataRepositoryTasksCommand extends smithy_client_1.Command {
68
34
  }
69
35
  }
70
36
  exports.DescribeDataRepositoryTasksCommand = DescribeDataRepositoryTasksCommand;
71
- //# sourceMappingURL=DescribeDataRepositoryTasksCommand.js.map
@@ -5,37 +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>Returns the DNS aliases that are associated with the specified Amazon FSx for Windows File Server file system. A history of
10
- * all DNS aliases that have been associated with and disassociated from the file system is available in the list of <a>AdministrativeAction</a>
11
- * provided in the <a>DescribeFileSystems</a> operation response.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { FSxClient, DescribeFileSystemAliasesCommand } from "@aws-sdk/client-fsx"; // ES Modules import
16
- * // const { FSxClient, DescribeFileSystemAliasesCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
17
- * const client = new FSxClient(config);
18
- * const command = new DescribeFileSystemAliasesCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DescribeFileSystemAliasesCommandInput} for command's `input` shape.
23
- * @see {@link DescribeFileSystemAliasesCommandOutput} for command's `response` shape.
24
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
8
  class DescribeFileSystemAliasesCommand extends smithy_client_1.Command {
28
- // Start section: command_properties
29
- // End section: command_properties
30
9
  constructor(input) {
31
- // Start section: command_constructor
32
10
  super();
33
11
  this.input = input;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  resolveMiddleware(clientStack, configuration, options) {
40
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -60,4 +34,3 @@ class DescribeFileSystemAliasesCommand extends smithy_client_1.Command {
60
34
  }
61
35
  }
62
36
  exports.DescribeFileSystemAliasesCommand = DescribeFileSystemAliasesCommand;
63
- //# sourceMappingURL=DescribeFileSystemAliasesCommand.js.map
@@ -5,66 +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>Returns the description of specific Amazon FSx file systems, if a
10
- * <code>FileSystemIds</code> value is provided for that file system. Otherwise, it
11
- * returns descriptions of all file systems owned by your Amazon Web Services account in
12
- * the Amazon Web Services Region of the endpoint that you're calling.</p>
13
- *
14
- * <p>When retrieving all file system descriptions, you can optionally specify the
15
- * <code>MaxResults</code> parameter to limit the number of descriptions in a response.
16
- * If more file system descriptions remain, Amazon FSx returns a <code>NextToken</code>
17
- * value in the response. In this case, send a later request with the
18
- * <code>NextToken</code> request parameter set to the value of <code>NextToken</code>
19
- * from the last response.</p>
20
- *
21
- * <p>This action is used in an iterative process to retrieve a list of your file system
22
- * descriptions. <code>DescribeFileSystems</code> is called first without a
23
- * <code>NextToken</code>value. Then the action continues to be called with the
24
- * <code>NextToken</code> parameter set to the value of the last <code>NextToken</code>
25
- * value until a response has no <code>NextToken</code>.</p>
26
- *
27
- * <p>When using this action, keep the following in mind:</p>
28
- * <ul>
29
- * <li>
30
- * <p>The implementation might return fewer than <code>MaxResults</code> file
31
- * system descriptions while still including a <code>NextToken</code>
32
- * value.</p>
33
- *
34
- * </li>
35
- * <li>
36
- * <p>The order of file systems returned in the response of one
37
- * <code>DescribeFileSystems</code> call and the order of file systems returned
38
- * across the responses of a multicall iteration is unspecified.</p>
39
- * </li>
40
- * </ul>
41
- * @example
42
- * Use a bare-bones client and the command you need to make an API call.
43
- * ```javascript
44
- * import { FSxClient, DescribeFileSystemsCommand } from "@aws-sdk/client-fsx"; // ES Modules import
45
- * // const { FSxClient, DescribeFileSystemsCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
46
- * const client = new FSxClient(config);
47
- * const command = new DescribeFileSystemsCommand(input);
48
- * const response = await client.send(command);
49
- * ```
50
- *
51
- * @see {@link DescribeFileSystemsCommandInput} for command's `input` shape.
52
- * @see {@link DescribeFileSystemsCommandOutput} for command's `response` shape.
53
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
54
- *
55
- */
56
8
  class DescribeFileSystemsCommand extends smithy_client_1.Command {
57
- // Start section: command_properties
58
- // End section: command_properties
59
9
  constructor(input) {
60
- // Start section: command_constructor
61
10
  super();
62
11
  this.input = input;
63
- // End section: command_constructor
64
12
  }
65
- /**
66
- * @internal
67
- */
68
13
  resolveMiddleware(clientStack, configuration, options) {
69
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
70
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -89,4 +34,3 @@ class DescribeFileSystemsCommand extends smithy_client_1.Command {
89
34
  }
90
35
  }
91
36
  exports.DescribeFileSystemsCommand = DescribeFileSystemsCommand;
92
- //# sourceMappingURL=DescribeFileSystemsCommand.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>Describes one or more Amazon FSx for NetApp ONTAP storage virtual machines (SVMs).</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { FSxClient, DescribeStorageVirtualMachinesCommand } from "@aws-sdk/client-fsx"; // ES Modules import
14
- * // const { FSxClient, DescribeStorageVirtualMachinesCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
15
- * const client = new FSxClient(config);
16
- * const command = new DescribeStorageVirtualMachinesCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DescribeStorageVirtualMachinesCommandInput} for command's `input` shape.
21
- * @see {@link DescribeStorageVirtualMachinesCommandOutput} for command's `response` shape.
22
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class DescribeStorageVirtualMachinesCommand 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 DescribeStorageVirtualMachinesCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.DescribeStorageVirtualMachinesCommand = DescribeStorageVirtualMachinesCommand;
61
- //# sourceMappingURL=DescribeStorageVirtualMachinesCommand.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>Describes one or more Amazon FSx for NetApp ONTAP volumes.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { FSxClient, DescribeVolumesCommand } from "@aws-sdk/client-fsx"; // ES Modules import
14
- * // const { FSxClient, DescribeVolumesCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
15
- * const client = new FSxClient(config);
16
- * const command = new DescribeVolumesCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DescribeVolumesCommandInput} for command's `input` shape.
21
- * @see {@link DescribeVolumesCommandOutput} for command's `response` shape.
22
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class DescribeVolumesCommand 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 DescribeVolumesCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.DescribeVolumesCommand = DescribeVolumesCommand;
61
- //# sourceMappingURL=DescribeVolumesCommand.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>Use this action to disassociate, or remove, one or more Domain Name Service (DNS) aliases
10
- * from an Amazon FSx for Windows File Server file system. If you attempt to disassociate a DNS alias that is not
11
- * associated with the file system, Amazon FSx responds with a 400 Bad Request. For more information, see
12
- * <a href="https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-dns-aliases.html">Working with DNS Aliases</a>.</p>
13
- * <p>The system generated response showing the DNS aliases that
14
- * Amazon FSx is attempting to disassociate from the file system.
15
- * Use the API
16
- * operation to monitor the status of the aliases Amazon FSx is
17
- * disassociating with the file system.</p>
18
- * @example
19
- * Use a bare-bones client and the command you need to make an API call.
20
- * ```javascript
21
- * import { FSxClient, DisassociateFileSystemAliasesCommand } from "@aws-sdk/client-fsx"; // ES Modules import
22
- * // const { FSxClient, DisassociateFileSystemAliasesCommand } = require("@aws-sdk/client-fsx"); // CommonJS import
23
- * const client = new FSxClient(config);
24
- * const command = new DisassociateFileSystemAliasesCommand(input);
25
- * const response = await client.send(command);
26
- * ```
27
- *
28
- * @see {@link DisassociateFileSystemAliasesCommandInput} for command's `input` shape.
29
- * @see {@link DisassociateFileSystemAliasesCommandOutput} for command's `response` shape.
30
- * @see {@link FSxClientResolvedConfig | config} for command's `input` shape.
31
- *
32
- */
33
8
  class DisassociateFileSystemAliasesCommand 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 DisassociateFileSystemAliasesCommand extends smithy_client_1.Command {
66
34
  }
67
35
  }
68
36
  exports.DisassociateFileSystemAliasesCommand = DisassociateFileSystemAliasesCommand;
69
- //# sourceMappingURL=DisassociateFileSystemAliasesCommand.js.map