@aws-sdk/client-efs 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 (270) hide show
  1. package/CHANGELOG.md +48 -0
  2. package/dist-cjs/EFS.js +0 -8
  3. package/dist-cjs/EFSClient.js +0 -13
  4. package/dist-cjs/commands/CreateAccessPointCommand.js +0 -32
  5. package/dist-cjs/commands/CreateFileSystemCommand.js +0 -78
  6. package/dist-cjs/commands/CreateMountTargetCommand.js +0 -166
  7. package/dist-cjs/commands/CreateTagsCommand.js +0 -36
  8. package/dist-cjs/commands/DeleteAccessPointCommand.js +0 -28
  9. package/dist-cjs/commands/DeleteFileSystemCommand.js +0 -39
  10. package/dist-cjs/commands/DeleteFileSystemPolicyCommand.js +0 -28
  11. package/dist-cjs/commands/DeleteMountTargetCommand.js +0 -58
  12. package/dist-cjs/commands/DeleteTagsCommand.js +0 -37
  13. package/dist-cjs/commands/DescribeAccessPointsCommand.js +0 -28
  14. package/dist-cjs/commands/DescribeAccountPreferencesCommand.js +0 -26
  15. package/dist-cjs/commands/DescribeBackupPolicyCommand.js +0 -25
  16. package/dist-cjs/commands/DescribeFileSystemPolicyCommand.js +0 -26
  17. package/dist-cjs/commands/DescribeFileSystemsCommand.js +0 -47
  18. package/dist-cjs/commands/DescribeLifecycleConfigurationCommand.js +0 -32
  19. package/dist-cjs/commands/DescribeMountTargetSecurityGroupsCommand.js +0 -40
  20. package/dist-cjs/commands/DescribeMountTargetsCommand.js +0 -32
  21. package/dist-cjs/commands/DescribeTagsCommand.js +0 -35
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -26
  23. package/dist-cjs/commands/ModifyMountTargetSecurityGroupsCommand.js +0 -44
  24. package/dist-cjs/commands/PutAccountPreferencesCommand.js +0 -28
  25. package/dist-cjs/commands/PutBackupPolicyCommand.js +0 -25
  26. package/dist-cjs/commands/PutFileSystemPolicyCommand.js +0 -34
  27. package/dist-cjs/commands/PutLifecycleConfigurationCommand.js +0 -55
  28. package/dist-cjs/commands/TagResourceCommand.js +0 -26
  29. package/dist-cjs/commands/UntagResourceCommand.js +0 -26
  30. package/dist-cjs/commands/UpdateFileSystemCommand.js +0 -26
  31. package/dist-cjs/commands/index.js +30 -0
  32. package/dist-cjs/endpoints.js +1 -2
  33. package/dist-cjs/index.js +4 -35
  34. package/dist-cjs/models/index.js +0 -1
  35. package/dist-cjs/models/models_0.js +0 -232
  36. package/dist-cjs/pagination/DescribeAccessPointsPaginator.js +0 -11
  37. package/dist-cjs/pagination/DescribeFileSystemsPaginator.js +0 -11
  38. package/dist-cjs/pagination/DescribeTagsPaginator.js +0 -11
  39. package/dist-cjs/pagination/Interfaces.js +0 -1
  40. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +0 -11
  41. package/dist-cjs/pagination/index.js +8 -0
  42. package/dist-cjs/protocols/Aws_restJson1.js +8 -6
  43. package/dist-cjs/runtimeConfig.browser.js +1 -6
  44. package/dist-cjs/runtimeConfig.js +2 -7
  45. package/dist-cjs/runtimeConfig.native.js +0 -4
  46. package/dist-cjs/runtimeConfig.shared.js +0 -4
  47. package/dist-es/EFS.js +0 -1
  48. package/dist-es/EFSClient.js +0 -1
  49. package/dist-es/commands/CreateAccessPointCommand.js +0 -1
  50. package/dist-es/commands/CreateFileSystemCommand.js +0 -1
  51. package/dist-es/commands/CreateMountTargetCommand.js +0 -1
  52. package/dist-es/commands/CreateTagsCommand.js +0 -1
  53. package/dist-es/commands/DeleteAccessPointCommand.js +0 -1
  54. package/dist-es/commands/DeleteFileSystemCommand.js +0 -1
  55. package/dist-es/commands/DeleteFileSystemPolicyCommand.js +0 -1
  56. package/dist-es/commands/DeleteMountTargetCommand.js +0 -1
  57. package/dist-es/commands/DeleteTagsCommand.js +0 -1
  58. package/dist-es/commands/DescribeAccessPointsCommand.js +0 -1
  59. package/dist-es/commands/DescribeAccountPreferencesCommand.js +0 -1
  60. package/dist-es/commands/DescribeBackupPolicyCommand.js +0 -1
  61. package/dist-es/commands/DescribeFileSystemPolicyCommand.js +0 -1
  62. package/dist-es/commands/DescribeFileSystemsCommand.js +0 -1
  63. package/dist-es/commands/DescribeLifecycleConfigurationCommand.js +0 -1
  64. package/dist-es/commands/DescribeMountTargetSecurityGroupsCommand.js +0 -1
  65. package/dist-es/commands/DescribeMountTargetsCommand.js +0 -1
  66. package/dist-es/commands/DescribeTagsCommand.js +0 -1
  67. package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
  68. package/dist-es/commands/ModifyMountTargetSecurityGroupsCommand.js +0 -1
  69. package/dist-es/commands/PutAccountPreferencesCommand.js +0 -1
  70. package/dist-es/commands/PutBackupPolicyCommand.js +0 -1
  71. package/dist-es/commands/PutFileSystemPolicyCommand.js +0 -1
  72. package/dist-es/commands/PutLifecycleConfigurationCommand.js +0 -1
  73. package/dist-es/commands/TagResourceCommand.js +0 -1
  74. package/dist-es/commands/UntagResourceCommand.js +0 -1
  75. package/dist-es/commands/UpdateFileSystemCommand.js +0 -1
  76. package/dist-es/commands/index.js +27 -0
  77. package/dist-es/endpoints.js +1 -2
  78. package/dist-es/index.js +4 -35
  79. package/dist-es/models/index.js +0 -1
  80. package/dist-es/models/models_0.js +0 -1
  81. package/dist-es/pagination/DescribeAccessPointsPaginator.js +0 -1
  82. package/dist-es/pagination/DescribeFileSystemsPaginator.js +0 -1
  83. package/dist-es/pagination/DescribeTagsPaginator.js +0 -1
  84. package/dist-es/pagination/Interfaces.js +0 -1
  85. package/dist-es/pagination/ListTagsForResourcePaginator.js +0 -1
  86. package/dist-es/pagination/index.js +5 -0
  87. package/dist-es/protocols/Aws_restJson1.js +22 -15
  88. package/dist-es/runtimeConfig.browser.js +1 -2
  89. package/dist-es/runtimeConfig.js +2 -3
  90. package/dist-es/runtimeConfig.native.js +0 -1
  91. package/dist-es/runtimeConfig.shared.js +0 -1
  92. package/dist-types/EFS.d.ts +15 -8
  93. package/dist-types/commands/PutAccountPreferencesCommand.d.ts +7 -3
  94. package/dist-types/commands/PutFileSystemPolicyCommand.d.ts +3 -1
  95. package/dist-types/commands/PutLifecycleConfigurationCommand.d.ts +5 -4
  96. package/dist-types/commands/index.d.ts +27 -0
  97. package/dist-types/index.d.ts +4 -34
  98. package/dist-types/models/models_0.d.ts +34 -6
  99. package/dist-types/pagination/index.d.ts +5 -0
  100. package/dist-types/ts3.4/EFS.d.ts +28 -496
  101. package/dist-types/ts3.4/EFSClient.d.ts +24 -93
  102. package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +2 -27
  103. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +2 -73
  104. package/dist-types/ts3.4/commands/CreateMountTargetCommand.d.ts +2 -161
  105. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +2 -31
  106. package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +2 -23
  107. package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +2 -34
  108. package/dist-types/ts3.4/commands/DeleteFileSystemPolicyCommand.d.ts +2 -23
  109. package/dist-types/ts3.4/commands/DeleteMountTargetCommand.d.ts +2 -53
  110. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +2 -32
  111. package/dist-types/ts3.4/commands/DescribeAccessPointsCommand.d.ts +2 -23
  112. package/dist-types/ts3.4/commands/DescribeAccountPreferencesCommand.d.ts +2 -21
  113. package/dist-types/ts3.4/commands/DescribeBackupPolicyCommand.d.ts +2 -20
  114. package/dist-types/ts3.4/commands/DescribeFileSystemPolicyCommand.d.ts +2 -21
  115. package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +2 -42
  116. package/dist-types/ts3.4/commands/DescribeLifecycleConfigurationCommand.d.ts +2 -27
  117. package/dist-types/ts3.4/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +2 -35
  118. package/dist-types/ts3.4/commands/DescribeMountTargetsCommand.d.ts +2 -27
  119. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -30
  120. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -21
  121. package/dist-types/ts3.4/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +2 -39
  122. package/dist-types/ts3.4/commands/PutAccountPreferencesCommand.d.ts +2 -23
  123. package/dist-types/ts3.4/commands/PutBackupPolicyCommand.d.ts +2 -20
  124. package/dist-types/ts3.4/commands/PutFileSystemPolicyCommand.d.ts +2 -29
  125. package/dist-types/ts3.4/commands/PutLifecycleConfigurationCommand.d.ts +2 -50
  126. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -21
  127. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -21
  128. package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +2 -21
  129. package/dist-types/ts3.4/commands/index.d.ts +27 -0
  130. package/dist-types/ts3.4/index.d.ts +4 -34
  131. package/dist-types/ts3.4/models/models_0.d.ts +273 -1088
  132. package/dist-types/ts3.4/pagination/index.d.ts +5 -0
  133. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  134. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  135. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  136. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  137. package/package.json +33 -30
  138. package/dist-cjs/EFS.js.map +0 -1
  139. package/dist-cjs/EFSClient.js.map +0 -1
  140. package/dist-cjs/commands/CreateAccessPointCommand.js.map +0 -1
  141. package/dist-cjs/commands/CreateFileSystemCommand.js.map +0 -1
  142. package/dist-cjs/commands/CreateMountTargetCommand.js.map +0 -1
  143. package/dist-cjs/commands/CreateTagsCommand.js.map +0 -1
  144. package/dist-cjs/commands/DeleteAccessPointCommand.js.map +0 -1
  145. package/dist-cjs/commands/DeleteFileSystemCommand.js.map +0 -1
  146. package/dist-cjs/commands/DeleteFileSystemPolicyCommand.js.map +0 -1
  147. package/dist-cjs/commands/DeleteMountTargetCommand.js.map +0 -1
  148. package/dist-cjs/commands/DeleteTagsCommand.js.map +0 -1
  149. package/dist-cjs/commands/DescribeAccessPointsCommand.js.map +0 -1
  150. package/dist-cjs/commands/DescribeAccountPreferencesCommand.js.map +0 -1
  151. package/dist-cjs/commands/DescribeBackupPolicyCommand.js.map +0 -1
  152. package/dist-cjs/commands/DescribeFileSystemPolicyCommand.js.map +0 -1
  153. package/dist-cjs/commands/DescribeFileSystemsCommand.js.map +0 -1
  154. package/dist-cjs/commands/DescribeLifecycleConfigurationCommand.js.map +0 -1
  155. package/dist-cjs/commands/DescribeMountTargetSecurityGroupsCommand.js.map +0 -1
  156. package/dist-cjs/commands/DescribeMountTargetsCommand.js.map +0 -1
  157. package/dist-cjs/commands/DescribeTagsCommand.js.map +0 -1
  158. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  159. package/dist-cjs/commands/ModifyMountTargetSecurityGroupsCommand.js.map +0 -1
  160. package/dist-cjs/commands/PutAccountPreferencesCommand.js.map +0 -1
  161. package/dist-cjs/commands/PutBackupPolicyCommand.js.map +0 -1
  162. package/dist-cjs/commands/PutFileSystemPolicyCommand.js.map +0 -1
  163. package/dist-cjs/commands/PutLifecycleConfigurationCommand.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/endpoints.js.map +0 -1
  168. package/dist-cjs/index.js.map +0 -1
  169. package/dist-cjs/models/index.js.map +0 -1
  170. package/dist-cjs/models/models_0.js.map +0 -1
  171. package/dist-cjs/pagination/DescribeAccessPointsPaginator.js.map +0 -1
  172. package/dist-cjs/pagination/DescribeFileSystemsPaginator.js.map +0 -1
  173. package/dist-cjs/pagination/DescribeTagsPaginator.js.map +0 -1
  174. package/dist-cjs/pagination/Interfaces.js.map +0 -1
  175. package/dist-cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
  176. package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
  177. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  178. package/dist-cjs/runtimeConfig.js.map +0 -1
  179. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  180. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  181. package/dist-es/EFS.js.map +0 -1
  182. package/dist-es/EFSClient.js.map +0 -1
  183. package/dist-es/commands/CreateAccessPointCommand.js.map +0 -1
  184. package/dist-es/commands/CreateFileSystemCommand.js.map +0 -1
  185. package/dist-es/commands/CreateMountTargetCommand.js.map +0 -1
  186. package/dist-es/commands/CreateTagsCommand.js.map +0 -1
  187. package/dist-es/commands/DeleteAccessPointCommand.js.map +0 -1
  188. package/dist-es/commands/DeleteFileSystemCommand.js.map +0 -1
  189. package/dist-es/commands/DeleteFileSystemPolicyCommand.js.map +0 -1
  190. package/dist-es/commands/DeleteMountTargetCommand.js.map +0 -1
  191. package/dist-es/commands/DeleteTagsCommand.js.map +0 -1
  192. package/dist-es/commands/DescribeAccessPointsCommand.js.map +0 -1
  193. package/dist-es/commands/DescribeAccountPreferencesCommand.js.map +0 -1
  194. package/dist-es/commands/DescribeBackupPolicyCommand.js.map +0 -1
  195. package/dist-es/commands/DescribeFileSystemPolicyCommand.js.map +0 -1
  196. package/dist-es/commands/DescribeFileSystemsCommand.js.map +0 -1
  197. package/dist-es/commands/DescribeLifecycleConfigurationCommand.js.map +0 -1
  198. package/dist-es/commands/DescribeMountTargetSecurityGroupsCommand.js.map +0 -1
  199. package/dist-es/commands/DescribeMountTargetsCommand.js.map +0 -1
  200. package/dist-es/commands/DescribeTagsCommand.js.map +0 -1
  201. package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
  202. package/dist-es/commands/ModifyMountTargetSecurityGroupsCommand.js.map +0 -1
  203. package/dist-es/commands/PutAccountPreferencesCommand.js.map +0 -1
  204. package/dist-es/commands/PutBackupPolicyCommand.js.map +0 -1
  205. package/dist-es/commands/PutFileSystemPolicyCommand.js.map +0 -1
  206. package/dist-es/commands/PutLifecycleConfigurationCommand.js.map +0 -1
  207. package/dist-es/commands/TagResourceCommand.js.map +0 -1
  208. package/dist-es/commands/UntagResourceCommand.js.map +0 -1
  209. package/dist-es/commands/UpdateFileSystemCommand.js.map +0 -1
  210. package/dist-es/endpoints.js.map +0 -1
  211. package/dist-es/index.js.map +0 -1
  212. package/dist-es/models/index.js.map +0 -1
  213. package/dist-es/models/models_0.js.map +0 -1
  214. package/dist-es/pagination/DescribeAccessPointsPaginator.js.map +0 -1
  215. package/dist-es/pagination/DescribeFileSystemsPaginator.js.map +0 -1
  216. package/dist-es/pagination/DescribeTagsPaginator.js.map +0 -1
  217. package/dist-es/pagination/Interfaces.js.map +0 -1
  218. package/dist-es/pagination/ListTagsForResourcePaginator.js.map +0 -1
  219. package/dist-es/protocols/Aws_restJson1.js.map +0 -1
  220. package/dist-es/runtimeConfig.browser.js.map +0 -1
  221. package/dist-es/runtimeConfig.js.map +0 -1
  222. package/dist-es/runtimeConfig.native.js.map +0 -1
  223. package/dist-es/runtimeConfig.shared.js.map +0 -1
  224. package/jest.config.js +0 -4
  225. package/src/EFS.ts +0 -1386
  226. package/src/EFSClient.ts +0 -363
  227. package/src/commands/CreateAccessPointCommand.ts +0 -102
  228. package/src/commands/CreateFileSystemCommand.ts +0 -148
  229. package/src/commands/CreateMountTargetCommand.ts +0 -236
  230. package/src/commands/CreateTagsCommand.ts +0 -106
  231. package/src/commands/DeleteAccessPointCommand.ts +0 -98
  232. package/src/commands/DeleteFileSystemCommand.ts +0 -109
  233. package/src/commands/DeleteFileSystemPolicyCommand.ts +0 -98
  234. package/src/commands/DeleteMountTargetCommand.ts +0 -128
  235. package/src/commands/DeleteTagsCommand.ts +0 -107
  236. package/src/commands/DescribeAccessPointsCommand.ts +0 -98
  237. package/src/commands/DescribeAccountPreferencesCommand.ts +0 -99
  238. package/src/commands/DescribeBackupPolicyCommand.ts +0 -95
  239. package/src/commands/DescribeFileSystemPolicyCommand.ts +0 -96
  240. package/src/commands/DescribeFileSystemsCommand.ts +0 -117
  241. package/src/commands/DescribeLifecycleConfigurationCommand.ts +0 -110
  242. package/src/commands/DescribeMountTargetSecurityGroupsCommand.ts +0 -121
  243. package/src/commands/DescribeMountTargetsCommand.ts +0 -102
  244. package/src/commands/DescribeTagsCommand.ts +0 -105
  245. package/src/commands/ListTagsForResourceCommand.ts +0 -96
  246. package/src/commands/ModifyMountTargetSecurityGroupsCommand.ts +0 -120
  247. package/src/commands/PutAccountPreferencesCommand.ts +0 -98
  248. package/src/commands/PutBackupPolicyCommand.ts +0 -95
  249. package/src/commands/PutFileSystemPolicyCommand.ts +0 -104
  250. package/src/commands/PutLifecycleConfigurationCommand.ts +0 -128
  251. package/src/commands/TagResourceCommand.ts +0 -96
  252. package/src/commands/UntagResourceCommand.ts +0 -96
  253. package/src/commands/UpdateFileSystemCommand.ts +0 -96
  254. package/src/endpoints.ts +0 -183
  255. package/src/index.ts +0 -35
  256. package/src/models/index.ts +0 -1
  257. package/src/models/models_0.ts +0 -2185
  258. package/src/pagination/DescribeAccessPointsPaginator.ts +0 -59
  259. package/src/pagination/DescribeFileSystemsPaginator.ts +0 -59
  260. package/src/pagination/DescribeTagsPaginator.ts +0 -59
  261. package/src/pagination/Interfaces.ts +0 -8
  262. package/src/pagination/ListTagsForResourcePaginator.ts +0 -59
  263. package/src/protocols/Aws_restJson1.ts +0 -4420
  264. package/src/runtimeConfig.browser.ts +0 -41
  265. package/src/runtimeConfig.native.ts +0 -17
  266. package/src/runtimeConfig.shared.ts +0 -17
  267. package/src/runtimeConfig.ts +0 -46
  268. package/tsconfig.es.json +0 -10
  269. package/tsconfig.json +0 -33
  270. package/tsconfig.types.json +0 -9
