@aws-sdk/client-transfer 3.279.0 → 3.281.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 (60) hide show
  1. package/README.md +467 -0
  2. package/dist-types/commands/CreateAccessCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateAgreementCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateConnectorCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateProfileCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateServerCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateUserCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateWorkflowCommand.d.ts +6 -0
  9. package/dist-types/commands/DeleteAccessCommand.d.ts +6 -0
  10. package/dist-types/commands/DeleteAgreementCommand.d.ts +6 -0
  11. package/dist-types/commands/DeleteCertificateCommand.d.ts +6 -0
  12. package/dist-types/commands/DeleteConnectorCommand.d.ts +6 -0
  13. package/dist-types/commands/DeleteHostKeyCommand.d.ts +6 -0
  14. package/dist-types/commands/DeleteProfileCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteServerCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteSshPublicKeyCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteUserCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteWorkflowCommand.d.ts +6 -0
  19. package/dist-types/commands/DescribeAccessCommand.d.ts +6 -0
  20. package/dist-types/commands/DescribeAgreementCommand.d.ts +6 -0
  21. package/dist-types/commands/DescribeCertificateCommand.d.ts +6 -0
  22. package/dist-types/commands/DescribeConnectorCommand.d.ts +6 -0
  23. package/dist-types/commands/DescribeExecutionCommand.d.ts +6 -0
  24. package/dist-types/commands/DescribeHostKeyCommand.d.ts +6 -0
  25. package/dist-types/commands/DescribeProfileCommand.d.ts +6 -0
  26. package/dist-types/commands/DescribeSecurityPolicyCommand.d.ts +6 -0
  27. package/dist-types/commands/DescribeServerCommand.d.ts +6 -0
  28. package/dist-types/commands/DescribeUserCommand.d.ts +6 -0
  29. package/dist-types/commands/DescribeWorkflowCommand.d.ts +6 -0
  30. package/dist-types/commands/ImportCertificateCommand.d.ts +6 -0
  31. package/dist-types/commands/ImportHostKeyCommand.d.ts +6 -0
  32. package/dist-types/commands/ImportSshPublicKeyCommand.d.ts +6 -0
  33. package/dist-types/commands/ListAccessesCommand.d.ts +6 -0
  34. package/dist-types/commands/ListAgreementsCommand.d.ts +6 -0
  35. package/dist-types/commands/ListCertificatesCommand.d.ts +6 -0
  36. package/dist-types/commands/ListConnectorsCommand.d.ts +6 -0
  37. package/dist-types/commands/ListExecutionsCommand.d.ts +6 -0
  38. package/dist-types/commands/ListHostKeysCommand.d.ts +6 -0
  39. package/dist-types/commands/ListProfilesCommand.d.ts +6 -0
  40. package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +6 -0
  41. package/dist-types/commands/ListServersCommand.d.ts +6 -0
  42. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  43. package/dist-types/commands/ListUsersCommand.d.ts +6 -0
  44. package/dist-types/commands/ListWorkflowsCommand.d.ts +6 -0
  45. package/dist-types/commands/SendWorkflowStepStateCommand.d.ts +6 -0
  46. package/dist-types/commands/StartFileTransferCommand.d.ts +6 -0
  47. package/dist-types/commands/StartServerCommand.d.ts +6 -0
  48. package/dist-types/commands/StopServerCommand.d.ts +6 -0
  49. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  50. package/dist-types/commands/TestIdentityProviderCommand.d.ts +6 -0
  51. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  52. package/dist-types/commands/UpdateAccessCommand.d.ts +6 -0
  53. package/dist-types/commands/UpdateAgreementCommand.d.ts +6 -0
  54. package/dist-types/commands/UpdateCertificateCommand.d.ts +6 -0
  55. package/dist-types/commands/UpdateConnectorCommand.d.ts +6 -0
  56. package/dist-types/commands/UpdateHostKeyCommand.d.ts +6 -0
  57. package/dist-types/commands/UpdateProfileCommand.d.ts +6 -0
  58. package/dist-types/commands/UpdateServerCommand.d.ts +6 -0
  59. package/dist-types/commands/UpdateUserCommand.d.ts +6 -0
  60. package/package.json +3 -3
