@aws-sdk/client-transfer 3.169.0 → 3.170.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 (117) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/Transfer.js +75 -0
  3. package/dist-cjs/commands/DeleteHostKeyCommand.js +36 -0
  4. package/dist-cjs/commands/DescribeHostKeyCommand.js +36 -0
  5. package/dist-cjs/commands/ImportHostKeyCommand.js +36 -0
  6. package/dist-cjs/commands/ListHostKeysCommand.js +36 -0
  7. package/dist-cjs/commands/UpdateHostKeyCommand.js +36 -0
  8. package/dist-cjs/commands/index.js +5 -0
  9. package/dist-cjs/models/models_0.js +48 -3
  10. package/dist-cjs/protocols/Aws_json1_1.js +374 -3
  11. package/dist-es/Transfer.js +75 -0
  12. package/dist-es/commands/DeleteHostKeyCommand.js +39 -0
  13. package/dist-es/commands/DescribeHostKeyCommand.js +39 -0
  14. package/dist-es/commands/ImportHostKeyCommand.js +39 -0
  15. package/dist-es/commands/ListHostKeysCommand.js +39 -0
  16. package/dist-es/commands/UpdateHostKeyCommand.js +39 -0
  17. package/dist-es/commands/index.js +5 -0
  18. package/dist-es/models/models_0.js +11 -0
  19. package/dist-es/protocols/Aws_json1_1.js +465 -0
  20. package/dist-types/Transfer.d.ts +35 -0
  21. package/dist-types/TransferClient.d.ts +7 -2
  22. package/dist-types/commands/DeleteHostKeyCommand.d.ts +35 -0
  23. package/dist-types/commands/DescribeHostKeyCommand.d.ts +35 -0
  24. package/dist-types/commands/ImportHostKeyCommand.d.ts +35 -0
  25. package/dist-types/commands/ListHostKeysCommand.d.ts +35 -0
  26. package/dist-types/commands/UpdateHostKeyCommand.d.ts +35 -0
  27. package/dist-types/commands/index.d.ts +5 -0
  28. package/dist-types/models/models_0.d.ts +254 -0
  29. package/dist-types/protocols/Aws_json1_1.d.ts +15 -0
  30. package/dist-types/ts3.4/Transfer.d.ts +1048 -270
  31. package/dist-types/ts3.4/TransferClient.d.ts +477 -126
  32. package/dist-types/ts3.4/commands/CreateAccessCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/CreateServerCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +33 -17
  42. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +32 -17
  43. package/dist-types/ts3.4/commands/DeleteHostKeyCommand.d.ts +32 -0
  44. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +33 -17
  47. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +37 -17
  50. package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +38 -17
  51. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +38 -17
  52. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +38 -17
  53. package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +38 -17
  54. package/dist-types/ts3.4/commands/DescribeHostKeyCommand.d.ts +37 -0
  55. package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +37 -17
  56. package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +37 -17
  58. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +34 -17
  59. package/dist-types/ts3.4/commands/DescribeWorkflowCommand.d.ts +37 -17
  60. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +38 -17
  61. package/dist-types/ts3.4/commands/ImportHostKeyCommand.d.ts +37 -0
  62. package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +37 -17
  65. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +37 -17
  68. package/dist-types/ts3.4/commands/ListHostKeysCommand.d.ts +34 -0
  69. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +34 -17
  70. package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +41 -17
  71. package/dist-types/ts3.4/commands/ListServersCommand.d.ts +34 -17
  72. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  73. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
  74. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +37 -17
  75. package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +41 -17
  76. package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +38 -17
  77. package/dist-types/ts3.4/commands/StartServerCommand.d.ts +32 -17
  78. package/dist-types/ts3.4/commands/StopServerCommand.d.ts +32 -17
  79. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  80. package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +41 -17
  81. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  82. package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +34 -17
  83. package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +37 -17
  84. package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +38 -17
  85. package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +37 -17
  86. package/dist-types/ts3.4/commands/UpdateHostKeyCommand.d.ts +37 -0
  87. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +37 -17
  88. package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +34 -17
  89. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +34 -17
  90. package/dist-types/ts3.4/commands/index.d.ts +58 -53
  91. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  92. package/dist-types/ts3.4/index.d.ts +7 -7
  93. package/dist-types/ts3.4/models/TransferServiceException.d.ts +8 -6
  94. package/dist-types/ts3.4/models/index.d.ts +1 -1
  95. package/dist-types/ts3.4/models/models_0.d.ts +2010 -1748
  96. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  97. package/dist-types/ts3.4/pagination/ListAccessesPaginator.d.ts +11 -4
  98. package/dist-types/ts3.4/pagination/ListAgreementsPaginator.d.ts +11 -4
  99. package/dist-types/ts3.4/pagination/ListCertificatesPaginator.d.ts +11 -4
  100. package/dist-types/ts3.4/pagination/ListConnectorsPaginator.d.ts +11 -4
  101. package/dist-types/ts3.4/pagination/ListExecutionsPaginator.d.ts +11 -4
  102. package/dist-types/ts3.4/pagination/ListProfilesPaginator.d.ts +11 -4
  103. package/dist-types/ts3.4/pagination/ListSecurityPoliciesPaginator.d.ts +11 -4
  104. package/dist-types/ts3.4/pagination/ListServersPaginator.d.ts +11 -4
  105. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  106. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
  107. package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +11 -4
  108. package/dist-types/ts3.4/pagination/index.d.ts +12 -12
  109. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +701 -161
  110. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  111. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  112. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  113. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  114. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  115. package/dist-types/ts3.4/waiters/waitForServerOffline.d.ts +13 -7
  116. package/dist-types/ts3.4/waiters/waitForServerOnline.d.ts +13 -7
  117. package/package.json +35 -35