@@ -4,22 +4,13 @@ exports.paginateDescribeAccessPoints = void 0;
4
4
  const DescribeAccessPointsCommand_1 = require("../commands/DescribeAccessPointsCommand");
5
5
  const EFS_1 = require("../EFS");
6
6
  const EFSClient_1 = require("../EFSClient");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new DescribeAccessPointsCommand_1.DescribeAccessPointsCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.describeAccessPoints(input, ...args);
20
12
  };
21
13
  async function* paginateDescribeAccessPoints(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* paginateDescribeAccessPoints(config, input, ...additionalArgumen
39
30
  token = page.NextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateDescribeAccessPoints = paginateDescribeAccessPoints;
46
- //# sourceMappingURL=DescribeAccessPointsPaginator.js.map
@@ -4,22 +4,13 @@ exports.paginateDescribeFileSystems = void 0;
4
4
  const DescribeFileSystemsCommand_1 = require("../commands/DescribeFileSystemsCommand");
5
5
  const EFS_1 = require("../EFS");
6
6
  const EFSClient_1 = require("../EFSClient");
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.Marker
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.NextMarker;
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.paginateDescribeTags = void 0;
4
4
  const DescribeTagsCommand_1 = require("../commands/DescribeTagsCommand");
5
5
  const EFS_1 = require("../EFS");
6
6
  const EFSClient_1 = require("../EFSClient");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new DescribeTagsCommand_1.DescribeTagsCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.describeTags(input, ...args);
20
12
  };
21
13
  async function* paginateDescribeTags(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.Marker
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateDescribeTags(config, input, ...additionalArguments) {
39
30
  token = page.NextMarker;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateDescribeTags = paginateDescribeTags;
46
- //# sourceMappingURL=DescribeTagsPaginator.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 EFS_1 = require("../EFS");
6
6
  const EFSClient_1 = require("../EFSClient");
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,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./DescribeAccessPointsPaginator"), exports);
5
+ tslib_1.__exportStar(require("./DescribeFileSystemsPaginator"), exports);
6
+ tslib_1.__exportStar(require("./DescribeTagsPaginator"), exports);
7
+ tslib_1.__exportStar(require("./Interfaces"), exports);
8
+ tslib_1.__exportStar(require("./ListTagsForResourcePaginator"), exports);
@@ -2454,6 +2454,14 @@ const deserializeAws_restJson1PutAccountPreferencesCommandError = async (output,
2454
2454
  let errorCode = "UnknownError";
2455
2455
  errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
2456
2456
  switch (errorCode) {
2457
+ case "BadRequest":
2458
+ case "com.amazonaws.efs#BadRequest":
2459
+ response = {
2460
+ ...(await deserializeAws_restJson1BadRequestResponse(parsedOutput, context)),
2461
+ name: errorCode,
2462
+ $metadata: deserializeMetadata(output),
2463
+ };
2464
+ break;
2457
2465
  case "InternalServerError":
2458
2466
  case "com.amazonaws.efs#InternalServerError":
2459
2467
  response = {
@@ -3790,14 +3798,12 @@ const deserializeMetadata = (output) => {
3790
3798
  cfId: output.headers["x-amz-cf-id"],
3791
3799
  });
3792
3800
  };
3793
- // Collect low-level response body stream to Uint8Array.
3794
3801
  const collectBody = (streamBody = new Uint8Array(), context) => {
3795
3802
  if (streamBody instanceof Uint8Array) {
3796
3803
  return Promise.resolve(streamBody);
3797
3804
  }
3798
3805
  return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
3799
3806
  };
3800
- // Encode Uint8Array data into string with utf-8.
3801
3807
  const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
3802
3808
  const isSerializableHeaderValue = (value) => value !== undefined &&
3803
3809
  value !== null &&
@@ -3810,9 +3816,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
3810
3816
  }
3811
3817
  return {};
3812
3818
  });
3813
- /**
3814
- * Load an error code for the aws.rest-json-1.1 protocol.
3815
- */
3816
3819
  const loadRestJsonErrorCode = (output, data) => {
3817
3820
  const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
3818
3821
  const sanitizeErrorCode = (rawValue) => {
@@ -3837,4 +3840,3 @@ const loadRestJsonErrorCode = (output, data) => {
3837
3840
  }
3838
3841
  return "";
3839
3842
  };
3840
- //# sourceMappingURL=Aws_restJson1.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/EFS.js CHANGED
@@ -413,4 +413,3 @@ var EFS = (function (_super) {
413
413
  return EFS;
414
414
  }(EFSClient));
415
415
  export { EFS };
416
- //# sourceMappingURL=EFS.js.map
@@ -35,4 +35,3 @@ var EFSClient = (function (_super) {
35
35
  return EFSClient;
36
36
  }(__Client));
37
37
  export { EFSClient };
38
- //# sourceMappingURL=EFSClient.js.map
@@ -37,4 +37,3 @@ var CreateAccessPointCommand = (function (_super) {
37
37
  return CreateAccessPointCommand;
38
38
  }($Command));
39
39
  export { CreateAccessPointCommand };
40
- //# sourceMappingURL=CreateAccessPointCommand.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 CreateMountTargetCommand = (function (_super) {
37
37
  return CreateMountTargetCommand;
38
38
  }($Command));
