@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,1748 +1,2010 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { TransferServiceException as __BaseException } from "./TransferServiceException";
|
|
3
|
-
|
|
4
|
-
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
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
|
-
export interface S3InputFileLocation {
|
|
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
|
-
export
|
|
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
|
-
export interface CreateConnectorRequest {
|
|
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
|
-
export
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
}
|
|
306
|
-
export declare enum
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
export
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
export
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
export interface
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
export
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
export interface
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
}
|
|
475
|
-
export interface
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
}
|
|
485
|
-
export interface
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
}
|
|
499
|
-
export interface
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
}
|
|
509
|
-
export interface
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
}
|
|
517
|
-
export interface
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
export interface
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
}
|
|
683
|
-
|
|
684
|
-
export interface
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
export
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
}
|
|
841
|
-
|
|
842
|
-
export interface
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
}
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
}
|
|
888
|
-
export interface
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
}
|
|
904
|
-
export interface
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
}
|
|
924
|
-
export interface
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
}
|
|
936
|
-
export interface
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
}
|
|
966
|
-
export interface
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
}
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
}
|
|
1018
|
-
export interface
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
}
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
}
|
|
1166
|
-
export interface
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
}
|
|
1236
|
-
export interface
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
}
|
|
1276
|
-
export interface
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
}
|
|
1290
|
-
export interface
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
}
|
|
1312
|
-
export interface
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
}
|
|
1370
|
-
export interface
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
export declare const
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
export declare const
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
export declare const
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
export declare const
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
export declare const
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
export declare const
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
export declare const
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
export declare const
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
export declare const
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
export declare const
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
export declare const
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
export declare const CreateServerResponseFilterSensitiveLog: (
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
export declare const
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
export declare const
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
export declare const
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
export declare const
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
export declare const
|
|
1537
|
-
|
|
1538
|
-
export declare const
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
export declare const
|
|
1543
|
-
|
|
1544
|
-
export declare const
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
export declare const
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
export declare const
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
export declare const
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
export declare const
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
export declare const
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
export declare const
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
export declare const
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
export declare const
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
export declare const
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
export declare const
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
export declare const
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
export declare const
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
export declare const
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
export declare const
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
export declare const
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
export declare const
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
export declare const
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
export declare const
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
export declare const
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
export declare const
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
export declare const
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
export declare const
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
export declare const
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
export declare const
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
export declare const
|
|
1645
|
-
|
|
1646
|
-
export declare const
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
export declare const
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
export declare const
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
export declare const
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
export declare const
|
|
1663
|
-
|
|
1664
|
-
export declare const
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
export declare const
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
export declare const
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
export declare const
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
export declare const
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
export declare const
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
export declare const
|
|
1689
|
-
|
|
1690
|
-
export declare const
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
export declare const
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
export declare const
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
export declare const
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
export declare const
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
export declare const
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
export declare const
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
export declare const
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
export declare const
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
export declare const
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
export declare const
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
export declare const
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
export declare const
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
export declare const
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
export declare const
|
|
1747
|
-
|
|
1748
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { TransferServiceException as __BaseException } from "./TransferServiceException";
|
|
3
|
+
|
|
4
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
+
readonly name: "AccessDeniedException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
Message?: string;
|
|
8
|
+
|
|
9
|
+
constructor(
|
|
10
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
export declare enum AgreementStatusType {
|
|
14
|
+
ACTIVE = "ACTIVE",
|
|
15
|
+
INACTIVE = "INACTIVE",
|
|
16
|
+
}
|
|
17
|
+
export declare enum CompressionEnum {
|
|
18
|
+
DISABLED = "DISABLED",
|
|
19
|
+
ZLIB = "ZLIB",
|
|
20
|
+
}
|
|
21
|
+
export declare enum EncryptionAlg {
|
|
22
|
+
AES128_CBC = "AES128_CBC",
|
|
23
|
+
AES192_CBC = "AES192_CBC",
|
|
24
|
+
AES256_CBC = "AES256_CBC",
|
|
25
|
+
}
|
|
26
|
+
export declare enum MdnResponse {
|
|
27
|
+
NONE = "NONE",
|
|
28
|
+
SYNC = "SYNC",
|
|
29
|
+
}
|
|
30
|
+
export declare enum MdnSigningAlg {
|
|
31
|
+
DEFAULT = "DEFAULT",
|
|
32
|
+
NONE = "NONE",
|
|
33
|
+
SHA1 = "SHA1",
|
|
34
|
+
SHA256 = "SHA256",
|
|
35
|
+
SHA384 = "SHA384",
|
|
36
|
+
SHA512 = "SHA512",
|
|
37
|
+
}
|
|
38
|
+
export declare enum SigningAlg {
|
|
39
|
+
NONE = "NONE",
|
|
40
|
+
SHA1 = "SHA1",
|
|
41
|
+
SHA256 = "SHA256",
|
|
42
|
+
SHA384 = "SHA384",
|
|
43
|
+
SHA512 = "SHA512",
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export interface As2ConnectorConfig {
|
|
47
|
+
LocalProfileId?: string;
|
|
48
|
+
|
|
49
|
+
PartnerProfileId?: string;
|
|
50
|
+
|
|
51
|
+
MessageSubject?: string;
|
|
52
|
+
|
|
53
|
+
Compression?: CompressionEnum | string;
|
|
54
|
+
|
|
55
|
+
EncryptionAlgorithm?: EncryptionAlg | string;
|
|
56
|
+
|
|
57
|
+
SigningAlgorithm?: SigningAlg | string;
|
|
58
|
+
|
|
59
|
+
MdnSigningAlgorithm?: MdnSigningAlg | string;
|
|
60
|
+
|
|
61
|
+
MdnResponse?: MdnResponse | string;
|
|
62
|
+
}
|
|
63
|
+
export declare enum As2Transport {
|
|
64
|
+
HTTP = "HTTP",
|
|
65
|
+
}
|
|
66
|
+
export declare enum CertificateStatusType {
|
|
67
|
+
ACTIVE = "ACTIVE",
|
|
68
|
+
INACTIVE = "INACTIVE",
|
|
69
|
+
PENDING_ROTATION = "PENDING_ROTATION",
|
|
70
|
+
}
|
|
71
|
+
export declare enum CertificateType {
|
|
72
|
+
CERTIFICATE = "CERTIFICATE",
|
|
73
|
+
CERTIFICATE_WITH_PRIVATE_KEY = "CERTIFICATE_WITH_PRIVATE_KEY",
|
|
74
|
+
}
|
|
75
|
+
export declare enum CertificateUsageType {
|
|
76
|
+
ENCRYPTION = "ENCRYPTION",
|
|
77
|
+
SIGNING = "SIGNING",
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export declare class ConflictException extends __BaseException {
|
|
81
|
+
readonly name: "ConflictException";
|
|
82
|
+
readonly $fault: "client";
|
|
83
|
+
Message: string | undefined;
|
|
84
|
+
|
|
85
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export interface EfsFileLocation {
|
|
89
|
+
FileSystemId?: string;
|
|
90
|
+
|
|
91
|
+
Path?: string;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
export interface S3InputFileLocation {
|
|
95
|
+
Bucket?: string;
|
|
96
|
+
|
|
97
|
+
Key?: string;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
export interface InputFileLocation {
|
|
101
|
+
S3FileLocation?: S3InputFileLocation;
|
|
102
|
+
|
|
103
|
+
EfsFileLocation?: EfsFileLocation;
|
|
104
|
+
}
|
|
105
|
+
export declare enum OverwriteExisting {
|
|
106
|
+
FALSE = "FALSE",
|
|
107
|
+
TRUE = "TRUE",
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
export interface CopyStepDetails {
|
|
111
|
+
Name?: string;
|
|
112
|
+
|
|
113
|
+
DestinationFileLocation?: InputFileLocation;
|
|
114
|
+
|
|
115
|
+
OverwriteExisting?: OverwriteExisting | string;
|
|
116
|
+
|
|
117
|
+
SourceFileLocation?: string;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
export interface HomeDirectoryMapEntry {
|
|
121
|
+
Entry: string | undefined;
|
|
122
|
+
|
|
123
|
+
Target: string | undefined;
|
|
124
|
+
}
|
|
125
|
+
export declare enum HomeDirectoryType {
|
|
126
|
+
LOGICAL = "LOGICAL",
|
|
127
|
+
PATH = "PATH",
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
export interface PosixProfile {
|
|
131
|
+
Uid: number | undefined;
|
|
132
|
+
|
|
133
|
+
Gid: number | undefined;
|
|
134
|
+
|
|
135
|
+
SecondaryGids?: number[];
|
|
136
|
+
}
|
|
137
|
+
export interface CreateAccessRequest {
|
|
138
|
+
HomeDirectory?: string;
|
|
139
|
+
|
|
140
|
+
HomeDirectoryType?: HomeDirectoryType | string;
|
|
141
|
+
|
|
142
|
+
HomeDirectoryMappings?: HomeDirectoryMapEntry[];
|
|
143
|
+
|
|
144
|
+
Policy?: string;
|
|
145
|
+
|
|
146
|
+
PosixProfile?: PosixProfile;
|
|
147
|
+
|
|
148
|
+
Role: string | undefined;
|
|
149
|
+
|
|
150
|
+
ServerId: string | undefined;
|
|
151
|
+
|
|
152
|
+
ExternalId: string | undefined;
|
|
153
|
+
}
|
|
154
|
+
export interface CreateAccessResponse {
|
|
155
|
+
ServerId: string | undefined;
|
|
156
|
+
|
|
157
|
+
ExternalId: string | undefined;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
export declare class InternalServiceError extends __BaseException {
|
|
161
|
+
readonly name: "InternalServiceError";
|
|
162
|
+
readonly $fault: "server";
|
|
163
|
+
Message: string | undefined;
|
|
164
|
+
|
|
165
|
+
constructor(
|
|
166
|
+
opts: __ExceptionOptionType<InternalServiceError, __BaseException>
|
|
167
|
+
);
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
171
|
+
readonly name: "InvalidRequestException";
|
|
172
|
+
readonly $fault: "client";
|
|
173
|
+
Message: string | undefined;
|
|
174
|
+
|
|
175
|
+
constructor(
|
|
176
|
+
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
177
|
+
);
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
export declare class ResourceExistsException extends __BaseException {
|
|
181
|
+
readonly name: "ResourceExistsException";
|
|
182
|
+
readonly $fault: "client";
|
|
183
|
+
Message: string | undefined;
|
|
184
|
+
Resource: string | undefined;
|
|
185
|
+
ResourceType: string | undefined;
|
|
186
|
+
|
|
187
|
+
constructor(
|
|
188
|
+
opts: __ExceptionOptionType<ResourceExistsException, __BaseException>
|
|
189
|
+
);
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
193
|
+
readonly name: "ResourceNotFoundException";
|
|
194
|
+
readonly $fault: "client";
|
|
195
|
+
Message: string | undefined;
|
|
196
|
+
Resource: string | undefined;
|
|
197
|
+
ResourceType: string | undefined;
|
|
198
|
+
|
|
199
|
+
constructor(
|
|
200
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
201
|
+
);
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
export declare class ServiceUnavailableException extends __BaseException {
|
|
205
|
+
readonly name: "ServiceUnavailableException";
|
|
206
|
+
readonly $fault: "server";
|
|
207
|
+
Message?: string;
|
|
208
|
+
|
|
209
|
+
constructor(
|
|
210
|
+
opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
|
|
211
|
+
);
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
export interface Tag {
|
|
215
|
+
Key: string | undefined;
|
|
216
|
+
|
|
217
|
+
Value: string | undefined;
|
|
218
|
+
}
|
|
219
|
+
export interface CreateAgreementRequest {
|
|
220
|
+
Description?: string;
|
|
221
|
+
|
|
222
|
+
ServerId: string | undefined;
|
|
223
|
+
|
|
224
|
+
LocalProfileId: string | undefined;
|
|
225
|
+
|
|
226
|
+
PartnerProfileId: string | undefined;
|
|
227
|
+
|
|
228
|
+
BaseDirectory: string | undefined;
|
|
229
|
+
|
|
230
|
+
AccessRole: string | undefined;
|
|
231
|
+
|
|
232
|
+
Status?: AgreementStatusType | string;
|
|
233
|
+
|
|
234
|
+
Tags?: Tag[];
|
|
235
|
+
}
|
|
236
|
+
export interface CreateAgreementResponse {
|
|
237
|
+
AgreementId: string | undefined;
|
|
238
|
+
}
|
|
239
|
+
export interface CreateConnectorRequest {
|
|
240
|
+
Url: string | undefined;
|
|
241
|
+
|
|
242
|
+
As2Config: As2ConnectorConfig | undefined;
|
|
243
|
+
|
|
244
|
+
AccessRole: string | undefined;
|
|
245
|
+
|
|
246
|
+
LoggingRole?: string;
|
|
247
|
+
|
|
248
|
+
Tags?: Tag[];
|
|
249
|
+
}
|
|
250
|
+
export interface CreateConnectorResponse {
|
|
251
|
+
ConnectorId: string | undefined;
|
|
252
|
+
}
|
|
253
|
+
export declare enum ProfileType {
|
|
254
|
+
LOCAL = "LOCAL",
|
|
255
|
+
PARTNER = "PARTNER",
|
|
256
|
+
}
|
|
257
|
+
export interface CreateProfileRequest {
|
|
258
|
+
As2Id: string | undefined;
|
|
259
|
+
|
|
260
|
+
ProfileType: ProfileType | string | undefined;
|
|
261
|
+
|
|
262
|
+
CertificateIds?: string[];
|
|
263
|
+
|
|
264
|
+
Tags?: Tag[];
|
|
265
|
+
}
|
|
266
|
+
export interface CreateProfileResponse {
|
|
267
|
+
ProfileId: string | undefined;
|
|
268
|
+
}
|
|
269
|
+
export declare enum Domain {
|
|
270
|
+
EFS = "EFS",
|
|
271
|
+
S3 = "S3",
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
export interface EndpointDetails {
|
|
275
|
+
AddressAllocationIds?: string[];
|
|
276
|
+
|
|
277
|
+
SubnetIds?: string[];
|
|
278
|
+
|
|
279
|
+
VpcEndpointId?: string;
|
|
280
|
+
|
|
281
|
+
VpcId?: string;
|
|
282
|
+
|
|
283
|
+
SecurityGroupIds?: string[];
|
|
284
|
+
}
|
|
285
|
+
export declare enum EndpointType {
|
|
286
|
+
PUBLIC = "PUBLIC",
|
|
287
|
+
VPC = "VPC",
|
|
288
|
+
VPC_ENDPOINT = "VPC_ENDPOINT",
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
export interface IdentityProviderDetails {
|
|
292
|
+
Url?: string;
|
|
293
|
+
|
|
294
|
+
InvocationRole?: string;
|
|
295
|
+
|
|
296
|
+
DirectoryId?: string;
|
|
297
|
+
|
|
298
|
+
Function?: string;
|
|
299
|
+
}
|
|
300
|
+
export declare enum IdentityProviderType {
|
|
301
|
+
API_GATEWAY = "API_GATEWAY",
|
|
302
|
+
AWS_DIRECTORY_SERVICE = "AWS_DIRECTORY_SERVICE",
|
|
303
|
+
AWS_LAMBDA = "AWS_LAMBDA",
|
|
304
|
+
SERVICE_MANAGED = "SERVICE_MANAGED",
|
|
305
|
+
}
|
|
306
|
+
export declare enum SetStatOption {
|
|
307
|
+
DEFAULT = "DEFAULT",
|
|
308
|
+
ENABLE_NO_OP = "ENABLE_NO_OP",
|
|
309
|
+
}
|
|
310
|
+
export declare enum TlsSessionResumptionMode {
|
|
311
|
+
DISABLED = "DISABLED",
|
|
312
|
+
ENABLED = "ENABLED",
|
|
313
|
+
ENFORCED = "ENFORCED",
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
export interface ProtocolDetails {
|
|
317
|
+
PassiveIp?: string;
|
|
318
|
+
|
|
319
|
+
TlsSessionResumptionMode?: TlsSessionResumptionMode | string;
|
|
320
|
+
|
|
321
|
+
SetStatOption?: SetStatOption | string;
|
|
322
|
+
|
|
323
|
+
As2Transports?: (As2Transport | string)[];
|
|
324
|
+
}
|
|
325
|
+
export declare enum Protocol {
|
|
326
|
+
AS2 = "AS2",
|
|
327
|
+
FTP = "FTP",
|
|
328
|
+
FTPS = "FTPS",
|
|
329
|
+
SFTP = "SFTP",
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
export interface WorkflowDetail {
|
|
333
|
+
WorkflowId: string | undefined;
|
|
334
|
+
|
|
335
|
+
ExecutionRole: string | undefined;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
export interface WorkflowDetails {
|
|
339
|
+
OnUpload: WorkflowDetail[] | undefined;
|
|
340
|
+
}
|
|
341
|
+
export interface CreateServerRequest {
|
|
342
|
+
Certificate?: string;
|
|
343
|
+
|
|
344
|
+
Domain?: Domain | string;
|
|
345
|
+
|
|
346
|
+
EndpointDetails?: EndpointDetails;
|
|
347
|
+
|
|
348
|
+
EndpointType?: EndpointType | string;
|
|
349
|
+
|
|
350
|
+
HostKey?: string;
|
|
351
|
+
|
|
352
|
+
IdentityProviderDetails?: IdentityProviderDetails;
|
|
353
|
+
|
|
354
|
+
IdentityProviderType?: IdentityProviderType | string;
|
|
355
|
+
|
|
356
|
+
LoggingRole?: string;
|
|
357
|
+
|
|
358
|
+
PostAuthenticationLoginBanner?: string;
|
|
359
|
+
|
|
360
|
+
PreAuthenticationLoginBanner?: string;
|
|
361
|
+
|
|
362
|
+
Protocols?: (Protocol | string)[];
|
|
363
|
+
|
|
364
|
+
ProtocolDetails?: ProtocolDetails;
|
|
365
|
+
|
|
366
|
+
SecurityPolicyName?: string;
|
|
367
|
+
|
|
368
|
+
Tags?: Tag[];
|
|
369
|
+
|
|
370
|
+
WorkflowDetails?: WorkflowDetails;
|
|
371
|
+
}
|
|
372
|
+
export interface CreateServerResponse {
|
|
373
|
+
ServerId: string | undefined;
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
export declare class ThrottlingException extends __BaseException {
|
|
377
|
+
readonly name: "ThrottlingException";
|
|
378
|
+
readonly $fault: "client";
|
|
379
|
+
RetryAfterSeconds?: string;
|
|
380
|
+
|
|
381
|
+
constructor(
|
|
382
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
383
|
+
);
|
|
384
|
+
}
|
|
385
|
+
export interface CreateUserRequest {
|
|
386
|
+
HomeDirectory?: string;
|
|
387
|
+
|
|
388
|
+
HomeDirectoryType?: HomeDirectoryType | string;
|
|
389
|
+
|
|
390
|
+
HomeDirectoryMappings?: HomeDirectoryMapEntry[];
|
|
391
|
+
|
|
392
|
+
Policy?: string;
|
|
393
|
+
|
|
394
|
+
PosixProfile?: PosixProfile;
|
|
395
|
+
|
|
396
|
+
Role: string | undefined;
|
|
397
|
+
|
|
398
|
+
ServerId: string | undefined;
|
|
399
|
+
|
|
400
|
+
SshPublicKeyBody?: string;
|
|
401
|
+
|
|
402
|
+
Tags?: Tag[];
|
|
403
|
+
|
|
404
|
+
UserName: string | undefined;
|
|
405
|
+
}
|
|
406
|
+
export interface CreateUserResponse {
|
|
407
|
+
ServerId: string | undefined;
|
|
408
|
+
|
|
409
|
+
UserName: string | undefined;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
export interface CustomStepDetails {
|
|
413
|
+
Name?: string;
|
|
414
|
+
|
|
415
|
+
Target?: string;
|
|
416
|
+
|
|
417
|
+
TimeoutSeconds?: number;
|
|
418
|
+
|
|
419
|
+
SourceFileLocation?: string;
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
export interface DeleteStepDetails {
|
|
423
|
+
Name?: string;
|
|
424
|
+
|
|
425
|
+
SourceFileLocation?: string;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
export interface S3Tag {
|
|
429
|
+
Key: string | undefined;
|
|
430
|
+
|
|
431
|
+
Value: string | undefined;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
export interface TagStepDetails {
|
|
435
|
+
Name?: string;
|
|
436
|
+
|
|
437
|
+
Tags?: S3Tag[];
|
|
438
|
+
|
|
439
|
+
SourceFileLocation?: string;
|
|
440
|
+
}
|
|
441
|
+
export declare enum WorkflowStepType {
|
|
442
|
+
COPY = "COPY",
|
|
443
|
+
CUSTOM = "CUSTOM",
|
|
444
|
+
DELETE = "DELETE",
|
|
445
|
+
TAG = "TAG",
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
export interface WorkflowStep {
|
|
449
|
+
Type?: WorkflowStepType | string;
|
|
450
|
+
|
|
451
|
+
CopyStepDetails?: CopyStepDetails;
|
|
452
|
+
|
|
453
|
+
CustomStepDetails?: CustomStepDetails;
|
|
454
|
+
|
|
455
|
+
DeleteStepDetails?: DeleteStepDetails;
|
|
456
|
+
|
|
457
|
+
TagStepDetails?: TagStepDetails;
|
|
458
|
+
}
|
|
459
|
+
export interface CreateWorkflowRequest {
|
|
460
|
+
Description?: string;
|
|
461
|
+
|
|
462
|
+
Steps: WorkflowStep[] | undefined;
|
|
463
|
+
|
|
464
|
+
OnExceptionSteps?: WorkflowStep[];
|
|
465
|
+
|
|
466
|
+
Tags?: Tag[];
|
|
467
|
+
}
|
|
468
|
+
export interface CreateWorkflowResponse {
|
|
469
|
+
WorkflowId: string | undefined;
|
|
470
|
+
}
|
|
471
|
+
export declare enum CustomStepStatus {
|
|
472
|
+
FAILURE = "FAILURE",
|
|
473
|
+
SUCCESS = "SUCCESS",
|
|
474
|
+
}
|
|
475
|
+
export interface DeleteAccessRequest {
|
|
476
|
+
ServerId: string | undefined;
|
|
477
|
+
|
|
478
|
+
ExternalId: string | undefined;
|
|
479
|
+
}
|
|
480
|
+
export interface DeleteAgreementRequest {
|
|
481
|
+
AgreementId: string | undefined;
|
|
482
|
+
|
|
483
|
+
ServerId: string | undefined;
|
|
484
|
+
}
|
|
485
|
+
export interface DeleteCertificateRequest {
|
|
486
|
+
CertificateId: string | undefined;
|
|
487
|
+
}
|
|
488
|
+
export interface DeleteConnectorRequest {
|
|
489
|
+
ConnectorId: string | undefined;
|
|
490
|
+
}
|
|
491
|
+
export interface DeleteHostKeyRequest {
|
|
492
|
+
ServerId: string | undefined;
|
|
493
|
+
|
|
494
|
+
HostKeyId: string | undefined;
|
|
495
|
+
}
|
|
496
|
+
export interface DeleteProfileRequest {
|
|
497
|
+
ProfileId: string | undefined;
|
|
498
|
+
}
|
|
499
|
+
export interface DeleteServerRequest {
|
|
500
|
+
ServerId: string | undefined;
|
|
501
|
+
}
|
|
502
|
+
export interface DeleteSshPublicKeyRequest {
|
|
503
|
+
ServerId: string | undefined;
|
|
504
|
+
|
|
505
|
+
SshPublicKeyId: string | undefined;
|
|
506
|
+
|
|
507
|
+
UserName: string | undefined;
|
|
508
|
+
}
|
|
509
|
+
export interface DeleteUserRequest {
|
|
510
|
+
ServerId: string | undefined;
|
|
511
|
+
|
|
512
|
+
UserName: string | undefined;
|
|
513
|
+
}
|
|
514
|
+
export interface DeleteWorkflowRequest {
|
|
515
|
+
WorkflowId: string | undefined;
|
|
516
|
+
}
|
|
517
|
+
export interface DescribeAccessRequest {
|
|
518
|
+
ServerId: string | undefined;
|
|
519
|
+
|
|
520
|
+
ExternalId: string | undefined;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
export interface DescribedAccess {
|
|
524
|
+
HomeDirectory?: string;
|
|
525
|
+
|
|
526
|
+
HomeDirectoryMappings?: HomeDirectoryMapEntry[];
|
|
527
|
+
|
|
528
|
+
HomeDirectoryType?: HomeDirectoryType | string;
|
|
529
|
+
|
|
530
|
+
Policy?: string;
|
|
531
|
+
|
|
532
|
+
PosixProfile?: PosixProfile;
|
|
533
|
+
|
|
534
|
+
Role?: string;
|
|
535
|
+
|
|
536
|
+
ExternalId?: string;
|
|
537
|
+
}
|
|
538
|
+
export interface DescribeAccessResponse {
|
|
539
|
+
ServerId: string | undefined;
|
|
540
|
+
|
|
541
|
+
Access: DescribedAccess | undefined;
|
|
542
|
+
}
|
|
543
|
+
export interface DescribeAgreementRequest {
|
|
544
|
+
AgreementId: string | undefined;
|
|
545
|
+
|
|
546
|
+
ServerId: string | undefined;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
export interface DescribedAgreement {
|
|
550
|
+
Arn: string | undefined;
|
|
551
|
+
|
|
552
|
+
AgreementId?: string;
|
|
553
|
+
|
|
554
|
+
Description?: string;
|
|
555
|
+
|
|
556
|
+
Status?: AgreementStatusType | string;
|
|
557
|
+
|
|
558
|
+
ServerId?: string;
|
|
559
|
+
|
|
560
|
+
LocalProfileId?: string;
|
|
561
|
+
|
|
562
|
+
PartnerProfileId?: string;
|
|
563
|
+
|
|
564
|
+
BaseDirectory?: string;
|
|
565
|
+
|
|
566
|
+
AccessRole?: string;
|
|
567
|
+
|
|
568
|
+
Tags?: Tag[];
|
|
569
|
+
}
|
|
570
|
+
export interface DescribeAgreementResponse {
|
|
571
|
+
Agreement: DescribedAgreement | undefined;
|
|
572
|
+
}
|
|
573
|
+
export interface DescribeCertificateRequest {
|
|
574
|
+
CertificateId: string | undefined;
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
export interface DescribedCertificate {
|
|
578
|
+
Arn: string | undefined;
|
|
579
|
+
|
|
580
|
+
CertificateId?: string;
|
|
581
|
+
|
|
582
|
+
Usage?: CertificateUsageType | string;
|
|
583
|
+
|
|
584
|
+
Status?: CertificateStatusType | string;
|
|
585
|
+
|
|
586
|
+
Certificate?: string;
|
|
587
|
+
|
|
588
|
+
CertificateChain?: string;
|
|
589
|
+
|
|
590
|
+
ActiveDate?: Date;
|
|
591
|
+
|
|
592
|
+
InactiveDate?: Date;
|
|
593
|
+
|
|
594
|
+
Serial?: string;
|
|
595
|
+
|
|
596
|
+
NotBeforeDate?: Date;
|
|
597
|
+
|
|
598
|
+
NotAfterDate?: Date;
|
|
599
|
+
|
|
600
|
+
Type?: CertificateType | string;
|
|
601
|
+
|
|
602
|
+
Description?: string;
|
|
603
|
+
|
|
604
|
+
Tags?: Tag[];
|
|
605
|
+
}
|
|
606
|
+
export interface DescribeCertificateResponse {
|
|
607
|
+
Certificate: DescribedCertificate | undefined;
|
|
608
|
+
}
|
|
609
|
+
export interface DescribeConnectorRequest {
|
|
610
|
+
ConnectorId: string | undefined;
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
export interface DescribedConnector {
|
|
614
|
+
Arn: string | undefined;
|
|
615
|
+
|
|
616
|
+
ConnectorId?: string;
|
|
617
|
+
|
|
618
|
+
Url?: string;
|
|
619
|
+
|
|
620
|
+
As2Config?: As2ConnectorConfig;
|
|
621
|
+
|
|
622
|
+
AccessRole?: string;
|
|
623
|
+
|
|
624
|
+
LoggingRole?: string;
|
|
625
|
+
|
|
626
|
+
Tags?: Tag[];
|
|
627
|
+
}
|
|
628
|
+
export interface DescribeConnectorResponse {
|
|
629
|
+
Connector: DescribedConnector | undefined;
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
export interface S3FileLocation {
|
|
633
|
+
Bucket?: string;
|
|
634
|
+
|
|
635
|
+
Key?: string;
|
|
636
|
+
|
|
637
|
+
VersionId?: string;
|
|
638
|
+
|
|
639
|
+
Etag?: string;
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
export interface FileLocation {
|
|
643
|
+
S3FileLocation?: S3FileLocation;
|
|
644
|
+
|
|
645
|
+
EfsFileLocation?: EfsFileLocation;
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
export interface LoggingConfiguration {
|
|
649
|
+
LoggingRole?: string;
|
|
650
|
+
|
|
651
|
+
LogGroupName?: string;
|
|
652
|
+
}
|
|
653
|
+
export declare enum ExecutionErrorType {
|
|
654
|
+
ALREADY_EXISTS = "ALREADY_EXISTS",
|
|
655
|
+
BAD_REQUEST = "BAD_REQUEST",
|
|
656
|
+
CUSTOM_STEP_FAILED = "CUSTOM_STEP_FAILED",
|
|
657
|
+
INTERNAL_SERVER_ERROR = "INTERNAL_SERVER_ERROR",
|
|
658
|
+
NOT_FOUND = "NOT_FOUND",
|
|
659
|
+
PERMISSION_DENIED = "PERMISSION_DENIED",
|
|
660
|
+
THROTTLED = "THROTTLED",
|
|
661
|
+
TIMEOUT = "TIMEOUT",
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
export interface ExecutionError {
|
|
665
|
+
Type: ExecutionErrorType | string | undefined;
|
|
666
|
+
|
|
667
|
+
Message: string | undefined;
|
|
668
|
+
}
|
|
669
|
+
|
|
670
|
+
export interface ExecutionStepResult {
|
|
671
|
+
StepType?: WorkflowStepType | string;
|
|
672
|
+
|
|
673
|
+
Outputs?: string;
|
|
674
|
+
|
|
675
|
+
Error?: ExecutionError;
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
export interface ExecutionResults {
|
|
679
|
+
Steps?: ExecutionStepResult[];
|
|
680
|
+
|
|
681
|
+
OnExceptionSteps?: ExecutionStepResult[];
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
export interface UserDetails {
|
|
685
|
+
UserName: string | undefined;
|
|
686
|
+
|
|
687
|
+
ServerId: string | undefined;
|
|
688
|
+
|
|
689
|
+
SessionId?: string;
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
export interface ServiceMetadata {
|
|
693
|
+
UserDetails: UserDetails | undefined;
|
|
694
|
+
}
|
|
695
|
+
export declare enum ExecutionStatus {
|
|
696
|
+
COMPLETED = "COMPLETED",
|
|
697
|
+
EXCEPTION = "EXCEPTION",
|
|
698
|
+
HANDLING_EXCEPTION = "HANDLING_EXCEPTION",
|
|
699
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
export interface DescribedExecution {
|
|
703
|
+
ExecutionId?: string;
|
|
704
|
+
|
|
705
|
+
InitialFileLocation?: FileLocation;
|
|
706
|
+
|
|
707
|
+
ServiceMetadata?: ServiceMetadata;
|
|
708
|
+
|
|
709
|
+
ExecutionRole?: string;
|
|
710
|
+
|
|
711
|
+
LoggingConfiguration?: LoggingConfiguration;
|
|
712
|
+
|
|
713
|
+
PosixProfile?: PosixProfile;
|
|
714
|
+
|
|
715
|
+
Status?: ExecutionStatus | string;
|
|
716
|
+
|
|
717
|
+
Results?: ExecutionResults;
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
export interface DescribedHostKey {
|
|
721
|
+
Arn: string | undefined;
|
|
722
|
+
|
|
723
|
+
HostKeyId?: string;
|
|
724
|
+
|
|
725
|
+
HostKeyFingerprint?: string;
|
|
726
|
+
|
|
727
|
+
Description?: string;
|
|
728
|
+
|
|
729
|
+
Type?: string;
|
|
730
|
+
|
|
731
|
+
DateImported?: Date;
|
|
732
|
+
|
|
733
|
+
Tags?: Tag[];
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
export interface DescribedProfile {
|
|
737
|
+
Arn: string | undefined;
|
|
738
|
+
|
|
739
|
+
ProfileId?: string;
|
|
740
|
+
|
|
741
|
+
ProfileType?: ProfileType | string;
|
|
742
|
+
|
|
743
|
+
As2Id?: string;
|
|
744
|
+
|
|
745
|
+
CertificateIds?: string[];
|
|
746
|
+
|
|
747
|
+
Tags?: Tag[];
|
|
748
|
+
}
|
|
749
|
+
|
|
750
|
+
export interface DescribedSecurityPolicy {
|
|
751
|
+
Fips?: boolean;
|
|
752
|
+
|
|
753
|
+
SecurityPolicyName: string | undefined;
|
|
754
|
+
|
|
755
|
+
SshCiphers?: string[];
|
|
756
|
+
|
|
757
|
+
SshKexs?: string[];
|
|
758
|
+
|
|
759
|
+
SshMacs?: string[];
|
|
760
|
+
|
|
761
|
+
TlsCiphers?: string[];
|
|
762
|
+
}
|
|
763
|
+
export declare enum State {
|
|
764
|
+
OFFLINE = "OFFLINE",
|
|
765
|
+
ONLINE = "ONLINE",
|
|
766
|
+
STARTING = "STARTING",
|
|
767
|
+
START_FAILED = "START_FAILED",
|
|
768
|
+
STOPPING = "STOPPING",
|
|
769
|
+
STOP_FAILED = "STOP_FAILED",
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
export interface DescribedServer {
|
|
773
|
+
Arn: string | undefined;
|
|
774
|
+
|
|
775
|
+
Certificate?: string;
|
|
776
|
+
|
|
777
|
+
ProtocolDetails?: ProtocolDetails;
|
|
778
|
+
|
|
779
|
+
Domain?: Domain | string;
|
|
780
|
+
|
|
781
|
+
EndpointDetails?: EndpointDetails;
|
|
782
|
+
|
|
783
|
+
EndpointType?: EndpointType | string;
|
|
784
|
+
|
|
785
|
+
HostKeyFingerprint?: string;
|
|
786
|
+
|
|
787
|
+
IdentityProviderDetails?: IdentityProviderDetails;
|
|
788
|
+
|
|
789
|
+
IdentityProviderType?: IdentityProviderType | string;
|
|
790
|
+
|
|
791
|
+
LoggingRole?: string;
|
|
792
|
+
|
|
793
|
+
PostAuthenticationLoginBanner?: string;
|
|
794
|
+
|
|
795
|
+
PreAuthenticationLoginBanner?: string;
|
|
796
|
+
|
|
797
|
+
Protocols?: (Protocol | string)[];
|
|
798
|
+
|
|
799
|
+
SecurityPolicyName?: string;
|
|
800
|
+
|
|
801
|
+
ServerId?: string;
|
|
802
|
+
|
|
803
|
+
State?: State | string;
|
|
804
|
+
|
|
805
|
+
Tags?: Tag[];
|
|
806
|
+
|
|
807
|
+
UserCount?: number;
|
|
808
|
+
|
|
809
|
+
WorkflowDetails?: WorkflowDetails;
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
export interface SshPublicKey {
|
|
813
|
+
DateImported: Date | undefined;
|
|
814
|
+
|
|
815
|
+
SshPublicKeyBody: string | undefined;
|
|
816
|
+
|
|
817
|
+
SshPublicKeyId: string | undefined;
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
export interface DescribedUser {
|
|
821
|
+
Arn: string | undefined;
|
|
822
|
+
|
|
823
|
+
HomeDirectory?: string;
|
|
824
|
+
|
|
825
|
+
HomeDirectoryMappings?: HomeDirectoryMapEntry[];
|
|
826
|
+
|
|
827
|
+
HomeDirectoryType?: HomeDirectoryType | string;
|
|
828
|
+
|
|
829
|
+
Policy?: string;
|
|
830
|
+
|
|
831
|
+
PosixProfile?: PosixProfile;
|
|
832
|
+
|
|
833
|
+
Role?: string;
|
|
834
|
+
|
|
835
|
+
SshPublicKeys?: SshPublicKey[];
|
|
836
|
+
|
|
837
|
+
Tags?: Tag[];
|
|
838
|
+
|
|
839
|
+
UserName?: string;
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
export interface DescribedWorkflow {
|
|
843
|
+
Arn: string | undefined;
|
|
844
|
+
|
|
845
|
+
Description?: string;
|
|
846
|
+
|
|
847
|
+
Steps?: WorkflowStep[];
|
|
848
|
+
|
|
849
|
+
OnExceptionSteps?: WorkflowStep[];
|
|
850
|
+
|
|
851
|
+
WorkflowId?: string;
|
|
852
|
+
|
|
853
|
+
Tags?: Tag[];
|
|
854
|
+
}
|
|
855
|
+
export interface DescribeExecutionRequest {
|
|
856
|
+
ExecutionId: string | undefined;
|
|
857
|
+
|
|
858
|
+
WorkflowId: string | undefined;
|
|
859
|
+
}
|
|
860
|
+
export interface DescribeExecutionResponse {
|
|
861
|
+
WorkflowId: string | undefined;
|
|
862
|
+
|
|
863
|
+
Execution: DescribedExecution | undefined;
|
|
864
|
+
}
|
|
865
|
+
export interface DescribeHostKeyRequest {
|
|
866
|
+
ServerId: string | undefined;
|
|
867
|
+
|
|
868
|
+
HostKeyId: string | undefined;
|
|
869
|
+
}
|
|
870
|
+
export interface DescribeHostKeyResponse {
|
|
871
|
+
HostKey: DescribedHostKey | undefined;
|
|
872
|
+
}
|
|
873
|
+
export interface DescribeProfileRequest {
|
|
874
|
+
ProfileId: string | undefined;
|
|
875
|
+
}
|
|
876
|
+
export interface DescribeProfileResponse {
|
|
877
|
+
Profile: DescribedProfile | undefined;
|
|
878
|
+
}
|
|
879
|
+
export interface DescribeSecurityPolicyRequest {
|
|
880
|
+
SecurityPolicyName: string | undefined;
|
|
881
|
+
}
|
|
882
|
+
export interface DescribeSecurityPolicyResponse {
|
|
883
|
+
SecurityPolicy: DescribedSecurityPolicy | undefined;
|
|
884
|
+
}
|
|
885
|
+
export interface DescribeServerRequest {
|
|
886
|
+
ServerId: string | undefined;
|
|
887
|
+
}
|
|
888
|
+
export interface DescribeServerResponse {
|
|
889
|
+
Server: DescribedServer | undefined;
|
|
890
|
+
}
|
|
891
|
+
export interface DescribeUserRequest {
|
|
892
|
+
ServerId: string | undefined;
|
|
893
|
+
|
|
894
|
+
UserName: string | undefined;
|
|
895
|
+
}
|
|
896
|
+
export interface DescribeUserResponse {
|
|
897
|
+
ServerId: string | undefined;
|
|
898
|
+
|
|
899
|
+
User: DescribedUser | undefined;
|
|
900
|
+
}
|
|
901
|
+
export interface DescribeWorkflowRequest {
|
|
902
|
+
WorkflowId: string | undefined;
|
|
903
|
+
}
|
|
904
|
+
export interface DescribeWorkflowResponse {
|
|
905
|
+
Workflow: DescribedWorkflow | undefined;
|
|
906
|
+
}
|
|
907
|
+
export interface ImportCertificateRequest {
|
|
908
|
+
Usage: CertificateUsageType | string | undefined;
|
|
909
|
+
|
|
910
|
+
Certificate: string | undefined;
|
|
911
|
+
|
|
912
|
+
CertificateChain?: string;
|
|
913
|
+
|
|
914
|
+
PrivateKey?: string;
|
|
915
|
+
|
|
916
|
+
ActiveDate?: Date;
|
|
917
|
+
|
|
918
|
+
InactiveDate?: Date;
|
|
919
|
+
|
|
920
|
+
Description?: string;
|
|
921
|
+
|
|
922
|
+
Tags?: Tag[];
|
|
923
|
+
}
|
|
924
|
+
export interface ImportCertificateResponse {
|
|
925
|
+
CertificateId: string | undefined;
|
|
926
|
+
}
|
|
927
|
+
export interface ImportHostKeyRequest {
|
|
928
|
+
ServerId: string | undefined;
|
|
929
|
+
|
|
930
|
+
HostKeyBody: string | undefined;
|
|
931
|
+
|
|
932
|
+
Description?: string;
|
|
933
|
+
|
|
934
|
+
Tags?: Tag[];
|
|
935
|
+
}
|
|
936
|
+
export interface ImportHostKeyResponse {
|
|
937
|
+
ServerId: string | undefined;
|
|
938
|
+
|
|
939
|
+
HostKeyId: string | undefined;
|
|
940
|
+
}
|
|
941
|
+
export interface ImportSshPublicKeyRequest {
|
|
942
|
+
ServerId: string | undefined;
|
|
943
|
+
|
|
944
|
+
SshPublicKeyBody: string | undefined;
|
|
945
|
+
|
|
946
|
+
UserName: string | undefined;
|
|
947
|
+
}
|
|
948
|
+
|
|
949
|
+
export interface ImportSshPublicKeyResponse {
|
|
950
|
+
ServerId: string | undefined;
|
|
951
|
+
|
|
952
|
+
SshPublicKeyId: string | undefined;
|
|
953
|
+
|
|
954
|
+
UserName: string | undefined;
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
export declare class InvalidNextTokenException extends __BaseException {
|
|
958
|
+
readonly name: "InvalidNextTokenException";
|
|
959
|
+
readonly $fault: "client";
|
|
960
|
+
Message: string | undefined;
|
|
961
|
+
|
|
962
|
+
constructor(
|
|
963
|
+
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
964
|
+
);
|
|
965
|
+
}
|
|
966
|
+
export interface ListAccessesRequest {
|
|
967
|
+
MaxResults?: number;
|
|
968
|
+
|
|
969
|
+
NextToken?: string;
|
|
970
|
+
|
|
971
|
+
ServerId: string | undefined;
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
export interface ListedAccess {
|
|
975
|
+
HomeDirectory?: string;
|
|
976
|
+
|
|
977
|
+
HomeDirectoryType?: HomeDirectoryType | string;
|
|
978
|
+
|
|
979
|
+
Role?: string;
|
|
980
|
+
|
|
981
|
+
ExternalId?: string;
|
|
982
|
+
}
|
|
983
|
+
export interface ListAccessesResponse {
|
|
984
|
+
NextToken?: string;
|
|
985
|
+
|
|
986
|
+
ServerId: string | undefined;
|
|
987
|
+
|
|
988
|
+
Accesses: ListedAccess[] | undefined;
|
|
989
|
+
}
|
|
990
|
+
export interface ListAgreementsRequest {
|
|
991
|
+
MaxResults?: number;
|
|
992
|
+
|
|
993
|
+
NextToken?: string;
|
|
994
|
+
|
|
995
|
+
ServerId: string | undefined;
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
export interface ListedAgreement {
|
|
999
|
+
Arn?: string;
|
|
1000
|
+
|
|
1001
|
+
AgreementId?: string;
|
|
1002
|
+
|
|
1003
|
+
Description?: string;
|
|
1004
|
+
|
|
1005
|
+
Status?: AgreementStatusType | string;
|
|
1006
|
+
|
|
1007
|
+
ServerId?: string;
|
|
1008
|
+
|
|
1009
|
+
LocalProfileId?: string;
|
|
1010
|
+
|
|
1011
|
+
PartnerProfileId?: string;
|
|
1012
|
+
}
|
|
1013
|
+
export interface ListAgreementsResponse {
|
|
1014
|
+
NextToken?: string;
|
|
1015
|
+
|
|
1016
|
+
Agreements: ListedAgreement[] | undefined;
|
|
1017
|
+
}
|
|
1018
|
+
export interface ListCertificatesRequest {
|
|
1019
|
+
MaxResults?: number;
|
|
1020
|
+
|
|
1021
|
+
NextToken?: string;
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
export interface ListedCertificate {
|
|
1025
|
+
Arn?: string;
|
|
1026
|
+
|
|
1027
|
+
CertificateId?: string;
|
|
1028
|
+
|
|
1029
|
+
Usage?: CertificateUsageType | string;
|
|
1030
|
+
|
|
1031
|
+
Status?: CertificateStatusType | string;
|
|
1032
|
+
|
|
1033
|
+
ActiveDate?: Date;
|
|
1034
|
+
|
|
1035
|
+
InactiveDate?: Date;
|
|
1036
|
+
|
|
1037
|
+
Type?: CertificateType | string;
|
|
1038
|
+
|
|
1039
|
+
Description?: string;
|
|
1040
|
+
}
|
|
1041
|
+
export interface ListCertificatesResponse {
|
|
1042
|
+
NextToken?: string;
|
|
1043
|
+
|
|
1044
|
+
Certificates: ListedCertificate[] | undefined;
|
|
1045
|
+
}
|
|
1046
|
+
export interface ListConnectorsRequest {
|
|
1047
|
+
MaxResults?: number;
|
|
1048
|
+
|
|
1049
|
+
NextToken?: string;
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
export interface ListedConnector {
|
|
1053
|
+
Arn?: string;
|
|
1054
|
+
|
|
1055
|
+
ConnectorId?: string;
|
|
1056
|
+
|
|
1057
|
+
Url?: string;
|
|
1058
|
+
}
|
|
1059
|
+
export interface ListConnectorsResponse {
|
|
1060
|
+
NextToken?: string;
|
|
1061
|
+
|
|
1062
|
+
Connectors: ListedConnector[] | undefined;
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
export interface ListedExecution {
|
|
1066
|
+
ExecutionId?: string;
|
|
1067
|
+
|
|
1068
|
+
InitialFileLocation?: FileLocation;
|
|
1069
|
+
|
|
1070
|
+
ServiceMetadata?: ServiceMetadata;
|
|
1071
|
+
|
|
1072
|
+
Status?: ExecutionStatus | string;
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
export interface ListedHostKey {
|
|
1076
|
+
Arn: string | undefined;
|
|
1077
|
+
|
|
1078
|
+
HostKeyId?: string;
|
|
1079
|
+
|
|
1080
|
+
Fingerprint?: string;
|
|
1081
|
+
|
|
1082
|
+
Description?: string;
|
|
1083
|
+
|
|
1084
|
+
Type?: string;
|
|
1085
|
+
|
|
1086
|
+
DateImported?: Date;
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
export interface ListedProfile {
|
|
1090
|
+
Arn?: string;
|
|
1091
|
+
|
|
1092
|
+
ProfileId?: string;
|
|
1093
|
+
|
|
1094
|
+
As2Id?: string;
|
|
1095
|
+
|
|
1096
|
+
ProfileType?: ProfileType | string;
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
export interface ListedServer {
|
|
1100
|
+
Arn: string | undefined;
|
|
1101
|
+
|
|
1102
|
+
Domain?: Domain | string;
|
|
1103
|
+
|
|
1104
|
+
IdentityProviderType?: IdentityProviderType | string;
|
|
1105
|
+
|
|
1106
|
+
EndpointType?: EndpointType | string;
|
|
1107
|
+
|
|
1108
|
+
LoggingRole?: string;
|
|
1109
|
+
|
|
1110
|
+
ServerId?: string;
|
|
1111
|
+
|
|
1112
|
+
State?: State | string;
|
|
1113
|
+
|
|
1114
|
+
UserCount?: number;
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
export interface ListedUser {
|
|
1118
|
+
Arn: string | undefined;
|
|
1119
|
+
|
|
1120
|
+
HomeDirectory?: string;
|
|
1121
|
+
|
|
1122
|
+
HomeDirectoryType?: HomeDirectoryType | string;
|
|
1123
|
+
|
|
1124
|
+
Role?: string;
|
|
1125
|
+
|
|
1126
|
+
SshPublicKeyCount?: number;
|
|
1127
|
+
|
|
1128
|
+
UserName?: string;
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1131
|
+
export interface ListedWorkflow {
|
|
1132
|
+
WorkflowId?: string;
|
|
1133
|
+
|
|
1134
|
+
Description?: string;
|
|
1135
|
+
|
|
1136
|
+
Arn?: string;
|
|
1137
|
+
}
|
|
1138
|
+
export interface ListExecutionsRequest {
|
|
1139
|
+
MaxResults?: number;
|
|
1140
|
+
|
|
1141
|
+
NextToken?: string;
|
|
1142
|
+
|
|
1143
|
+
WorkflowId: string | undefined;
|
|
1144
|
+
}
|
|
1145
|
+
export interface ListExecutionsResponse {
|
|
1146
|
+
NextToken?: string;
|
|
1147
|
+
|
|
1148
|
+
WorkflowId: string | undefined;
|
|
1149
|
+
|
|
1150
|
+
Executions: ListedExecution[] | undefined;
|
|
1151
|
+
}
|
|
1152
|
+
export interface ListHostKeysRequest {
|
|
1153
|
+
MaxResults?: number;
|
|
1154
|
+
|
|
1155
|
+
NextToken?: string;
|
|
1156
|
+
|
|
1157
|
+
ServerId: string | undefined;
|
|
1158
|
+
}
|
|
1159
|
+
export interface ListHostKeysResponse {
|
|
1160
|
+
NextToken?: string;
|
|
1161
|
+
|
|
1162
|
+
ServerId: string | undefined;
|
|
1163
|
+
|
|
1164
|
+
HostKeys: ListedHostKey[] | undefined;
|
|
1165
|
+
}
|
|
1166
|
+
export interface ListProfilesRequest {
|
|
1167
|
+
MaxResults?: number;
|
|
1168
|
+
|
|
1169
|
+
NextToken?: string;
|
|
1170
|
+
|
|
1171
|
+
ProfileType?: ProfileType | string;
|
|
1172
|
+
}
|
|
1173
|
+
export interface ListProfilesResponse {
|
|
1174
|
+
NextToken?: string;
|
|
1175
|
+
|
|
1176
|
+
Profiles: ListedProfile[] | undefined;
|
|
1177
|
+
}
|
|
1178
|
+
export interface ListSecurityPoliciesRequest {
|
|
1179
|
+
MaxResults?: number;
|
|
1180
|
+
|
|
1181
|
+
NextToken?: string;
|
|
1182
|
+
}
|
|
1183
|
+
export interface ListSecurityPoliciesResponse {
|
|
1184
|
+
NextToken?: string;
|
|
1185
|
+
|
|
1186
|
+
SecurityPolicyNames: string[] | undefined;
|
|
1187
|
+
}
|
|
1188
|
+
export interface ListServersRequest {
|
|
1189
|
+
MaxResults?: number;
|
|
1190
|
+
|
|
1191
|
+
NextToken?: string;
|
|
1192
|
+
}
|
|
1193
|
+
export interface ListServersResponse {
|
|
1194
|
+
NextToken?: string;
|
|
1195
|
+
|
|
1196
|
+
Servers: ListedServer[] | undefined;
|
|
1197
|
+
}
|
|
1198
|
+
export interface ListTagsForResourceRequest {
|
|
1199
|
+
Arn: string | undefined;
|
|
1200
|
+
|
|
1201
|
+
MaxResults?: number;
|
|
1202
|
+
|
|
1203
|
+
NextToken?: string;
|
|
1204
|
+
}
|
|
1205
|
+
export interface ListTagsForResourceResponse {
|
|
1206
|
+
Arn?: string;
|
|
1207
|
+
|
|
1208
|
+
NextToken?: string;
|
|
1209
|
+
|
|
1210
|
+
Tags?: Tag[];
|
|
1211
|
+
}
|
|
1212
|
+
export interface ListUsersRequest {
|
|
1213
|
+
MaxResults?: number;
|
|
1214
|
+
|
|
1215
|
+
NextToken?: string;
|
|
1216
|
+
|
|
1217
|
+
ServerId: string | undefined;
|
|
1218
|
+
}
|
|
1219
|
+
export interface ListUsersResponse {
|
|
1220
|
+
NextToken?: string;
|
|
1221
|
+
|
|
1222
|
+
ServerId: string | undefined;
|
|
1223
|
+
|
|
1224
|
+
Users: ListedUser[] | undefined;
|
|
1225
|
+
}
|
|
1226
|
+
export interface ListWorkflowsRequest {
|
|
1227
|
+
MaxResults?: number;
|
|
1228
|
+
|
|
1229
|
+
NextToken?: string;
|
|
1230
|
+
}
|
|
1231
|
+
export interface ListWorkflowsResponse {
|
|
1232
|
+
NextToken?: string;
|
|
1233
|
+
|
|
1234
|
+
Workflows: ListedWorkflow[] | undefined;
|
|
1235
|
+
}
|
|
1236
|
+
export interface SendWorkflowStepStateRequest {
|
|
1237
|
+
WorkflowId: string | undefined;
|
|
1238
|
+
|
|
1239
|
+
ExecutionId: string | undefined;
|
|
1240
|
+
|
|
1241
|
+
Token: string | undefined;
|
|
1242
|
+
|
|
1243
|
+
Status: CustomStepStatus | string | undefined;
|
|
1244
|
+
}
|
|
1245
|
+
export interface SendWorkflowStepStateResponse {}
|
|
1246
|
+
export interface StartFileTransferRequest {
|
|
1247
|
+
ConnectorId: string | undefined;
|
|
1248
|
+
|
|
1249
|
+
SendFilePaths: string[] | undefined;
|
|
1250
|
+
}
|
|
1251
|
+
export interface StartFileTransferResponse {
|
|
1252
|
+
TransferId: string | undefined;
|
|
1253
|
+
}
|
|
1254
|
+
export interface StartServerRequest {
|
|
1255
|
+
ServerId: string | undefined;
|
|
1256
|
+
}
|
|
1257
|
+
export interface StopServerRequest {
|
|
1258
|
+
ServerId: string | undefined;
|
|
1259
|
+
}
|
|
1260
|
+
export interface TagResourceRequest {
|
|
1261
|
+
Arn: string | undefined;
|
|
1262
|
+
|
|
1263
|
+
Tags: Tag[] | undefined;
|
|
1264
|
+
}
|
|
1265
|
+
export interface TestIdentityProviderRequest {
|
|
1266
|
+
ServerId: string | undefined;
|
|
1267
|
+
|
|
1268
|
+
ServerProtocol?: Protocol | string;
|
|
1269
|
+
|
|
1270
|
+
SourceIp?: string;
|
|
1271
|
+
|
|
1272
|
+
UserName: string | undefined;
|
|
1273
|
+
|
|
1274
|
+
UserPassword?: string;
|
|
1275
|
+
}
|
|
1276
|
+
export interface TestIdentityProviderResponse {
|
|
1277
|
+
Response?: string;
|
|
1278
|
+
|
|
1279
|
+
StatusCode: number | undefined;
|
|
1280
|
+
|
|
1281
|
+
Message?: string;
|
|
1282
|
+
|
|
1283
|
+
Url: string | undefined;
|
|
1284
|
+
}
|
|
1285
|
+
export interface UntagResourceRequest {
|
|
1286
|
+
Arn: string | undefined;
|
|
1287
|
+
|
|
1288
|
+
TagKeys: string[] | undefined;
|
|
1289
|
+
}
|
|
1290
|
+
export interface UpdateAccessRequest {
|
|
1291
|
+
HomeDirectory?: string;
|
|
1292
|
+
|
|
1293
|
+
HomeDirectoryType?: HomeDirectoryType | string;
|
|
1294
|
+
|
|
1295
|
+
HomeDirectoryMappings?: HomeDirectoryMapEntry[];
|
|
1296
|
+
|
|
1297
|
+
Policy?: string;
|
|
1298
|
+
|
|
1299
|
+
PosixProfile?: PosixProfile;
|
|
1300
|
+
|
|
1301
|
+
Role?: string;
|
|
1302
|
+
|
|
1303
|
+
ServerId: string | undefined;
|
|
1304
|
+
|
|
1305
|
+
ExternalId: string | undefined;
|
|
1306
|
+
}
|
|
1307
|
+
export interface UpdateAccessResponse {
|
|
1308
|
+
ServerId: string | undefined;
|
|
1309
|
+
|
|
1310
|
+
ExternalId: string | undefined;
|
|
1311
|
+
}
|
|
1312
|
+
export interface UpdateAgreementRequest {
|
|
1313
|
+
AgreementId: string | undefined;
|
|
1314
|
+
|
|
1315
|
+
ServerId: string | undefined;
|
|
1316
|
+
|
|
1317
|
+
Description?: string;
|
|
1318
|
+
|
|
1319
|
+
Status?: AgreementStatusType | string;
|
|
1320
|
+
|
|
1321
|
+
LocalProfileId?: string;
|
|
1322
|
+
|
|
1323
|
+
PartnerProfileId?: string;
|
|
1324
|
+
|
|
1325
|
+
BaseDirectory?: string;
|
|
1326
|
+
|
|
1327
|
+
AccessRole?: string;
|
|
1328
|
+
}
|
|
1329
|
+
export interface UpdateAgreementResponse {
|
|
1330
|
+
AgreementId: string | undefined;
|
|
1331
|
+
}
|
|
1332
|
+
export interface UpdateCertificateRequest {
|
|
1333
|
+
CertificateId: string | undefined;
|
|
1334
|
+
|
|
1335
|
+
ActiveDate?: Date;
|
|
1336
|
+
|
|
1337
|
+
InactiveDate?: Date;
|
|
1338
|
+
|
|
1339
|
+
Description?: string;
|
|
1340
|
+
}
|
|
1341
|
+
export interface UpdateCertificateResponse {
|
|
1342
|
+
CertificateId: string | undefined;
|
|
1343
|
+
}
|
|
1344
|
+
export interface UpdateConnectorRequest {
|
|
1345
|
+
ConnectorId: string | undefined;
|
|
1346
|
+
|
|
1347
|
+
Url?: string;
|
|
1348
|
+
|
|
1349
|
+
As2Config?: As2ConnectorConfig;
|
|
1350
|
+
|
|
1351
|
+
AccessRole?: string;
|
|
1352
|
+
|
|
1353
|
+
LoggingRole?: string;
|
|
1354
|
+
}
|
|
1355
|
+
export interface UpdateConnectorResponse {
|
|
1356
|
+
ConnectorId: string | undefined;
|
|
1357
|
+
}
|
|
1358
|
+
export interface UpdateHostKeyRequest {
|
|
1359
|
+
ServerId: string | undefined;
|
|
1360
|
+
|
|
1361
|
+
HostKeyId: string | undefined;
|
|
1362
|
+
|
|
1363
|
+
Description: string | undefined;
|
|
1364
|
+
}
|
|
1365
|
+
export interface UpdateHostKeyResponse {
|
|
1366
|
+
ServerId: string | undefined;
|
|
1367
|
+
|
|
1368
|
+
HostKeyId: string | undefined;
|
|
1369
|
+
}
|
|
1370
|
+
export interface UpdateProfileRequest {
|
|
1371
|
+
ProfileId: string | undefined;
|
|
1372
|
+
|
|
1373
|
+
CertificateIds?: string[];
|
|
1374
|
+
}
|
|
1375
|
+
export interface UpdateProfileResponse {
|
|
1376
|
+
ProfileId: string | undefined;
|
|
1377
|
+
}
|
|
1378
|
+
export interface UpdateServerRequest {
|
|
1379
|
+
Certificate?: string;
|
|
1380
|
+
|
|
1381
|
+
ProtocolDetails?: ProtocolDetails;
|
|
1382
|
+
|
|
1383
|
+
EndpointDetails?: EndpointDetails;
|
|
1384
|
+
|
|
1385
|
+
EndpointType?: EndpointType | string;
|
|
1386
|
+
|
|
1387
|
+
HostKey?: string;
|
|
1388
|
+
|
|
1389
|
+
IdentityProviderDetails?: IdentityProviderDetails;
|
|
1390
|
+
|
|
1391
|
+
LoggingRole?: string;
|
|
1392
|
+
|
|
1393
|
+
PostAuthenticationLoginBanner?: string;
|
|
1394
|
+
|
|
1395
|
+
PreAuthenticationLoginBanner?: string;
|
|
1396
|
+
|
|
1397
|
+
Protocols?: (Protocol | string)[];
|
|
1398
|
+
|
|
1399
|
+
SecurityPolicyName?: string;
|
|
1400
|
+
|
|
1401
|
+
ServerId: string | undefined;
|
|
1402
|
+
|
|
1403
|
+
WorkflowDetails?: WorkflowDetails;
|
|
1404
|
+
}
|
|
1405
|
+
export interface UpdateServerResponse {
|
|
1406
|
+
ServerId: string | undefined;
|
|
1407
|
+
}
|
|
1408
|
+
export interface UpdateUserRequest {
|
|
1409
|
+
HomeDirectory?: string;
|
|
1410
|
+
|
|
1411
|
+
HomeDirectoryType?: HomeDirectoryType | string;
|
|
1412
|
+
|
|
1413
|
+
HomeDirectoryMappings?: HomeDirectoryMapEntry[];
|
|
1414
|
+
|
|
1415
|
+
Policy?: string;
|
|
1416
|
+
|
|
1417
|
+
PosixProfile?: PosixProfile;
|
|
1418
|
+
|
|
1419
|
+
Role?: string;
|
|
1420
|
+
|
|
1421
|
+
ServerId: string | undefined;
|
|
1422
|
+
|
|
1423
|
+
UserName: string | undefined;
|
|
1424
|
+
}
|
|
1425
|
+
|
|
1426
|
+
export interface UpdateUserResponse {
|
|
1427
|
+
ServerId: string | undefined;
|
|
1428
|
+
|
|
1429
|
+
UserName: string | undefined;
|
|
1430
|
+
}
|
|
1431
|
+
|
|
1432
|
+
export declare const As2ConnectorConfigFilterSensitiveLog: (
|
|
1433
|
+
obj: As2ConnectorConfig
|
|
1434
|
+
) => any;
|
|
1435
|
+
|
|
1436
|
+
export declare const EfsFileLocationFilterSensitiveLog: (
|
|
1437
|
+
obj: EfsFileLocation
|
|
1438
|
+
) => any;
|
|
1439
|
+
|
|
1440
|
+
export declare const S3InputFileLocationFilterSensitiveLog: (
|
|
1441
|
+
obj: S3InputFileLocation
|
|
1442
|
+
) => any;
|
|
1443
|
+
|
|
1444
|
+
export declare const InputFileLocationFilterSensitiveLog: (
|
|
1445
|
+
obj: InputFileLocation
|
|
1446
|
+
) => any;
|
|
1447
|
+
|
|
1448
|
+
export declare const CopyStepDetailsFilterSensitiveLog: (
|
|
1449
|
+
obj: CopyStepDetails
|
|
1450
|
+
) => any;
|
|
1451
|
+
|
|
1452
|
+
export declare const HomeDirectoryMapEntryFilterSensitiveLog: (
|
|
1453
|
+
obj: HomeDirectoryMapEntry
|
|
1454
|
+
) => any;
|
|
1455
|
+
|
|
1456
|
+
export declare const PosixProfileFilterSensitiveLog: (obj: PosixProfile) => any;
|
|
1457
|
+
|
|
1458
|
+
export declare const CreateAccessRequestFilterSensitiveLog: (
|
|
1459
|
+
obj: CreateAccessRequest
|
|
1460
|
+
) => any;
|
|
1461
|
+
|
|
1462
|
+
export declare const CreateAccessResponseFilterSensitiveLog: (
|
|
1463
|
+
obj: CreateAccessResponse
|
|
1464
|
+
) => any;
|
|
1465
|
+
|
|
1466
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1467
|
+
|
|
1468
|
+
export declare const CreateAgreementRequestFilterSensitiveLog: (
|
|
1469
|
+
obj: CreateAgreementRequest
|
|
1470
|
+
) => any;
|
|
1471
|
+
|
|
1472
|
+
export declare const CreateAgreementResponseFilterSensitiveLog: (
|
|
1473
|
+
obj: CreateAgreementResponse
|
|
1474
|
+
) => any;
|
|
1475
|
+
|
|
1476
|
+
export declare const CreateConnectorRequestFilterSensitiveLog: (
|
|
1477
|
+
obj: CreateConnectorRequest
|
|
1478
|
+
) => any;
|
|
1479
|
+
|
|
1480
|
+
export declare const CreateConnectorResponseFilterSensitiveLog: (
|
|
1481
|
+
obj: CreateConnectorResponse
|
|
1482
|
+
) => any;
|
|
1483
|
+
|
|
1484
|
+
export declare const CreateProfileRequestFilterSensitiveLog: (
|
|
1485
|
+
obj: CreateProfileRequest
|
|
1486
|
+
) => any;
|
|
1487
|
+
|
|
1488
|
+
export declare const CreateProfileResponseFilterSensitiveLog: (
|
|
1489
|
+
obj: CreateProfileResponse
|
|
1490
|
+
) => any;
|
|
1491
|
+
|
|
1492
|
+
export declare const EndpointDetailsFilterSensitiveLog: (
|
|
1493
|
+
obj: EndpointDetails
|
|
1494
|
+
) => any;
|
|
1495
|
+
|
|
1496
|
+
export declare const IdentityProviderDetailsFilterSensitiveLog: (
|
|
1497
|
+
obj: IdentityProviderDetails
|
|
1498
|
+
) => any;
|
|
1499
|
+
|
|
1500
|
+
export declare const ProtocolDetailsFilterSensitiveLog: (
|
|
1501
|
+
obj: ProtocolDetails
|
|
1502
|
+
) => any;
|
|
1503
|
+
|
|
1504
|
+
export declare const WorkflowDetailFilterSensitiveLog: (
|
|
1505
|
+
obj: WorkflowDetail
|
|
1506
|
+
) => any;
|
|
1507
|
+
|
|
1508
|
+
export declare const WorkflowDetailsFilterSensitiveLog: (
|
|
1509
|
+
obj: WorkflowDetails
|
|
1510
|
+
) => any;
|
|
1511
|
+
|
|
1512
|
+
export declare const CreateServerRequestFilterSensitiveLog: (
|
|
1513
|
+
obj: CreateServerRequest
|
|
1514
|
+
) => any;
|
|
1515
|
+
|
|
1516
|
+
export declare const CreateServerResponseFilterSensitiveLog: (
|
|
1517
|
+
obj: CreateServerResponse
|
|
1518
|
+
) => any;
|
|
1519
|
+
|
|
1520
|
+
export declare const CreateUserRequestFilterSensitiveLog: (
|
|
1521
|
+
obj: CreateUserRequest
|
|
1522
|
+
) => any;
|
|
1523
|
+
|
|
1524
|
+
export declare const CreateUserResponseFilterSensitiveLog: (
|
|
1525
|
+
obj: CreateUserResponse
|
|
1526
|
+
) => any;
|
|
1527
|
+
|
|
1528
|
+
export declare const CustomStepDetailsFilterSensitiveLog: (
|
|
1529
|
+
obj: CustomStepDetails
|
|
1530
|
+
) => any;
|
|
1531
|
+
|
|
1532
|
+
export declare const DeleteStepDetailsFilterSensitiveLog: (
|
|
1533
|
+
obj: DeleteStepDetails
|
|
1534
|
+
) => any;
|
|
1535
|
+
|
|
1536
|
+
export declare const S3TagFilterSensitiveLog: (obj: S3Tag) => any;
|
|
1537
|
+
|
|
1538
|
+
export declare const TagStepDetailsFilterSensitiveLog: (
|
|
1539
|
+
obj: TagStepDetails
|
|
1540
|
+
) => any;
|
|
1541
|
+
|
|
1542
|
+
export declare const WorkflowStepFilterSensitiveLog: (obj: WorkflowStep) => any;
|
|
1543
|
+
|
|
1544
|
+
export declare const CreateWorkflowRequestFilterSensitiveLog: (
|
|
1545
|
+
obj: CreateWorkflowRequest
|
|
1546
|
+
) => any;
|
|
1547
|
+
|
|
1548
|
+
export declare const CreateWorkflowResponseFilterSensitiveLog: (
|
|
1549
|
+
obj: CreateWorkflowResponse
|
|
1550
|
+
) => any;
|
|
1551
|
+
|
|
1552
|
+
export declare const DeleteAccessRequestFilterSensitiveLog: (
|
|
1553
|
+
obj: DeleteAccessRequest
|
|
1554
|
+
) => any;
|
|
1555
|
+
|
|
1556
|
+
export declare const DeleteAgreementRequestFilterSensitiveLog: (
|
|
1557
|
+
obj: DeleteAgreementRequest
|
|
1558
|
+
) => any;
|
|
1559
|
+
|
|
1560
|
+
export declare const DeleteCertificateRequestFilterSensitiveLog: (
|
|
1561
|
+
obj: DeleteCertificateRequest
|
|
1562
|
+
) => any;
|
|
1563
|
+
|
|
1564
|
+
export declare const DeleteConnectorRequestFilterSensitiveLog: (
|
|
1565
|
+
obj: DeleteConnectorRequest
|
|
1566
|
+
) => any;
|
|
1567
|
+
|
|
1568
|
+
export declare const DeleteHostKeyRequestFilterSensitiveLog: (
|
|
1569
|
+
obj: DeleteHostKeyRequest
|
|
1570
|
+
) => any;
|
|
1571
|
+
|
|
1572
|
+
export declare const DeleteProfileRequestFilterSensitiveLog: (
|
|
1573
|
+
obj: DeleteProfileRequest
|
|
1574
|
+
) => any;
|
|
1575
|
+
|
|
1576
|
+
export declare const DeleteServerRequestFilterSensitiveLog: (
|
|
1577
|
+
obj: DeleteServerRequest
|
|
1578
|
+
) => any;
|
|
1579
|
+
|
|
1580
|
+
export declare const DeleteSshPublicKeyRequestFilterSensitiveLog: (
|
|
1581
|
+
obj: DeleteSshPublicKeyRequest
|
|
1582
|
+
) => any;
|
|
1583
|
+
|
|
1584
|
+
export declare const DeleteUserRequestFilterSensitiveLog: (
|
|
1585
|
+
obj: DeleteUserRequest
|
|
1586
|
+
) => any;
|
|
1587
|
+
|
|
1588
|
+
export declare const DeleteWorkflowRequestFilterSensitiveLog: (
|
|
1589
|
+
obj: DeleteWorkflowRequest
|
|
1590
|
+
) => any;
|
|
1591
|
+
|
|
1592
|
+
export declare const DescribeAccessRequestFilterSensitiveLog: (
|
|
1593
|
+
obj: DescribeAccessRequest
|
|
1594
|
+
) => any;
|
|
1595
|
+
|
|
1596
|
+
export declare const DescribedAccessFilterSensitiveLog: (
|
|
1597
|
+
obj: DescribedAccess
|
|
1598
|
+
) => any;
|
|
1599
|
+
|
|
1600
|
+
export declare const DescribeAccessResponseFilterSensitiveLog: (
|
|
1601
|
+
obj: DescribeAccessResponse
|
|
1602
|
+
) => any;
|
|
1603
|
+
|
|
1604
|
+
export declare const DescribeAgreementRequestFilterSensitiveLog: (
|
|
1605
|
+
obj: DescribeAgreementRequest
|
|
1606
|
+
) => any;
|
|
1607
|
+
|
|
1608
|
+
export declare const DescribedAgreementFilterSensitiveLog: (
|
|
1609
|
+
obj: DescribedAgreement
|
|
1610
|
+
) => any;
|
|
1611
|
+
|
|
1612
|
+
export declare const DescribeAgreementResponseFilterSensitiveLog: (
|
|
1613
|
+
obj: DescribeAgreementResponse
|
|
1614
|
+
) => any;
|
|
1615
|
+
|
|
1616
|
+
export declare const DescribeCertificateRequestFilterSensitiveLog: (
|
|
1617
|
+
obj: DescribeCertificateRequest
|
|
1618
|
+
) => any;
|
|
1619
|
+
|
|
1620
|
+
export declare const DescribedCertificateFilterSensitiveLog: (
|
|
1621
|
+
obj: DescribedCertificate
|
|
1622
|
+
) => any;
|
|
1623
|
+
|
|
1624
|
+
export declare const DescribeCertificateResponseFilterSensitiveLog: (
|
|
1625
|
+
obj: DescribeCertificateResponse
|
|
1626
|
+
) => any;
|
|
1627
|
+
|
|
1628
|
+
export declare const DescribeConnectorRequestFilterSensitiveLog: (
|
|
1629
|
+
obj: DescribeConnectorRequest
|
|
1630
|
+
) => any;
|
|
1631
|
+
|
|
1632
|
+
export declare const DescribedConnectorFilterSensitiveLog: (
|
|
1633
|
+
obj: DescribedConnector
|
|
1634
|
+
) => any;
|
|
1635
|
+
|
|
1636
|
+
export declare const DescribeConnectorResponseFilterSensitiveLog: (
|
|
1637
|
+
obj: DescribeConnectorResponse
|
|
1638
|
+
) => any;
|
|
1639
|
+
|
|
1640
|
+
export declare const S3FileLocationFilterSensitiveLog: (
|
|
1641
|
+
obj: S3FileLocation
|
|
1642
|
+
) => any;
|
|
1643
|
+
|
|
1644
|
+
export declare const FileLocationFilterSensitiveLog: (obj: FileLocation) => any;
|
|
1645
|
+
|
|
1646
|
+
export declare const LoggingConfigurationFilterSensitiveLog: (
|
|
1647
|
+
obj: LoggingConfiguration
|
|
1648
|
+
) => any;
|
|
1649
|
+
|
|
1650
|
+
export declare const ExecutionErrorFilterSensitiveLog: (
|
|
1651
|
+
obj: ExecutionError
|
|
1652
|
+
) => any;
|
|
1653
|
+
|
|
1654
|
+
export declare const ExecutionStepResultFilterSensitiveLog: (
|
|
1655
|
+
obj: ExecutionStepResult
|
|
1656
|
+
) => any;
|
|
1657
|
+
|
|
1658
|
+
export declare const ExecutionResultsFilterSensitiveLog: (
|
|
1659
|
+
obj: ExecutionResults
|
|
1660
|
+
) => any;
|
|
1661
|
+
|
|
1662
|
+
export declare const UserDetailsFilterSensitiveLog: (obj: UserDetails) => any;
|
|
1663
|
+
|
|
1664
|
+
export declare const ServiceMetadataFilterSensitiveLog: (
|
|
1665
|
+
obj: ServiceMetadata
|
|
1666
|
+
) => any;
|
|
1667
|
+
|
|
1668
|
+
export declare const DescribedExecutionFilterSensitiveLog: (
|
|
1669
|
+
obj: DescribedExecution
|
|
1670
|
+
) => any;
|
|
1671
|
+
|
|
1672
|
+
export declare const DescribedHostKeyFilterSensitiveLog: (
|
|
1673
|
+
obj: DescribedHostKey
|
|
1674
|
+
) => any;
|
|
1675
|
+
|
|
1676
|
+
export declare const DescribedProfileFilterSensitiveLog: (
|
|
1677
|
+
obj: DescribedProfile
|
|
1678
|
+
) => any;
|
|
1679
|
+
|
|
1680
|
+
export declare const DescribedSecurityPolicyFilterSensitiveLog: (
|
|
1681
|
+
obj: DescribedSecurityPolicy
|
|
1682
|
+
) => any;
|
|
1683
|
+
|
|
1684
|
+
export declare const DescribedServerFilterSensitiveLog: (
|
|
1685
|
+
obj: DescribedServer
|
|
1686
|
+
) => any;
|
|
1687
|
+
|
|
1688
|
+
export declare const SshPublicKeyFilterSensitiveLog: (obj: SshPublicKey) => any;
|
|
1689
|
+
|
|
1690
|
+
export declare const DescribedUserFilterSensitiveLog: (
|
|
1691
|
+
obj: DescribedUser
|
|
1692
|
+
) => any;
|
|
1693
|
+
|
|
1694
|
+
export declare const DescribedWorkflowFilterSensitiveLog: (
|
|
1695
|
+
obj: DescribedWorkflow
|
|
1696
|
+
) => any;
|
|
1697
|
+
|
|
1698
|
+
export declare const DescribeExecutionRequestFilterSensitiveLog: (
|
|
1699
|
+
obj: DescribeExecutionRequest
|
|
1700
|
+
) => any;
|
|
1701
|
+
|
|
1702
|
+
export declare const DescribeExecutionResponseFilterSensitiveLog: (
|
|
1703
|
+
obj: DescribeExecutionResponse
|
|
1704
|
+
) => any;
|
|
1705
|
+
|
|
1706
|
+
export declare const DescribeHostKeyRequestFilterSensitiveLog: (
|
|
1707
|
+
obj: DescribeHostKeyRequest
|
|
1708
|
+
) => any;
|
|
1709
|
+
|
|
1710
|
+
export declare const DescribeHostKeyResponseFilterSensitiveLog: (
|
|
1711
|
+
obj: DescribeHostKeyResponse
|
|
1712
|
+
) => any;
|
|
1713
|
+
|
|
1714
|
+
export declare const DescribeProfileRequestFilterSensitiveLog: (
|
|
1715
|
+
obj: DescribeProfileRequest
|
|
1716
|
+
) => any;
|
|
1717
|
+
|
|
1718
|
+
export declare const DescribeProfileResponseFilterSensitiveLog: (
|
|
1719
|
+
obj: DescribeProfileResponse
|
|
1720
|
+
) => any;
|
|
1721
|
+
|
|
1722
|
+
export declare const DescribeSecurityPolicyRequestFilterSensitiveLog: (
|
|
1723
|
+
obj: DescribeSecurityPolicyRequest
|
|
1724
|
+
) => any;
|
|
1725
|
+
|
|
1726
|
+
export declare const DescribeSecurityPolicyResponseFilterSensitiveLog: (
|
|
1727
|
+
obj: DescribeSecurityPolicyResponse
|
|
1728
|
+
) => any;
|
|
1729
|
+
|
|
1730
|
+
export declare const DescribeServerRequestFilterSensitiveLog: (
|
|
1731
|
+
obj: DescribeServerRequest
|
|
1732
|
+
) => any;
|
|
1733
|
+
|
|
1734
|
+
export declare const DescribeServerResponseFilterSensitiveLog: (
|
|
1735
|
+
obj: DescribeServerResponse
|
|
1736
|
+
) => any;
|
|
1737
|
+
|
|
1738
|
+
export declare const DescribeUserRequestFilterSensitiveLog: (
|
|
1739
|
+
obj: DescribeUserRequest
|
|
1740
|
+
) => any;
|
|
1741
|
+
|
|
1742
|
+
export declare const DescribeUserResponseFilterSensitiveLog: (
|
|
1743
|
+
obj: DescribeUserResponse
|
|
1744
|
+
) => any;
|
|
1745
|
+
|
|
1746
|
+
export declare const DescribeWorkflowRequestFilterSensitiveLog: (
|
|
1747
|
+
obj: DescribeWorkflowRequest
|
|
1748
|
+
) => any;
|
|
1749
|
+
|
|
1750
|
+
export declare const DescribeWorkflowResponseFilterSensitiveLog: (
|
|
1751
|
+
obj: DescribeWorkflowResponse
|
|
1752
|
+
) => any;
|
|
1753
|
+
|
|
1754
|
+
export declare const ImportCertificateRequestFilterSensitiveLog: (
|
|
1755
|
+
obj: ImportCertificateRequest
|
|
1756
|
+
) => any;
|
|
1757
|
+
|
|
1758
|
+
export declare const ImportCertificateResponseFilterSensitiveLog: (
|
|
1759
|
+
obj: ImportCertificateResponse
|
|
1760
|
+
) => any;
|
|
1761
|
+
|
|
1762
|
+
export declare const ImportHostKeyRequestFilterSensitiveLog: (
|
|
1763
|
+
obj: ImportHostKeyRequest
|
|
1764
|
+
) => any;
|
|
1765
|
+
|
|
1766
|
+
export declare const ImportHostKeyResponseFilterSensitiveLog: (
|
|
1767
|
+
obj: ImportHostKeyResponse
|
|
1768
|
+
) => any;
|
|
1769
|
+
|
|
1770
|
+
export declare const ImportSshPublicKeyRequestFilterSensitiveLog: (
|
|
1771
|
+
obj: ImportSshPublicKeyRequest
|
|
1772
|
+
) => any;
|
|
1773
|
+
|
|
1774
|
+
export declare const ImportSshPublicKeyResponseFilterSensitiveLog: (
|
|
1775
|
+
obj: ImportSshPublicKeyResponse
|
|
1776
|
+
) => any;
|
|
1777
|
+
|
|
1778
|
+
export declare const ListAccessesRequestFilterSensitiveLog: (
|
|
1779
|
+
obj: ListAccessesRequest
|
|
1780
|
+
) => any;
|
|
1781
|
+
|
|
1782
|
+
export declare const ListedAccessFilterSensitiveLog: (obj: ListedAccess) => any;
|
|
1783
|
+
|
|
1784
|
+
export declare const ListAccessesResponseFilterSensitiveLog: (
|
|
1785
|
+
obj: ListAccessesResponse
|
|
1786
|
+
) => any;
|
|
1787
|
+
|
|
1788
|
+
export declare const ListAgreementsRequestFilterSensitiveLog: (
|
|
1789
|
+
obj: ListAgreementsRequest
|
|
1790
|
+
) => any;
|
|
1791
|
+
|
|
1792
|
+
export declare const ListedAgreementFilterSensitiveLog: (
|
|
1793
|
+
obj: ListedAgreement
|
|
1794
|
+
) => any;
|
|
1795
|
+
|
|
1796
|
+
export declare const ListAgreementsResponseFilterSensitiveLog: (
|
|
1797
|
+
obj: ListAgreementsResponse
|
|
1798
|
+
) => any;
|
|
1799
|
+
|
|
1800
|
+
export declare const ListCertificatesRequestFilterSensitiveLog: (
|
|
1801
|
+
obj: ListCertificatesRequest
|
|
1802
|
+
) => any;
|
|
1803
|
+
|
|
1804
|
+
export declare const ListedCertificateFilterSensitiveLog: (
|
|
1805
|
+
obj: ListedCertificate
|
|
1806
|
+
) => any;
|
|
1807
|
+
|
|
1808
|
+
export declare const ListCertificatesResponseFilterSensitiveLog: (
|
|
1809
|
+
obj: ListCertificatesResponse
|
|
1810
|
+
) => any;
|
|
1811
|
+
|
|
1812
|
+
export declare const ListConnectorsRequestFilterSensitiveLog: (
|
|
1813
|
+
obj: ListConnectorsRequest
|
|
1814
|
+
) => any;
|
|
1815
|
+
|
|
1816
|
+
export declare const ListedConnectorFilterSensitiveLog: (
|
|
1817
|
+
obj: ListedConnector
|
|
1818
|
+
) => any;
|
|
1819
|
+
|
|
1820
|
+
export declare const ListConnectorsResponseFilterSensitiveLog: (
|
|
1821
|
+
obj: ListConnectorsResponse
|
|
1822
|
+
) => any;
|
|
1823
|
+
|
|
1824
|
+
export declare const ListedExecutionFilterSensitiveLog: (
|
|
1825
|
+
obj: ListedExecution
|
|
1826
|
+
) => any;
|
|
1827
|
+
|
|
1828
|
+
export declare const ListedHostKeyFilterSensitiveLog: (
|
|
1829
|
+
obj: ListedHostKey
|
|
1830
|
+
) => any;
|
|
1831
|
+
|
|
1832
|
+
export declare const ListedProfileFilterSensitiveLog: (
|
|
1833
|
+
obj: ListedProfile
|
|
1834
|
+
) => any;
|
|
1835
|
+
|
|
1836
|
+
export declare const ListedServerFilterSensitiveLog: (obj: ListedServer) => any;
|
|
1837
|
+
|
|
1838
|
+
export declare const ListedUserFilterSensitiveLog: (obj: ListedUser) => any;
|
|
1839
|
+
|
|
1840
|
+
export declare const ListedWorkflowFilterSensitiveLog: (
|
|
1841
|
+
obj: ListedWorkflow
|
|
1842
|
+
) => any;
|
|
1843
|
+
|
|
1844
|
+
export declare const ListExecutionsRequestFilterSensitiveLog: (
|
|
1845
|
+
obj: ListExecutionsRequest
|
|
1846
|
+
) => any;
|
|
1847
|
+
|
|
1848
|
+
export declare const ListExecutionsResponseFilterSensitiveLog: (
|
|
1849
|
+
obj: ListExecutionsResponse
|
|
1850
|
+
) => any;
|
|
1851
|
+
|
|
1852
|
+
export declare const ListHostKeysRequestFilterSensitiveLog: (
|
|
1853
|
+
obj: ListHostKeysRequest
|
|
1854
|
+
) => any;
|
|
1855
|
+
|
|
1856
|
+
export declare const ListHostKeysResponseFilterSensitiveLog: (
|
|
1857
|
+
obj: ListHostKeysResponse
|
|
1858
|
+
) => any;
|
|
1859
|
+
|
|
1860
|
+
export declare const ListProfilesRequestFilterSensitiveLog: (
|
|
1861
|
+
obj: ListProfilesRequest
|
|
1862
|
+
) => any;
|
|
1863
|
+
|
|
1864
|
+
export declare const ListProfilesResponseFilterSensitiveLog: (
|
|
1865
|
+
obj: ListProfilesResponse
|
|
1866
|
+
) => any;
|
|
1867
|
+
|
|
1868
|
+
export declare const ListSecurityPoliciesRequestFilterSensitiveLog: (
|
|
1869
|
+
obj: ListSecurityPoliciesRequest
|
|
1870
|
+
) => any;
|
|
1871
|
+
|
|
1872
|
+
export declare const ListSecurityPoliciesResponseFilterSensitiveLog: (
|
|
1873
|
+
obj: ListSecurityPoliciesResponse
|
|
1874
|
+
) => any;
|
|
1875
|
+
|
|
1876
|
+
export declare const ListServersRequestFilterSensitiveLog: (
|
|
1877
|
+
obj: ListServersRequest
|
|
1878
|
+
) => any;
|
|
1879
|
+
|
|
1880
|
+
export declare const ListServersResponseFilterSensitiveLog: (
|
|
1881
|
+
obj: ListServersResponse
|
|
1882
|
+
) => any;
|
|
1883
|
+
|
|
1884
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1885
|
+
obj: ListTagsForResourceRequest
|
|
1886
|
+
) => any;
|
|
1887
|
+
|
|
1888
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1889
|
+
obj: ListTagsForResourceResponse
|
|
1890
|
+
) => any;
|
|
1891
|
+
|
|
1892
|
+
export declare const ListUsersRequestFilterSensitiveLog: (
|
|
1893
|
+
obj: ListUsersRequest
|
|
1894
|
+
) => any;
|
|
1895
|
+
|
|
1896
|
+
export declare const ListUsersResponseFilterSensitiveLog: (
|
|
1897
|
+
obj: ListUsersResponse
|
|
1898
|
+
) => any;
|
|
1899
|
+
|
|
1900
|
+
export declare const ListWorkflowsRequestFilterSensitiveLog: (
|
|
1901
|
+
obj: ListWorkflowsRequest
|
|
1902
|
+
) => any;
|
|
1903
|
+
|
|
1904
|
+
export declare const ListWorkflowsResponseFilterSensitiveLog: (
|
|
1905
|
+
obj: ListWorkflowsResponse
|
|
1906
|
+
) => any;
|
|
1907
|
+
|
|
1908
|
+
export declare const SendWorkflowStepStateRequestFilterSensitiveLog: (
|
|
1909
|
+
obj: SendWorkflowStepStateRequest
|
|
1910
|
+
) => any;
|
|
1911
|
+
|
|
1912
|
+
export declare const SendWorkflowStepStateResponseFilterSensitiveLog: (
|
|
1913
|
+
obj: SendWorkflowStepStateResponse
|
|
1914
|
+
) => any;
|
|
1915
|
+
|
|
1916
|
+
export declare const StartFileTransferRequestFilterSensitiveLog: (
|
|
1917
|
+
obj: StartFileTransferRequest
|
|
1918
|
+
) => any;
|
|
1919
|
+
|
|
1920
|
+
export declare const StartFileTransferResponseFilterSensitiveLog: (
|
|
1921
|
+
obj: StartFileTransferResponse
|
|
1922
|
+
) => any;
|
|
1923
|
+
|
|
1924
|
+
export declare const StartServerRequestFilterSensitiveLog: (
|
|
1925
|
+
obj: StartServerRequest
|
|
1926
|
+
) => any;
|
|
1927
|
+
|
|
1928
|
+
export declare const StopServerRequestFilterSensitiveLog: (
|
|
1929
|
+
obj: StopServerRequest
|
|
1930
|
+
) => any;
|
|
1931
|
+
|
|
1932
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1933
|
+
obj: TagResourceRequest
|
|
1934
|
+
) => any;
|
|
1935
|
+
|
|
1936
|
+
export declare const TestIdentityProviderRequestFilterSensitiveLog: (
|
|
1937
|
+
obj: TestIdentityProviderRequest
|
|
1938
|
+
) => any;
|
|
1939
|
+
|
|
1940
|
+
export declare const TestIdentityProviderResponseFilterSensitiveLog: (
|
|
1941
|
+
obj: TestIdentityProviderResponse
|
|
1942
|
+
) => any;
|
|
1943
|
+
|
|
1944
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1945
|
+
obj: UntagResourceRequest
|
|
1946
|
+
) => any;
|
|
1947
|
+
|
|
1948
|
+
export declare const UpdateAccessRequestFilterSensitiveLog: (
|
|
1949
|
+
obj: UpdateAccessRequest
|
|
1950
|
+
) => any;
|
|
1951
|
+
|
|
1952
|
+
export declare const UpdateAccessResponseFilterSensitiveLog: (
|
|
1953
|
+
obj: UpdateAccessResponse
|
|
1954
|
+
) => any;
|
|
1955
|
+
|
|
1956
|
+
export declare const UpdateAgreementRequestFilterSensitiveLog: (
|
|
1957
|
+
obj: UpdateAgreementRequest
|
|
1958
|
+
) => any;
|
|
1959
|
+
|
|
1960
|
+
export declare const UpdateAgreementResponseFilterSensitiveLog: (
|
|
1961
|
+
obj: UpdateAgreementResponse
|
|
1962
|
+
) => any;
|
|
1963
|
+
|
|
1964
|
+
export declare const UpdateCertificateRequestFilterSensitiveLog: (
|
|
1965
|
+
obj: UpdateCertificateRequest
|
|
1966
|
+
) => any;
|
|
1967
|
+
|
|
1968
|
+
export declare const UpdateCertificateResponseFilterSensitiveLog: (
|
|
1969
|
+
obj: UpdateCertificateResponse
|
|
1970
|
+
) => any;
|
|
1971
|
+
|
|
1972
|
+
export declare const UpdateConnectorRequestFilterSensitiveLog: (
|
|
1973
|
+
obj: UpdateConnectorRequest
|
|
1974
|
+
) => any;
|
|
1975
|
+
|
|
1976
|
+
export declare const UpdateConnectorResponseFilterSensitiveLog: (
|
|
1977
|
+
obj: UpdateConnectorResponse
|
|
1978
|
+
) => any;
|
|
1979
|
+
|
|
1980
|
+
export declare const UpdateHostKeyRequestFilterSensitiveLog: (
|
|
1981
|
+
obj: UpdateHostKeyRequest
|
|
1982
|
+
) => any;
|
|
1983
|
+
|
|
1984
|
+
export declare const UpdateHostKeyResponseFilterSensitiveLog: (
|
|
1985
|
+
obj: UpdateHostKeyResponse
|
|
1986
|
+
) => any;
|
|
1987
|
+
|
|
1988
|
+
export declare const UpdateProfileRequestFilterSensitiveLog: (
|
|
1989
|
+
obj: UpdateProfileRequest
|
|
1990
|
+
) => any;
|
|
1991
|
+
|
|
1992
|
+
export declare const UpdateProfileResponseFilterSensitiveLog: (
|
|
1993
|
+
obj: UpdateProfileResponse
|
|
1994
|
+
) => any;
|
|
1995
|
+
|
|
1996
|
+
export declare const UpdateServerRequestFilterSensitiveLog: (
|
|
1997
|
+
obj: UpdateServerRequest
|
|
1998
|
+
) => any;
|
|
1999
|
+
|
|
2000
|
+
export declare const UpdateServerResponseFilterSensitiveLog: (
|
|
2001
|
+
obj: UpdateServerResponse
|
|
2002
|
+
) => any;
|
|
2003
|
+
|
|
2004
|
+
export declare const UpdateUserRequestFilterSensitiveLog: (
|
|
2005
|
+
obj: UpdateUserRequest
|
|
2006
|
+
) => any;
|
|
2007
|
+
|
|
2008
|
+
export declare const UpdateUserResponseFilterSensitiveLog: (
|
|
2009
|
+
obj: UpdateUserResponse
|
|
2010
|
+
) => any;
|