@aws-sdk/client-transfer 3.477.0 → 3.481.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 (285) hide show
  1. package/dist-cjs/commands/CreateAccessCommand.js +18 -41
  2. package/dist-cjs/commands/CreateAgreementCommand.js +18 -41
  3. package/dist-cjs/commands/CreateConnectorCommand.js +18 -41
  4. package/dist-cjs/commands/CreateProfileCommand.js +18 -41
  5. package/dist-cjs/commands/CreateServerCommand.js +18 -41
  6. package/dist-cjs/commands/CreateUserCommand.js +18 -41
  7. package/dist-cjs/commands/CreateWorkflowCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteAccessCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteAgreementCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteCertificateCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteConnectorCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteHostKeyCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteProfileCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteServerCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteSshPublicKeyCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteUserCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteWorkflowCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeAccessCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeAgreementCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeCertificateCommand.js +18 -41
  21. package/dist-cjs/commands/DescribeConnectorCommand.js +18 -41
  22. package/dist-cjs/commands/DescribeExecutionCommand.js +18 -41
  23. package/dist-cjs/commands/DescribeHostKeyCommand.js +18 -41
  24. package/dist-cjs/commands/DescribeProfileCommand.js +18 -41
  25. package/dist-cjs/commands/DescribeSecurityPolicyCommand.js +18 -41
  26. package/dist-cjs/commands/DescribeServerCommand.js +18 -41
  27. package/dist-cjs/commands/DescribeUserCommand.js +18 -41
  28. package/dist-cjs/commands/DescribeWorkflowCommand.js +18 -41
  29. package/dist-cjs/commands/ImportCertificateCommand.js +18 -41
  30. package/dist-cjs/commands/ImportHostKeyCommand.js +18 -41
  31. package/dist-cjs/commands/ImportSshPublicKeyCommand.js +18 -41
  32. package/dist-cjs/commands/ListAccessesCommand.js +18 -41
  33. package/dist-cjs/commands/ListAgreementsCommand.js +18 -41
  34. package/dist-cjs/commands/ListCertificatesCommand.js +18 -41
  35. package/dist-cjs/commands/ListConnectorsCommand.js +18 -41
  36. package/dist-cjs/commands/ListExecutionsCommand.js +18 -41
  37. package/dist-cjs/commands/ListHostKeysCommand.js +18 -41
  38. package/dist-cjs/commands/ListProfilesCommand.js +18 -41
  39. package/dist-cjs/commands/ListSecurityPoliciesCommand.js +18 -41
  40. package/dist-cjs/commands/ListServersCommand.js +18 -41
  41. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  42. package/dist-cjs/commands/ListUsersCommand.js +18 -41
  43. package/dist-cjs/commands/ListWorkflowsCommand.js +18 -41
  44. package/dist-cjs/commands/SendWorkflowStepStateCommand.js +18 -41
  45. package/dist-cjs/commands/StartFileTransferCommand.js +18 -41
  46. package/dist-cjs/commands/StartServerCommand.js +18 -41
  47. package/dist-cjs/commands/StopServerCommand.js +18 -41
  48. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  49. package/dist-cjs/commands/TestConnectionCommand.js +18 -41
  50. package/dist-cjs/commands/TestIdentityProviderCommand.js +18 -41
  51. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  52. package/dist-cjs/commands/UpdateAccessCommand.js +18 -41
  53. package/dist-cjs/commands/UpdateAgreementCommand.js +18 -41
  54. package/dist-cjs/commands/UpdateCertificateCommand.js +18 -41
  55. package/dist-cjs/commands/UpdateConnectorCommand.js +18 -41
  56. package/dist-cjs/commands/UpdateHostKeyCommand.js +18 -41
  57. package/dist-cjs/commands/UpdateProfileCommand.js +18 -41
  58. package/dist-cjs/commands/UpdateServerCommand.js +18 -41
  59. package/dist-cjs/commands/UpdateUserCommand.js +18 -41
  60. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  61. package/dist-cjs/pagination/ListAccessesPaginator.js +2 -24
  62. package/dist-cjs/pagination/ListAgreementsPaginator.js +2 -24
  63. package/dist-cjs/pagination/ListCertificatesPaginator.js +2 -24
  64. package/dist-cjs/pagination/ListConnectorsPaginator.js +2 -24
  65. package/dist-cjs/pagination/ListExecutionsPaginator.js +2 -24
  66. package/dist-cjs/pagination/ListProfilesPaginator.js +2 -24
  67. package/dist-cjs/pagination/ListSecurityPoliciesPaginator.js +2 -24
  68. package/dist-cjs/pagination/ListServersPaginator.js +2 -24
  69. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +2 -24
  70. package/dist-cjs/pagination/ListUsersPaginator.js +2 -24
  71. package/dist-cjs/pagination/ListWorkflowsPaginator.js +2 -24
  72. package/dist-es/commands/CreateAccessCommand.js +18 -41
  73. package/dist-es/commands/CreateAgreementCommand.js +18 -41
  74. package/dist-es/commands/CreateConnectorCommand.js +18 -41
  75. package/dist-es/commands/CreateProfileCommand.js +18 -41
  76. package/dist-es/commands/CreateServerCommand.js +18 -41
  77. package/dist-es/commands/CreateUserCommand.js +18 -41
  78. package/dist-es/commands/CreateWorkflowCommand.js +18 -41
  79. package/dist-es/commands/DeleteAccessCommand.js +18 -41
  80. package/dist-es/commands/DeleteAgreementCommand.js +18 -41
  81. package/dist-es/commands/DeleteCertificateCommand.js +18 -41
  82. package/dist-es/commands/DeleteConnectorCommand.js +18 -41
  83. package/dist-es/commands/DeleteHostKeyCommand.js +18 -41
  84. package/dist-es/commands/DeleteProfileCommand.js +18 -41
  85. package/dist-es/commands/DeleteServerCommand.js +18 -41
  86. package/dist-es/commands/DeleteSshPublicKeyCommand.js +18 -41
  87. package/dist-es/commands/DeleteUserCommand.js +18 -41
  88. package/dist-es/commands/DeleteWorkflowCommand.js +18 -41
  89. package/dist-es/commands/DescribeAccessCommand.js +18 -41
  90. package/dist-es/commands/DescribeAgreementCommand.js +18 -41
  91. package/dist-es/commands/DescribeCertificateCommand.js +18 -41
  92. package/dist-es/commands/DescribeConnectorCommand.js +18 -41
  93. package/dist-es/commands/DescribeExecutionCommand.js +18 -41
  94. package/dist-es/commands/DescribeHostKeyCommand.js +18 -41
  95. package/dist-es/commands/DescribeProfileCommand.js +18 -41
  96. package/dist-es/commands/DescribeSecurityPolicyCommand.js +18 -41
  97. package/dist-es/commands/DescribeServerCommand.js +18 -41
  98. package/dist-es/commands/DescribeUserCommand.js +18 -41
  99. package/dist-es/commands/DescribeWorkflowCommand.js +18 -41
  100. package/dist-es/commands/ImportCertificateCommand.js +18 -41
  101. package/dist-es/commands/ImportHostKeyCommand.js +18 -41
  102. package/dist-es/commands/ImportSshPublicKeyCommand.js +18 -41
  103. package/dist-es/commands/ListAccessesCommand.js +18 -41
  104. package/dist-es/commands/ListAgreementsCommand.js +18 -41
  105. package/dist-es/commands/ListCertificatesCommand.js +18 -41
  106. package/dist-es/commands/ListConnectorsCommand.js +18 -41
  107. package/dist-es/commands/ListExecutionsCommand.js +18 -41
  108. package/dist-es/commands/ListHostKeysCommand.js +18 -41
  109. package/dist-es/commands/ListProfilesCommand.js +18 -41
  110. package/dist-es/commands/ListSecurityPoliciesCommand.js +18 -41
  111. package/dist-es/commands/ListServersCommand.js +18 -41
  112. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  113. package/dist-es/commands/ListUsersCommand.js +18 -41
  114. package/dist-es/commands/ListWorkflowsCommand.js +18 -41
  115. package/dist-es/commands/SendWorkflowStepStateCommand.js +18 -41
  116. package/dist-es/commands/StartFileTransferCommand.js +18 -41
  117. package/dist-es/commands/StartServerCommand.js +18 -41
  118. package/dist-es/commands/StopServerCommand.js +18 -41
  119. package/dist-es/commands/TagResourceCommand.js +18 -41
  120. package/dist-es/commands/TestConnectionCommand.js +18 -41
  121. package/dist-es/commands/TestIdentityProviderCommand.js +18 -41
  122. package/dist-es/commands/UntagResourceCommand.js +18 -41
  123. package/dist-es/commands/UpdateAccessCommand.js +18 -41
  124. package/dist-es/commands/UpdateAgreementCommand.js +18 -41
  125. package/dist-es/commands/UpdateCertificateCommand.js +18 -41
  126. package/dist-es/commands/UpdateConnectorCommand.js +18 -41
  127. package/dist-es/commands/UpdateHostKeyCommand.js +18 -41
  128. package/dist-es/commands/UpdateProfileCommand.js +18 -41
  129. package/dist-es/commands/UpdateServerCommand.js +18 -41
  130. package/dist-es/commands/UpdateUserCommand.js +18 -41
  131. package/dist-es/endpoint/EndpointParameters.js +6 -0
  132. package/dist-es/pagination/ListAccessesPaginator.js +2 -23
  133. package/dist-es/pagination/ListAgreementsPaginator.js +2 -23
  134. package/dist-es/pagination/ListCertificatesPaginator.js +2 -23
  135. package/dist-es/pagination/ListConnectorsPaginator.js +2 -23
  136. package/dist-es/pagination/ListExecutionsPaginator.js +2 -23
  137. package/dist-es/pagination/ListProfilesPaginator.js +2 -23
  138. package/dist-es/pagination/ListSecurityPoliciesPaginator.js +2 -23
  139. package/dist-es/pagination/ListServersPaginator.js +2 -23
  140. package/dist-es/pagination/ListTagsForResourcePaginator.js +2 -23
  141. package/dist-es/pagination/ListUsersPaginator.js +2 -23
  142. package/dist-es/pagination/ListWorkflowsPaginator.js +2 -23
  143. package/dist-types/commands/CreateAccessCommand.d.ts +6 -21
  144. package/dist-types/commands/CreateAgreementCommand.d.ts +6 -21
  145. package/dist-types/commands/CreateConnectorCommand.d.ts +6 -21
  146. package/dist-types/commands/CreateProfileCommand.d.ts +6 -21
  147. package/dist-types/commands/CreateServerCommand.d.ts +6 -21
  148. package/dist-types/commands/CreateUserCommand.d.ts +6 -21
  149. package/dist-types/commands/CreateWorkflowCommand.d.ts +6 -21
  150. package/dist-types/commands/DeleteAccessCommand.d.ts +6 -21
  151. package/dist-types/commands/DeleteAgreementCommand.d.ts +6 -21
  152. package/dist-types/commands/DeleteCertificateCommand.d.ts +6 -21
  153. package/dist-types/commands/DeleteConnectorCommand.d.ts +6 -21
  154. package/dist-types/commands/DeleteHostKeyCommand.d.ts +6 -21
  155. package/dist-types/commands/DeleteProfileCommand.d.ts +6 -21
  156. package/dist-types/commands/DeleteServerCommand.d.ts +6 -21
  157. package/dist-types/commands/DeleteSshPublicKeyCommand.d.ts +6 -21
  158. package/dist-types/commands/DeleteUserCommand.d.ts +6 -21
  159. package/dist-types/commands/DeleteWorkflowCommand.d.ts +6 -21
  160. package/dist-types/commands/DescribeAccessCommand.d.ts +6 -21
  161. package/dist-types/commands/DescribeAgreementCommand.d.ts +6 -21
  162. package/dist-types/commands/DescribeCertificateCommand.d.ts +6 -21
  163. package/dist-types/commands/DescribeConnectorCommand.d.ts +6 -21
  164. package/dist-types/commands/DescribeExecutionCommand.d.ts +6 -21
  165. package/dist-types/commands/DescribeHostKeyCommand.d.ts +6 -21
  166. package/dist-types/commands/DescribeProfileCommand.d.ts +6 -21
  167. package/dist-types/commands/DescribeSecurityPolicyCommand.d.ts +6 -21
  168. package/dist-types/commands/DescribeServerCommand.d.ts +6 -21
  169. package/dist-types/commands/DescribeUserCommand.d.ts +6 -21
  170. package/dist-types/commands/DescribeWorkflowCommand.d.ts +6 -21
  171. package/dist-types/commands/ImportCertificateCommand.d.ts +6 -21
  172. package/dist-types/commands/ImportHostKeyCommand.d.ts +6 -21
  173. package/dist-types/commands/ImportSshPublicKeyCommand.d.ts +6 -21
  174. package/dist-types/commands/ListAccessesCommand.d.ts +6 -21
  175. package/dist-types/commands/ListAgreementsCommand.d.ts +6 -21
  176. package/dist-types/commands/ListCertificatesCommand.d.ts +6 -21
  177. package/dist-types/commands/ListConnectorsCommand.d.ts +6 -21
  178. package/dist-types/commands/ListExecutionsCommand.d.ts +6 -21
  179. package/dist-types/commands/ListHostKeysCommand.d.ts +6 -21
  180. package/dist-types/commands/ListProfilesCommand.d.ts +6 -21
  181. package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +6 -21
  182. package/dist-types/commands/ListServersCommand.d.ts +6 -21
  183. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  184. package/dist-types/commands/ListUsersCommand.d.ts +6 -21
  185. package/dist-types/commands/ListWorkflowsCommand.d.ts +6 -21
  186. package/dist-types/commands/SendWorkflowStepStateCommand.d.ts +6 -21
  187. package/dist-types/commands/StartFileTransferCommand.d.ts +6 -21
  188. package/dist-types/commands/StartServerCommand.d.ts +6 -21
  189. package/dist-types/commands/StopServerCommand.d.ts +6 -21
  190. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  191. package/dist-types/commands/TestConnectionCommand.d.ts +6 -21
  192. package/dist-types/commands/TestIdentityProviderCommand.d.ts +6 -21
  193. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  194. package/dist-types/commands/UpdateAccessCommand.d.ts +6 -21
  195. package/dist-types/commands/UpdateAgreementCommand.d.ts +6 -21
  196. package/dist-types/commands/UpdateCertificateCommand.d.ts +6 -21
  197. package/dist-types/commands/UpdateConnectorCommand.d.ts +6 -21
  198. package/dist-types/commands/UpdateHostKeyCommand.d.ts +6 -21
  199. package/dist-types/commands/UpdateProfileCommand.d.ts +6 -21
  200. package/dist-types/commands/UpdateServerCommand.d.ts +6 -21
  201. package/dist-types/commands/UpdateUserCommand.d.ts +6 -21
  202. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  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/ts3.4/commands/CreateAccessCommand.d.ts +14 -23
  215. package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +14 -23
  216. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +14 -23
  217. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +14 -23
  218. package/dist-types/ts3.4/commands/CreateServerCommand.d.ts +14 -23
  219. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +14 -23
  220. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +14 -23
  221. package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +14 -23
  222. package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +14 -23
  223. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +14 -23
  224. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +14 -23
  225. package/dist-types/ts3.4/commands/DeleteHostKeyCommand.d.ts +14 -23
  226. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +14 -23
  227. package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +14 -23
  228. package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +14 -23
  229. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +14 -23
  230. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +14 -23
  231. package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +14 -23
  232. package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +14 -23
  233. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +14 -23
  234. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +14 -23
  235. package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +14 -23
  236. package/dist-types/ts3.4/commands/DescribeHostKeyCommand.d.ts +14 -23
  237. package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +14 -23
  238. package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +12 -24
  239. package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +14 -23
  240. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +14 -23
  241. package/dist-types/ts3.4/commands/DescribeWorkflowCommand.d.ts +14 -23
  242. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +14 -23
  243. package/dist-types/ts3.4/commands/ImportHostKeyCommand.d.ts +14 -23
  244. package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +14 -23
  245. package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +14 -23
  246. package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +14 -23
  247. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +14 -23
  248. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +14 -23
  249. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +14 -23
  250. package/dist-types/ts3.4/commands/ListHostKeysCommand.d.ts +14 -23
  251. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +14 -23
  252. package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +12 -24
  253. package/dist-types/ts3.4/commands/ListServersCommand.d.ts +14 -23
  254. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  255. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +14 -23
  256. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +14 -23
  257. package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +12 -24
  258. package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +14 -23
  259. package/dist-types/ts3.4/commands/StartServerCommand.d.ts +14 -23
  260. package/dist-types/ts3.4/commands/StopServerCommand.d.ts +14 -23
  261. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  262. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +14 -23
  263. package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +12 -24
  264. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  265. package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +14 -23
  266. package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +14 -23
  267. package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +14 -23
  268. package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +14 -23
  269. package/dist-types/ts3.4/commands/UpdateHostKeyCommand.d.ts +14 -23
  270. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +14 -23
  271. package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +14 -23
  272. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +14 -23
  273. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  274. package/dist-types/ts3.4/pagination/ListAccessesPaginator.d.ts +3 -3
  275. package/dist-types/ts3.4/pagination/ListAgreementsPaginator.d.ts +3 -3
  276. package/dist-types/ts3.4/pagination/ListCertificatesPaginator.d.ts +3 -3
  277. package/dist-types/ts3.4/pagination/ListConnectorsPaginator.d.ts +3 -3
  278. package/dist-types/ts3.4/pagination/ListExecutionsPaginator.d.ts +3 -3
  279. package/dist-types/ts3.4/pagination/ListProfilesPaginator.d.ts +3 -3
  280. package/dist-types/ts3.4/pagination/ListSecurityPoliciesPaginator.d.ts +3 -3
  281. package/dist-types/ts3.4/pagination/ListServersPaginator.d.ts +3 -3
  282. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +3 -3
  283. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +3 -3
  284. package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +3 -3
  285. package/package.json +11 -10
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeUserRequest, DescribeUserResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeUserCommandInput extends DescribeUserRequest {
21
20
  */
22
21
  export interface DescribeUserCommandOutput extends DescribeUserResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeUserCommand_base: {
24
+ new (input: DescribeUserCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeUserCommandInput, DescribeUserCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the user assigned to the specific file transfer protocol-enabled server, as
@@ -103,23 +106,5 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad
103
106
  * <p>Base exception class for all service exceptions from Transfer service.</p>
104
107
  *
105
108
  */
106
- export declare class DescribeUserCommand extends $Command<DescribeUserCommandInput, DescribeUserCommandOutput, TransferClientResolvedConfig> {
107
- readonly input: DescribeUserCommandInput;
108
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
109
- /**
110
- * @public
111
- */
112
- constructor(input: DescribeUserCommandInput);
113
- /**
114
- * @internal
115
- */
116
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeUserCommandInput, DescribeUserCommandOutput>;
117
- /**
118
- * @internal
119
- */
120
- private serialize;
121
- /**
122
- * @internal
123
- */
124
- private deserialize;
109
+ export declare class DescribeUserCommand extends DescribeUserCommand_base {
125
110
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeWorkflowRequest, DescribeWorkflowResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeWorkflowCommandInput extends DescribeWorkflowRequest {
21
20
  */
22
21
  export interface DescribeWorkflowCommandOutput extends DescribeWorkflowResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeWorkflowCommand_base: {
24
+ new (input: DescribeWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the specified workflow.</p>
@@ -186,23 +189,5 @@ export interface DescribeWorkflowCommandOutput extends DescribeWorkflowResponse,
186
189
  * <p>Base exception class for all service exceptions from Transfer service.</p>
187
190
  *
188
191
  */
189
- export declare class DescribeWorkflowCommand extends $Command<DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput, TransferClientResolvedConfig> {
190
- readonly input: DescribeWorkflowCommandInput;
191
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
192
- /**
193
- * @public
194
- */
195
- constructor(input: DescribeWorkflowCommandInput);
196
- /**
197
- * @internal
198
- */
199
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput>;
200
- /**
201
- * @internal
202
- */
203
- private serialize;
204
- /**
205
- * @internal
206
- */
207
- private deserialize;
192
+ export declare class DescribeWorkflowCommand extends DescribeWorkflowCommand_base {
208
193
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ImportCertificateRequest, ImportCertificateResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ImportCertificateCommandInput extends ImportCertificateRequest
21
20
  */
22
21
  export interface ImportCertificateCommandOutput extends ImportCertificateResponse, __MetadataBearer {
23
22
  }
23
+ declare const ImportCertificateCommand_base: {
24
+ new (input: ImportCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ImportCertificateCommandInput, ImportCertificateCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Imports the signing and encryption certificates that you need to create local (AS2)
@@ -78,23 +81,5 @@ export interface ImportCertificateCommandOutput extends ImportCertificateRespons
78
81
  * <p>Base exception class for all service exceptions from Transfer service.</p>
79
82
  *
80
83
  */
81
- export declare class ImportCertificateCommand extends $Command<ImportCertificateCommandInput, ImportCertificateCommandOutput, TransferClientResolvedConfig> {
82
- readonly input: ImportCertificateCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: ImportCertificateCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportCertificateCommandInput, ImportCertificateCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class ImportCertificateCommand extends ImportCertificateCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ImportHostKeyRequest, ImportHostKeyResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ImportHostKeyCommandInput extends ImportHostKeyRequest {
21
20
  */
22
21
  export interface ImportHostKeyCommandOutput extends ImportHostKeyResponse, __MetadataBearer {
23
22
  }
23
+ declare const ImportHostKeyCommand_base: {
24
+ new (input: ImportHostKeyCommandInput): import("@smithy/smithy-client").CommandImpl<ImportHostKeyCommandInput, ImportHostKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds a host key to the server that's specified by the <code>ServerId</code>
@@ -80,23 +83,5 @@ export interface ImportHostKeyCommandOutput extends ImportHostKeyResponse, __Met
80
83
  * <p>Base exception class for all service exceptions from Transfer service.</p>
81
84
  *
82
85
  */
83
- export declare class ImportHostKeyCommand extends $Command<ImportHostKeyCommandInput, ImportHostKeyCommandOutput, TransferClientResolvedConfig> {
84
- readonly input: ImportHostKeyCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: ImportHostKeyCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportHostKeyCommandInput, ImportHostKeyCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class ImportHostKeyCommand extends ImportHostKeyCommand_base {
102
87
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ImportSshPublicKeyRequest, ImportSshPublicKeyResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ImportSshPublicKeyCommandInput extends ImportSshPublicKeyReques
21
20
  */
22
21
  export interface ImportSshPublicKeyCommandOutput extends ImportSshPublicKeyResponse, __MetadataBearer {
23
22
  }
23
+ declare const ImportSshPublicKeyCommand_base: {
24
+ new (input: ImportSshPublicKeyCommandInput): import("@smithy/smithy-client").CommandImpl<ImportSshPublicKeyCommandInput, ImportSshPublicKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds a Secure Shell (SSH) public key to a Transfer Family user identified by a
@@ -78,23 +81,5 @@ export interface ImportSshPublicKeyCommandOutput extends ImportSshPublicKeyRespo
78
81
  * <p>Base exception class for all service exceptions from Transfer service.</p>
79
82
  *
80
83
  */
81
- export declare class ImportSshPublicKeyCommand extends $Command<ImportSshPublicKeyCommandInput, ImportSshPublicKeyCommandOutput, TransferClientResolvedConfig> {
82
- readonly input: ImportSshPublicKeyCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: ImportSshPublicKeyCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportSshPublicKeyCommandInput, ImportSshPublicKeyCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class ImportSshPublicKeyCommand extends ImportSshPublicKeyCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListAccessesRequest, ListAccessesResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAccessesCommandInput extends ListAccessesRequest {
21
20
  */
22
21
  export interface ListAccessesCommandOutput extends ListAccessesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAccessesCommand_base: {
24
+ new (input: ListAccessesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccessesCommandInput, ListAccessesCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the details for all the accesses you have on your server.</p>
@@ -78,23 +81,5 @@ export interface ListAccessesCommandOutput extends ListAccessesResponse, __Metad
78
81
  * <p>Base exception class for all service exceptions from Transfer service.</p>
79
82
  *
80
83
  */
81
- export declare class ListAccessesCommand extends $Command<ListAccessesCommandInput, ListAccessesCommandOutput, TransferClientResolvedConfig> {
82
- readonly input: ListAccessesCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: ListAccessesCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccessesCommandInput, ListAccessesCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class ListAccessesCommand extends ListAccessesCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListAgreementsRequest, ListAgreementsResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAgreementsCommandInput extends ListAgreementsRequest {
21
20
  */
22
21
  export interface ListAgreementsCommandOutput extends ListAgreementsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAgreementsCommand_base: {
24
+ new (input: ListAgreementsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAgreementsCommandInput, ListAgreementsCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of the agreements for the server that's identified by the
@@ -84,23 +87,5 @@ export interface ListAgreementsCommandOutput extends ListAgreementsResponse, __M
84
87
  * <p>Base exception class for all service exceptions from Transfer service.</p>
85
88
  *
86
89
  */
87
- export declare class ListAgreementsCommand extends $Command<ListAgreementsCommandInput, ListAgreementsCommandOutput, TransferClientResolvedConfig> {
88
- readonly input: ListAgreementsCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: ListAgreementsCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAgreementsCommandInput, ListAgreementsCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class ListAgreementsCommand extends ListAgreementsCommand_base {
106
91
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListCertificatesRequest, ListCertificatesResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListCertificatesCommandInput extends ListCertificatesRequest {
21
20
  */
22
21
  export interface ListCertificatesCommandOutput extends ListCertificatesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListCertificatesCommand_base: {
24
+ new (input: ListCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCertificatesCommandInput, ListCertificatesCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of the current certificates that have been imported into Transfer Family. If you want to
@@ -84,23 +87,5 @@ export interface ListCertificatesCommandOutput extends ListCertificatesResponse,
84
87
  * <p>Base exception class for all service exceptions from Transfer service.</p>
85
88
  *
86
89
  */
87
- export declare class ListCertificatesCommand extends $Command<ListCertificatesCommandInput, ListCertificatesCommandOutput, TransferClientResolvedConfig> {
88
- readonly input: ListCertificatesCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: ListCertificatesCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCertificatesCommandInput, ListCertificatesCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class ListCertificatesCommand extends ListCertificatesCommand_base {
106
91
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListConnectorsRequest, ListConnectorsResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListConnectorsCommandInput extends ListConnectorsRequest {
21
20
  */
22
21
  export interface ListConnectorsCommandOutput extends ListConnectorsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListConnectorsCommand_base: {
24
+ new (input: ListConnectorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConnectorsCommandInput, ListConnectorsCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the connectors for the specified Region.</p>
@@ -75,23 +78,5 @@ export interface ListConnectorsCommandOutput extends ListConnectorsResponse, __M
75
78
  * <p>Base exception class for all service exceptions from Transfer service.</p>
76
79
  *
77
80
  */
78
- export declare class ListConnectorsCommand extends $Command<ListConnectorsCommandInput, ListConnectorsCommandOutput, TransferClientResolvedConfig> {
79
- readonly input: ListConnectorsCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: ListConnectorsCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConnectorsCommandInput, ListConnectorsCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class ListConnectorsCommand extends ListConnectorsCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListExecutionsRequest, ListExecutionsResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListExecutionsCommandInput extends ListExecutionsRequest {
21
20
  */
22
21
  export interface ListExecutionsCommandOutput extends ListExecutionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListExecutionsCommand_base: {
24
+ new (input: ListExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExecutionsCommandInput, ListExecutionsCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all in-progress executions for the specified workflow.</p>
@@ -99,23 +102,5 @@ export interface ListExecutionsCommandOutput extends ListExecutionsResponse, __M
99
102
  * <p>Base exception class for all service exceptions from Transfer service.</p>
100
103
  *
101
104
  */
102
- export declare class ListExecutionsCommand extends $Command<ListExecutionsCommandInput, ListExecutionsCommandOutput, TransferClientResolvedConfig> {
103
- readonly input: ListExecutionsCommandInput;
104
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
- /**
106
- * @public
107
- */
108
- constructor(input: ListExecutionsCommandInput);
109
- /**
110
- * @internal
111
- */
112
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExecutionsCommandInput, ListExecutionsCommandOutput>;
113
- /**
114
- * @internal
115
- */
116
- private serialize;
117
- /**
118
- * @internal
119
- */
120
- private deserialize;
105
+ export declare class ListExecutionsCommand extends ListExecutionsCommand_base {
121
106
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListHostKeysRequest, ListHostKeysResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListHostKeysCommandInput extends ListHostKeysRequest {
21
20
  */
22
21
  export interface ListHostKeysCommandOutput extends ListHostKeysResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListHostKeysCommand_base: {
24
+ new (input: ListHostKeysCommandInput): import("@smithy/smithy-client").CommandImpl<ListHostKeysCommandInput, ListHostKeysCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of host keys for the server that's specified by the <code>ServerId</code>
@@ -81,23 +84,5 @@ export interface ListHostKeysCommandOutput extends ListHostKeysResponse, __Metad
81
84
  * <p>Base exception class for all service exceptions from Transfer service.</p>
82
85
  *
83
86
  */
84
- export declare class ListHostKeysCommand extends $Command<ListHostKeysCommandInput, ListHostKeysCommandOutput, TransferClientResolvedConfig> {
85
- readonly input: ListHostKeysCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ListHostKeysCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHostKeysCommandInput, ListHostKeysCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ListHostKeysCommand extends ListHostKeysCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListProfilesRequest, ListProfilesResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListProfilesCommandInput extends ListProfilesRequest {
21
20
  */
22
21
  export interface ListProfilesCommandOutput extends ListProfilesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListProfilesCommand_base: {
24
+ new (input: ListProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<ListProfilesCommandInput, ListProfilesCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of the profiles for your system. If you want to limit the results to a
@@ -80,23 +83,5 @@ export interface ListProfilesCommandOutput extends ListProfilesResponse, __Metad
80
83
  * <p>Base exception class for all service exceptions from Transfer service.</p>
81
84
  *
82
85
  */
83
- export declare class ListProfilesCommand extends $Command<ListProfilesCommandInput, ListProfilesCommandOutput, TransferClientResolvedConfig> {
84
- readonly input: ListProfilesCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: ListProfilesCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProfilesCommandInput, ListProfilesCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class ListProfilesCommand extends ListProfilesCommand_base {
102
87
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListSecurityPoliciesRequest, ListSecurityPoliciesResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListSecurityPoliciesCommandInput extends ListSecurityPoliciesRe
21
20
  */
22
21
  export interface ListSecurityPoliciesCommandOutput extends ListSecurityPoliciesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListSecurityPoliciesCommand_base: {
24
+ new (input: ListSecurityPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the security policies that are attached to your file transfer protocol-enabled
@@ -68,23 +71,5 @@ export interface ListSecurityPoliciesCommandOutput extends ListSecurityPoliciesR
68
71
  * <p>Base exception class for all service exceptions from Transfer service.</p>
69
72
  *
70
73
  */
71
- export declare class ListSecurityPoliciesCommand extends $Command<ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput, TransferClientResolvedConfig> {
72
- readonly input: ListSecurityPoliciesCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: ListSecurityPoliciesCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class ListSecurityPoliciesCommand extends ListSecurityPoliciesCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListServersRequest, ListServersResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListServersCommandInput extends ListServersRequest {
21
20
  */
22
21
  export interface ListServersCommandOutput extends ListServersResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListServersCommand_base: {
24
+ new (input: ListServersCommandInput): import("@smithy/smithy-client").CommandImpl<ListServersCommandInput, ListServersCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the file transfer protocol-enabled servers that are associated with your Amazon Web Services
@@ -77,23 +80,5 @@ export interface ListServersCommandOutput extends ListServersResponse, __Metadat
77
80
  * <p>Base exception class for all service exceptions from Transfer service.</p>
78
81
  *
79
82
  */
80
- export declare class ListServersCommand extends $Command<ListServersCommandInput, ListServersCommandOutput, TransferClientResolvedConfig> {
81
- readonly input: ListServersCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: ListServersCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListServersCommandInput, ListServersCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class ListServersCommand extends ListServersCommand_base {
99
84
  }