39
39
  export { CreateMountTargetCommand };
40
- //# sourceMappingURL=CreateMountTargetCommand.js.map
@@ -37,4 +37,3 @@ var CreateTagsCommand = (function (_super) {
37
37
  return CreateTagsCommand;
38
38
  }($Command));
39
39
  export { CreateTagsCommand };
40
- //# sourceMappingURL=CreateTagsCommand.js.map
@@ -37,4 +37,3 @@ var DeleteAccessPointCommand = (function (_super) {
37
37
  return DeleteAccessPointCommand;
38
38
  }($Command));
39
39
  export { DeleteAccessPointCommand };
40
- //# sourceMappingURL=DeleteAccessPointCommand.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 DeleteFileSystemPolicyCommand = (function (_super) {
37
37
  return DeleteFileSystemPolicyCommand;
38
38
  }($Command));
39
39
  export { DeleteFileSystemPolicyCommand };
40
- //# sourceMappingURL=DeleteFileSystemPolicyCommand.js.map
@@ -37,4 +37,3 @@ var DeleteMountTargetCommand = (function (_super) {
37
37
  return DeleteMountTargetCommand;
38
38
  }($Command));
39
39
  export { DeleteMountTargetCommand };
40
- //# sourceMappingURL=DeleteMountTargetCommand.js.map
@@ -37,4 +37,3 @@ var DeleteTagsCommand = (function (_super) {
37
37
  return DeleteTagsCommand;
38
38
  }($Command));
