@aws-sdk/client-transfer 3.335.0 → 3.338.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 (245) hide show
  1. package/dist-cjs/TransferClient.js +2 -1
  2. package/dist-cjs/commands/CreateAccessCommand.js +2 -1
  3. package/dist-cjs/commands/CreateAgreementCommand.js +2 -1
  4. package/dist-cjs/commands/CreateConnectorCommand.js +2 -1
  5. package/dist-cjs/commands/CreateProfileCommand.js +2 -1
  6. package/dist-cjs/commands/CreateServerCommand.js +2 -1
  7. package/dist-cjs/commands/CreateUserCommand.js +2 -1
  8. package/dist-cjs/commands/CreateWorkflowCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteAccessCommand.js +2 -1
  10. package/dist-cjs/commands/DeleteAgreementCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteCertificateCommand.js +2 -1
  12. package/dist-cjs/commands/DeleteConnectorCommand.js +2 -1
  13. package/dist-cjs/commands/DeleteHostKeyCommand.js +2 -1
  14. package/dist-cjs/commands/DeleteProfileCommand.js +2 -1
  15. package/dist-cjs/commands/DeleteServerCommand.js +2 -1
  16. package/dist-cjs/commands/DeleteSshPublicKeyCommand.js +2 -1
  17. package/dist-cjs/commands/DeleteUserCommand.js +2 -1
  18. package/dist-cjs/commands/DeleteWorkflowCommand.js +2 -1
  19. package/dist-cjs/commands/DescribeAccessCommand.js +2 -1
  20. package/dist-cjs/commands/DescribeAgreementCommand.js +2 -1
  21. package/dist-cjs/commands/DescribeCertificateCommand.js +2 -1
  22. package/dist-cjs/commands/DescribeConnectorCommand.js +2 -1
  23. package/dist-cjs/commands/DescribeExecutionCommand.js +2 -1
  24. package/dist-cjs/commands/DescribeHostKeyCommand.js +2 -1
  25. package/dist-cjs/commands/DescribeProfileCommand.js +2 -1
  26. package/dist-cjs/commands/DescribeSecurityPolicyCommand.js +2 -1
  27. package/dist-cjs/commands/DescribeServerCommand.js +2 -1
  28. package/dist-cjs/commands/DescribeUserCommand.js +2 -1
  29. package/dist-cjs/commands/DescribeWorkflowCommand.js +2 -1
  30. package/dist-cjs/commands/ImportCertificateCommand.js +2 -1
  31. package/dist-cjs/commands/ImportHostKeyCommand.js +2 -1
  32. package/dist-cjs/commands/ImportSshPublicKeyCommand.js +2 -1
  33. package/dist-cjs/commands/ListAccessesCommand.js +2 -1
  34. package/dist-cjs/commands/ListAgreementsCommand.js +2 -1
  35. package/dist-cjs/commands/ListCertificatesCommand.js +2 -1
  36. package/dist-cjs/commands/ListConnectorsCommand.js +2 -1
  37. package/dist-cjs/commands/ListExecutionsCommand.js +2 -1
  38. package/dist-cjs/commands/ListHostKeysCommand.js +2 -1
  39. package/dist-cjs/commands/ListProfilesCommand.js +2 -1
  40. package/dist-cjs/commands/ListSecurityPoliciesCommand.js +2 -1
  41. package/dist-cjs/commands/ListServersCommand.js +2 -1
  42. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  43. package/dist-cjs/commands/ListUsersCommand.js +2 -1
  44. package/dist-cjs/commands/ListWorkflowsCommand.js +2 -1
  45. package/dist-cjs/commands/SendWorkflowStepStateCommand.js +2 -1
  46. package/dist-cjs/commands/StartFileTransferCommand.js +2 -1
  47. package/dist-cjs/commands/StartServerCommand.js +2 -1
  48. package/dist-cjs/commands/StopServerCommand.js +2 -1
  49. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  50. package/dist-cjs/commands/TestIdentityProviderCommand.js +2 -1
  51. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  52. package/dist-cjs/commands/UpdateAccessCommand.js +2 -1
  53. package/dist-cjs/commands/UpdateAgreementCommand.js +2 -1
  54. package/dist-cjs/commands/UpdateCertificateCommand.js +2 -1
  55. package/dist-cjs/commands/UpdateConnectorCommand.js +2 -1
  56. package/dist-cjs/commands/UpdateHostKeyCommand.js +2 -1
  57. package/dist-cjs/commands/UpdateProfileCommand.js +2 -1
  58. package/dist-cjs/commands/UpdateServerCommand.js +2 -1
  59. package/dist-cjs/commands/UpdateUserCommand.js +2 -1
  60. package/dist-cjs/index.js +2 -2
  61. package/dist-cjs/models/TransferServiceException.js +2 -1
  62. package/dist-es/TransferClient.js +1 -0
  63. package/dist-es/commands/CreateAccessCommand.js +1 -0
  64. package/dist-es/commands/CreateAgreementCommand.js +1 -0
  65. package/dist-es/commands/CreateConnectorCommand.js +1 -0
  66. package/dist-es/commands/CreateProfileCommand.js +1 -0
  67. package/dist-es/commands/CreateServerCommand.js +1 -0
  68. package/dist-es/commands/CreateUserCommand.js +1 -0
  69. package/dist-es/commands/CreateWorkflowCommand.js +1 -0
  70. package/dist-es/commands/DeleteAccessCommand.js +1 -0
  71. package/dist-es/commands/DeleteAgreementCommand.js +1 -0
  72. package/dist-es/commands/DeleteCertificateCommand.js +1 -0
  73. package/dist-es/commands/DeleteConnectorCommand.js +1 -0
  74. package/dist-es/commands/DeleteHostKeyCommand.js +1 -0
  75. package/dist-es/commands/DeleteProfileCommand.js +1 -0
  76. package/dist-es/commands/DeleteServerCommand.js +1 -0
  77. package/dist-es/commands/DeleteSshPublicKeyCommand.js +1 -0
  78. package/dist-es/commands/DeleteUserCommand.js +1 -0
  79. package/dist-es/commands/DeleteWorkflowCommand.js +1 -0
  80. package/dist-es/commands/DescribeAccessCommand.js +1 -0
  81. package/dist-es/commands/DescribeAgreementCommand.js +1 -0
  82. package/dist-es/commands/DescribeCertificateCommand.js +1 -0
  83. package/dist-es/commands/DescribeConnectorCommand.js +1 -0
  84. package/dist-es/commands/DescribeExecutionCommand.js +1 -0
  85. package/dist-es/commands/DescribeHostKeyCommand.js +1 -0
  86. package/dist-es/commands/DescribeProfileCommand.js +1 -0
  87. package/dist-es/commands/DescribeSecurityPolicyCommand.js +1 -0
  88. package/dist-es/commands/DescribeServerCommand.js +1 -0
  89. package/dist-es/commands/DescribeUserCommand.js +1 -0
  90. package/dist-es/commands/DescribeWorkflowCommand.js +1 -0
  91. package/dist-es/commands/ImportCertificateCommand.js +1 -0
  92. package/dist-es/commands/ImportHostKeyCommand.js +1 -0
  93. package/dist-es/commands/ImportSshPublicKeyCommand.js +1 -0
  94. package/dist-es/commands/ListAccessesCommand.js +1 -0
  95. package/dist-es/commands/ListAgreementsCommand.js +1 -0
  96. package/dist-es/commands/ListCertificatesCommand.js +1 -0
  97. package/dist-es/commands/ListConnectorsCommand.js +1 -0
  98. package/dist-es/commands/ListExecutionsCommand.js +1 -0
  99. package/dist-es/commands/ListHostKeysCommand.js +1 -0
  100. package/dist-es/commands/ListProfilesCommand.js +1 -0
  101. package/dist-es/commands/ListSecurityPoliciesCommand.js +1 -0
  102. package/dist-es/commands/ListServersCommand.js +1 -0
  103. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  104. package/dist-es/commands/ListUsersCommand.js +1 -0
  105. package/dist-es/commands/ListWorkflowsCommand.js +1 -0
  106. package/dist-es/commands/SendWorkflowStepStateCommand.js +1 -0
  107. package/dist-es/commands/StartFileTransferCommand.js +1 -0
  108. package/dist-es/commands/StartServerCommand.js +1 -0
  109. package/dist-es/commands/StopServerCommand.js +1 -0
  110. package/dist-es/commands/TagResourceCommand.js +1 -0
  111. package/dist-es/commands/TestIdentityProviderCommand.js +1 -0
  112. package/dist-es/commands/UntagResourceCommand.js +1 -0
  113. package/dist-es/commands/UpdateAccessCommand.js +1 -0
  114. package/dist-es/commands/UpdateAgreementCommand.js +1 -0
  115. package/dist-es/commands/UpdateCertificateCommand.js +1 -0
  116. package/dist-es/commands/UpdateConnectorCommand.js +1 -0
  117. package/dist-es/commands/UpdateHostKeyCommand.js +1 -0
  118. package/dist-es/commands/UpdateProfileCommand.js +1 -0
  119. package/dist-es/commands/UpdateServerCommand.js +1 -0
  120. package/dist-es/commands/UpdateUserCommand.js +1 -0
  121. package/dist-es/index.js +2 -2
  122. package/dist-es/models/TransferServiceException.js +1 -0
  123. package/dist-types/TransferClient.d.ts +3 -3
  124. package/dist-types/commands/CreateAccessCommand.d.ts +4 -0
  125. package/dist-types/commands/CreateAgreementCommand.d.ts +4 -0
  126. package/dist-types/commands/CreateConnectorCommand.d.ts +4 -0
  127. package/dist-types/commands/CreateProfileCommand.d.ts +4 -0
  128. package/dist-types/commands/CreateServerCommand.d.ts +4 -0
  129. package/dist-types/commands/CreateUserCommand.d.ts +4 -0
  130. package/dist-types/commands/CreateWorkflowCommand.d.ts +4 -0
  131. package/dist-types/commands/DeleteAccessCommand.d.ts +4 -0
  132. package/dist-types/commands/DeleteAgreementCommand.d.ts +4 -0
  133. package/dist-types/commands/DeleteCertificateCommand.d.ts +4 -0
  134. package/dist-types/commands/DeleteConnectorCommand.d.ts +4 -0
  135. package/dist-types/commands/DeleteHostKeyCommand.d.ts +4 -0
  136. package/dist-types/commands/DeleteProfileCommand.d.ts +4 -0
  137. package/dist-types/commands/DeleteServerCommand.d.ts +4 -0
  138. package/dist-types/commands/DeleteSshPublicKeyCommand.d.ts +4 -0
  139. package/dist-types/commands/DeleteUserCommand.d.ts +4 -0
  140. package/dist-types/commands/DeleteWorkflowCommand.d.ts +4 -0
  141. package/dist-types/commands/DescribeAccessCommand.d.ts +4 -0
  142. package/dist-types/commands/DescribeAgreementCommand.d.ts +4 -0
  143. package/dist-types/commands/DescribeCertificateCommand.d.ts +4 -0
  144. package/dist-types/commands/DescribeConnectorCommand.d.ts +4 -0
  145. package/dist-types/commands/DescribeExecutionCommand.d.ts +4 -0
  146. package/dist-types/commands/DescribeHostKeyCommand.d.ts +4 -0
  147. package/dist-types/commands/DescribeProfileCommand.d.ts +4 -0
  148. package/dist-types/commands/DescribeSecurityPolicyCommand.d.ts +4 -0
  149. package/dist-types/commands/DescribeServerCommand.d.ts +4 -0
  150. package/dist-types/commands/DescribeUserCommand.d.ts +4 -0
  151. package/dist-types/commands/DescribeWorkflowCommand.d.ts +4 -0
  152. package/dist-types/commands/ImportCertificateCommand.d.ts +4 -0
  153. package/dist-types/commands/ImportHostKeyCommand.d.ts +4 -0
  154. package/dist-types/commands/ImportSshPublicKeyCommand.d.ts +4 -0
  155. package/dist-types/commands/ListAccessesCommand.d.ts +4 -0
  156. package/dist-types/commands/ListAgreementsCommand.d.ts +4 -0
  157. package/dist-types/commands/ListCertificatesCommand.d.ts +4 -0
  158. package/dist-types/commands/ListConnectorsCommand.d.ts +4 -0
  159. package/dist-types/commands/ListExecutionsCommand.d.ts +4 -0
  160. package/dist-types/commands/ListHostKeysCommand.d.ts +4 -0
  161. package/dist-types/commands/ListProfilesCommand.d.ts +4 -0
  162. package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +4 -0
  163. package/dist-types/commands/ListServersCommand.d.ts +4 -0
  164. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  165. package/dist-types/commands/ListUsersCommand.d.ts +4 -0
  166. package/dist-types/commands/ListWorkflowsCommand.d.ts +4 -0
  167. package/dist-types/commands/SendWorkflowStepStateCommand.d.ts +4 -0
  168. package/dist-types/commands/StartFileTransferCommand.d.ts +4 -0
  169. package/dist-types/commands/StartServerCommand.d.ts +4 -0
  170. package/dist-types/commands/StopServerCommand.d.ts +4 -0
  171. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  172. package/dist-types/commands/TestIdentityProviderCommand.d.ts +4 -0
  173. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  174. package/dist-types/commands/UpdateAccessCommand.d.ts +4 -0
  175. package/dist-types/commands/UpdateAgreementCommand.d.ts +4 -0
  176. package/dist-types/commands/UpdateCertificateCommand.d.ts +4 -0
  177. package/dist-types/commands/UpdateConnectorCommand.d.ts +4 -0
  178. package/dist-types/commands/UpdateHostKeyCommand.d.ts +4 -0
  179. package/dist-types/commands/UpdateProfileCommand.d.ts +4 -0
  180. package/dist-types/commands/UpdateServerCommand.d.ts +4 -0
  181. package/dist-types/commands/UpdateUserCommand.d.ts +4 -0
  182. package/dist-types/index.d.ts +16 -2
  183. package/dist-types/models/TransferServiceException.d.ts +1 -0
  184. package/dist-types/ts3.4/TransferClient.d.ts +3 -3
  185. package/dist-types/ts3.4/commands/CreateAccessCommand.d.ts +1 -0
  186. package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +1 -0
  187. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +1 -0
  188. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +1 -0
  189. package/dist-types/ts3.4/commands/CreateServerCommand.d.ts +1 -0
  190. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +1 -0
  191. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +1 -0
  192. package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +1 -0
  193. package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +1 -0
  194. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +1 -0
  195. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +1 -0
  196. package/dist-types/ts3.4/commands/DeleteHostKeyCommand.d.ts +1 -0
  197. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +1 -0
  198. package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +1 -0
  199. package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +1 -0
  200. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -0
  201. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +1 -0
  202. package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +1 -0
  203. package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +1 -0
  204. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +1 -0
  205. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +1 -0
  206. package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +1 -0
  207. package/dist-types/ts3.4/commands/DescribeHostKeyCommand.d.ts +1 -0
  208. package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +1 -0
  209. package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +1 -0
  210. package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +1 -0
  211. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -0
  212. package/dist-types/ts3.4/commands/DescribeWorkflowCommand.d.ts +1 -0
  213. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +1 -0
  214. package/dist-types/ts3.4/commands/ImportHostKeyCommand.d.ts +1 -0
  215. package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +1 -0
  216. package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +1 -0
  217. package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +1 -0
  218. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +1 -0
  219. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +1 -0
  220. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +1 -0
  221. package/dist-types/ts3.4/commands/ListHostKeysCommand.d.ts +1 -0
  222. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +1 -0
  223. package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +1 -0
  224. package/dist-types/ts3.4/commands/ListServersCommand.d.ts +1 -0
  225. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  226. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -0
  227. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +1 -0
  228. package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +1 -0
  229. package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +1 -0
  230. package/dist-types/ts3.4/commands/StartServerCommand.d.ts +1 -0
  231. package/dist-types/ts3.4/commands/StopServerCommand.d.ts +1 -0
  232. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  233. package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +1 -0
  234. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  235. package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +1 -0
  236. package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +1 -0
  237. package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +1 -0
  238. package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +1 -0
  239. package/dist-types/ts3.4/commands/UpdateHostKeyCommand.d.ts +1 -0
  240. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +1 -0
  241. package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +1 -0
  242. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -0
  243. package/dist-types/ts3.4/index.d.ts +2 -2
  244. package/dist-types/ts3.4/models/TransferServiceException.d.ts +1 -0
  245. package/package.json +29 -29
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TransferClient = void 0;
3
+ exports.TransferClient = exports.__Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
16
  const runtimeConfig_1 = require("./runtimeConfig");