package/README.md CHANGED
@@ -212,3 +212,470 @@ To contribute to client you can check our [generate clients scripts](https://git
212
212
  This SDK is distributed under the
213
213
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
214
214
  see LICENSE for more information.
215
+
216
+ ## Client Commands (Operations List)
217
+
218
+ <details>
219
+ <summary>
220
+ CreateAccess
221
+ </summary>
222
+
223
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/createaccesscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/createaccesscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/createaccesscommandoutput.html)
224
+
225
+ </details>
226
+ <details>
227
+ <summary>
228
+ CreateAgreement
229
+ </summary>
230
+
231
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/createagreementcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/createagreementcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/createagreementcommandoutput.html)
232
+
233
+ </details>
234
+ <details>
235
+ <summary>
236
+ CreateConnector
237
+ </summary>
238
+
239
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/createconnectorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/createconnectorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/createconnectorcommandoutput.html)
240
+
241
+ </details>
242
+ <details>
243
+ <summary>
244
+ CreateProfile
245
+ </summary>
246
+
247
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/createprofilecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/createprofilecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/createprofilecommandoutput.html)
248
+
249
+ </details>
250
+ <details>
251
+ <summary>
252
+ CreateServer
253
+ </summary>
254
+
255
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/createservercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/createservercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/createservercommandoutput.html)
256
+
257
+ </details>
258
+ <details>
259
+ <summary>
260
+ CreateUser
261
+ </summary>
262
+
263
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/createusercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/createusercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/createusercommandoutput.html)
264
+
265
+ </details>
266
+ <details>
267
+ <summary>
268
+ CreateWorkflow
269
+ </summary>
270
+
271
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/createworkflowcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/createworkflowcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/createworkflowcommandoutput.html)
272
+
273
+ </details>
274
+ <details>
275
+ <summary>
276
+ DeleteAccess
277
+ </summary>
278
+
279
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/deleteaccesscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/deleteaccesscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/deleteaccesscommandoutput.html)
280
+
281
+ </details>
282
+ <details>
283
+ <summary>
284
+ DeleteAgreement
285
+ </summary>
286
+
287
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/deleteagreementcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/deleteagreementcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/deleteagreementcommandoutput.html)
288
+
289
+ </details>
290
+ <details>
291
+ <summary>
292
+ DeleteCertificate
293
+ </summary>
294
+
295
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/deletecertificatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/deletecertificatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/deletecertificatecommandoutput.html)
296
+
297
+ </details>
298
+ <details>
299
+ <summary>
300
+ DeleteConnector
301
+ </summary>
302
+
303
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/deleteconnectorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/deleteconnectorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/deleteconnectorcommandoutput.html)
304
+
305
+ </details>
306
+ <details>
307
+ <summary>
308
+ DeleteHostKey
309
+ </summary>
310
+
311
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/deletehostkeycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/deletehostkeycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/deletehostkeycommandoutput.html)
312
+
313
+ </details>
314
+ <details>
315
+ <summary>
316
+ DeleteProfile
317
+ </summary>
318
+
319
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/deleteprofilecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/deleteprofilecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/deleteprofilecommandoutput.html)
320
+
321
+ </details>
322
+ <details>
323
+ <summary>
324
+ DeleteServer
325
+ </summary>
326
+
327
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/deleteservercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/deleteservercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/deleteservercommandoutput.html)
328
+
329
+ </details>
330
+ <details>
331
+ <summary>
332
+ DeleteSshPublicKey
333
+ </summary>
334
+
335
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/deletesshpublickeycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/deletesshpublickeycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/deletesshpublickeycommandoutput.html)
336
+
337
+ </details>
338
+ <details>
339
+ <summary>
340
+ DeleteUser
341
+ </summary>
342
+
343
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/deleteusercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/deleteusercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/deleteusercommandoutput.html)
344
+
345
+ </details>
346
+ <details>
347
+ <summary>
348
+ DeleteWorkflow
349
+ </summary>
350
+
351
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/deleteworkflowcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/deleteworkflowcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/deleteworkflowcommandoutput.html)
352
+
353
+ </details>
354
+ <details>
355
+ <summary>
356
+ DescribeAccess
357
+ </summary>
358
+
359
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/describeaccesscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/describeaccesscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/describeaccesscommandoutput.html)
360
+
361
+ </details>
362
+ <details>
363
+ <summary>
364
+ DescribeAgreement
365
+ </summary>
366
+
367
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/describeagreementcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/describeagreementcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/describeagreementcommandoutput.html)
368
+
369
+ </details>
370
+ <details>
371
+ <summary>
372
+ DescribeCertificate
373
+ </summary>
374
+
375
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/describecertificatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/describecertificatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/describecertificatecommandoutput.html)
376
+
377
+ </details>
378
+ <details>
379
+ <summary>
380
+ DescribeConnector
381
+ </summary>
382
+
383
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/describeconnectorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/describeconnectorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/describeconnectorcommandoutput.html)
384
+
385
+ </details>
386
+ <details>
387
+ <summary>
388
+ DescribeExecution
389
+ </summary>
390
+
391
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/describeexecutioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/describeexecutioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/describeexecutioncommandoutput.html)
392
+
393
+ </details>
394
+ <details>
395
+ <summary>
396
+ DescribeHostKey
397
+ </summary>
398
+
399
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/describehostkeycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/describehostkeycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/describehostkeycommandoutput.html)
400
+
401
+ </details>
402
+ <details>
403
+ <summary>
404
+ DescribeProfile
405
+ </summary>
406
+
407
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/describeprofilecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/describeprofilecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/describeprofilecommandoutput.html)
408
+
409
+ </details>
410
+ <details>
411
+ <summary>
412
+ DescribeSecurityPolicy
413
+ </summary>
414
+
415
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/describesecuritypolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/describesecuritypolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/describesecuritypolicycommandoutput.html)
416
+
417
+ </details>
418
+ <details>
419
+ <summary>
420
+ DescribeServer
421
+ </summary>
422
+
423
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/describeservercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/describeservercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/describeservercommandoutput.html)
424
+
425
+ </details>
426
+ <details>
427
+ <summary>
428
+ DescribeUser
429
+ </summary>
430
+
431
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/describeusercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/describeusercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/describeusercommandoutput.html)
432
+
433
+ </details>
434
+ <details>
435
+ <summary>
436
+ DescribeWorkflow
437
+ </summary>
438
+
439
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/describeworkflowcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/describeworkflowcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/describeworkflowcommandoutput.html)
440
+
441
+ </details>
442
+ <details>
443
+ <summary>
444
+ ImportCertificate
445
+ </summary>
446
+
447
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/importcertificatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/importcertificatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/importcertificatecommandoutput.html)
448
+
449
+ </details>
450
+ <details>
451
+ <summary>
452
+ ImportHostKey
453
+ </summary>
454
+
455
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/importhostkeycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/importhostkeycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/importhostkeycommandoutput.html)
456
+
457
+ </details>
458
+ <details>
459
+ <summary>
460
+ ImportSshPublicKey
461
+ </summary>
462
+
463
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/importsshpublickeycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/importsshpublickeycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/importsshpublickeycommandoutput.html)
464
+
465
+ </details>
466
+ <details>
467
+ <summary>
468
+ ListAccesses
469
+ </summary>
470
+
471
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/listaccessescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/listaccessescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/listaccessescommandoutput.html)
472
+
473
+ </details>
474
+ <details>
475
+ <summary>
476
+ ListAgreements
477
+ </summary>
478
+
479
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/listagreementscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/listagreementscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/listagreementscommandoutput.html)
480
+
481
+ </details>
482
+ <details>
483
+ <summary>
484
+ ListCertificates
485
+ </summary>
486
+
487
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/listcertificatescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/listcertificatescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/listcertificatescommandoutput.html)
488
+
489
+ </details>
490
+ <details>
491
+ <summary>
492
+ ListConnectors
493
+ </summary>
494
+
495
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/listconnectorscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/listconnectorscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/listconnectorscommandoutput.html)
496
+
497
+ </details>
498
+ <details>
499
+ <summary>
500
+ ListExecutions
501
+ </summary>
502
+
503
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/listexecutionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/listexecutionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/listexecutionscommandoutput.html)
504
+
505
+ </details>
506
+ <details>
507
+ <summary>
508
+ ListHostKeys
509
+ </summary>
510
+
511
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/listhostkeyscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/listhostkeyscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/listhostkeyscommandoutput.html)
512
+
513
+ </details>
514
+ <details>
515
+ <summary>
516
+ ListProfiles
517
+ </summary>
518
+
519
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/listprofilescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/listprofilescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/listprofilescommandoutput.html)
520
+
521
+ </details>
522
+ <details>
523
+ <summary>
524
+ ListSecurityPolicies
525
+ </summary>
526
+
527
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/listsecuritypoliciescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/listsecuritypoliciescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/listsecuritypoliciescommandoutput.html)
528
+
529
+ </details>
530
+ <details>
531
+ <summary>
532
+ ListServers
533
+ </summary>
534
+
535
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/listserverscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/listserverscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/listserverscommandoutput.html)
536
+
537
+ </details>
538
+ <details>
539
+ <summary>
540
+ ListTagsForResource
541
+ </summary>
542
+
543
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/listtagsforresourcecommandoutput.html)
544
+
545
+ </details>
546
+ <details>
547
+ <summary>
548
+ ListUsers
549
+ </summary>
550
+
551
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/listuserscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/listuserscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/listuserscommandoutput.html)
552
+
553
+ </details>
554
+ <details>
555
+ <summary>
556
+ ListWorkflows
557
+ </summary>
558
+
559
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/listworkflowscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/listworkflowscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/listworkflowscommandoutput.html)
560
+
561
+ </details>
562
+ <details>
563
+ <summary>
564
+ SendWorkflowStepState
565
+ </summary>
566
+
567
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/sendworkflowstepstatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/sendworkflowstepstatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/sendworkflowstepstatecommandoutput.html)
568
+
569
+ </details>
570
+ <details>
571
+ <summary>
572
+ StartFileTransfer
573
+ </summary>
574
+
575
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/startfiletransfercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/startfiletransfercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/startfiletransfercommandoutput.html)
576
+
577
+ </details>
578
+ <details>
579
+ <summary>
580
+ StartServer
581
+ </summary>
582
+
583
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/startservercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/startservercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/startservercommandoutput.html)
584
+
585
+ </details>
586
+ <details>
587
+ <summary>
588
+ StopServer
589
+ </summary>
590
+
591
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/stopservercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/stopservercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/stopservercommandoutput.html)
592
+
593
+ </details>
594
+ <details>
595
+ <summary>
596
+ TagResource
597
+ </summary>
598
+
599
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/tagresourcecommandoutput.html)
600
+
601
+ </details>
602
+ <details>
603
+ <summary>
604
+ TestIdentityProvider
605
+ </summary>
606
+
607
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/testidentityprovidercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/testidentityprovidercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/testidentityprovidercommandoutput.html)
608
+
609
+ </details>
610
+ <details>
611
+ <summary>
612
+ UntagResource
613
+ </summary>
614
+
615
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/untagresourcecommandoutput.html)
616
+
617
+ </details>
618
+ <details>
619
+ <summary>
620
+ UpdateAccess
621
+ </summary>
622
+
623
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/updateaccesscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/updateaccesscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/updateaccesscommandoutput.html)
624
+
625
+ </details>
626
+ <details>
627
+ <summary>
628
+ UpdateAgreement
629
+ </summary>
630
+
631
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/updateagreementcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/updateagreementcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/updateagreementcommandoutput.html)
632
+
633
+ </details>
634
+ <details>
635
+ <summary>
636
+ UpdateCertificate
637
+ </summary>
638
+
639
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/updatecertificatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/updatecertificatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/updatecertificatecommandoutput.html)
640
+
641
+ </details>
642
+ <details>
643
+ <summary>
644
+ UpdateConnector
645
+ </summary>
646
+
647
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/updateconnectorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/updateconnectorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/updateconnectorcommandoutput.html)
648
+
649
+ </details>
650
+ <details>
651
+ <summary>
652
+ UpdateHostKey
653
+ </summary>
654
+
655
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/updatehostkeycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/updatehostkeycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/updatehostkeycommandoutput.html)
656
+
657
+ </details>
658
+ <details>
659
+ <summary>
660
+ UpdateProfile
661
+ </summary>
662
+
663
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/updateprofilecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/updateprofilecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/updateprofilecommandoutput.html)
664
+
665
+ </details>
666
+ <details>
667
+ <summary>
668
+ UpdateServer
669
+ </summary>
670
+
671
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/updateservercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/updateservercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/updateservercommandoutput.html)
672
+
673
+ </details>
674
+ <details>
675
+ <summary>
676
+ UpdateUser
677
+ </summary>
678
+
679
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/classes/updateusercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/updateusercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transfer/interfaces/updateusercommandoutput.html)
680
+
681
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateAccessRequest, CreateAccessResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
6
+ /**
7
+ * The input for {@link CreateAccessCommand}.
8
+ */
6
9
  export interface CreateAccessCommandInput extends CreateAccessRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateAccessCommand}.