39
39
  export { DeleteTagsCommand };
40
- //# sourceMappingURL=DeleteTagsCommand.js.map
@@ -37,4 +37,3 @@ var DescribeAccessPointsCommand = (function (_super) {
37
37
  return DescribeAccessPointsCommand;
38
38
  }($Command));
39
39
  export { DescribeAccessPointsCommand };
40
- //# sourceMappingURL=DescribeAccessPointsCommand.js.map
@@ -37,4 +37,3 @@ var DescribeAccountPreferencesCommand = (function (_super) {
37
37
  return DescribeAccountPreferencesCommand;
38
38
  }($Command));
39
39
  export { DescribeAccountPreferencesCommand };
40
- //# sourceMappingURL=DescribeAccountPreferencesCommand.js.map
@@ -37,4 +37,3 @@ var DescribeBackupPolicyCommand = (function (_super) {
37
37
  return DescribeBackupPolicyCommand;
38
38
  }($Command));
39
39
  export { DescribeBackupPolicyCommand };
40
- //# sourceMappingURL=DescribeBackupPolicyCommand.js.map
@@ -37,4 +37,3 @@ var DescribeFileSystemPolicyCommand = (function (_super) {
37
37
  return DescribeFileSystemPolicyCommand;
38
38
  }($Command));
