@aws-sdk/client-transfer 3.362.0 → 3.364.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 (303) hide show
  1. package/dist-cjs/Transfer.js +1 -1
  2. package/dist-cjs/TransferClient.js +5 -5
  3. package/dist-cjs/commands/CreateAccessCommand.js +3 -3
  4. package/dist-cjs/commands/CreateAgreementCommand.js +3 -3
  5. package/dist-cjs/commands/CreateConnectorCommand.js +3 -3
  6. package/dist-cjs/commands/CreateProfileCommand.js +3 -3
  7. package/dist-cjs/commands/CreateServerCommand.js +3 -3
  8. package/dist-cjs/commands/CreateUserCommand.js +3 -3
  9. package/dist-cjs/commands/CreateWorkflowCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteAccessCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteAgreementCommand.js +3 -3
  12. package/dist-cjs/commands/DeleteCertificateCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteConnectorCommand.js +3 -3
  14. package/dist-cjs/commands/DeleteHostKeyCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteProfileCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteServerCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteSshPublicKeyCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteUserCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteWorkflowCommand.js +3 -3
  20. package/dist-cjs/commands/DescribeAccessCommand.js +3 -3
  21. package/dist-cjs/commands/DescribeAgreementCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeCertificateCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeConnectorCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeExecutionCommand.js +3 -3
  25. package/dist-cjs/commands/DescribeHostKeyCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeProfileCommand.js +3 -3
  27. package/dist-cjs/commands/DescribeSecurityPolicyCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeServerCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeUserCommand.js +3 -3
  30. package/dist-cjs/commands/DescribeWorkflowCommand.js +3 -3
  31. package/dist-cjs/commands/ImportCertificateCommand.js +3 -3
  32. package/dist-cjs/commands/ImportHostKeyCommand.js +3 -3
  33. package/dist-cjs/commands/ImportSshPublicKeyCommand.js +3 -3
  34. package/dist-cjs/commands/ListAccessesCommand.js +3 -3
  35. package/dist-cjs/commands/ListAgreementsCommand.js +3 -3
  36. package/dist-cjs/commands/ListCertificatesCommand.js +3 -3
  37. package/dist-cjs/commands/ListConnectorsCommand.js +3 -3
  38. package/dist-cjs/commands/ListExecutionsCommand.js +3 -3
  39. package/dist-cjs/commands/ListHostKeysCommand.js +3 -3
  40. package/dist-cjs/commands/ListProfilesCommand.js +3 -3
  41. package/dist-cjs/commands/ListSecurityPoliciesCommand.js +3 -3
  42. package/dist-cjs/commands/ListServersCommand.js +3 -3
  43. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  44. package/dist-cjs/commands/ListUsersCommand.js +3 -3
  45. package/dist-cjs/commands/ListWorkflowsCommand.js +3 -3
  46. package/dist-cjs/commands/SendWorkflowStepStateCommand.js +3 -3
  47. package/dist-cjs/commands/StartFileTransferCommand.js +3 -3
  48. package/dist-cjs/commands/StartServerCommand.js +3 -3
  49. package/dist-cjs/commands/StopServerCommand.js +3 -3
  50. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  51. package/dist-cjs/commands/TestIdentityProviderCommand.js +3 -3
  52. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  53. package/dist-cjs/commands/UpdateAccessCommand.js +3 -3
  54. package/dist-cjs/commands/UpdateAgreementCommand.js +3 -3
  55. package/dist-cjs/commands/UpdateCertificateCommand.js +3 -3
  56. package/dist-cjs/commands/UpdateConnectorCommand.js +3 -3
  57. package/dist-cjs/commands/UpdateHostKeyCommand.js +3 -3
  58. package/dist-cjs/commands/UpdateProfileCommand.js +3 -3
  59. package/dist-cjs/commands/UpdateServerCommand.js +3 -3
  60. package/dist-cjs/commands/UpdateUserCommand.js +3 -3
  61. package/dist-cjs/models/TransferServiceException.js +1 -1
  62. package/dist-cjs/models/models_0.js +1 -1
  63. package/dist-cjs/protocols/Aws_json1_1.js +1 -1
  64. package/dist-cjs/runtimeConfig.browser.js +7 -7
  65. package/dist-cjs/runtimeConfig.js +10 -10
  66. package/dist-cjs/runtimeConfig.shared.js +4 -4
  67. package/dist-cjs/waiters/waitForServerOffline.js +1 -1
  68. package/dist-cjs/waiters/waitForServerOnline.js +1 -1
  69. package/dist-es/Transfer.js +1 -1
  70. package/dist-es/TransferClient.js +5 -5
  71. package/dist-es/commands/CreateAccessCommand.js +3 -3
  72. package/dist-es/commands/CreateAgreementCommand.js +3 -3
  73. package/dist-es/commands/CreateConnectorCommand.js +3 -3
  74. package/dist-es/commands/CreateProfileCommand.js +3 -3
  75. package/dist-es/commands/CreateServerCommand.js +3 -3
  76. package/dist-es/commands/CreateUserCommand.js +3 -3
  77. package/dist-es/commands/CreateWorkflowCommand.js +3 -3
  78. package/dist-es/commands/DeleteAccessCommand.js +3 -3
  79. package/dist-es/commands/DeleteAgreementCommand.js +3 -3
  80. package/dist-es/commands/DeleteCertificateCommand.js +3 -3
  81. package/dist-es/commands/DeleteConnectorCommand.js +3 -3
  82. package/dist-es/commands/DeleteHostKeyCommand.js +3 -3
  83. package/dist-es/commands/DeleteProfileCommand.js +3 -3
  84. package/dist-es/commands/DeleteServerCommand.js +3 -3
  85. package/dist-es/commands/DeleteSshPublicKeyCommand.js +3 -3
  86. package/dist-es/commands/DeleteUserCommand.js +3 -3
  87. package/dist-es/commands/DeleteWorkflowCommand.js +3 -3
  88. package/dist-es/commands/DescribeAccessCommand.js +3 -3
  89. package/dist-es/commands/DescribeAgreementCommand.js +3 -3
  90. package/dist-es/commands/DescribeCertificateCommand.js +3 -3
  91. package/dist-es/commands/DescribeConnectorCommand.js +3 -3
  92. package/dist-es/commands/DescribeExecutionCommand.js +3 -3
  93. package/dist-es/commands/DescribeHostKeyCommand.js +3 -3
  94. package/dist-es/commands/DescribeProfileCommand.js +3 -3
  95. package/dist-es/commands/DescribeSecurityPolicyCommand.js +3 -3
  96. package/dist-es/commands/DescribeServerCommand.js +3 -3
  97. package/dist-es/commands/DescribeUserCommand.js +3 -3
  98. package/dist-es/commands/DescribeWorkflowCommand.js +3 -3
  99. package/dist-es/commands/ImportCertificateCommand.js +3 -3
  100. package/dist-es/commands/ImportHostKeyCommand.js +3 -3
  101. package/dist-es/commands/ImportSshPublicKeyCommand.js +3 -3
  102. package/dist-es/commands/ListAccessesCommand.js +3 -3
  103. package/dist-es/commands/ListAgreementsCommand.js +3 -3
  104. package/dist-es/commands/ListCertificatesCommand.js +3 -3
  105. package/dist-es/commands/ListConnectorsCommand.js +3 -3
  106. package/dist-es/commands/ListExecutionsCommand.js +3 -3
  107. package/dist-es/commands/ListHostKeysCommand.js +3 -3
  108. package/dist-es/commands/ListProfilesCommand.js +3 -3
  109. package/dist-es/commands/ListSecurityPoliciesCommand.js +3 -3
  110. package/dist-es/commands/ListServersCommand.js +3 -3
  111. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  112. package/dist-es/commands/ListUsersCommand.js +3 -3
  113. package/dist-es/commands/ListWorkflowsCommand.js +3 -3
  114. package/dist-es/commands/SendWorkflowStepStateCommand.js +3 -3
  115. package/dist-es/commands/StartFileTransferCommand.js +3 -3
  116. package/dist-es/commands/StartServerCommand.js +3 -3
  117. package/dist-es/commands/StopServerCommand.js +3 -3
  118. package/dist-es/commands/TagResourceCommand.js +3 -3
  119. package/dist-es/commands/TestIdentityProviderCommand.js +3 -3
  120. package/dist-es/commands/UntagResourceCommand.js +3 -3
  121. package/dist-es/commands/UpdateAccessCommand.js +3 -3
  122. package/dist-es/commands/UpdateAgreementCommand.js +3 -3
  123. package/dist-es/commands/UpdateCertificateCommand.js +3 -3
  124. package/dist-es/commands/UpdateConnectorCommand.js +3 -3
  125. package/dist-es/commands/UpdateHostKeyCommand.js +3 -3
  126. package/dist-es/commands/UpdateProfileCommand.js +3 -3
  127. package/dist-es/commands/UpdateServerCommand.js +3 -3
  128. package/dist-es/commands/UpdateUserCommand.js +3 -3
  129. package/dist-es/models/TransferServiceException.js +1 -1
  130. package/dist-es/models/models_0.js +1 -1
  131. package/dist-es/protocols/Aws_json1_1.js +1 -1
  132. package/dist-es/runtimeConfig.browser.js +7 -7
  133. package/dist-es/runtimeConfig.js +10 -10
  134. package/dist-es/runtimeConfig.shared.js +4 -4
  135. package/dist-es/waiters/waitForServerOffline.js +1 -1
  136. package/dist-es/waiters/waitForServerOnline.js +1 -1
  137. package/dist-types/Transfer.d.ts +1 -1
  138. package/dist-types/TransferClient.d.ts +8 -8
  139. package/dist-types/commands/CreateAccessCommand.d.ts +3 -3
  140. package/dist-types/commands/CreateAgreementCommand.d.ts +3 -3
  141. package/dist-types/commands/CreateConnectorCommand.d.ts +4 -3
  142. package/dist-types/commands/CreateProfileCommand.d.ts +3 -3
  143. package/dist-types/commands/CreateServerCommand.d.ts +3 -3
  144. package/dist-types/commands/CreateUserCommand.d.ts +3 -3
  145. package/dist-types/commands/CreateWorkflowCommand.d.ts +3 -3
  146. package/dist-types/commands/DeleteAccessCommand.d.ts +3 -3
  147. package/dist-types/commands/DeleteAgreementCommand.d.ts +3 -3
  148. package/dist-types/commands/DeleteCertificateCommand.d.ts +3 -3
  149. package/dist-types/commands/DeleteConnectorCommand.d.ts +3 -3
  150. package/dist-types/commands/DeleteHostKeyCommand.d.ts +3 -3
  151. package/dist-types/commands/DeleteProfileCommand.d.ts +3 -3
  152. package/dist-types/commands/DeleteServerCommand.d.ts +3 -3
  153. package/dist-types/commands/DeleteSshPublicKeyCommand.d.ts +3 -3
  154. package/dist-types/commands/DeleteUserCommand.d.ts +3 -3
  155. package/dist-types/commands/DeleteWorkflowCommand.d.ts +3 -3
  156. package/dist-types/commands/DescribeAccessCommand.d.ts +3 -3
  157. package/dist-types/commands/DescribeAgreementCommand.d.ts +3 -3
  158. package/dist-types/commands/DescribeCertificateCommand.d.ts +3 -3
  159. package/dist-types/commands/DescribeConnectorCommand.d.ts +4 -3
  160. package/dist-types/commands/DescribeExecutionCommand.d.ts +3 -3
  161. package/dist-types/commands/DescribeHostKeyCommand.d.ts +3 -3
  162. package/dist-types/commands/DescribeProfileCommand.d.ts +3 -3
  163. package/dist-types/commands/DescribeSecurityPolicyCommand.d.ts +3 -3
  164. package/dist-types/commands/DescribeServerCommand.d.ts +3 -3
  165. package/dist-types/commands/DescribeUserCommand.d.ts +3 -3
  166. package/dist-types/commands/DescribeWorkflowCommand.d.ts +3 -3
  167. package/dist-types/commands/ImportCertificateCommand.d.ts +3 -3
  168. package/dist-types/commands/ImportHostKeyCommand.d.ts +3 -3
  169. package/dist-types/commands/ImportSshPublicKeyCommand.d.ts +3 -3
  170. package/dist-types/commands/ListAccessesCommand.d.ts +3 -3
  171. package/dist-types/commands/ListAgreementsCommand.d.ts +3 -3
  172. package/dist-types/commands/ListCertificatesCommand.d.ts +3 -3
  173. package/dist-types/commands/ListConnectorsCommand.d.ts +3 -3
  174. package/dist-types/commands/ListExecutionsCommand.d.ts +3 -3
  175. package/dist-types/commands/ListHostKeysCommand.d.ts +3 -3
  176. package/dist-types/commands/ListProfilesCommand.d.ts +3 -3
  177. package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +3 -3
  178. package/dist-types/commands/ListServersCommand.d.ts +3 -3
  179. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  180. package/dist-types/commands/ListUsersCommand.d.ts +3 -3
  181. package/dist-types/commands/ListWorkflowsCommand.d.ts +3 -3
  182. package/dist-types/commands/SendWorkflowStepStateCommand.d.ts +3 -3
  183. package/dist-types/commands/StartFileTransferCommand.d.ts +3 -3
  184. package/dist-types/commands/StartServerCommand.d.ts +3 -3
  185. package/dist-types/commands/StopServerCommand.d.ts +3 -3
  186. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  187. package/dist-types/commands/TestIdentityProviderCommand.d.ts +3 -3
  188. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  189. package/dist-types/commands/UpdateAccessCommand.d.ts +3 -3
  190. package/dist-types/commands/UpdateAgreementCommand.d.ts +3 -3
  191. package/dist-types/commands/UpdateCertificateCommand.d.ts +3 -3
  192. package/dist-types/commands/UpdateConnectorCommand.d.ts +4 -3
  193. package/dist-types/commands/UpdateHostKeyCommand.d.ts +3 -3
  194. package/dist-types/commands/UpdateProfileCommand.d.ts +3 -3
  195. package/dist-types/commands/UpdateServerCommand.d.ts +3 -3
  196. package/dist-types/commands/UpdateUserCommand.d.ts +3 -3
  197. package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
  198. package/dist-types/endpoint/endpointResolver.d.ts +1 -1
  199. package/dist-types/endpoint/ruleset.d.ts +1 -1
  200. package/dist-types/models/TransferServiceException.d.ts +1 -1
  201. package/dist-types/models/models_0.d.ts +53 -1
  202. package/dist-types/pagination/Interfaces.d.ts +1 -1
  203. package/dist-types/pagination/ListAccessesPaginator.d.ts +1 -1
  204. package/dist-types/pagination/ListAgreementsPaginator.d.ts +1 -1
  205. package/dist-types/pagination/ListCertificatesPaginator.d.ts +1 -1
  206. package/dist-types/pagination/ListConnectorsPaginator.d.ts +1 -1
  207. package/dist-types/pagination/ListExecutionsPaginator.d.ts +1 -1
  208. package/dist-types/pagination/ListProfilesPaginator.d.ts +1 -1
  209. package/dist-types/pagination/ListSecurityPoliciesPaginator.d.ts +1 -1
  210. package/dist-types/pagination/ListServersPaginator.d.ts +1 -1
  211. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  212. package/dist-types/pagination/ListUsersPaginator.d.ts +1 -1
  213. package/dist-types/pagination/ListWorkflowsPaginator.d.ts +1 -1
  214. package/dist-types/runtimeConfig.browser.d.ts +20 -20
  215. package/dist-types/runtimeConfig.d.ts +20 -20
  216. package/dist-types/runtimeConfig.native.d.ts +19 -19
  217. package/dist-types/runtimeConfig.shared.d.ts +4 -4
  218. package/dist-types/ts3.4/Transfer.d.ts +1 -1
  219. package/dist-types/ts3.4/TransferClient.d.ts +19 -21
  220. package/dist-types/ts3.4/commands/CreateAccessCommand.d.ts +3 -3
  221. package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +3 -3
  222. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +3 -3
  223. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +3 -3
  224. package/dist-types/ts3.4/commands/CreateServerCommand.d.ts +3 -3
  225. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +3 -3
  226. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +3 -3
  227. package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +3 -3
  228. package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +3 -3
  229. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +3 -3
  230. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +3 -3
  231. package/dist-types/ts3.4/commands/DeleteHostKeyCommand.d.ts +3 -3
  232. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +3 -3
  233. package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +3 -3
  234. package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +3 -3
  235. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +3 -3
  236. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +3 -3
  237. package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +3 -3
  238. package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +3 -3
  239. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +3 -3
  240. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +3 -3
  241. package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +3 -3
  242. package/dist-types/ts3.4/commands/DescribeHostKeyCommand.d.ts +3 -3
  243. package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +3 -3
  244. package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +3 -3
  245. package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +3 -3
  246. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +3 -3
  247. package/dist-types/ts3.4/commands/DescribeWorkflowCommand.d.ts +3 -3
  248. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +3 -3
  249. package/dist-types/ts3.4/commands/ImportHostKeyCommand.d.ts +3 -3
  250. package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +3 -3
  251. package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +3 -3
  252. package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +3 -3
  253. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +3 -3
  254. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +3 -3
  255. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +3 -3
  256. package/dist-types/ts3.4/commands/ListHostKeysCommand.d.ts +3 -3
  257. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +3 -3
  258. package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +3 -3
  259. package/dist-types/ts3.4/commands/ListServersCommand.d.ts +3 -3
  260. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
  261. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +3 -3
  262. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +3 -3
  263. package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +3 -3
  264. package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +3 -3
  265. package/dist-types/ts3.4/commands/StartServerCommand.d.ts +3 -3
  266. package/dist-types/ts3.4/commands/StopServerCommand.d.ts +3 -3
  267. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -3
  268. package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +3 -3
  269. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
  270. package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +3 -3
  271. package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +3 -3
  272. package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +3 -3
  273. package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +3 -3
  274. package/dist-types/ts3.4/commands/UpdateHostKeyCommand.d.ts +3 -3
  275. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +3 -3
  276. package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +3 -3
  277. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +3 -3
  278. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
  279. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  280. package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  281. package/dist-types/ts3.4/models/TransferServiceException.d.ts +1 -1
  282. package/dist-types/ts3.4/models/models_0.d.ts +2 -1
  283. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
  284. package/dist-types/ts3.4/pagination/ListAccessesPaginator.d.ts +1 -1
  285. package/dist-types/ts3.4/pagination/ListAgreementsPaginator.d.ts +1 -1
  286. package/dist-types/ts3.4/pagination/ListCertificatesPaginator.d.ts +1 -1
  287. package/dist-types/ts3.4/pagination/ListConnectorsPaginator.d.ts +1 -1
  288. package/dist-types/ts3.4/pagination/ListExecutionsPaginator.d.ts +1 -1
  289. package/dist-types/ts3.4/pagination/ListProfilesPaginator.d.ts +1 -1
  290. package/dist-types/ts3.4/pagination/ListSecurityPoliciesPaginator.d.ts +1 -1
  291. package/dist-types/ts3.4/pagination/ListServersPaginator.d.ts +1 -1
  292. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  293. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +1 -1
  294. package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +1 -1
  295. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
  296. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
  297. package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
  298. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  299. package/dist-types/ts3.4/waiters/waitForServerOffline.d.ts +1 -1
  300. package/dist-types/ts3.4/waiters/waitForServerOnline.d.ts +1 -1
  301. package/dist-types/waiters/waitForServerOffline.d.ts +1 -1
  302. package/dist-types/waiters/waitForServerOnline.d.ts +1 -1
  303. package/package.json +32 -31
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListServersCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class ListServersCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class ListTagsForResourceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListUsersCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class ListUsersCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListWorkflowsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class ListWorkflowsCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SendWorkflowStepStateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class SendWorkflowStepStateCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.StartFileTransferCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class StartFileTransferCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.StartServerCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class StartServerCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.StopServerCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class StopServerCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class TagResourceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TestIdentityProviderCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UntagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UntagResourceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateAccessCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UpdateAccessCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateAgreementCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UpdateAgreementCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateCertificateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UpdateCertificateCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateConnectorCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UpdateConnectorCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateHostKeyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UpdateHostKeyCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateProfileCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UpdateProfileCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateServerCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateUserCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UpdateUserCommand extends smithy_client_1.Command {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TransferServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
5
  Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
6
  class TransferServiceException extends smithy_client_1.ServiceException {
7
7
  constructor(options) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateServerRequestFilterSensitiveLog = exports.TestIdentityProviderRequestFilterSensitiveLog = exports.ImportHostKeyRequestFilterSensitiveLog = exports.ImportCertificateRequestFilterSensitiveLog = exports.DescribeCertificateResponseFilterSensitiveLog = exports.DescribedCertificateFilterSensitiveLog = exports.CreateServerRequestFilterSensitiveLog = exports.InvalidNextTokenException = exports.State = exports.ExecutionStatus = exports.ExecutionErrorType = exports.CustomStepStatus = exports.WorkflowStepType = exports.EncryptionType = exports.Protocol = exports.TlsSessionResumptionMode = exports.SetStatOption = exports.IdentityProviderType = exports.SftpAuthenticationMethods = exports.EndpointType = exports.Domain = exports.ProfileType = exports.ThrottlingException = exports.ServiceUnavailableException = exports.ResourceNotFoundException = exports.ResourceExistsException = exports.InvalidRequestException = exports.InternalServiceError = exports.HomeDirectoryType = exports.OverwriteExisting = exports.ConflictException = exports.CertificateUsageType = exports.CertificateType = exports.CertificateStatusType = exports.As2Transport = exports.SigningAlg = exports.MdnSigningAlg = exports.MdnResponse = exports.EncryptionAlg = exports.CompressionEnum = exports.AgreementStatusType = exports.AccessDeniedException = void 0;
4
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
5
  const TransferServiceException_1 = require("./TransferServiceException");
6
6
  class AccessDeniedException extends TransferServiceException_1.TransferServiceException {
7
7
  constructor(opts) {
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.se_UntagResourceCommand = exports.se_TestIdentityProviderCommand = exports.se_TagResourceCommand = exports.se_StopServerCommand = exports.se_StartServerCommand = exports.se_StartFileTransferCommand = exports.se_SendWorkflowStepStateCommand = exports.se_ListWorkflowsCommand = exports.se_ListUsersCommand = exports.se_ListTagsForResourceCommand = exports.se_ListServersCommand = exports.se_ListSecurityPoliciesCommand = exports.se_ListProfilesCommand = exports.se_ListHostKeysCommand = exports.se_ListExecutionsCommand = exports.se_ListConnectorsCommand = exports.se_ListCertificatesCommand = exports.se_ListAgreementsCommand = exports.se_ListAccessesCommand = exports.se_ImportSshPublicKeyCommand = exports.se_ImportHostKeyCommand = exports.se_ImportCertificateCommand = exports.se_DescribeWorkflowCommand = exports.se_DescribeUserCommand = exports.se_DescribeServerCommand = exports.se_DescribeSecurityPolicyCommand = exports.se_DescribeProfileCommand = exports.se_DescribeHostKeyCommand = exports.se_DescribeExecutionCommand = exports.se_DescribeConnectorCommand = exports.se_DescribeCertificateCommand = exports.se_DescribeAgreementCommand = exports.se_DescribeAccessCommand = exports.se_DeleteWorkflowCommand = exports.se_DeleteUserCommand = exports.se_DeleteSshPublicKeyCommand = exports.se_DeleteServerCommand = exports.se_DeleteProfileCommand = exports.se_DeleteHostKeyCommand = exports.se_DeleteConnectorCommand = exports.se_DeleteCertificateCommand = exports.se_DeleteAgreementCommand = exports.se_DeleteAccessCommand = exports.se_CreateWorkflowCommand = exports.se_CreateUserCommand = exports.se_CreateServerCommand = exports.se_CreateProfileCommand = exports.se_CreateConnectorCommand = exports.se_CreateAgreementCommand = exports.se_CreateAccessCommand = void 0;
4
4
  exports.de_ListUsersCommand = exports.de_ListTagsForResourceCommand = exports.de_ListServersCommand = exports.de_ListSecurityPoliciesCommand = exports.de_ListProfilesCommand = exports.de_ListHostKeysCommand = exports.de_ListExecutionsCommand = exports.de_ListConnectorsCommand = exports.de_ListCertificatesCommand = exports.de_ListAgreementsCommand = exports.de_ListAccessesCommand = exports.de_ImportSshPublicKeyCommand = exports.de_ImportHostKeyCommand = exports.de_ImportCertificateCommand = exports.de_DescribeWorkflowCommand = exports.de_DescribeUserCommand = exports.de_DescribeServerCommand = exports.de_DescribeSecurityPolicyCommand = exports.de_DescribeProfileCommand = exports.de_DescribeHostKeyCommand = exports.de_DescribeExecutionCommand = exports.de_DescribeConnectorCommand = exports.de_DescribeCertificateCommand = exports.de_DescribeAgreementCommand = exports.de_DescribeAccessCommand = exports.de_DeleteWorkflowCommand = exports.de_DeleteUserCommand = exports.de_DeleteSshPublicKeyCommand = exports.de_DeleteServerCommand = exports.de_DeleteProfileCommand = exports.de_DeleteHostKeyCommand = exports.de_DeleteConnectorCommand = exports.de_DeleteCertificateCommand = exports.de_DeleteAgreementCommand = exports.de_DeleteAccessCommand = exports.de_CreateWorkflowCommand = exports.de_CreateUserCommand = exports.de_CreateServerCommand = exports.de_CreateProfileCommand = exports.de_CreateConnectorCommand = exports.de_CreateAgreementCommand = exports.de_CreateAccessCommand = exports.se_UpdateUserCommand = exports.se_UpdateServerCommand = exports.se_UpdateProfileCommand = exports.se_UpdateHostKeyCommand = exports.se_UpdateConnectorCommand = exports.se_UpdateCertificateCommand = exports.se_UpdateAgreementCommand = exports.se_UpdateAccessCommand = void 0;
5
5
  exports.de_UpdateUserCommand = exports.de_UpdateServerCommand = exports.de_UpdateProfileCommand = exports.de_UpdateHostKeyCommand = exports.de_UpdateConnectorCommand = exports.de_UpdateCertificateCommand = exports.de_UpdateAgreementCommand = exports.de_UpdateAccessCommand = exports.de_UntagResourceCommand = exports.de_TestIdentityProviderCommand = exports.de_TagResourceCommand = exports.de_StopServerCommand = exports.de_StartServerCommand = exports.de_StartFileTransferCommand = exports.de_SendWorkflowStepStateCommand = exports.de_ListWorkflowsCommand = void 0;
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
7
6
  const protocol_http_1 = require("@smithy/protocol-http");
7
+ const smithy_client_1 = require("@smithy/smithy-client");
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const TransferServiceException_1 = require("../models/TransferServiceException");
10
10
  const se_CreateAccessCommand = async (input, context) => {
@@ -4,15 +4,15 @@ exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
7
- const config_resolver_1 = require("@aws-sdk/config-resolver");
8
- const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
9
- const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
10
- const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
11
- const util_retry_1 = require("@aws-sdk/util-retry");
12
7
  const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
8
+ const config_resolver_1 = require("@smithy/config-resolver");
9
+ const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
10
+ const invalid_dependency_1 = require("@smithy/invalid-dependency");
11
+ const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
12
+ const util_retry_1 = require("@smithy/util-retry");
13
13
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
14
- const smithy_client_1 = require("@aws-sdk/smithy-client");
15
- const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser");
14
+ const smithy_client_1 = require("@smithy/smithy-client");
15
+ const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
16
16
  const getRuntimeConfig = (config) => {
17
17
  const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
18
18
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
@@ -4,19 +4,19 @@ exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const client_sts_1 = require("@aws-sdk/client-sts");
7
- const config_resolver_1 = require("@aws-sdk/config-resolver");
8
7
  const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
9
- const hash_node_1 = require("@aws-sdk/hash-node");
10
- const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
- const node_config_provider_1 = require("@aws-sdk/node-config-provider");
12
- const node_http_handler_1 = require("@aws-sdk/node-http-handler");
13
- const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
14
- const util_retry_1 = require("@aws-sdk/util-retry");
15
8
  const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
9
+ const config_resolver_1 = require("@smithy/config-resolver");
10
+ const hash_node_1 = require("@smithy/hash-node");
11
+ const middleware_retry_1 = require("@smithy/middleware-retry");
12
+ const node_config_provider_1 = require("@smithy/node-config-provider");
13
+ const node_http_handler_1 = require("@smithy/node-http-handler");
14
+ const util_body_length_node_1 = require("@smithy/util-body-length-node");
15
+ const util_retry_1 = require("@smithy/util-retry");
16
16
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
17
- const smithy_client_1 = require("@aws-sdk/smithy-client");
18
- const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
19
- const smithy_client_2 = require("@aws-sdk/smithy-client");
17
+ const smithy_client_1 = require("@smithy/smithy-client");
18
+ const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
19
+ const smithy_client_2 = require("@smithy/smithy-client");
20
20
  const getRuntimeConfig = (config) => {
21
21
  (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
22
22
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
- const smithy_client_1 = require("@aws-sdk/smithy-client");
5
- const url_parser_1 = require("@aws-sdk/url-parser");
6
- const util_base64_1 = require("@aws-sdk/util-base64");
7
- const util_utf8_1 = require("@aws-sdk/util-utf8");
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
+ const url_parser_1 = require("@smithy/url-parser");
6
+ const util_base64_1 = require("@smithy/util-base64");
7
+ const util_utf8_1 = require("@smithy/util-utf8");
8
8
  const endpointResolver_1 = require("./endpoint/endpointResolver");
9
9
  const getRuntimeConfig = (config) => ({
10
10
  apiVersion: "2018-11-05",
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.waitUntilServerOffline = exports.waitForServerOffline = void 0;
4
- const util_waiter_1 = require("@aws-sdk/util-waiter");
4
+ const util_waiter_1 = require("@smithy/util-waiter");
5
5
  const DescribeServerCommand_1 = require("../commands/DescribeServerCommand");
6
6
  const checkState = async (client, input) => {
7
7
  let reason;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.waitUntilServerOnline = exports.waitForServerOnline = void 0;
4
- const util_waiter_1 = require("@aws-sdk/util-waiter");
4
+ const util_waiter_1 = require("@smithy/util-waiter");
5
5
  const DescribeServerCommand_1 = require("../commands/DescribeServerCommand");
6
6
  const checkState = async (client, input) => {
7
7
  let reason;
@@ -1,4 +1,4 @@
1
- import { createAggregatedClient } from "@aws-sdk/smithy-client";
1
+ import { createAggregatedClient } from "@smithy/smithy-client";
2
2
  import { CreateAccessCommand, } from "./commands/CreateAccessCommand";
3
3
  import { CreateAgreementCommand, } from "./commands/CreateAgreementCommand";
4
4
  import { CreateConnectorCommand, } from "./commands/CreateConnectorCommand";
@@ -1,13 +1,13 @@
1
- import { resolveRegionConfig } from "@aws-sdk/config-resolver";
2
- import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
3
- import { resolveEndpointConfig } from "@aws-sdk/middleware-endpoint";
4
1
  import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
5
2
  import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
6
3
  import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
7
- import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
8
4
  import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
9
5
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
10
- import { Client as __Client, } from "@aws-sdk/smithy-client";
6
+ import { resolveRegionConfig } from "@smithy/config-resolver";
7
+ import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
+ import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
+ import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
10
+ import { Client as __Client, } from "@smithy/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
13
  export { __Client };
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateAccessCommand, se_CreateAccessCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreateAccessCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateAgreementCommand, se_CreateAgreementCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreateAgreementCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateConnectorCommand, se_CreateConnectorCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreateConnectorCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateProfileCommand, se_CreateProfileCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreateProfileCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { CreateServerRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_CreateServerCommand, se_CreateServerCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreateUserCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_CreateWorkflowCommand, se_CreateWorkflowCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class CreateWorkflowCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteAccessCommand, se_DeleteAccessCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DeleteAccessCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteAgreementCommand, se_DeleteAgreementCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DeleteAgreementCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteCertificateCommand, se_DeleteCertificateCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DeleteCertificateCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteConnectorCommand, se_DeleteConnectorCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DeleteConnectorCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteHostKeyCommand, se_DeleteHostKeyCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DeleteHostKeyCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteProfileCommand, se_DeleteProfileCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DeleteProfileCommand extends $Command {
@@ -1,6 +1,6 @@
1
- import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { de_DeleteServerCommand, se_DeleteServerCommand } from "../protocols/Aws_json1_1";
5
5
  export { $Command };
6
6
  export class DeleteServerCommand extends $Command {