@aws-sdk/client-transfer 3.303.0 → 3.309.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 (121) hide show
  1. package/dist-cjs/commands/CreateAccessCommand.js +2 -2
  2. package/dist-cjs/commands/CreateAgreementCommand.js +2 -2
  3. package/dist-cjs/commands/CreateConnectorCommand.js +2 -2
  4. package/dist-cjs/commands/CreateProfileCommand.js +2 -2
  5. package/dist-cjs/commands/CreateServerCommand.js +2 -2
  6. package/dist-cjs/commands/CreateUserCommand.js +2 -2
  7. package/dist-cjs/commands/CreateWorkflowCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteAccessCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteAgreementCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteCertificateCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteConnectorCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteHostKeyCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteProfileCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteServerCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteSshPublicKeyCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteUserCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteWorkflowCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeAccessCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeAgreementCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeCertificateCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeConnectorCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeExecutionCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeHostKeyCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeProfileCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeSecurityPolicyCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeServerCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeUserCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeWorkflowCommand.js +2 -2
  29. package/dist-cjs/commands/ImportCertificateCommand.js +2 -2
  30. package/dist-cjs/commands/ImportHostKeyCommand.js +2 -2
  31. package/dist-cjs/commands/ImportSshPublicKeyCommand.js +2 -2
  32. package/dist-cjs/commands/ListAccessesCommand.js +2 -2
  33. package/dist-cjs/commands/ListAgreementsCommand.js +2 -2
  34. package/dist-cjs/commands/ListCertificatesCommand.js +2 -2
  35. package/dist-cjs/commands/ListConnectorsCommand.js +2 -2
  36. package/dist-cjs/commands/ListExecutionsCommand.js +2 -2
  37. package/dist-cjs/commands/ListHostKeysCommand.js +2 -2
  38. package/dist-cjs/commands/ListProfilesCommand.js +2 -2
  39. package/dist-cjs/commands/ListSecurityPoliciesCommand.js +2 -2
  40. package/dist-cjs/commands/ListServersCommand.js +2 -2
  41. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  42. package/dist-cjs/commands/ListUsersCommand.js +2 -2
  43. package/dist-cjs/commands/ListWorkflowsCommand.js +2 -2
  44. package/dist-cjs/commands/SendWorkflowStepStateCommand.js +2 -2
  45. package/dist-cjs/commands/StartFileTransferCommand.js +2 -2
  46. package/dist-cjs/commands/StartServerCommand.js +2 -2
  47. package/dist-cjs/commands/StopServerCommand.js +2 -2
  48. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  49. package/dist-cjs/commands/TestIdentityProviderCommand.js +2 -2
  50. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  51. package/dist-cjs/commands/UpdateAccessCommand.js +2 -2
  52. package/dist-cjs/commands/UpdateAgreementCommand.js +2 -2
  53. package/dist-cjs/commands/UpdateCertificateCommand.js +2 -2
  54. package/dist-cjs/commands/UpdateConnectorCommand.js +2 -2
  55. package/dist-cjs/commands/UpdateHostKeyCommand.js +2 -2
  56. package/dist-cjs/commands/UpdateProfileCommand.js +2 -2
  57. package/dist-cjs/commands/UpdateServerCommand.js +2 -2
  58. package/dist-cjs/commands/UpdateUserCommand.js +2 -2
  59. package/dist-cjs/protocols/Aws_json1_1.js +1126 -1202
  60. package/dist-es/commands/CreateAccessCommand.js +3 -3
  61. package/dist-es/commands/CreateAgreementCommand.js +3 -3
  62. package/dist-es/commands/CreateConnectorCommand.js +3 -3
  63. package/dist-es/commands/CreateProfileCommand.js +3 -3
  64. package/dist-es/commands/CreateServerCommand.js +3 -3
  65. package/dist-es/commands/CreateUserCommand.js +3 -3
  66. package/dist-es/commands/CreateWorkflowCommand.js +3 -3
  67. package/dist-es/commands/DeleteAccessCommand.js +3 -3
  68. package/dist-es/commands/DeleteAgreementCommand.js +3 -3
  69. package/dist-es/commands/DeleteCertificateCommand.js +3 -3
  70. package/dist-es/commands/DeleteConnectorCommand.js +3 -3
  71. package/dist-es/commands/DeleteHostKeyCommand.js +3 -3
  72. package/dist-es/commands/DeleteProfileCommand.js +3 -3
  73. package/dist-es/commands/DeleteServerCommand.js +3 -3
  74. package/dist-es/commands/DeleteSshPublicKeyCommand.js +3 -3
  75. package/dist-es/commands/DeleteUserCommand.js +3 -3
  76. package/dist-es/commands/DeleteWorkflowCommand.js +3 -3
  77. package/dist-es/commands/DescribeAccessCommand.js +3 -3
  78. package/dist-es/commands/DescribeAgreementCommand.js +3 -3
  79. package/dist-es/commands/DescribeCertificateCommand.js +3 -3
  80. package/dist-es/commands/DescribeConnectorCommand.js +3 -3
  81. package/dist-es/commands/DescribeExecutionCommand.js +3 -3
  82. package/dist-es/commands/DescribeHostKeyCommand.js +3 -3
  83. package/dist-es/commands/DescribeProfileCommand.js +3 -3
  84. package/dist-es/commands/DescribeSecurityPolicyCommand.js +3 -3
  85. package/dist-es/commands/DescribeServerCommand.js +3 -3
  86. package/dist-es/commands/DescribeUserCommand.js +3 -3
  87. package/dist-es/commands/DescribeWorkflowCommand.js +3 -3
  88. package/dist-es/commands/ImportCertificateCommand.js +3 -3
  89. package/dist-es/commands/ImportHostKeyCommand.js +3 -3
  90. package/dist-es/commands/ImportSshPublicKeyCommand.js +3 -3
  91. package/dist-es/commands/ListAccessesCommand.js +3 -3
  92. package/dist-es/commands/ListAgreementsCommand.js +3 -3
  93. package/dist-es/commands/ListCertificatesCommand.js +3 -3
  94. package/dist-es/commands/ListConnectorsCommand.js +3 -3
  95. package/dist-es/commands/ListExecutionsCommand.js +3 -3
  96. package/dist-es/commands/ListHostKeysCommand.js +3 -3
  97. package/dist-es/commands/ListProfilesCommand.js +3 -3
  98. package/dist-es/commands/ListSecurityPoliciesCommand.js +3 -3
  99. package/dist-es/commands/ListServersCommand.js +3 -3
  100. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  101. package/dist-es/commands/ListUsersCommand.js +3 -3
  102. package/dist-es/commands/ListWorkflowsCommand.js +3 -3
  103. package/dist-es/commands/SendWorkflowStepStateCommand.js +3 -3
  104. package/dist-es/commands/StartFileTransferCommand.js +3 -3
  105. package/dist-es/commands/StartServerCommand.js +3 -3
  106. package/dist-es/commands/StopServerCommand.js +3 -3
  107. package/dist-es/commands/TagResourceCommand.js +3 -3
  108. package/dist-es/commands/TestIdentityProviderCommand.js +3 -3
  109. package/dist-es/commands/UntagResourceCommand.js +3 -3
  110. package/dist-es/commands/UpdateAccessCommand.js +3 -3
  111. package/dist-es/commands/UpdateAgreementCommand.js +3 -3
  112. package/dist-es/commands/UpdateCertificateCommand.js +3 -3
  113. package/dist-es/commands/UpdateConnectorCommand.js +3 -3
  114. package/dist-es/commands/UpdateHostKeyCommand.js +3 -3
  115. package/dist-es/commands/UpdateProfileCommand.js +3 -3
  116. package/dist-es/commands/UpdateServerCommand.js +3 -3
  117. package/dist-es/commands/UpdateUserCommand.js +3 -3
  118. package/dist-es/protocols/Aws_json1_1.js +1007 -1083
  119. package/dist-types/protocols/Aws_json1_1.d.ts +464 -116
  120. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +116 -116
  121. package/package.json +30 -30