@@ -1,270 +1,1048 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
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";
6
- import { CreateServerCommandInput, CreateServerCommandOutput } from "./commands/CreateServerCommand";
7
- import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
8
- import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "./commands/CreateWorkflowCommand";
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";
14
- import { DeleteServerCommandInput, DeleteServerCommandOutput } from "./commands/DeleteServerCommand";
15
- import { DeleteSshPublicKeyCommandInput, DeleteSshPublicKeyCommandOutput } from "./commands/DeleteSshPublicKeyCommand";
16
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
17
- import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
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";
22
- import { DescribeExecutionCommandInput, DescribeExecutionCommandOutput } from "./commands/DescribeExecutionCommand";
23
- import { DescribeProfileCommandInput, DescribeProfileCommandOutput } from "./commands/DescribeProfileCommand";
24
- import { DescribeSecurityPolicyCommandInput, DescribeSecurityPolicyCommandOutput } from "./commands/DescribeSecurityPolicyCommand";
25
- import { DescribeServerCommandInput, DescribeServerCommandOutput } from "./commands/DescribeServerCommand";
26
- import { DescribeUserCommandInput, DescribeUserCommandOutput } from "./commands/DescribeUserCommand";
27
- import { DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput } from "./commands/DescribeWorkflowCommand";
28
- import { ImportCertificateCommandInput, ImportCertificateCommandOutput } from "./commands/ImportCertificateCommand";
29
- import { ImportSshPublicKeyCommandInput, ImportSshPublicKeyCommandOutput } from "./commands/ImportSshPublicKeyCommand";
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";
34
- import { ListExecutionsCommandInput, ListExecutionsCommandOutput } from "./commands/ListExecutionsCommand";
35
- import { ListProfilesCommandInput, ListProfilesCommandOutput } from "./commands/ListProfilesCommand";
36
- import { ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput } from "./commands/ListSecurityPoliciesCommand";
37
- import { ListServersCommandInput, ListServersCommandOutput } from "./commands/ListServersCommand";
38
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
39
- import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
40
- import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
41
- import { SendWorkflowStepStateCommandInput, SendWorkflowStepStateCommandOutput } from "./commands/SendWorkflowStepStateCommand";
42
- import { StartFileTransferCommandInput, StartFileTransferCommandOutput } from "./commands/StartFileTransferCommand";
43
- import { StartServerCommandInput, StartServerCommandOutput } from "./commands/StartServerCommand";
44
- import { StopServerCommandInput, StopServerCommandOutput } from "./commands/StopServerCommand";
45
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
46
- import { TestIdentityProviderCommandInput, TestIdentityProviderCommandOutput } from "./commands/TestIdentityProviderCommand";
47
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
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";
53
- import { UpdateServerCommandInput, UpdateServerCommandOutput } from "./commands/UpdateServerCommand";
54
- import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
55
- import { TransferClient } from "./TransferClient";
56
-
57
- export declare class Transfer extends TransferClient {
58
-
59
- createAccess(args: CreateAccessCommandInput, options?: __HttpHandlerOptions): Promise<CreateAccessCommandOutput>;
60
- createAccess(args: CreateAccessCommandInput, cb: (err: any, data?: CreateAccessCommandOutput) => void): void;
61
- createAccess(args: CreateAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccessCommandOutput) => void): void;
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
-
75
- createServer(args: CreateServerCommandInput, options?: __HttpHandlerOptions): Promise<CreateServerCommandOutput>;
76
- createServer(args: CreateServerCommandInput, cb: (err: any, data?: CreateServerCommandOutput) => void): void;
77
- createServer(args: CreateServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServerCommandOutput) => void): void;
78
-
79
- createUser(args: CreateUserCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserCommandOutput>;
80
- createUser(args: CreateUserCommandInput, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
81
- createUser(args: CreateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
82
-
83
- createWorkflow(args: CreateWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkflowCommandOutput>;
84
- createWorkflow(args: CreateWorkflowCommandInput, cb: (err: any, data?: CreateWorkflowCommandOutput) => void): void;
85
- createWorkflow(args: CreateWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkflowCommandOutput) => void): void;
86
-
87
- deleteAccess(args: DeleteAccessCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccessCommandOutput>;
88
- deleteAccess(args: DeleteAccessCommandInput, cb: (err: any, data?: DeleteAccessCommandOutput) => void): void;
89
- deleteAccess(args: DeleteAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccessCommandOutput) => void): void;
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
-
107
- deleteServer(args: DeleteServerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteServerCommandOutput>;
108
- deleteServer(args: DeleteServerCommandInput, cb: (err: any, data?: DeleteServerCommandOutput) => void): void;
109
- deleteServer(args: DeleteServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServerCommandOutput) => void): void;
110
-
111
- deleteSshPublicKey(args: DeleteSshPublicKeyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSshPublicKeyCommandOutput>;
112
- deleteSshPublicKey(args: DeleteSshPublicKeyCommandInput, cb: (err: any, data?: DeleteSshPublicKeyCommandOutput) => void): void;
113
- deleteSshPublicKey(args: DeleteSshPublicKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSshPublicKeyCommandOutput) => void): void;
114
-
115
- deleteUser(args: DeleteUserCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserCommandOutput>;
116
- deleteUser(args: DeleteUserCommandInput, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
117
- deleteUser(args: DeleteUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
118
-
119
- deleteWorkflow(args: DeleteWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkflowCommandOutput>;
120
- deleteWorkflow(args: DeleteWorkflowCommandInput, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
121
- deleteWorkflow(args: DeleteWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
122
-
123
- describeAccess(args: DescribeAccessCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccessCommandOutput>;
124
- describeAccess(args: DescribeAccessCommandInput, cb: (err: any, data?: DescribeAccessCommandOutput) => void): void;
125
- describeAccess(args: DescribeAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccessCommandOutput) => void): void;
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
-
139
- describeExecution(args: DescribeExecutionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExecutionCommandOutput>;
140
- describeExecution(args: DescribeExecutionCommandInput, cb: (err: any, data?: DescribeExecutionCommandOutput) => void): void;
141
- describeExecution(args: DescribeExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExecutionCommandOutput) => void): void;
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
-
147
- describeSecurityPolicy(args: DescribeSecurityPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSecurityPolicyCommandOutput>;
148
- describeSecurityPolicy(args: DescribeSecurityPolicyCommandInput, cb: (err: any, data?: DescribeSecurityPolicyCommandOutput) => void): void;
149
- describeSecurityPolicy(args: DescribeSecurityPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSecurityPolicyCommandOutput) => void): void;
150
-
151
- describeServer(args: DescribeServerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeServerCommandOutput>;
152
- describeServer(args: DescribeServerCommandInput, cb: (err: any, data?: DescribeServerCommandOutput) => void): void;
153
- describeServer(args: DescribeServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeServerCommandOutput) => void): void;
154
-
155
- describeUser(args: DescribeUserCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserCommandOutput>;
156
- describeUser(args: DescribeUserCommandInput, cb: (err: any, data?: DescribeUserCommandOutput) => void): void;
157
- describeUser(args: DescribeUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserCommandOutput) => void): void;
158
-
159
- describeWorkflow(args: DescribeWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkflowCommandOutput>;
160
- describeWorkflow(args: DescribeWorkflowCommandInput, cb: (err: any, data?: DescribeWorkflowCommandOutput) => void): void;
161
- describeWorkflow(args: DescribeWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkflowCommandOutput) => void): void;
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
-
167
- importSshPublicKey(args: ImportSshPublicKeyCommandInput, options?: __HttpHandlerOptions): Promise<ImportSshPublicKeyCommandOutput>;
168
- importSshPublicKey(args: ImportSshPublicKeyCommandInput, cb: (err: any, data?: ImportSshPublicKeyCommandOutput) => void): void;
169
- importSshPublicKey(args: ImportSshPublicKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportSshPublicKeyCommandOutput) => void): void;
170
-
171
- listAccesses(args: ListAccessesCommandInput, options?: __HttpHandlerOptions): Promise<ListAccessesCommandOutput>;
172
- listAccesses(args: ListAccessesCommandInput, cb: (err: any, data?: ListAccessesCommandOutput) => void): void;
173
- listAccesses(args: ListAccessesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccessesCommandOutput) => void): void;
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
-
187
- listExecutions(args: ListExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListExecutionsCommandOutput>;
188
- listExecutions(args: ListExecutionsCommandInput, cb: (err: any, data?: ListExecutionsCommandOutput) => void): void;
189
- listExecutions(args: ListExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExecutionsCommandOutput) => void): void;
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
-
195
- listSecurityPolicies(args: ListSecurityPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListSecurityPoliciesCommandOutput>;
196
- listSecurityPolicies(args: ListSecurityPoliciesCommandInput, cb: (err: any, data?: ListSecurityPoliciesCommandOutput) => void): void;
197
- listSecurityPolicies(args: ListSecurityPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityPoliciesCommandOutput) => void): void;
198
-
199
- listServers(args: ListServersCommandInput, options?: __HttpHandlerOptions): Promise<ListServersCommandOutput>;
200
- listServers(args: ListServersCommandInput, cb: (err: any, data?: ListServersCommandOutput) => void): void;
201
- listServers(args: ListServersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServersCommandOutput) => void): void;
202
-
203
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
204
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
205
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
206
-
207
- listUsers(args: ListUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersCommandOutput>;
208
- listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
209
- listUsers(args: ListUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
210
-
211
- listWorkflows(args: ListWorkflowsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkflowsCommandOutput>;
212
- listWorkflows(args: ListWorkflowsCommandInput, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
213
- listWorkflows(args: ListWorkflowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
214
-
215
- sendWorkflowStepState(args: SendWorkflowStepStateCommandInput, options?: __HttpHandlerOptions): Promise<SendWorkflowStepStateCommandOutput>;
216
- sendWorkflowStepState(args: SendWorkflowStepStateCommandInput, cb: (err: any, data?: SendWorkflowStepStateCommandOutput) => void): void;
217
- sendWorkflowStepState(args: SendWorkflowStepStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendWorkflowStepStateCommandOutput) => void): void;
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
-
223
- startServer(args: StartServerCommandInput, options?: __HttpHandlerOptions): Promise<StartServerCommandOutput>;
224
- startServer(args: StartServerCommandInput, cb: (err: any, data?: StartServerCommandOutput) => void): void;
225
- startServer(args: StartServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartServerCommandOutput) => void): void;
226
-
227
- stopServer(args: StopServerCommandInput, options?: __HttpHandlerOptions): Promise<StopServerCommandOutput>;
228
- stopServer(args: StopServerCommandInput, cb: (err: any, data?: StopServerCommandOutput) => void): void;
229
- stopServer(args: StopServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopServerCommandOutput) => void): void;
230
-
231
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
232
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
233
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
234
-
235
- testIdentityProvider(args: TestIdentityProviderCommandInput, options?: __HttpHandlerOptions): Promise<TestIdentityProviderCommandOutput>;
236
- testIdentityProvider(args: TestIdentityProviderCommandInput, cb: (err: any, data?: TestIdentityProviderCommandOutput) => void): void;
237
- testIdentityProvider(args: TestIdentityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestIdentityProviderCommandOutput) => void): void;
238
-
239
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
240
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
241
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
242
-
243
- updateAccess(args: UpdateAccessCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccessCommandOutput>;
244
- updateAccess(args: UpdateAccessCommandInput, cb: (err: any, data?: UpdateAccessCommandOutput) => void): void;
245
- updateAccess(args: UpdateAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccessCommandOutput) => void): void;
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
-
263
- updateServer(args: UpdateServerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServerCommandOutput>;
264
- updateServer(args: UpdateServerCommandInput, cb: (err: any, data?: UpdateServerCommandOutput) => void): void;
265
- updateServer(args: UpdateServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServerCommandOutput) => void): void;
266
-
267
- updateUser(args: UpdateUserCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserCommandOutput>;
268
- updateUser(args: UpdateUserCommandInput, cb: (err: any, data?: UpdateUserCommandOutput) => void): void;
269
- updateUser(args: UpdateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserCommandOutput) => void): void;
270
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ CreateAccessCommandInput,
4
+ CreateAccessCommandOutput,
5
+ } from "./commands/CreateAccessCommand";
6
+ import {
7
+ CreateAgreementCommandInput,
8
+ CreateAgreementCommandOutput,
9
+ } from "./commands/CreateAgreementCommand";
10
+ import {
11
+ CreateConnectorCommandInput,
12
+ CreateConnectorCommandOutput,
13
+ } from "./commands/CreateConnectorCommand";
14
+ import {
15
+ CreateProfileCommandInput,
16
+ CreateProfileCommandOutput,
17
+ } from "./commands/CreateProfileCommand";
18
+ import {
19
+ CreateServerCommandInput,
20
+ CreateServerCommandOutput,
21
+ } from "./commands/CreateServerCommand";
22
+ import {
23
+ CreateUserCommandInput,
24
+ CreateUserCommandOutput,
25
+ } from "./commands/CreateUserCommand";
26
+ import {
27
+ CreateWorkflowCommandInput,
28
+ CreateWorkflowCommandOutput,
29
+ } from "./commands/CreateWorkflowCommand";
30
+ import {
31
+ DeleteAccessCommandInput,
32
+ DeleteAccessCommandOutput,
33
+ } from "./commands/DeleteAccessCommand";
34
+ import {
35
+ DeleteAgreementCommandInput,
36
+ DeleteAgreementCommandOutput,
37
+ } from "./commands/DeleteAgreementCommand";
38
+ import {
39
+ DeleteCertificateCommandInput,
40
+ DeleteCertificateCommandOutput,
41
+ } from "./commands/DeleteCertificateCommand";
42
+ import {
43
+ DeleteConnectorCommandInput,
44
+ DeleteConnectorCommandOutput,
45
+ } from "./commands/DeleteConnectorCommand";
46
+ import {
47
+ DeleteHostKeyCommandInput,
48
+ DeleteHostKeyCommandOutput,
49
+ } from "./commands/DeleteHostKeyCommand";
50
+ import {
51
+ DeleteProfileCommandInput,
52
+ DeleteProfileCommandOutput,
53
+ } from "./commands/DeleteProfileCommand";
54
+ import {
55
+ DeleteServerCommandInput,
56
+ DeleteServerCommandOutput,
57
+ } from "./commands/DeleteServerCommand";
58
+ import {
59
+ DeleteSshPublicKeyCommandInput,
60
+ DeleteSshPublicKeyCommandOutput,
61
+ } from "./commands/DeleteSshPublicKeyCommand";
62
+ import {
63
+ DeleteUserCommandInput,
64
+ DeleteUserCommandOutput,
65
+ } from "./commands/DeleteUserCommand";
66
+ import {
67
+ DeleteWorkflowCommandInput,
68
+ DeleteWorkflowCommandOutput,
69
+ } from "./commands/DeleteWorkflowCommand";
70
+ import {
71
+ DescribeAccessCommandInput,
72
+ DescribeAccessCommandOutput,
73
+ } from "./commands/DescribeAccessCommand";
74
+ import {
75
+ DescribeAgreementCommandInput,
76
+ DescribeAgreementCommandOutput,
77
+ } from "./commands/DescribeAgreementCommand";
78
+ import {
79
+ DescribeCertificateCommandInput,
80
+ DescribeCertificateCommandOutput,
81
+ } from "./commands/DescribeCertificateCommand";
82
+ import {
83
+ DescribeConnectorCommandInput,
84
+ DescribeConnectorCommandOutput,
85
+ } from "./commands/DescribeConnectorCommand";
86
+ import {
87
+ DescribeExecutionCommandInput,
88
+ DescribeExecutionCommandOutput,
89
+ } from "./commands/DescribeExecutionCommand";
90
+ import {
91
+ DescribeHostKeyCommandInput,
92
+ DescribeHostKeyCommandOutput,
93
+ } from "./commands/DescribeHostKeyCommand";
94
+ import {
95
+ DescribeProfileCommandInput,
96
+ DescribeProfileCommandOutput,
97
+ } from "./commands/DescribeProfileCommand";
98
+ import {
99
+ DescribeSecurityPolicyCommandInput,
100
+ DescribeSecurityPolicyCommandOutput,
101
+ } from "./commands/DescribeSecurityPolicyCommand";
102
+ import {
103
+ DescribeServerCommandInput,
104
+ DescribeServerCommandOutput,
105
+ } from "./commands/DescribeServerCommand";
106
+ import {
107
+ DescribeUserCommandInput,
108
+ DescribeUserCommandOutput,
109
+ } from "./commands/DescribeUserCommand";
110
+ import {
111
+ DescribeWorkflowCommandInput,
112
+ DescribeWorkflowCommandOutput,
113
+ } from "./commands/DescribeWorkflowCommand";
114
+ import {
115
+ ImportCertificateCommandInput,
116
+ ImportCertificateCommandOutput,
117
+ } from "./commands/ImportCertificateCommand";
118
+ import {
119
+ ImportHostKeyCommandInput,
120
+ ImportHostKeyCommandOutput,
121
+ } from "./commands/ImportHostKeyCommand";
122
+ import {
123
+ ImportSshPublicKeyCommandInput,
124
+ ImportSshPublicKeyCommandOutput,
125
+ } from "./commands/ImportSshPublicKeyCommand";
126
+ import {
127
+ ListAccessesCommandInput,
128
+ ListAccessesCommandOutput,
129
+ } from "./commands/ListAccessesCommand";
130
+ import {
131
+ ListAgreementsCommandInput,
132
+ ListAgreementsCommandOutput,
133
+ } from "./commands/ListAgreementsCommand";
134
+ import {
135
+ ListCertificatesCommandInput,
136
+ ListCertificatesCommandOutput,
137
+ } from "./commands/ListCertificatesCommand";
138
+ import {
139
+ ListConnectorsCommandInput,
140
+ ListConnectorsCommandOutput,
141
+ } from "./commands/ListConnectorsCommand";
142
+ import {
143
+ ListExecutionsCommandInput,
144
+ ListExecutionsCommandOutput,
145
+ } from "./commands/ListExecutionsCommand";
146
+ import {
147
+ ListHostKeysCommandInput,
148
+ ListHostKeysCommandOutput,
149
+ } from "./commands/ListHostKeysCommand";
150
+ import {
151
+ ListProfilesCommandInput,
152
+ ListProfilesCommandOutput,
153
+ } from "./commands/ListProfilesCommand";
154
+ import {
155
+ ListSecurityPoliciesCommandInput,
156
+ ListSecurityPoliciesCommandOutput,
157
+ } from "./commands/ListSecurityPoliciesCommand";
158
+ import {
159
+ ListServersCommandInput,
160
+ ListServersCommandOutput,
161
+ } from "./commands/ListServersCommand";
162
+ import {
163
+ ListTagsForResourceCommandInput,
164
+ ListTagsForResourceCommandOutput,
165
+ } from "./commands/ListTagsForResourceCommand";
166
+ import {
167
+ ListUsersCommandInput,
168
+ ListUsersCommandOutput,
169
+ } from "./commands/ListUsersCommand";
170
+ import {
171
+ ListWorkflowsCommandInput,
172
+ ListWorkflowsCommandOutput,
173
+ } from "./commands/ListWorkflowsCommand";
174
+ import {
175
+ SendWorkflowStepStateCommandInput,
176
+ SendWorkflowStepStateCommandOutput,
177
+ } from "./commands/SendWorkflowStepStateCommand";
178
+ import {
179
+ StartFileTransferCommandInput,
180
+ StartFileTransferCommandOutput,
181
+ } from "./commands/StartFileTransferCommand";
182
+ import {
183
+ StartServerCommandInput,
184
+ StartServerCommandOutput,
185
+ } from "./commands/StartServerCommand";
186
+ import {
187
+ StopServerCommandInput,
188
+ StopServerCommandOutput,
189
+ } from "./commands/StopServerCommand";
190
+ import {
191
+ TagResourceCommandInput,
192
+ TagResourceCommandOutput,
193
+ } from "./commands/TagResourceCommand";
194
+ import {
195
+ TestIdentityProviderCommandInput,
196
+ TestIdentityProviderCommandOutput,
197
+ } from "./commands/TestIdentityProviderCommand";
198
+ import {
199
+ UntagResourceCommandInput,
200
+ UntagResourceCommandOutput,
201
+ } from "./commands/UntagResourceCommand";
202
+ import {
203
+ UpdateAccessCommandInput,
204
+ UpdateAccessCommandOutput,
205
+ } from "./commands/UpdateAccessCommand";
206
+ import {
207
+ UpdateAgreementCommandInput,
208
+ UpdateAgreementCommandOutput,
209
+ } from "./commands/UpdateAgreementCommand";
210
+ import {
211
+ UpdateCertificateCommandInput,
212
+ UpdateCertificateCommandOutput,
213
+ } from "./commands/UpdateCertificateCommand";
214
+ import {
215
+ UpdateConnectorCommandInput,
216
+ UpdateConnectorCommandOutput,
217
+ } from "./commands/UpdateConnectorCommand";
218
+ import {
219
+ UpdateHostKeyCommandInput,
220
+ UpdateHostKeyCommandOutput,
221
+ } from "./commands/UpdateHostKeyCommand";
222
+ import {
223
+ UpdateProfileCommandInput,
224
+ UpdateProfileCommandOutput,
225
+ } from "./commands/UpdateProfileCommand";
226
+ import {
227
+ UpdateServerCommandInput,
228
+ UpdateServerCommandOutput,
229
+ } from "./commands/UpdateServerCommand";
230
+ import {
231
+ UpdateUserCommandInput,
232
+ UpdateUserCommandOutput,
233
+ } from "./commands/UpdateUserCommand";
234
+ import { TransferClient } from "./TransferClient";
235
+
236
+ export declare class Transfer extends TransferClient {
237
+ createAccess(
238
+ args: CreateAccessCommandInput,
239
+ options?: __HttpHandlerOptions
240
+ ): Promise<CreateAccessCommandOutput>;
241
+ createAccess(
242
+ args: CreateAccessCommandInput,
243
+ cb: (err: any, data?: CreateAccessCommandOutput) => void
244
+ ): void;
245
+ createAccess(
246
+ args: CreateAccessCommandInput,
247
+ options: __HttpHandlerOptions,
248
+ cb: (err: any, data?: CreateAccessCommandOutput) => void
249
+ ): void;
250
+
251
+ createAgreement(
252
+ args: CreateAgreementCommandInput,
253
+ options?: __HttpHandlerOptions
254
+ ): Promise<CreateAgreementCommandOutput>;
255
+ createAgreement(
256
+ args: CreateAgreementCommandInput,
257
+ cb: (err: any, data?: CreateAgreementCommandOutput) => void
258
+ ): void;
259
+ createAgreement(
260
+ args: CreateAgreementCommandInput,
261
+ options: __HttpHandlerOptions,
262
+ cb: (err: any, data?: CreateAgreementCommandOutput) => void
263
+ ): void;
264
+
265
+ createConnector(
266
+ args: CreateConnectorCommandInput,
267
+ options?: __HttpHandlerOptions
268
+ ): Promise<CreateConnectorCommandOutput>;
269
+ createConnector(
270
+ args: CreateConnectorCommandInput,
271
+ cb: (err: any, data?: CreateConnectorCommandOutput) => void
272
+ ): void;
273
+ createConnector(
274
+ args: CreateConnectorCommandInput,
275
+ options: __HttpHandlerOptions,
276
+ cb: (err: any, data?: CreateConnectorCommandOutput) => void
277
+ ): void;
278
+
279
+ createProfile(
280
+ args: CreateProfileCommandInput,
281
+ options?: __HttpHandlerOptions
282
+ ): Promise<CreateProfileCommandOutput>;
283
+ createProfile(
284
+ args: CreateProfileCommandInput,
285
+ cb: (err: any, data?: CreateProfileCommandOutput) => void
286
+ ): void;
287
+ createProfile(
288
+ args: CreateProfileCommandInput,
289
+ options: __HttpHandlerOptions,
290
+ cb: (err: any, data?: CreateProfileCommandOutput) => void
291
+ ): void;
292
+
293
+ createServer(
294
+ args: CreateServerCommandInput,
295
+ options?: __HttpHandlerOptions
296
+ ): Promise<CreateServerCommandOutput>;
297
+ createServer(
298
+ args: CreateServerCommandInput,
299
+ cb: (err: any, data?: CreateServerCommandOutput) => void
300
+ ): void;
301
+ createServer(
302
+ args: CreateServerCommandInput,
303
+ options: __HttpHandlerOptions,
304
+ cb: (err: any, data?: CreateServerCommandOutput) => void
305
+ ): void;
306
+
307
+ createUser(
308
+ args: CreateUserCommandInput,
309
+ options?: __HttpHandlerOptions
310
+ ): Promise<CreateUserCommandOutput>;
311
+ createUser(
312
+ args: CreateUserCommandInput,
313
+ cb: (err: any, data?: CreateUserCommandOutput) => void
314
+ ): void;
315
+ createUser(
316
+ args: CreateUserCommandInput,
317
+ options: __HttpHandlerOptions,
318
+ cb: (err: any, data?: CreateUserCommandOutput) => void
319
+ ): void;
320
+
321
+ createWorkflow(
322
+ args: CreateWorkflowCommandInput,
323
+ options?: __HttpHandlerOptions
324
+ ): Promise<CreateWorkflowCommandOutput>;
325
+ createWorkflow(
326
+ args: CreateWorkflowCommandInput,
327
+ cb: (err: any, data?: CreateWorkflowCommandOutput) => void
328
+ ): void;
329
+ createWorkflow(
330
+ args: CreateWorkflowCommandInput,
331
+ options: __HttpHandlerOptions,
332
+ cb: (err: any, data?: CreateWorkflowCommandOutput) => void
333
+ ): void;
334
+
335
+ deleteAccess(
336
+ args: DeleteAccessCommandInput,
337
+ options?: __HttpHandlerOptions
338
+ ): Promise<DeleteAccessCommandOutput>;
339
+ deleteAccess(
340
+ args: DeleteAccessCommandInput,
341
+ cb: (err: any, data?: DeleteAccessCommandOutput) => void
342
+ ): void;
343
+ deleteAccess(
344
+ args: DeleteAccessCommandInput,
345
+ options: __HttpHandlerOptions,
346
+ cb: (err: any, data?: DeleteAccessCommandOutput) => void
347
+ ): void;
348
+
349
+ deleteAgreement(
350
+ args: DeleteAgreementCommandInput,
351
+ options?: __HttpHandlerOptions
352
+ ): Promise<DeleteAgreementCommandOutput>;
353
+ deleteAgreement(
354
+ args: DeleteAgreementCommandInput,
355
+ cb: (err: any, data?: DeleteAgreementCommandOutput) => void
356
+ ): void;
357
+ deleteAgreement(
358
+ args: DeleteAgreementCommandInput,
359
+ options: __HttpHandlerOptions,
360
+ cb: (err: any, data?: DeleteAgreementCommandOutput) => void
361
+ ): void;
362
+
363
+ deleteCertificate(
364
+ args: DeleteCertificateCommandInput,
365
+ options?: __HttpHandlerOptions
366
+ ): Promise<DeleteCertificateCommandOutput>;
367
+ deleteCertificate(
368
+ args: DeleteCertificateCommandInput,
369
+ cb: (err: any, data?: DeleteCertificateCommandOutput) => void
370
+ ): void;
371
+ deleteCertificate(
372
+ args: DeleteCertificateCommandInput,
373
+ options: __HttpHandlerOptions,
374
+ cb: (err: any, data?: DeleteCertificateCommandOutput) => void
375
+ ): void;
376
+
377
+ deleteConnector(
378
+ args: DeleteConnectorCommandInput,
379
+ options?: __HttpHandlerOptions
380
+ ): Promise<DeleteConnectorCommandOutput>;
381
+ deleteConnector(
382
+ args: DeleteConnectorCommandInput,
383
+ cb: (err: any, data?: DeleteConnectorCommandOutput) => void
384
+ ): void;
385
+ deleteConnector(
386
+ args: DeleteConnectorCommandInput,
387
+ options: __HttpHandlerOptions,
388
+ cb: (err: any, data?: DeleteConnectorCommandOutput) => void
389
+ ): void;
390
+
391
+ deleteHostKey(
392
+ args: DeleteHostKeyCommandInput,
393
+ options?: __HttpHandlerOptions
394
+ ): Promise<DeleteHostKeyCommandOutput>;
395
+ deleteHostKey(
396
+ args: DeleteHostKeyCommandInput,
397
+ cb: (err: any, data?: DeleteHostKeyCommandOutput) => void
398
+ ): void;
399
+ deleteHostKey(
400
+ args: DeleteHostKeyCommandInput,
401
+ options: __HttpHandlerOptions,
402
+ cb: (err: any, data?: DeleteHostKeyCommandOutput) => void
403
+ ): void;
404
+
405
+ deleteProfile(
406
+ args: DeleteProfileCommandInput,
407
+ options?: __HttpHandlerOptions
408
+ ): Promise<DeleteProfileCommandOutput>;
409
+ deleteProfile(
410
+ args: DeleteProfileCommandInput,
411
+ cb: (err: any, data?: DeleteProfileCommandOutput) => void
412
+ ): void;
413
+ deleteProfile(
414
+ args: DeleteProfileCommandInput,
415
+ options: __HttpHandlerOptions,
416
+ cb: (err: any, data?: DeleteProfileCommandOutput) => void
417
+ ): void;
418
+
419
+ deleteServer(
420
+ args: DeleteServerCommandInput,
421
+ options?: __HttpHandlerOptions
422
+ ): Promise<DeleteServerCommandOutput>;
423
+ deleteServer(
424
+ args: DeleteServerCommandInput,
425
+ cb: (err: any, data?: DeleteServerCommandOutput) => void
426
+ ): void;
427
+ deleteServer(
428
+ args: DeleteServerCommandInput,
429
+ options: __HttpHandlerOptions,
430
+ cb: (err: any, data?: DeleteServerCommandOutput) => void
431
+ ): void;
432
+
433
+ deleteSshPublicKey(
434
+ args: DeleteSshPublicKeyCommandInput,
435
+ options?: __HttpHandlerOptions
436
+ ): Promise<DeleteSshPublicKeyCommandOutput>;
437
+ deleteSshPublicKey(
438
+ args: DeleteSshPublicKeyCommandInput,
439
+ cb: (err: any, data?: DeleteSshPublicKeyCommandOutput) => void
440
+ ): void;
441
+ deleteSshPublicKey(
442
+ args: DeleteSshPublicKeyCommandInput,
443
+ options: __HttpHandlerOptions,
444
+ cb: (err: any, data?: DeleteSshPublicKeyCommandOutput) => void
445
+ ): void;
446
+
447
+ deleteUser(
448
+ args: DeleteUserCommandInput,
449
+ options?: __HttpHandlerOptions
450
+ ): Promise<DeleteUserCommandOutput>;
451
+ deleteUser(
452
+ args: DeleteUserCommandInput,
453
+ cb: (err: any, data?: DeleteUserCommandOutput) => void
454
+ ): void;
455
+ deleteUser(
456
+ args: DeleteUserCommandInput,
457
+ options: __HttpHandlerOptions,
458
+ cb: (err: any, data?: DeleteUserCommandOutput) => void
459
+ ): void;
460
+
461
+ deleteWorkflow(
462
+ args: DeleteWorkflowCommandInput,
463
+ options?: __HttpHandlerOptions
464
+ ): Promise<DeleteWorkflowCommandOutput>;
465
+ deleteWorkflow(
466
+ args: DeleteWorkflowCommandInput,
467
+ cb: (err: any, data?: DeleteWorkflowCommandOutput) => void
468
+ ): void;
469
+ deleteWorkflow(
470
+ args: DeleteWorkflowCommandInput,
471
+ options: __HttpHandlerOptions,
472
+ cb: (err: any, data?: DeleteWorkflowCommandOutput) => void
473
+ ): void;
474
+
475
+ describeAccess(
476
+ args: DescribeAccessCommandInput,
477
+ options?: __HttpHandlerOptions
478
+ ): Promise<DescribeAccessCommandOutput>;
479
+ describeAccess(
480
+ args: DescribeAccessCommandInput,
481
+ cb: (err: any, data?: DescribeAccessCommandOutput) => void
482
+ ): void;
483
+ describeAccess(
484
+ args: DescribeAccessCommandInput,
485
+ options: __HttpHandlerOptions,
486
+ cb: (err: any, data?: DescribeAccessCommandOutput) => void
487
+ ): void;
488
+
489
+ describeAgreement(
490
+ args: DescribeAgreementCommandInput,
491
+ options?: __HttpHandlerOptions
492
+ ): Promise<DescribeAgreementCommandOutput>;
493
+ describeAgreement(
494
+ args: DescribeAgreementCommandInput,
495
+ cb: (err: any, data?: DescribeAgreementCommandOutput) => void
496
+ ): void;
497
+ describeAgreement(
498
+ args: DescribeAgreementCommandInput,
499
+ options: __HttpHandlerOptions,
500
+ cb: (err: any, data?: DescribeAgreementCommandOutput) => void
501
+ ): void;
502
+
503
+ describeCertificate(
504
+ args: DescribeCertificateCommandInput,
505
+ options?: __HttpHandlerOptions
506
+ ): Promise<DescribeCertificateCommandOutput>;
507
+ describeCertificate(
508
+ args: DescribeCertificateCommandInput,
509
+ cb: (err: any, data?: DescribeCertificateCommandOutput) => void
510
+ ): void;
511
+ describeCertificate(
512
+ args: DescribeCertificateCommandInput,
513
+ options: __HttpHandlerOptions,
514
+ cb: (err: any, data?: DescribeCertificateCommandOutput) => void
515
+ ): void;
516
+
517
+ describeConnector(
518
+ args: DescribeConnectorCommandInput,
519
+ options?: __HttpHandlerOptions
520
+ ): Promise<DescribeConnectorCommandOutput>;
521
+ describeConnector(
522
+ args: DescribeConnectorCommandInput,
523
+ cb: (err: any, data?: DescribeConnectorCommandOutput) => void
524
+ ): void;
525
+ describeConnector(
526
+ args: DescribeConnectorCommandInput,
527
+ options: __HttpHandlerOptions,
528
+ cb: (err: any, data?: DescribeConnectorCommandOutput) => void
529
+ ): void;
530
+
531
+ describeExecution(
532
+ args: DescribeExecutionCommandInput,
533
+ options?: __HttpHandlerOptions
534
+ ): Promise<DescribeExecutionCommandOutput>;
535
+ describeExecution(
536
+ args: DescribeExecutionCommandInput,
537
+ cb: (err: any, data?: DescribeExecutionCommandOutput) => void
538
+ ): void;
539
+ describeExecution(
540
+ args: DescribeExecutionCommandInput,
541
+ options: __HttpHandlerOptions,
542
+ cb: (err: any, data?: DescribeExecutionCommandOutput) => void
543
+ ): void;
544
+
545
+ describeHostKey(
546
+ args: DescribeHostKeyCommandInput,
547
+ options?: __HttpHandlerOptions
548
+ ): Promise<DescribeHostKeyCommandOutput>;
549
+ describeHostKey(
550
+ args: DescribeHostKeyCommandInput,
551
+ cb: (err: any, data?: DescribeHostKeyCommandOutput) => void
552
+ ): void;
553
+ describeHostKey(
554
+ args: DescribeHostKeyCommandInput,
555
+ options: __HttpHandlerOptions,
556
+ cb: (err: any, data?: DescribeHostKeyCommandOutput) => void
557
+ ): void;
558
+
559
+ describeProfile(
560
+ args: DescribeProfileCommandInput,
561
+ options?: __HttpHandlerOptions
562
+ ): Promise<DescribeProfileCommandOutput>;
563
+ describeProfile(
564
+ args: DescribeProfileCommandInput,
565
+ cb: (err: any, data?: DescribeProfileCommandOutput) => void
566
+ ): void;
567
+ describeProfile(
568
+ args: DescribeProfileCommandInput,
569
+ options: __HttpHandlerOptions,
570
+ cb: (err: any, data?: DescribeProfileCommandOutput) => void
571
+ ): void;
572
+
573
+ describeSecurityPolicy(
574
+ args: DescribeSecurityPolicyCommandInput,
575
+ options?: __HttpHandlerOptions
576
+ ): Promise<DescribeSecurityPolicyCommandOutput>;
577
+ describeSecurityPolicy(
578
+ args: DescribeSecurityPolicyCommandInput,
579
+ cb: (err: any, data?: DescribeSecurityPolicyCommandOutput) => void
580
+ ): void;
581
+ describeSecurityPolicy(
582
+ args: DescribeSecurityPolicyCommandInput,
583
+ options: __HttpHandlerOptions,
584
+ cb: (err: any, data?: DescribeSecurityPolicyCommandOutput) => void
585
+ ): void;
586
+
587
+ describeServer(
588
+ args: DescribeServerCommandInput,
589
+ options?: __HttpHandlerOptions
590
+ ): Promise<DescribeServerCommandOutput>;
591
+ describeServer(
592
+ args: DescribeServerCommandInput,
593
+ cb: (err: any, data?: DescribeServerCommandOutput) => void
594
+ ): void;
595
+ describeServer(
596
+ args: DescribeServerCommandInput,
597
+ options: __HttpHandlerOptions,
598
+ cb: (err: any, data?: DescribeServerCommandOutput) => void
599
+ ): void;
600
+
601
+ describeUser(
602
+ args: DescribeUserCommandInput,
603
+ options?: __HttpHandlerOptions
604
+ ): Promise<DescribeUserCommandOutput>;
605
+ describeUser(
606
+ args: DescribeUserCommandInput,
607
+ cb: (err: any, data?: DescribeUserCommandOutput) => void
608
+ ): void;
609
+ describeUser(
610
+ args: DescribeUserCommandInput,
611
+ options: __HttpHandlerOptions,
612
+ cb: (err: any, data?: DescribeUserCommandOutput) => void
613
+ ): void;
614
+
615
+ describeWorkflow(
616
+ args: DescribeWorkflowCommandInput,
617
+ options?: __HttpHandlerOptions
618
+ ): Promise<DescribeWorkflowCommandOutput>;
619
+ describeWorkflow(
620
+ args: DescribeWorkflowCommandInput,
621
+ cb: (err: any, data?: DescribeWorkflowCommandOutput) => void
622
+ ): void;
623
+ describeWorkflow(
624
+ args: DescribeWorkflowCommandInput,
625
+ options: __HttpHandlerOptions,
626
+ cb: (err: any, data?: DescribeWorkflowCommandOutput) => void
627
+ ): void;
628
+
629
+ importCertificate(
630
+ args: ImportCertificateCommandInput,
631
+ options?: __HttpHandlerOptions
632
+ ): Promise<ImportCertificateCommandOutput>;
633
+ importCertificate(
634
+ args: ImportCertificateCommandInput,
635
+ cb: (err: any, data?: ImportCertificateCommandOutput) => void
636
+ ): void;
637
+ importCertificate(
638
+ args: ImportCertificateCommandInput,
639
+ options: __HttpHandlerOptions,
640
+ cb: (err: any, data?: ImportCertificateCommandOutput) => void
641
+ ): void;
642
+
643
+ importHostKey(
644
+ args: ImportHostKeyCommandInput,
645
+ options?: __HttpHandlerOptions
646
+ ): Promise<ImportHostKeyCommandOutput>;
647
+ importHostKey(
648
+ args: ImportHostKeyCommandInput,
649
+ cb: (err: any, data?: ImportHostKeyCommandOutput) => void
650
+ ): void;
651
+ importHostKey(
652
+ args: ImportHostKeyCommandInput,
653
+ options: __HttpHandlerOptions,
654
+ cb: (err: any, data?: ImportHostKeyCommandOutput) => void
655
+ ): void;
656
+
657
+ importSshPublicKey(
658
+ args: ImportSshPublicKeyCommandInput,
659
+ options?: __HttpHandlerOptions
660
+ ): Promise<ImportSshPublicKeyCommandOutput>;
661
+ importSshPublicKey(
662
+ args: ImportSshPublicKeyCommandInput,
663
+ cb: (err: any, data?: ImportSshPublicKeyCommandOutput) => void
664
+ ): void;
665
+ importSshPublicKey(
666
+ args: ImportSshPublicKeyCommandInput,
667
+ options: __HttpHandlerOptions,
668
+ cb: (err: any, data?: ImportSshPublicKeyCommandOutput) => void
669
+ ): void;
670
+
671
+ listAccesses(
672
+ args: ListAccessesCommandInput,
673
+ options?: __HttpHandlerOptions
674
+ ): Promise<ListAccessesCommandOutput>;
675
+ listAccesses(
676
+ args: ListAccessesCommandInput,
677
+ cb: (err: any, data?: ListAccessesCommandOutput) => void
678
+ ): void;
679
+ listAccesses(
680
+ args: ListAccessesCommandInput,
681
+ options: __HttpHandlerOptions,
682
+ cb: (err: any, data?: ListAccessesCommandOutput) => void
683
+ ): void;
684
+
685
+ listAgreements(
686
+ args: ListAgreementsCommandInput,
687
+ options?: __HttpHandlerOptions
688
+ ): Promise<ListAgreementsCommandOutput>;
689
+ listAgreements(
690
+ args: ListAgreementsCommandInput,
691
+ cb: (err: any, data?: ListAgreementsCommandOutput) => void
692
+ ): void;
693
+ listAgreements(
694
+ args: ListAgreementsCommandInput,
695
+ options: __HttpHandlerOptions,
696
+ cb: (err: any, data?: ListAgreementsCommandOutput) => void
697
+ ): void;
698
+
699
+ listCertificates(
700
+ args: ListCertificatesCommandInput,
701
+ options?: __HttpHandlerOptions
702
+ ): Promise<ListCertificatesCommandOutput>;
703
+ listCertificates(
704
+ args: ListCertificatesCommandInput,
705
+ cb: (err: any, data?: ListCertificatesCommandOutput) => void
706
+ ): void;
707
+ listCertificates(
708
+ args: ListCertificatesCommandInput,
709
+ options: __HttpHandlerOptions,
710
+ cb: (err: any, data?: ListCertificatesCommandOutput) => void
711
+ ): void;
712
+
713
+ listConnectors(
714
+ args: ListConnectorsCommandInput,
715
+ options?: __HttpHandlerOptions
716
+ ): Promise<ListConnectorsCommandOutput>;
717
+ listConnectors(
718
+ args: ListConnectorsCommandInput,
719
+ cb: (err: any, data?: ListConnectorsCommandOutput) => void
720
+ ): void;
721
+ listConnectors(
722
+ args: ListConnectorsCommandInput,
723
+ options: __HttpHandlerOptions,
724
+ cb: (err: any, data?: ListConnectorsCommandOutput) => void
725
+ ): void;
726
+
727
+ listExecutions(
728
+ args: ListExecutionsCommandInput,
729
+ options?: __HttpHandlerOptions
730
+ ): Promise<ListExecutionsCommandOutput>;
731
+ listExecutions(
732
+ args: ListExecutionsCommandInput,
733
+ cb: (err: any, data?: ListExecutionsCommandOutput) => void
734
+ ): void;
735
+ listExecutions(
736
+ args: ListExecutionsCommandInput,
737
+ options: __HttpHandlerOptions,
738
+ cb: (err: any, data?: ListExecutionsCommandOutput) => void
739
+ ): void;
740
+
741
+ listHostKeys(
742
+ args: ListHostKeysCommandInput,
743
+ options?: __HttpHandlerOptions
744
+ ): Promise<ListHostKeysCommandOutput>;
745
+ listHostKeys(
746
+ args: ListHostKeysCommandInput,
747
+ cb: (err: any, data?: ListHostKeysCommandOutput) => void
748
+ ): void;
749
+ listHostKeys(
750
+ args: ListHostKeysCommandInput,
751
+ options: __HttpHandlerOptions,
752
+ cb: (err: any, data?: ListHostKeysCommandOutput) => void
753
+ ): void;
754
+
755
+ listProfiles(
756
+ args: ListProfilesCommandInput,
757
+ options?: __HttpHandlerOptions
758
+ ): Promise<ListProfilesCommandOutput>;
759
+ listProfiles(
760
+ args: ListProfilesCommandInput,
761
+ cb: (err: any, data?: ListProfilesCommandOutput) => void
762
+ ): void;
763
+ listProfiles(
764
+ args: ListProfilesCommandInput,
765
+ options: __HttpHandlerOptions,
766
+ cb: (err: any, data?: ListProfilesCommandOutput) => void
767
+ ): void;
768
+
769
+ listSecurityPolicies(
770
+ args: ListSecurityPoliciesCommandInput,
771
+ options?: __HttpHandlerOptions
772
+ ): Promise<ListSecurityPoliciesCommandOutput>;
773
+ listSecurityPolicies(
774
+ args: ListSecurityPoliciesCommandInput,
775
+ cb: (err: any, data?: ListSecurityPoliciesCommandOutput) => void
776
+ ): void;
777
+ listSecurityPolicies(
778
+ args: ListSecurityPoliciesCommandInput,
779
+ options: __HttpHandlerOptions,
780
+ cb: (err: any, data?: ListSecurityPoliciesCommandOutput) => void
781
+ ): void;
782
+
783
+ listServers(
784
+ args: ListServersCommandInput,
785
+ options?: __HttpHandlerOptions
786
+ ): Promise<ListServersCommandOutput>;
787
+ listServers(
788
+ args: ListServersCommandInput,
789
+ cb: (err: any, data?: ListServersCommandOutput) => void
790
+ ): void;
791
+ listServers(
792
+ args: ListServersCommandInput,
793
+ options: __HttpHandlerOptions,
794
+ cb: (err: any, data?: ListServersCommandOutput) => void
795
+ ): void;
796
+
797
+ listTagsForResource(
798
+ args: ListTagsForResourceCommandInput,
799
+ options?: __HttpHandlerOptions
800
+ ): Promise<ListTagsForResourceCommandOutput>;
801
+ listTagsForResource(
802
+ args: ListTagsForResourceCommandInput,
803
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
804
+ ): void;
805
+ listTagsForResource(
806
+ args: ListTagsForResourceCommandInput,
807
+ options: __HttpHandlerOptions,
808
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
809
+ ): void;
810
+
811
+ listUsers(
812
+ args: ListUsersCommandInput,
813
+ options?: __HttpHandlerOptions
814
+ ): Promise<ListUsersCommandOutput>;
815
+ listUsers(
816
+ args: ListUsersCommandInput,
817
+ cb: (err: any, data?: ListUsersCommandOutput) => void
818
+ ): void;
819
+ listUsers(
820
+ args: ListUsersCommandInput,
821
+ options: __HttpHandlerOptions,
822
+ cb: (err: any, data?: ListUsersCommandOutput) => void
823
+ ): void;
824
+
825
+ listWorkflows(
826
+ args: ListWorkflowsCommandInput,
827
+ options?: __HttpHandlerOptions
828
+ ): Promise<ListWorkflowsCommandOutput>;
829
+ listWorkflows(
830
+ args: ListWorkflowsCommandInput,
831
+ cb: (err: any, data?: ListWorkflowsCommandOutput) => void
832
+ ): void;
833
+ listWorkflows(
834
+ args: ListWorkflowsCommandInput,
835
+ options: __HttpHandlerOptions,
836
+ cb: (err: any, data?: ListWorkflowsCommandOutput) => void
837
+ ): void;
838
+
839
+ sendWorkflowStepState(
840
+ args: SendWorkflowStepStateCommandInput,
841
+ options?: __HttpHandlerOptions
842
+ ): Promise<SendWorkflowStepStateCommandOutput>;
843
+ sendWorkflowStepState(
844
+ args: SendWorkflowStepStateCommandInput,
845
+ cb: (err: any, data?: SendWorkflowStepStateCommandOutput) => void
846
+ ): void;
847
+ sendWorkflowStepState(
848
+ args: SendWorkflowStepStateCommandInput,
849
+ options: __HttpHandlerOptions,
850
+ cb: (err: any, data?: SendWorkflowStepStateCommandOutput) => void
851
+ ): void;
852
+
853
+ startFileTransfer(
854
+ args: StartFileTransferCommandInput,
855
+ options?: __HttpHandlerOptions
856
+ ): Promise<StartFileTransferCommandOutput>;
857
+ startFileTransfer(
858
+ args: StartFileTransferCommandInput,
859
+ cb: (err: any, data?: StartFileTransferCommandOutput) => void
860
+ ): void;
861
+ startFileTransfer(
862
+ args: StartFileTransferCommandInput,
863
+ options: __HttpHandlerOptions,
864
+ cb: (err: any, data?: StartFileTransferCommandOutput) => void
865
+ ): void;
866
+
867
+ startServer(
868
+ args: StartServerCommandInput,
869
+ options?: __HttpHandlerOptions
870
+ ): Promise<StartServerCommandOutput>;
871
+ startServer(
872
+ args: StartServerCommandInput,
873
+ cb: (err: any, data?: StartServerCommandOutput) => void
874
+ ): void;
875
+ startServer(
876
+ args: StartServerCommandInput,
877
+ options: __HttpHandlerOptions,
878
+ cb: (err: any, data?: StartServerCommandOutput) => void
879
+ ): void;
880
+
881
+ stopServer(
882
+ args: StopServerCommandInput,
883
+ options?: __HttpHandlerOptions
884
+ ): Promise<StopServerCommandOutput>;
885
+ stopServer(
886
+ args: StopServerCommandInput,
887
+ cb: (err: any, data?: StopServerCommandOutput) => void
888
+ ): void;
889
+ stopServer(
890
+ args: StopServerCommandInput,
891
+ options: __HttpHandlerOptions,
892
+ cb: (err: any, data?: StopServerCommandOutput) => void
893
+ ): void;
894
+
895
+ tagResource(
896
+ args: TagResourceCommandInput,
897
+ options?: __HttpHandlerOptions
898
+ ): Promise<TagResourceCommandOutput>;
899
+ tagResource(
900
+ args: TagResourceCommandInput,
901
+ cb: (err: any, data?: TagResourceCommandOutput) => void
902
+ ): void;
903
+ tagResource(
904
+ args: TagResourceCommandInput,
905
+ options: __HttpHandlerOptions,
906
+ cb: (err: any, data?: TagResourceCommandOutput) => void
907
+ ): void;
908
+
909
+ testIdentityProvider(
910
+ args: TestIdentityProviderCommandInput,
911
+ options?: __HttpHandlerOptions
912
+ ): Promise<TestIdentityProviderCommandOutput>;
913
+ testIdentityProvider(
914
+ args: TestIdentityProviderCommandInput,
915
+ cb: (err: any, data?: TestIdentityProviderCommandOutput) => void
916
+ ): void;
917
+ testIdentityProvider(
918
+ args: TestIdentityProviderCommandInput,
919
+ options: __HttpHandlerOptions,
920
+ cb: (err: any, data?: TestIdentityProviderCommandOutput) => void
921
+ ): void;
922
+
923
+ untagResource(
924
+ args: UntagResourceCommandInput,
925
+ options?: __HttpHandlerOptions
926
+ ): Promise<UntagResourceCommandOutput>;
927
+ untagResource(
928
+ args: UntagResourceCommandInput,
929
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
930
+ ): void;
931
+ untagResource(
932
+ args: UntagResourceCommandInput,
933
+ options: __HttpHandlerOptions,
934
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
935
+ ): void;
936
+
937
+ updateAccess(
938
+ args: UpdateAccessCommandInput,
939
+ options?: __HttpHandlerOptions
940
+ ): Promise<UpdateAccessCommandOutput>;
941
+ updateAccess(
942
+ args: UpdateAccessCommandInput,
943
+ cb: (err: any, data?: UpdateAccessCommandOutput) => void
944
+ ): void;
945
+ updateAccess(
946
+ args: UpdateAccessCommandInput,
947
+ options: __HttpHandlerOptions,
948
+ cb: (err: any, data?: UpdateAccessCommandOutput) => void
949
+ ): void;
950
+
951
+ updateAgreement(
952
+ args: UpdateAgreementCommandInput,
953
+ options?: __HttpHandlerOptions
954
+ ): Promise<UpdateAgreementCommandOutput>;
955
+ updateAgreement(
956
+ args: UpdateAgreementCommandInput,
957
+ cb: (err: any, data?: UpdateAgreementCommandOutput) => void
958
+ ): void;
959
+ updateAgreement(
960
+ args: UpdateAgreementCommandInput,
961
+ options: __HttpHandlerOptions,
962
+ cb: (err: any, data?: UpdateAgreementCommandOutput) => void
963
+ ): void;
964
+
965
+ updateCertificate(
966
+ args: UpdateCertificateCommandInput,
967
+ options?: __HttpHandlerOptions
968
+ ): Promise<UpdateCertificateCommandOutput>;
969
+ updateCertificate(
970
+ args: UpdateCertificateCommandInput,
971
+ cb: (err: any, data?: UpdateCertificateCommandOutput) => void
972
+ ): void;
973
+ updateCertificate(
974
+ args: UpdateCertificateCommandInput,
975
+ options: __HttpHandlerOptions,
976
+ cb: (err: any, data?: UpdateCertificateCommandOutput) => void
977
+ ): void;
978
+
979
+ updateConnector(
980
+ args: UpdateConnectorCommandInput,
981
+ options?: __HttpHandlerOptions
982
+ ): Promise<UpdateConnectorCommandOutput>;
983
+ updateConnector(
984
+ args: UpdateConnectorCommandInput,
985
+ cb: (err: any, data?: UpdateConnectorCommandOutput) => void
986
+ ): void;
987
+ updateConnector(
988
+ args: UpdateConnectorCommandInput,
989
+ options: __HttpHandlerOptions,
990
+ cb: (err: any, data?: UpdateConnectorCommandOutput) => void
991
+ ): void;
992
+
993
+ updateHostKey(
994
+ args: UpdateHostKeyCommandInput,
995
+ options?: __HttpHandlerOptions
996
+ ): Promise<UpdateHostKeyCommandOutput>;
997
+ updateHostKey(
998
+ args: UpdateHostKeyCommandInput,
999
+ cb: (err: any, data?: UpdateHostKeyCommandOutput) => void
1000
+ ): void;
1001
+ updateHostKey(
1002
+ args: UpdateHostKeyCommandInput,
1003
+ options: __HttpHandlerOptions,
1004
+ cb: (err: any, data?: UpdateHostKeyCommandOutput) => void
1005
+ ): void;
1006
+
1007
+ updateProfile(
1008
+ args: UpdateProfileCommandInput,
1009
+ options?: __HttpHandlerOptions
1010
+ ): Promise<UpdateProfileCommandOutput>;
1011
+ updateProfile(
1012
+ args: UpdateProfileCommandInput,
1013
+ cb: (err: any, data?: UpdateProfileCommandOutput) => void
1014
+ ): void;
1015
+ updateProfile(
1016
+ args: UpdateProfileCommandInput,
1017
+ options: __HttpHandlerOptions,
1018
+ cb: (err: any, data?: UpdateProfileCommandOutput) => void
1019
+ ): void;
1020
+
1021
+ updateServer(
1022
+ args: UpdateServerCommandInput,
1023
+ options?: __HttpHandlerOptions
1024
+ ): Promise<UpdateServerCommandOutput>;
1025
+ updateServer(
1026
+ args: UpdateServerCommandInput,
1027
+ cb: (err: any, data?: UpdateServerCommandOutput) => void
1028
+ ): void;
1029
+ updateServer(
1030
+ args: UpdateServerCommandInput,
1031
+ options: __HttpHandlerOptions,
1032
+ cb: (err: any, data?: UpdateServerCommandOutput) => void
1033
+ ): void;
1034
+
1035
+ updateUser(
1036
+ args: UpdateUserCommandInput,
1037
+ options?: __HttpHandlerOptions
1038
+ ): Promise<UpdateUserCommandOutput>;
1039
+ updateUser(
1040
+ args: UpdateUserCommandInput,
1041
+ cb: (err: any, data?: UpdateUserCommandOutput) => void
1042
+ ): void;
1043
+ updateUser(
1044
+ args: UpdateUserCommandInput,
1045
+ options: __HttpHandlerOptions,
1046
+ cb: (err: any, data?: UpdateUserCommandOutput) => void
1047
+ ): void;
1048
+ }