@aws-sdk/client-transfer 3.590.0 → 3.592.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 (125) hide show
  1. package/dist-cjs/index.js +0 -60
  2. package/dist-types/commands/CreateAccessCommand.d.ts +2 -1
  3. package/dist-types/commands/CreateAgreementCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateConnectorCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateProfileCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateServerCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateUserCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateWorkflowCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteAccessCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteAgreementCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteCertificateCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteConnectorCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteHostKeyCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteProfileCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteServerCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteSshPublicKeyCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteUserCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteWorkflowCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeAccessCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeAgreementCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeCertificateCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeConnectorCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeExecutionCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeHostKeyCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeProfileCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeSecurityPolicyCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeServerCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeUserCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeWorkflowCommand.d.ts +2 -1
  30. package/dist-types/commands/ImportCertificateCommand.d.ts +2 -1
  31. package/dist-types/commands/ImportHostKeyCommand.d.ts +2 -1
  32. package/dist-types/commands/ImportSshPublicKeyCommand.d.ts +2 -1
  33. package/dist-types/commands/ListAccessesCommand.d.ts +2 -1
  34. package/dist-types/commands/ListAgreementsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListCertificatesCommand.d.ts +2 -1
  36. package/dist-types/commands/ListConnectorsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListExecutionsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListHostKeysCommand.d.ts +2 -1
  39. package/dist-types/commands/ListProfilesCommand.d.ts +2 -1
  40. package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +2 -1
  41. package/dist-types/commands/ListServersCommand.d.ts +2 -1
  42. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  43. package/dist-types/commands/ListUsersCommand.d.ts +2 -1
  44. package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
  45. package/dist-types/commands/SendWorkflowStepStateCommand.d.ts +2 -1
  46. package/dist-types/commands/StartDirectoryListingCommand.d.ts +2 -1
  47. package/dist-types/commands/StartFileTransferCommand.d.ts +2 -1
  48. package/dist-types/commands/StartServerCommand.d.ts +2 -1
  49. package/dist-types/commands/StopServerCommand.d.ts +2 -1
  50. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  51. package/dist-types/commands/TestConnectionCommand.d.ts +2 -1
  52. package/dist-types/commands/TestIdentityProviderCommand.d.ts +2 -1
  53. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateAccessCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateAgreementCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateCertificateCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateConnectorCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateHostKeyCommand.d.ts +2 -1
  59. package/dist-types/commands/UpdateProfileCommand.d.ts +2 -1
  60. package/dist-types/commands/UpdateServerCommand.d.ts +2 -1
  61. package/dist-types/commands/UpdateUserCommand.d.ts +2 -1
  62. package/dist-types/index.d.ts +2 -2
  63. package/dist-types/models/TransferServiceException.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/CreateAccessCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/CreateServerCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/DeleteHostKeyCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/DescribeHostKeyCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/DescribeWorkflowCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/ImportHostKeyCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/ListHostKeysCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/ListServersCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/commands/StartDirectoryListingCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +2 -1
  110. package/dist-types/ts3.4/commands/StartServerCommand.d.ts +2 -1
  111. package/dist-types/ts3.4/commands/StopServerCommand.d.ts +2 -1
  112. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  113. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +2 -1
  114. package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +2 -1
  115. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  116. package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +2 -1
  117. package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +2 -1
  118. package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +2 -1
  119. package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +2 -1
  120. package/dist-types/ts3.4/commands/UpdateHostKeyCommand.d.ts +2 -1
  121. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +2 -1
  122. package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +2 -1
  123. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +2 -1
  124. package/dist-types/ts3.4/models/TransferServiceException.d.ts +2 -1
  125. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -299,7 +299,6 @@ var TransferClient = _TransferClient;
299
299
 
300
300
  var import_middleware_serde = require("@smithy/middleware-serde");
301
301
 
302
- var import_types = require("@smithy/types");
303
302
 
304
303
  // src/protocols/Aws_json1_1.ts