39
39
  export { DescribeFileSystemPolicyCommand };
40
- //# sourceMappingURL=DescribeFileSystemPolicyCommand.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 DescribeLifecycleConfigurationCommand = (function (_super) {
37
37
  return DescribeLifecycleConfigurationCommand;
38
38
  }($Command));
39
39
  export { DescribeLifecycleConfigurationCommand };
40
- //# sourceMappingURL=DescribeLifecycleConfigurationCommand.js.map
@@ -37,4 +37,3 @@ var DescribeMountTargetSecurityGroupsCommand = (function (_super) {
37
37
  return DescribeMountTargetSecurityGroupsCommand;
38
38
  }($Command));
39
39
  export { DescribeMountTargetSecurityGroupsCommand };
40
- //# sourceMappingURL=DescribeMountTargetSecurityGroupsCommand.js.map
@@ -37,4 +37,3 @@ var DescribeMountTargetsCommand = (function (_super) {
37
37
  return DescribeMountTargetsCommand;
38
38
  }($Command));
39
39
  export { DescribeMountTargetsCommand };
40
- //# sourceMappingURL=DescribeMountTargetsCommand.js.map
@@ -37,4 +37,3 @@ var DescribeTagsCommand = (function (_super) {
37
37
  return DescribeTagsCommand;
38
38
  }($Command));
