@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
@@ -32,339 +32,133 @@ import { UpdateAccessCommandInput, UpdateAccessCommandOutput } from "./commands/
32
32
  import { UpdateServerCommandInput, UpdateServerCommandOutput } from "./commands/UpdateServerCommand";
33
33
  import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
34
34
  import { TransferClient } from "./TransferClient";
35
- /**
36
- * <p>Amazon Web Services Transfer Family is a fully managed service that enables the transfer of files over the
37
- * File Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH)
38
- * File Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon
39
- * S3). Amazon Web Services helps you seamlessly migrate your file transfer workflows to Amazon Web Services Transfer Family by
40
- * integrating with existing authentication systems, and providing DNS routing with Amazon Route
41
- * 53 so nothing changes for your customers and partners, or their applications. With your data
42
- * in Amazon S3, you can use it with Amazon Web Services services for processing, analytics, machine learning,
43
- * and archiving. Getting started with Amazon Web Services Transfer Family is easy since there is no
44
- * infrastructure to buy and set up.</p>
45
- */
35
+
46
36
  export declare class Transfer extends TransferClient {
47
- /**
48
- * <p>Used by administrators to choose which groups in the directory should have access to
49
- * upload and download files over the enabled protocols using Amazon Web Services Transfer Family. For example, a
50
- * Microsoft Active Directory might contain 50,000 users, but only a small fraction might need
51
- * the ability to transfer files to the server. An administrator can use
52
- * <code>CreateAccess</code> to limit the access to the correct set of users who need this
53
- * ability.</p>
54
- */
37
+
55
38
  createAccess(args: CreateAccessCommandInput, options?: __HttpHandlerOptions): Promise<CreateAccessCommandOutput>;
56
39
  createAccess(args: CreateAccessCommandInput, cb: (err: any, data?: CreateAccessCommandOutput) => void): void;
57
40
  createAccess(args: CreateAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccessCommandOutput) => void): void;
58
- /**
59
- * <p>Instantiates an auto-scaling virtual server based on the selected file transfer protocol
60
- * in Amazon Web Services. When you make updates to your file transfer protocol-enabled server or when you work
61
- * with users, use the service-generated <code>ServerId</code> property that is assigned to the
62
- * newly created server.</p>
63
- */
41
+
64
42
  createServer(args: CreateServerCommandInput, options?: __HttpHandlerOptions): Promise<CreateServerCommandOutput>;
65
43
  createServer(args: CreateServerCommandInput, cb: (err: any, data?: CreateServerCommandOutput) => void): void;
66
44
  createServer(args: CreateServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServerCommandOutput) => void): void;
