@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,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeConnectorRequest,
11
5
  DescribeConnectorResponse,
@@ -21,19 +15,16 @@ export interface DescribeConnectorCommandInput
21
15
  export interface DescribeConnectorCommandOutput
22
16
  extends DescribeConnectorResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeConnectorCommand extends $Command<
25
- DescribeConnectorCommandInput,
26
- DescribeConnectorCommandOutput,
27
- TransferClientResolvedConfig
28
- > {
29
- readonly input: DescribeConnectorCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeConnectorCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TransferClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DescribeConnectorCommandInput, DescribeConnectorCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DescribeConnectorCommand_base: {
19
+ new (
20
+ input: DescribeConnectorCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeConnectorCommandInput,
23
+ DescribeConnectorCommandOutput,
24
+ TransferClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeConnectorCommand extends DescribeConnectorCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeExecutionRequest,
11
5
  DescribeExecutionResponse,
@@ -21,19 +15,16 @@ export interface DescribeExecutionCommandInput
21
15
  export interface DescribeExecutionCommandOutput
22
16
  extends DescribeExecutionResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeExecutionCommand extends $Command<
25
- DescribeExecutionCommandInput,
26
- DescribeExecutionCommandOutput,
27
- TransferClientResolvedConfig
28
- > {
29
- readonly input: DescribeExecutionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeExecutionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TransferClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DescribeExecutionCommandInput, DescribeExecutionCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DescribeExecutionCommand_base: {
19
+ new (
20
+ input: DescribeExecutionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeExecutionCommandInput,
23
+ DescribeExecutionCommandOutput,
24
+ TransferClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeExecutionCommand extends DescribeExecutionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeHostKeyRequest,
11
5
  DescribeHostKeyResponse,
@@ -20,19 +14,16 @@ export interface DescribeHostKeyCommandInput extends DescribeHostKeyRequest {}
20
14
  export interface DescribeHostKeyCommandOutput
21
15
  extends DescribeHostKeyResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeHostKeyCommand extends $Command<
24
- DescribeHostKeyCommandInput,
25
- DescribeHostKeyCommandOutput,
26
- TransferClientResolvedConfig
27
- > {
28
- readonly input: DescribeHostKeyCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeHostKeyCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: TransferClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeHostKeyCommandInput, DescribeHostKeyCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeHostKeyCommand_base: {
18
+ new (
19
+ input: DescribeHostKeyCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeHostKeyCommandInput,
22
+ DescribeHostKeyCommandOutput,
23
+ TransferClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeHostKeyCommand extends DescribeHostKeyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeProfileRequest,
11
5
  DescribeProfileResponse,
@@ -20,19 +14,16 @@ export interface DescribeProfileCommandInput extends DescribeProfileRequest {}
20
14
  export interface DescribeProfileCommandOutput
21
15
  extends DescribeProfileResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeProfileCommand extends $Command<
24
- DescribeProfileCommandInput,
25
- DescribeProfileCommandOutput,
26
- TransferClientResolvedConfig
27
- > {
28
- readonly input: DescribeProfileCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeProfileCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: TransferClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeProfileCommandInput, DescribeProfileCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeProfileCommand_base: {
18
+ new (
19
+ input: DescribeProfileCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeProfileCommandInput,
22
+ DescribeProfileCommandOutput,
23
+ TransferClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeProfileCommand extends DescribeProfileCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeSecurityPolicyRequest,
11
5
  DescribeSecurityPolicyResponse,
@@ -21,22 +15,16 @@ export interface DescribeSecurityPolicyCommandInput
21
15
  export interface DescribeSecurityPolicyCommandOutput
22
16
  extends DescribeSecurityPolicyResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeSecurityPolicyCommand extends $Command<
25
- DescribeSecurityPolicyCommandInput,
26
- DescribeSecurityPolicyCommandOutput,
27
- TransferClientResolvedConfig
28
- > {
29
- readonly input: DescribeSecurityPolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeSecurityPolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TransferClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeSecurityPolicyCommand_base: {
19
+ new (
20
+ input: DescribeSecurityPolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeSecurityPolicyCommandInput,
38
- DescribeSecurityPolicyCommandOutput
23
+ DescribeSecurityPolicyCommandOutput,
24
+ TransferClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeSecurityPolicyCommand extends DescribeSecurityPolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeServerRequest,
11
5
  DescribeServerResponse,
@@ -20,19 +14,16 @@ export interface DescribeServerCommandInput extends DescribeServerRequest {}
20
14
  export interface DescribeServerCommandOutput
21
15
  extends DescribeServerResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeServerCommand extends $Command<
24
- DescribeServerCommandInput,
25
- DescribeServerCommandOutput,
26
- TransferClientResolvedConfig
27
- > {
28
- readonly input: DescribeServerCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeServerCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: TransferClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeServerCommandInput, DescribeServerCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeServerCommand_base: {
18
+ new (
19
+ input: DescribeServerCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeServerCommandInput,
22
+ DescribeServerCommandOutput,
23
+ TransferClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeServerCommand extends DescribeServerCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DescribeUserRequest, DescribeUserResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DescribeUserCommandInput extends DescribeUserRequest {}
17
11
  export interface DescribeUserCommandOutput
18
12
  extends DescribeUserResponse,
19
13
  __MetadataBearer {}
20
- export declare class DescribeUserCommand extends $Command<
21
- DescribeUserCommandInput,
22
- DescribeUserCommandOutput,
23
- TransferClientResolvedConfig
24
- > {
25
- readonly input: DescribeUserCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DescribeUserCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: TransferClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DescribeUserCommandInput, DescribeUserCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DescribeUserCommand_base: {
15
+ new (
16
+ input: DescribeUserCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DescribeUserCommandInput,
19
+ DescribeUserCommandOutput,
20
+ TransferClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DescribeUserCommand extends DescribeUserCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeWorkflowRequest,
11
5
  DescribeWorkflowResponse,
@@ -20,19 +14,16 @@ export interface DescribeWorkflowCommandInput extends DescribeWorkflowRequest {}
20
14
  export interface DescribeWorkflowCommandOutput
21
15
  extends DescribeWorkflowResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeWorkflowCommand extends $Command<
24
- DescribeWorkflowCommandInput,
25
- DescribeWorkflowCommandOutput,
26
- TransferClientResolvedConfig
27
- > {
28
- readonly input: DescribeWorkflowCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeWorkflowCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: TransferClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeWorkflowCommand_base: {
18
+ new (
19
+ input: DescribeWorkflowCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeWorkflowCommandInput,
22
+ DescribeWorkflowCommandOutput,
23
+ TransferClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeWorkflowCommand extends DescribeWorkflowCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ImportCertificateRequest,
11
5
  ImportCertificateResponse,
@@ -21,19 +15,16 @@ export interface ImportCertificateCommandInput
21
15
  export interface ImportCertificateCommandOutput
22
16
  extends ImportCertificateResponse,
23
17
  __MetadataBearer {}
24
- export declare class ImportCertificateCommand extends $Command<
25
- ImportCertificateCommandInput,
26
- ImportCertificateCommandOutput,
27
- TransferClientResolvedConfig
28
- > {
29
- readonly input: ImportCertificateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ImportCertificateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TransferClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ImportCertificateCommandInput, ImportCertificateCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ImportCertificateCommand_base: {
19
+ new (
20
+ input: ImportCertificateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ImportCertificateCommandInput,
23
+ ImportCertificateCommandOutput,
24
+ TransferClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ImportCertificateCommand extends ImportCertificateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ImportHostKeyRequest,
11
5
  ImportHostKeyResponse,
@@ -20,19 +14,16 @@ export interface ImportHostKeyCommandInput extends ImportHostKeyRequest {}
20
14
  export interface ImportHostKeyCommandOutput
21
15
  extends ImportHostKeyResponse,
22
16
  __MetadataBearer {}
23
- export declare class ImportHostKeyCommand extends $Command<
24
- ImportHostKeyCommandInput,
25
- ImportHostKeyCommandOutput,
26
- TransferClientResolvedConfig
27
- > {
28
- readonly input: ImportHostKeyCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ImportHostKeyCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: TransferClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ImportHostKeyCommandInput, ImportHostKeyCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ImportHostKeyCommand_base: {
18
+ new (
19
+ input: ImportHostKeyCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ImportHostKeyCommandInput,
22
+ ImportHostKeyCommandOutput,
23
+ TransferClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ImportHostKeyCommand extends ImportHostKeyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ImportSshPublicKeyRequest,
11
5
  ImportSshPublicKeyResponse,
@@ -21,19 +15,16 @@ export interface ImportSshPublicKeyCommandInput
21
15
  export interface ImportSshPublicKeyCommandOutput
22
16
  extends ImportSshPublicKeyResponse,
23
17
  __MetadataBearer {}
24
- export declare class ImportSshPublicKeyCommand extends $Command<
25
- ImportSshPublicKeyCommandInput,
26
- ImportSshPublicKeyCommandOutput,
27
- TransferClientResolvedConfig
28
- > {
29
- readonly input: ImportSshPublicKeyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ImportSshPublicKeyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TransferClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ImportSshPublicKeyCommandInput, ImportSshPublicKeyCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ImportSshPublicKeyCommand_base: {
19
+ new (
20
+ input: ImportSshPublicKeyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ImportSshPublicKeyCommandInput,
23
+ ImportSshPublicKeyCommandOutput,
24
+ TransferClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ImportSshPublicKeyCommand extends ImportSshPublicKeyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { ListAccessesRequest, ListAccessesResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListAccessesCommandInput extends ListAccessesRequest {}
17
11
  export interface ListAccessesCommandOutput
18
12
  extends ListAccessesResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListAccessesCommand extends $Command<
21
- ListAccessesCommandInput,
22
- ListAccessesCommandOutput,
23
- TransferClientResolvedConfig
24
- > {
25
- readonly input: ListAccessesCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListAccessesCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: TransferClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListAccessesCommandInput, ListAccessesCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListAccessesCommand_base: {
15
+ new (
16
+ input: ListAccessesCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListAccessesCommandInput,
19
+ ListAccessesCommandOutput,
20
+ TransferClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListAccessesCommand extends ListAccessesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListAgreementsRequest,
11
5
  ListAgreementsResponse,
@@ -20,19 +14,16 @@ export interface ListAgreementsCommandInput extends ListAgreementsRequest {}
20
14
  export interface ListAgreementsCommandOutput
21
15
  extends ListAgreementsResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListAgreementsCommand extends $Command<
24
- ListAgreementsCommandInput,
25
- ListAgreementsCommandOutput,
26
- TransferClientResolvedConfig
27
- > {
28
- readonly input: ListAgreementsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListAgreementsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: TransferClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListAgreementsCommandInput, ListAgreementsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListAgreementsCommand_base: {
18
+ new (
19
+ input: ListAgreementsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListAgreementsCommandInput,
22
+ ListAgreementsCommandOutput,
23
+ TransferClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListAgreementsCommand extends ListAgreementsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListCertificatesRequest,
11
5
  ListCertificatesResponse,
@@ -20,19 +14,16 @@ export interface ListCertificatesCommandInput extends ListCertificatesRequest {}
20
14
  export interface ListCertificatesCommandOutput
21
15
  extends ListCertificatesResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListCertificatesCommand extends $Command<
24
- ListCertificatesCommandInput,
25
- ListCertificatesCommandOutput,
26
- TransferClientResolvedConfig
27
- > {
28
- readonly input: ListCertificatesCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListCertificatesCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: TransferClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListCertificatesCommandInput, ListCertificatesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListCertificatesCommand_base: {
18
+ new (
19
+ input: ListCertificatesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListCertificatesCommandInput,
22
+ ListCertificatesCommandOutput,
23
+ TransferClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListCertificatesCommand extends ListCertificatesCommand_base {}