39
39
  export { DescribeTagsCommand };
40
- //# sourceMappingURL=DescribeTagsCommand.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 ModifyMountTargetSecurityGroupsCommand = (function (_super) {
37
37
  return ModifyMountTargetSecurityGroupsCommand;
38
38
  }($Command));
39
39
  export { ModifyMountTargetSecurityGroupsCommand };
40
- //# sourceMappingURL=ModifyMountTargetSecurityGroupsCommand.js.map
@@ -37,4 +37,3 @@ var PutAccountPreferencesCommand = (function (_super) {
37
37
  return PutAccountPreferencesCommand;
38
38
  }($Command));
39
39
  export { PutAccountPreferencesCommand };
40
- //# sourceMappingURL=PutAccountPreferencesCommand.js.map
@@ -37,4 +37,3 @@ var PutBackupPolicyCommand = (function (_super) {
37
37
  return PutBackupPolicyCommand;
38
38
  }($Command));
39
39
  export { PutBackupPolicyCommand };
40
- //# sourceMappingURL=PutBackupPolicyCommand.js.map
@@ -37,4 +37,3 @@ var PutFileSystemPolicyCommand = (function (_super) {
37
37
  return PutFileSystemPolicyCommand;
38
38
  }($Command));
39
39
  export { PutFileSystemPolicyCommand };