305
304
  var import_core2 = require("@aws-sdk/core");
@@ -2087,7 +2086,6 @@ var CreateAccessCommand = _CreateAccessCommand;
2087
2086
 
2088
2087
 
2089
2088
 
2090
-
2091
2089
  var _CreateAgreementCommand = class _CreateAgreementCommand extends import_smithy_client.Command.classBuilder().ep({
2092
2090
  ...commonParams
2093
2091
  }).m(function(Command, cs, config, o) {
@@ -2104,7 +2102,6 @@ var CreateAgreementCommand = _CreateAgreementCommand;
2104
2102
 
2105
2103
 
2106
2104
 
2107
-
2108
2105
  var _CreateConnectorCommand = class _CreateConnectorCommand extends import_smithy_client.Command.classBuilder().ep({
2109
2106
  ...commonParams
2110
2107
  }).m(function(Command, cs, config, o) {
@@ -2121,7 +2118,6 @@ var CreateConnectorCommand = _CreateConnectorCommand;
2121
2118
 
2122
2119
 
2123
2120
 
2124
-
2125
2121
  var _CreateProfileCommand = class _CreateProfileCommand extends import_smithy_client.Command.classBuilder().ep({
2126
2122
  ...commonParams
2127
2123
  }).m(function(Command, cs, config, o) {
@@ -2138,7 +2134,6 @@ var CreateProfileCommand = _CreateProfileCommand;
2138
2134
 
2139
2135
 
2140
2136
 
2141
-
2142
2137
  var _CreateServerCommand = class _CreateServerCommand extends import_smithy_client.Command.classBuilder().ep({
2143
2138
  ...commonParams
2144
2139
  }).m(function(Command, cs, config, o) {
@@ -2155,7 +2150,6 @@ var CreateServerCommand = _CreateServerCommand;
2155
2150
 
2156
2151
 
2157
2152
 
2158
-
2159
2153
  var _CreateUserCommand = class _CreateUserCommand extends import_smithy_client.Command.classBuilder().ep({
2160
2154
  ...commonParams
2161
2155
  }).m(function(Command, cs, config, o) {
@@ -2172,7 +2166,6 @@ var CreateUserCommand = _CreateUserCommand;
2172
2166
 
2173
2167
 
2174
2168
 
2175
-
2176
2169
  var _CreateWorkflowCommand = class _CreateWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
2177
2170
  ...commonParams
2178
2171
  }).m(function(Command, cs, config, o) {
@@ -2189,7 +2182,6 @@ var CreateWorkflowCommand = _CreateWorkflowCommand;
2189
2182
 
2190
2183
 
2191
2184
 
2192
-
2193
2185
  var _DeleteAccessCommand = class _DeleteAccessCommand extends import_smithy_client.Command.classBuilder().ep({
2194
2186
  ...commonParams
2195
2187
  }).m(function(Command, cs, config, o) {
@@ -2206,7 +2198,6 @@ var DeleteAccessCommand = _DeleteAccessCommand;
2206
2198
 
2207
2199
 
2208
2200
 
2209
-
2210
2201
  var _DeleteAgreementCommand = class _DeleteAgreementCommand extends import_smithy_client.Command.classBuilder().ep({
2211
2202
  ...commonParams
2212
2203
  }).m(function(Command, cs, config, o) {
@@ -2223,7 +2214,6 @@ var DeleteAgreementCommand = _DeleteAgreementCommand;
2223
2214
 
2224
2215
 
2225
2216
 
2226
-
2227
2217
  var _DeleteCertificateCommand = class _DeleteCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
2228
2218
  ...commonParams
2229
2219
  }).m(function(Command, cs, config, o) {
@@ -2240,7 +2230,6 @@ var DeleteCertificateCommand = _DeleteCertificateCommand;
2240
2230
 
2241
2231
 
2242
2232
 
2243
-
2244
2233
  var _DeleteConnectorCommand = class _DeleteConnectorCommand extends import_smithy_client.Command.classBuilder().ep({
2245
2234
  ...commonParams
2246
2235
  }).m(function(Command, cs, config, o) {
@@ -2257,7 +2246,6 @@ var DeleteConnectorCommand = _DeleteConnectorCommand;
2257
2246
 
2258
2247
 
2259
2248
 
2260
-
2261
2249
  var _DeleteHostKeyCommand = class _DeleteHostKeyCommand extends import_smithy_client.Command.classBuilder().ep({
2262
2250
  ...commonParams
2263
2251
  }).m(function(Command, cs, config, o) {
@@ -2274,7 +2262,6 @@ var DeleteHostKeyCommand = _DeleteHostKeyCommand;
2274
2262
 
2275
2263
 
2276
2264
 
2277
-
2278
2265
  var _DeleteProfileCommand = class _DeleteProfileCommand extends import_smithy_client.Command.classBuilder().ep({
2279
2266
  ...commonParams
2280
2267
  }).m(function(Command, cs, config, o) {
@@ -2291,7 +2278,6 @@ var DeleteProfileCommand = _DeleteProfileCommand;
2291
2278
 
2292
2279
 
2293
2280
 
2294
-
2295
2281
  var _DeleteServerCommand = class _DeleteServerCommand extends import_smithy_client.Command.classBuilder().ep({
2296
2282
  ...commonParams
2297
2283
  }).m(function(Command, cs, config, o) {
@@ -2308,7 +2294,6 @@ var DeleteServerCommand = _DeleteServerCommand;
2308
2294
 
2309
2295
 
2310
2296
 
2311
-
2312
2297
  var _DeleteSshPublicKeyCommand = class _DeleteSshPublicKeyCommand extends import_smithy_client.Command.classBuilder().ep({
2313
2298
  ...commonParams
2314
2299
  }).m(function(Command, cs, config, o) {
@@ -2325,7 +2310,6 @@ var DeleteSshPublicKeyCommand = _DeleteSshPublicKeyCommand;
2325
2310
 
2326
2311
 
2327
2312
 
2328
-
2329
2313
  var _DeleteUserCommand = class _DeleteUserCommand extends import_smithy_client.Command.classBuilder().ep({
2330
2314
  ...commonParams
2331
2315
  }).m(function(Command, cs, config, o) {
@@ -2342,7 +2326,6 @@ var DeleteUserCommand = _DeleteUserCommand;
2342
2326
 
2343
2327
 
2344
2328
 
2345
-
2346
2329
  var _DeleteWorkflowCommand = class _DeleteWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
2347
2330
  ...commonParams
2348
2331
  }).m(function(Command, cs, config, o) {
@@ -2359,7 +2342,6 @@ var DeleteWorkflowCommand = _DeleteWorkflowCommand;
2359
2342
 
2360
2343
 
2361
2344
 
2362
-
2363
2345
  var _DescribeAccessCommand = class _DescribeAccessCommand extends import_smithy_client.Command.classBuilder().ep({
2364
2346
  ...commonParams
2365
2347
  }).m(function(Command, cs, config, o) {
@@ -2376,7 +2358,6 @@ var DescribeAccessCommand = _DescribeAccessCommand;
2376
2358
 
2377
2359
 
2378
2360
 
2379
-
2380
2361
  var _DescribeAgreementCommand = class _DescribeAgreementCommand extends import_smithy_client.Command.classBuilder().ep({
2381
2362
  ...commonParams
2382
2363
  }).m(function(Command, cs, config, o) {
@@ -2393,7 +2374,6 @@ var DescribeAgreementCommand = _DescribeAgreementCommand;
2393
2374
 
2394
2375
 
2395
2376
 
2396
-
2397
2377
  var _DescribeCertificateCommand = class _DescribeCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
2398
2378
  ...commonParams
2399
2379
  }).m(function(Command, cs, config, o) {
@@ -2410,7 +2390,6 @@ var DescribeCertificateCommand = _DescribeCertificateCommand;
2410
2390
 
2411
2391
 
2412
2392
 
2413
-
2414
2393
  var _DescribeConnectorCommand = class _DescribeConnectorCommand extends import_smithy_client.Command.classBuilder().ep({
2415
2394
  ...commonParams
2416
2395
  }).m(function(Command, cs, config, o) {
@@ -2427,7 +2406,6 @@ var DescribeConnectorCommand = _DescribeConnectorCommand;
2427
2406
 
2428
2407
 
2429
2408
 
2430
-
2431
2409
  var _DescribeExecutionCommand = class _DescribeExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
2432
2410
  ...commonParams
2433
2411
  }).m(function(Command, cs, config, o) {
@@ -2444,7 +2422,6 @@ var DescribeExecutionCommand = _DescribeExecutionCommand;
2444
2422
 
2445
2423
 
2446
2424
 
2447
-
2448
2425
  var _DescribeHostKeyCommand = class _DescribeHostKeyCommand extends import_smithy_client.Command.classBuilder().ep({
2449
2426
  ...commonParams
2450
2427
  }).m(function(Command, cs, config, o) {
@@ -2461,7 +2438,6 @@ var DescribeHostKeyCommand = _DescribeHostKeyCommand;
2461
2438
 
2462
2439
 
2463
2440
 
2464
-
2465
2441
  var _DescribeProfileCommand = class _DescribeProfileCommand extends import_smithy_client.Command.classBuilder().ep({
2466
2442
  ...commonParams
2467
2443
  }).m(function(Command, cs, config, o) {
@@ -2478,7 +2454,6 @@ var DescribeProfileCommand = _DescribeProfileCommand;
2478
2454
 
2479
2455
 
2480
2456
 
2481
-
2482
2457
  var _DescribeSecurityPolicyCommand = class _DescribeSecurityPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2483
2458
  ...commonParams
2484
2459
  }).m(function(Command, cs, config, o) {
@@ -2495,7 +2470,6 @@ var DescribeSecurityPolicyCommand = _DescribeSecurityPolicyCommand;
2495
2470
 
2496
2471
 
2497
2472
 
2498
-
2499
2473
  var _DescribeServerCommand = class _DescribeServerCommand extends import_smithy_client.Command.classBuilder().ep({
2500
2474
  ...commonParams
2501
2475
  }).m(function(Command, cs, config, o) {
@@ -2512,7 +2486,6 @@ var DescribeServerCommand = _DescribeServerCommand;
2512
2486
 
2513
2487
 
2514
2488
 
2515
-
2516
2489
  var _DescribeUserCommand = class _DescribeUserCommand extends import_smithy_client.Command.classBuilder().ep({
2517
2490
  ...commonParams
2518
2491
  }).m(function(Command, cs, config, o) {
@@ -2529,7 +2502,6 @@ var DescribeUserCommand = _DescribeUserCommand;
2529
2502
 
2530
2503
 
2531
2504
 
2532
-
2533
2505
  var _DescribeWorkflowCommand = class _DescribeWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
2534
2506
  ...commonParams
2535
2507
  }).m(function(Command, cs, config, o) {
@@ -2546,7 +2518,6 @@ var DescribeWorkflowCommand = _DescribeWorkflowCommand;
2546
2518
 
2547
2519
 
2548
2520
 
2549
-
2550
2521
  var _ImportCertificateCommand = class _ImportCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
2551
2522
  ...commonParams
2552
2523
  }).m(function(Command, cs, config, o) {
@@ -2563,7 +2534,6 @@ var ImportCertificateCommand = _ImportCertificateCommand;
2563
2534
 
2564
2535
 
2565
2536
 
2566
-
2567
2537
  var _ImportHostKeyCommand = class _ImportHostKeyCommand extends import_smithy_client.Command.classBuilder().ep({
2568
2538
  ...commonParams
2569
2539
  }).m(function(Command, cs, config, o) {
@@ -2580,7 +2550,6 @@ var ImportHostKeyCommand = _ImportHostKeyCommand;
2580
2550
 
2581
2551
 
2582
2552
 
2583
-
2584
2553
  var _ImportSshPublicKeyCommand = class _ImportSshPublicKeyCommand extends import_smithy_client.Command.classBuilder().ep({
2585
2554
  ...commonParams
2586
2555
  }).m(function(Command, cs, config, o) {
@@ -2597,7 +2566,6 @@ var ImportSshPublicKeyCommand = _ImportSshPublicKeyCommand;
2597
2566
 
2598
2567
 
2599
2568
 
2600
-
2601
2569
  var _ListAccessesCommand = class _ListAccessesCommand extends import_smithy_client.Command.classBuilder().ep({
2602
2570
  ...commonParams
2603
2571
  }).m(function(Command, cs, config, o) {
@@ -2614,7 +2582,6 @@ var ListAccessesCommand = _ListAccessesCommand;
2614
2582
 
2615
2583
 
2616
2584
 
2617
-
2618
2585
  var _ListAgreementsCommand = class _ListAgreementsCommand extends import_smithy_client.Command.classBuilder().ep({
2619
2586
  ...commonParams
2620
2587
  }).m(function(Command, cs, config, o) {
@@ -2631,7 +2598,6 @@ var ListAgreementsCommand = _ListAgreementsCommand;
2631
2598
 
2632
2599
 
2633
2600
 
2634
-
2635
2601
  var _ListCertificatesCommand = class _ListCertificatesCommand extends import_smithy_client.Command.classBuilder().ep({
2636
2602
  ...commonParams
2637
2603
  }).m(function(Command, cs, config, o) {
@@ -2648,7 +2614,6 @@ var ListCertificatesCommand = _ListCertificatesCommand;
2648
2614
 
2649
2615
 
2650
2616
 
2651
-
2652
2617
  var _ListConnectorsCommand = class _ListConnectorsCommand extends import_smithy_client.Command.classBuilder().ep({
2653
2618
  ...commonParams
2654
2619
  }).m(function(Command, cs, config, o) {
@@ -2665,7 +2630,6 @@ var ListConnectorsCommand = _ListConnectorsCommand;
2665
2630
 
2666
2631
 
2667
2632
 
2668
-
2669
2633
  var _ListExecutionsCommand = class _ListExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
2670
2634
  ...commonParams
2671
2635
  }).m(function(Command, cs, config, o) {
@@ -2682,7 +2646,6 @@ var ListExecutionsCommand = _ListExecutionsCommand;
2682
2646
 
2683
2647
 
2684
2648
 
2685
-
2686
2649
  var _ListHostKeysCommand = class _ListHostKeysCommand extends import_smithy_client.Command.classBuilder().ep({
2687
2650
  ...commonParams
2688
2651
  }).m(function(Command, cs, config, o) {
@@ -2699,7 +2662,6 @@ var ListHostKeysCommand = _ListHostKeysCommand;
2699
2662
 
2700
2663
 
2701
2664
 
2702
-
2703
2665
  var _ListProfilesCommand = class _ListProfilesCommand extends import_smithy_client.Command.classBuilder().ep({
2704
2666
  ...commonParams
2705
2667
  }).m(function(Command, cs, config, o) {
@@ -2716,7 +2678,6 @@ var ListProfilesCommand = _ListProfilesCommand;
2716
2678
 
2717
2679
 
2718
2680
 
2719
-
2720
2681
  var _ListSecurityPoliciesCommand = class _ListSecurityPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
2721
2682
  ...commonParams
2722
2683
  }).m(function(Command, cs, config, o) {
@@ -2733,7 +2694,6 @@ var ListSecurityPoliciesCommand = _ListSecurityPoliciesCommand;
2733
2694
 
2734
2695
 
2735
2696
 
2736
-
2737
2697
  var _ListServersCommand = class _ListServersCommand extends import_smithy_client.Command.classBuilder().ep({
2738
2698
  ...commonParams
2739
2699
  }).m(function(Command, cs, config, o) {
@@ -2750,7 +2710,6 @@ var ListServersCommand = _ListServersCommand;
2750
2710
 
2751
2711
 
2752
2712
 
2753
-
2754
2713
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2755
2714
  ...commonParams
2756
2715
  }).m(function(Command, cs, config, o) {
@@ -2767,7 +2726,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2767
2726
 
2768
2727
 
2769
2728
 
2770
-
2771
2729
  var _ListUsersCommand = class _ListUsersCommand extends import_smithy_client.Command.classBuilder().ep({
2772
2730
  ...commonParams
2773
2731
  }).m(function(Command, cs, config, o) {
@@ -2784,7 +2742,6 @@ var ListUsersCommand = _ListUsersCommand;
2784
2742
 
2785
2743
 
2786
2744
 
2787
-
2788
2745
  var _ListWorkflowsCommand = class _ListWorkflowsCommand extends import_smithy_client.Command.classBuilder().ep({
2789
2746
  ...commonParams
2790
2747
  }).m(function(Command, cs, config, o) {
@@ -2801,7 +2758,6 @@ var ListWorkflowsCommand = _ListWorkflowsCommand;
2801
2758
 
2802
2759
 
2803
2760
 
2804
-
2805
2761
  var _SendWorkflowStepStateCommand = class _SendWorkflowStepStateCommand extends import_smithy_client.Command.classBuilder().ep({
2806
2762
  ...commonParams
2807
2763
  }).m(function(Command, cs, config, o) {
@@ -2818,7 +2774,6 @@ var SendWorkflowStepStateCommand = _SendWorkflowStepStateCommand;
2818
2774
 
2819
2775
 
2820
2776
 
2821
-
2822
2777
  var _StartDirectoryListingCommand = class _StartDirectoryListingCommand extends import_smithy_client.Command.classBuilder().ep({
2823
2778
  ...commonParams
2824
2779
  }).m(function(Command, cs, config, o) {
@@ -2835,7 +2790,6 @@ var StartDirectoryListingCommand = _StartDirectoryListingCommand;
2835
2790
 
2836
2791
 
2837
2792
 
2838
-
2839
2793
  var _StartFileTransferCommand = class _StartFileTransferCommand extends import_smithy_client.Command.classBuilder().ep({
2840
2794
  ...commonParams
2841
2795
  }).m(function(Command, cs, config, o) {
@@ -2852,7 +2806,6 @@ var StartFileTransferCommand = _StartFileTransferCommand;
2852
2806
 
2853
2807
 
2854
2808
 
2855
-
2856
2809
  var _StartServerCommand = class _StartServerCommand extends import_smithy_client.Command.classBuilder().ep({
2857
2810
  ...commonParams
2858
2811
  }).m(function(Command, cs, config, o) {
@@ -2869,7 +2822,6 @@ var StartServerCommand = _StartServerCommand;
2869
2822
 
2870
2823
 
2871
2824
 
2872
-
2873
2825
  var _StopServerCommand = class _StopServerCommand extends import_smithy_client.Command.classBuilder().ep({
2874
2826
  ...commonParams
2875
2827
  }).m(function(Command, cs, config, o) {
@@ -2886,7 +2838,6 @@ var StopServerCommand = _StopServerCommand;
2886
2838
 
2887
2839
 
2888
2840
 
2889
-
2890
2841
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2891
2842
  ...commonParams
2892
2843
  }).m(function(Command, cs, config, o) {
@@ -2903,7 +2854,6 @@ var TagResourceCommand = _TagResourceCommand;
2903
2854
 
2904
2855
 
2905
2856
 
2906
-
2907
2857
  var _TestConnectionCommand = class _TestConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
2908
2858
  ...commonParams
2909
2859
  }).m(function(Command, cs, config, o) {
@@ -2920,7 +2870,6 @@ var TestConnectionCommand = _TestConnectionCommand;
2920
2870
 
2921
2871
 
2922
2872
 
2923
-
2924
2873
  var _TestIdentityProviderCommand = class _TestIdentityProviderCommand extends import_smithy_client.Command.classBuilder().ep({
2925
2874
  ...commonParams
2926
2875
  }).m(function(Command, cs, config, o) {
@@ -2937,7 +2886,6 @@ var TestIdentityProviderCommand = _TestIdentityProviderCommand;
2937
2886
 
2938
2887
 
2939
2888
 
2940
-
2941
2889
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2942
2890
  ...commonParams
2943
2891
  }).m(function(Command, cs, config, o) {
@@ -2954,7 +2902,6 @@ var UntagResourceCommand = _UntagResourceCommand;
2954
2902
 
2955
2903
 
2956
2904
 
2957
-
2958
2905
  var _UpdateAccessCommand = class _UpdateAccessCommand extends import_smithy_client.Command.classBuilder().ep({
2959
2906
  ...commonParams
2960
2907
  }).m(function(Command, cs, config, o) {
@@ -2971,7 +2918,6 @@ var UpdateAccessCommand = _UpdateAccessCommand;
2971
2918
 
2972
2919
 
2973
2920
 
2974
-
2975
2921
  var _UpdateAgreementCommand = class _UpdateAgreementCommand extends import_smithy_client.Command.classBuilder().ep({
2976
2922
  ...commonParams
2977
2923
  }).m(function(Command, cs, config, o) {
@@ -2988,7 +2934,6 @@ var UpdateAgreementCommand = _UpdateAgreementCommand;
2988
2934
 
2989
2935
 
2990
2936
 
2991
-
2992
2937
  var _UpdateCertificateCommand = class _UpdateCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
2993
2938
  ...commonParams
2994
2939
  }).m(function(Command, cs, config, o) {
@@ -3005,7 +2950,6 @@ var UpdateCertificateCommand = _UpdateCertificateCommand;
3005
2950
 
3006
2951
 
3007
2952
 
3008
-
3009
2953
  var _UpdateConnectorCommand = class _UpdateConnectorCommand extends import_smithy_client.Command.classBuilder().ep({
3010
2954
  ...commonParams
3011
2955
  }).m(function(Command, cs, config, o) {
@@ -3022,7 +2966,6 @@ var UpdateConnectorCommand = _UpdateConnectorCommand;
3022
2966
 
3023
2967
 
3024
2968
 
3025
-
3026
2969
  var _UpdateHostKeyCommand = class _UpdateHostKeyCommand extends import_smithy_client.Command.classBuilder().ep({
3027
2970
  ...commonParams
3028
2971
  }).m(function(Command, cs, config, o) {
@@ -3039,7 +2982,6 @@ var UpdateHostKeyCommand = _UpdateHostKeyCommand;
3039
2982
 
3040
2983
 
3041
2984
 
3042
-
3043
2985
  var _UpdateProfileCommand = class _UpdateProfileCommand extends import_smithy_client.Command.classBuilder().ep({
3044
2986
  ...commonParams
3045
2987
  }).m(function(Command, cs, config, o) {
@@ -3056,7 +2998,6 @@ var UpdateProfileCommand = _UpdateProfileCommand;
3056
2998
 
3057
2999
 
3058
3000
 
3059
-
3060
3001
  var _UpdateServerCommand = class _UpdateServerCommand extends import_smithy_client.Command.classBuilder().ep({
3061
3002
  ...commonParams
3062
3003
  }).m(function(Command, cs, config, o) {
@@ -3073,7 +3014,6 @@ var UpdateServerCommand = _UpdateServerCommand;
3073
3014
 
3074
3015
 
3075
3016
 
3076
-
3077
3017
  var _UpdateUserCommand = class _UpdateUserCommand extends import_smithy_client.Command.classBuilder().ep({
3078
3018
  ...commonParams
3079
3019
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *