@aws-sdk/client-transfer 3.590.0 → 3.596.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/dist-cjs/index.js +0 -60
  2. package/dist-types/commands/CreateAccessCommand.d.ts +2 -1
  3. package/dist-types/commands/CreateAgreementCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateConnectorCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateProfileCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateServerCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateUserCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateWorkflowCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteAccessCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteAgreementCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteCertificateCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteConnectorCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteHostKeyCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteProfileCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteServerCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteSshPublicKeyCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteUserCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteWorkflowCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeAccessCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeAgreementCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeCertificateCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeConnectorCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeExecutionCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeHostKeyCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeProfileCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeSecurityPolicyCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeServerCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeUserCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeWorkflowCommand.d.ts +2 -1
  30. package/dist-types/commands/ImportCertificateCommand.d.ts +2 -1
  31. package/dist-types/commands/ImportHostKeyCommand.d.ts +2 -1
  32. package/dist-types/commands/ImportSshPublicKeyCommand.d.ts +2 -1
  33. package/dist-types/commands/ListAccessesCommand.d.ts +2 -1
  34. package/dist-types/commands/ListAgreementsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListCertificatesCommand.d.ts +2 -1
  36. package/dist-types/commands/ListConnectorsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListExecutionsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListHostKeysCommand.d.ts +2 -1
  39. package/dist-types/commands/ListProfilesCommand.d.ts +2 -1
  40. package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +2 -1
  41. package/dist-types/commands/ListServersCommand.d.ts +2 -1
  42. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  43. package/dist-types/commands/ListUsersCommand.d.ts +2 -1
  44. package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
  45. package/dist-types/commands/SendWorkflowStepStateCommand.d.ts +2 -1
  46. package/dist-types/commands/StartDirectoryListingCommand.d.ts +2 -1
  47. package/dist-types/commands/StartFileTransferCommand.d.ts +2 -1
  48. package/dist-types/commands/StartServerCommand.d.ts +2 -1
  49. package/dist-types/commands/StopServerCommand.d.ts +2 -1
  50. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  51. package/dist-types/commands/TestConnectionCommand.d.ts +2 -1
  52. package/dist-types/commands/TestIdentityProviderCommand.d.ts +2 -1
  53. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateAccessCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateAgreementCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateCertificateCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateConnectorCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateHostKeyCommand.d.ts +2 -1
  59. package/dist-types/commands/UpdateProfileCommand.d.ts +2 -1
  60. package/dist-types/commands/UpdateServerCommand.d.ts +2 -1
  61. package/dist-types/commands/UpdateUserCommand.d.ts +2 -1
  62. package/dist-types/index.d.ts +2 -2
  63. package/dist-types/models/TransferServiceException.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/CreateAccessCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/CreateServerCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/DeleteHostKeyCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/DescribeHostKeyCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/DescribeWorkflowCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/ImportHostKeyCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/ListHostKeysCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/ListServersCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/commands/StartDirectoryListingCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +2 -1
  110. package/dist-types/ts3.4/commands/StartServerCommand.d.ts +2 -1
  111. package/dist-types/ts3.4/commands/StopServerCommand.d.ts +2 -1
  112. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  113. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +2 -1
  114. package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +2 -1
  115. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  116. package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +2 -1
  117. package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +2 -1
  118. package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +2 -1
  119. package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +2 -1
  120. package/dist-types/ts3.4/commands/UpdateHostKeyCommand.d.ts +2 -1
  121. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +2 -1
  122. package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +2 -1
  123. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +2 -1
  124. package/dist-types/ts3.4/models/TransferServiceException.d.ts +2 -1
  125. package/package.json +6 -6
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -15,8 +15,8 @@
15
15
  export * from "./TransferClient";
16
16
  export * from "./Transfer";
17
17
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
18
- export { RuntimeExtension } from "./runtimeExtensions";
19
- export { TransferExtensionConfiguration } from "./extensionConfiguration";
18
+ export type { RuntimeExtension } from "./runtimeExtensions";
19
+ export type { TransferExtensionConfiguration } from "./extensionConfiguration";
20
20
  export * from "./commands";
