@aws-sdk/client-transfer 3.927.0 → 3.929.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 (95) hide show
  1. package/dist-cjs/index.js +2049 -2206
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/TransferClient.js +2 -0
  4. package/dist-es/commands/CreateAccessCommand.js +3 -9
  5. package/dist-es/commands/CreateAgreementCommand.js +3 -9
  6. package/dist-es/commands/CreateConnectorCommand.js +3 -9
  7. package/dist-es/commands/CreateProfileCommand.js +3 -9
  8. package/dist-es/commands/CreateServerCommand.js +3 -10
  9. package/dist-es/commands/CreateUserCommand.js +3 -9
  10. package/dist-es/commands/CreateWebAppCommand.js +3 -9
  11. package/dist-es/commands/CreateWorkflowCommand.js +3 -9
  12. package/dist-es/commands/DeleteAccessCommand.js +3 -9
  13. package/dist-es/commands/DeleteAgreementCommand.js +3 -9
  14. package/dist-es/commands/DeleteCertificateCommand.js +3 -9
  15. package/dist-es/commands/DeleteConnectorCommand.js +3 -9
  16. package/dist-es/commands/DeleteHostKeyCommand.js +3 -9
  17. package/dist-es/commands/DeleteProfileCommand.js +3 -9
  18. package/dist-es/commands/DeleteServerCommand.js +3 -9
  19. package/dist-es/commands/DeleteSshPublicKeyCommand.js +3 -9
  20. package/dist-es/commands/DeleteUserCommand.js +3 -9
  21. package/dist-es/commands/DeleteWebAppCommand.js +3 -9
  22. package/dist-es/commands/DeleteWebAppCustomizationCommand.js +3 -9
  23. package/dist-es/commands/DeleteWorkflowCommand.js +3 -9
  24. package/dist-es/commands/DescribeAccessCommand.js +3 -9
  25. package/dist-es/commands/DescribeAgreementCommand.js +3 -9
  26. package/dist-es/commands/DescribeCertificateCommand.js +3 -10
  27. package/dist-es/commands/DescribeConnectorCommand.js +3 -9
  28. package/dist-es/commands/DescribeExecutionCommand.js +3 -9
  29. package/dist-es/commands/DescribeHostKeyCommand.js +3 -9
  30. package/dist-es/commands/DescribeProfileCommand.js +3 -9
  31. package/dist-es/commands/DescribeSecurityPolicyCommand.js +3 -9
  32. package/dist-es/commands/DescribeServerCommand.js +3 -9
  33. package/dist-es/commands/DescribeUserCommand.js +3 -9
  34. package/dist-es/commands/DescribeWebAppCommand.js +3 -9
  35. package/dist-es/commands/DescribeWebAppCustomizationCommand.js +3 -10
  36. package/dist-es/commands/DescribeWorkflowCommand.js +3 -9
  37. package/dist-es/commands/ImportCertificateCommand.js +3 -10
  38. package/dist-es/commands/ImportHostKeyCommand.js +3 -10
  39. package/dist-es/commands/ImportSshPublicKeyCommand.js +3 -9
  40. package/dist-es/commands/ListAccessesCommand.js +3 -9
  41. package/dist-es/commands/ListAgreementsCommand.js +3 -9
  42. package/dist-es/commands/ListCertificatesCommand.js +3 -9
  43. package/dist-es/commands/ListConnectorsCommand.js +3 -9
  44. package/dist-es/commands/ListExecutionsCommand.js +3 -9
  45. package/dist-es/commands/ListFileTransferResultsCommand.js +3 -9
  46. package/dist-es/commands/ListHostKeysCommand.js +3 -9
  47. package/dist-es/commands/ListProfilesCommand.js +3 -9
  48. package/dist-es/commands/ListSecurityPoliciesCommand.js +3 -9
  49. package/dist-es/commands/ListServersCommand.js +3 -9
  50. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  51. package/dist-es/commands/ListUsersCommand.js +3 -9
  52. package/dist-es/commands/ListWebAppsCommand.js +3 -9
  53. package/dist-es/commands/ListWorkflowsCommand.js +3 -9
  54. package/dist-es/commands/SendWorkflowStepStateCommand.js +3 -9
  55. package/dist-es/commands/StartDirectoryListingCommand.js +3 -9
  56. package/dist-es/commands/StartFileTransferCommand.js +3 -9
  57. package/dist-es/commands/StartRemoteDeleteCommand.js +3 -9
  58. package/dist-es/commands/StartRemoteMoveCommand.js +3 -9
  59. package/dist-es/commands/StartServerCommand.js +3 -9
  60. package/dist-es/commands/StopServerCommand.js +3 -9
  61. package/dist-es/commands/TagResourceCommand.js +3 -9
  62. package/dist-es/commands/TestConnectionCommand.js +3 -9
  63. package/dist-es/commands/TestIdentityProviderCommand.js +3 -10
  64. package/dist-es/commands/UntagResourceCommand.js +3 -9
  65. package/dist-es/commands/UpdateAccessCommand.js +3 -9
  66. package/dist-es/commands/UpdateAgreementCommand.js +3 -9
  67. package/dist-es/commands/UpdateCertificateCommand.js +3 -9
  68. package/dist-es/commands/UpdateConnectorCommand.js +3 -9
  69. package/dist-es/commands/UpdateHostKeyCommand.js +3 -9
  70. package/dist-es/commands/UpdateProfileCommand.js +3 -9
  71. package/dist-es/commands/UpdateServerCommand.js +3 -10
  72. package/dist-es/commands/UpdateUserCommand.js +3 -9
  73. package/dist-es/commands/UpdateWebAppCommand.js +3 -9
  74. package/dist-es/commands/UpdateWebAppCustomizationCommand.js +3 -10
  75. package/dist-es/models/models_0.js +0 -48
  76. package/dist-es/runtimeConfig.shared.js +7 -0
  77. package/dist-es/schemas/schemas_0.js +1893 -0
  78. package/dist-types/TransferClient.d.ts +10 -1
  79. package/dist-types/models/models_0.d.ts +0 -40
  80. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  81. package/dist-types/runtimeConfig.d.ts +1 -0
  82. package/dist-types/runtimeConfig.native.d.ts +1 -0
  83. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  84. package/dist-types/schemas/schemas_0.d.ts +321 -0
  85. package/dist-types/ts3.4/TransferClient.d.ts +4 -0
  86. package/dist-types/ts3.4/models/models_0.d.ts +0 -30
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  90. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  91. package/dist-types/ts3.4/schemas/schemas_0.d.ts +327 -0
  92. package/package.json +5 -5
  93. package/dist-es/protocols/Aws_json1_1.js +0 -1629
  94. package/dist-types/protocols/Aws_json1_1.d.ts +0 -641
  95. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -857