@@ -235,467 +235,467 @@ import {
235
235
  UpdateUserCommandInput,
236
236
  UpdateUserCommandOutput,
237
237
  } from "../commands/UpdateUserCommand";
238
- export declare const serializeAws_json1_1CreateAccessCommand: (
238
+ export declare const se_CreateAccessCommand: (
239
239
  input: CreateAccessCommandInput,
240
240
  context: __SerdeContext
241
241
  ) => Promise<__HttpRequest>;
242
- export declare const serializeAws_json1_1CreateAgreementCommand: (
242
+ export declare const se_CreateAgreementCommand: (
243
243
  input: CreateAgreementCommandInput,
244
244
  context: __SerdeContext
245
245
  ) => Promise<__HttpRequest>;
246
- export declare const serializeAws_json1_1CreateConnectorCommand: (
246
+ export declare const se_CreateConnectorCommand: (
247
247
  input: CreateConnectorCommandInput,
248
248
  context: __SerdeContext
249
249
  ) => Promise<__HttpRequest>;
250
- export declare const serializeAws_json1_1CreateProfileCommand: (
250
+ export declare const se_CreateProfileCommand: (
251
251
  input: CreateProfileCommandInput,
252
252
  context: __SerdeContext
253
253
  ) => Promise<__HttpRequest>;
254
- export declare const serializeAws_json1_1CreateServerCommand: (
254
+ export declare const se_CreateServerCommand: (
255
255
  input: CreateServerCommandInput,
256
256
  context: __SerdeContext
257
257
  ) => Promise<__HttpRequest>;
258
- export declare const serializeAws_json1_1CreateUserCommand: (
258
+ export declare const se_CreateUserCommand: (
259
259
  input: CreateUserCommandInput,
260
260
  context: __SerdeContext
261
261
  ) => Promise<__HttpRequest>;
262
- export declare const serializeAws_json1_1CreateWorkflowCommand: (
262
+ export declare const se_CreateWorkflowCommand: (
263
263
  input: CreateWorkflowCommandInput,
264
264
  context: __SerdeContext
265
265
  ) => Promise<__HttpRequest>;
266
- export declare const serializeAws_json1_1DeleteAccessCommand: (
266
+ export declare const se_DeleteAccessCommand: (
267
267
  input: DeleteAccessCommandInput,
268
268
  context: __SerdeContext
269
269
  ) => Promise<__HttpRequest>;
270
- export declare const serializeAws_json1_1DeleteAgreementCommand: (
270
+ export declare const se_DeleteAgreementCommand: (
271
271
  input: DeleteAgreementCommandInput,
272
272
  context: __SerdeContext
273
273
  ) => Promise<__HttpRequest>;
274
- export declare const serializeAws_json1_1DeleteCertificateCommand: (
274
+ export declare const se_DeleteCertificateCommand: (
275
275
  input: DeleteCertificateCommandInput,
276
276
  context: __SerdeContext
277
277
  ) => Promise<__HttpRequest>;
278
- export declare const serializeAws_json1_1DeleteConnectorCommand: (
278
+ export declare const se_DeleteConnectorCommand: (
279
279
  input: DeleteConnectorCommandInput,
280
280
  context: __SerdeContext
281
281
  ) => Promise<__HttpRequest>;
282
- export declare const serializeAws_json1_1DeleteHostKeyCommand: (
282
+ export declare const se_DeleteHostKeyCommand: (
283
283
  input: DeleteHostKeyCommandInput,
284
284
  context: __SerdeContext
285
285
  ) => Promise<__HttpRequest>;
286
- export declare const serializeAws_json1_1DeleteProfileCommand: (
286
+ export declare const se_DeleteProfileCommand: (
287
287
  input: DeleteProfileCommandInput,
288
288
  context: __SerdeContext
289
289
  ) => Promise<__HttpRequest>;
290
- export declare const serializeAws_json1_1DeleteServerCommand: (
290
+ export declare const se_DeleteServerCommand: (
291
291
  input: DeleteServerCommandInput,
292
292
  context: __SerdeContext
293
293
  ) => Promise<__HttpRequest>;
294
- export declare const serializeAws_json1_1DeleteSshPublicKeyCommand: (
294
+ export declare const se_DeleteSshPublicKeyCommand: (
295
295
  input: DeleteSshPublicKeyCommandInput,
296
296
  context: __SerdeContext
297
297
  ) => Promise<__HttpRequest>;
298
- export declare const serializeAws_json1_1DeleteUserCommand: (
298
+ export declare const se_DeleteUserCommand: (
299
299
  input: DeleteUserCommandInput,
300
300
  context: __SerdeContext
301
301
  ) => Promise<__HttpRequest>;
302
- export declare const serializeAws_json1_1DeleteWorkflowCommand: (
302
+ export declare const se_DeleteWorkflowCommand: (
303
303
  input: DeleteWorkflowCommandInput,
304
304
  context: __SerdeContext
305
305
  ) => Promise<__HttpRequest>;
306
- export declare const serializeAws_json1_1DescribeAccessCommand: (
306
+ export declare const se_DescribeAccessCommand: (
307
307
  input: DescribeAccessCommandInput,
308
308
  context: __SerdeContext
309
309
  ) => Promise<__HttpRequest>;
310
- export declare const serializeAws_json1_1DescribeAgreementCommand: (
310
+ export declare const se_DescribeAgreementCommand: (
311
311
  input: DescribeAgreementCommandInput,
312
312
  context: __SerdeContext
313
313
  ) => Promise<__HttpRequest>;
314
- export declare const serializeAws_json1_1DescribeCertificateCommand: (
314
+ export declare const se_DescribeCertificateCommand: (
315
315
  input: DescribeCertificateCommandInput,
316
316
  context: __SerdeContext
317
317
  ) => Promise<__HttpRequest>;
318
- export declare const serializeAws_json1_1DescribeConnectorCommand: (
318
+ export declare const se_DescribeConnectorCommand: (
319
319
  input: DescribeConnectorCommandInput,
320
320
  context: __SerdeContext
321
321
  ) => Promise<__HttpRequest>;
322
- export declare const serializeAws_json1_1DescribeExecutionCommand: (
322
+ export declare const se_DescribeExecutionCommand: (
323
323
  input: DescribeExecutionCommandInput,
324
324
  context: __SerdeContext
325
325
  ) => Promise<__HttpRequest>;
326
- export declare const serializeAws_json1_1DescribeHostKeyCommand: (
326
+ export declare const se_DescribeHostKeyCommand: (
327
327
  input: DescribeHostKeyCommandInput,
328
328
  context: __SerdeContext
329
329
  ) => Promise<__HttpRequest>;
330
- export declare const serializeAws_json1_1DescribeProfileCommand: (
330
+ export declare const se_DescribeProfileCommand: (
331
331
  input: DescribeProfileCommandInput,
332
332
  context: __SerdeContext
333
333
  ) => Promise<__HttpRequest>;
334
- export declare const serializeAws_json1_1DescribeSecurityPolicyCommand: (
334
+ export declare const se_DescribeSecurityPolicyCommand: (
335
335
  input: DescribeSecurityPolicyCommandInput,
336
336
  context: __SerdeContext
337
337
  ) => Promise<__HttpRequest>;
338
- export declare const serializeAws_json1_1DescribeServerCommand: (
338
+ export declare const se_DescribeServerCommand: (
339
339
  input: DescribeServerCommandInput,
340
340
  context: __SerdeContext
341
341
  ) => Promise<__HttpRequest>;
342
- export declare const serializeAws_json1_1DescribeUserCommand: (
342
+ export declare const se_DescribeUserCommand: (
343
343
  input: DescribeUserCommandInput,
344
344
  context: __SerdeContext
345
345
  ) => Promise<__HttpRequest>;
346
- export declare const serializeAws_json1_1DescribeWorkflowCommand: (
346
+ export declare const se_DescribeWorkflowCommand: (
347
347
  input: DescribeWorkflowCommandInput,
348
348
  context: __SerdeContext
349
349
  ) => Promise<__HttpRequest>;
350
- export declare const serializeAws_json1_1ImportCertificateCommand: (
350
+ export declare const se_ImportCertificateCommand: (
351
351
  input: ImportCertificateCommandInput,
352
352
  context: __SerdeContext
353
353
  ) => Promise<__HttpRequest>;
354
- export declare const serializeAws_json1_1ImportHostKeyCommand: (
354
+ export declare const se_ImportHostKeyCommand: (
355
355
  input: ImportHostKeyCommandInput,
356
356
  context: __SerdeContext
357
357
  ) => Promise<__HttpRequest>;
358
- export declare const serializeAws_json1_1ImportSshPublicKeyCommand: (
358
+ export declare const se_ImportSshPublicKeyCommand: (
359
359
  input: ImportSshPublicKeyCommandInput,
360
360
  context: __SerdeContext
361
361
  ) => Promise<__HttpRequest>;
362
- export declare const serializeAws_json1_1ListAccessesCommand: (
362
+ export declare const se_ListAccessesCommand: (
363
363
  input: ListAccessesCommandInput,
364
364
  context: __SerdeContext
365
365
  ) => Promise<__HttpRequest>;
366
- export declare const serializeAws_json1_1ListAgreementsCommand: (
366
+ export declare const se_ListAgreementsCommand: (
367
367
  input: ListAgreementsCommandInput,
368
368
  context: __SerdeContext
369
369
  ) => Promise<__HttpRequest>;
370
- export declare const serializeAws_json1_1ListCertificatesCommand: (
370
+ export declare const se_ListCertificatesCommand: (
371
371
  input: ListCertificatesCommandInput,
372
372
  context: __SerdeContext
373
373
  ) => Promise<__HttpRequest>;
374
- export declare const serializeAws_json1_1ListConnectorsCommand: (
374
+ export declare const se_ListConnectorsCommand: (
375
375
  input: ListConnectorsCommandInput,
376
376
  context: __SerdeContext
377
377
  ) => Promise<__HttpRequest>;
378
- export declare const serializeAws_json1_1ListExecutionsCommand: (
378
+ export declare const se_ListExecutionsCommand: (
379
379
  input: ListExecutionsCommandInput,
380
380
  context: __SerdeContext
381
381
  ) => Promise<__HttpRequest>;
382
- export declare const serializeAws_json1_1ListHostKeysCommand: (
382
+ export declare const se_ListHostKeysCommand: (
383
383
  input: ListHostKeysCommandInput,
384
384
  context: __SerdeContext
385
385
  ) => Promise<__HttpRequest>;
386
- export declare const serializeAws_json1_1ListProfilesCommand: (
386
+ export declare const se_ListProfilesCommand: (
387
387
  input: ListProfilesCommandInput,
388
388
  context: __SerdeContext
389
389
  ) => Promise<__HttpRequest>;
390
- export declare const serializeAws_json1_1ListSecurityPoliciesCommand: (
390
+ export declare const se_ListSecurityPoliciesCommand: (
391
391
  input: ListSecurityPoliciesCommandInput,
392
392
  context: __SerdeContext
393
393
  ) => Promise<__HttpRequest>;
394
- export declare const serializeAws_json1_1ListServersCommand: (
394
+ export declare const se_ListServersCommand: (
395
395
  input: ListServersCommandInput,
396
396
  context: __SerdeContext
397
397
  ) => Promise<__HttpRequest>;
398
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (
398
+ export declare const se_ListTagsForResourceCommand: (
399
399
  input: ListTagsForResourceCommandInput,
400
400
  context: __SerdeContext
401
401
  ) => Promise<__HttpRequest>;
402
- export declare const serializeAws_json1_1ListUsersCommand: (
402
+ export declare const se_ListUsersCommand: (
403
403
  input: ListUsersCommandInput,
404
404
  context: __SerdeContext
405
405
  ) => Promise<__HttpRequest>;
406
- export declare const serializeAws_json1_1ListWorkflowsCommand: (
406
+ export declare const se_ListWorkflowsCommand: (
407
407
  input: ListWorkflowsCommandInput,
408
408
  context: __SerdeContext
409
409
  ) => Promise<__HttpRequest>;
410
- export declare const serializeAws_json1_1SendWorkflowStepStateCommand: (
410
+ export declare const se_SendWorkflowStepStateCommand: (
411
411
  input: SendWorkflowStepStateCommandInput,
412
412
  context: __SerdeContext
413
413
  ) => Promise<__HttpRequest>;
414
- export declare const serializeAws_json1_1StartFileTransferCommand: (
414
+ export declare const se_StartFileTransferCommand: (
415
415
  input: StartFileTransferCommandInput,
416
416
  context: __SerdeContext
417
417
  ) => Promise<__HttpRequest>;
418
- export declare const serializeAws_json1_1StartServerCommand: (
418
+ export declare const se_StartServerCommand: (
419
419
  input: StartServerCommandInput,
420
420
  context: __SerdeContext
421
421
  ) => Promise<__HttpRequest>;
422
- export declare const serializeAws_json1_1StopServerCommand: (
422
+ export declare const se_StopServerCommand: (
423
423
  input: StopServerCommandInput,
424
424
  context: __SerdeContext
425
425
  ) => Promise<__HttpRequest>;
426
- export declare const serializeAws_json1_1TagResourceCommand: (
426
+ export declare const se_TagResourceCommand: (
427
427
  input: TagResourceCommandInput,
428
428
  context: __SerdeContext
429
429
  ) => Promise<__HttpRequest>;
430
- export declare const serializeAws_json1_1TestIdentityProviderCommand: (
430
+ export declare const se_TestIdentityProviderCommand: (
431
431
  input: TestIdentityProviderCommandInput,
432
432
  context: __SerdeContext
433
433
  ) => Promise<__HttpRequest>;
434
- export declare const serializeAws_json1_1UntagResourceCommand: (
434
+ export declare const se_UntagResourceCommand: (
435
435
  input: UntagResourceCommandInput,
436
436
  context: __SerdeContext
437
437
  ) => Promise<__HttpRequest>;
438
- export declare const serializeAws_json1_1UpdateAccessCommand: (
438
+ export declare const se_UpdateAccessCommand: (
439
439
  input: UpdateAccessCommandInput,
440
440
  context: __SerdeContext
441
441
  ) => Promise<__HttpRequest>;
442
- export declare const serializeAws_json1_1UpdateAgreementCommand: (
442
+ export declare const se_UpdateAgreementCommand: (
443
443
  input: UpdateAgreementCommandInput,
444
444
  context: __SerdeContext
445
445
  ) => Promise<__HttpRequest>;
446
- export declare const serializeAws_json1_1UpdateCertificateCommand: (
446
+ export declare const se_UpdateCertificateCommand: (
447
447
  input: UpdateCertificateCommandInput,
448
448
  context: __SerdeContext
449
449
  ) => Promise<__HttpRequest>;
450
- export declare const serializeAws_json1_1UpdateConnectorCommand: (
450
+ export declare const se_UpdateConnectorCommand: (
451
451
  input: UpdateConnectorCommandInput,
452
452
  context: __SerdeContext
453
453
  ) => Promise<__HttpRequest>;
454
- export declare const serializeAws_json1_1UpdateHostKeyCommand: (
454
+ export declare const se_UpdateHostKeyCommand: (
455
455
  input: UpdateHostKeyCommandInput,
456
456
  context: __SerdeContext
457
457
  ) => Promise<__HttpRequest>;
458
- export declare const serializeAws_json1_1UpdateProfileCommand: (
458
+ export declare const se_UpdateProfileCommand: (
459
459
  input: UpdateProfileCommandInput,
460
460
  context: __SerdeContext
461
461
  ) => Promise<__HttpRequest>;
462
- export declare const serializeAws_json1_1UpdateServerCommand: (
462
+ export declare const se_UpdateServerCommand: (
463
463
  input: UpdateServerCommandInput,
464
464
  context: __SerdeContext
465
465
  ) => Promise<__HttpRequest>;
466
- export declare const serializeAws_json1_1UpdateUserCommand: (
466
+ export declare const se_UpdateUserCommand: (
467
467
  input: UpdateUserCommandInput,
468
468
  context: __SerdeContext
469
469
  ) => Promise<__HttpRequest>;
470
- export declare const deserializeAws_json1_1CreateAccessCommand: (
470
+ export declare const de_CreateAccessCommand: (
471
471
  output: __HttpResponse,
472
472
  context: __SerdeContext
473
473
  ) => Promise<CreateAccessCommandOutput>;
474
- export declare const deserializeAws_json1_1CreateAgreementCommand: (
474
+ export declare const de_CreateAgreementCommand: (
475
475
  output: __HttpResponse,
476
476
  context: __SerdeContext
477
477
  ) => Promise<CreateAgreementCommandOutput>;
478
- export declare const deserializeAws_json1_1CreateConnectorCommand: (
478
+ export declare const de_CreateConnectorCommand: (
479
479
  output: __HttpResponse,
480
480
  context: __SerdeContext
481
481
  ) => Promise<CreateConnectorCommandOutput>;
482
- export declare const deserializeAws_json1_1CreateProfileCommand: (
482
+ export declare const de_CreateProfileCommand: (
483
483
  output: __HttpResponse,
484
484
  context: __SerdeContext
485
485
  ) => Promise<CreateProfileCommandOutput>;
486
- export declare const deserializeAws_json1_1CreateServerCommand: (
486
+ export declare const de_CreateServerCommand: (
487
487
  output: __HttpResponse,
488
488
  context: __SerdeContext
489
489
  ) => Promise<CreateServerCommandOutput>;
490
- export declare const deserializeAws_json1_1CreateUserCommand: (
490
+ export declare const de_CreateUserCommand: (
491
491
  output: __HttpResponse,
492
492
  context: __SerdeContext
493
493
  ) => Promise<CreateUserCommandOutput>;
494
- export declare const deserializeAws_json1_1CreateWorkflowCommand: (
494
+ export declare const de_CreateWorkflowCommand: (
495
495
  output: __HttpResponse,
496
496
  context: __SerdeContext
497
497
  ) => Promise<CreateWorkflowCommandOutput>;
498
- export declare const deserializeAws_json1_1DeleteAccessCommand: (
498
+ export declare const de_DeleteAccessCommand: (
499
499
  output: __HttpResponse,
500
500
  context: __SerdeContext
501
501
  ) => Promise<DeleteAccessCommandOutput>;
502
- export declare const deserializeAws_json1_1DeleteAgreementCommand: (
502
+ export declare const de_DeleteAgreementCommand: (
503
503
  output: __HttpResponse,
504
504
  context: __SerdeContext
505
505
  ) => Promise<DeleteAgreementCommandOutput>;
506
- export declare const deserializeAws_json1_1DeleteCertificateCommand: (
506
+ export declare const de_DeleteCertificateCommand: (
507
507
  output: __HttpResponse,
508
508
  context: __SerdeContext
509
509
  ) => Promise<DeleteCertificateCommandOutput>;
510
- export declare const deserializeAws_json1_1DeleteConnectorCommand: (
510
+ export declare const de_DeleteConnectorCommand: (
511
511
  output: __HttpResponse,
512
512
  context: __SerdeContext
513
513
  ) => Promise<DeleteConnectorCommandOutput>;
514
- export declare const deserializeAws_json1_1DeleteHostKeyCommand: (
514
+ export declare const de_DeleteHostKeyCommand: (
515
515
  output: __HttpResponse,
516
516
  context: __SerdeContext
517
517
  ) => Promise<DeleteHostKeyCommandOutput>;
518
- export declare const deserializeAws_json1_1DeleteProfileCommand: (
518
+ export declare const de_DeleteProfileCommand: (
519
519
  output: __HttpResponse,
520
520
  context: __SerdeContext
521
521
  ) => Promise<DeleteProfileCommandOutput>;
522
- export declare const deserializeAws_json1_1DeleteServerCommand: (
522
+ export declare const de_DeleteServerCommand: (
523
523
  output: __HttpResponse,
524
524
  context: __SerdeContext
525
525
  ) => Promise<DeleteServerCommandOutput>;
526
- export declare const deserializeAws_json1_1DeleteSshPublicKeyCommand: (
526
+ export declare const de_DeleteSshPublicKeyCommand: (
527
527
  output: __HttpResponse,
528
528
  context: __SerdeContext
529
529
  ) => Promise<DeleteSshPublicKeyCommandOutput>;
530
- export declare const deserializeAws_json1_1DeleteUserCommand: (
530
+ export declare const de_DeleteUserCommand: (
531
531
  output: __HttpResponse,
532
532
  context: __SerdeContext
533
533
  ) => Promise<DeleteUserCommandOutput>;
534
- export declare const deserializeAws_json1_1DeleteWorkflowCommand: (
534
+ export declare const de_DeleteWorkflowCommand: (
535
535
  output: __HttpResponse,
536
536
  context: __SerdeContext
537
537
  ) => Promise<DeleteWorkflowCommandOutput>;
538
- export declare const deserializeAws_json1_1DescribeAccessCommand: (
538
+ export declare const de_DescribeAccessCommand: (
539
539
  output: __HttpResponse,
540
540
  context: __SerdeContext
541
541
  ) => Promise<DescribeAccessCommandOutput>;
542
- export declare const deserializeAws_json1_1DescribeAgreementCommand: (
542
+ export declare const de_DescribeAgreementCommand: (
543
543
  output: __HttpResponse,
544
544
  context: __SerdeContext
545
545
  ) => Promise<DescribeAgreementCommandOutput>;
546
- export declare const deserializeAws_json1_1DescribeCertificateCommand: (
546
+ export declare const de_DescribeCertificateCommand: (
547
547
  output: __HttpResponse,
548
548
  context: __SerdeContext
549
549
  ) => Promise<DescribeCertificateCommandOutput>;
550
- export declare const deserializeAws_json1_1DescribeConnectorCommand: (
550
+ export declare const de_DescribeConnectorCommand: (
551
551
  output: __HttpResponse,
552
552
  context: __SerdeContext
553
553
  ) => Promise<DescribeConnectorCommandOutput>;
554
- export declare const deserializeAws_json1_1DescribeExecutionCommand: (
554
+ export declare const de_DescribeExecutionCommand: (
555
555
  output: __HttpResponse,
556
556
  context: __SerdeContext
557
557
  ) => Promise<DescribeExecutionCommandOutput>;
558
- export declare const deserializeAws_json1_1DescribeHostKeyCommand: (
558
+ export declare const de_DescribeHostKeyCommand: (
559
559
  output: __HttpResponse,
560
560
  context: __SerdeContext
561
561
  ) => Promise<DescribeHostKeyCommandOutput>;
562
- export declare const deserializeAws_json1_1DescribeProfileCommand: (
562
+ export declare const de_DescribeProfileCommand: (
563
563
  output: __HttpResponse,
564
564
  context: __SerdeContext
565
565
  ) => Promise<DescribeProfileCommandOutput>;
566
- export declare const deserializeAws_json1_1DescribeSecurityPolicyCommand: (
566
+ export declare const de_DescribeSecurityPolicyCommand: (
567
567
  output: __HttpResponse,
568
568
  context: __SerdeContext
569
569
  ) => Promise<DescribeSecurityPolicyCommandOutput>;
570
- export declare const deserializeAws_json1_1DescribeServerCommand: (
570
+ export declare const de_DescribeServerCommand: (
571
571
  output: __HttpResponse,
572
572
  context: __SerdeContext
573
573
  ) => Promise<DescribeServerCommandOutput>;
574
- export declare const deserializeAws_json1_1DescribeUserCommand: (
574
+ export declare const de_DescribeUserCommand: (
575
575
  output: __HttpResponse,
576
576
  context: __SerdeContext
577
577
  ) => Promise<DescribeUserCommandOutput>;
578
- export declare const deserializeAws_json1_1DescribeWorkflowCommand: (
578
+ export declare const de_DescribeWorkflowCommand: (
579
579
  output: __HttpResponse,
580
580
  context: __SerdeContext
581
581
  ) => Promise<DescribeWorkflowCommandOutput>;
582
- export declare const deserializeAws_json1_1ImportCertificateCommand: (
582
+ export declare const de_ImportCertificateCommand: (
583
583
  output: __HttpResponse,
584
584
  context: __SerdeContext
585
585
  ) => Promise<ImportCertificateCommandOutput>;
586
- export declare const deserializeAws_json1_1ImportHostKeyCommand: (
586
+ export declare const de_ImportHostKeyCommand: (
587
587
  output: __HttpResponse,
588
588
  context: __SerdeContext
589
589
  ) => Promise<ImportHostKeyCommandOutput>;
590
- export declare const deserializeAws_json1_1ImportSshPublicKeyCommand: (
590
+ export declare const de_ImportSshPublicKeyCommand: (
591
591
  output: __HttpResponse,
592
592
  context: __SerdeContext
593
593
  ) => Promise<ImportSshPublicKeyCommandOutput>;
594
- export declare const deserializeAws_json1_1ListAccessesCommand: (
594
+ export declare const de_ListAccessesCommand: (
595
595
  output: __HttpResponse,
596
596
  context: __SerdeContext
597
597
  ) => Promise<ListAccessesCommandOutput>;
598
- export declare const deserializeAws_json1_1ListAgreementsCommand: (
598
+ export declare const de_ListAgreementsCommand: (
599
599
  output: __HttpResponse,
600
600
  context: __SerdeContext
601
601
  ) => Promise<ListAgreementsCommandOutput>;
602
- export declare const deserializeAws_json1_1ListCertificatesCommand: (
602
+ export declare const de_ListCertificatesCommand: (
603
603
  output: __HttpResponse,
604
604
  context: __SerdeContext
605
605
  ) => Promise<ListCertificatesCommandOutput>;
606
- export declare const deserializeAws_json1_1ListConnectorsCommand: (
606
+ export declare const de_ListConnectorsCommand: (
607
607
  output: __HttpResponse,
608
608
  context: __SerdeContext
609
609
  ) => Promise<ListConnectorsCommandOutput>;
610
- export declare const deserializeAws_json1_1ListExecutionsCommand: (
610
+ export declare const de_ListExecutionsCommand: (
611
611
  output: __HttpResponse,
612
612
  context: __SerdeContext
613
613
  ) => Promise<ListExecutionsCommandOutput>;
614
- export declare const deserializeAws_json1_1ListHostKeysCommand: (
614
+ export declare const de_ListHostKeysCommand: (
615
615
  output: __HttpResponse,
616
616
  context: __SerdeContext
617
617
  ) => Promise<ListHostKeysCommandOutput>;
618
- export declare const deserializeAws_json1_1ListProfilesCommand: (
618
+ export declare const de_ListProfilesCommand: (
619
619
  output: __HttpResponse,
620
620
  context: __SerdeContext
621
621
  ) => Promise<ListProfilesCommandOutput>;
622
- export declare const deserializeAws_json1_1ListSecurityPoliciesCommand: (
622
+ export declare const de_ListSecurityPoliciesCommand: (
623
623
  output: __HttpResponse,
624
624
  context: __SerdeContext
625
625
  ) => Promise<ListSecurityPoliciesCommandOutput>;
626
- export declare const deserializeAws_json1_1ListServersCommand: (
626
+ export declare const de_ListServersCommand: (
627
627
  output: __HttpResponse,
628
628
  context: __SerdeContext
629
629
  ) => Promise<ListServersCommandOutput>;
630
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
630
+ export declare const de_ListTagsForResourceCommand: (
631
631
  output: __HttpResponse,
632
632
  context: __SerdeContext
633
633
  ) => Promise<ListTagsForResourceCommandOutput>;
634
- export declare const deserializeAws_json1_1ListUsersCommand: (
634
+ export declare const de_ListUsersCommand: (
635
635
  output: __HttpResponse,
636
636
  context: __SerdeContext
637
637
  ) => Promise<ListUsersCommandOutput>;
638
- export declare const deserializeAws_json1_1ListWorkflowsCommand: (
638
+ export declare const de_ListWorkflowsCommand: (
639
639
  output: __HttpResponse,
640
640
  context: __SerdeContext
641
641
  ) => Promise<ListWorkflowsCommandOutput>;
642
- export declare const deserializeAws_json1_1SendWorkflowStepStateCommand: (
642
+ export declare const de_SendWorkflowStepStateCommand: (
643
643
  output: __HttpResponse,
644
644
  context: __SerdeContext
645
645
  ) => Promise<SendWorkflowStepStateCommandOutput>;
646
- export declare const deserializeAws_json1_1StartFileTransferCommand: (
646
+ export declare const de_StartFileTransferCommand: (
647
647
  output: __HttpResponse,
648
648
  context: __SerdeContext
649
649
  ) => Promise<StartFileTransferCommandOutput>;
650
- export declare const deserializeAws_json1_1StartServerCommand: (
650
+ export declare const de_StartServerCommand: (
651
651
  output: __HttpResponse,
652
652
  context: __SerdeContext
653
653
  ) => Promise<StartServerCommandOutput>;
654
- export declare const deserializeAws_json1_1StopServerCommand: (
654
+ export declare const de_StopServerCommand: (
655
655
  output: __HttpResponse,
656
656
  context: __SerdeContext
657
657
  ) => Promise<StopServerCommandOutput>;
658
- export declare const deserializeAws_json1_1TagResourceCommand: (
658
+ export declare const de_TagResourceCommand: (
659
659
  output: __HttpResponse,
660
660
  context: __SerdeContext
661
661
  ) => Promise<TagResourceCommandOutput>;
662
- export declare const deserializeAws_json1_1TestIdentityProviderCommand: (
662
+ export declare const de_TestIdentityProviderCommand: (
663
663
  output: __HttpResponse,
664
664
  context: __SerdeContext
665
665
  ) => Promise<TestIdentityProviderCommandOutput>;
666
- export declare const deserializeAws_json1_1UntagResourceCommand: (
666
+ export declare const de_UntagResourceCommand: (
667
667
  output: __HttpResponse,
668
668
  context: __SerdeContext
669
669
  ) => Promise<UntagResourceCommandOutput>;
670
- export declare const deserializeAws_json1_1UpdateAccessCommand: (
670
+ export declare const de_UpdateAccessCommand: (
671
671
  output: __HttpResponse,
672
672
  context: __SerdeContext
673
673
  ) => Promise<UpdateAccessCommandOutput>;
674
- export declare const deserializeAws_json1_1UpdateAgreementCommand: (
674
+ export declare const de_UpdateAgreementCommand: (
675
675
  output: __HttpResponse,
676
676
  context: __SerdeContext
677
677
  ) => Promise<UpdateAgreementCommandOutput>;
678
- export declare const deserializeAws_json1_1UpdateCertificateCommand: (
678
+ export declare const de_UpdateCertificateCommand: (
679
679
  output: __HttpResponse,
680
680
  context: __SerdeContext
681
681
  ) => Promise<UpdateCertificateCommandOutput>;
682
- export declare const deserializeAws_json1_1UpdateConnectorCommand: (
682
+ export declare const de_UpdateConnectorCommand: (
683
683
  output: __HttpResponse,
684
684
  context: __SerdeContext
685
685
  ) => Promise<UpdateConnectorCommandOutput>;
686
- export declare const deserializeAws_json1_1UpdateHostKeyCommand: (
686
+ export declare const de_UpdateHostKeyCommand: (
687
687
  output: __HttpResponse,
688
688
  context: __SerdeContext
689
689
  ) => Promise<UpdateHostKeyCommandOutput>;
690
- export declare const deserializeAws_json1_1UpdateProfileCommand: (
690
+ export declare const de_UpdateProfileCommand: (
691
691
  output: __HttpResponse,
692
692
  context: __SerdeContext
693
693
  ) => Promise<UpdateProfileCommandOutput>;
694
- export declare const deserializeAws_json1_1UpdateServerCommand: (
694
+ export declare const de_UpdateServerCommand: (
695
695
  output: __HttpResponse,
696
696
  context: __SerdeContext
697
697
  ) => Promise<UpdateServerCommandOutput>;
698
- export declare const deserializeAws_json1_1UpdateUserCommand: (
698
+ export declare const de_UpdateUserCommand: (
699
699
  output: __HttpResponse,
700
700
  context: __SerdeContext
701
701
  ) => Promise<UpdateUserCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-transfer",
3
3
  "description": "AWS SDK for JavaScript Transfer Client for Node.js, Browser and React Native",
4
- "version": "3.303.0",
4
+ "version": "3.309.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,39 +21,39 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.303.0",
25
- "@aws-sdk/config-resolver": "3.303.0",
26
- "@aws-sdk/credential-provider-node": "3.303.0",
27
- "@aws-sdk/fetch-http-handler": "3.303.0",
28
- "@aws-sdk/hash-node": "3.303.0",
29
- "@aws-sdk/invalid-dependency": "3.303.0",
30
- "@aws-sdk/middleware-content-length": "3.303.0",
31
- "@aws-sdk/middleware-endpoint": "3.303.0",
32
- "@aws-sdk/middleware-host-header": "3.303.0",
33
- "@aws-sdk/middleware-logger": "3.303.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.303.0",
35
- "@aws-sdk/middleware-retry": "3.303.0",
36
- "@aws-sdk/middleware-serde": "3.303.0",
37
- "@aws-sdk/middleware-signing": "3.303.0",
38
- "@aws-sdk/middleware-stack": "3.303.0",
39
- "@aws-sdk/middleware-user-agent": "3.303.0",
40
- "@aws-sdk/node-config-provider": "3.303.0",
41
- "@aws-sdk/node-http-handler": "3.303.0",
42
- "@aws-sdk/protocol-http": "3.303.0",
43
- "@aws-sdk/smithy-client": "3.303.0",
44
- "@aws-sdk/types": "3.303.0",
45
- "@aws-sdk/url-parser": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.309.0",
25
+ "@aws-sdk/config-resolver": "3.306.0",
26
+ "@aws-sdk/credential-provider-node": "3.309.0",
27
+ "@aws-sdk/fetch-http-handler": "3.306.0",
28
+ "@aws-sdk/hash-node": "3.306.0",
29
+ "@aws-sdk/invalid-dependency": "3.306.0",
30
+ "@aws-sdk/middleware-content-length": "3.306.0",
31
+ "@aws-sdk/middleware-endpoint": "3.306.0",
32
+ "@aws-sdk/middleware-host-header": "3.306.0",
33
+ "@aws-sdk/middleware-logger": "3.306.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
+ "@aws-sdk/middleware-retry": "3.306.0",
36
+ "@aws-sdk/middleware-serde": "3.306.0",
37
+ "@aws-sdk/middleware-signing": "3.306.0",
38
+ "@aws-sdk/middleware-stack": "3.306.0",
39
+ "@aws-sdk/middleware-user-agent": "3.306.0",
40
+ "@aws-sdk/node-config-provider": "3.306.0",
41
+ "@aws-sdk/node-http-handler": "3.306.0",
42
+ "@aws-sdk/protocol-http": "3.306.0",
43
+ "@aws-sdk/smithy-client": "3.309.0",
44
+ "@aws-sdk/types": "3.306.0",
45
+ "@aws-sdk/url-parser": "3.306.0",
46
46
  "@aws-sdk/util-base64": "3.303.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.303.0",
48
48
  "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.303.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.303.0",
51
- "@aws-sdk/util-endpoints": "3.303.0",
52
- "@aws-sdk/util-retry": "3.303.0",
53
- "@aws-sdk/util-user-agent-browser": "3.303.0",
54
- "@aws-sdk/util-user-agent-node": "3.303.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.309.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.309.0",
51
+ "@aws-sdk/util-endpoints": "3.306.0",
52
+ "@aws-sdk/util-retry": "3.306.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.306.0",
54
+ "@aws-sdk/util-user-agent-node": "3.306.0",
55
55
  "@aws-sdk/util-utf8": "3.303.0",
56
- "@aws-sdk/util-waiter": "3.303.0",
56
+ "@aws-sdk/util-waiter": "3.306.0",
57
57
  "tslib": "^2.5.0"
58
58
  },
59
59
  "devDependencies": {