@aws-sdk/client-transfer 3.131.0 → 3.142.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 (193) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/README.md +10 -10
  3. package/dist-cjs/Transfer.js +315 -0
  4. package/dist-cjs/commands/CreateAccessCommand.js +2 -2
  5. package/dist-cjs/commands/CreateAgreementCommand.js +36 -0
  6. package/dist-cjs/commands/CreateConnectorCommand.js +36 -0
  7. package/dist-cjs/commands/CreateProfileCommand.js +36 -0
  8. package/dist-cjs/commands/CreateServerCommand.js +2 -2
  9. package/dist-cjs/commands/CreateUserCommand.js +2 -2
  10. package/dist-cjs/commands/CreateWorkflowCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteAccessCommand.js +1 -1
  12. package/dist-cjs/commands/DeleteAgreementCommand.js +36 -0
  13. package/dist-cjs/commands/DeleteCertificateCommand.js +36 -0
  14. package/dist-cjs/commands/DeleteConnectorCommand.js +36 -0
  15. package/dist-cjs/commands/DeleteProfileCommand.js +36 -0
  16. package/dist-cjs/commands/DeleteServerCommand.js +1 -1
  17. package/dist-cjs/commands/DeleteSshPublicKeyCommand.js +1 -1
  18. package/dist-cjs/commands/DeleteUserCommand.js +1 -1
  19. package/dist-cjs/commands/DeleteWorkflowCommand.js +1 -1
  20. package/dist-cjs/commands/DescribeAccessCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeAgreementCommand.js +36 -0
  22. package/dist-cjs/commands/DescribeCertificateCommand.js +36 -0
  23. package/dist-cjs/commands/DescribeConnectorCommand.js +36 -0
  24. package/dist-cjs/commands/DescribeExecutionCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeProfileCommand.js +36 -0
  26. package/dist-cjs/commands/DescribeSecurityPolicyCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeServerCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeUserCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeWorkflowCommand.js +2 -2
  30. package/dist-cjs/commands/ImportCertificateCommand.js +36 -0
  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 +36 -0
  34. package/dist-cjs/commands/ListCertificatesCommand.js +36 -0
  35. package/dist-cjs/commands/ListConnectorsCommand.js +36 -0
  36. package/dist-cjs/commands/ListExecutionsCommand.js +2 -2
  37. package/dist-cjs/commands/ListProfilesCommand.js +36 -0
  38. package/dist-cjs/commands/ListSecurityPoliciesCommand.js +2 -2
  39. package/dist-cjs/commands/ListServersCommand.js +2 -2
  40. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  41. package/dist-cjs/commands/ListUsersCommand.js +2 -2
  42. package/dist-cjs/commands/ListWorkflowsCommand.js +2 -2
  43. package/dist-cjs/commands/SendWorkflowStepStateCommand.js +2 -2
  44. package/dist-cjs/commands/StartFileTransferCommand.js +36 -0
  45. package/dist-cjs/commands/StartServerCommand.js +1 -1
  46. package/dist-cjs/commands/StopServerCommand.js +1 -1
  47. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  48. package/dist-cjs/commands/TestIdentityProviderCommand.js +2 -2
  49. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  50. package/dist-cjs/commands/UpdateAccessCommand.js +2 -2
  51. package/dist-cjs/commands/UpdateAgreementCommand.js +36 -0
  52. package/dist-cjs/commands/UpdateCertificateCommand.js +36 -0
  53. package/dist-cjs/commands/UpdateConnectorCommand.js +36 -0
  54. package/dist-cjs/commands/UpdateProfileCommand.js +36 -0
  55. package/dist-cjs/commands/UpdateServerCommand.js +2 -2
  56. package/dist-cjs/commands/UpdateUserCommand.js +2 -2
  57. package/dist-cjs/commands/index.js +21 -0
  58. package/dist-cjs/models/models_0.js +633 -558
  59. package/dist-cjs/pagination/ListAgreementsPaginator.js +36 -0
  60. package/dist-cjs/pagination/ListCertificatesPaginator.js +36 -0
  61. package/dist-cjs/pagination/ListConnectorsPaginator.js +36 -0
  62. package/dist-cjs/pagination/ListProfilesPaginator.js +36 -0
  63. package/dist-cjs/pagination/index.js +4 -0
  64. package/dist-cjs/protocols/Aws_json1_1.js +1840 -383
  65. package/dist-es/Transfer.js +315 -0
  66. package/dist-es/commands/CreateAccessCommand.js +3 -3
  67. package/dist-es/commands/CreateAgreementCommand.js +39 -0
  68. package/dist-es/commands/CreateConnectorCommand.js +39 -0
  69. package/dist-es/commands/CreateProfileCommand.js +39 -0
  70. package/dist-es/commands/CreateServerCommand.js +3 -3
  71. package/dist-es/commands/CreateUserCommand.js +3 -3
  72. package/dist-es/commands/CreateWorkflowCommand.js +3 -3
  73. package/dist-es/commands/DeleteAccessCommand.js +2 -2
  74. package/dist-es/commands/DeleteAgreementCommand.js +39 -0
  75. package/dist-es/commands/DeleteCertificateCommand.js +39 -0
  76. package/dist-es/commands/DeleteConnectorCommand.js +39 -0
  77. package/dist-es/commands/DeleteProfileCommand.js +39 -0
  78. package/dist-es/commands/DeleteServerCommand.js +2 -2
  79. package/dist-es/commands/DeleteSshPublicKeyCommand.js +2 -2
  80. package/dist-es/commands/DeleteUserCommand.js +2 -2
  81. package/dist-es/commands/DeleteWorkflowCommand.js +2 -2
  82. package/dist-es/commands/DescribeAccessCommand.js +3 -3
  83. package/dist-es/commands/DescribeAgreementCommand.js +39 -0
  84. package/dist-es/commands/DescribeCertificateCommand.js +39 -0
  85. package/dist-es/commands/DescribeConnectorCommand.js +39 -0
  86. package/dist-es/commands/DescribeExecutionCommand.js +3 -3
  87. package/dist-es/commands/DescribeProfileCommand.js +39 -0
  88. package/dist-es/commands/DescribeSecurityPolicyCommand.js +3 -3
  89. package/dist-es/commands/DescribeServerCommand.js +3 -3
  90. package/dist-es/commands/DescribeUserCommand.js +3 -3
  91. package/dist-es/commands/DescribeWorkflowCommand.js +3 -3
  92. package/dist-es/commands/ImportCertificateCommand.js +39 -0
  93. package/dist-es/commands/ImportSshPublicKeyCommand.js +3 -3
  94. package/dist-es/commands/ListAccessesCommand.js +3 -3
  95. package/dist-es/commands/ListAgreementsCommand.js +39 -0
  96. package/dist-es/commands/ListCertificatesCommand.js +39 -0
  97. package/dist-es/commands/ListConnectorsCommand.js +39 -0
  98. package/dist-es/commands/ListExecutionsCommand.js +3 -3
  99. package/dist-es/commands/ListProfilesCommand.js +39 -0
  100. package/dist-es/commands/ListSecurityPoliciesCommand.js +3 -3
  101. package/dist-es/commands/ListServersCommand.js +3 -3
  102. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  103. package/dist-es/commands/ListUsersCommand.js +3 -3
  104. package/dist-es/commands/ListWorkflowsCommand.js +3 -3
  105. package/dist-es/commands/SendWorkflowStepStateCommand.js +3 -3
  106. package/dist-es/commands/StartFileTransferCommand.js +39 -0
  107. package/dist-es/commands/StartServerCommand.js +2 -2
  108. package/dist-es/commands/StopServerCommand.js +2 -2
  109. package/dist-es/commands/TagResourceCommand.js +2 -2
  110. package/dist-es/commands/TestIdentityProviderCommand.js +3 -3
  111. package/dist-es/commands/UntagResourceCommand.js +2 -2
  112. package/dist-es/commands/UpdateAccessCommand.js +3 -3
  113. package/dist-es/commands/UpdateAgreementCommand.js +39 -0
  114. package/dist-es/commands/UpdateCertificateCommand.js +39 -0
  115. package/dist-es/commands/UpdateConnectorCommand.js +39 -0
  116. package/dist-es/commands/UpdateProfileCommand.js +39 -0
  117. package/dist-es/commands/UpdateServerCommand.js +3 -3
  118. package/dist-es/commands/UpdateUserCommand.js +3 -3
  119. package/dist-es/commands/index.js +21 -0
  120. package/dist-es/models/models_0.js +203 -368
  121. package/dist-es/pagination/ListAgreementsPaginator.js +75 -0
  122. package/dist-es/pagination/ListCertificatesPaginator.js +75 -0
  123. package/dist-es/pagination/ListConnectorsPaginator.js +75 -0
  124. package/dist-es/pagination/ListProfilesPaginator.js +75 -0
  125. package/dist-es/pagination/index.js +4 -0
  126. package/dist-es/protocols/Aws_json1_1.js +2633 -716
  127. package/dist-types/Transfer.d.ts +190 -13
  128. package/dist-types/TransferClient.d.ts +32 -11
  129. package/dist-types/commands/CreateAccessCommand.d.ts +1 -1
  130. package/dist-types/commands/CreateAgreementCommand.d.ts +40 -0
  131. package/dist-types/commands/CreateConnectorCommand.d.ts +37 -0
  132. package/dist-types/commands/CreateProfileCommand.d.ts +36 -0
  133. package/dist-types/commands/CreateUserCommand.d.ts +1 -1
  134. package/dist-types/commands/DeleteAgreementCommand.d.ts +35 -0
  135. package/dist-types/commands/DeleteCertificateCommand.d.ts +36 -0
  136. package/dist-types/commands/DeleteConnectorCommand.d.ts +35 -0
  137. package/dist-types/commands/DeleteProfileCommand.d.ts +35 -0
  138. package/dist-types/commands/DescribeAccessCommand.d.ts +1 -1
  139. package/dist-types/commands/DescribeAgreementCommand.d.ts +35 -0
  140. package/dist-types/commands/DescribeCertificateCommand.d.ts +35 -0
  141. package/dist-types/commands/DescribeConnectorCommand.d.ts +36 -0
  142. package/dist-types/commands/DescribeProfileCommand.d.ts +35 -0
  143. package/dist-types/commands/ImportCertificateCommand.d.ts +37 -0
  144. package/dist-types/commands/ListAgreementsCommand.d.ts +39 -0
  145. package/dist-types/commands/ListCertificatesCommand.d.ts +39 -0
  146. package/dist-types/commands/ListConnectorsCommand.d.ts +35 -0
  147. package/dist-types/commands/ListProfilesCommand.d.ts +38 -0
  148. package/dist-types/commands/StartFileTransferCommand.d.ts +36 -0
  149. package/dist-types/commands/StopServerCommand.d.ts +1 -1
  150. package/dist-types/commands/UpdateAgreementCommand.d.ts +37 -0
  151. package/dist-types/commands/UpdateCertificateCommand.d.ts +35 -0
  152. package/dist-types/commands/UpdateConnectorCommand.d.ts +37 -0
  153. package/dist-types/commands/UpdateProfileCommand.d.ts +37 -0
  154. package/dist-types/commands/index.d.ts +21 -0
  155. package/dist-types/models/models_0.d.ts +1717 -788
  156. package/dist-types/pagination/ListAgreementsPaginator.d.ts +4 -0
  157. package/dist-types/pagination/ListCertificatesPaginator.d.ts +4 -0
  158. package/dist-types/pagination/ListConnectorsPaginator.d.ts +4 -0
  159. package/dist-types/pagination/ListProfilesPaginator.d.ts +4 -0
  160. package/dist-types/pagination/index.d.ts +4 -0
  161. package/dist-types/protocols/Aws_json1_1.d.ts +63 -0
  162. package/dist-types/ts3.4/Transfer.d.ts +105 -0
  163. package/dist-types/ts3.4/TransferClient.d.ts +23 -2
  164. package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +17 -0
  165. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +17 -0
  166. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +17 -0
  167. package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +17 -0
  168. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +17 -0
  169. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +17 -0
  171. package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +17 -0
  172. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +17 -0
  173. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +17 -0
  174. package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +17 -0
  175. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +17 -0
  176. package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +17 -0
  177. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +17 -0
  178. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +17 -0
  179. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +17 -0
  180. package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +17 -0
  181. package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +17 -0
  182. package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +17 -0
  183. package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +17 -0
  184. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +17 -0
  185. package/dist-types/ts3.4/commands/index.d.ts +21 -0
  186. package/dist-types/ts3.4/models/models_0.d.ts +733 -357
  187. package/dist-types/ts3.4/pagination/ListAgreementsPaginator.d.ts +4 -0
  188. package/dist-types/ts3.4/pagination/ListCertificatesPaginator.d.ts +4 -0
  189. package/dist-types/ts3.4/pagination/ListConnectorsPaginator.d.ts +4 -0
  190. package/dist-types/ts3.4/pagination/ListProfilesPaginator.d.ts +4 -0
  191. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  192. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +63 -0
  193. package/package.json +6 -6
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListAgreementsCommandInput, ListAgreementsCommandOutput } from "../commands/ListAgreementsCommand";
3
+ import { TransferPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListAgreements(config: TransferPaginationConfiguration, input: ListAgreementsCommandInput, ...additionalArguments: any): Paginator<ListAgreementsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "../commands/ListCertificatesCommand";
3
+ import { TransferPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListCertificates(config: TransferPaginationConfiguration, input: ListCertificatesCommandInput, ...additionalArguments: any): Paginator<ListCertificatesCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListConnectorsCommandInput, ListConnectorsCommandOutput } from "../commands/ListConnectorsCommand";
3
+ import { TransferPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListConnectors(config: TransferPaginationConfiguration, input: ListConnectorsCommandInput, ...additionalArguments: any): Paginator<ListConnectorsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListProfilesCommandInput, ListProfilesCommandOutput } from "../commands/ListProfilesCommand";
3
+ import { TransferPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListProfiles(config: TransferPaginationConfiguration, input: ListProfilesCommandInput, ...additionalArguments: any): Paginator<ListProfilesCommandOutput>;
@@ -1,6 +1,10 @@
1
1
  export * from "./Interfaces";
2
2
  export * from "./ListAccessesPaginator";
3
+ export * from "./ListAgreementsPaginator";
4
+ export * from "./ListCertificatesPaginator";
5
+ export * from "./ListConnectorsPaginator";
3
6
  export * from "./ListExecutionsPaginator";
7
+ export * from "./ListProfilesPaginator";
4
8
  export * from "./ListSecurityPoliciesPaginator";
5
9
  export * from "./ListServersPaginator";
6
10
  export * from "./ListTagsForResourcePaginator";
@@ -1,98 +1,161 @@
1
1
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
2
  import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
3
  import { CreateAccessCommandInput, CreateAccessCommandOutput } from "../commands/CreateAccessCommand";
4
+ import { CreateAgreementCommandInput, CreateAgreementCommandOutput } from "../commands/CreateAgreementCommand";
5
+ import { CreateConnectorCommandInput, CreateConnectorCommandOutput } from "../commands/CreateConnectorCommand";
6
+ import { CreateProfileCommandInput, CreateProfileCommandOutput } from "../commands/CreateProfileCommand";
4
7
  import { CreateServerCommandInput, CreateServerCommandOutput } from "../commands/CreateServerCommand";
5
8
  import { CreateUserCommandInput, CreateUserCommandOutput } from "../commands/CreateUserCommand";
6
9
  import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "../commands/CreateWorkflowCommand";
7
10
  import { DeleteAccessCommandInput, DeleteAccessCommandOutput } from "../commands/DeleteAccessCommand";
11
+ import { DeleteAgreementCommandInput, DeleteAgreementCommandOutput } from "../commands/DeleteAgreementCommand";
12
+ import { DeleteCertificateCommandInput, DeleteCertificateCommandOutput } from "../commands/DeleteCertificateCommand";
13
+ import { DeleteConnectorCommandInput, DeleteConnectorCommandOutput } from "../commands/DeleteConnectorCommand";
14
+ import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "../commands/DeleteProfileCommand";
8
15
  import { DeleteServerCommandInput, DeleteServerCommandOutput } from "../commands/DeleteServerCommand";
9
16
  import { DeleteSshPublicKeyCommandInput, DeleteSshPublicKeyCommandOutput } from "../commands/DeleteSshPublicKeyCommand";
10
17
  import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
11
18
  import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "../commands/DeleteWorkflowCommand";
12
19
  import { DescribeAccessCommandInput, DescribeAccessCommandOutput } from "../commands/DescribeAccessCommand";
20
+ import { DescribeAgreementCommandInput, DescribeAgreementCommandOutput } from "../commands/DescribeAgreementCommand";
21
+ import { DescribeCertificateCommandInput, DescribeCertificateCommandOutput } from "../commands/DescribeCertificateCommand";
22
+ import { DescribeConnectorCommandInput, DescribeConnectorCommandOutput } from "../commands/DescribeConnectorCommand";
13
23
  import { DescribeExecutionCommandInput, DescribeExecutionCommandOutput } from "../commands/DescribeExecutionCommand";
24
+ import { DescribeProfileCommandInput, DescribeProfileCommandOutput } from "../commands/DescribeProfileCommand";
14
25
  import { DescribeSecurityPolicyCommandInput, DescribeSecurityPolicyCommandOutput } from "../commands/DescribeSecurityPolicyCommand";
15
26
  import { DescribeServerCommandInput, DescribeServerCommandOutput } from "../commands/DescribeServerCommand";
16
27
  import { DescribeUserCommandInput, DescribeUserCommandOutput } from "../commands/DescribeUserCommand";
17
28
  import { DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput } from "../commands/DescribeWorkflowCommand";
29
+ import { ImportCertificateCommandInput, ImportCertificateCommandOutput } from "../commands/ImportCertificateCommand";
18
30
  import { ImportSshPublicKeyCommandInput, ImportSshPublicKeyCommandOutput } from "../commands/ImportSshPublicKeyCommand";
19
31
  import { ListAccessesCommandInput, ListAccessesCommandOutput } from "../commands/ListAccessesCommand";
32
+ import { ListAgreementsCommandInput, ListAgreementsCommandOutput } from "../commands/ListAgreementsCommand";
33
+ import { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "../commands/ListCertificatesCommand";
34
+ import { ListConnectorsCommandInput, ListConnectorsCommandOutput } from "../commands/ListConnectorsCommand";
20
35
  import { ListExecutionsCommandInput, ListExecutionsCommandOutput } from "../commands/ListExecutionsCommand";
36
+ import { ListProfilesCommandInput, ListProfilesCommandOutput } from "../commands/ListProfilesCommand";
21
37
  import { ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput } from "../commands/ListSecurityPoliciesCommand";
22
38
  import { ListServersCommandInput, ListServersCommandOutput } from "../commands/ListServersCommand";
23
39
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
24
40
  import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
25
41
  import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
26
42
  import { SendWorkflowStepStateCommandInput, SendWorkflowStepStateCommandOutput } from "../commands/SendWorkflowStepStateCommand";
43
+ import { StartFileTransferCommandInput, StartFileTransferCommandOutput } from "../commands/StartFileTransferCommand";
27
44
  import { StartServerCommandInput, StartServerCommandOutput } from "../commands/StartServerCommand";
28
45
  import { StopServerCommandInput, StopServerCommandOutput } from "../commands/StopServerCommand";
29
46
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
30
47
  import { TestIdentityProviderCommandInput, TestIdentityProviderCommandOutput } from "../commands/TestIdentityProviderCommand";
31
48
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
32
49
  import { UpdateAccessCommandInput, UpdateAccessCommandOutput } from "../commands/UpdateAccessCommand";
50
+ import { UpdateAgreementCommandInput, UpdateAgreementCommandOutput } from "../commands/UpdateAgreementCommand";
51
+ import { UpdateCertificateCommandInput, UpdateCertificateCommandOutput } from "../commands/UpdateCertificateCommand";
52
+ import { UpdateConnectorCommandInput, UpdateConnectorCommandOutput } from "../commands/UpdateConnectorCommand";
53
+ import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "../commands/UpdateProfileCommand";
33
54
  import { UpdateServerCommandInput, UpdateServerCommandOutput } from "../commands/UpdateServerCommand";
34
55
  import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
35
56
  export declare const serializeAws_json1_1CreateAccessCommand: (input: CreateAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
+ export declare const serializeAws_json1_1CreateAgreementCommand: (input: CreateAgreementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ export declare const serializeAws_json1_1CreateConnectorCommand: (input: CreateConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
+ export declare const serializeAws_json1_1CreateProfileCommand: (input: CreateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
60
  export declare const serializeAws_json1_1CreateServerCommand: (input: CreateServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
61
  export declare const serializeAws_json1_1CreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
62
  export declare const serializeAws_json1_1CreateWorkflowCommand: (input: CreateWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
63
  export declare const serializeAws_json1_1DeleteAccessCommand: (input: DeleteAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
+ export declare const serializeAws_json1_1DeleteAgreementCommand: (input: DeleteAgreementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ export declare const serializeAws_json1_1DeleteCertificateCommand: (input: DeleteCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ export declare const serializeAws_json1_1DeleteConnectorCommand: (input: DeleteConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
+ export declare const serializeAws_json1_1DeleteProfileCommand: (input: DeleteProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
68
  export declare const serializeAws_json1_1DeleteServerCommand: (input: DeleteServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
69
  export declare const serializeAws_json1_1DeleteSshPublicKeyCommand: (input: DeleteSshPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
70
  export declare const serializeAws_json1_1DeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
71
  export declare const serializeAws_json1_1DeleteWorkflowCommand: (input: DeleteWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
72
  export declare const serializeAws_json1_1DescribeAccessCommand: (input: DescribeAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
+ export declare const serializeAws_json1_1DescribeAgreementCommand: (input: DescribeAgreementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ export declare const serializeAws_json1_1DescribeCertificateCommand: (input: DescribeCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
+ export declare const serializeAws_json1_1DescribeConnectorCommand: (input: DescribeConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
76
  export declare const serializeAws_json1_1DescribeExecutionCommand: (input: DescribeExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
+ export declare const serializeAws_json1_1DescribeProfileCommand: (input: DescribeProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
78
  export declare const serializeAws_json1_1DescribeSecurityPolicyCommand: (input: DescribeSecurityPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
79
  export declare const serializeAws_json1_1DescribeServerCommand: (input: DescribeServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
80
  export declare const serializeAws_json1_1DescribeUserCommand: (input: DescribeUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
81
  export declare const serializeAws_json1_1DescribeWorkflowCommand: (input: DescribeWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
+ export declare const serializeAws_json1_1ImportCertificateCommand: (input: ImportCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
83
  export declare const serializeAws_json1_1ImportSshPublicKeyCommand: (input: ImportSshPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
84
  export declare const serializeAws_json1_1ListAccessesCommand: (input: ListAccessesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ export declare const serializeAws_json1_1ListAgreementsCommand: (input: ListAgreementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ export declare const serializeAws_json1_1ListCertificatesCommand: (input: ListCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
+ export declare const serializeAws_json1_1ListConnectorsCommand: (input: ListConnectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
88
  export declare const serializeAws_json1_1ListExecutionsCommand: (input: ListExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
+ export declare const serializeAws_json1_1ListProfilesCommand: (input: ListProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
90
  export declare const serializeAws_json1_1ListSecurityPoliciesCommand: (input: ListSecurityPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
91
  export declare const serializeAws_json1_1ListServersCommand: (input: ListServersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
92
  export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
93
  export declare const serializeAws_json1_1ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
94
  export declare const serializeAws_json1_1ListWorkflowsCommand: (input: ListWorkflowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
95
  export declare const serializeAws_json1_1SendWorkflowStepStateCommand: (input: SendWorkflowStepStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
+ export declare const serializeAws_json1_1StartFileTransferCommand: (input: StartFileTransferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
97
  export declare const serializeAws_json1_1StartServerCommand: (input: StartServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
98
  export declare const serializeAws_json1_1StopServerCommand: (input: StopServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
99
  export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
100
  export declare const serializeAws_json1_1TestIdentityProviderCommand: (input: TestIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
101
  export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
102
  export declare const serializeAws_json1_1UpdateAccessCommand: (input: UpdateAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
+ export declare const serializeAws_json1_1UpdateAgreementCommand: (input: UpdateAgreementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
+ export declare const serializeAws_json1_1UpdateCertificateCommand: (input: UpdateCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
+ export declare const serializeAws_json1_1UpdateConnectorCommand: (input: UpdateConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
+ export declare const serializeAws_json1_1UpdateProfileCommand: (input: UpdateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
107
  export declare const serializeAws_json1_1UpdateServerCommand: (input: UpdateServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
108
  export declare const serializeAws_json1_1UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
109
  export declare const deserializeAws_json1_1CreateAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessCommandOutput>;
110
+ export declare const deserializeAws_json1_1CreateAgreementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAgreementCommandOutput>;
111
+ export declare const deserializeAws_json1_1CreateConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectorCommandOutput>;
112
+ export declare const deserializeAws_json1_1CreateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProfileCommandOutput>;
68
113
  export declare const deserializeAws_json1_1CreateServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServerCommandOutput>;
69
114
  export declare const deserializeAws_json1_1CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
70
115
  export declare const deserializeAws_json1_1CreateWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkflowCommandOutput>;
71
116
  export declare const deserializeAws_json1_1DeleteAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessCommandOutput>;
117
+ export declare const deserializeAws_json1_1DeleteAgreementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAgreementCommandOutput>;
118
+ export declare const deserializeAws_json1_1DeleteCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCertificateCommandOutput>;
119
+ export declare const deserializeAws_json1_1DeleteConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectorCommandOutput>;
120
+ export declare const deserializeAws_json1_1DeleteProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileCommandOutput>;
72
121
  export declare const deserializeAws_json1_1DeleteServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServerCommandOutput>;
73
122
  export declare const deserializeAws_json1_1DeleteSshPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSshPublicKeyCommandOutput>;
74
123
  export declare const deserializeAws_json1_1DeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
75
124
  export declare const deserializeAws_json1_1DeleteWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkflowCommandOutput>;
76
125
  export declare const deserializeAws_json1_1DescribeAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccessCommandOutput>;
126
+ export declare const deserializeAws_json1_1DescribeAgreementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAgreementCommandOutput>;
127
+ export declare const deserializeAws_json1_1DescribeCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCertificateCommandOutput>;
128
+ export declare const deserializeAws_json1_1DescribeConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectorCommandOutput>;
77
129
  export declare const deserializeAws_json1_1DescribeExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExecutionCommandOutput>;
130
+ export declare const deserializeAws_json1_1DescribeProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProfileCommandOutput>;
78
131
  export declare const deserializeAws_json1_1DescribeSecurityPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSecurityPolicyCommandOutput>;
79
132
  export declare const deserializeAws_json1_1DescribeServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeServerCommandOutput>;
80
133
  export declare const deserializeAws_json1_1DescribeUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserCommandOutput>;
81
134
  export declare const deserializeAws_json1_1DescribeWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkflowCommandOutput>;
135
+ export declare const deserializeAws_json1_1ImportCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportCertificateCommandOutput>;
82
136
  export declare const deserializeAws_json1_1ImportSshPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportSshPublicKeyCommandOutput>;
83
137
  export declare const deserializeAws_json1_1ListAccessesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessesCommandOutput>;
138
+ export declare const deserializeAws_json1_1ListAgreementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAgreementsCommandOutput>;
139
+ export declare const deserializeAws_json1_1ListCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCertificatesCommandOutput>;
140
+ export declare const deserializeAws_json1_1ListConnectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectorsCommandOutput>;
84
141
  export declare const deserializeAws_json1_1ListExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExecutionsCommandOutput>;
142
+ export declare const deserializeAws_json1_1ListProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfilesCommandOutput>;
85
143
  export declare const deserializeAws_json1_1ListSecurityPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSecurityPoliciesCommandOutput>;
86
144
  export declare const deserializeAws_json1_1ListServersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServersCommandOutput>;
87
145
  export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
88
146
  export declare const deserializeAws_json1_1ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
89
147
  export declare const deserializeAws_json1_1ListWorkflowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowsCommandOutput>;
90
148
  export declare const deserializeAws_json1_1SendWorkflowStepStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendWorkflowStepStateCommandOutput>;
149
+ export declare const deserializeAws_json1_1StartFileTransferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFileTransferCommandOutput>;
91
150
  export declare const deserializeAws_json1_1StartServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartServerCommandOutput>;
92
151
  export declare const deserializeAws_json1_1StopServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopServerCommandOutput>;
93
152
  export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
94
153
  export declare const deserializeAws_json1_1TestIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestIdentityProviderCommandOutput>;
95
154
  export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
96
155
  export declare const deserializeAws_json1_1UpdateAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccessCommandOutput>;
156
+ export declare const deserializeAws_json1_1UpdateAgreementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAgreementCommandOutput>;
157
+ export declare const deserializeAws_json1_1UpdateCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCertificateCommandOutput>;
158
+ export declare const deserializeAws_json1_1UpdateConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectorCommandOutput>;
159
+ export declare const deserializeAws_json1_1UpdateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProfileCommandOutput>;
97
160
  export declare const deserializeAws_json1_1UpdateServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServerCommandOutput>;
98
161
  export declare const deserializeAws_json1_1UpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCommandOutput>;
@@ -1,34 +1,55 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { CreateAccessCommandInput, CreateAccessCommandOutput } from "./commands/CreateAccessCommand";
3
+ import { CreateAgreementCommandInput, CreateAgreementCommandOutput } from "./commands/CreateAgreementCommand";
4
+ import { CreateConnectorCommandInput, CreateConnectorCommandOutput } from "./commands/CreateConnectorCommand";
5
+ import { CreateProfileCommandInput, CreateProfileCommandOutput } from "./commands/CreateProfileCommand";
3
6
  import { CreateServerCommandInput, CreateServerCommandOutput } from "./commands/CreateServerCommand";
4
7
  import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
5
8
  import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "./commands/CreateWorkflowCommand";
6
9
  import { DeleteAccessCommandInput, DeleteAccessCommandOutput } from "./commands/DeleteAccessCommand";
10
+ import { DeleteAgreementCommandInput, DeleteAgreementCommandOutput } from "./commands/DeleteAgreementCommand";
11
+ import { DeleteCertificateCommandInput, DeleteCertificateCommandOutput } from "./commands/DeleteCertificateCommand";
12
+ import { DeleteConnectorCommandInput, DeleteConnectorCommandOutput } from "./commands/DeleteConnectorCommand";
13
+ import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "./commands/DeleteProfileCommand";
7
14
  import { DeleteServerCommandInput, DeleteServerCommandOutput } from "./commands/DeleteServerCommand";
8
15
  import { DeleteSshPublicKeyCommandInput, DeleteSshPublicKeyCommandOutput } from "./commands/DeleteSshPublicKeyCommand";
9
16
  import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
10
17
  import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
11
18
  import { DescribeAccessCommandInput, DescribeAccessCommandOutput } from "./commands/DescribeAccessCommand";
19
+ import { DescribeAgreementCommandInput, DescribeAgreementCommandOutput } from "./commands/DescribeAgreementCommand";
20
+ import { DescribeCertificateCommandInput, DescribeCertificateCommandOutput } from "./commands/DescribeCertificateCommand";
21
+ import { DescribeConnectorCommandInput, DescribeConnectorCommandOutput } from "./commands/DescribeConnectorCommand";
12
22
  import { DescribeExecutionCommandInput, DescribeExecutionCommandOutput } from "./commands/DescribeExecutionCommand";
23
+ import { DescribeProfileCommandInput, DescribeProfileCommandOutput } from "./commands/DescribeProfileCommand";
13
24
  import { DescribeSecurityPolicyCommandInput, DescribeSecurityPolicyCommandOutput } from "./commands/DescribeSecurityPolicyCommand";
14
25
  import { DescribeServerCommandInput, DescribeServerCommandOutput } from "./commands/DescribeServerCommand";
15
26
  import { DescribeUserCommandInput, DescribeUserCommandOutput } from "./commands/DescribeUserCommand";
16
27
  import { DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput } from "./commands/DescribeWorkflowCommand";
28
+ import { ImportCertificateCommandInput, ImportCertificateCommandOutput } from "./commands/ImportCertificateCommand";
17
29
  import { ImportSshPublicKeyCommandInput, ImportSshPublicKeyCommandOutput } from "./commands/ImportSshPublicKeyCommand";
18
30
  import { ListAccessesCommandInput, ListAccessesCommandOutput } from "./commands/ListAccessesCommand";
31
+ import { ListAgreementsCommandInput, ListAgreementsCommandOutput } from "./commands/ListAgreementsCommand";
32
+ import { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "./commands/ListCertificatesCommand";
33
+ import { ListConnectorsCommandInput, ListConnectorsCommandOutput } from "./commands/ListConnectorsCommand";
19
34
  import { ListExecutionsCommandInput, ListExecutionsCommandOutput } from "./commands/ListExecutionsCommand";
35
+ import { ListProfilesCommandInput, ListProfilesCommandOutput } from "./commands/ListProfilesCommand";
20
36
  import { ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput } from "./commands/ListSecurityPoliciesCommand";
21
37
  import { ListServersCommandInput, ListServersCommandOutput } from "./commands/ListServersCommand";
22
38
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
23
39
  import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
24
40
  import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
25
41
  import { SendWorkflowStepStateCommandInput, SendWorkflowStepStateCommandOutput } from "./commands/SendWorkflowStepStateCommand";
42
+ import { StartFileTransferCommandInput, StartFileTransferCommandOutput } from "./commands/StartFileTransferCommand";
26
43
  import { StartServerCommandInput, StartServerCommandOutput } from "./commands/StartServerCommand";
27
44
  import { StopServerCommandInput, StopServerCommandOutput } from "./commands/StopServerCommand";
28
45
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
29
46
  import { TestIdentityProviderCommandInput, TestIdentityProviderCommandOutput } from "./commands/TestIdentityProviderCommand";
30
47
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
31
48
  import { UpdateAccessCommandInput, UpdateAccessCommandOutput } from "./commands/UpdateAccessCommand";
49
+ import { UpdateAgreementCommandInput, UpdateAgreementCommandOutput } from "./commands/UpdateAgreementCommand";
50
+ import { UpdateCertificateCommandInput, UpdateCertificateCommandOutput } from "./commands/UpdateCertificateCommand";
51
+ import { UpdateConnectorCommandInput, UpdateConnectorCommandOutput } from "./commands/UpdateConnectorCommand";
52
+ import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "./commands/UpdateProfileCommand";
32
53
  import { UpdateServerCommandInput, UpdateServerCommandOutput } from "./commands/UpdateServerCommand";
33
54
  import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
34
55
  import { TransferClient } from "./TransferClient";
@@ -39,6 +60,18 @@ export declare class Transfer extends TransferClient {
39
60
  createAccess(args: CreateAccessCommandInput, cb: (err: any, data?: CreateAccessCommandOutput) => void): void;
40
61
  createAccess(args: CreateAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccessCommandOutput) => void): void;
41
62
 
63
+ createAgreement(args: CreateAgreementCommandInput, options?: __HttpHandlerOptions): Promise<CreateAgreementCommandOutput>;
64
+ createAgreement(args: CreateAgreementCommandInput, cb: (err: any, data?: CreateAgreementCommandOutput) => void): void;
65
+ createAgreement(args: CreateAgreementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAgreementCommandOutput) => void): void;
66
+
67
+ createConnector(args: CreateConnectorCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectorCommandOutput>;
68
+ createConnector(args: CreateConnectorCommandInput, cb: (err: any, data?: CreateConnectorCommandOutput) => void): void;
69
+ createConnector(args: CreateConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectorCommandOutput) => void): void;
70
+
71
+ createProfile(args: CreateProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateProfileCommandOutput>;
72
+ createProfile(args: CreateProfileCommandInput, cb: (err: any, data?: CreateProfileCommandOutput) => void): void;
73
+ createProfile(args: CreateProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProfileCommandOutput) => void): void;
74
+
42
75
  createServer(args: CreateServerCommandInput, options?: __HttpHandlerOptions): Promise<CreateServerCommandOutput>;
43
76
  createServer(args: CreateServerCommandInput, cb: (err: any, data?: CreateServerCommandOutput) => void): void;
44
77
  createServer(args: CreateServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServerCommandOutput) => void): void;
@@ -55,6 +88,22 @@ export declare class Transfer extends TransferClient {
55
88
  deleteAccess(args: DeleteAccessCommandInput, cb: (err: any, data?: DeleteAccessCommandOutput) => void): void;
56
89
  deleteAccess(args: DeleteAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccessCommandOutput) => void): void;
57
90
 
91
+ deleteAgreement(args: DeleteAgreementCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAgreementCommandOutput>;
92
+ deleteAgreement(args: DeleteAgreementCommandInput, cb: (err: any, data?: DeleteAgreementCommandOutput) => void): void;
93
+ deleteAgreement(args: DeleteAgreementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAgreementCommandOutput) => void): void;
94
+
95
+ deleteCertificate(args: DeleteCertificateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCertificateCommandOutput>;
96
+ deleteCertificate(args: DeleteCertificateCommandInput, cb: (err: any, data?: DeleteCertificateCommandOutput) => void): void;
97
+ deleteCertificate(args: DeleteCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCertificateCommandOutput) => void): void;
98
+
99
+ deleteConnector(args: DeleteConnectorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectorCommandOutput>;
100
+ deleteConnector(args: DeleteConnectorCommandInput, cb: (err: any, data?: DeleteConnectorCommandOutput) => void): void;
101
+ deleteConnector(args: DeleteConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectorCommandOutput) => void): void;
102
+
103
+ deleteProfile(args: DeleteProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProfileCommandOutput>;
104
+ deleteProfile(args: DeleteProfileCommandInput, cb: (err: any, data?: DeleteProfileCommandOutput) => void): void;
105
+ deleteProfile(args: DeleteProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProfileCommandOutput) => void): void;
106
+
58
107
  deleteServer(args: DeleteServerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteServerCommandOutput>;
59
108
  deleteServer(args: DeleteServerCommandInput, cb: (err: any, data?: DeleteServerCommandOutput) => void): void;
60
109
  deleteServer(args: DeleteServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServerCommandOutput) => void): void;
@@ -75,10 +124,26 @@ export declare class Transfer extends TransferClient {
75
124
  describeAccess(args: DescribeAccessCommandInput, cb: (err: any, data?: DescribeAccessCommandOutput) => void): void;
76
125
  describeAccess(args: DescribeAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccessCommandOutput) => void): void;
77
126
 
127
+ describeAgreement(args: DescribeAgreementCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAgreementCommandOutput>;
128
+ describeAgreement(args: DescribeAgreementCommandInput, cb: (err: any, data?: DescribeAgreementCommandOutput) => void): void;
129
+ describeAgreement(args: DescribeAgreementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAgreementCommandOutput) => void): void;
130
+
131
+ describeCertificate(args: DescribeCertificateCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCertificateCommandOutput>;
132
+ describeCertificate(args: DescribeCertificateCommandInput, cb: (err: any, data?: DescribeCertificateCommandOutput) => void): void;
133
+ describeCertificate(args: DescribeCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCertificateCommandOutput) => void): void;
134
+
135
+ describeConnector(args: DescribeConnectorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConnectorCommandOutput>;
136
+ describeConnector(args: DescribeConnectorCommandInput, cb: (err: any, data?: DescribeConnectorCommandOutput) => void): void;
137
+ describeConnector(args: DescribeConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectorCommandOutput) => void): void;
138
+
78
139
  describeExecution(args: DescribeExecutionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExecutionCommandOutput>;
79
140
  describeExecution(args: DescribeExecutionCommandInput, cb: (err: any, data?: DescribeExecutionCommandOutput) => void): void;
80
141
  describeExecution(args: DescribeExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExecutionCommandOutput) => void): void;
81
142
 
143
+ describeProfile(args: DescribeProfileCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProfileCommandOutput>;
144
+ describeProfile(args: DescribeProfileCommandInput, cb: (err: any, data?: DescribeProfileCommandOutput) => void): void;
145
+ describeProfile(args: DescribeProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProfileCommandOutput) => void): void;
146
+
82
147
  describeSecurityPolicy(args: DescribeSecurityPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSecurityPolicyCommandOutput>;
83
148
  describeSecurityPolicy(args: DescribeSecurityPolicyCommandInput, cb: (err: any, data?: DescribeSecurityPolicyCommandOutput) => void): void;
84
149
  describeSecurityPolicy(args: DescribeSecurityPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSecurityPolicyCommandOutput) => void): void;
@@ -95,6 +160,10 @@ export declare class Transfer extends TransferClient {
95
160
  describeWorkflow(args: DescribeWorkflowCommandInput, cb: (err: any, data?: DescribeWorkflowCommandOutput) => void): void;
96
161
  describeWorkflow(args: DescribeWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkflowCommandOutput) => void): void;
97
162
 
163
+ importCertificate(args: ImportCertificateCommandInput, options?: __HttpHandlerOptions): Promise<ImportCertificateCommandOutput>;
164
+ importCertificate(args: ImportCertificateCommandInput, cb: (err: any, data?: ImportCertificateCommandOutput) => void): void;
165
+ importCertificate(args: ImportCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportCertificateCommandOutput) => void): void;
166
+
98
167
  importSshPublicKey(args: ImportSshPublicKeyCommandInput, options?: __HttpHandlerOptions): Promise<ImportSshPublicKeyCommandOutput>;
99
168
  importSshPublicKey(args: ImportSshPublicKeyCommandInput, cb: (err: any, data?: ImportSshPublicKeyCommandOutput) => void): void;
100
169
  importSshPublicKey(args: ImportSshPublicKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportSshPublicKeyCommandOutput) => void): void;
@@ -103,10 +172,26 @@ export declare class Transfer extends TransferClient {
103
172
  listAccesses(args: ListAccessesCommandInput, cb: (err: any, data?: ListAccessesCommandOutput) => void): void;
104
173
  listAccesses(args: ListAccessesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccessesCommandOutput) => void): void;
105
174
 
175
+ listAgreements(args: ListAgreementsCommandInput, options?: __HttpHandlerOptions): Promise<ListAgreementsCommandOutput>;
176
+ listAgreements(args: ListAgreementsCommandInput, cb: (err: any, data?: ListAgreementsCommandOutput) => void): void;
177
+ listAgreements(args: ListAgreementsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAgreementsCommandOutput) => void): void;
178
+
179
+ listCertificates(args: ListCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<ListCertificatesCommandOutput>;
180
+ listCertificates(args: ListCertificatesCommandInput, cb: (err: any, data?: ListCertificatesCommandOutput) => void): void;
181
+ listCertificates(args: ListCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCertificatesCommandOutput) => void): void;
182
+
183
+ listConnectors(args: ListConnectorsCommandInput, options?: __HttpHandlerOptions): Promise<ListConnectorsCommandOutput>;
184
+ listConnectors(args: ListConnectorsCommandInput, cb: (err: any, data?: ListConnectorsCommandOutput) => void): void;
185
+ listConnectors(args: ListConnectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConnectorsCommandOutput) => void): void;
186
+
106
187
  listExecutions(args: ListExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListExecutionsCommandOutput>;
107
188
  listExecutions(args: ListExecutionsCommandInput, cb: (err: any, data?: ListExecutionsCommandOutput) => void): void;
108
189
  listExecutions(args: ListExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExecutionsCommandOutput) => void): void;
109
190
 
191
+ listProfiles(args: ListProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListProfilesCommandOutput>;
192
+ listProfiles(args: ListProfilesCommandInput, cb: (err: any, data?: ListProfilesCommandOutput) => void): void;
193
+ listProfiles(args: ListProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProfilesCommandOutput) => void): void;
194
+
110
195
  listSecurityPolicies(args: ListSecurityPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListSecurityPoliciesCommandOutput>;
111
196
  listSecurityPolicies(args: ListSecurityPoliciesCommandInput, cb: (err: any, data?: ListSecurityPoliciesCommandOutput) => void): void;
112
197
  listSecurityPolicies(args: ListSecurityPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityPoliciesCommandOutput) => void): void;
@@ -131,6 +216,10 @@ export declare class Transfer extends TransferClient {
131
216
  sendWorkflowStepState(args: SendWorkflowStepStateCommandInput, cb: (err: any, data?: SendWorkflowStepStateCommandOutput) => void): void;
132
217
  sendWorkflowStepState(args: SendWorkflowStepStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendWorkflowStepStateCommandOutput) => void): void;
133
218
 
219
+ startFileTransfer(args: StartFileTransferCommandInput, options?: __HttpHandlerOptions): Promise<StartFileTransferCommandOutput>;
220
+ startFileTransfer(args: StartFileTransferCommandInput, cb: (err: any, data?: StartFileTransferCommandOutput) => void): void;
221
+ startFileTransfer(args: StartFileTransferCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartFileTransferCommandOutput) => void): void;
222
+
134
223
  startServer(args: StartServerCommandInput, options?: __HttpHandlerOptions): Promise<StartServerCommandOutput>;
135
224
  startServer(args: StartServerCommandInput, cb: (err: any, data?: StartServerCommandOutput) => void): void;
136
225
  startServer(args: StartServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartServerCommandOutput) => void): void;
@@ -155,6 +244,22 @@ export declare class Transfer extends TransferClient {
155
244
  updateAccess(args: UpdateAccessCommandInput, cb: (err: any, data?: UpdateAccessCommandOutput) => void): void;
156
245
  updateAccess(args: UpdateAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccessCommandOutput) => void): void;
157
246
 
247
+ updateAgreement(args: UpdateAgreementCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAgreementCommandOutput>;
248
+ updateAgreement(args: UpdateAgreementCommandInput, cb: (err: any, data?: UpdateAgreementCommandOutput) => void): void;
249
+ updateAgreement(args: UpdateAgreementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAgreementCommandOutput) => void): void;
250
+
251
+ updateCertificate(args: UpdateCertificateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCertificateCommandOutput>;
252
+ updateCertificate(args: UpdateCertificateCommandInput, cb: (err: any, data?: UpdateCertificateCommandOutput) => void): void;
253
+ updateCertificate(args: UpdateCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCertificateCommandOutput) => void): void;
254
+
255
+ updateConnector(args: UpdateConnectorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConnectorCommandOutput>;
256
+ updateConnector(args: UpdateConnectorCommandInput, cb: (err: any, data?: UpdateConnectorCommandOutput) => void): void;
257
+ updateConnector(args: UpdateConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectorCommandOutput) => void): void;
258
+
259
+ updateProfile(args: UpdateProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProfileCommandOutput>;
260
+ updateProfile(args: UpdateProfileCommandInput, cb: (err: any, data?: UpdateProfileCommandOutput) => void): void;
261
+ updateProfile(args: UpdateProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProfileCommandOutput) => void): void;
262
+
158
263
  updateServer(args: UpdateServerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServerCommandOutput>;
159
264
  updateServer(args: UpdateServerCommandInput, cb: (err: any, data?: UpdateServerCommandOutput) => void): void;
160
265
  updateServer(args: UpdateServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServerCommandOutput) => void): void;
@@ -7,39 +7,60 @@ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
7
  import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
8
  import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
9
  import { CreateAccessCommandInput, CreateAccessCommandOutput } from "./commands/CreateAccessCommand";
10
+ import { CreateAgreementCommandInput, CreateAgreementCommandOutput } from "./commands/CreateAgreementCommand";
11
+ import { CreateConnectorCommandInput, CreateConnectorCommandOutput } from "./commands/CreateConnectorCommand";
12
+ import { CreateProfileCommandInput, CreateProfileCommandOutput } from "./commands/CreateProfileCommand";
10
13
  import { CreateServerCommandInput, CreateServerCommandOutput } from "./commands/CreateServerCommand";
11
14
  import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
12
15
  import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "./commands/CreateWorkflowCommand";
13
16
  import { DeleteAccessCommandInput, DeleteAccessCommandOutput } from "./commands/DeleteAccessCommand";
17
+ import { DeleteAgreementCommandInput, DeleteAgreementCommandOutput } from "./commands/DeleteAgreementCommand";
18
+ import { DeleteCertificateCommandInput, DeleteCertificateCommandOutput } from "./commands/DeleteCertificateCommand";
19
+ import { DeleteConnectorCommandInput, DeleteConnectorCommandOutput } from "./commands/DeleteConnectorCommand";
20
+ import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "./commands/DeleteProfileCommand";
14
21
  import { DeleteServerCommandInput, DeleteServerCommandOutput } from "./commands/DeleteServerCommand";
15
22
  import { DeleteSshPublicKeyCommandInput, DeleteSshPublicKeyCommandOutput } from "./commands/DeleteSshPublicKeyCommand";
16
23
  import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
17
24
  import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
18
25
  import { DescribeAccessCommandInput, DescribeAccessCommandOutput } from "./commands/DescribeAccessCommand";
26
+ import { DescribeAgreementCommandInput, DescribeAgreementCommandOutput } from "./commands/DescribeAgreementCommand";
27
+ import { DescribeCertificateCommandInput, DescribeCertificateCommandOutput } from "./commands/DescribeCertificateCommand";
28
+ import { DescribeConnectorCommandInput, DescribeConnectorCommandOutput } from "./commands/DescribeConnectorCommand";
19
29
  import { DescribeExecutionCommandInput, DescribeExecutionCommandOutput } from "./commands/DescribeExecutionCommand";
30
+ import { DescribeProfileCommandInput, DescribeProfileCommandOutput } from "./commands/DescribeProfileCommand";
20
31
  import { DescribeSecurityPolicyCommandInput, DescribeSecurityPolicyCommandOutput } from "./commands/DescribeSecurityPolicyCommand";
21
32
  import { DescribeServerCommandInput, DescribeServerCommandOutput } from "./commands/DescribeServerCommand";
22
33
  import { DescribeUserCommandInput, DescribeUserCommandOutput } from "./commands/DescribeUserCommand";
23
34
  import { DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput } from "./commands/DescribeWorkflowCommand";
35
+ import { ImportCertificateCommandInput, ImportCertificateCommandOutput } from "./commands/ImportCertificateCommand";
24
36
  import { ImportSshPublicKeyCommandInput, ImportSshPublicKeyCommandOutput } from "./commands/ImportSshPublicKeyCommand";
25
37
  import { ListAccessesCommandInput, ListAccessesCommandOutput } from "./commands/ListAccessesCommand";
38
+ import { ListAgreementsCommandInput, ListAgreementsCommandOutput } from "./commands/ListAgreementsCommand";
39
+ import { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "./commands/ListCertificatesCommand";
40
+ import { ListConnectorsCommandInput, ListConnectorsCommandOutput } from "./commands/ListConnectorsCommand";
26
41
  import { ListExecutionsCommandInput, ListExecutionsCommandOutput } from "./commands/ListExecutionsCommand";
42
+ import { ListProfilesCommandInput, ListProfilesCommandOutput } from "./commands/ListProfilesCommand";
27
43
  import { ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput } from "./commands/ListSecurityPoliciesCommand";
28
44
  import { ListServersCommandInput, ListServersCommandOutput } from "./commands/ListServersCommand";
29
45
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
30
46
  import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
31
47
  import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
32
48
  import { SendWorkflowStepStateCommandInput, SendWorkflowStepStateCommandOutput } from "./commands/SendWorkflowStepStateCommand";
49
+ import { StartFileTransferCommandInput, StartFileTransferCommandOutput } from "./commands/StartFileTransferCommand";
33
50
  import { StartServerCommandInput, StartServerCommandOutput } from "./commands/StartServerCommand";
34
51
  import { StopServerCommandInput, StopServerCommandOutput } from "./commands/StopServerCommand";
35
52
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
36
53
  import { TestIdentityProviderCommandInput, TestIdentityProviderCommandOutput } from "./commands/TestIdentityProviderCommand";
37
54
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
38
55
  import { UpdateAccessCommandInput, UpdateAccessCommandOutput } from "./commands/UpdateAccessCommand";
56
+ import { UpdateAgreementCommandInput, UpdateAgreementCommandOutput } from "./commands/UpdateAgreementCommand";
57
+ import { UpdateCertificateCommandInput, UpdateCertificateCommandOutput } from "./commands/UpdateCertificateCommand";
58
+ import { UpdateConnectorCommandInput, UpdateConnectorCommandOutput } from "./commands/UpdateConnectorCommand";
59
+ import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "./commands/UpdateProfileCommand";
39
60
  import { UpdateServerCommandInput, UpdateServerCommandOutput } from "./commands/UpdateServerCommand";
40
61
  import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
41
- export declare type ServiceInputTypes = CreateAccessCommandInput | CreateServerCommandInput | CreateUserCommandInput | CreateWorkflowCommandInput | DeleteAccessCommandInput | DeleteServerCommandInput | DeleteSshPublicKeyCommandInput | DeleteUserCommandInput | DeleteWorkflowCommandInput | DescribeAccessCommandInput | DescribeExecutionCommandInput | DescribeSecurityPolicyCommandInput | DescribeServerCommandInput | DescribeUserCommandInput | DescribeWorkflowCommandInput | ImportSshPublicKeyCommandInput | ListAccessesCommandInput | ListExecutionsCommandInput | ListSecurityPoliciesCommandInput | ListServersCommandInput | ListTagsForResourceCommandInput | ListUsersCommandInput | ListWorkflowsCommandInput | SendWorkflowStepStateCommandInput | StartServerCommandInput | StopServerCommandInput | TagResourceCommandInput | TestIdentityProviderCommandInput | UntagResourceCommandInput | UpdateAccessCommandInput | UpdateServerCommandInput | UpdateUserCommandInput;
42
- export declare type ServiceOutputTypes = CreateAccessCommandOutput | CreateServerCommandOutput | CreateUserCommandOutput | CreateWorkflowCommandOutput | DeleteAccessCommandOutput | DeleteServerCommandOutput | DeleteSshPublicKeyCommandOutput | DeleteUserCommandOutput | DeleteWorkflowCommandOutput | DescribeAccessCommandOutput | DescribeExecutionCommandOutput | DescribeSecurityPolicyCommandOutput | DescribeServerCommandOutput | DescribeUserCommandOutput | DescribeWorkflowCommandOutput | ImportSshPublicKeyCommandOutput | ListAccessesCommandOutput | ListExecutionsCommandOutput | ListSecurityPoliciesCommandOutput | ListServersCommandOutput | ListTagsForResourceCommandOutput | ListUsersCommandOutput | ListWorkflowsCommandOutput | SendWorkflowStepStateCommandOutput | StartServerCommandOutput | StopServerCommandOutput | TagResourceCommandOutput | TestIdentityProviderCommandOutput | UntagResourceCommandOutput | UpdateAccessCommandOutput | UpdateServerCommandOutput | UpdateUserCommandOutput;
62
+ export declare type ServiceInputTypes = CreateAccessCommandInput | CreateAgreementCommandInput | CreateConnectorCommandInput | CreateProfileCommandInput | CreateServerCommandInput | CreateUserCommandInput | CreateWorkflowCommandInput | DeleteAccessCommandInput | DeleteAgreementCommandInput | DeleteCertificateCommandInput | DeleteConnectorCommandInput | DeleteProfileCommandInput | DeleteServerCommandInput | DeleteSshPublicKeyCommandInput | DeleteUserCommandInput | DeleteWorkflowCommandInput | DescribeAccessCommandInput | DescribeAgreementCommandInput | DescribeCertificateCommandInput | DescribeConnectorCommandInput | DescribeExecutionCommandInput | DescribeProfileCommandInput | DescribeSecurityPolicyCommandInput | DescribeServerCommandInput | DescribeUserCommandInput | DescribeWorkflowCommandInput | ImportCertificateCommandInput | ImportSshPublicKeyCommandInput | ListAccessesCommandInput | ListAgreementsCommandInput | ListCertificatesCommandInput | ListConnectorsCommandInput | ListExecutionsCommandInput | ListProfilesCommandInput | ListSecurityPoliciesCommandInput | ListServersCommandInput | ListTagsForResourceCommandInput | ListUsersCommandInput | ListWorkflowsCommandInput | SendWorkflowStepStateCommandInput | StartFileTransferCommandInput | StartServerCommandInput | StopServerCommandInput | TagResourceCommandInput | TestIdentityProviderCommandInput | UntagResourceCommandInput | UpdateAccessCommandInput | UpdateAgreementCommandInput | UpdateCertificateCommandInput | UpdateConnectorCommandInput | UpdateProfileCommandInput | UpdateServerCommandInput | UpdateUserCommandInput;
63
+ export declare type ServiceOutputTypes = CreateAccessCommandOutput | CreateAgreementCommandOutput | CreateConnectorCommandOutput | CreateProfileCommandOutput | CreateServerCommandOutput | CreateUserCommandOutput | CreateWorkflowCommandOutput | DeleteAccessCommandOutput | DeleteAgreementCommandOutput | DeleteCertificateCommandOutput | DeleteConnectorCommandOutput | DeleteProfileCommandOutput | DeleteServerCommandOutput | DeleteSshPublicKeyCommandOutput | DeleteUserCommandOutput | DeleteWorkflowCommandOutput | DescribeAccessCommandOutput | DescribeAgreementCommandOutput | DescribeCertificateCommandOutput | DescribeConnectorCommandOutput | DescribeExecutionCommandOutput | DescribeProfileCommandOutput | DescribeSecurityPolicyCommandOutput | DescribeServerCommandOutput | DescribeUserCommandOutput | DescribeWorkflowCommandOutput | ImportCertificateCommandOutput | ImportSshPublicKeyCommandOutput | ListAccessesCommandOutput | ListAgreementsCommandOutput | ListCertificatesCommandOutput | ListConnectorsCommandOutput | ListExecutionsCommandOutput | ListProfilesCommandOutput | ListSecurityPoliciesCommandOutput | ListServersCommandOutput | ListTagsForResourceCommandOutput | ListUsersCommandOutput | ListWorkflowsCommandOutput | SendWorkflowStepStateCommandOutput | StartFileTransferCommandOutput | StartServerCommandOutput | StopServerCommandOutput | TagResourceCommandOutput | TestIdentityProviderCommandOutput | UntagResourceCommandOutput | UpdateAccessCommandOutput | UpdateAgreementCommandOutput | UpdateCertificateCommandOutput | UpdateConnectorCommandOutput | UpdateProfileCommandOutput | UpdateServerCommandOutput | UpdateUserCommandOutput;
43
64
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
44
65
 
45
66
  requestHandler?: __HttpHandler;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateAgreementRequest, CreateAgreementResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ export interface CreateAgreementCommandInput extends CreateAgreementRequest {
6
+ }
7
+ export interface CreateAgreementCommandOutput extends CreateAgreementResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateAgreementCommand extends $Command<CreateAgreementCommandInput, CreateAgreementCommandOutput, TransferClientResolvedConfig> {
11
+ readonly input: CreateAgreementCommandInput;
12
+ constructor(input: CreateAgreementCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAgreementCommandInput, CreateAgreementCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateConnectorRequest, CreateConnectorResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ export interface CreateConnectorCommandInput extends CreateConnectorRequest {
6
+ }
7
+ export interface CreateConnectorCommandOutput extends CreateConnectorResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateConnectorCommand extends $Command<CreateConnectorCommandInput, CreateConnectorCommandOutput, TransferClientResolvedConfig> {
11
+ readonly input: CreateConnectorCommandInput;
12
+ constructor(input: CreateConnectorCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConnectorCommandInput, CreateConnectorCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateProfileRequest, CreateProfileResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ export interface CreateProfileCommandInput extends CreateProfileRequest {
6
+ }
7
+ export interface CreateProfileCommandOutput extends CreateProfileResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateProfileCommand extends $Command<CreateProfileCommandInput, CreateProfileCommandOutput, TransferClientResolvedConfig> {
11
+ readonly input: CreateProfileCommandInput;
12
+ constructor(input: CreateProfileCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateProfileCommandInput, CreateProfileCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteAgreementRequest } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ export interface DeleteAgreementCommandInput extends DeleteAgreementRequest {
6
+ }
7
+ export interface DeleteAgreementCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteAgreementCommand extends $Command<DeleteAgreementCommandInput, DeleteAgreementCommandOutput, TransferClientResolvedConfig> {
11
+ readonly input: DeleteAgreementCommandInput;
12
+ constructor(input: DeleteAgreementCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAgreementCommandInput, DeleteAgreementCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteCertificateRequest } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ export interface DeleteCertificateCommandInput extends DeleteCertificateRequest {
6
+ }
7
+ export interface DeleteCertificateCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteCertificateCommand extends $Command<DeleteCertificateCommandInput, DeleteCertificateCommandOutput, TransferClientResolvedConfig> {
11
+ readonly input: DeleteCertificateCommandInput;
12
+ constructor(input: DeleteCertificateCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCertificateCommandInput, DeleteCertificateCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }