@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.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/Transfer.js +75 -0
- package/dist-cjs/commands/DeleteHostKeyCommand.js +36 -0
- package/dist-cjs/commands/DescribeHostKeyCommand.js +36 -0
- package/dist-cjs/commands/ImportHostKeyCommand.js +36 -0
- package/dist-cjs/commands/ListHostKeysCommand.js +36 -0
- package/dist-cjs/commands/UpdateHostKeyCommand.js +36 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +48 -3
- package/dist-cjs/protocols/Aws_json1_1.js +374 -3
- package/dist-es/Transfer.js +75 -0
- package/dist-es/commands/DeleteHostKeyCommand.js +39 -0
- package/dist-es/commands/DescribeHostKeyCommand.js +39 -0
- package/dist-es/commands/ImportHostKeyCommand.js +39 -0
- package/dist-es/commands/ListHostKeysCommand.js +39 -0
- package/dist-es/commands/UpdateHostKeyCommand.js +39 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +11 -0
- package/dist-es/protocols/Aws_json1_1.js +465 -0
- package/dist-types/Transfer.d.ts +35 -0
- package/dist-types/TransferClient.d.ts +7 -2
- package/dist-types/commands/DeleteHostKeyCommand.d.ts +35 -0
- package/dist-types/commands/DescribeHostKeyCommand.d.ts +35 -0
- package/dist-types/commands/ImportHostKeyCommand.d.ts +35 -0
- package/dist-types/commands/ListHostKeysCommand.d.ts +35 -0
- package/dist-types/commands/UpdateHostKeyCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +254 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +15 -0
- package/dist-types/ts3.4/Transfer.d.ts +1048 -270
- package/dist-types/ts3.4/TransferClient.d.ts +477 -126
- package/dist-types/ts3.4/commands/CreateAccessCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateServerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteHostKeyCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeHostKeyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeWorkflowCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ImportHostKeyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListHostKeysCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartServerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopServerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateHostKeyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +58 -53
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/TransferServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2010 -1748
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAccessesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAgreementsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCertificatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListConnectorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSecurityPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +12 -12
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +701 -161
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForServerOffline.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForServerOnline.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,270 +1,1048 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
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
|
+
}
|