13
+ */
8
14
  export interface CreateAccessCommandOutput extends CreateAccessResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateAgreementRequest, CreateAgreementResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
6
+ /**
7
+ * The input for {@link CreateAgreementCommand}.
8
+ */
6
9
  export interface CreateAgreementCommandInput extends CreateAgreementRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateAgreementCommand}.
13
+ */
8
14
  export interface CreateAgreementCommandOutput extends CreateAgreementResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateConnectorRequest, CreateConnectorResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
6
+ /**
7
+ * The input for {@link CreateConnectorCommand}.
8
+ */
6
9
  export interface CreateConnectorCommandInput extends CreateConnectorRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateConnectorCommand}.
13
+ */
8
14
  export interface CreateConnectorCommandOutput extends CreateConnectorResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateProfileRequest, CreateProfileResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
6
+ /**
7
+ * The input for {@link CreateProfileCommand}.
8
+ */
6
9
  export interface CreateProfileCommandInput extends CreateProfileRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateProfileCommand}.
13
+ */
8
14
  export interface CreateProfileCommandOutput extends CreateProfileResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateServerRequest, CreateServerResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
6
+ /**
7
+ * The input for {@link CreateServerCommand}.
8
+ */
6
9
  export interface CreateServerCommandInput extends CreateServerRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateServerCommand}.
