@aws-sdk/client-transfer 3.1077.0 → 3.1078.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 (221) hide show
  1. package/dist-cjs/index.js +219 -853
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateAccessCommand.js +2 -14
  4. package/dist-es/commands/CreateAgreementCommand.js +2 -14
  5. package/dist-es/commands/CreateConnectorCommand.js +2 -14
  6. package/dist-es/commands/CreateProfileCommand.js +2 -14
  7. package/dist-es/commands/CreateServerCommand.js +2 -14
  8. package/dist-es/commands/CreateUserCommand.js +2 -14
  9. package/dist-es/commands/CreateWebAppCommand.js +2 -14
  10. package/dist-es/commands/CreateWorkflowCommand.js +2 -14
  11. package/dist-es/commands/DeleteAccessCommand.js +2 -14
  12. package/dist-es/commands/DeleteAgreementCommand.js +2 -14
  13. package/dist-es/commands/DeleteCertificateCommand.js +2 -14
  14. package/dist-es/commands/DeleteConnectorCommand.js +2 -14
  15. package/dist-es/commands/DeleteHostKeyCommand.js +2 -14
  16. package/dist-es/commands/DeleteProfileCommand.js +2 -14
  17. package/dist-es/commands/DeleteServerCommand.js +2 -14
  18. package/dist-es/commands/DeleteSshPublicKeyCommand.js +2 -14
  19. package/dist-es/commands/DeleteUserCommand.js +2 -14
  20. package/dist-es/commands/DeleteWebAppCommand.js +2 -14
  21. package/dist-es/commands/DeleteWebAppCustomizationCommand.js +2 -14
  22. package/dist-es/commands/DeleteWorkflowCommand.js +2 -14
  23. package/dist-es/commands/DescribeAccessCommand.js +2 -14
  24. package/dist-es/commands/DescribeAgreementCommand.js +2 -14
  25. package/dist-es/commands/DescribeCertificateCommand.js +2 -14
  26. package/dist-es/commands/DescribeConnectorCommand.js +2 -14
  27. package/dist-es/commands/DescribeExecutionCommand.js +2 -14
  28. package/dist-es/commands/DescribeHostKeyCommand.js +2 -14
  29. package/dist-es/commands/DescribeProfileCommand.js +2 -14
  30. package/dist-es/commands/DescribeSecurityPolicyCommand.js +2 -14
  31. package/dist-es/commands/DescribeServerCommand.js +2 -14
  32. package/dist-es/commands/DescribeUserCommand.js +2 -14
  33. package/dist-es/commands/DescribeWebAppCommand.js +2 -14
  34. package/dist-es/commands/DescribeWebAppCustomizationCommand.js +2 -14
  35. package/dist-es/commands/DescribeWorkflowCommand.js +2 -14
  36. package/dist-es/commands/ImportCertificateCommand.js +2 -14
  37. package/dist-es/commands/ImportHostKeyCommand.js +2 -14
  38. package/dist-es/commands/ImportSshPublicKeyCommand.js +2 -14
  39. package/dist-es/commands/ListAccessesCommand.js +2 -14
  40. package/dist-es/commands/ListAgreementsCommand.js +2 -14
  41. package/dist-es/commands/ListCertificatesCommand.js +2 -14
  42. package/dist-es/commands/ListConnectorsCommand.js +2 -14
  43. package/dist-es/commands/ListExecutionsCommand.js +2 -14
  44. package/dist-es/commands/ListFileTransferResultsCommand.js +2 -14
  45. package/dist-es/commands/ListHostKeysCommand.js +2 -14
  46. package/dist-es/commands/ListProfilesCommand.js +2 -14
  47. package/dist-es/commands/ListSecurityPoliciesCommand.js +2 -14
  48. package/dist-es/commands/ListServersCommand.js +2 -14
  49. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  50. package/dist-es/commands/ListUsersCommand.js +2 -14
  51. package/dist-es/commands/ListWebAppsCommand.js +2 -14
  52. package/dist-es/commands/ListWorkflowsCommand.js +2 -14
  53. package/dist-es/commands/SendWorkflowStepStateCommand.js +2 -14
  54. package/dist-es/commands/StartDirectoryListingCommand.js +2 -14
  55. package/dist-es/commands/StartFileTransferCommand.js +2 -14
  56. package/dist-es/commands/StartRemoteDeleteCommand.js +2 -14
  57. package/dist-es/commands/StartRemoteMoveCommand.js +2 -14
  58. package/dist-es/commands/StartServerCommand.js +2 -14
  59. package/dist-es/commands/StopServerCommand.js +2 -14
  60. package/dist-es/commands/TagResourceCommand.js +2 -14
  61. package/dist-es/commands/TestConnectionCommand.js +2 -14
  62. package/dist-es/commands/TestIdentityProviderCommand.js +2 -14
  63. package/dist-es/commands/UntagResourceCommand.js +2 -14
  64. package/dist-es/commands/UpdateAccessCommand.js +2 -14
  65. package/dist-es/commands/UpdateAgreementCommand.js +2 -14
  66. package/dist-es/commands/UpdateCertificateCommand.js +2 -14
  67. package/dist-es/commands/UpdateConnectorCommand.js +2 -14
  68. package/dist-es/commands/UpdateHostKeyCommand.js +2 -14
  69. package/dist-es/commands/UpdateProfileCommand.js +2 -14
  70. package/dist-es/commands/UpdateServerCommand.js +2 -14
  71. package/dist-es/commands/UpdateUserCommand.js +2 -14
  72. package/dist-es/commands/UpdateWebAppCommand.js +2 -14
  73. package/dist-es/commands/UpdateWebAppCustomizationCommand.js +2 -14
  74. package/dist-es/index.js +1 -0
  75. package/dist-types/commandBuilder.d.ts +18 -0
  76. package/dist-types/commands/CreateAccessCommand.d.ts +3 -8
  77. package/dist-types/commands/CreateAgreementCommand.d.ts +3 -8
  78. package/dist-types/commands/CreateConnectorCommand.d.ts +3 -8
  79. package/dist-types/commands/CreateProfileCommand.d.ts +3 -8
  80. package/dist-types/commands/CreateServerCommand.d.ts +3 -8
  81. package/dist-types/commands/CreateUserCommand.d.ts +3 -8
  82. package/dist-types/commands/CreateWebAppCommand.d.ts +3 -8
  83. package/dist-types/commands/CreateWorkflowCommand.d.ts +3 -8
  84. package/dist-types/commands/DeleteAccessCommand.d.ts +3 -8
  85. package/dist-types/commands/DeleteAgreementCommand.d.ts +3 -8
  86. package/dist-types/commands/DeleteCertificateCommand.d.ts +3 -8
  87. package/dist-types/commands/DeleteConnectorCommand.d.ts +3 -8
  88. package/dist-types/commands/DeleteHostKeyCommand.d.ts +3 -8
  89. package/dist-types/commands/DeleteProfileCommand.d.ts +3 -8
  90. package/dist-types/commands/DeleteServerCommand.d.ts +3 -8
  91. package/dist-types/commands/DeleteSshPublicKeyCommand.d.ts +3 -8
  92. package/dist-types/commands/DeleteUserCommand.d.ts +3 -8
  93. package/dist-types/commands/DeleteWebAppCommand.d.ts +3 -8
  94. package/dist-types/commands/DeleteWebAppCustomizationCommand.d.ts +3 -8
  95. package/dist-types/commands/DeleteWorkflowCommand.d.ts +3 -8
  96. package/dist-types/commands/DescribeAccessCommand.d.ts +3 -8
  97. package/dist-types/commands/DescribeAgreementCommand.d.ts +3 -8
  98. package/dist-types/commands/DescribeCertificateCommand.d.ts +3 -8
  99. package/dist-types/commands/DescribeConnectorCommand.d.ts +3 -8
  100. package/dist-types/commands/DescribeExecutionCommand.d.ts +3 -8
  101. package/dist-types/commands/DescribeHostKeyCommand.d.ts +3 -8
  102. package/dist-types/commands/DescribeProfileCommand.d.ts +3 -8
  103. package/dist-types/commands/DescribeSecurityPolicyCommand.d.ts +3 -8
  104. package/dist-types/commands/DescribeServerCommand.d.ts +3 -8
  105. package/dist-types/commands/DescribeUserCommand.d.ts +3 -8
  106. package/dist-types/commands/DescribeWebAppCommand.d.ts +3 -8
  107. package/dist-types/commands/DescribeWebAppCustomizationCommand.d.ts +3 -8
  108. package/dist-types/commands/DescribeWorkflowCommand.d.ts +3 -8
  109. package/dist-types/commands/ImportCertificateCommand.d.ts +3 -8
  110. package/dist-types/commands/ImportHostKeyCommand.d.ts +3 -8
  111. package/dist-types/commands/ImportSshPublicKeyCommand.d.ts +3 -8
  112. package/dist-types/commands/ListAccessesCommand.d.ts +3 -8
  113. package/dist-types/commands/ListAgreementsCommand.d.ts +3 -8
  114. package/dist-types/commands/ListCertificatesCommand.d.ts +3 -8
  115. package/dist-types/commands/ListConnectorsCommand.d.ts +3 -8
  116. package/dist-types/commands/ListExecutionsCommand.d.ts +3 -8
  117. package/dist-types/commands/ListFileTransferResultsCommand.d.ts +3 -8
  118. package/dist-types/commands/ListHostKeysCommand.d.ts +3 -8
  119. package/dist-types/commands/ListProfilesCommand.d.ts +3 -8
  120. package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +3 -8
  121. package/dist-types/commands/ListServersCommand.d.ts +3 -8
  122. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  123. package/dist-types/commands/ListUsersCommand.d.ts +3 -8
  124. package/dist-types/commands/ListWebAppsCommand.d.ts +3 -8
  125. package/dist-types/commands/ListWorkflowsCommand.d.ts +3 -8
  126. package/dist-types/commands/SendWorkflowStepStateCommand.d.ts +3 -8
  127. package/dist-types/commands/StartDirectoryListingCommand.d.ts +3 -8
  128. package/dist-types/commands/StartFileTransferCommand.d.ts +3 -8
  129. package/dist-types/commands/StartRemoteDeleteCommand.d.ts +3 -8
  130. package/dist-types/commands/StartRemoteMoveCommand.d.ts +3 -8
  131. package/dist-types/commands/StartServerCommand.d.ts +3 -8
  132. package/dist-types/commands/StopServerCommand.d.ts +3 -8
  133. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  134. package/dist-types/commands/TestConnectionCommand.d.ts +3 -8
  135. package/dist-types/commands/TestIdentityProviderCommand.d.ts +3 -8
  136. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  137. package/dist-types/commands/UpdateAccessCommand.d.ts +3 -8
  138. package/dist-types/commands/UpdateAgreementCommand.d.ts +3 -8
  139. package/dist-types/commands/UpdateCertificateCommand.d.ts +3 -8
  140. package/dist-types/commands/UpdateConnectorCommand.d.ts +3 -8
  141. package/dist-types/commands/UpdateHostKeyCommand.d.ts +3 -8
  142. package/dist-types/commands/UpdateProfileCommand.d.ts +3 -8
  143. package/dist-types/commands/UpdateServerCommand.d.ts +3 -8
  144. package/dist-types/commands/UpdateUserCommand.d.ts +3 -8
  145. package/dist-types/commands/UpdateWebAppCommand.d.ts +3 -8
  146. package/dist-types/commands/UpdateWebAppCustomizationCommand.d.ts +3 -8
  147. package/dist-types/index.d.ts +1 -0
  148. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  149. package/dist-types/ts3.4/commands/CreateAccessCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/CreateServerCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/CreateWebAppCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/DeleteHostKeyCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/DeleteWebAppCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/DeleteWebAppCustomizationCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/DescribeHostKeyCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/DescribeWebAppCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/DescribeWebAppCustomizationCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/DescribeWorkflowCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/ImportHostKeyCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/ListFileTransferResultsCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/ListHostKeysCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/ListServersCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/ListWebAppsCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/StartDirectoryListingCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/StartRemoteDeleteCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/StartRemoteMoveCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/StartServerCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/StopServerCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/UpdateHostKeyCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +7 -16
  216. package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +7 -16
  218. package/dist-types/ts3.4/commands/UpdateWebAppCommand.d.ts +7 -16
  219. package/dist-types/ts3.4/commands/UpdateWebAppCustomizationCommand.d.ts +7 -16
  220. package/dist-types/ts3.4/index.d.ts +1 -0
  221. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1077.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -2315,856 +2316,221 @@ class TransferClient extends Client {
2315
2316
  }
