@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
@@ -4,22 +4,13 @@ exports.paginateDescribeBackups = void 0;
4
4
  const DescribeBackupsCommand_1 = require("../commands/DescribeBackupsCommand");
5
5
  const FSx_1 = require("../FSx");
6
6
  const FSxClient_1 = require("../FSxClient");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new DescribeBackupsCommand_1.DescribeBackupsCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.describeBackups(input, ...args);
20
12
  };
21
13
  async function* paginateDescribeBackups(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.NextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateDescribeBackups(config, input, ...additionalArguments) {
39
30
  token = page.NextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateDescribeBackups = paginateDescribeBackups;
46
- //# sourceMappingURL=DescribeBackupsPaginator.js.map
@@ -4,22 +4,13 @@ exports.paginateDescribeDataRepositoryTasks = void 0;
4
4
  const DescribeDataRepositoryTasksCommand_1 = require("../commands/DescribeDataRepositoryTasksCommand");
5
5
  const FSx_1 = require("../FSx");
6
6
  const FSxClient_1 = require("../FSxClient");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new DescribeDataRepositoryTasksCommand_1.DescribeDataRepositoryTasksCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.describeDataRepositoryTasks(input, ...args);
20
12
  };
21
13
  async function* paginateDescribeDataRepositoryTasks(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.NextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateDescribeDataRepositoryTasks(config, input, ...additional
39
30
  token = page.NextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateDescribeDataRepositoryTasks = paginateDescribeDataRepositoryTasks;
46
- //# sourceMappingURL=DescribeDataRepositoryTasksPaginator.js.map
@@ -4,22 +4,13 @@ exports.paginateDescribeFileSystemAliases = void 0;
4
4
  const DescribeFileSystemAliasesCommand_1 = require("../commands/DescribeFileSystemAliasesCommand");
5
5
  const FSx_1 = require("../FSx");
6
6
  const FSxClient_1 = require("../FSxClient");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new DescribeFileSystemAliasesCommand_1.DescribeFileSystemAliasesCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.describeFileSystemAliases(input, ...args);
20
12
  };
21
13
  async function* paginateDescribeFileSystemAliases(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.NextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateDescribeFileSystemAliases(config, input, ...additionalAr
39
30
  token = page.NextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateDescribeFileSystemAliases = paginateDescribeFileSystemAliases;
46
- //# sourceMappingURL=DescribeFileSystemAliasesPaginator.js.map
@@ -4,22 +4,13 @@ exports.paginateDescribeFileSystems = void 0;
4
4
  const DescribeFileSystemsCommand_1 = require("../commands/DescribeFileSystemsCommand");
5
5
  const FSx_1 = require("../FSx");
6
6
  const FSxClient_1 = require("../FSxClient");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new DescribeFileSystemsCommand_1.DescribeFileSystemsCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.describeFileSystems(input, ...args);
20
12
  };
21
13
  async function* paginateDescribeFileSystems(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.NextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateDescribeFileSystems(config, input, ...additionalArgument
39
30
  token = page.NextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateDescribeFileSystems = paginateDescribeFileSystems;
46
- //# sourceMappingURL=DescribeFileSystemsPaginator.js.map
@@ -4,22 +4,13 @@ exports.paginateDescribeStorageVirtualMachines = void 0;
4
4
  const DescribeStorageVirtualMachinesCommand_1 = require("../commands/DescribeStorageVirtualMachinesCommand");
5
5
  const FSx_1 = require("../FSx");
6
6
  const FSxClient_1 = require("../FSxClient");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new DescribeStorageVirtualMachinesCommand_1.DescribeStorageVirtualMachinesCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.describeStorageVirtualMachines(input, ...args);
20
12
  };
21
13
  async function* paginateDescribeStorageVirtualMachines(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.NextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateDescribeStorageVirtualMachines(config, input, ...additio
39
30
  token = page.NextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateDescribeStorageVirtualMachines = paginateDescribeStorageVirtualMachines;
46
- //# sourceMappingURL=DescribeStorageVirtualMachinesPaginator.js.map
@@ -4,22 +4,13 @@ exports.paginateDescribeVolumes = void 0;
4
4
  const DescribeVolumesCommand_1 = require("../commands/DescribeVolumesCommand");
5
5
  const FSx_1 = require("../FSx");
6
6
  const FSxClient_1 = require("../FSxClient");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new DescribeVolumesCommand_1.DescribeVolumesCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.describeVolumes(input, ...args);
20
12
  };
21
13
  async function* paginateDescribeVolumes(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.NextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateDescribeVolumes(config, input, ...additionalArguments) {
39
30
  token = page.NextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateDescribeVolumes = paginateDescribeVolumes;
46
- //# sourceMappingURL=DescribeVolumesPaginator.js.map
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=Interfaces.js.map
@@ -4,22 +4,13 @@ exports.paginateListTagsForResource = void 0;
4
4
  const ListTagsForResourceCommand_1 = require("../commands/ListTagsForResourceCommand");
5
5
  const FSx_1 = require("../FSx");
6
6
  const FSxClient_1 = require("../FSxClient");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new ListTagsForResourceCommand_1.ListTagsForResourceCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.listTagsForResource(input, ...args);
20
12
  };
21
13
  async function* paginateListTagsForResource(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.NextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateListTagsForResource(config, input, ...additionalArgument
39
30
  token = page.NextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateListTagsForResource = paginateListTagsForResource;
46
- //# sourceMappingURL=ListTagsForResourcePaginator.js.map
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./DescribeBackupsPaginator"), exports);
5
+ tslib_1.__exportStar(require("./DescribeDataRepositoryTasksPaginator"), exports);
6
+ tslib_1.__exportStar(require("./DescribeFileSystemAliasesPaginator"), exports);
7
+ tslib_1.__exportStar(require("./DescribeFileSystemsPaginator"), exports);
8
+ tslib_1.__exportStar(require("./DescribeStorageVirtualMachinesPaginator"), exports);
9
+ tslib_1.__exportStar(require("./DescribeVolumesPaginator"), exports);
10
+ tslib_1.__exportStar(require("./Interfaces"), exports);
11
+ tslib_1.__exportStar(require("./ListTagsForResourcePaginator"), exports);
@@ -2955,6 +2955,8 @@ const serializeAws_json1_1CreateFileSystemFromBackupRequest = (input, context) =
2955
2955
  return {
2956
2956
  ...(input.BackupId !== undefined && input.BackupId !== null && { BackupId: input.BackupId }),
2957
2957
  ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
2958
+ ...(input.FileSystemTypeVersion !== undefined &&
2959
+ input.FileSystemTypeVersion !== null && { FileSystemTypeVersion: input.FileSystemTypeVersion }),
2958
2960
  ...(input.KmsKeyId !== undefined && input.KmsKeyId !== null && { KmsKeyId: input.KmsKeyId }),
2959
2961
  ...(input.LustreConfiguration !== undefined &&
2960
2962
  input.LustreConfiguration !== null && {
@@ -3042,6 +3044,8 @@ const serializeAws_json1_1CreateFileSystemRequest = (input, context) => {
3042
3044
  ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
3043
3045
  ...(input.FileSystemType !== undefined &&
3044
3046
  input.FileSystemType !== null && { FileSystemType: input.FileSystemType }),
3047
+ ...(input.FileSystemTypeVersion !== undefined &&
3048
+ input.FileSystemTypeVersion !== null && { FileSystemTypeVersion: input.FileSystemTypeVersion }),
3045
3049
  ...(input.KmsKeyId !== undefined && input.KmsKeyId !== null && { KmsKeyId: input.KmsKeyId }),
3046
3050
  ...(input.LustreConfiguration !== undefined &&
3047
3051
  input.LustreConfiguration !== null && {
@@ -4178,6 +4182,7 @@ const deserializeAws_json1_1FileSystem = (output, context) => {
4178
4182
  : undefined,
4179
4183
  FileSystemId: smithy_client_1.expectString(output.FileSystemId),
4180
4184
  FileSystemType: smithy_client_1.expectString(output.FileSystemType),
4185
+ FileSystemTypeVersion: smithy_client_1.expectString(output.FileSystemTypeVersion),
4181
4186
  KmsKeyId: smithy_client_1.expectString(output.KmsKeyId),
4182
4187
  Lifecycle: smithy_client_1.expectString(output.Lifecycle),
4183
4188
  LustreConfiguration: output.LustreConfiguration !== undefined && output.LustreConfiguration !== null
@@ -4664,14 +4669,12 @@ const deserializeMetadata = (output) => {
4664
4669
  cfId: output.headers["x-amz-cf-id"],
4665
4670
  });
4666
4671
  };
4667
- // Collect low-level response body stream to Uint8Array.
4668
4672
  const collectBody = (streamBody = new Uint8Array(), context) => {
4669
4673
  if (streamBody instanceof Uint8Array) {
4670
4674
  return Promise.resolve(streamBody);
4671
4675
  }
4672
4676
  return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
4673
4677
  };
4674
- // Encode Uint8Array data into string with utf-8.
4675
4678
  const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
4676
4679
  const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
4677
4680
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
@@ -4697,9 +4700,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
4697
4700
  }
4698
4701
  return {};
4699
4702
  });
4700
- /**
4701
- * Load an error code for the aws.rest-json-1.1 protocol.
4702
- */
4703
4703
  const loadRestJsonErrorCode = (output, data) => {
4704
4704
  const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
4705
4705
  const sanitizeErrorCode = (rawValue) => {
@@ -4724,4 +4724,3 @@ const loadRestJsonErrorCode = (output, data) => {
4724
4724
  }
4725
4725
  return "";
4726
4726
  };
4727
- //# sourceMappingURL=Aws_json1_1.js.map
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
+ const package_json_1 = tslib_1.__importDefault(require("../package.json"));
5
6
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
6
7
  const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
7
8
  const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
@@ -10,12 +11,7 @@ const util_base64_browser_1 = require("@aws-sdk/util-base64-browser");
10
11
  const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
11
12
  const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
12
13
  const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
13
- // @ts-ignore: package.json will be imported from dist folders
14
- const package_json_1 = tslib_1.__importDefault(require("../package.json"));
15
14
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
16
- /**
17
- * @internal
18
- */
19
15
  const getRuntimeConfig = (config) => {
20
16
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
21
17
  const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
@@ -39,4 +35,3 @@ const getRuntimeConfig = (config) => {
39
35
  };
40
36
  };
41
37
  exports.getRuntimeConfig = getRuntimeConfig;
42
- //# sourceMappingURL=runtimeConfig.browser.js.map
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
+ const package_json_1 = tslib_1.__importDefault(require("../package.json"));
5
6
  const client_sts_1 = require("@aws-sdk/client-sts");
6
7
  const config_resolver_1 = require("@aws-sdk/config-resolver");
7
8
  const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
@@ -9,17 +10,12 @@ const hash_node_1 = require("@aws-sdk/hash-node");
9
10
  const middleware_retry_1 = require("@aws-sdk/middleware-retry");
10
11
  const node_config_provider_1 = require("@aws-sdk/node-config-provider");
11
12
  const node_http_handler_1 = require("@aws-sdk/node-http-handler");
12
- const smithy_client_1 = require("@aws-sdk/smithy-client");
13
13
  const util_base64_node_1 = require("@aws-sdk/util-base64-node");
14
14
  const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
15
15
  const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
16
16
  const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
17
- // @ts-ignore: package.json will be imported from dist folders
18
- const package_json_1 = tslib_1.__importDefault(require("../package.json"));
19
17
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
20
- /**
21
- * @internal
22
- */
18
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
23
19
  const getRuntimeConfig = (config) => {
24
20
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
25
21
  smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
@@ -44,4 +40,3 @@ const getRuntimeConfig = (config) => {
44
40
  };
45
41
  };
46
42
  exports.getRuntimeConfig = getRuntimeConfig;
47
- //# sourceMappingURL=runtimeConfig.js.map
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const sha256_js_1 = require("@aws-crypto/sha256-js");
5
5
  const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
6
- /**
7
- * @internal
8
- */
9
6
  const getRuntimeConfig = (config) => {
10
7
  var _a;
11
8
  const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
@@ -17,4 +14,3 @@ const getRuntimeConfig = (config) => {
17
14
  };
18
15
  };
19
16
  exports.getRuntimeConfig = getRuntimeConfig;
20
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const url_parser_1 = require("@aws-sdk/url-parser");
5
5
  const endpoints_1 = require("./endpoints");
6
- /**
7
- * @internal
8
- */
9
6
  const getRuntimeConfig = (config) => {
10
7
  var _a, _b, _c, _d, _e;
11
8
  return ({
@@ -18,4 +15,3 @@ const getRuntimeConfig = (config) => {
18
15
  });
19
16
  };
20
17
  exports.getRuntimeConfig = getRuntimeConfig;
21
- //# sourceMappingURL=runtimeConfig.shared.js.map
package/dist-es/FSx.js CHANGED
@@ -413,4 +413,3 @@ var FSx = (function (_super) {
413
413
  return FSx;
414
414
  }(FSxClient));
415
415
  export { FSx };
416
- //# sourceMappingURL=FSx.js.map
@@ -35,4 +35,3 @@ var FSxClient = (function (_super) {
35
35
  return FSxClient;
36
36
  }(__Client));
37
37
  export { FSxClient };
38
- //# sourceMappingURL=FSxClient.js.map
@@ -37,4 +37,3 @@ var AssociateFileSystemAliasesCommand = (function (_super) {
37
37
  return AssociateFileSystemAliasesCommand;
38
38
  }($Command));
39
39
  export { AssociateFileSystemAliasesCommand };
40
- //# sourceMappingURL=AssociateFileSystemAliasesCommand.js.map
@@ -37,4 +37,3 @@ var CancelDataRepositoryTaskCommand = (function (_super) {
37
37
  return CancelDataRepositoryTaskCommand;
38
38
  }($Command));
39
39
  export { CancelDataRepositoryTaskCommand };
40
- //# sourceMappingURL=CancelDataRepositoryTaskCommand.js.map
@@ -37,4 +37,3 @@ var CopyBackupCommand = (function (_super) {
37
37
  return CopyBackupCommand;
38
38
  }($Command));
39
39
  export { CopyBackupCommand };
40
- //# sourceMappingURL=CopyBackupCommand.js.map
@@ -37,4 +37,3 @@ var CreateBackupCommand = (function (_super) {
37
37
  return CreateBackupCommand;
38
38
  }($Command));
39
39
  export { CreateBackupCommand };
40
- //# sourceMappingURL=CreateBackupCommand.js.map
@@ -37,4 +37,3 @@ var CreateDataRepositoryTaskCommand = (function (_super) {
37
37
  return CreateDataRepositoryTaskCommand;
38
38
  }($Command));
39
39
  export { CreateDataRepositoryTaskCommand };
40
- //# sourceMappingURL=CreateDataRepositoryTaskCommand.js.map
@@ -37,4 +37,3 @@ var CreateFileSystemCommand = (function (_super) {
37
37
  return CreateFileSystemCommand;
38
38
  }($Command));
39
39
  export { CreateFileSystemCommand };
40
- //# sourceMappingURL=CreateFileSystemCommand.js.map
@@ -37,4 +37,3 @@ var CreateFileSystemFromBackupCommand = (function (_super) {
37
37
  return CreateFileSystemFromBackupCommand;
38
38
  }($Command));
39
39
  export { CreateFileSystemFromBackupCommand };
40
- //# sourceMappingURL=CreateFileSystemFromBackupCommand.js.map
@@ -37,4 +37,3 @@ var CreateStorageVirtualMachineCommand = (function (_super) {
37
37
  return CreateStorageVirtualMachineCommand;
38
38
  }($Command));
39
39
  export { CreateStorageVirtualMachineCommand };
40
- //# sourceMappingURL=CreateStorageVirtualMachineCommand.js.map
@@ -37,4 +37,3 @@ var CreateVolumeCommand = (function (_super) {
37
37
  return CreateVolumeCommand;
38
38
  }($Command));
39
39
  export { CreateVolumeCommand };
40
- //# sourceMappingURL=CreateVolumeCommand.js.map
@@ -37,4 +37,3 @@ var CreateVolumeFromBackupCommand = (function (_super) {
37
37
  return CreateVolumeFromBackupCommand;
38
38
  }($Command));
39
39
  export { CreateVolumeFromBackupCommand };
40
- //# sourceMappingURL=CreateVolumeFromBackupCommand.js.map
@@ -37,4 +37,3 @@ var DeleteBackupCommand = (function (_super) {
37
37
  return DeleteBackupCommand;
38
38
  }($Command));
39
39
  export { DeleteBackupCommand };
40
- //# sourceMappingURL=DeleteBackupCommand.js.map
@@ -37,4 +37,3 @@ var DeleteFileSystemCommand = (function (_super) {
37
37
  return DeleteFileSystemCommand;
38
38
  }($Command));
39
39
  export { DeleteFileSystemCommand };
40
- //# sourceMappingURL=DeleteFileSystemCommand.js.map
@@ -37,4 +37,3 @@ var DeleteStorageVirtualMachineCommand = (function (_super) {
37
37
  return DeleteStorageVirtualMachineCommand;
38
38
  }($Command));
39
39
  export { DeleteStorageVirtualMachineCommand };
40
- //# sourceMappingURL=DeleteStorageVirtualMachineCommand.js.map
@@ -37,4 +37,3 @@ var DeleteVolumeCommand = (function (_super) {
37
37
  return DeleteVolumeCommand;
38
38
  }($Command));
39
39
  export { DeleteVolumeCommand };
40
- //# sourceMappingURL=DeleteVolumeCommand.js.map
@@ -37,4 +37,3 @@ var DescribeBackupsCommand = (function (_super) {
37
37
  return DescribeBackupsCommand;
38
38
  }($Command));
39
39
  export { DescribeBackupsCommand };
40
- //# sourceMappingURL=DescribeBackupsCommand.js.map
@@ -37,4 +37,3 @@ var DescribeDataRepositoryTasksCommand = (function (_super) {
37
37
  return DescribeDataRepositoryTasksCommand;
38
38
  }($Command));
39
39
  export { DescribeDataRepositoryTasksCommand };
40
- //# sourceMappingURL=DescribeDataRepositoryTasksCommand.js.map
@@ -37,4 +37,3 @@ var DescribeFileSystemAliasesCommand = (function (_super) {
37
37
  return DescribeFileSystemAliasesCommand;
38
38
  }($Command));
39
39
  export { DescribeFileSystemAliasesCommand };
40
- //# sourceMappingURL=DescribeFileSystemAliasesCommand.js.map
@@ -37,4 +37,3 @@ var DescribeFileSystemsCommand = (function (_super) {
37
37
  return DescribeFileSystemsCommand;
38
38
  }($Command));
39
39
  export { DescribeFileSystemsCommand };
40
- //# sourceMappingURL=DescribeFileSystemsCommand.js.map
@@ -37,4 +37,3 @@ var DescribeStorageVirtualMachinesCommand = (function (_super) {
37
37
  return DescribeStorageVirtualMachinesCommand;
38
38
  }($Command));
39
39
  export { DescribeStorageVirtualMachinesCommand };
40
- //# sourceMappingURL=DescribeStorageVirtualMachinesCommand.js.map
@@ -37,4 +37,3 @@ var DescribeVolumesCommand = (function (_super) {
37
37
  return DescribeVolumesCommand;
38
38
  }($Command));
39
39
  export { DescribeVolumesCommand };
40
- //# sourceMappingURL=DescribeVolumesCommand.js.map
@@ -37,4 +37,3 @@ var DisassociateFileSystemAliasesCommand = (function (_super) {
37
37
  return DisassociateFileSystemAliasesCommand;
38
38
  }($Command));
39
39
  export { DisassociateFileSystemAliasesCommand };
40
- //# sourceMappingURL=DisassociateFileSystemAliasesCommand.js.map
@@ -37,4 +37,3 @@ var ListTagsForResourceCommand = (function (_super) {
37
37
  return ListTagsForResourceCommand;
38
38
  }($Command));
39
39
  export { ListTagsForResourceCommand };
40
- //# sourceMappingURL=ListTagsForResourceCommand.js.map
@@ -37,4 +37,3 @@ var TagResourceCommand = (function (_super) {
37
37
  return TagResourceCommand;
38
38
  }($Command));
39
39
  export { TagResourceCommand };
40
- //# sourceMappingURL=TagResourceCommand.js.map
@@ -37,4 +37,3 @@ var UntagResourceCommand = (function (_super) {
37
37
  return UntagResourceCommand;
38
38
  }($Command));
39
39
  export { UntagResourceCommand };
40
- //# sourceMappingURL=UntagResourceCommand.js.map
@@ -37,4 +37,3 @@ var UpdateFileSystemCommand = (function (_super) {
37
37
  return UpdateFileSystemCommand;
38
38
  }($Command));
39
39
  export { UpdateFileSystemCommand };
40
- //# sourceMappingURL=UpdateFileSystemCommand.js.map
@@ -37,4 +37,3 @@ var UpdateStorageVirtualMachineCommand = (function (_super) {
37
37
  return UpdateStorageVirtualMachineCommand;
38
38
  }($Command));
39
39
  export { UpdateStorageVirtualMachineCommand };
40
- //# sourceMappingURL=UpdateStorageVirtualMachineCommand.js.map
@@ -37,4 +37,3 @@ var UpdateVolumeCommand = (function (_super) {
37
37
  return UpdateVolumeCommand;
38
38
  }($Command));
39
39
  export { UpdateVolumeCommand };
40
- //# sourceMappingURL=UpdateVolumeCommand.js.map
@@ -0,0 +1,27 @@
1
+ export * from "./AssociateFileSystemAliasesCommand";
2
+ export * from "./CancelDataRepositoryTaskCommand";
3
+ export * from "./CopyBackupCommand";
4
+ export * from "./CreateBackupCommand";
5
+ export * from "./CreateDataRepositoryTaskCommand";
6
+ export * from "./CreateFileSystemCommand";
7
+ export * from "./CreateFileSystemFromBackupCommand";
8
+ export * from "./CreateStorageVirtualMachineCommand";
9
+ export * from "./CreateVolumeCommand";
10
+ export * from "./CreateVolumeFromBackupCommand";
11
+ export * from "./DeleteBackupCommand";
12
+ export * from "./DeleteFileSystemCommand";
13
+ export * from "./DeleteStorageVirtualMachineCommand";
14
+ export * from "./DeleteVolumeCommand";
15
+ export * from "./DescribeBackupsCommand";
16
+ export * from "./DescribeDataRepositoryTasksCommand";
17
+ export * from "./DescribeFileSystemAliasesCommand";
18
+ export * from "./DescribeFileSystemsCommand";
19
+ export * from "./DescribeStorageVirtualMachinesCommand";
20
+ export * from "./DescribeVolumesCommand";
21
+ export * from "./DisassociateFileSystemAliasesCommand";
22
+ export * from "./ListTagsForResourceCommand";
23
+ export * from "./TagResourceCommand";
24
+ export * from "./UntagResourceCommand";
25
+ export * from "./UpdateFileSystemCommand";
26
+ export * from "./UpdateStorageVirtualMachineCommand";
27
+ export * from "./UpdateVolumeCommand";
@@ -67,7 +67,7 @@ var partitionHash = {
67
67
  hostname: "fsx.{region}.amazonaws.com.cn",
68
68
  },
69
69
  "aws-iso": {
70
- regions: ["us-iso-east-1"],
70
+ regions: ["us-iso-east-1", "us-iso-west-1"],
71
71
  hostname: "fsx.{region}.c2s.ic.gov",
72
72
  },
73
73
  "aws-iso-b": {
@@ -84,4 +84,3 @@ export var defaultRegionInfoProvider = function (region, options) { return __awa
84
84
  return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "fsx", regionHash: regionHash, partitionHash: partitionHash }))];
85
85
  });
86
86
  }); };
87
- //# sourceMappingURL=endpoints.js.map