67
- /**
68
- * <p>Creates a user and associates them with an existing file transfer protocol-enabled server.
69
- * You can only create and associate users with servers that have the
70
- * <code>IdentityProviderType</code> set to <code>SERVICE_MANAGED</code>. Using parameters for
71
- * <code>CreateUser</code>, you can specify the user name, set the home directory, store the
72
- * user's public key, and assign the user's Amazon Web Services Identity and Access Management (IAM)
73
- * role. You can also optionally add a session policy, and assign metadata with tags that can
74
- * be used to group and search for users.</p>
75
- */
45
+
76
46
  createUser(args: CreateUserCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserCommandOutput>;
77
47
  createUser(args: CreateUserCommandInput, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
78
48
  createUser(args: CreateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
79
- /**
80
- * <p>
81
- * Allows you to create a workflow with specified steps and step details the workflow invokes after file transfer completes.
82
- * After creating a workflow, you can associate the workflow created with any transfer servers by specifying the <code>workflow-details</code> field in <code>CreateServer</code> and <code>UpdateServer</code> operations.
83
- * </p>
84
- */
49
+
85
50
  createWorkflow(args: CreateWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkflowCommandOutput>;
86
51
  createWorkflow(args: CreateWorkflowCommandInput, cb: (err: any, data?: CreateWorkflowCommandOutput) => void): void;
87
52
  createWorkflow(args: CreateWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkflowCommandOutput) => void): void;
88
- /**
89
- * <p>Allows you to delete the access specified in the <code>ServerID</code> and
90
- * <code>ExternalID</code> parameters.</p>
91
- */
53
+
92
54
  deleteAccess(args: DeleteAccessCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccessCommandOutput>;
93
55
  deleteAccess(args: DeleteAccessCommandInput, cb: (err: any, data?: DeleteAccessCommandOutput) => void): void;
94
56
  deleteAccess(args: DeleteAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccessCommandOutput) => void): void;
95
- /**
96
- * <p>Deletes the file transfer protocol-enabled server that you specify.</p>
97
- *
98
- * <p>No response returns from this operation.</p>
99
- */
57
+
100
58
  deleteServer(args: DeleteServerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteServerCommandOutput>;
101
59
  deleteServer(args: DeleteServerCommandInput, cb: (err: any, data?: DeleteServerCommandOutput) => void): void;
102
60
  deleteServer(args: DeleteServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServerCommandOutput) => void): void;
103
- /**
104
- * <p>Deletes a user's Secure Shell (SSH) public key.</p>
105
- */
61
+
106
62
  deleteSshPublicKey(args: DeleteSshPublicKeyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSshPublicKeyCommandOutput>;
107
63
  deleteSshPublicKey(args: DeleteSshPublicKeyCommandInput, cb: (err: any, data?: DeleteSshPublicKeyCommandOutput) => void): void;
108
64
  deleteSshPublicKey(args: DeleteSshPublicKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSshPublicKeyCommandOutput) => void): void;
109
- /**
110
- * <p>Deletes the user belonging to a file transfer protocol-enabled server you specify.</p>
111
- *
112
- * <p>No response returns from this operation.</p>
113
- *
114
- * <note>
115
- * <p>When you delete a user from a server, the user's information is lost.</p>
116
- * </note>
117
- */
65
+
118
66
  deleteUser(args: DeleteUserCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserCommandOutput>;
119
67
  deleteUser(args: DeleteUserCommandInput, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
120
68
  deleteUser(args: DeleteUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
121
- /**
122
- * <p>Deletes the specified workflow.</p>
123
- */
69
+
124
70
  deleteWorkflow(args: DeleteWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkflowCommandOutput>;
125
71
  deleteWorkflow(args: DeleteWorkflowCommandInput, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
126
72
  deleteWorkflow(args: DeleteWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
127
- /**
128
- * <p>Describes the access that is assigned to the specific file transfer protocol-enabled
129
- * server, as identified by its <code>ServerId</code> property and its
130
- * <code>ExternalID</code>.</p>
131
- *
132
- * <p>The response from this call returns the properties of the access that is associated with
133
- * the <code>ServerId</code> value that was specified.</p>
134
- */
73
+
135
74
  describeAccess(args: DescribeAccessCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccessCommandOutput>;
136
75
  describeAccess(args: DescribeAccessCommandInput, cb: (err: any, data?: DescribeAccessCommandOutput) => void): void;
137
76
  describeAccess(args: DescribeAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccessCommandOutput) => void): void;
138
- /**
139
- * <p>You can use <code>DescribeExecution</code> to check the details of the execution of the specified workflow.</p>
140
- */
77
+
141
78
  describeExecution(args: DescribeExecutionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExecutionCommandOutput>;
142
79
  describeExecution(args: DescribeExecutionCommandInput, cb: (err: any, data?: DescribeExecutionCommandOutput) => void): void;
143
80
  describeExecution(args: DescribeExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExecutionCommandOutput) => void): void;
144
- /**
145
- * <p>Describes the security policy that is attached to your file transfer protocol-enabled
146
- * server. The response contains a description of the security policy's properties. For more
147
- * information about security policies, see <a href="https://docs.aws.amazon.com/transfer/latest/userguide/security-policies.html">Working with security
148
- * policies</a>.</p>
149
- */
81
+
150
82
  describeSecurityPolicy(args: DescribeSecurityPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSecurityPolicyCommandOutput>;
151
83
  describeSecurityPolicy(args: DescribeSecurityPolicyCommandInput, cb: (err: any, data?: DescribeSecurityPolicyCommandOutput) => void): void;
152
84
  describeSecurityPolicy(args: DescribeSecurityPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSecurityPolicyCommandOutput) => void): void;
153
- /**
154
- * <p>Describes a file transfer protocol-enabled server that you specify by passing the
155
- * <code>ServerId</code> parameter.</p>
156
- *
157
- * <p>The response contains a description of a server's properties. When you set
158
- * <code>EndpointType</code> to VPC, the response will contain the
159
- * <code>EndpointDetails</code>.</p>
160
- */
85
+
161
86
  describeServer(args: DescribeServerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeServerCommandOutput>;
162
87
  describeServer(args: DescribeServerCommandInput, cb: (err: any, data?: DescribeServerCommandOutput) => void): void;
163
88
  describeServer(args: DescribeServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeServerCommandOutput) => void): void;
164
- /**
165
- * <p>Describes the user assigned to the specific file transfer protocol-enabled server, as
166
- * identified by its <code>ServerId</code> property.</p>
167
- *
168
- * <p>The response from this call returns the properties of the user associated with the
169
- * <code>ServerId</code> value that was specified.</p>
170
- */
89
+
171
90
  describeUser(args: DescribeUserCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserCommandOutput>;
172
91
  describeUser(args: DescribeUserCommandInput, cb: (err: any, data?: DescribeUserCommandOutput) => void): void;
173
92
  describeUser(args: DescribeUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserCommandOutput) => void): void;
174
- /**
175
- * <p>Describes the specified workflow.</p>
176
- */
93
+
177
94
  describeWorkflow(args: DescribeWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkflowCommandOutput>;
178
95
  describeWorkflow(args: DescribeWorkflowCommandInput, cb: (err: any, data?: DescribeWorkflowCommandOutput) => void): void;
179
96
  describeWorkflow(args: DescribeWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkflowCommandOutput) => void): void;
180
- /**
181
- * <p>Adds a Secure Shell (SSH) public key to a user account identified by a
182
- * <code>UserName</code> value assigned to the specific file transfer protocol-enabled server,
183
- * identified by <code>ServerId</code>.</p>
184
- *
185
- * <p>The response returns the <code>UserName</code> value, the <code>ServerId</code> value, and
186
- * the name of the <code>SshPublicKeyId</code>.</p>
187
- */
97
+
188
98
  importSshPublicKey(args: ImportSshPublicKeyCommandInput, options?: __HttpHandlerOptions): Promise<ImportSshPublicKeyCommandOutput>;
189
99
  importSshPublicKey(args: ImportSshPublicKeyCommandInput, cb: (err: any, data?: ImportSshPublicKeyCommandOutput) => void): void;
190
100
  importSshPublicKey(args: ImportSshPublicKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportSshPublicKeyCommandOutput) => void): void;
191
- /**
192
- * <p>Lists the details for all the accesses you have on your server.</p>
193
- */
101
+
194
102
  listAccesses(args: ListAccessesCommandInput, options?: __HttpHandlerOptions): Promise<ListAccessesCommandOutput>;
195
103
  listAccesses(args: ListAccessesCommandInput, cb: (err: any, data?: ListAccessesCommandOutput) => void): void;
196
104
  listAccesses(args: ListAccessesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccessesCommandOutput) => void): void;
197
- /**
198
- * <p>Lists all executions for the specified workflow.</p>
199
- */
105
+
200
106
  listExecutions(args: ListExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListExecutionsCommandOutput>;
201
107
  listExecutions(args: ListExecutionsCommandInput, cb: (err: any, data?: ListExecutionsCommandOutput) => void): void;
202
108
  listExecutions(args: ListExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExecutionsCommandOutput) => void): void;
203
- /**
204
- * <p>Lists the security policies that are attached to your file transfer protocol-enabled
205
- * servers.</p>
206
- */
109
+
207
110
  listSecurityPolicies(args: ListSecurityPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListSecurityPoliciesCommandOutput>;
208
111
  listSecurityPolicies(args: ListSecurityPoliciesCommandInput, cb: (err: any, data?: ListSecurityPoliciesCommandOutput) => void): void;
209
112
  listSecurityPolicies(args: ListSecurityPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityPoliciesCommandOutput) => void): void;
210
- /**
211
- * <p>Lists the file transfer protocol-enabled servers that are associated with your Amazon Web Services
212
- * account.</p>
213
- */
113
+
214
114
  listServers(args: ListServersCommandInput, options?: __HttpHandlerOptions): Promise<ListServersCommandOutput>;
215
115
  listServers(args: ListServersCommandInput, cb: (err: any, data?: ListServersCommandOutput) => void): void;
216
116
  listServers(args: ListServersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServersCommandOutput) => void): void;
217
- /**
218
- * <p>Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify. The
219
- * resource can be a user, server, or role.</p>
220
- */
117
+
221
118
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
222
119
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
223
120
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
224
- /**
225
- * <p>Lists the users for a file transfer protocol-enabled server that you specify by passing
226
- * the <code>ServerId</code> parameter.</p>
227
- */
121
+
228
122
  listUsers(args: ListUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersCommandOutput>;
229
123
  listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
230
124
  listUsers(args: ListUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
231
- /**
232
- * <p>Lists all of your workflows.</p>
233
- */
125
+
234
126
  listWorkflows(args: ListWorkflowsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkflowsCommandOutput>;
235
127
  listWorkflows(args: ListWorkflowsCommandInput, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
236
128
  listWorkflows(args: ListWorkflowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
237
- /**
238
- * <p>Sends a callback for asynchronous custom steps.</p>
239
- * <p>
240
- * The <code>ExecutionId</code>, <code>WorkflowId</code>, and <code>Token</code> are passed to the target resource during execution of a custom step of a workflow.
241
- * You must include those with their callback as well as providing a status.
242
- * </p>
243
- */
129
+
244
130
  sendWorkflowStepState(args: SendWorkflowStepStateCommandInput, options?: __HttpHandlerOptions): Promise<SendWorkflowStepStateCommandOutput>;
245
131
  sendWorkflowStepState(args: SendWorkflowStepStateCommandInput, cb: (err: any, data?: SendWorkflowStepStateCommandOutput) => void): void;
246
132
  sendWorkflowStepState(args: SendWorkflowStepStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendWorkflowStepStateCommandOutput) => void): void;
247
- /**
248
- * <p>Changes the state of a file transfer protocol-enabled server from <code>OFFLINE</code> to
249
- * <code>ONLINE</code>. It has no impact on a server that is already <code>ONLINE</code>. An
250
- * <code>ONLINE</code> server can accept and process file transfer jobs.</p>
251
- *
252
- * <p>The state of <code>STARTING</code> indicates that the server is in an intermediate state,
253
- * either not fully able to respond, or not fully online. The values of <code>START_FAILED</code>
254
- * can indicate an error condition.</p>
255
- *
256
- * <p>No response is returned from this call.</p>
257
- */
133
+
258
134
  startServer(args: StartServerCommandInput, options?: __HttpHandlerOptions): Promise<StartServerCommandOutput>;
259
135
  startServer(args: StartServerCommandInput, cb: (err: any, data?: StartServerCommandOutput) => void): void;
260
136
  startServer(args: StartServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartServerCommandOutput) => void): void;
261
- /**
262
- * <p>Changes the state of a file transfer protocol-enabled server from <code>ONLINE</code> to
263
- * <code>OFFLINE</code>. An <code>OFFLINE</code> server cannot accept and process file transfer
264
- * jobs. Information tied to your server, such as server and user properties, are not affected by
265
- * stopping your server.</p>
266
- *
267
- * <note>
268
- * <p>Stopping the server will not reduce or impact your file transfer protocol endpoint
269
- * billing; you must delete the server to stop being billed.</p>
270
- * </note>
271
- *
272
- * <p>The state of <code>STOPPING</code> indicates that the server is in an intermediate state,
273
- * either not fully able to respond, or not fully offline. The values of <code>STOP_FAILED</code>
274
- * can indicate an error condition.</p>
275
- *
276
- * <p>No response is returned from this call.</p>
277
- */
137
+
278
138
  stopServer(args: StopServerCommandInput, options?: __HttpHandlerOptions): Promise<StopServerCommandOutput>;
279
139
  stopServer(args: StopServerCommandInput, cb: (err: any, data?: StopServerCommandOutput) => void): void;
280
140
  stopServer(args: StopServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopServerCommandOutput) => void): void;
281
- /**
282
- * <p>Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN).
283
- * Resources are users, servers, roles, and other entities.</p>
284
- *
285
- * <p>There is no response returned from this call.</p>
286
- */
141
+
287
142
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
288
143
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
289
144
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
290
- /**
291
- * <p>If the <code>IdentityProviderType</code> of a file transfer protocol-enabled server is
292
- * <code>AWS_DIRECTORY_SERVICE</code> or <code>API_Gateway</code>, tests whether your identity
293
- * provider is set up successfully. We highly recommend that you call this operation to test your
294
- * authentication method as soon as you create your server. By doing so, you can troubleshoot
295
- * issues with the identity provider integration to ensure that your users can successfully use
296
- * the service.</p>
297
- * <p>
298
- * The <code>ServerId</code> and <code>UserName</code> parameters are required. The <code>ServerProtocol</code>, <code>SourceIp</code>, and <code>UserPassword</code> are all optional.
299
- * </p>
300
- * <note>
301
- * <p>
302
- * You cannot use <code>TestIdentityProvider</code> if the <code>IdentityProviderType</code> of your server is <code>SERVICE_MANAGED</code>.
303
- * </p>
304
- * </note>
305
- * <ul>
306
- * <li>
307
- * <p>
308
- * If you provide any incorrect values for any parameters, the <code>Response</code> field is empty.
309
- * </p>
310
- * </li>
311
- * <li>
312
- * <p>
313
- * If you provide a server ID for a server that uses service-managed users, you get an error:
314
- * </p>
315
- * <p>
316
- * <code>
317
- * An error occurred (InvalidRequestException) when calling the TestIdentityProvider operation: s-<i>server-ID</i> not configured for external auth
318
- * </code>
319
- * </p>
320
- * </li>
321
- * <li>
322
- * <p>
323
- * If you enter a Server ID for the <code>--server-id</code> parameter that does not identify an actual Transfer server, you receive the following error:
324
- * </p>
325
- * <p>
326
- * <code>An error occurred (ResourceNotFoundException) when calling the TestIdentityProvider operation: Unknown server</code>
327
- * </p>
328
- * </li>
329
- * </ul>
330
- */
145
+
331
146
  testIdentityProvider(args: TestIdentityProviderCommandInput, options?: __HttpHandlerOptions): Promise<TestIdentityProviderCommandOutput>;
332
147
  testIdentityProvider(args: TestIdentityProviderCommandInput, cb: (err: any, data?: TestIdentityProviderCommandOutput) => void): void;
333
148
  testIdentityProvider(args: TestIdentityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestIdentityProviderCommandOutput) => void): void;
334
- /**
335
- * <p>Detaches a key-value pair from a resource, as identified by its Amazon Resource Name
336
- * (ARN). Resources are users, servers, roles, and other entities.</p>
337
- *
338
- * <p>No response is returned from this call.</p>
339
- */
149
+
340
150
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
341
151
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
342
152
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
343
- /**
344
- * <p>Allows you to update parameters for the access specified in the <code>ServerID</code> and
345
- * <code>ExternalID</code> parameters.</p>
346
- */
153
+
347
154
  updateAccess(args: UpdateAccessCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccessCommandOutput>;
348
155
  updateAccess(args: UpdateAccessCommandInput, cb: (err: any, data?: UpdateAccessCommandOutput) => void): void;
349
156
  updateAccess(args: UpdateAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccessCommandOutput) => void): void;
350
- /**
351
- * <p>Updates the file transfer protocol-enabled server's properties after that server has
352
- * been created.</p>
353
- *
354
- * <p>The <code>UpdateServer</code> call returns the <code>ServerId</code> of the server you
355
- * updated.</p>
356
- */
157
+
357
158
  updateServer(args: UpdateServerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServerCommandOutput>;
358
159
  updateServer(args: UpdateServerCommandInput, cb: (err: any, data?: UpdateServerCommandOutput) => void): void;
359
160
  updateServer(args: UpdateServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServerCommandOutput) => void): void;
360
- /**
361
- * <p>Assigns new properties to a user. Parameters you pass modify any or all of the following:
362
- * the home directory, role, and policy for the <code>UserName</code> and <code>ServerId</code>
363
- * you specify.</p>
364
- *
365
- * <p>The response returns the <code>ServerId</code> and the <code>UserName</code> for the
366
- * updated user.</p>
367
- */
161
+
368
162
  updateUser(args: UpdateUserCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserCommandOutput>;
369
163
  updateUser(args: UpdateUserCommandInput, cb: (err: any, data?: UpdateUserCommandOutput) => void): void;
370
164
  updateUser(args: UpdateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserCommandOutput) => void): void;
@@ -41,132 +41,59 @@ import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/Upda
41
41
  export declare type ServiceInputTypes = CreateAccessCommandInput | CreateServerCommandInput | CreateUserCommandInput | CreateWorkflowCommandInput | DeleteAccessCommandInput | DeleteServerCommandInput | DeleteSshPublicKeyCommandInput | DeleteUserCommandInput | DeleteWorkflowCommandInput | DescribeAccessCommandInput | DescribeExecutionCommandInput | DescribeSecurityPolicyCommandInput | DescribeServerCommandInput | DescribeUserCommandInput | DescribeWorkflowCommandInput | ImportSshPublicKeyCommandInput | ListAccessesCommandInput | ListExecutionsCommandInput | ListSecurityPoliciesCommandInput | ListServersCommandInput | ListTagsForResourceCommandInput | ListUsersCommandInput | ListWorkflowsCommandInput | SendWorkflowStepStateCommandInput | StartServerCommandInput | StopServerCommandInput | TagResourceCommandInput | TestIdentityProviderCommandInput | UntagResourceCommandInput | UpdateAccessCommandInput | UpdateServerCommandInput | UpdateUserCommandInput;
42
42
  export declare type ServiceOutputTypes = CreateAccessCommandOutput | CreateServerCommandOutput | CreateUserCommandOutput | CreateWorkflowCommandOutput | DeleteAccessCommandOutput | DeleteServerCommandOutput | DeleteSshPublicKeyCommandOutput | DeleteUserCommandOutput | DeleteWorkflowCommandOutput | DescribeAccessCommandOutput | DescribeExecutionCommandOutput | DescribeSecurityPolicyCommandOutput | DescribeServerCommandOutput | DescribeUserCommandOutput | DescribeWorkflowCommandOutput | ImportSshPublicKeyCommandOutput | ListAccessesCommandOutput | ListExecutionsCommandOutput | ListSecurityPoliciesCommandOutput | ListServersCommandOutput | ListTagsForResourceCommandOutput | ListUsersCommandOutput | ListWorkflowsCommandOutput | SendWorkflowStepStateCommandOutput | StartServerCommandOutput | StopServerCommandOutput | TagResourceCommandOutput | TestIdentityProviderCommandOutput | UntagResourceCommandOutput | UpdateAccessCommandOutput | UpdateServerCommandOutput | UpdateUserCommandOutput;
43
43
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
44
- /**
45
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
46
- */
44
+
47
45
  requestHandler?: __HttpHandler;
48
- /**
49
- * A constructor for a class implementing the {@link __Hash} interface
50
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
51
- * @internal
52
- */
46
+
53
47
  sha256?: __HashConstructor;
54
- /**
55
- * The function that will be used to convert strings into HTTP endpoints.
56
- * @internal
57
- */
48
+
58
49
  urlParser?: __UrlParser;
59
- /**
60
- * A function that can calculate the length of a request body.
61
- * @internal
62
- */
50
+
63
51
  bodyLengthChecker?: (body: any) => number | undefined;
64
- /**
65
- * A function that converts a stream into an array of bytes.
66
- * @internal
67
- */
52
+
68
53
  streamCollector?: __StreamCollector;
69
- /**
70
- * The function that will be used to convert a base64-encoded string to a byte array.
71
- * @internal
72
- */
54
+
73
55
  base64Decoder?: __Decoder;
74
- /**
75
- * The function that will be used to convert binary data to a base64-encoded string.
76
- * @internal
77
- */
56
+
78
57
  base64Encoder?: __Encoder;
79
- /**
80
- * The function that will be used to convert a UTF8-encoded string to a byte array.
81
- * @internal
82
- */
58
+
83
59
  utf8Decoder?: __Decoder;
84
- /**
85
- * The function that will be used to convert binary data to a UTF-8 encoded string.
86
- * @internal
87
- */
60
+
88
61
  utf8Encoder?: __Encoder;
89
- /**
90
- * The runtime environment.
91
- * @internal
92
- */
62
+
93
63
  runtime?: string;
94
- /**
95
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
96
- * trait of an operation.
97
- */
64
+
98
65
  disableHostPrefix?: boolean;
99
- /**
100
- * Value for how many times a request will be made at most in case of retry.
101
- */
66
+
102
67
  maxAttempts?: number | __Provider<number>;
103
- /**
104
- * Specifies which retry algorithm to use.
105
- */
68
+
106
69
  retryMode?: string | __Provider<string>;
107
- /**
108
- * Optional logger for logging debug/info/warn/error.
109
- */
70
+
110
71
  logger?: __Logger;
111
- /**
112
- * Unique service identifier.
113
- * @internal
114
- */
72
+
115
73
  serviceId?: string;
116
- /**
117
- * The AWS region to which this client will send requests
118
- */
74
+
119
75
  region?: string | __Provider<string>;
120
- /**
121
- * Default credentials provider; Not available in browser runtime.
122
- * @internal
123
- */
76
+
124
77
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
125
- /**
126
- * Fetch related hostname, signing name or signing region with given region.
127
- * @internal
128
- */
78
+
129
79
  regionInfoProvider?: RegionInfoProvider;
130
- /**
131
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
132
- * @internal
133
- */
80
+
134
81
  defaultUserAgentProvider?: Provider<__UserAgent>;
135
82
  }
136
83
  declare type TransferClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
137
- /**
138
- * The configuration interface of TransferClient class constructor that set the region, credentials and other options.
139
- */
84
+
140
85
  export interface TransferClientConfig extends TransferClientConfigType {
141
86
  }
142
87
  declare type TransferClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
143
- /**
144
- * The resolved configuration interface of TransferClient class. This is resolved and normalized from the {@link TransferClientConfig | constructor configuration interface}.
145
- */
88
+
146
89
  export interface TransferClientResolvedConfig extends TransferClientResolvedConfigType {
147
90
  }
148
- /**
149
- * <p>Amazon Web Services Transfer Family is a fully managed service that enables the transfer of files over the
150
- * File Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH)
151
- * File Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon
152
- * S3). Amazon Web Services helps you seamlessly migrate your file transfer workflows to Amazon Web Services Transfer Family by
153
- * integrating with existing authentication systems, and providing DNS routing with Amazon Route
154
- * 53 so nothing changes for your customers and partners, or their applications. With your data
155
- * in Amazon S3, you can use it with Amazon Web Services services for processing, analytics, machine learning,
156
- * and archiving. Getting started with Amazon Web Services Transfer Family is easy since there is no
157
- * infrastructure to buy and set up.</p>
158
- */
91
+
159
92
  export declare class TransferClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig> {
160
- /**
161
- * The resolved configuration of TransferClient class. This is resolved and normalized from the {@link TransferClientConfig | constructor configuration interface}.
162
- */
93
+
163
94
  readonly config: TransferClientResolvedConfig;
164
95
  constructor(configuration: TransferClientConfig);
165
- /**
166
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
167
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
168
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
169
- */
96
+
170
97
  destroy(): void;
171
98
  }
172
99
  export {};
@@ -6,34 +6,11 @@ export interface CreateAccessCommandInput extends CreateAccessRequest {
6
6
  }
7
7
  export interface CreateAccessCommandOutput extends CreateAccessResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Used by administrators to choose which groups in the directory should have access to
11
- * upload and download files over the enabled protocols using Amazon Web Services Transfer Family. For example, a
12
- * Microsoft Active Directory might contain 50,000 users, but only a small fraction might need
13
- * the ability to transfer files to the server. An administrator can use
14
- * <code>CreateAccess</code> to limit the access to the correct set of users who need this
15
- * ability.</p>
16
- * @example
17
- * Use a bare-bones client and the command you need to make an API call.
18
- * ```javascript
19
- * import { TransferClient, CreateAccessCommand } from "@aws-sdk/client-transfer"; // ES Modules import
20
- * // const { TransferClient, CreateAccessCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
21
- * const client = new TransferClient(config);
22
- * const command = new CreateAccessCommand(input);
23
- * const response = await client.send(command);
24
- * ```
25
- *
26
- * @see {@link CreateAccessCommandInput} for command's `input` shape.
27
- * @see {@link CreateAccessCommandOutput} for command's `response` shape.
28
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
29
- *
30
- */
9
+
31
10
  export declare class CreateAccessCommand extends $Command<CreateAccessCommandInput, CreateAccessCommandOutput, TransferClientResolvedConfig> {
32
11
  readonly input: CreateAccessCommandInput;
33
12
  constructor(input: CreateAccessCommandInput);
34
- /**
35
- * @internal
36
- */
13
+
37
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAccessCommandInput, CreateAccessCommandOutput>;
38
15
  private serialize;
39
16
  private deserialize;
@@ -6,32 +6,11 @@ export interface CreateServerCommandInput extends CreateServerRequest {
6
6
  }
7
7
  export interface CreateServerCommandOutput extends CreateServerResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Instantiates an auto-scaling virtual server based on the selected file transfer protocol
11
- * in Amazon Web Services. When you make updates to your file transfer protocol-enabled server or when you work
12
- * with users, use the service-generated <code>ServerId</code> property that is assigned to the
13
- * newly created server.</p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { TransferClient, CreateServerCommand } from "@aws-sdk/client-transfer"; // ES Modules import
18
- * // const { TransferClient, CreateServerCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
19
- * const client = new TransferClient(config);
20
- * const command = new CreateServerCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link CreateServerCommandInput} for command's `input` shape.
25
- * @see {@link CreateServerCommandOutput} for command's `response` shape.
26
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
9
+
29
10
  export declare class CreateServerCommand extends $Command<CreateServerCommandInput, CreateServerCommandOutput, TransferClientResolvedConfig> {
30
11
  readonly input: CreateServerCommandInput;
31
12
  constructor(input: CreateServerCommandInput);
32
- /**
33
- * @internal
34
- */
13
+
35
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateServerCommandInput, CreateServerCommandOutput>;
36
15
  private serialize;
37
16
  private deserialize;
@@ -6,35 +6,11 @@ export interface CreateUserCommandInput extends CreateUserRequest {
6
6
  }
7
7
  export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a user and associates them with an existing file transfer protocol-enabled server.
11
- * You can only create and associate users with servers that have the
12
- * <code>IdentityProviderType</code> set to <code>SERVICE_MANAGED</code>. Using parameters for
13
- * <code>CreateUser</code>, you can specify the user name, set the home directory, store the
14
- * user's public key, and assign the user's Amazon Web Services Identity and Access Management (IAM)
15
- * role. You can also optionally add a session policy, and assign metadata with tags that can
16
- * be used to group and search for users.</p>
17
- * @example
18
- * Use a bare-bones client and the command you need to make an API call.
19
- * ```javascript
20
- * import { TransferClient, CreateUserCommand } from "@aws-sdk/client-transfer"; // ES Modules import
21
- * // const { TransferClient, CreateUserCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
22
- * const client = new TransferClient(config);
23
- * const command = new CreateUserCommand(input);
24
- * const response = await client.send(command);
25
- * ```
26
- *
27
- * @see {@link CreateUserCommandInput} for command's `input` shape.
28
- * @see {@link CreateUserCommandOutput} for command's `response` shape.
29
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
30
- *
31
- */
9
+
32
10
  export declare class CreateUserCommand extends $Command<CreateUserCommandInput, CreateUserCommandOutput, TransferClientResolvedConfig> {
33
11
  readonly input: CreateUserCommandInput;
34
12
  constructor(input: CreateUserCommandInput);
35
- /**
36
- * @internal
37
- */
13
+
38
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUserCommandInput, CreateUserCommandOutput>;
39
15
  private serialize;
40
16
  private deserialize;