2316
2317
  }
2317
2318
 
2318
- class CreateAccessCommand extends Command
2319
- .classBuilder()
2320
- .ep(commonParams)
2321
- .m(function (Command, cs, config, o) {
2322
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2323
- })
2324
- .s("TransferService", "CreateAccess", {})
2325
- .n("TransferClient", "CreateAccessCommand")
2326
- .sc(CreateAccess$)
2327
- .build() {
2328
- }
2329
-
2330
- class CreateAgreementCommand extends Command
2331
- .classBuilder()
2332
- .ep(commonParams)
2333
- .m(function (Command, cs, config, o) {
2334
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2335
- })
2336
- .s("TransferService", "CreateAgreement", {})
2337
- .n("TransferClient", "CreateAgreementCommand")
2338
- .sc(CreateAgreement$)
2339
- .build() {
2340
- }
2341
-
2342
- class CreateConnectorCommand extends Command
2343
- .classBuilder()
2344
- .ep(commonParams)
2345
- .m(function (Command, cs, config, o) {
2346
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2347
- })
2348
- .s("TransferService", "CreateConnector", {})
2349
- .n("TransferClient", "CreateConnectorCommand")
2350
- .sc(CreateConnector$)
2351
- .build() {
2352
- }
2353
-
2354
- class CreateProfileCommand extends Command
2355
- .classBuilder()
2356
- .ep(commonParams)
2357
- .m(function (Command, cs, config, o) {
2358
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2359
- })
2360
- .s("TransferService", "CreateProfile", {})
2361
- .n("TransferClient", "CreateProfileCommand")
2362
- .sc(CreateProfile$)
2363
- .build() {
2364
- }
2365
-
2366
- class CreateServerCommand extends Command
2367
- .classBuilder()
2368
- .ep(commonParams)
2369
- .m(function (Command, cs, config, o) {
2370
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2371
- })
2372
- .s("TransferService", "CreateServer", {})
2373
- .n("TransferClient", "CreateServerCommand")
2374
- .sc(CreateServer$)
2375
- .build() {
2376
- }
2377
-
2378
- class CreateUserCommand extends Command
2379
- .classBuilder()
2380
- .ep(commonParams)
2381
- .m(function (Command, cs, config, o) {
2382
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2383
- })
2384
- .s("TransferService", "CreateUser", {})
2385
- .n("TransferClient", "CreateUserCommand")
2386
- .sc(CreateUser$)
2387
- .build() {
2388
- }
2389
-
2390
- class CreateWebAppCommand extends Command
2391
- .classBuilder()
2392
- .ep(commonParams)
2393
- .m(function (Command, cs, config, o) {
2394
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2395
- })
2396
- .s("TransferService", "CreateWebApp", {})
2397
- .n("TransferClient", "CreateWebAppCommand")
2398
- .sc(CreateWebApp$)
2399
- .build() {
2400
- }
2401
-
2402
- class CreateWorkflowCommand extends Command
2403
- .classBuilder()
2404
- .ep(commonParams)
2405
- .m(function (Command, cs, config, o) {
2406
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2407
- })
2408
- .s("TransferService", "CreateWorkflow", {})
2409
- .n("TransferClient", "CreateWorkflowCommand")
2410
- .sc(CreateWorkflow$)
2411
- .build() {
2412
- }
2413
-
2414
- class DeleteAccessCommand extends Command
2415
- .classBuilder()
2416
- .ep(commonParams)
2417
- .m(function (Command, cs, config, o) {
2418
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2419
- })
2420
- .s("TransferService", "DeleteAccess", {})
2421
- .n("TransferClient", "DeleteAccessCommand")
2422
- .sc(DeleteAccess$)
2423
- .build() {
2424
- }
2425
-
2426
- class DeleteAgreementCommand extends Command
2427
- .classBuilder()
2428
- .ep(commonParams)
2429
- .m(function (Command, cs, config, o) {
2430
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2431
- })
2432
- .s("TransferService", "DeleteAgreement", {})
2433
- .n("TransferClient", "DeleteAgreementCommand")
2434
- .sc(DeleteAgreement$)
2435
- .build() {
2436
- }
2437
-
2438
- class DeleteCertificateCommand extends Command
2439
- .classBuilder()
2440
- .ep(commonParams)
2441
- .m(function (Command, cs, config, o) {
2442
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2443
- })
2444
- .s("TransferService", "DeleteCertificate", {})
2445
- .n("TransferClient", "DeleteCertificateCommand")
2446
- .sc(DeleteCertificate$)
2447
- .build() {
2448
- }
2449
-
2450
- class DeleteConnectorCommand extends Command
2451
- .classBuilder()
2452
- .ep(commonParams)
2453
- .m(function (Command, cs, config, o) {
2454
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2455
- })
2456
- .s("TransferService", "DeleteConnector", {})
2457
- .n("TransferClient", "DeleteConnectorCommand")
2458
- .sc(DeleteConnector$)
2459
- .build() {
2460
- }
2461
-
2462
- class DeleteHostKeyCommand extends Command
2463
- .classBuilder()
2464
- .ep(commonParams)
2465
- .m(function (Command, cs, config, o) {
2466
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2467
- })
2468
- .s("TransferService", "DeleteHostKey", {})
2469
- .n("TransferClient", "DeleteHostKeyCommand")
2470
- .sc(DeleteHostKey$)
2471
- .build() {
2472
- }
2473
-
2474
- class DeleteProfileCommand extends Command
2475
- .classBuilder()
2476
- .ep(commonParams)
2477
- .m(function (Command, cs, config, o) {
2478
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2479
- })
2480
- .s("TransferService", "DeleteProfile", {})
2481
- .n("TransferClient", "DeleteProfileCommand")
2482
- .sc(DeleteProfile$)
2483
- .build() {
2484
- }
2485
-
2486
- class DeleteServerCommand extends Command
2487
- .classBuilder()
2488
- .ep(commonParams)
2489
- .m(function (Command, cs, config, o) {
2490
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2491
- })
2492
- .s("TransferService", "DeleteServer", {})
2493
- .n("TransferClient", "DeleteServerCommand")
2494
- .sc(DeleteServer$)
2495
- .build() {
2496
- }
2497
-
2498
- class DeleteSshPublicKeyCommand extends Command
2499
- .classBuilder()
2500
- .ep(commonParams)
2501
- .m(function (Command, cs, config, o) {
2502
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2503
- })
2504
- .s("TransferService", "DeleteSshPublicKey", {})
2505
- .n("TransferClient", "DeleteSshPublicKeyCommand")
2506
- .sc(DeleteSshPublicKey$)
2507
- .build() {
2508
- }
2509
-
2510
- class DeleteUserCommand extends Command
2511
- .classBuilder()
2512
- .ep(commonParams)
2513
- .m(function (Command, cs, config, o) {
2514
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2515
- })
2516
- .s("TransferService", "DeleteUser", {})
2517
- .n("TransferClient", "DeleteUserCommand")
2518
- .sc(DeleteUser$)
2519
- .build() {
2520
- }
2521
-
2522
- class DeleteWebAppCommand extends Command
2523
- .classBuilder()
2524
- .ep(commonParams)
2525
- .m(function (Command, cs, config, o) {
2526
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2527
- })
2528
- .s("TransferService", "DeleteWebApp", {})
2529
- .n("TransferClient", "DeleteWebAppCommand")
2530
- .sc(DeleteWebApp$)
2531
- .build() {
2532
- }
2533
-
2534
- class DeleteWebAppCustomizationCommand extends Command
2535
- .classBuilder()
2536
- .ep(commonParams)
2537
- .m(function (Command, cs, config, o) {
2538
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2539
- })
2540
- .s("TransferService", "DeleteWebAppCustomization", {})
2541
- .n("TransferClient", "DeleteWebAppCustomizationCommand")
2542
- .sc(DeleteWebAppCustomization$)
2543
- .build() {
2544
- }
2545
-
2546
- class DeleteWorkflowCommand extends Command
2547
- .classBuilder()
2548
- .ep(commonParams)
2549
- .m(function (Command, cs, config, o) {
2550
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2551
- })
2552
- .s("TransferService", "DeleteWorkflow", {})
2553
- .n("TransferClient", "DeleteWorkflowCommand")
2554
- .sc(DeleteWorkflow$)
2555
- .build() {
2556
- }
2557
-
2558
- class DescribeAccessCommand extends Command
2559
- .classBuilder()
2560
- .ep(commonParams)
2561
- .m(function (Command, cs, config, o) {
2562
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2563
- })
2564
- .s("TransferService", "DescribeAccess", {})
2565
- .n("TransferClient", "DescribeAccessCommand")
2566
- .sc(DescribeAccess$)
2567
- .build() {
2568
- }
2569
-
2570
- class DescribeAgreementCommand extends Command
2571
- .classBuilder()
2572
- .ep(commonParams)
2573
- .m(function (Command, cs, config, o) {
2574
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2575
- })
2576
- .s("TransferService", "DescribeAgreement", {})
2577
- .n("TransferClient", "DescribeAgreementCommand")
2578
- .sc(DescribeAgreement$)
2579
- .build() {
2580
- }
2581
-
2582
- class DescribeCertificateCommand extends Command
2583
- .classBuilder()
2584
- .ep(commonParams)
2585
- .m(function (Command, cs, config, o) {
2586
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2587
- })
2588
- .s("TransferService", "DescribeCertificate", {})
2589
- .n("TransferClient", "DescribeCertificateCommand")
2590
- .sc(DescribeCertificate$)
2591
- .build() {
2592
- }
2593
-
2594
- class DescribeConnectorCommand extends Command
2595
- .classBuilder()
2596
- .ep(commonParams)
2597
- .m(function (Command, cs, config, o) {
2598
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2599
- })
2600
- .s("TransferService", "DescribeConnector", {})
2601
- .n("TransferClient", "DescribeConnectorCommand")
2602
- .sc(DescribeConnector$)
2603
- .build() {
2604
- }
2605
-
2606
- class DescribeExecutionCommand extends Command
2607
- .classBuilder()
2608
- .ep(commonParams)
2609
- .m(function (Command, cs, config, o) {
2610
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2611
- })
2612
- .s("TransferService", "DescribeExecution", {})
2613
- .n("TransferClient", "DescribeExecutionCommand")
2614
- .sc(DescribeExecution$)
2615
- .build() {
2616
- }
2617
-
2618
- class DescribeHostKeyCommand extends Command
2619
- .classBuilder()
2620
- .ep(commonParams)
2621
- .m(function (Command, cs, config, o) {
2622
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2623
- })
2624
- .s("TransferService", "DescribeHostKey", {})
2625
- .n("TransferClient", "DescribeHostKeyCommand")
2626
- .sc(DescribeHostKey$)
2627
- .build() {
2628
- }
2629
-
2630
- class DescribeProfileCommand extends Command
2631
- .classBuilder()
2632
- .ep(commonParams)
2633
- .m(function (Command, cs, config, o) {
2634
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2635
- })
2636
- .s("TransferService", "DescribeProfile", {})
2637
- .n("TransferClient", "DescribeProfileCommand")
2638
- .sc(DescribeProfile$)
2639
- .build() {
2640
- }
2641
-
2642
- class DescribeSecurityPolicyCommand extends Command
2643
- .classBuilder()
2644
- .ep(commonParams)
2645
- .m(function (Command, cs, config, o) {
2646
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2647
- })
2648
- .s("TransferService", "DescribeSecurityPolicy", {})
2649
- .n("TransferClient", "DescribeSecurityPolicyCommand")
2650
- .sc(DescribeSecurityPolicy$)
2651
- .build() {
2652
- }
2653
-
2654
- class DescribeServerCommand extends Command
2655
- .classBuilder()
2656
- .ep(commonParams)
2657
- .m(function (Command, cs, config, o) {
2658
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2659
- })
2660
- .s("TransferService", "DescribeServer", {})
2661
- .n("TransferClient", "DescribeServerCommand")
2662
- .sc(DescribeServer$)
2663
- .build() {
2664
- }
2665
-
2666
- class DescribeUserCommand extends Command
2667
- .classBuilder()
2668
- .ep(commonParams)
2669
- .m(function (Command, cs, config, o) {
2670
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2671
- })
2672
- .s("TransferService", "DescribeUser", {})
2673
- .n("TransferClient", "DescribeUserCommand")
2674
- .sc(DescribeUser$)
2675
- .build() {
2676
- }
2677
-
2678
- class DescribeWebAppCommand extends Command
2679
- .classBuilder()
2680
- .ep(commonParams)
2681
- .m(function (Command, cs, config, o) {
2682
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2683
- })
2684
- .s("TransferService", "DescribeWebApp", {})
2685
- .n("TransferClient", "DescribeWebAppCommand")
2686
- .sc(DescribeWebApp$)
2687
- .build() {
2688
- }
2689
-
2690
- class DescribeWebAppCustomizationCommand extends Command
2691
- .classBuilder()
2692
- .ep(commonParams)
2693
- .m(function (Command, cs, config, o) {
2694
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2695
- })
2696
- .s("TransferService", "DescribeWebAppCustomization", {})
2697
- .n("TransferClient", "DescribeWebAppCustomizationCommand")
2698
- .sc(DescribeWebAppCustomization$)
2699
- .build() {
2700
- }
2701
-
2702
- class DescribeWorkflowCommand extends Command
2703
- .classBuilder()
2704
- .ep(commonParams)
2705
- .m(function (Command, cs, config, o) {
2706
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2707
- })
2708
- .s("TransferService", "DescribeWorkflow", {})
2709
- .n("TransferClient", "DescribeWorkflowCommand")
2710
- .sc(DescribeWorkflow$)
2711
- .build() {
2712
- }
2713
-
2714
- class ImportCertificateCommand extends Command
2715
- .classBuilder()
2716
- .ep(commonParams)
2717
- .m(function (Command, cs, config, o) {
2718
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2719
- })
2720
- .s("TransferService", "ImportCertificate", {})
2721
- .n("TransferClient", "ImportCertificateCommand")
2722
- .sc(ImportCertificate$)
2723
- .build() {
2724
- }
2725
-
2726
- class ImportHostKeyCommand extends Command
2727
- .classBuilder()
2728
- .ep(commonParams)
2729
- .m(function (Command, cs, config, o) {
2730
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2731
- })
2732
- .s("TransferService", "ImportHostKey", {})
2733
- .n("TransferClient", "ImportHostKeyCommand")
2734
- .sc(ImportHostKey$)
2735
- .build() {
2736
- }
2737
-
2738
- class ImportSshPublicKeyCommand extends Command
2739
- .classBuilder()
2740
- .ep(commonParams)
2741
- .m(function (Command, cs, config, o) {
2742
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2743
- })
2744
- .s("TransferService", "ImportSshPublicKey", {})
2745
- .n("TransferClient", "ImportSshPublicKeyCommand")
2746
- .sc(ImportSshPublicKey$)
2747
- .build() {
2748
- }
2749
-
2750
- class ListAccessesCommand extends Command
2751
- .classBuilder()
2752
- .ep(commonParams)
2753
- .m(function (Command, cs, config, o) {
2754
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2755
- })
2756
- .s("TransferService", "ListAccesses", {})
2757
- .n("TransferClient", "ListAccessesCommand")
2758
- .sc(ListAccesses$)
2759
- .build() {
2760
- }
2761
-
2762
- class ListAgreementsCommand extends Command
2763
- .classBuilder()
2764
- .ep(commonParams)
2765
- .m(function (Command, cs, config, o) {
2766
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2767
- })
2768
- .s("TransferService", "ListAgreements", {})
2769
- .n("TransferClient", "ListAgreementsCommand")
2770
- .sc(ListAgreements$)
2771
- .build() {
2772
- }
2773
-
2774
- class ListCertificatesCommand extends Command
2775
- .classBuilder()
2776
- .ep(commonParams)
2777
- .m(function (Command, cs, config, o) {
2778
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2779
- })
2780
- .s("TransferService", "ListCertificates", {})
2781
- .n("TransferClient", "ListCertificatesCommand")
2782
- .sc(ListCertificates$)
2783
- .build() {
2784
- }
2785
-
2786
- class ListConnectorsCommand extends Command
2787
- .classBuilder()
2788
- .ep(commonParams)
2789
- .m(function (Command, cs, config, o) {
2790
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2791
- })
2792
- .s("TransferService", "ListConnectors", {})
2793
- .n("TransferClient", "ListConnectorsCommand")
2794
- .sc(ListConnectors$)
2795
- .build() {
2796
- }
2797
-
2798
- class ListExecutionsCommand extends Command
2799
- .classBuilder()
2800
- .ep(commonParams)
2801
- .m(function (Command, cs, config, o) {
2802
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2803
- })
2804
- .s("TransferService", "ListExecutions", {})
2805
- .n("TransferClient", "ListExecutionsCommand")
2806
- .sc(ListExecutions$)
2807
- .build() {
2808
- }
2809
-
2810
- class ListFileTransferResultsCommand extends Command
2811
- .classBuilder()
2812
- .ep(commonParams)
2813
- .m(function (Command, cs, config, o) {
2814
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2815
- })
2816
- .s("TransferService", "ListFileTransferResults", {})
2817
- .n("TransferClient", "ListFileTransferResultsCommand")
2818
- .sc(ListFileTransferResults$)
2819
- .build() {
2820
- }
2821
-
2822
- class ListHostKeysCommand extends Command
2823
- .classBuilder()
2824
- .ep(commonParams)
2825
- .m(function (Command, cs, config, o) {
2826
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2827
- })
2828
- .s("TransferService", "ListHostKeys", {})
2829
- .n("TransferClient", "ListHostKeysCommand")
2830
- .sc(ListHostKeys$)
2831
- .build() {
2832
- }
2833
-
2834
- class ListProfilesCommand extends Command
2835
- .classBuilder()
2836
- .ep(commonParams)
2837
- .m(function (Command, cs, config, o) {
2838
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2839
- })
2840
- .s("TransferService", "ListProfiles", {})
2841
- .n("TransferClient", "ListProfilesCommand")
2842
- .sc(ListProfiles$)
2843
- .build() {
2844
- }
2845
-
2846
- class ListSecurityPoliciesCommand extends Command
2847
- .classBuilder()
2848
- .ep(commonParams)
2849
- .m(function (Command, cs, config, o) {
2850
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2851
- })
2852
- .s("TransferService", "ListSecurityPolicies", {})
2853
- .n("TransferClient", "ListSecurityPoliciesCommand")
2854
- .sc(ListSecurityPolicies$)
2855
- .build() {
2856
- }
2857
-
2858
- class ListServersCommand extends Command
2859
- .classBuilder()
2860
- .ep(commonParams)
2861
- .m(function (Command, cs, config, o) {
2862
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2863
- })
2864
- .s("TransferService", "ListServers", {})
2865
- .n("TransferClient", "ListServersCommand")
2866
- .sc(ListServers$)
2867
- .build() {
2868
- }
2869
-
2870
- class ListTagsForResourceCommand extends Command
2871
- .classBuilder()
2872
- .ep(commonParams)
2873
- .m(function (Command, cs, config, o) {
2874
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2875
- })
2876
- .s("TransferService", "ListTagsForResource", {})
2877
- .n("TransferClient", "ListTagsForResourceCommand")
2878
- .sc(ListTagsForResource$)
2879
- .build() {
2880
- }
2881
-
2882
- class ListUsersCommand extends Command
2883
- .classBuilder()
2884
- .ep(commonParams)
2885
- .m(function (Command, cs, config, o) {
2886
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2887
- })
2888
- .s("TransferService", "ListUsers", {})
2889
- .n("TransferClient", "ListUsersCommand")
2890
- .sc(ListUsers$)
2891
- .build() {
2892
- }
2893
-
2894
- class ListWebAppsCommand extends Command
2895
- .classBuilder()
2896
- .ep(commonParams)
2897
- .m(function (Command, cs, config, o) {
2898
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2899
- })
2900
- .s("TransferService", "ListWebApps", {})
2901
- .n("TransferClient", "ListWebAppsCommand")
2902
- .sc(ListWebApps$)
2903
- .build() {
2904
- }
2905
-
2906
- class ListWorkflowsCommand extends Command
2907
- .classBuilder()
2908
- .ep(commonParams)
2909
- .m(function (Command, cs, config, o) {
2910
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2911
- })
2912
- .s("TransferService", "ListWorkflows", {})
2913
- .n("TransferClient", "ListWorkflowsCommand")
2914
- .sc(ListWorkflows$)
2915
- .build() {
2916
- }
2917
-
2918
- class SendWorkflowStepStateCommand extends Command
2919
- .classBuilder()
2920
- .ep(commonParams)
2921
- .m(function (Command, cs, config, o) {
2922
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2923
- })
2924
- .s("TransferService", "SendWorkflowStepState", {})
2925
- .n("TransferClient", "SendWorkflowStepStateCommand")
2926
- .sc(SendWorkflowStepState$)
2927
- .build() {
2928
- }
2929
-
2930
- class StartDirectoryListingCommand extends Command
2931
- .classBuilder()
2932
- .ep(commonParams)
2933
- .m(function (Command, cs, config, o) {
2934
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2935
- })
2936
- .s("TransferService", "StartDirectoryListing", {})
2937
- .n("TransferClient", "StartDirectoryListingCommand")
2938
- .sc(StartDirectoryListing$)
2939
- .build() {
2940
- }
2941
-
2942
- class StartFileTransferCommand extends Command
2943
- .classBuilder()
2944
- .ep(commonParams)
2945
- .m(function (Command, cs, config, o) {
2946
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2947
- })
2948
- .s("TransferService", "StartFileTransfer", {})
2949
- .n("TransferClient", "StartFileTransferCommand")
2950
- .sc(StartFileTransfer$)
2951
- .build() {
2952
- }
2953
-
2954
- class StartRemoteDeleteCommand extends Command
2955
- .classBuilder()
2956
- .ep(commonParams)
2957
- .m(function (Command, cs, config, o) {
2958
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2959
- })
2960
- .s("TransferService", "StartRemoteDelete", {})
2961
- .n("TransferClient", "StartRemoteDeleteCommand")
2962
- .sc(StartRemoteDelete$)
2963
- .build() {
2964
- }
2965
-
2966
- class StartRemoteMoveCommand extends Command
2967
- .classBuilder()
2968
- .ep(commonParams)
2969
- .m(function (Command, cs, config, o) {
2970
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2971
- })
2972
- .s("TransferService", "StartRemoteMove", {})
2973
- .n("TransferClient", "StartRemoteMoveCommand")
2974
- .sc(StartRemoteMove$)
2975
- .build() {
2976
- }
2977
-
2978
- class StartServerCommand extends Command
2979
- .classBuilder()
2980
- .ep(commonParams)
2981
- .m(function (Command, cs, config, o) {
2982
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2983
- })
2984
- .s("TransferService", "StartServer", {})
2985
- .n("TransferClient", "StartServerCommand")
2986
- .sc(StartServer$)
2987
- .build() {
2988
- }
2989
-
2990
- class StopServerCommand extends Command
2991
- .classBuilder()
2992
- .ep(commonParams)
2993
- .m(function (Command, cs, config, o) {
2994
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2995
- })
2996
- .s("TransferService", "StopServer", {})
2997
- .n("TransferClient", "StopServerCommand")
2998
- .sc(StopServer$)
2999
- .build() {
3000
- }
3001
-
3002
- class TagResourceCommand extends Command
3003
- .classBuilder()
3004
- .ep(commonParams)
3005
- .m(function (Command, cs, config, o) {
3006
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3007
- })
3008
- .s("TransferService", "TagResource", {})
3009
- .n("TransferClient", "TagResourceCommand")
3010
- .sc(TagResource$)
3011
- .build() {
3012
- }
3013
-
3014
- class TestConnectionCommand extends Command
3015
- .classBuilder()
3016
- .ep(commonParams)
3017
- .m(function (Command, cs, config, o) {
3018
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3019
- })
3020
- .s("TransferService", "TestConnection", {})
3021
- .n("TransferClient", "TestConnectionCommand")
3022
- .sc(TestConnection$)
3023
- .build() {
3024
- }
3025
-
3026
- class TestIdentityProviderCommand extends Command
3027
- .classBuilder()
3028
- .ep(commonParams)
3029
- .m(function (Command, cs, config, o) {
3030
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3031
- })
3032
- .s("TransferService", "TestIdentityProvider", {})
3033
- .n("TransferClient", "TestIdentityProviderCommand")
3034
- .sc(TestIdentityProvider$)
3035
- .build() {
3036
- }
3037
-
3038
- class UntagResourceCommand extends Command
3039
- .classBuilder()
3040
- .ep(commonParams)
3041
- .m(function (Command, cs, config, o) {
3042
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3043
- })
3044
- .s("TransferService", "UntagResource", {})
3045
- .n("TransferClient", "UntagResourceCommand")
3046
- .sc(UntagResource$)
3047
- .build() {
3048
- }
3049
-
3050
- class UpdateAccessCommand extends Command
3051
- .classBuilder()
3052
- .ep(commonParams)
3053
- .m(function (Command, cs, config, o) {
3054
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3055
- })
3056
- .s("TransferService", "UpdateAccess", {})
3057
- .n("TransferClient", "UpdateAccessCommand")
3058
- .sc(UpdateAccess$)
3059
- .build() {
3060
- }
3061
-
3062
- class UpdateAgreementCommand extends Command
3063
- .classBuilder()
3064
- .ep(commonParams)
3065
- .m(function (Command, cs, config, o) {
3066
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3067
- })
3068
- .s("TransferService", "UpdateAgreement", {})
3069
- .n("TransferClient", "UpdateAgreementCommand")
3070
- .sc(UpdateAgreement$)
3071
- .build() {
3072
- }
3073
-
3074
- class UpdateCertificateCommand extends Command
3075
- .classBuilder()
3076
- .ep(commonParams)
3077
- .m(function (Command, cs, config, o) {
3078
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3079
- })
3080
- .s("TransferService", "UpdateCertificate", {})
3081
- .n("TransferClient", "UpdateCertificateCommand")
3082
- .sc(UpdateCertificate$)
3083
- .build() {
3084
- }
3085
-
3086
- class UpdateConnectorCommand extends Command
3087
- .classBuilder()
3088
- .ep(commonParams)
3089
- .m(function (Command, cs, config, o) {
3090
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3091
- })
3092
- .s("TransferService", "UpdateConnector", {})
3093
- .n("TransferClient", "UpdateConnectorCommand")
3094
- .sc(UpdateConnector$)
3095
- .build() {
3096
- }
3097
-
3098
- class UpdateHostKeyCommand extends Command
3099
- .classBuilder()
3100
- .ep(commonParams)
3101
- .m(function (Command, cs, config, o) {
3102
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3103
- })
3104
- .s("TransferService", "UpdateHostKey", {})
3105
- .n("TransferClient", "UpdateHostKeyCommand")
3106
- .sc(UpdateHostKey$)
3107
- .build() {
3108
- }
3109
-
3110
- class UpdateProfileCommand extends Command
3111
- .classBuilder()
3112
- .ep(commonParams)
3113
- .m(function (Command, cs, config, o) {
3114
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3115
- })
3116
- .s("TransferService", "UpdateProfile", {})
3117
- .n("TransferClient", "UpdateProfileCommand")
3118
- .sc(UpdateProfile$)
3119
- .build() {
3120
- }
3121
-
3122
- class UpdateServerCommand extends Command
3123
- .classBuilder()
3124
- .ep(commonParams)
3125
- .m(function (Command, cs, config, o) {
3126
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3127
- })
3128
- .s("TransferService", "UpdateServer", {})
3129
- .n("TransferClient", "UpdateServerCommand")
3130
- .sc(UpdateServer$)
3131
- .build() {
3132
- }
3133
-
3134
- class UpdateUserCommand extends Command
3135
- .classBuilder()
3136
- .ep(commonParams)
3137
- .m(function (Command, cs, config, o) {
3138
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3139
- })
3140
- .s("TransferService", "UpdateUser", {})
3141
- .n("TransferClient", "UpdateUserCommand")
3142
- .sc(UpdateUser$)
3143
- .build() {
3144
- }
3145
-
3146
- class UpdateWebAppCommand extends Command
3147
- .classBuilder()
3148
- .ep(commonParams)
3149
- .m(function (Command, cs, config, o) {
3150
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3151
- })
3152
- .s("TransferService", "UpdateWebApp", {})
3153
- .n("TransferClient", "UpdateWebAppCommand")
3154
- .sc(UpdateWebApp$)
3155
- .build() {
3156
- }
3157
-
3158
- class UpdateWebAppCustomizationCommand extends Command
3159
- .classBuilder()
3160
- .ep(commonParams)
3161
- .m(function (Command, cs, config, o) {
3162
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3163
- })
3164
- .s("TransferService", "UpdateWebAppCustomization", {})
3165
- .n("TransferClient", "UpdateWebAppCustomizationCommand")
3166
- .sc(UpdateWebAppCustomization$)
3167
- .build() {
2319
+ const command = makeBuilder(commonParams, "TransferService", "TransferClient", getEndpointPlugin);
2320
+ const _ep0 = {};
2321
+ const _mw0 = (Command, cs, config, o) => [];
2322
+
2323
+ class CreateAccessCommand extends command(_ep0, _mw0, "CreateAccess", CreateAccess$) {
2324
+ }
2325
+
2326
+ class CreateAgreementCommand extends command(_ep0, _mw0, "CreateAgreement", CreateAgreement$) {
2327
+ }
2328
+
2329
+ class CreateConnectorCommand extends command(_ep0, _mw0, "CreateConnector", CreateConnector$) {
2330
+ }
2331
+
2332
+ class CreateProfileCommand extends command(_ep0, _mw0, "CreateProfile", CreateProfile$) {
2333
+ }
2334
+
2335
+ class CreateServerCommand extends command(_ep0, _mw0, "CreateServer", CreateServer$) {
2336
+ }
2337
+
2338
+ class CreateUserCommand extends command(_ep0, _mw0, "CreateUser", CreateUser$) {
2339
+ }
2340
+
2341
+ class CreateWebAppCommand extends command(_ep0, _mw0, "CreateWebApp", CreateWebApp$) {
2342
+ }
2343
+
2344
+ class CreateWorkflowCommand extends command(_ep0, _mw0, "CreateWorkflow", CreateWorkflow$) {
2345
+ }
2346
+
2347
+ class DeleteAccessCommand extends command(_ep0, _mw0, "DeleteAccess", DeleteAccess$) {
2348
+ }
2349
+
2350
+ class DeleteAgreementCommand extends command(_ep0, _mw0, "DeleteAgreement", DeleteAgreement$) {
2351
+ }
2352
+
2353
+ class DeleteCertificateCommand extends command(_ep0, _mw0, "DeleteCertificate", DeleteCertificate$) {
2354
+ }
2355
+
2356
+ class DeleteConnectorCommand extends command(_ep0, _mw0, "DeleteConnector", DeleteConnector$) {
2357
+ }
2358
+
2359
+ class DeleteHostKeyCommand extends command(_ep0, _mw0, "DeleteHostKey", DeleteHostKey$) {
2360
+ }
2361
+
2362
+ class DeleteProfileCommand extends command(_ep0, _mw0, "DeleteProfile", DeleteProfile$) {
2363
+ }
2364
+
2365
+ class DeleteServerCommand extends command(_ep0, _mw0, "DeleteServer", DeleteServer$) {
2366
+ }
2367
+
2368
+ class DeleteSshPublicKeyCommand extends command(_ep0, _mw0, "DeleteSshPublicKey", DeleteSshPublicKey$) {
2369
+ }
2370
+
2371
+ class DeleteUserCommand extends command(_ep0, _mw0, "DeleteUser", DeleteUser$) {
2372
+ }
2373
+
2374
+ class DeleteWebAppCommand extends command(_ep0, _mw0, "DeleteWebApp", DeleteWebApp$) {
2375
+ }
2376
+
2377
+ class DeleteWebAppCustomizationCommand extends command(_ep0, _mw0, "DeleteWebAppCustomization", DeleteWebAppCustomization$) {
2378
+ }
2379
+
2380
+ class DeleteWorkflowCommand extends command(_ep0, _mw0, "DeleteWorkflow", DeleteWorkflow$) {
2381
+ }
2382
+
2383
+ class DescribeAccessCommand extends command(_ep0, _mw0, "DescribeAccess", DescribeAccess$) {
2384
+ }
2385
+
2386
+ class DescribeAgreementCommand extends command(_ep0, _mw0, "DescribeAgreement", DescribeAgreement$) {
2387
+ }
2388
+
2389
+ class DescribeCertificateCommand extends command(_ep0, _mw0, "DescribeCertificate", DescribeCertificate$) {
2390
+ }
2391
+
2392
+ class DescribeConnectorCommand extends command(_ep0, _mw0, "DescribeConnector", DescribeConnector$) {
2393
+ }
2394
+
2395
+ class DescribeExecutionCommand extends command(_ep0, _mw0, "DescribeExecution", DescribeExecution$) {
2396
+ }
2397
+
2398
+ class DescribeHostKeyCommand extends command(_ep0, _mw0, "DescribeHostKey", DescribeHostKey$) {
2399
+ }
2400
+
2401
+ class DescribeProfileCommand extends command(_ep0, _mw0, "DescribeProfile", DescribeProfile$) {
2402
+ }
2403
+
2404
+ class DescribeSecurityPolicyCommand extends command(_ep0, _mw0, "DescribeSecurityPolicy", DescribeSecurityPolicy$) {
2405
+ }
2406
+
2407
+ class DescribeServerCommand extends command(_ep0, _mw0, "DescribeServer", DescribeServer$) {
2408
+ }
2409
+
2410
+ class DescribeUserCommand extends command(_ep0, _mw0, "DescribeUser", DescribeUser$) {
2411
+ }
2412
+
2413
+ class DescribeWebAppCommand extends command(_ep0, _mw0, "DescribeWebApp", DescribeWebApp$) {
2414
+ }
2415
+
2416
+ class DescribeWebAppCustomizationCommand extends command(_ep0, _mw0, "DescribeWebAppCustomization", DescribeWebAppCustomization$) {
2417
+ }
2418
+
2419
+ class DescribeWorkflowCommand extends command(_ep0, _mw0, "DescribeWorkflow", DescribeWorkflow$) {
2420
+ }
2421
+
2422
+ class ImportCertificateCommand extends command(_ep0, _mw0, "ImportCertificate", ImportCertificate$) {
2423
+ }
2424
+
2425
+ class ImportHostKeyCommand extends command(_ep0, _mw0, "ImportHostKey", ImportHostKey$) {
2426
+ }
2427
+
2428
+ class ImportSshPublicKeyCommand extends command(_ep0, _mw0, "ImportSshPublicKey", ImportSshPublicKey$) {
2429
+ }
2430
+
2431
+ class ListAccessesCommand extends command(_ep0, _mw0, "ListAccesses", ListAccesses$) {
2432
+ }
2433
+
2434
+ class ListAgreementsCommand extends command(_ep0, _mw0, "ListAgreements", ListAgreements$) {
2435
+ }
2436
+
2437
+ class ListCertificatesCommand extends command(_ep0, _mw0, "ListCertificates", ListCertificates$) {
2438
+ }
2439
+
2440
+ class ListConnectorsCommand extends command(_ep0, _mw0, "ListConnectors", ListConnectors$) {
2441
+ }
2442
+
2443
+ class ListExecutionsCommand extends command(_ep0, _mw0, "ListExecutions", ListExecutions$) {
2444
+ }
2445
+
2446
+ class ListFileTransferResultsCommand extends command(_ep0, _mw0, "ListFileTransferResults", ListFileTransferResults$) {
2447
+ }
2448
+
2449
+ class ListHostKeysCommand extends command(_ep0, _mw0, "ListHostKeys", ListHostKeys$) {
2450
+ }
2451
+
2452
+ class ListProfilesCommand extends command(_ep0, _mw0, "ListProfiles", ListProfiles$) {
2453
+ }
2454
+
2455
+ class ListSecurityPoliciesCommand extends command(_ep0, _mw0, "ListSecurityPolicies", ListSecurityPolicies$) {
2456
+ }
2457
+
2458
+ class ListServersCommand extends command(_ep0, _mw0, "ListServers", ListServers$) {
2459
+ }
2460
+
2461
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
2462
+ }
2463
+
2464
+ class ListUsersCommand extends command(_ep0, _mw0, "ListUsers", ListUsers$) {
2465
+ }
2466
+
2467
+ class ListWebAppsCommand extends command(_ep0, _mw0, "ListWebApps", ListWebApps$) {
2468
+ }
2469
+
2470
+ class ListWorkflowsCommand extends command(_ep0, _mw0, "ListWorkflows", ListWorkflows$) {
2471
+ }
2472
+
2473
+ class SendWorkflowStepStateCommand extends command(_ep0, _mw0, "SendWorkflowStepState", SendWorkflowStepState$) {
2474
+ }
2475
+
2476
+ class StartDirectoryListingCommand extends command(_ep0, _mw0, "StartDirectoryListing", StartDirectoryListing$) {
2477
+ }
2478
+
2479
+ class StartFileTransferCommand extends command(_ep0, _mw0, "StartFileTransfer", StartFileTransfer$) {
2480
+ }
2481
+
2482
+ class StartRemoteDeleteCommand extends command(_ep0, _mw0, "StartRemoteDelete", StartRemoteDelete$) {
2483
+ }
2484
+
2485
+ class StartRemoteMoveCommand extends command(_ep0, _mw0, "StartRemoteMove", StartRemoteMove$) {
2486
+ }
2487
+
2488
+ class StartServerCommand extends command(_ep0, _mw0, "StartServer", StartServer$) {
2489
+ }
2490
+
2491
+ class StopServerCommand extends command(_ep0, _mw0, "StopServer", StopServer$) {
2492
+ }
2493
+
2494
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2495
+ }
2496
+
2497
+ class TestConnectionCommand extends command(_ep0, _mw0, "TestConnection", TestConnection$) {
2498
+ }
2499
+
2500
+ class TestIdentityProviderCommand extends command(_ep0, _mw0, "TestIdentityProvider", TestIdentityProvider$) {
2501
+ }
2502
+
2503
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2504
+ }
2505
+
2506
+ class UpdateAccessCommand extends command(_ep0, _mw0, "UpdateAccess", UpdateAccess$) {
2507
+ }
2508
+
2509
+ class UpdateAgreementCommand extends command(_ep0, _mw0, "UpdateAgreement", UpdateAgreement$) {
2510
+ }
2511
+
2512
+ class UpdateCertificateCommand extends command(_ep0, _mw0, "UpdateCertificate", UpdateCertificate$) {
2513
+ }
2514
+
2515
+ class UpdateConnectorCommand extends command(_ep0, _mw0, "UpdateConnector", UpdateConnector$) {
2516
+ }
2517
+
2518
+ class UpdateHostKeyCommand extends command(_ep0, _mw0, "UpdateHostKey", UpdateHostKey$) {
2519
+ }
2520
+
2521
+ class UpdateProfileCommand extends command(_ep0, _mw0, "UpdateProfile", UpdateProfile$) {
2522
+ }
2523
+
2524
+ class UpdateServerCommand extends command(_ep0, _mw0, "UpdateServer", UpdateServer$) {
2525
+ }
2526
+
2527
+ class UpdateUserCommand extends command(_ep0, _mw0, "UpdateUser", UpdateUser$) {
2528
+ }
2529
+
2530
+ class UpdateWebAppCommand extends command(_ep0, _mw0, "UpdateWebApp", UpdateWebApp$) {
2531
+ }
2532
+
2533
+ class UpdateWebAppCustomizationCommand extends command(_ep0, _mw0, "UpdateWebAppCustomization", UpdateWebAppCustomization$) {
3168
2534
  }
3169
2535
 
3170
2536
  const paginateListAccesses = createPaginator(TransferClient, ListAccessesCommand, "NextToken", "NextToken", "MaxResults");