13
+ */
8
14
  export interface CreateServerCommandOutput extends CreateServerResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateUserRequest, CreateUserResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
6
+ /**
7
+ * The input for {@link CreateUserCommand}.
8
+ */
6
9
  export interface CreateUserCommandInput extends CreateUserRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateUserCommand}.
13
+ */
8
14
  export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateWorkflowRequest, CreateWorkflowResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
6
+ /**
7
+ * The input for {@link CreateWorkflowCommand}.
8
+ */
6
9
  export interface CreateWorkflowCommandInput extends CreateWorkflowRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateWorkflowCommand}.
13
+ */
8
14
  export interface CreateWorkflowCommandOutput extends CreateWorkflowResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteAccessRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
6
+ /**
7
+ * The input for {@link DeleteAccessCommand}.
8
+ */
6
9
  export interface DeleteAccessCommandInput extends DeleteAccessRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteAccessCommand}.
13
+ */
8
14
  export interface DeleteAccessCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteAgreementRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
6
+ /**
7
+ * The input for {@link DeleteAgreementCommand}.
8
+ */
6
9
  export interface DeleteAgreementCommandInput extends DeleteAgreementRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteAgreementCommand}.
13
+ */
8
14
  export interface DeleteAgreementCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteCertificateRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
6
+ /**
7
+ * The input for {@link DeleteCertificateCommand}.
8
+ */
6
9
  export interface DeleteCertificateCommandInput extends DeleteCertificateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteCertificateCommand}.
13
+ */
8
14
  export interface DeleteCertificateCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**