@@ -1,857 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CreateAccessCommandInput,
8
- CreateAccessCommandOutput,
9
- } from "../commands/CreateAccessCommand";
10
- import {
11
- CreateAgreementCommandInput,
12
- CreateAgreementCommandOutput,
13
- } from "../commands/CreateAgreementCommand";
14
- import {
15
- CreateConnectorCommandInput,
16
- CreateConnectorCommandOutput,
17
- } from "../commands/CreateConnectorCommand";
18
- import {
19
- CreateProfileCommandInput,
20
- CreateProfileCommandOutput,
21
- } from "../commands/CreateProfileCommand";
22
- import {
23
- CreateServerCommandInput,
24
- CreateServerCommandOutput,
25
- } from "../commands/CreateServerCommand";
26
- import {
27
- CreateUserCommandInput,
28
- CreateUserCommandOutput,
29
- } from "../commands/CreateUserCommand";
30
- import {
31
- CreateWebAppCommandInput,
32
- CreateWebAppCommandOutput,
33
- } from "../commands/CreateWebAppCommand";
34
- import {
35
- CreateWorkflowCommandInput,
36
- CreateWorkflowCommandOutput,
37
- } from "../commands/CreateWorkflowCommand";
38
- import {
39
- DeleteAccessCommandInput,
40
- DeleteAccessCommandOutput,
41
- } from "../commands/DeleteAccessCommand";
42
- import {
43
- DeleteAgreementCommandInput,
44
- DeleteAgreementCommandOutput,
45
- } from "../commands/DeleteAgreementCommand";
46
- import {
47
- DeleteCertificateCommandInput,
48
- DeleteCertificateCommandOutput,
49
- } from "../commands/DeleteCertificateCommand";
50
- import {
51
- DeleteConnectorCommandInput,
52
- DeleteConnectorCommandOutput,
53
- } from "../commands/DeleteConnectorCommand";
54
- import {
55
- DeleteHostKeyCommandInput,
56
- DeleteHostKeyCommandOutput,
57
- } from "../commands/DeleteHostKeyCommand";
58
- import {
59
- DeleteProfileCommandInput,
60
- DeleteProfileCommandOutput,
61
- } from "../commands/DeleteProfileCommand";
62
- import {
63
- DeleteServerCommandInput,
64
- DeleteServerCommandOutput,
65
- } from "../commands/DeleteServerCommand";
66
- import {
67
- DeleteSshPublicKeyCommandInput,
68
- DeleteSshPublicKeyCommandOutput,
69
- } from "../commands/DeleteSshPublicKeyCommand";
70
- import {
71
- DeleteUserCommandInput,
72
- DeleteUserCommandOutput,
73
- } from "../commands/DeleteUserCommand";
74
- import {
75
- DeleteWebAppCommandInput,
76
- DeleteWebAppCommandOutput,
77
- } from "../commands/DeleteWebAppCommand";
78
- import {
79
- DeleteWebAppCustomizationCommandInput,
80
- DeleteWebAppCustomizationCommandOutput,
81
- } from "../commands/DeleteWebAppCustomizationCommand";
82
- import {
83
- DeleteWorkflowCommandInput,
84
- DeleteWorkflowCommandOutput,
85
- } from "../commands/DeleteWorkflowCommand";
86
- import {
87
- DescribeAccessCommandInput,
88
- DescribeAccessCommandOutput,
89
- } from "../commands/DescribeAccessCommand";
90
- import {
91
- DescribeAgreementCommandInput,
92
- DescribeAgreementCommandOutput,
93
- } from "../commands/DescribeAgreementCommand";
94
- import {
95
- DescribeCertificateCommandInput,
96
- DescribeCertificateCommandOutput,
97
- } from "../commands/DescribeCertificateCommand";
98
- import {
99
- DescribeConnectorCommandInput,
100
- DescribeConnectorCommandOutput,
101
- } from "../commands/DescribeConnectorCommand";
102
- import {
103
- DescribeExecutionCommandInput,
104
- DescribeExecutionCommandOutput,
105
- } from "../commands/DescribeExecutionCommand";
106
- import {
107
- DescribeHostKeyCommandInput,
108
- DescribeHostKeyCommandOutput,
109
- } from "../commands/DescribeHostKeyCommand";
110
- import {
111
- DescribeProfileCommandInput,
112
- DescribeProfileCommandOutput,
113
- } from "../commands/DescribeProfileCommand";
114
- import {
115
- DescribeSecurityPolicyCommandInput,
116
- DescribeSecurityPolicyCommandOutput,
117
- } from "../commands/DescribeSecurityPolicyCommand";
118
- import {
119
- DescribeServerCommandInput,
120
- DescribeServerCommandOutput,
121
- } from "../commands/DescribeServerCommand";
122
- import {
123
- DescribeUserCommandInput,
124
- DescribeUserCommandOutput,
125
- } from "../commands/DescribeUserCommand";
126
- import {
127
- DescribeWebAppCommandInput,
128
- DescribeWebAppCommandOutput,
129
- } from "../commands/DescribeWebAppCommand";
130
- import {
131
- DescribeWebAppCustomizationCommandInput,
132
- DescribeWebAppCustomizationCommandOutput,
133
- } from "../commands/DescribeWebAppCustomizationCommand";
134
- import {
135
- DescribeWorkflowCommandInput,
136
- DescribeWorkflowCommandOutput,
137
- } from "../commands/DescribeWorkflowCommand";
138
- import {
139
- ImportCertificateCommandInput,
140
- ImportCertificateCommandOutput,
141
- } from "../commands/ImportCertificateCommand";
142
- import {
143
- ImportHostKeyCommandInput,
144
- ImportHostKeyCommandOutput,
145
- } from "../commands/ImportHostKeyCommand";
146
- import {
147
- ImportSshPublicKeyCommandInput,
148
- ImportSshPublicKeyCommandOutput,
149
- } from "../commands/ImportSshPublicKeyCommand";
150
- import {
151
- ListAccessesCommandInput,
152
- ListAccessesCommandOutput,
153
- } from "../commands/ListAccessesCommand";
154
- import {
155
- ListAgreementsCommandInput,
156
- ListAgreementsCommandOutput,
157
- } from "../commands/ListAgreementsCommand";
158
- import {
159
- ListCertificatesCommandInput,
160
- ListCertificatesCommandOutput,
161
- } from "../commands/ListCertificatesCommand";
162
- import {
163
- ListConnectorsCommandInput,
164
- ListConnectorsCommandOutput,
165
- } from "../commands/ListConnectorsCommand";
166
- import {
167
- ListExecutionsCommandInput,
168
- ListExecutionsCommandOutput,
169
- } from "../commands/ListExecutionsCommand";
170
- import {
171
- ListFileTransferResultsCommandInput,
172
- ListFileTransferResultsCommandOutput,
173
- } from "../commands/ListFileTransferResultsCommand";
174
- import {
175
- ListHostKeysCommandInput,
176
- ListHostKeysCommandOutput,
177
- } from "../commands/ListHostKeysCommand";
178
- import {
179
- ListProfilesCommandInput,
180
- ListProfilesCommandOutput,
181
- } from "../commands/ListProfilesCommand";
182
- import {
183
- ListSecurityPoliciesCommandInput,
184
- ListSecurityPoliciesCommandOutput,
185
- } from "../commands/ListSecurityPoliciesCommand";
186
- import {
187
- ListServersCommandInput,
188
- ListServersCommandOutput,
189
- } from "../commands/ListServersCommand";
190
- import {
191
- ListTagsForResourceCommandInput,
192
- ListTagsForResourceCommandOutput,
193
- } from "../commands/ListTagsForResourceCommand";
194
- import {
195
- ListUsersCommandInput,
196
- ListUsersCommandOutput,
197
- } from "../commands/ListUsersCommand";
198
- import {
199
- ListWebAppsCommandInput,
200
- ListWebAppsCommandOutput,
201
- } from "../commands/ListWebAppsCommand";
202
- import {
203
- ListWorkflowsCommandInput,
204
- ListWorkflowsCommandOutput,
205
- } from "../commands/ListWorkflowsCommand";
206
- import {
207
- SendWorkflowStepStateCommandInput,
208
- SendWorkflowStepStateCommandOutput,
209
- } from "../commands/SendWorkflowStepStateCommand";
210
- import {
211
- StartDirectoryListingCommandInput,
212
- StartDirectoryListingCommandOutput,
213
- } from "../commands/StartDirectoryListingCommand";
214
- import {
215
- StartFileTransferCommandInput,
216
- StartFileTransferCommandOutput,
217
- } from "../commands/StartFileTransferCommand";
218
- import {
219
- StartRemoteDeleteCommandInput,
220
- StartRemoteDeleteCommandOutput,
221
- } from "../commands/StartRemoteDeleteCommand";
222
- import {
223
- StartRemoteMoveCommandInput,
224
- StartRemoteMoveCommandOutput,
225
- } from "../commands/StartRemoteMoveCommand";
226
- import {
227
- StartServerCommandInput,
228
- StartServerCommandOutput,
229
- } from "../commands/StartServerCommand";
230
- import {
231
- StopServerCommandInput,
232
- StopServerCommandOutput,
233
- } from "../commands/StopServerCommand";
234
- import {
235
- TagResourceCommandInput,
236
- TagResourceCommandOutput,
237
- } from "../commands/TagResourceCommand";
238
- import {
239
- TestConnectionCommandInput,
240
- TestConnectionCommandOutput,
241
- } from "../commands/TestConnectionCommand";
242
- import {
243
- TestIdentityProviderCommandInput,
244
- TestIdentityProviderCommandOutput,
245
- } from "../commands/TestIdentityProviderCommand";
246
- import {
247
- UntagResourceCommandInput,
248
- UntagResourceCommandOutput,
249
- } from "../commands/UntagResourceCommand";
250
- import {
251
- UpdateAccessCommandInput,
252
- UpdateAccessCommandOutput,
253
- } from "../commands/UpdateAccessCommand";
254
- import {
255
- UpdateAgreementCommandInput,
256
- UpdateAgreementCommandOutput,
257
- } from "../commands/UpdateAgreementCommand";
258
- import {
259
- UpdateCertificateCommandInput,
260
- UpdateCertificateCommandOutput,
261
- } from "../commands/UpdateCertificateCommand";
262
- import {
263
- UpdateConnectorCommandInput,
264
- UpdateConnectorCommandOutput,
265
- } from "../commands/UpdateConnectorCommand";
266
- import {
267
- UpdateHostKeyCommandInput,
268
- UpdateHostKeyCommandOutput,
269
- } from "../commands/UpdateHostKeyCommand";
270
- import {
271
- UpdateProfileCommandInput,
272
- UpdateProfileCommandOutput,
273
- } from "../commands/UpdateProfileCommand";
274
- import {
275
- UpdateServerCommandInput,
276
- UpdateServerCommandOutput,
277
- } from "../commands/UpdateServerCommand";
278
- import {
279
- UpdateUserCommandInput,
280
- UpdateUserCommandOutput,
281
- } from "../commands/UpdateUserCommand";
282
- import {
283
- UpdateWebAppCommandInput,
284
- UpdateWebAppCommandOutput,
285
- } from "../commands/UpdateWebAppCommand";
286
- import {
287
- UpdateWebAppCustomizationCommandInput,
288
- UpdateWebAppCustomizationCommandOutput,
289
- } from "../commands/UpdateWebAppCustomizationCommand";
290
- export declare const se_CreateAccessCommand: (
291
- input: CreateAccessCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_CreateAgreementCommand: (
295
- input: CreateAgreementCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_CreateConnectorCommand: (
299
- input: CreateConnectorCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_CreateProfileCommand: (
303
- input: CreateProfileCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_CreateServerCommand: (
307
- input: CreateServerCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_CreateUserCommand: (
311
- input: CreateUserCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_CreateWebAppCommand: (
315
- input: CreateWebAppCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_CreateWorkflowCommand: (
319
- input: CreateWorkflowCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_DeleteAccessCommand: (
323
- input: DeleteAccessCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_DeleteAgreementCommand: (
327
- input: DeleteAgreementCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_DeleteCertificateCommand: (
331
- input: DeleteCertificateCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_DeleteConnectorCommand: (
335
- input: DeleteConnectorCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_DeleteHostKeyCommand: (
339
- input: DeleteHostKeyCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_DeleteProfileCommand: (
343
- input: DeleteProfileCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_DeleteServerCommand: (
347
- input: DeleteServerCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_DeleteSshPublicKeyCommand: (
351
- input: DeleteSshPublicKeyCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_DeleteUserCommand: (
355
- input: DeleteUserCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_DeleteWebAppCommand: (
359
- input: DeleteWebAppCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_DeleteWebAppCustomizationCommand: (
363
- input: DeleteWebAppCustomizationCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_DeleteWorkflowCommand: (
367
- input: DeleteWorkflowCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_DescribeAccessCommand: (
371
- input: DescribeAccessCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_DescribeAgreementCommand: (
375
- input: DescribeAgreementCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_DescribeCertificateCommand: (
379
- input: DescribeCertificateCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_DescribeConnectorCommand: (
383
- input: DescribeConnectorCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_DescribeExecutionCommand: (
387
- input: DescribeExecutionCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_DescribeHostKeyCommand: (
391
- input: DescribeHostKeyCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_DescribeProfileCommand: (
395
- input: DescribeProfileCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_DescribeSecurityPolicyCommand: (
399
- input: DescribeSecurityPolicyCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_DescribeServerCommand: (
403
- input: DescribeServerCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_DescribeUserCommand: (
407
- input: DescribeUserCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_DescribeWebAppCommand: (
411
- input: DescribeWebAppCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_DescribeWebAppCustomizationCommand: (
415
- input: DescribeWebAppCustomizationCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_DescribeWorkflowCommand: (
419
- input: DescribeWorkflowCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_ImportCertificateCommand: (
423
- input: ImportCertificateCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_ImportHostKeyCommand: (
427
- input: ImportHostKeyCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_ImportSshPublicKeyCommand: (
431
- input: ImportSshPublicKeyCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_ListAccessesCommand: (
435
- input: ListAccessesCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_ListAgreementsCommand: (
439
- input: ListAgreementsCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_ListCertificatesCommand: (
443
- input: ListCertificatesCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_ListConnectorsCommand: (
447
- input: ListConnectorsCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_ListExecutionsCommand: (
451
- input: ListExecutionsCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_ListFileTransferResultsCommand: (
455
- input: ListFileTransferResultsCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_ListHostKeysCommand: (
459
- input: ListHostKeysCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_ListProfilesCommand: (
463
- input: ListProfilesCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_ListSecurityPoliciesCommand: (
467
- input: ListSecurityPoliciesCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_ListServersCommand: (
471
- input: ListServersCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_ListTagsForResourceCommand: (
475
- input: ListTagsForResourceCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_ListUsersCommand: (
479
- input: ListUsersCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_ListWebAppsCommand: (
483
- input: ListWebAppsCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_ListWorkflowsCommand: (
487
- input: ListWorkflowsCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_SendWorkflowStepStateCommand: (
491
- input: SendWorkflowStepStateCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_StartDirectoryListingCommand: (
495
- input: StartDirectoryListingCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_StartFileTransferCommand: (
499
- input: StartFileTransferCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_StartRemoteDeleteCommand: (
503
- input: StartRemoteDeleteCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_StartRemoteMoveCommand: (
507
- input: StartRemoteMoveCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const se_StartServerCommand: (
511
- input: StartServerCommandInput,
512
- context: __SerdeContext
513
- ) => Promise<__HttpRequest>;
514
- export declare const se_StopServerCommand: (
515
- input: StopServerCommandInput,
516
- context: __SerdeContext
517
- ) => Promise<__HttpRequest>;
518
- export declare const se_TagResourceCommand: (
519
- input: TagResourceCommandInput,
520
- context: __SerdeContext
521
- ) => Promise<__HttpRequest>;
522
- export declare const se_TestConnectionCommand: (
523
- input: TestConnectionCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
- export declare const se_TestIdentityProviderCommand: (
527
- input: TestIdentityProviderCommandInput,
528
- context: __SerdeContext
529
- ) => Promise<__HttpRequest>;
530
- export declare const se_UntagResourceCommand: (
531
- input: UntagResourceCommandInput,
532
- context: __SerdeContext
533
- ) => Promise<__HttpRequest>;
534
- export declare const se_UpdateAccessCommand: (
535
- input: UpdateAccessCommandInput,
536
- context: __SerdeContext
537
- ) => Promise<__HttpRequest>;
538
- export declare const se_UpdateAgreementCommand: (
539
- input: UpdateAgreementCommandInput,
540
- context: __SerdeContext
541
- ) => Promise<__HttpRequest>;
542
- export declare const se_UpdateCertificateCommand: (
543
- input: UpdateCertificateCommandInput,
544
- context: __SerdeContext
545
- ) => Promise<__HttpRequest>;
546
- export declare const se_UpdateConnectorCommand: (
547
- input: UpdateConnectorCommandInput,
548
- context: __SerdeContext
549
- ) => Promise<__HttpRequest>;
550
- export declare const se_UpdateHostKeyCommand: (
551
- input: UpdateHostKeyCommandInput,
552
- context: __SerdeContext
553
- ) => Promise<__HttpRequest>;
554
- export declare const se_UpdateProfileCommand: (
555
- input: UpdateProfileCommandInput,
556
- context: __SerdeContext
557
- ) => Promise<__HttpRequest>;
558
- export declare const se_UpdateServerCommand: (
559
- input: UpdateServerCommandInput,
560
- context: __SerdeContext
561
- ) => Promise<__HttpRequest>;
562
- export declare const se_UpdateUserCommand: (
563
- input: UpdateUserCommandInput,
564
- context: __SerdeContext
565
- ) => Promise<__HttpRequest>;
566
- export declare const se_UpdateWebAppCommand: (
567
- input: UpdateWebAppCommandInput,
568
- context: __SerdeContext
569
- ) => Promise<__HttpRequest>;
570
- export declare const se_UpdateWebAppCustomizationCommand: (
571
- input: UpdateWebAppCustomizationCommandInput,
572
- context: __SerdeContext
573
- ) => Promise<__HttpRequest>;
574
- export declare const de_CreateAccessCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<CreateAccessCommandOutput>;
578
- export declare const de_CreateAgreementCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<CreateAgreementCommandOutput>;
582
- export declare const de_CreateConnectorCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<CreateConnectorCommandOutput>;
586
- export declare const de_CreateProfileCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<CreateProfileCommandOutput>;
590
- export declare const de_CreateServerCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<CreateServerCommandOutput>;
594
- export declare const de_CreateUserCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<CreateUserCommandOutput>;
598
- export declare const de_CreateWebAppCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<CreateWebAppCommandOutput>;
602
- export declare const de_CreateWorkflowCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<CreateWorkflowCommandOutput>;
606
- export declare const de_DeleteAccessCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<DeleteAccessCommandOutput>;
610
- export declare const de_DeleteAgreementCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<DeleteAgreementCommandOutput>;
614
- export declare const de_DeleteCertificateCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<DeleteCertificateCommandOutput>;
618
- export declare const de_DeleteConnectorCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<DeleteConnectorCommandOutput>;
622
- export declare const de_DeleteHostKeyCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<DeleteHostKeyCommandOutput>;
626
- export declare const de_DeleteProfileCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<DeleteProfileCommandOutput>;
630
- export declare const de_DeleteServerCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<DeleteServerCommandOutput>;
634
- export declare const de_DeleteSshPublicKeyCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<DeleteSshPublicKeyCommandOutput>;
638
- export declare const de_DeleteUserCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<DeleteUserCommandOutput>;
642
- export declare const de_DeleteWebAppCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<DeleteWebAppCommandOutput>;
646
- export declare const de_DeleteWebAppCustomizationCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<DeleteWebAppCustomizationCommandOutput>;
650
- export declare const de_DeleteWorkflowCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<DeleteWorkflowCommandOutput>;
654
- export declare const de_DescribeAccessCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<DescribeAccessCommandOutput>;
658
- export declare const de_DescribeAgreementCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<DescribeAgreementCommandOutput>;
662
- export declare const de_DescribeCertificateCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<DescribeCertificateCommandOutput>;
666
- export declare const de_DescribeConnectorCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<DescribeConnectorCommandOutput>;
670
- export declare const de_DescribeExecutionCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<DescribeExecutionCommandOutput>;
674
- export declare const de_DescribeHostKeyCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<DescribeHostKeyCommandOutput>;
678
- export declare const de_DescribeProfileCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<DescribeProfileCommandOutput>;
682
- export declare const de_DescribeSecurityPolicyCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<DescribeSecurityPolicyCommandOutput>;
686
- export declare const de_DescribeServerCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<DescribeServerCommandOutput>;
690
- export declare const de_DescribeUserCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<DescribeUserCommandOutput>;
694
- export declare const de_DescribeWebAppCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<DescribeWebAppCommandOutput>;
698
- export declare const de_DescribeWebAppCustomizationCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<DescribeWebAppCustomizationCommandOutput>;
702
- export declare const de_DescribeWorkflowCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<DescribeWorkflowCommandOutput>;
706
- export declare const de_ImportCertificateCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<ImportCertificateCommandOutput>;
710
- export declare const de_ImportHostKeyCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<ImportHostKeyCommandOutput>;
714
- export declare const de_ImportSshPublicKeyCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<ImportSshPublicKeyCommandOutput>;
718
- export declare const de_ListAccessesCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<ListAccessesCommandOutput>;
722
- export declare const de_ListAgreementsCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<ListAgreementsCommandOutput>;
726
- export declare const de_ListCertificatesCommand: (
727
- output: __HttpResponse,
728
- context: __SerdeContext
729
- ) => Promise<ListCertificatesCommandOutput>;
730
- export declare const de_ListConnectorsCommand: (
731
- output: __HttpResponse,
732
- context: __SerdeContext
733
- ) => Promise<ListConnectorsCommandOutput>;
734
- export declare const de_ListExecutionsCommand: (
735
- output: __HttpResponse,
736
- context: __SerdeContext
737
- ) => Promise<ListExecutionsCommandOutput>;
738
- export declare const de_ListFileTransferResultsCommand: (
739
- output: __HttpResponse,
740
- context: __SerdeContext
741
- ) => Promise<ListFileTransferResultsCommandOutput>;
742
- export declare const de_ListHostKeysCommand: (
743
- output: __HttpResponse,
744
- context: __SerdeContext
745
- ) => Promise<ListHostKeysCommandOutput>;
746
- export declare const de_ListProfilesCommand: (
747
- output: __HttpResponse,
748
- context: __SerdeContext
749
- ) => Promise<ListProfilesCommandOutput>;
750
- export declare const de_ListSecurityPoliciesCommand: (
751
- output: __HttpResponse,
752
- context: __SerdeContext
753
- ) => Promise<ListSecurityPoliciesCommandOutput>;
754
- export declare const de_ListServersCommand: (
755
- output: __HttpResponse,
756
- context: __SerdeContext
757
- ) => Promise<ListServersCommandOutput>;
758
- export declare const de_ListTagsForResourceCommand: (
759
- output: __HttpResponse,
760
- context: __SerdeContext
761
- ) => Promise<ListTagsForResourceCommandOutput>;
762
- export declare const de_ListUsersCommand: (
763
- output: __HttpResponse,
764
- context: __SerdeContext
765
- ) => Promise<ListUsersCommandOutput>;
766
- export declare const de_ListWebAppsCommand: (
767
- output: __HttpResponse,
768
- context: __SerdeContext
769
- ) => Promise<ListWebAppsCommandOutput>;
770
- export declare const de_ListWorkflowsCommand: (
771
- output: __HttpResponse,
772
- context: __SerdeContext
773
- ) => Promise<ListWorkflowsCommandOutput>;
774
- export declare const de_SendWorkflowStepStateCommand: (
775
- output: __HttpResponse,
776
- context: __SerdeContext
777
- ) => Promise<SendWorkflowStepStateCommandOutput>;
778
- export declare const de_StartDirectoryListingCommand: (
779
- output: __HttpResponse,
780
- context: __SerdeContext
781
- ) => Promise<StartDirectoryListingCommandOutput>;
782
- export declare const de_StartFileTransferCommand: (
783
- output: __HttpResponse,
784
- context: __SerdeContext
785
- ) => Promise<StartFileTransferCommandOutput>;
786
- export declare const de_StartRemoteDeleteCommand: (
787
- output: __HttpResponse,
788
- context: __SerdeContext
789
- ) => Promise<StartRemoteDeleteCommandOutput>;
790
- export declare const de_StartRemoteMoveCommand: (
791
- output: __HttpResponse,
792
- context: __SerdeContext
793
- ) => Promise<StartRemoteMoveCommandOutput>;
794
- export declare const de_StartServerCommand: (
795
- output: __HttpResponse,
796
- context: __SerdeContext
797
- ) => Promise<StartServerCommandOutput>;
798
- export declare const de_StopServerCommand: (
799
- output: __HttpResponse,
800
- context: __SerdeContext
801
- ) => Promise<StopServerCommandOutput>;
802
- export declare const de_TagResourceCommand: (
803
- output: __HttpResponse,
804
- context: __SerdeContext
805
- ) => Promise<TagResourceCommandOutput>;
806
- export declare const de_TestConnectionCommand: (
807
- output: __HttpResponse,
808
- context: __SerdeContext
809
- ) => Promise<TestConnectionCommandOutput>;
810
- export declare const de_TestIdentityProviderCommand: (
811
- output: __HttpResponse,
812
- context: __SerdeContext
813
- ) => Promise<TestIdentityProviderCommandOutput>;
814
- export declare const de_UntagResourceCommand: (
815
- output: __HttpResponse,
816
- context: __SerdeContext
817
- ) => Promise<UntagResourceCommandOutput>;
818
- export declare const de_UpdateAccessCommand: (
819
- output: __HttpResponse,
820
- context: __SerdeContext
821
- ) => Promise<UpdateAccessCommandOutput>;
822
- export declare const de_UpdateAgreementCommand: (
823
- output: __HttpResponse,
824
- context: __SerdeContext
825
- ) => Promise<UpdateAgreementCommandOutput>;
826
- export declare const de_UpdateCertificateCommand: (
827
- output: __HttpResponse,
828
- context: __SerdeContext
829
- ) => Promise<UpdateCertificateCommandOutput>;
830
- export declare const de_UpdateConnectorCommand: (
831
- output: __HttpResponse,
832
- context: __SerdeContext
833
- ) => Promise<UpdateConnectorCommandOutput>;
834
- export declare const de_UpdateHostKeyCommand: (
835
- output: __HttpResponse,
836
- context: __SerdeContext
837
- ) => Promise<UpdateHostKeyCommandOutput>;
838
- export declare const de_UpdateProfileCommand: (
839
- output: __HttpResponse,
840
- context: __SerdeContext
841
- ) => Promise<UpdateProfileCommandOutput>;
842
- export declare const de_UpdateServerCommand: (
843
- output: __HttpResponse,
844
- context: __SerdeContext
845
- ) => Promise<UpdateServerCommandOutput>;
846
- export declare const de_UpdateUserCommand: (
847
- output: __HttpResponse,
848
- context: __SerdeContext
849
- ) => Promise<UpdateUserCommandOutput>;
850
- export declare const de_UpdateWebAppCommand: (
851
- output: __HttpResponse,
852
- context: __SerdeContext
853
- ) => Promise<UpdateWebAppCommandOutput>;
854
- export declare const de_UpdateWebAppCustomizationCommand: (
855
- output: __HttpResponse,
856
- context: __SerdeContext
857
- ) => Promise<UpdateWebAppCustomizationCommandOutput>;