40
- //# sourceMappingURL=PutFileSystemPolicyCommand.js.map
@@ -37,4 +37,3 @@ var PutLifecycleConfigurationCommand = (function (_super) {
37
37
  return PutLifecycleConfigurationCommand;
38
38
  }($Command));
39
39
  export { PutLifecycleConfigurationCommand };
40
- //# sourceMappingURL=PutLifecycleConfigurationCommand.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
@@ -0,0 +1,27 @@
1
+ export * from "./CreateAccessPointCommand";
2
+ export * from "./CreateFileSystemCommand";
3
+ export * from "./CreateMountTargetCommand";
4
+ export * from "./CreateTagsCommand";
5
+ export * from "./DeleteAccessPointCommand";
6
+ export * from "./DeleteFileSystemCommand";
7
+ export * from "./DeleteFileSystemPolicyCommand";
8
+ export * from "./DeleteMountTargetCommand";
9
+ export * from "./DeleteTagsCommand";
10
+ export * from "./DescribeAccessPointsCommand";
11
+ export * from "./DescribeAccountPreferencesCommand";
12
+ export * from "./DescribeBackupPolicyCommand";
13
+ export * from "./DescribeFileSystemPolicyCommand";
14
+ export * from "./DescribeFileSystemsCommand";
15
+ export * from "./DescribeLifecycleConfigurationCommand";
16
+ export * from "./DescribeMountTargetSecurityGroupsCommand";
17
+ export * from "./DescribeMountTargetsCommand";
18
+ export * from "./DescribeTagsCommand";
19
+ export * from "./ListTagsForResourceCommand";
20
+ export * from "./ModifyMountTargetSecurityGroupsCommand";
21
+ export * from "./PutAccountPreferencesCommand";
22
+ export * from "./PutBackupPolicyCommand";
23
+ export * from "./PutFileSystemPolicyCommand";
24
+ export * from "./PutLifecycleConfigurationCommand";
25
+ export * from "./TagResourceCommand";
26
+ export * from "./UntagResourceCommand";
27
+ export * from "./UpdateFileSystemCommand";
@@ -159,7 +159,7 @@ var partitionHash = {
159
159
  hostname: "elasticfilesystem.{region}.amazonaws.com.cn",
160
160
  },