16
17
  class TransferClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAccessCommand = void 0;
3
+ exports.CreateAccessCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class CreateAccessCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAgreementCommand = void 0;
3
+ exports.CreateAgreementCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class CreateAgreementCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateConnectorCommand = void 0;
3
+ exports.CreateConnectorCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class CreateConnectorCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateProfileCommand = void 0;
3
+ exports.CreateProfileCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class CreateProfileCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateServerCommand = void 0;
3
+ exports.CreateServerCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateServerCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateUserCommand = void 0;
3
+ exports.CreateUserCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class CreateUserCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateWorkflowCommand = void 0;
3
+ exports.CreateWorkflowCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class CreateWorkflowCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAccessCommand = void 0;
3
+ exports.DeleteAccessCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeleteAccessCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAgreementCommand = void 0;
3
+ exports.DeleteAgreementCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeleteAgreementCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteCertificateCommand = void 0;
3
+ exports.DeleteCertificateCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeleteCertificateCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteConnectorCommand = void 0;
3
+ exports.DeleteConnectorCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeleteConnectorCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteHostKeyCommand = void 0;
3
+ exports.DeleteHostKeyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeleteHostKeyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteProfileCommand = void 0;
3
+ exports.DeleteProfileCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeleteProfileCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteServerCommand = void 0;
3
+ exports.DeleteServerCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeleteServerCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteSshPublicKeyCommand = void 0;
3
+ exports.DeleteSshPublicKeyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeleteSshPublicKeyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteUserCommand = void 0;
3
+ exports.DeleteUserCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeleteUserCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteWorkflowCommand = void 0;
3
+ exports.DeleteWorkflowCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeleteWorkflowCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAccessCommand = void 0;
3
+ exports.DescribeAccessCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeAccessCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAgreementCommand = void 0;
3
+ exports.DescribeAgreementCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeAgreementCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeCertificateCommand = void 0;
3
+ exports.DescribeCertificateCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DescribeCertificateCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeConnectorCommand = void 0;
3
+ exports.DescribeConnectorCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeConnectorCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeExecutionCommand = void 0;
3
+ exports.DescribeExecutionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeExecutionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeHostKeyCommand = void 0;
3
+ exports.DescribeHostKeyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeHostKeyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeProfileCommand = void 0;
3
+ exports.DescribeProfileCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeProfileCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeSecurityPolicyCommand = void 0;
3
+ exports.DescribeSecurityPolicyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeSecurityPolicyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeServerCommand = void 0;
3
+ exports.DescribeServerCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeServerCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeUserCommand = void 0;
3
+ exports.DescribeUserCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeUserCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeWorkflowCommand = void 0;
3
+ exports.DescribeWorkflowCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeWorkflowCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ImportCertificateCommand = void 0;
3
+ exports.ImportCertificateCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class ImportCertificateCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ImportHostKeyCommand = void 0;
3
+ exports.ImportHostKeyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class ImportHostKeyCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ImportSshPublicKeyCommand = void 0;
3
+ exports.ImportSshPublicKeyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ImportSshPublicKeyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAccessesCommand = void 0;
3
+ exports.ListAccessesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ListAccessesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAgreementsCommand = void 0;
3
+ exports.ListAgreementsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ListAgreementsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCertificatesCommand = void 0;
3
+ exports.ListCertificatesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ListCertificatesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListConnectorsCommand = void 0;
3
+ exports.ListConnectorsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ListConnectorsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListExecutionsCommand = void 0;
3
+ exports.ListExecutionsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ListExecutionsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListHostKeysCommand = void 0;
3
+ exports.ListHostKeysCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ListHostKeysCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListProfilesCommand = void 0;
3
+ exports.ListProfilesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ListProfilesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSecurityPoliciesCommand = void 0;
3
+ exports.ListSecurityPoliciesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ListSecurityPoliciesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListServersCommand = void 0;
3
+ exports.ListServersCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ListServersCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = void 0;
3
+ exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ListTagsForResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListUsersCommand = void 0;
3
+ exports.ListUsersCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ListUsersCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListWorkflowsCommand = void 0;
3
+ exports.ListWorkflowsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ListWorkflowsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SendWorkflowStepStateCommand = void 0;
3
+ exports.SendWorkflowStepStateCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class SendWorkflowStepStateCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartFileTransferCommand = void 0;
3
+ exports.StartFileTransferCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class StartFileTransferCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {