@aws-sdk/client-transfer 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 (310) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/Transfer.js +0 -12
  3. package/dist-cjs/TransferClient.js +0 -17
  4. package/dist-cjs/commands/CreateAccessCommand.js +0 -30
  5. package/dist-cjs/commands/CreateServerCommand.js +0 -28
  6. package/dist-cjs/commands/CreateUserCommand.js +0 -31
  7. package/dist-cjs/commands/CreateWorkflowCommand.js +0 -28
  8. package/dist-cjs/commands/DeleteAccessCommand.js +0 -26
  9. package/dist-cjs/commands/DeleteServerCommand.js +0 -27
  10. package/dist-cjs/commands/DeleteSshPublicKeyCommand.js +0 -25
  11. package/dist-cjs/commands/DeleteUserCommand.js +0 -31
  12. package/dist-cjs/commands/DeleteWorkflowCommand.js +0 -25
  13. package/dist-cjs/commands/DescribeAccessCommand.js +0 -30
  14. package/dist-cjs/commands/DescribeExecutionCommand.js +0 -25
  15. package/dist-cjs/commands/DescribeSecurityPolicyCommand.js +0 -28
  16. package/dist-cjs/commands/DescribeServerCommand.js +0 -30
  17. package/dist-cjs/commands/DescribeUserCommand.js +0 -29
  18. package/dist-cjs/commands/DescribeWorkflowCommand.js +0 -25
  19. package/dist-cjs/commands/ImportSshPublicKeyCommand.js +0 -30
  20. package/dist-cjs/commands/ListAccessesCommand.js +0 -25
  21. package/dist-cjs/commands/ListExecutionsCommand.js +0 -25
  22. package/dist-cjs/commands/ListSecurityPoliciesCommand.js +0 -26
  23. package/dist-cjs/commands/ListServersCommand.js +0 -26
  24. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -26
  25. package/dist-cjs/commands/ListUsersCommand.js +0 -26
  26. package/dist-cjs/commands/ListWorkflowsCommand.js +0 -25
  27. package/dist-cjs/commands/SendWorkflowStepStateCommand.js +0 -29
  28. package/dist-cjs/commands/StartServerCommand.js +0 -33
  29. package/dist-cjs/commands/StopServerCommand.js +0 -39
  30. package/dist-cjs/commands/TagResourceCommand.js +0 -28
  31. package/dist-cjs/commands/TestIdentityProviderCommand.js +0 -63
  32. package/dist-cjs/commands/UntagResourceCommand.js +0 -28
  33. package/dist-cjs/commands/UpdateAccessCommand.js +0 -26
  34. package/dist-cjs/commands/UpdateServerCommand.js +0 -29
  35. package/dist-cjs/commands/UpdateUserCommand.js +0 -30
  36. package/dist-cjs/commands/index.js +35 -0
  37. package/dist-cjs/endpoints.js +1 -2
  38. package/dist-cjs/index.js +4 -43
  39. package/dist-cjs/models/index.js +0 -1
  40. package/dist-cjs/models/models_0.js +0 -304
  41. package/dist-cjs/pagination/Interfaces.js +0 -1
  42. package/dist-cjs/pagination/ListAccessesPaginator.js +0 -11
  43. package/dist-cjs/pagination/ListExecutionsPaginator.js +0 -11
  44. package/dist-cjs/pagination/ListSecurityPoliciesPaginator.js +0 -11
  45. package/dist-cjs/pagination/ListServersPaginator.js +0 -11
  46. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +0 -11
  47. package/dist-cjs/pagination/ListUsersPaginator.js +0 -11
  48. package/dist-cjs/pagination/ListWorkflowsPaginator.js +0 -11
  49. package/dist-cjs/pagination/index.js +11 -0
  50. package/dist-cjs/protocols/Aws_json1_1.js +0 -6
  51. package/dist-cjs/runtimeConfig.browser.js +1 -6
  52. package/dist-cjs/runtimeConfig.js +2 -7
  53. package/dist-cjs/runtimeConfig.native.js +0 -4
  54. package/dist-cjs/runtimeConfig.shared.js +0 -4
  55. package/dist-es/Transfer.js +0 -1
  56. package/dist-es/TransferClient.js +0 -1
  57. package/dist-es/commands/CreateAccessCommand.js +0 -1
  58. package/dist-es/commands/CreateServerCommand.js +0 -1
  59. package/dist-es/commands/CreateUserCommand.js +0 -1
  60. package/dist-es/commands/CreateWorkflowCommand.js +0 -1
  61. package/dist-es/commands/DeleteAccessCommand.js +0 -1
  62. package/dist-es/commands/DeleteServerCommand.js +0 -1
  63. package/dist-es/commands/DeleteSshPublicKeyCommand.js +0 -1
  64. package/dist-es/commands/DeleteUserCommand.js +0 -1
  65. package/dist-es/commands/DeleteWorkflowCommand.js +0 -1
  66. package/dist-es/commands/DescribeAccessCommand.js +0 -1
  67. package/dist-es/commands/DescribeExecutionCommand.js +0 -1
  68. package/dist-es/commands/DescribeSecurityPolicyCommand.js +0 -1
  69. package/dist-es/commands/DescribeServerCommand.js +0 -1
  70. package/dist-es/commands/DescribeUserCommand.js +0 -1
  71. package/dist-es/commands/DescribeWorkflowCommand.js +0 -1
  72. package/dist-es/commands/ImportSshPublicKeyCommand.js +0 -1
  73. package/dist-es/commands/ListAccessesCommand.js +0 -1
  74. package/dist-es/commands/ListExecutionsCommand.js +0 -1
  75. package/dist-es/commands/ListSecurityPoliciesCommand.js +0 -1
  76. package/dist-es/commands/ListServersCommand.js +0 -1
  77. package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
  78. package/dist-es/commands/ListUsersCommand.js +0 -1
  79. package/dist-es/commands/ListWorkflowsCommand.js +0 -1
  80. package/dist-es/commands/SendWorkflowStepStateCommand.js +0 -1
  81. package/dist-es/commands/StartServerCommand.js +0 -1
  82. package/dist-es/commands/StopServerCommand.js +0 -1
  83. package/dist-es/commands/TagResourceCommand.js +0 -1
  84. package/dist-es/commands/TestIdentityProviderCommand.js +0 -1
  85. package/dist-es/commands/UntagResourceCommand.js +0 -1
  86. package/dist-es/commands/UpdateAccessCommand.js +0 -1
  87. package/dist-es/commands/UpdateServerCommand.js +0 -1
  88. package/dist-es/commands/UpdateUserCommand.js +0 -1
  89. package/dist-es/commands/index.js +32 -0
  90. package/dist-es/endpoints.js +1 -2
  91. package/dist-es/index.js +4 -43
  92. package/dist-es/models/index.js +0 -1
  93. package/dist-es/models/models_0.js +0 -1
  94. package/dist-es/pagination/Interfaces.js +0 -1
  95. package/dist-es/pagination/ListAccessesPaginator.js +0 -1
  96. package/dist-es/pagination/ListExecutionsPaginator.js +0 -1
  97. package/dist-es/pagination/ListSecurityPoliciesPaginator.js +0 -1
  98. package/dist-es/pagination/ListServersPaginator.js +0 -1
  99. package/dist-es/pagination/ListTagsForResourcePaginator.js +0 -1
  100. package/dist-es/pagination/ListUsersPaginator.js +0 -1
  101. package/dist-es/pagination/ListWorkflowsPaginator.js +0 -1
  102. package/dist-es/pagination/index.js +8 -0
  103. package/dist-es/protocols/Aws_json1_1.js +0 -1
  104. package/dist-es/runtimeConfig.browser.js +1 -2
  105. package/dist-es/runtimeConfig.js +2 -3
  106. package/dist-es/runtimeConfig.native.js +0 -1
  107. package/dist-es/runtimeConfig.shared.js +0 -1
  108. package/dist-types/commands/index.d.ts +32 -0
  109. package/dist-types/index.d.ts +4 -42
  110. package/dist-types/pagination/index.d.ts +8 -0
  111. package/dist-types/ts3.4/Transfer.d.ts +33 -239
  112. package/dist-types/ts3.4/TransferClient.d.ts +24 -97
  113. package/dist-types/ts3.4/commands/CreateAccessCommand.d.ts +2 -25
  114. package/dist-types/ts3.4/commands/CreateServerCommand.d.ts +2 -23
  115. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +2 -26
  116. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +2 -23
  117. package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +2 -21
  118. package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +2 -22
  119. package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +2 -20
  120. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -26
  121. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +2 -20
  122. package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +2 -25
  123. package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +2 -20
  124. package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +2 -23
  125. package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +2 -25
  126. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +2 -24
  127. package/dist-types/ts3.4/commands/DescribeWorkflowCommand.d.ts +2 -20
  128. package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +2 -25
  129. package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +2 -20
  130. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +2 -20
  131. package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +2 -21
  132. package/dist-types/ts3.4/commands/ListServersCommand.d.ts +2 -21
  133. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -21
  134. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +2 -21
  135. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +2 -20
  136. package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +2 -24
  137. package/dist-types/ts3.4/commands/StartServerCommand.d.ts +2 -28
  138. package/dist-types/ts3.4/commands/StopServerCommand.d.ts +2 -34
  139. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -23
  140. package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +2 -58
  141. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -23
  142. package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +2 -21
  143. package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +2 -24
  144. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +2 -25
  145. package/dist-types/ts3.4/commands/index.d.ts +32 -0
  146. package/dist-types/ts3.4/index.d.ts +4 -42
  147. package/dist-types/ts3.4/models/models_0.d.ts +451 -2421
  148. package/dist-types/ts3.4/pagination/index.d.ts +8 -0
  149. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  150. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  151. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  152. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  153. package/package.json +33 -30
  154. package/dist-cjs/Transfer.js.map +0 -1
  155. package/dist-cjs/TransferClient.js.map +0 -1
  156. package/dist-cjs/commands/CreateAccessCommand.js.map +0 -1
  157. package/dist-cjs/commands/CreateServerCommand.js.map +0 -1
  158. package/dist-cjs/commands/CreateUserCommand.js.map +0 -1
  159. package/dist-cjs/commands/CreateWorkflowCommand.js.map +0 -1
  160. package/dist-cjs/commands/DeleteAccessCommand.js.map +0 -1
  161. package/dist-cjs/commands/DeleteServerCommand.js.map +0 -1
  162. package/dist-cjs/commands/DeleteSshPublicKeyCommand.js.map +0 -1
  163. package/dist-cjs/commands/DeleteUserCommand.js.map +0 -1
  164. package/dist-cjs/commands/DeleteWorkflowCommand.js.map +0 -1
  165. package/dist-cjs/commands/DescribeAccessCommand.js.map +0 -1
  166. package/dist-cjs/commands/DescribeExecutionCommand.js.map +0 -1
  167. package/dist-cjs/commands/DescribeSecurityPolicyCommand.js.map +0 -1
  168. package/dist-cjs/commands/DescribeServerCommand.js.map +0 -1
  169. package/dist-cjs/commands/DescribeUserCommand.js.map +0 -1
  170. package/dist-cjs/commands/DescribeWorkflowCommand.js.map +0 -1
  171. package/dist-cjs/commands/ImportSshPublicKeyCommand.js.map +0 -1
  172. package/dist-cjs/commands/ListAccessesCommand.js.map +0 -1
  173. package/dist-cjs/commands/ListExecutionsCommand.js.map +0 -1
  174. package/dist-cjs/commands/ListSecurityPoliciesCommand.js.map +0 -1
  175. package/dist-cjs/commands/ListServersCommand.js.map +0 -1
  176. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  177. package/dist-cjs/commands/ListUsersCommand.js.map +0 -1
  178. package/dist-cjs/commands/ListWorkflowsCommand.js.map +0 -1
  179. package/dist-cjs/commands/SendWorkflowStepStateCommand.js.map +0 -1
  180. package/dist-cjs/commands/StartServerCommand.js.map +0 -1
  181. package/dist-cjs/commands/StopServerCommand.js.map +0 -1
  182. package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
  183. package/dist-cjs/commands/TestIdentityProviderCommand.js.map +0 -1
  184. package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
  185. package/dist-cjs/commands/UpdateAccessCommand.js.map +0 -1
  186. package/dist-cjs/commands/UpdateServerCommand.js.map +0 -1
  187. package/dist-cjs/commands/UpdateUserCommand.js.map +0 -1
  188. package/dist-cjs/endpoints.js.map +0 -1
  189. package/dist-cjs/index.js.map +0 -1
  190. package/dist-cjs/models/index.js.map +0 -1
  191. package/dist-cjs/models/models_0.js.map +0 -1
  192. package/dist-cjs/pagination/Interfaces.js.map +0 -1
  193. package/dist-cjs/pagination/ListAccessesPaginator.js.map +0 -1
  194. package/dist-cjs/pagination/ListExecutionsPaginator.js.map +0 -1
  195. package/dist-cjs/pagination/ListSecurityPoliciesPaginator.js.map +0 -1
  196. package/dist-cjs/pagination/ListServersPaginator.js.map +0 -1
  197. package/dist-cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
  198. package/dist-cjs/pagination/ListUsersPaginator.js.map +0 -1
  199. package/dist-cjs/pagination/ListWorkflowsPaginator.js.map +0 -1
  200. package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
  201. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  202. package/dist-cjs/runtimeConfig.js.map +0 -1
  203. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  204. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  205. package/dist-es/Transfer.js.map +0 -1
  206. package/dist-es/TransferClient.js.map +0 -1
  207. package/dist-es/commands/CreateAccessCommand.js.map +0 -1
  208. package/dist-es/commands/CreateServerCommand.js.map +0 -1
  209. package/dist-es/commands/CreateUserCommand.js.map +0 -1
  210. package/dist-es/commands/CreateWorkflowCommand.js.map +0 -1
  211. package/dist-es/commands/DeleteAccessCommand.js.map +0 -1
  212. package/dist-es/commands/DeleteServerCommand.js.map +0 -1
  213. package/dist-es/commands/DeleteSshPublicKeyCommand.js.map +0 -1
  214. package/dist-es/commands/DeleteUserCommand.js.map +0 -1
  215. package/dist-es/commands/DeleteWorkflowCommand.js.map +0 -1
  216. package/dist-es/commands/DescribeAccessCommand.js.map +0 -1
  217. package/dist-es/commands/DescribeExecutionCommand.js.map +0 -1
  218. package/dist-es/commands/DescribeSecurityPolicyCommand.js.map +0 -1
  219. package/dist-es/commands/DescribeServerCommand.js.map +0 -1
  220. package/dist-es/commands/DescribeUserCommand.js.map +0 -1
  221. package/dist-es/commands/DescribeWorkflowCommand.js.map +0 -1
  222. package/dist-es/commands/ImportSshPublicKeyCommand.js.map +0 -1
  223. package/dist-es/commands/ListAccessesCommand.js.map +0 -1
  224. package/dist-es/commands/ListExecutionsCommand.js.map +0 -1
  225. package/dist-es/commands/ListSecurityPoliciesCommand.js.map +0 -1
  226. package/dist-es/commands/ListServersCommand.js.map +0 -1
  227. package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
  228. package/dist-es/commands/ListUsersCommand.js.map +0 -1
  229. package/dist-es/commands/ListWorkflowsCommand.js.map +0 -1
  230. package/dist-es/commands/SendWorkflowStepStateCommand.js.map +0 -1
  231. package/dist-es/commands/StartServerCommand.js.map +0 -1
  232. package/dist-es/commands/StopServerCommand.js.map +0 -1
  233. package/dist-es/commands/TagResourceCommand.js.map +0 -1
  234. package/dist-es/commands/TestIdentityProviderCommand.js.map +0 -1
  235. package/dist-es/commands/UntagResourceCommand.js.map +0 -1
  236. package/dist-es/commands/UpdateAccessCommand.js.map +0 -1
  237. package/dist-es/commands/UpdateServerCommand.js.map +0 -1
  238. package/dist-es/commands/UpdateUserCommand.js.map +0 -1
  239. package/dist-es/endpoints.js.map +0 -1
  240. package/dist-es/index.js.map +0 -1
  241. package/dist-es/models/index.js.map +0 -1
  242. package/dist-es/models/models_0.js.map +0 -1
  243. package/dist-es/pagination/Interfaces.js.map +0 -1
  244. package/dist-es/pagination/ListAccessesPaginator.js.map +0 -1
  245. package/dist-es/pagination/ListExecutionsPaginator.js.map +0 -1
  246. package/dist-es/pagination/ListSecurityPoliciesPaginator.js.map +0 -1
  247. package/dist-es/pagination/ListServersPaginator.js.map +0 -1
  248. package/dist-es/pagination/ListTagsForResourcePaginator.js.map +0 -1
  249. package/dist-es/pagination/ListUsersPaginator.js.map +0 -1
  250. package/dist-es/pagination/ListWorkflowsPaginator.js.map +0 -1
  251. package/dist-es/protocols/Aws_json1_1.js.map +0 -1
  252. package/dist-es/runtimeConfig.browser.js.map +0 -1
  253. package/dist-es/runtimeConfig.js.map +0 -1
  254. package/dist-es/runtimeConfig.native.js.map +0 -1
  255. package/dist-es/runtimeConfig.shared.js.map +0 -1
  256. package/jest.config.js +0 -4
  257. package/src/Transfer.ts +0 -1228
  258. package/src/TransferClient.ts +0 -355
  259. package/src/commands/CreateAccessCommand.ts +0 -100
  260. package/src/commands/CreateServerCommand.ts +0 -98
  261. package/src/commands/CreateUserCommand.ts +0 -101
  262. package/src/commands/CreateWorkflowCommand.ts +0 -98
  263. package/src/commands/DeleteAccessCommand.ts +0 -96
  264. package/src/commands/DeleteServerCommand.ts +0 -97
  265. package/src/commands/DeleteSshPublicKeyCommand.ts +0 -95
  266. package/src/commands/DeleteUserCommand.ts +0 -101
  267. package/src/commands/DeleteWorkflowCommand.ts +0 -95
  268. package/src/commands/DescribeAccessCommand.ts +0 -100
  269. package/src/commands/DescribeExecutionCommand.ts +0 -95
  270. package/src/commands/DescribeSecurityPolicyCommand.ts +0 -98
  271. package/src/commands/DescribeServerCommand.ts +0 -100
  272. package/src/commands/DescribeUserCommand.ts +0 -99
  273. package/src/commands/DescribeWorkflowCommand.ts +0 -95
  274. package/src/commands/ImportSshPublicKeyCommand.ts +0 -100
  275. package/src/commands/ListAccessesCommand.ts +0 -95
  276. package/src/commands/ListExecutionsCommand.ts +0 -95
  277. package/src/commands/ListSecurityPoliciesCommand.ts +0 -96
  278. package/src/commands/ListServersCommand.ts +0 -96
  279. package/src/commands/ListTagsForResourceCommand.ts +0 -96
  280. package/src/commands/ListUsersCommand.ts +0 -93
  281. package/src/commands/ListWorkflowsCommand.ts +0 -95
  282. package/src/commands/SendWorkflowStepStateCommand.ts +0 -99
  283. package/src/commands/StartServerCommand.ts +0 -103
  284. package/src/commands/StopServerCommand.ts +0 -109
  285. package/src/commands/TagResourceCommand.ts +0 -98
  286. package/src/commands/TestIdentityProviderCommand.ts +0 -133
  287. package/src/commands/UntagResourceCommand.ts +0 -98
  288. package/src/commands/UpdateAccessCommand.ts +0 -96
  289. package/src/commands/UpdateServerCommand.ts +0 -99
  290. package/src/commands/UpdateUserCommand.ts +0 -100
  291. package/src/endpoints.ts +0 -91
  292. package/src/index.ts +0 -43
  293. package/src/models/index.ts +0 -1
  294. package/src/models/models_0.ts +0 -3943
  295. package/src/pagination/Interfaces.ts +0 -8
  296. package/src/pagination/ListAccessesPaginator.ts +0 -59
  297. package/src/pagination/ListExecutionsPaginator.ts +0 -59
  298. package/src/pagination/ListSecurityPoliciesPaginator.ts +0 -59
  299. package/src/pagination/ListServersPaginator.ts +0 -55
  300. package/src/pagination/ListTagsForResourcePaginator.ts +0 -59
  301. package/src/pagination/ListUsersPaginator.ts +0 -55
  302. package/src/pagination/ListWorkflowsPaginator.ts +0 -59
  303. package/src/protocols/Aws_json1_1.ts +0 -5079
  304. package/src/runtimeConfig.browser.ts +0 -41
  305. package/src/runtimeConfig.native.ts +0 -17
  306. package/src/runtimeConfig.shared.ts +0 -17
  307. package/src/runtimeConfig.ts +0 -46
  308. package/tsconfig.es.json +0 -10
  309. package/tsconfig.json +0 -33
  310. package/tsconfig.types.json +0 -9
@@ -1,355 +0,0 @@
1
- import {
2
- EndpointsInputConfig,
3
- EndpointsResolvedConfig,
4
- RegionInputConfig,
5
- RegionResolvedConfig,
6
- resolveEndpointsConfig,
7
- resolveRegionConfig,
8
- } from "@aws-sdk/config-resolver";
9
- import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
10
- import {
11
- getHostHeaderPlugin,
12
- HostHeaderInputConfig,
13
- HostHeaderResolvedConfig,
14
- resolveHostHeaderConfig,
15
- } from "@aws-sdk/middleware-host-header";
16
- import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
17
- import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
18
- import {
19
- AwsAuthInputConfig,
20
- AwsAuthResolvedConfig,
21
- getAwsAuthPlugin,
22
- resolveAwsAuthConfig,
23
- } from "@aws-sdk/middleware-signing";
24
- import {
25
- getUserAgentPlugin,
26
- resolveUserAgentConfig,
27
- UserAgentInputConfig,
28
- UserAgentResolvedConfig,
29
- } from "@aws-sdk/middleware-user-agent";
30
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
31
- import {
32
- Client as __Client,
33
- SmithyConfiguration as __SmithyConfiguration,
34
- SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
35
- } from "@aws-sdk/smithy-client";
36
- import {
37
- Credentials as __Credentials,
38
- Decoder as __Decoder,
39
- Encoder as __Encoder,
40
- Hash as __Hash,
41
- HashConstructor as __HashConstructor,
42
- HttpHandlerOptions as __HttpHandlerOptions,
43
- Logger as __Logger,
44
- Provider as __Provider,
45
- Provider,
46
- RegionInfoProvider,
47
- StreamCollector as __StreamCollector,
48
- UrlParser as __UrlParser,
49
- UserAgent as __UserAgent,
50
- } from "@aws-sdk/types";
51
-
52
- import { CreateAccessCommandInput, CreateAccessCommandOutput } from "./commands/CreateAccessCommand";
53
- import { CreateServerCommandInput, CreateServerCommandOutput } from "./commands/CreateServerCommand";
54
- import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
55
- import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "./commands/CreateWorkflowCommand";
56
- import { DeleteAccessCommandInput, DeleteAccessCommandOutput } from "./commands/DeleteAccessCommand";
57
- import { DeleteServerCommandInput, DeleteServerCommandOutput } from "./commands/DeleteServerCommand";
58
- import { DeleteSshPublicKeyCommandInput, DeleteSshPublicKeyCommandOutput } from "./commands/DeleteSshPublicKeyCommand";
59
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
60
- import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
61
- import { DescribeAccessCommandInput, DescribeAccessCommandOutput } from "./commands/DescribeAccessCommand";
62
- import { DescribeExecutionCommandInput, DescribeExecutionCommandOutput } from "./commands/DescribeExecutionCommand";
63
- import {
64
- DescribeSecurityPolicyCommandInput,
65
- DescribeSecurityPolicyCommandOutput,
66
- } from "./commands/DescribeSecurityPolicyCommand";
67
- import { DescribeServerCommandInput, DescribeServerCommandOutput } from "./commands/DescribeServerCommand";
68
- import { DescribeUserCommandInput, DescribeUserCommandOutput } from "./commands/DescribeUserCommand";
69
- import { DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput } from "./commands/DescribeWorkflowCommand";
70
- import { ImportSshPublicKeyCommandInput, ImportSshPublicKeyCommandOutput } from "./commands/ImportSshPublicKeyCommand";
71
- import { ListAccessesCommandInput, ListAccessesCommandOutput } from "./commands/ListAccessesCommand";
72
- import { ListExecutionsCommandInput, ListExecutionsCommandOutput } from "./commands/ListExecutionsCommand";
73
- import {
74
- ListSecurityPoliciesCommandInput,
75
- ListSecurityPoliciesCommandOutput,
76
- } from "./commands/ListSecurityPoliciesCommand";
77
- import { ListServersCommandInput, ListServersCommandOutput } from "./commands/ListServersCommand";
78
- import {
79
- ListTagsForResourceCommandInput,
80
- ListTagsForResourceCommandOutput,
81
- } from "./commands/ListTagsForResourceCommand";
82
- import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
83
- import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
84
- import {
85
- SendWorkflowStepStateCommandInput,
86
- SendWorkflowStepStateCommandOutput,
87
- } from "./commands/SendWorkflowStepStateCommand";
88
- import { StartServerCommandInput, StartServerCommandOutput } from "./commands/StartServerCommand";
89
- import { StopServerCommandInput, StopServerCommandOutput } from "./commands/StopServerCommand";
90
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
91
- import {
92
- TestIdentityProviderCommandInput,
93
- TestIdentityProviderCommandOutput,
94
- } from "./commands/TestIdentityProviderCommand";
95
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
96
- import { UpdateAccessCommandInput, UpdateAccessCommandOutput } from "./commands/UpdateAccessCommand";
97
- import { UpdateServerCommandInput, UpdateServerCommandOutput } from "./commands/UpdateServerCommand";
98
- import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
99
- import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
100
-
101
- export type ServiceInputTypes =
102
- | CreateAccessCommandInput
103
- | CreateServerCommandInput
104
- | CreateUserCommandInput
105
- | CreateWorkflowCommandInput
106
- | DeleteAccessCommandInput
107
- | DeleteServerCommandInput
108
- | DeleteSshPublicKeyCommandInput
109
- | DeleteUserCommandInput
110
- | DeleteWorkflowCommandInput
111
- | DescribeAccessCommandInput
112
- | DescribeExecutionCommandInput
113
- | DescribeSecurityPolicyCommandInput
114
- | DescribeServerCommandInput
115
- | DescribeUserCommandInput
116
- | DescribeWorkflowCommandInput
117
- | ImportSshPublicKeyCommandInput
118
- | ListAccessesCommandInput
119
- | ListExecutionsCommandInput
120
- | ListSecurityPoliciesCommandInput
121
- | ListServersCommandInput
122
- | ListTagsForResourceCommandInput
123
- | ListUsersCommandInput
124
- | ListWorkflowsCommandInput
125
- | SendWorkflowStepStateCommandInput
126
- | StartServerCommandInput
127
- | StopServerCommandInput
128
- | TagResourceCommandInput
129
- | TestIdentityProviderCommandInput
130
- | UntagResourceCommandInput
131
- | UpdateAccessCommandInput
132
- | UpdateServerCommandInput
133
- | UpdateUserCommandInput;
134
-
135
- export type ServiceOutputTypes =
136
- | CreateAccessCommandOutput
137
- | CreateServerCommandOutput
138
- | CreateUserCommandOutput
139
- | CreateWorkflowCommandOutput
140
- | DeleteAccessCommandOutput
141
- | DeleteServerCommandOutput
142
- | DeleteSshPublicKeyCommandOutput
143
- | DeleteUserCommandOutput
144
- | DeleteWorkflowCommandOutput
145
- | DescribeAccessCommandOutput
146
- | DescribeExecutionCommandOutput
147
- | DescribeSecurityPolicyCommandOutput
148
- | DescribeServerCommandOutput
149
- | DescribeUserCommandOutput
150
- | DescribeWorkflowCommandOutput
151
- | ImportSshPublicKeyCommandOutput
152
- | ListAccessesCommandOutput
153
- | ListExecutionsCommandOutput
154
- | ListSecurityPoliciesCommandOutput
155
- | ListServersCommandOutput
156
- | ListTagsForResourceCommandOutput
157
- | ListUsersCommandOutput
158
- | ListWorkflowsCommandOutput
159
- | SendWorkflowStepStateCommandOutput
160
- | StartServerCommandOutput
161
- | StopServerCommandOutput
162
- | TagResourceCommandOutput
163
- | TestIdentityProviderCommandOutput
164
- | UntagResourceCommandOutput
165
- | UpdateAccessCommandOutput
166
- | UpdateServerCommandOutput
167
- | UpdateUserCommandOutput;
168
-
169
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
170
- /**
171
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
172
- */
173
- requestHandler?: __HttpHandler;
174
-
175
- /**
176
- * A constructor for a class implementing the {@link __Hash} interface
177
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
178
- * @internal
179
- */
180
- sha256?: __HashConstructor;
181
-
182
- /**
183
- * The function that will be used to convert strings into HTTP endpoints.
184
- * @internal
185
- */
186
- urlParser?: __UrlParser;
187
-
188
- /**
189
- * A function that can calculate the length of a request body.
190
- * @internal
191
- */
192
- bodyLengthChecker?: (body: any) => number | undefined;
193
-
194
- /**
195
- * A function that converts a stream into an array of bytes.
196
- * @internal
197
- */
198
- streamCollector?: __StreamCollector;
199
-
200
- /**
201
- * The function that will be used to convert a base64-encoded string to a byte array.
202
- * @internal
203
- */
204
- base64Decoder?: __Decoder;
205
-
206
- /**
207
- * The function that will be used to convert binary data to a base64-encoded string.
208
- * @internal
209
- */
210
- base64Encoder?: __Encoder;
211
-
212
- /**
213
- * The function that will be used to convert a UTF8-encoded string to a byte array.
214
- * @internal
215
- */
216
- utf8Decoder?: __Decoder;
217
-
218
- /**
219
- * The function that will be used to convert binary data to a UTF-8 encoded string.
220
- * @internal
221
- */
222
- utf8Encoder?: __Encoder;
223
-
224
- /**
225
- * The runtime environment.
226
- * @internal
227
- */
228
- runtime?: string;
229
-
230
- /**
231
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
232
- * trait of an operation.
233
- */
234
- disableHostPrefix?: boolean;
235
-
236
- /**
237
- * Value for how many times a request will be made at most in case of retry.
238
- */
239
- maxAttempts?: number | __Provider<number>;
240
-
241
- /**
242
- * Specifies which retry algorithm to use.
243
- */
244
- retryMode?: string | __Provider<string>;
245
-
246
- /**
247
- * Optional logger for logging debug/info/warn/error.
248
- */
249
- logger?: __Logger;
250
-
251
- /**
252
- * Unique service identifier.
253
- * @internal
254
- */
255
- serviceId?: string;
256
-
257
- /**
258
- * The AWS region to which this client will send requests
259
- */
260
- region?: string | __Provider<string>;
261
-
262
- /**
263
- * Default credentials provider; Not available in browser runtime.
264
- * @internal
265
- */
266
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
267
-
268
- /**
269
- * Fetch related hostname, signing name or signing region with given region.
270
- * @internal
271
- */
272
- regionInfoProvider?: RegionInfoProvider;
273
-
274
- /**
275
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
276
- * @internal
277
- */
278
- defaultUserAgentProvider?: Provider<__UserAgent>;
279
- }
280
-
281
- type TransferClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
282
- ClientDefaults &
283
- RegionInputConfig &
284
- EndpointsInputConfig &
285
- RetryInputConfig &
286
- HostHeaderInputConfig &
287
- AwsAuthInputConfig &
288
- UserAgentInputConfig;
289
- /**
290
- * The configuration interface of TransferClient class constructor that set the region, credentials and other options.
291
- */
292
- export interface TransferClientConfig extends TransferClientConfigType {}
293
-
294
- type TransferClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
295
- Required<ClientDefaults> &
296
- RegionResolvedConfig &
297
- EndpointsResolvedConfig &
298
- RetryResolvedConfig &
299
- HostHeaderResolvedConfig &
300
- AwsAuthResolvedConfig &
301
- UserAgentResolvedConfig;
302
- /**
303
- * The resolved configuration interface of TransferClient class. This is resolved and normalized from the {@link TransferClientConfig | constructor configuration interface}.
304
- */
305
- export interface TransferClientResolvedConfig extends TransferClientResolvedConfigType {}
306
-
307
- /**
308
- * <p>Amazon Web Services Transfer Family is a fully managed service that enables the transfer of files over the
309
- * File Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH)
310
- * File Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon
311
- * S3). Amazon Web Services helps you seamlessly migrate your file transfer workflows to Amazon Web Services Transfer Family by
312
- * integrating with existing authentication systems, and providing DNS routing with Amazon Route
313
- * 53 so nothing changes for your customers and partners, or their applications. With your data
314
- * in Amazon S3, you can use it with Amazon Web Services services for processing, analytics, machine learning,
315
- * and archiving. Getting started with Amazon Web Services Transfer Family is easy since there is no
316
- * infrastructure to buy and set up.</p>
317
- */
318
- export class TransferClient extends __Client<
319
- __HttpHandlerOptions,
320
- ServiceInputTypes,
321
- ServiceOutputTypes,
322
- TransferClientResolvedConfig
323
- > {
324
- /**
325
- * The resolved configuration of TransferClient class. This is resolved and normalized from the {@link TransferClientConfig | constructor configuration interface}.
326
- */
327
- readonly config: TransferClientResolvedConfig;
328
-
329
- constructor(configuration: TransferClientConfig) {
330
- const _config_0 = __getRuntimeConfig(configuration);
331
- const _config_1 = resolveRegionConfig(_config_0);
332
- const _config_2 = resolveEndpointsConfig(_config_1);
333
- const _config_3 = resolveRetryConfig(_config_2);
334
- const _config_4 = resolveHostHeaderConfig(_config_3);
335
- const _config_5 = resolveAwsAuthConfig(_config_4);
336
- const _config_6 = resolveUserAgentConfig(_config_5);
337
- super(_config_6);
338
- this.config = _config_6;
339
- this.middlewareStack.use(getRetryPlugin(this.config));
340
- this.middlewareStack.use(getContentLengthPlugin(this.config));
341
- this.middlewareStack.use(getHostHeaderPlugin(this.config));
342
- this.middlewareStack.use(getLoggerPlugin(this.config));
343
- this.middlewareStack.use(getAwsAuthPlugin(this.config));
344
- this.middlewareStack.use(getUserAgentPlugin(this.config));
345
- }
346
-
347
- /**
348
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
349
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
350
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
351
- */
352
- destroy(): void {
353
- super.destroy();
354
- }
355
- }
@@ -1,100 +0,0 @@
1
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import {
5
- FinalizeHandlerArguments,
6
- Handler,
7
- HandlerExecutionContext,
8
- HttpHandlerOptions as __HttpHandlerOptions,
9
- MetadataBearer as __MetadataBearer,
10
- MiddlewareStack,
11
- SerdeContext as __SerdeContext,
12
- } from "@aws-sdk/types";
13
-
14
- import { CreateAccessRequest, CreateAccessResponse } from "../models/models_0";
15
- import {
16
- deserializeAws_json1_1CreateAccessCommand,
17
- serializeAws_json1_1CreateAccessCommand,
18
- } from "../protocols/Aws_json1_1";
19
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
20
-
21
- export interface CreateAccessCommandInput extends CreateAccessRequest {}
22
- export interface CreateAccessCommandOutput extends CreateAccessResponse, __MetadataBearer {}
23
-
24
- /**
25
- * <p>Used by administrators to choose which groups in the directory should have access to
26
- * upload and download files over the enabled protocols using Amazon Web Services Transfer Family. For example, a
27
- * Microsoft Active Directory might contain 50,000 users, but only a small fraction might need
28
- * the ability to transfer files to the server. An administrator can use
29
- * <code>CreateAccess</code> to limit the access to the correct set of users who need this
30
- * ability.</p>
31
- * @example
32
- * Use a bare-bones client and the command you need to make an API call.
33
- * ```javascript
34
- * import { TransferClient, CreateAccessCommand } from "@aws-sdk/client-transfer"; // ES Modules import
35
- * // const { TransferClient, CreateAccessCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
36
- * const client = new TransferClient(config);
37
- * const command = new CreateAccessCommand(input);
38
- * const response = await client.send(command);
39
- * ```
40
- *
41
- * @see {@link CreateAccessCommandInput} for command's `input` shape.
42
- * @see {@link CreateAccessCommandOutput} for command's `response` shape.
43
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
44
- *
45
- */
46
- export class CreateAccessCommand extends $Command<
47
- CreateAccessCommandInput,
48
- CreateAccessCommandOutput,
49
- TransferClientResolvedConfig
50
- > {
51
- // Start section: command_properties
52
- // End section: command_properties
53
-
54
- constructor(readonly input: CreateAccessCommandInput) {
55
- // Start section: command_constructor
56
- super();
57
- // End section: command_constructor
58
- }
59
-
60
- /**
61
- * @internal
62
- */
63
- resolveMiddleware(
64
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
65
- configuration: TransferClientResolvedConfig,
66
- options?: __HttpHandlerOptions
67
- ): Handler<CreateAccessCommandInput, CreateAccessCommandOutput> {
68
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
69
-
70
- const stack = clientStack.concat(this.middlewareStack);
71
-
72
- const { logger } = configuration;
73
- const clientName = "TransferClient";
74
- const commandName = "CreateAccessCommand";
75
- const handlerExecutionContext: HandlerExecutionContext = {
76
- logger,
77
- clientName,
78
- commandName,
79
- inputFilterSensitiveLog: CreateAccessRequest.filterSensitiveLog,
80
- outputFilterSensitiveLog: CreateAccessResponse.filterSensitiveLog,
81
- };
82
- const { requestHandler } = configuration;
83
- return stack.resolve(
84
- (request: FinalizeHandlerArguments<any>) =>
85
- requestHandler.handle(request.request as __HttpRequest, options || {}),
86
- handlerExecutionContext
87
- );
88
- }
89
-
90
- private serialize(input: CreateAccessCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
91
- return serializeAws_json1_1CreateAccessCommand(input, context);
92
- }
93
-
94
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateAccessCommandOutput> {
95
- return deserializeAws_json1_1CreateAccessCommand(output, context);
96
- }
97
-
98
- // Start section: command_body_extra
99
- // End section: command_body_extra
100
- }
@@ -1,98 +0,0 @@
1
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import {
5
- FinalizeHandlerArguments,
6
- Handler,
7
- HandlerExecutionContext,
8
- HttpHandlerOptions as __HttpHandlerOptions,
9
- MetadataBearer as __MetadataBearer,
10
- MiddlewareStack,
11
- SerdeContext as __SerdeContext,
12
- } from "@aws-sdk/types";
13
-
14
- import { CreateServerRequest, CreateServerResponse } from "../models/models_0";
15
- import {
16
- deserializeAws_json1_1CreateServerCommand,
17
- serializeAws_json1_1CreateServerCommand,
18
- } from "../protocols/Aws_json1_1";
19
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
20
-
21
- export interface CreateServerCommandInput extends CreateServerRequest {}
22
- export interface CreateServerCommandOutput extends CreateServerResponse, __MetadataBearer {}
23
-
24
- /**
25
- * <p>Instantiates an auto-scaling virtual server based on the selected file transfer protocol
26
- * in Amazon Web Services. When you make updates to your file transfer protocol-enabled server or when you work
27
- * with users, use the service-generated <code>ServerId</code> property that is assigned to the
28
- * newly created server.</p>
29
- * @example
30
- * Use a bare-bones client and the command you need to make an API call.
31
- * ```javascript
32
- * import { TransferClient, CreateServerCommand } from "@aws-sdk/client-transfer"; // ES Modules import
33
- * // const { TransferClient, CreateServerCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
34
- * const client = new TransferClient(config);
35
- * const command = new CreateServerCommand(input);
36
- * const response = await client.send(command);
37
- * ```
38
- *
39
- * @see {@link CreateServerCommandInput} for command's `input` shape.
40
- * @see {@link CreateServerCommandOutput} for command's `response` shape.
41
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
42
- *
43
- */
44
- export class CreateServerCommand extends $Command<
45
- CreateServerCommandInput,
46
- CreateServerCommandOutput,
47
- TransferClientResolvedConfig
48
- > {
49
- // Start section: command_properties
50
- // End section: command_properties
51
-
52
- constructor(readonly input: CreateServerCommandInput) {
53
- // Start section: command_constructor
54
- super();
55
- // End section: command_constructor
56
- }
57
-
58
- /**
59
- * @internal
60
- */
61
- resolveMiddleware(
62
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
63
- configuration: TransferClientResolvedConfig,
64
- options?: __HttpHandlerOptions
65
- ): Handler<CreateServerCommandInput, CreateServerCommandOutput> {
66
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
67
-
68
- const stack = clientStack.concat(this.middlewareStack);
69
-
70
- const { logger } = configuration;
71
- const clientName = "TransferClient";
72
- const commandName = "CreateServerCommand";
73
- const handlerExecutionContext: HandlerExecutionContext = {
74
- logger,
75
- clientName,
76
- commandName,
77
- inputFilterSensitiveLog: CreateServerRequest.filterSensitiveLog,
78
- outputFilterSensitiveLog: CreateServerResponse.filterSensitiveLog,
79
- };
80
- const { requestHandler } = configuration;
81
- return stack.resolve(
82
- (request: FinalizeHandlerArguments<any>) =>
83
- requestHandler.handle(request.request as __HttpRequest, options || {}),
84
- handlerExecutionContext
85
- );
86
- }
87
-
88
- private serialize(input: CreateServerCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
89
- return serializeAws_json1_1CreateServerCommand(input, context);
90
- }
91
-
92
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateServerCommandOutput> {
93
- return deserializeAws_json1_1CreateServerCommand(output, context);
94
- }
95
-
96
- // Start section: command_body_extra
97
- // End section: command_body_extra
98
- }
@@ -1,101 +0,0 @@
1
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import {
5
- FinalizeHandlerArguments,
6
- Handler,
7
- HandlerExecutionContext,
8
- HttpHandlerOptions as __HttpHandlerOptions,
9
- MetadataBearer as __MetadataBearer,
10
- MiddlewareStack,
11
- SerdeContext as __SerdeContext,
12
- } from "@aws-sdk/types";
13
-
14
- import { CreateUserRequest, CreateUserResponse } from "../models/models_0";
15
- import {
16
- deserializeAws_json1_1CreateUserCommand,
17
- serializeAws_json1_1CreateUserCommand,
18
- } from "../protocols/Aws_json1_1";
19
- import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
20
-
21
- export interface CreateUserCommandInput extends CreateUserRequest {}
22
- export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataBearer {}
23
-
24
- /**
25
- * <p>Creates a user and associates them with an existing file transfer protocol-enabled server.
26
- * You can only create and associate users with servers that have the
27
- * <code>IdentityProviderType</code> set to <code>SERVICE_MANAGED</code>. Using parameters for
28
- * <code>CreateUser</code>, you can specify the user name, set the home directory, store the
29
- * user's public key, and assign the user's Amazon Web Services Identity and Access Management (IAM)
30
- * role. You can also optionally add a session policy, and assign metadata with tags that can
31
- * be used to group and search for users.</p>
32
- * @example
33
- * Use a bare-bones client and the command you need to make an API call.
34
- * ```javascript
35
- * import { TransferClient, CreateUserCommand } from "@aws-sdk/client-transfer"; // ES Modules import
36
- * // const { TransferClient, CreateUserCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
37
- * const client = new TransferClient(config);
38
- * const command = new CreateUserCommand(input);
39
- * const response = await client.send(command);
40
- * ```
41
- *
42
- * @see {@link CreateUserCommandInput} for command's `input` shape.
43
- * @see {@link CreateUserCommandOutput} for command's `response` shape.
44
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
45
- *
46
- */
47
- export class CreateUserCommand extends $Command<
48
- CreateUserCommandInput,
49
- CreateUserCommandOutput,
50
- TransferClientResolvedConfig
51
- > {
52
- // Start section: command_properties
53
- // End section: command_properties
54
-
55
- constructor(readonly input: CreateUserCommandInput) {
56
- // Start section: command_constructor
57
- super();
58
- // End section: command_constructor
59
- }
60
-
61
- /**
62
- * @internal
63
- */
64
- resolveMiddleware(
65
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
66
- configuration: TransferClientResolvedConfig,
67
- options?: __HttpHandlerOptions
68
- ): Handler<CreateUserCommandInput, CreateUserCommandOutput> {
69
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
70
-
71
- const stack = clientStack.concat(this.middlewareStack);
72
-
73
- const { logger } = configuration;
74
- const clientName = "TransferClient";
75
- const commandName = "CreateUserCommand";
76
- const handlerExecutionContext: HandlerExecutionContext = {
77
- logger,
78
- clientName,
79
- commandName,
80
- inputFilterSensitiveLog: CreateUserRequest.filterSensitiveLog,
81
- outputFilterSensitiveLog: CreateUserResponse.filterSensitiveLog,
82
- };
83
- const { requestHandler } = configuration;
84
- return stack.resolve(
85
- (request: FinalizeHandlerArguments<any>) =>
86
- requestHandler.handle(request.request as __HttpRequest, options || {}),
87
- handlerExecutionContext
88
- );
89
- }
90
-
91
- private serialize(input: CreateUserCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
92
- return serializeAws_json1_1CreateUserCommand(input, context);
93
- }
94
-
95
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateUserCommandOutput> {
96
- return deserializeAws_json1_1CreateUserCommand(output, context);
97
- }
98
-
99
- // Start section: command_body_extra
100
- // End section: command_body_extra
101
- }