21
21
  export * from "./pagination";
22
22
  export * from "./waiters";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  TransferClientResolvedConfig,
8
8
  } from "../TransferClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateAccessCommandInput extends CreateAccessRequest {}
11
12
  export interface CreateAccessCommandOutput
12
13
  extends CreateAccessResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TransferClientResolvedConfig,
11
11
  } from "../TransferClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateAgreementCommandInput extends CreateAgreementRequest {}
14
15
  export interface CreateAgreementCommandOutput
15
16
  extends CreateAgreementResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TransferClientResolvedConfig,
11
11
  } from "../TransferClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateConnectorCommandInput extends CreateConnectorRequest {}
14
15
  export interface CreateConnectorCommandOutput
15
16
  extends CreateConnectorResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TransferClientResolvedConfig,
11
11
  } from "../TransferClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateProfileCommandInput extends CreateProfileRequest {}
14
15
  export interface CreateProfileCommandOutput
15
16
  extends CreateProfileResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  TransferClientResolvedConfig,
8
8
  } from "../TransferClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateServerCommandInput extends CreateServerRequest {}
11
12
  export interface CreateServerCommandOutput
12
13
  extends CreateServerResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  TransferClientResolvedConfig,
8
8
  } from "../TransferClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateUserCommandInput extends CreateUserRequest {}
11
12
  export interface CreateUserCommandOutput
12
13
  extends CreateUserResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  TransferClientResolvedConfig,
11
11
  } from "../TransferClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateWorkflowCommandInput extends CreateWorkflowRequest {}
14
15
  export interface CreateWorkflowCommandOutput
15
16
  extends CreateWorkflowResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  TransferClientResolvedConfig,
8
8
  } from "../TransferClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteAccessCommandInput extends DeleteAccessRequest {}
11
12
  export interface DeleteAccessCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteAccessCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  TransferClientResolvedConfig,
8
8
  } from "../TransferClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteAgreementCommandInput extends DeleteAgreementRequest {}
11
12
  export interface DeleteAgreementCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteAgreementCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  TransferClientResolvedConfig,
8
8
  } from "../TransferClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteCertificateCommandInput
11
12
  extends DeleteCertificateRequest {}
12
13
  export interface DeleteCertificateCommandOutput extends __MetadataBearer {}
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  TransferClientResolvedConfig,
8
8
  } from "../TransferClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteConnectorCommandInput extends DeleteConnectorRequest {}
11
12
  export interface DeleteConnectorCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteConnectorCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  TransferClientResolvedConfig,
8
8
  } from "../TransferClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteHostKeyCommandInput extends DeleteHostKeyRequest {}
11
12
  export interface DeleteHostKeyCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteHostKeyCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  TransferClientResolvedConfig,
8
8
  } from "../TransferClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteProfileCommandInput extends DeleteProfileRequest {}
11
12
  export interface DeleteProfileCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteProfileCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  TransferClientResolvedConfig,
8
8
  } from "../TransferClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteServerCommandInput extends DeleteServerRequest {}
11
12
  export interface DeleteServerCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteServerCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  TransferClientResolvedConfig,
8
8
  } from "../TransferClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteSshPublicKeyCommandInput
11
12
  extends DeleteSshPublicKeyRequest {}
12
13
  export interface DeleteSshPublicKeyCommandOutput extends __MetadataBearer {}
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  TransferClientResolvedConfig,
8
8
  } from "../TransferClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteUserCommandInput extends DeleteUserRequest {}
11
12
  export interface DeleteUserCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteUserCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  TransferClientResolvedConfig,
8
8
  } from "../TransferClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteWorkflowCommandInput extends DeleteWorkflowRequest {}
11
12
  export interface DeleteWorkflowCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteWorkflowCommand_base: {