@aws-sdk/client-transfer 3.784.0 → 3.786.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 (76) hide show
  1. package/README.md +1 -10
  2. package/dist-types/Transfer.d.ts +1 -10
  3. package/dist-types/TransferClient.d.ts +1 -10
  4. package/dist-types/commands/CreateAccessCommand.d.ts +2 -8
  5. package/dist-types/commands/CreateAgreementCommand.d.ts +2 -12
  6. package/dist-types/commands/CreateConnectorCommand.d.ts +3 -8
  7. package/dist-types/commands/CreateProfileCommand.d.ts +1 -2
  8. package/dist-types/commands/CreateServerCommand.d.ts +2 -6
  9. package/dist-types/commands/CreateUserCommand.d.ts +2 -9
  10. package/dist-types/commands/CreateWebAppCommand.d.ts +1 -2
  11. package/dist-types/commands/CreateWorkflowCommand.d.ts +1 -4
  12. package/dist-types/commands/DeleteAccessCommand.d.ts +2 -4
  13. package/dist-types/commands/DeleteAgreementCommand.d.ts +1 -2
  14. package/dist-types/commands/DeleteCertificateCommand.d.ts +2 -4
  15. package/dist-types/commands/DeleteConnectorCommand.d.ts +1 -2
  16. package/dist-types/commands/DeleteHostKeyCommand.d.ts +1 -2
  17. package/dist-types/commands/DeleteProfileCommand.d.ts +1 -2
  18. package/dist-types/commands/DeleteServerCommand.d.ts +2 -4
  19. package/dist-types/commands/DeleteSshPublicKeyCommand.d.ts +1 -2
  20. package/dist-types/commands/DeleteUserCommand.d.ts +2 -7
  21. package/dist-types/commands/DeleteWebAppCommand.d.ts +1 -2
  22. package/dist-types/commands/DeleteWebAppCustomizationCommand.d.ts +2 -5
  23. package/dist-types/commands/DeleteWorkflowCommand.d.ts +1 -2
  24. package/dist-types/commands/DescribeAccessCommand.d.ts +2 -7
  25. package/dist-types/commands/DescribeAgreementCommand.d.ts +1 -2
  26. package/dist-types/commands/DescribeCertificateCommand.d.ts +1 -2
  27. package/dist-types/commands/DescribeConnectorCommand.d.ts +3 -4
  28. package/dist-types/commands/DescribeExecutionCommand.d.ts +2 -9
  29. package/dist-types/commands/DescribeHostKeyCommand.d.ts +1 -2
  30. package/dist-types/commands/DescribeProfileCommand.d.ts +1 -2
  31. package/dist-types/commands/DescribeSecurityPolicyCommand.d.ts +2 -6
  32. package/dist-types/commands/DescribeServerCommand.d.ts +2 -7
  33. package/dist-types/commands/DescribeUserCommand.d.ts +2 -6
  34. package/dist-types/commands/DescribeWebAppCommand.d.ts +1 -2
  35. package/dist-types/commands/DescribeWebAppCustomizationCommand.d.ts +1 -2
  36. package/dist-types/commands/DescribeWorkflowCommand.d.ts +1 -2
  37. package/dist-types/commands/ImportCertificateCommand.d.ts +2 -11
  38. package/dist-types/commands/ImportHostKeyCommand.d.ts +2 -4
  39. package/dist-types/commands/ImportSshPublicKeyCommand.d.ts +2 -7
  40. package/dist-types/commands/ListAccessesCommand.d.ts +1 -2
  41. package/dist-types/commands/ListAgreementsCommand.d.ts +2 -7
  42. package/dist-types/commands/ListCertificatesCommand.d.ts +2 -7
  43. package/dist-types/commands/ListConnectorsCommand.d.ts +1 -2
  44. package/dist-types/commands/ListExecutionsCommand.d.ts +2 -7
  45. package/dist-types/commands/ListFileTransferResultsCommand.d.ts +2 -8
  46. package/dist-types/commands/ListHostKeysCommand.d.ts +2 -4
  47. package/dist-types/commands/ListProfilesCommand.d.ts +2 -6
  48. package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +1 -4
  49. package/dist-types/commands/ListServersCommand.d.ts +1 -2
  50. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -2
  51. package/dist-types/commands/ListUsersCommand.d.ts +2 -4
  52. package/dist-types/commands/SendWorkflowStepStateCommand.d.ts +2 -7
  53. package/dist-types/commands/StartDirectoryListingCommand.d.ts +2 -47
  54. package/dist-types/commands/StartFileTransferCommand.d.ts +2 -28
  55. package/dist-types/commands/StartRemoteDeleteCommand.d.ts +1 -2
  56. package/dist-types/commands/StartRemoteMoveCommand.d.ts +1 -2
  57. package/dist-types/commands/StartServerCommand.d.ts +2 -9
  58. package/dist-types/commands/StopServerCommand.d.ts +2 -14
  59. package/dist-types/commands/TagResourceCommand.d.ts +2 -5
  60. package/dist-types/commands/TestConnectionCommand.d.ts +5 -5
  61. package/dist-types/commands/TestIdentityProviderCommand.d.ts +2 -52
  62. package/dist-types/commands/UntagResourceCommand.d.ts +2 -5
  63. package/dist-types/commands/UpdateAccessCommand.d.ts +2 -4
  64. package/dist-types/commands/UpdateAgreementCommand.d.ts +2 -10
  65. package/dist-types/commands/UpdateCertificateCommand.d.ts +1 -2
  66. package/dist-types/commands/UpdateConnectorCommand.d.ts +3 -5
  67. package/dist-types/commands/UpdateHostKeyCommand.d.ts +2 -4
  68. package/dist-types/commands/UpdateProfileCommand.d.ts +2 -5
  69. package/dist-types/commands/UpdateServerCommand.d.ts +3 -9
  70. package/dist-types/commands/UpdateUserCommand.d.ts +2 -19
  71. package/dist-types/commands/UpdateWebAppCommand.d.ts +2 -5
  72. package/dist-types/commands/UpdateWebAppCustomizationCommand.d.ts +2 -5
  73. package/dist-types/index.d.ts +1 -10
  74. package/dist-types/models/models_0.d.ts +340 -2581
  75. package/dist-types/ts3.4/models/models_0.d.ts +5 -0
  76. package/package.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.