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