161
161
  "aws-iso": {
162
- regions: ["fips-us-iso-east-1", "us-iso-east-1"],
162
+ regions: ["fips-us-iso-east-1", "us-iso-east-1", "us-iso-west-1"],
163
163
  hostname: "elasticfilesystem.{region}.c2s.ic.gov",
164
164
  },
165
165
  "aws-iso-b": {
@@ -176,4 +176,3 @@ export var defaultRegionInfoProvider = function (region, options) { return __awa
176
176
  return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "elasticfilesystem", regionHash: regionHash, partitionHash: partitionHash }))];
177
177
  });
178
178
  }); };
179
- //# sourceMappingURL=endpoints.js.map
package/dist-es/index.js CHANGED
@@ -1,36 +1,5 @@
1
- export * from "./EFSClient";
2
1
  export * from "./EFS";
3
- export * from "./commands/CreateAccessPointCommand";
4
- export * from "./commands/CreateFileSystemCommand";
5
- export * from "./commands/CreateMountTargetCommand";
6
- export * from "./commands/CreateTagsCommand";
7
- export * from "./commands/DeleteAccessPointCommand";
8
- export * from "./commands/DeleteFileSystemCommand";
9
- export * from "./commands/DeleteFileSystemPolicyCommand";
10
- export * from "./commands/DeleteMountTargetCommand";
11
- export * from "./commands/DeleteTagsCommand";
12
- export * from "./commands/DescribeAccessPointsCommand";
13
- export * from "./pagination/DescribeAccessPointsPaginator";
14
- export * from "./commands/DescribeAccountPreferencesCommand";
15
- export * from "./commands/DescribeBackupPolicyCommand";
16
- export * from "./commands/DescribeFileSystemPolicyCommand";
17
- export * from "./commands/DescribeFileSystemsCommand";
18
- export * from "./pagination/DescribeFileSystemsPaginator";
19
- export * from "./commands/DescribeLifecycleConfigurationCommand";
20
- export * from "./commands/DescribeMountTargetsCommand";
21
- export * from "./commands/DescribeMountTargetSecurityGroupsCommand";
22
- export * from "./commands/DescribeTagsCommand";
23
- export * from "./pagination/DescribeTagsPaginator";
24
- export * from "./commands/ListTagsForResourceCommand";
25
- export * from "./pagination/ListTagsForResourcePaginator";
26
- export * from "./commands/ModifyMountTargetSecurityGroupsCommand";
27
- export * from "./commands/PutAccountPreferencesCommand";
28
- export * from "./commands/PutBackupPolicyCommand";
29
- export * from "./commands/PutFileSystemPolicyCommand";
30
- export * from "./commands/PutLifecycleConfigurationCommand";
31
- export * from "./commands/TagResourceCommand";
32
- export * from "./commands/UntagResourceCommand";
33
- export * from "./commands/UpdateFileSystemCommand";
34
- export * from "./pagination/Interfaces";
35
- export * from "./models/index";
36
- //# sourceMappingURL=index.js.map
2
+ export * from "./EFSClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -1,2 +1 @@
1
1
  export * from "./models_0";
2
- //# sourceMappingURL=index.js.map
@@ -355,4 +355,3 @@ export var UpdateFileSystemRequest;
355
355
  (function (UpdateFileSystemRequest) {
356
356
  UpdateFileSystemRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
357
357
  })(UpdateFileSystemRequest || (UpdateFileSystemRequest = {}));
358
- //# sourceMappingURL=models_0.js.map
@@ -72,4 +72,3 @@ export function paginateDescribeAccessPoints(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=DescribeAccessPointsPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateDescribeFileSystems(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=DescribeFileSystemsPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateDescribeTags(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=DescribeTagsPaginator.js.map
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=Interfaces.js.map
@@ -72,4 +72,3 @@ export function paginateListTagsForResource(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListTagsForResourcePaginator.js.map
@@ -0,0 +1,5 @@
1
+ export * from "./DescribeAccessPointsPaginator";
2
+ export * from "./DescribeFileSystemsPaginator";
3
+ export * from "./DescribeTagsPaginator";
4
+ export * from "./Interfaces";
5
+ export * from "./ListTagsForResourcePaginator";