@aws-sdk/client-datasync 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/DataSync.d.ts +752 -225
- package/dist-types/ts3.4/DataSyncClient.d.ts +368 -117
- package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +44 -44
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/DataSyncServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1050 -1402
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAgentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLocationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTaskExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +6 -6
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +533 -134
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,1402 +1,1050 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { DataSyncServiceException as __BaseException } from "./DataSyncServiceException";
|
|
3
|
-
export declare enum AgentStatus {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
16
|
-
export
|
|
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
|
-
export interface
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
export interface
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
}
|
|
214
|
-
export
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
}
|
|
272
|
-
export
|
|
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
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
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
|
-
export
|
|
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
|
-
export
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
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
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
}
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
}
|
|
532
|
-
export
|
|
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
|
-
export interface
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
}
|
|
619
|
-
export interface
|
|
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
|
-
export interface
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
}
|
|
673
|
-
export interface
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
export interface
|
|
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
|
-
export interface
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
export
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
export declare
|
|
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
|
-
export
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
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
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
export
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
export declare
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
export
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
export
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
export
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
export
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
export
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
export declare
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
export
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
export interface TagResourceRequest {
|
|
1053
|
-
|
|
1054
|
-
ResourceArn: string | undefined;
|
|
1055
|
-
|
|
1056
|
-
Tags: TagListEntry[] | undefined;
|
|
1057
|
-
}
|
|
1058
|
-
export interface TagResourceResponse {
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1061
|
-
export interface UntagResourceRequest {
|
|
1062
|
-
|
|
1063
|
-
ResourceArn: string | undefined;
|
|
1064
|
-
|
|
1065
|
-
Keys: string[] | undefined;
|
|
1066
|
-
}
|
|
1067
|
-
export interface UntagResourceResponse {
|
|
1068
|
-
}
|
|
1069
|
-
|
|
1070
|
-
export interface UpdateAgentRequest {
|
|
1071
|
-
|
|
1072
|
-
AgentArn: string | undefined;
|
|
1073
|
-
|
|
1074
|
-
Name?: string;
|
|
1075
|
-
}
|
|
1076
|
-
export interface UpdateAgentResponse {
|
|
1077
|
-
}
|
|
1078
|
-
export interface UpdateLocationHdfsRequest {
|
|
1079
|
-
|
|
1080
|
-
LocationArn: string | undefined;
|
|
1081
|
-
|
|
1082
|
-
Subdirectory?: string;
|
|
1083
|
-
|
|
1084
|
-
NameNodes?: HdfsNameNode[];
|
|
1085
|
-
|
|
1086
|
-
BlockSize?: number;
|
|
1087
|
-
|
|
1088
|
-
ReplicationFactor?: number;
|
|
1089
|
-
|
|
1090
|
-
KmsKeyProviderUri?: string;
|
|
1091
|
-
|
|
1092
|
-
QopConfiguration?: QopConfiguration;
|
|
1093
|
-
|
|
1094
|
-
AuthenticationType?: HdfsAuthenticationType | string;
|
|
1095
|
-
|
|
1096
|
-
SimpleUser?: string;
|
|
1097
|
-
|
|
1098
|
-
KerberosPrincipal?: string;
|
|
1099
|
-
|
|
1100
|
-
KerberosKeytab?: Uint8Array;
|
|
1101
|
-
|
|
1102
|
-
KerberosKrb5Conf?: Uint8Array;
|
|
1103
|
-
|
|
1104
|
-
AgentArns?: string[];
|
|
1105
|
-
}
|
|
1106
|
-
export interface UpdateLocationHdfsResponse {
|
|
1107
|
-
}
|
|
1108
|
-
export interface UpdateLocationNfsRequest {
|
|
1109
|
-
|
|
1110
|
-
LocationArn: string | undefined;
|
|
1111
|
-
|
|
1112
|
-
Subdirectory?: string;
|
|
1113
|
-
|
|
1114
|
-
OnPremConfig?: OnPremConfig;
|
|
1115
|
-
|
|
1116
|
-
MountOptions?: NfsMountOptions;
|
|
1117
|
-
}
|
|
1118
|
-
export interface UpdateLocationNfsResponse {
|
|
1119
|
-
}
|
|
1120
|
-
export interface UpdateLocationObjectStorageRequest {
|
|
1121
|
-
|
|
1122
|
-
LocationArn: string | undefined;
|
|
1123
|
-
|
|
1124
|
-
ServerPort?: number;
|
|
1125
|
-
|
|
1126
|
-
ServerProtocol?: ObjectStorageServerProtocol | string;
|
|
1127
|
-
|
|
1128
|
-
Subdirectory?: string;
|
|
1129
|
-
|
|
1130
|
-
AccessKey?: string;
|
|
1131
|
-
|
|
1132
|
-
SecretKey?: string;
|
|
1133
|
-
|
|
1134
|
-
AgentArns?: string[];
|
|
1135
|
-
}
|
|
1136
|
-
export interface UpdateLocationObjectStorageResponse {
|
|
1137
|
-
}
|
|
1138
|
-
export interface UpdateLocationSmbRequest {
|
|
1139
|
-
|
|
1140
|
-
LocationArn: string | undefined;
|
|
1141
|
-
|
|
1142
|
-
Subdirectory?: string;
|
|
1143
|
-
|
|
1144
|
-
User?: string;
|
|
1145
|
-
|
|
1146
|
-
Domain?: string;
|
|
1147
|
-
|
|
1148
|
-
Password?: string;
|
|
1149
|
-
|
|
1150
|
-
AgentArns?: string[];
|
|
1151
|
-
|
|
1152
|
-
MountOptions?: SmbMountOptions;
|
|
1153
|
-
}
|
|
1154
|
-
export interface UpdateLocationSmbResponse {
|
|
1155
|
-
}
|
|
1156
|
-
|
|
1157
|
-
export interface UpdateTaskRequest {
|
|
1158
|
-
|
|
1159
|
-
TaskArn: string | undefined;
|
|
1160
|
-
|
|
1161
|
-
Options?: Options;
|
|
1162
|
-
|
|
1163
|
-
Excludes?: FilterRule[];
|
|
1164
|
-
|
|
1165
|
-
Schedule?: TaskSchedule;
|
|
1166
|
-
|
|
1167
|
-
Name?: string;
|
|
1168
|
-
|
|
1169
|
-
CloudWatchLogGroupArn?: string;
|
|
1170
|
-
|
|
1171
|
-
Includes?: FilterRule[];
|
|
1172
|
-
}
|
|
1173
|
-
export interface UpdateTaskResponse {
|
|
1174
|
-
}
|
|
1175
|
-
export interface UpdateTaskExecutionRequest {
|
|
1176
|
-
|
|
1177
|
-
TaskExecutionArn: string | undefined;
|
|
1178
|
-
|
|
1179
|
-
Options: Options | undefined;
|
|
1180
|
-
}
|
|
1181
|
-
export interface UpdateTaskExecutionResponse {
|
|
1182
|
-
}
|
|
1183
|
-
|
|
1184
|
-
export declare const AgentListEntryFilterSensitiveLog: (obj: AgentListEntry) => any;
|
|
1185
|
-
|
|
1186
|
-
export declare const CancelTaskExecutionRequestFilterSensitiveLog: (obj: CancelTaskExecutionRequest) => any;
|
|
1187
|
-
|
|
1188
|
-
export declare const CancelTaskExecutionResponseFilterSensitiveLog: (obj: CancelTaskExecutionResponse) => any;
|
|
1189
|
-
|
|
1190
|
-
export declare const TagListEntryFilterSensitiveLog: (obj: TagListEntry) => any;
|
|
1191
|
-
|
|
1192
|
-
export declare const CreateAgentRequestFilterSensitiveLog: (obj: CreateAgentRequest) => any;
|
|
1193
|
-
|
|
1194
|
-
export declare const CreateAgentResponseFilterSensitiveLog: (obj: CreateAgentResponse) => any;
|
|
1195
|
-
|
|
1196
|
-
export declare const Ec2ConfigFilterSensitiveLog: (obj: Ec2Config) => any;
|
|
1197
|
-
|
|
1198
|
-
export declare const CreateLocationEfsRequestFilterSensitiveLog: (obj: CreateLocationEfsRequest) => any;
|
|
1199
|
-
|
|
1200
|
-
export declare const CreateLocationEfsResponseFilterSensitiveLog: (obj: CreateLocationEfsResponse) => any;
|
|
1201
|
-
|
|
1202
|
-
export declare const CreateLocationFsxLustreRequestFilterSensitiveLog: (obj: CreateLocationFsxLustreRequest) => any;
|
|
1203
|
-
|
|
1204
|
-
export declare const CreateLocationFsxLustreResponseFilterSensitiveLog: (obj: CreateLocationFsxLustreResponse) => any;
|
|
1205
|
-
|
|
1206
|
-
export declare const NfsMountOptionsFilterSensitiveLog: (obj: NfsMountOptions) => any;
|
|
1207
|
-
|
|
1208
|
-
export declare const FsxProtocolNfsFilterSensitiveLog: (obj: FsxProtocolNfs) => any;
|
|
1209
|
-
|
|
1210
|
-
export declare const SmbMountOptionsFilterSensitiveLog: (obj: SmbMountOptions) => any;
|
|
1211
|
-
|
|
1212
|
-
export declare const FsxProtocolSmbFilterSensitiveLog: (obj: FsxProtocolSmb) => any;
|
|
1213
|
-
|
|
1214
|
-
export declare const FsxProtocolFilterSensitiveLog: (obj: FsxProtocol) => any;
|
|
1215
|
-
|
|
1216
|
-
export declare const CreateLocationFsxOntapRequestFilterSensitiveLog: (obj: CreateLocationFsxOntapRequest) => any;
|
|
1217
|
-
|
|
1218
|
-
export declare const CreateLocationFsxOntapResponseFilterSensitiveLog: (obj: CreateLocationFsxOntapResponse) => any;
|
|
1219
|
-
|
|
1220
|
-
export declare const CreateLocationFsxOpenZfsRequestFilterSensitiveLog: (obj: CreateLocationFsxOpenZfsRequest) => any;
|
|
1221
|
-
|
|
1222
|
-
export declare const CreateLocationFsxOpenZfsResponseFilterSensitiveLog: (obj: CreateLocationFsxOpenZfsResponse) => any;
|
|
1223
|
-
|
|
1224
|
-
export declare const CreateLocationFsxWindowsRequestFilterSensitiveLog: (obj: CreateLocationFsxWindowsRequest) => any;
|
|
1225
|
-
|
|
1226
|
-
export declare const CreateLocationFsxWindowsResponseFilterSensitiveLog: (obj: CreateLocationFsxWindowsResponse) => any;
|
|
1227
|
-
|
|
1228
|
-
export declare const HdfsNameNodeFilterSensitiveLog: (obj: HdfsNameNode) => any;
|
|
1229
|
-
|
|
1230
|
-
export declare const QopConfigurationFilterSensitiveLog: (obj: QopConfiguration) => any;
|
|
1231
|
-
|
|
1232
|
-
export declare const CreateLocationHdfsRequestFilterSensitiveLog: (obj: CreateLocationHdfsRequest) => any;
|
|
1233
|
-
|
|
1234
|
-
export declare const CreateLocationHdfsResponseFilterSensitiveLog: (obj: CreateLocationHdfsResponse) => any;
|
|
1235
|
-
|
|
1236
|
-
export declare const OnPremConfigFilterSensitiveLog: (obj: OnPremConfig) => any;
|
|
1237
|
-
|
|
1238
|
-
export declare const CreateLocationNfsRequestFilterSensitiveLog: (obj: CreateLocationNfsRequest) => any;
|
|
1239
|
-
|
|
1240
|
-
export declare const CreateLocationNfsResponseFilterSensitiveLog: (obj: CreateLocationNfsResponse) => any;
|
|
1241
|
-
|
|
1242
|
-
export declare const CreateLocationObjectStorageRequestFilterSensitiveLog: (obj: CreateLocationObjectStorageRequest) => any;
|
|
1243
|
-
|
|
1244
|
-
export declare const CreateLocationObjectStorageResponseFilterSensitiveLog: (obj: CreateLocationObjectStorageResponse) => any;
|
|
1245
|
-
|
|
1246
|
-
export declare const S3ConfigFilterSensitiveLog: (obj: S3Config) => any;
|
|
1247
|
-
|
|
1248
|
-
export declare const CreateLocationS3RequestFilterSensitiveLog: (obj: CreateLocationS3Request) => any;
|
|
1249
|
-
|
|
1250
|
-
export declare const CreateLocationS3ResponseFilterSensitiveLog: (obj: CreateLocationS3Response) => any;
|
|
1251
|
-
|
|
1252
|
-
export declare const CreateLocationSmbRequestFilterSensitiveLog: (obj: CreateLocationSmbRequest) => any;
|
|
1253
|
-
|
|
1254
|
-
export declare const CreateLocationSmbResponseFilterSensitiveLog: (obj: CreateLocationSmbResponse) => any;
|
|
1255
|
-
|
|
1256
|
-
export declare const FilterRuleFilterSensitiveLog: (obj: FilterRule) => any;
|
|
1257
|
-
|
|
1258
|
-
export declare const OptionsFilterSensitiveLog: (obj: Options) => any;
|
|
1259
|
-
|
|
1260
|
-
export declare const TaskScheduleFilterSensitiveLog: (obj: TaskSchedule) => any;
|
|
1261
|
-
|
|
1262
|
-
export declare const CreateTaskRequestFilterSensitiveLog: (obj: CreateTaskRequest) => any;
|
|
1263
|
-
|
|
1264
|
-
export declare const CreateTaskResponseFilterSensitiveLog: (obj: CreateTaskResponse) => any;
|
|
1265
|
-
|
|
1266
|
-
export declare const DeleteAgentRequestFilterSensitiveLog: (obj: DeleteAgentRequest) => any;
|
|
1267
|
-
|
|
1268
|
-
export declare const DeleteAgentResponseFilterSensitiveLog: (obj: DeleteAgentResponse) => any;
|
|
1269
|
-
|
|
1270
|
-
export declare const DeleteLocationRequestFilterSensitiveLog: (obj: DeleteLocationRequest) => any;
|
|
1271
|
-
|
|
1272
|
-
export declare const DeleteLocationResponseFilterSensitiveLog: (obj: DeleteLocationResponse) => any;
|
|
1273
|
-
|
|
1274
|
-
export declare const DeleteTaskRequestFilterSensitiveLog: (obj: DeleteTaskRequest) => any;
|
|
1275
|
-
|
|
1276
|
-
export declare const DeleteTaskResponseFilterSensitiveLog: (obj: DeleteTaskResponse) => any;
|
|
1277
|
-
|
|
1278
|
-
export declare const DescribeAgentRequestFilterSensitiveLog: (obj: DescribeAgentRequest) => any;
|
|
1279
|
-
|
|
1280
|
-
export declare const PrivateLinkConfigFilterSensitiveLog: (obj: PrivateLinkConfig) => any;
|
|
1281
|
-
|
|
1282
|
-
export declare const DescribeAgentResponseFilterSensitiveLog: (obj: DescribeAgentResponse) => any;
|
|
1283
|
-
|
|
1284
|
-
export declare const DescribeLocationEfsRequestFilterSensitiveLog: (obj: DescribeLocationEfsRequest) => any;
|
|
1285
|
-
|
|
1286
|
-
export declare const DescribeLocationEfsResponseFilterSensitiveLog: (obj: DescribeLocationEfsResponse) => any;
|
|
1287
|
-
|
|
1288
|
-
export declare const DescribeLocationFsxLustreRequestFilterSensitiveLog: (obj: DescribeLocationFsxLustreRequest) => any;
|
|
1289
|
-
|
|
1290
|
-
export declare const DescribeLocationFsxLustreResponseFilterSensitiveLog: (obj: DescribeLocationFsxLustreResponse) => any;
|
|
1291
|
-
|
|
1292
|
-
export declare const DescribeLocationFsxOntapRequestFilterSensitiveLog: (obj: DescribeLocationFsxOntapRequest) => any;
|
|
1293
|
-
|
|
1294
|
-
export declare const DescribeLocationFsxOntapResponseFilterSensitiveLog: (obj: DescribeLocationFsxOntapResponse) => any;
|
|
1295
|
-
|
|
1296
|
-
export declare const DescribeLocationFsxOpenZfsRequestFilterSensitiveLog: (obj: DescribeLocationFsxOpenZfsRequest) => any;
|
|
1297
|
-
|
|
1298
|
-
export declare const DescribeLocationFsxOpenZfsResponseFilterSensitiveLog: (obj: DescribeLocationFsxOpenZfsResponse) => any;
|
|
1299
|
-
|
|
1300
|
-
export declare const DescribeLocationFsxWindowsRequestFilterSensitiveLog: (obj: DescribeLocationFsxWindowsRequest) => any;
|
|
1301
|
-
|
|
1302
|
-
export declare const DescribeLocationFsxWindowsResponseFilterSensitiveLog: (obj: DescribeLocationFsxWindowsResponse) => any;
|
|
1303
|
-
|
|
1304
|
-
export declare const DescribeLocationHdfsRequestFilterSensitiveLog: (obj: DescribeLocationHdfsRequest) => any;
|
|
1305
|
-
|
|
1306
|
-
export declare const DescribeLocationHdfsResponseFilterSensitiveLog: (obj: DescribeLocationHdfsResponse) => any;
|
|
1307
|
-
|
|
1308
|
-
export declare const DescribeLocationNfsRequestFilterSensitiveLog: (obj: DescribeLocationNfsRequest) => any;
|
|
1309
|
-
|
|
1310
|
-
export declare const DescribeLocationNfsResponseFilterSensitiveLog: (obj: DescribeLocationNfsResponse) => any;
|
|
1311
|
-
|
|
1312
|
-
export declare const DescribeLocationObjectStorageRequestFilterSensitiveLog: (obj: DescribeLocationObjectStorageRequest) => any;
|
|
1313
|
-
|
|
1314
|
-
export declare const DescribeLocationObjectStorageResponseFilterSensitiveLog: (obj: DescribeLocationObjectStorageResponse) => any;
|
|
1315
|
-
|
|
1316
|
-
export declare const DescribeLocationS3RequestFilterSensitiveLog: (obj: DescribeLocationS3Request) => any;
|
|
1317
|
-
|
|
1318
|
-
export declare const DescribeLocationS3ResponseFilterSensitiveLog: (obj: DescribeLocationS3Response) => any;
|
|
1319
|
-
|
|
1320
|
-
export declare const DescribeLocationSmbRequestFilterSensitiveLog: (obj: DescribeLocationSmbRequest) => any;
|
|
1321
|
-
|
|
1322
|
-
export declare const DescribeLocationSmbResponseFilterSensitiveLog: (obj: DescribeLocationSmbResponse) => any;
|
|
1323
|
-
|
|
1324
|
-
export declare const DescribeTaskRequestFilterSensitiveLog: (obj: DescribeTaskRequest) => any;
|
|
1325
|
-
|
|
1326
|
-
export declare const DescribeTaskResponseFilterSensitiveLog: (obj: DescribeTaskResponse) => any;
|
|
1327
|
-
|
|
1328
|
-
export declare const DescribeTaskExecutionRequestFilterSensitiveLog: (obj: DescribeTaskExecutionRequest) => any;
|
|
1329
|
-
|
|
1330
|
-
export declare const TaskExecutionResultDetailFilterSensitiveLog: (obj: TaskExecutionResultDetail) => any;
|
|
1331
|
-
|
|
1332
|
-
export declare const DescribeTaskExecutionResponseFilterSensitiveLog: (obj: DescribeTaskExecutionResponse) => any;
|
|
1333
|
-
|
|
1334
|
-
export declare const ListAgentsRequestFilterSensitiveLog: (obj: ListAgentsRequest) => any;
|
|
1335
|
-
|
|
1336
|
-
export declare const ListAgentsResponseFilterSensitiveLog: (obj: ListAgentsResponse) => any;
|
|
1337
|
-
|
|
1338
|
-
export declare const LocationFilterFilterSensitiveLog: (obj: LocationFilter) => any;
|
|
1339
|
-
|
|
1340
|
-
export declare const ListLocationsRequestFilterSensitiveLog: (obj: ListLocationsRequest) => any;
|
|
1341
|
-
|
|
1342
|
-
export declare const LocationListEntryFilterSensitiveLog: (obj: LocationListEntry) => any;
|
|
1343
|
-
|
|
1344
|
-
export declare const ListLocationsResponseFilterSensitiveLog: (obj: ListLocationsResponse) => any;
|
|
1345
|
-
|
|
1346
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1347
|
-
|
|
1348
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1349
|
-
|
|
1350
|
-
export declare const ListTaskExecutionsRequestFilterSensitiveLog: (obj: ListTaskExecutionsRequest) => any;
|
|
1351
|
-
|
|
1352
|
-
export declare const TaskExecutionListEntryFilterSensitiveLog: (obj: TaskExecutionListEntry) => any;
|
|
1353
|
-
|
|
1354
|
-
export declare const ListTaskExecutionsResponseFilterSensitiveLog: (obj: ListTaskExecutionsResponse) => any;
|
|
1355
|
-
|
|
1356
|
-
export declare const TaskFilterFilterSensitiveLog: (obj: TaskFilter) => any;
|
|
1357
|
-
|
|
1358
|
-
export declare const ListTasksRequestFilterSensitiveLog: (obj: ListTasksRequest) => any;
|
|
1359
|
-
|
|
1360
|
-
export declare const TaskListEntryFilterSensitiveLog: (obj: TaskListEntry) => any;
|
|
1361
|
-
|
|
1362
|
-
export declare const ListTasksResponseFilterSensitiveLog: (obj: ListTasksResponse) => any;
|
|
1363
|
-
|
|
1364
|
-
export declare const StartTaskExecutionRequestFilterSensitiveLog: (obj: StartTaskExecutionRequest) => any;
|
|
1365
|
-
|
|
1366
|
-
export declare const StartTaskExecutionResponseFilterSensitiveLog: (obj: StartTaskExecutionResponse) => any;
|
|
1367
|
-
|
|
1368
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1369
|
-
|
|
1370
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1371
|
-
|
|
1372
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1373
|
-
|
|
1374
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1375
|
-
|
|
1376
|
-
export declare const UpdateAgentRequestFilterSensitiveLog: (obj: UpdateAgentRequest) => any;
|
|
1377
|
-
|
|
1378
|
-
export declare const UpdateAgentResponseFilterSensitiveLog: (obj: UpdateAgentResponse) => any;
|
|
1379
|
-
|
|
1380
|
-
export declare const UpdateLocationHdfsRequestFilterSensitiveLog: (obj: UpdateLocationHdfsRequest) => any;
|
|
1381
|
-
|
|
1382
|
-
export declare const UpdateLocationHdfsResponseFilterSensitiveLog: (obj: UpdateLocationHdfsResponse) => any;
|
|
1383
|
-
|
|
1384
|
-
export declare const UpdateLocationNfsRequestFilterSensitiveLog: (obj: UpdateLocationNfsRequest) => any;
|
|
1385
|
-
|
|
1386
|
-
export declare const UpdateLocationNfsResponseFilterSensitiveLog: (obj: UpdateLocationNfsResponse) => any;
|
|
1387
|
-
|
|
1388
|
-
export declare const UpdateLocationObjectStorageRequestFilterSensitiveLog: (obj: UpdateLocationObjectStorageRequest) => any;
|
|
1389
|
-
|
|
1390
|
-
export declare const UpdateLocationObjectStorageResponseFilterSensitiveLog: (obj: UpdateLocationObjectStorageResponse) => any;
|
|
1391
|
-
|
|
1392
|
-
export declare const UpdateLocationSmbRequestFilterSensitiveLog: (obj: UpdateLocationSmbRequest) => any;
|
|
1393
|
-
|
|
1394
|
-
export declare const UpdateLocationSmbResponseFilterSensitiveLog: (obj: UpdateLocationSmbResponse) => any;
|
|
1395
|
-
|
|
1396
|
-
export declare const UpdateTaskRequestFilterSensitiveLog: (obj: UpdateTaskRequest) => any;
|
|
1397
|
-
|
|
1398
|
-
export declare const UpdateTaskResponseFilterSensitiveLog: (obj: UpdateTaskResponse) => any;
|
|
1399
|
-
|
|
1400
|
-
export declare const UpdateTaskExecutionRequestFilterSensitiveLog: (obj: UpdateTaskExecutionRequest) => any;
|
|
1401
|
-
|
|
1402
|
-
export declare const UpdateTaskExecutionResponseFilterSensitiveLog: (obj: UpdateTaskExecutionResponse) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { DataSyncServiceException as __BaseException } from "./DataSyncServiceException";
|
|
3
|
+
export declare enum AgentStatus {
|
|
4
|
+
OFFLINE = "OFFLINE",
|
|
5
|
+
ONLINE = "ONLINE",
|
|
6
|
+
}
|
|
7
|
+
export interface AgentListEntry {
|
|
8
|
+
AgentArn?: string;
|
|
9
|
+
Name?: string;
|
|
10
|
+
Status?: AgentStatus | string;
|
|
11
|
+
}
|
|
12
|
+
export declare enum Atime {
|
|
13
|
+
BEST_EFFORT = "BEST_EFFORT",
|
|
14
|
+
NONE = "NONE",
|
|
15
|
+
}
|
|
16
|
+
export interface CancelTaskExecutionRequest {
|
|
17
|
+
TaskExecutionArn: string | undefined;
|
|
18
|
+
}
|
|
19
|
+
export interface CancelTaskExecutionResponse {}
|
|
20
|
+
export declare class InternalException extends __BaseException {
|
|
21
|
+
readonly name: "InternalException";
|
|
22
|
+
readonly $fault: "server";
|
|
23
|
+
errorCode?: string;
|
|
24
|
+
constructor(opts: __ExceptionOptionType<InternalException, __BaseException>);
|
|
25
|
+
}
|
|
26
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
27
|
+
readonly name: "InvalidRequestException";
|
|
28
|
+
readonly $fault: "client";
|
|
29
|
+
errorCode?: string;
|
|
30
|
+
datasyncErrorCode?: string;
|
|
31
|
+
constructor(
|
|
32
|
+
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
33
|
+
);
|
|
34
|
+
}
|
|
35
|
+
export interface TagListEntry {
|
|
36
|
+
Key: string | undefined;
|
|
37
|
+
Value?: string;
|
|
38
|
+
}
|
|
39
|
+
export interface CreateAgentRequest {
|
|
40
|
+
ActivationKey: string | undefined;
|
|
41
|
+
AgentName?: string;
|
|
42
|
+
Tags?: TagListEntry[];
|
|
43
|
+
VpcEndpointId?: string;
|
|
44
|
+
SubnetArns?: string[];
|
|
45
|
+
SecurityGroupArns?: string[];
|
|
46
|
+
}
|
|
47
|
+
export interface CreateAgentResponse {
|
|
48
|
+
AgentArn?: string;
|
|
49
|
+
}
|
|
50
|
+
export interface Ec2Config {
|
|
51
|
+
SubnetArn: string | undefined;
|
|
52
|
+
SecurityGroupArns: string[] | undefined;
|
|
53
|
+
}
|
|
54
|
+
export declare enum EfsInTransitEncryption {
|
|
55
|
+
NONE = "NONE",
|
|
56
|
+
TLS1_2 = "TLS1_2",
|
|
57
|
+
}
|
|
58
|
+
export interface CreateLocationEfsRequest {
|
|
59
|
+
Subdirectory?: string;
|
|
60
|
+
EfsFilesystemArn: string | undefined;
|
|
61
|
+
Ec2Config: Ec2Config | undefined;
|
|
62
|
+
Tags?: TagListEntry[];
|
|
63
|
+
AccessPointArn?: string;
|
|
64
|
+
FileSystemAccessRoleArn?: string;
|
|
65
|
+
InTransitEncryption?: EfsInTransitEncryption | string;
|
|
66
|
+
}
|
|
67
|
+
export interface CreateLocationEfsResponse {
|
|
68
|
+
LocationArn?: string;
|
|
69
|
+
}
|
|
70
|
+
export interface CreateLocationFsxLustreRequest {
|
|
71
|
+
FsxFilesystemArn: string | undefined;
|
|
72
|
+
SecurityGroupArns: string[] | undefined;
|
|
73
|
+
Subdirectory?: string;
|
|
74
|
+
Tags?: TagListEntry[];
|
|
75
|
+
}
|
|
76
|
+
export interface CreateLocationFsxLustreResponse {
|
|
77
|
+
LocationArn?: string;
|
|
78
|
+
}
|
|
79
|
+
export declare enum NfsVersion {
|
|
80
|
+
AUTOMATIC = "AUTOMATIC",
|
|
81
|
+
NFS3 = "NFS3",
|
|
82
|
+
NFS4_0 = "NFS4_0",
|
|
83
|
+
NFS4_1 = "NFS4_1",
|
|
84
|
+
}
|
|
85
|
+
export interface NfsMountOptions {
|
|
86
|
+
Version?: NfsVersion | string;
|
|
87
|
+
}
|
|
88
|
+
export interface FsxProtocolNfs {
|
|
89
|
+
MountOptions?: NfsMountOptions;
|
|
90
|
+
}
|
|
91
|
+
export declare enum SmbVersion {
|
|
92
|
+
AUTOMATIC = "AUTOMATIC",
|
|
93
|
+
SMB2 = "SMB2",
|
|
94
|
+
SMB3 = "SMB3",
|
|
95
|
+
}
|
|
96
|
+
export interface SmbMountOptions {
|
|
97
|
+
Version?: SmbVersion | string;
|
|
98
|
+
}
|
|
99
|
+
export interface FsxProtocolSmb {
|
|
100
|
+
Domain?: string;
|
|
101
|
+
MountOptions?: SmbMountOptions;
|
|
102
|
+
Password: string | undefined;
|
|
103
|
+
User: string | undefined;
|
|
104
|
+
}
|
|
105
|
+
export interface FsxProtocol {
|
|
106
|
+
NFS?: FsxProtocolNfs;
|
|
107
|
+
SMB?: FsxProtocolSmb;
|
|
108
|
+
}
|
|
109
|
+
export interface CreateLocationFsxOntapRequest {
|
|
110
|
+
Protocol: FsxProtocol | undefined;
|
|
111
|
+
SecurityGroupArns: string[] | undefined;
|
|
112
|
+
StorageVirtualMachineArn: string | undefined;
|
|
113
|
+
Subdirectory?: string;
|
|
114
|
+
Tags?: TagListEntry[];
|
|
115
|
+
}
|
|
116
|
+
export interface CreateLocationFsxOntapResponse {
|
|
117
|
+
LocationArn?: string;
|
|
118
|
+
}
|
|
119
|
+
export interface CreateLocationFsxOpenZfsRequest {
|
|
120
|
+
FsxFilesystemArn: string | undefined;
|
|
121
|
+
Protocol: FsxProtocol | undefined;
|
|
122
|
+
SecurityGroupArns: string[] | undefined;
|
|
123
|
+
Subdirectory?: string;
|
|
124
|
+
Tags?: TagListEntry[];
|
|
125
|
+
}
|
|
126
|
+
export interface CreateLocationFsxOpenZfsResponse {
|
|
127
|
+
LocationArn?: string;
|
|
128
|
+
}
|
|
129
|
+
export interface CreateLocationFsxWindowsRequest {
|
|
130
|
+
Subdirectory?: string;
|
|
131
|
+
FsxFilesystemArn: string | undefined;
|
|
132
|
+
SecurityGroupArns: string[] | undefined;
|
|
133
|
+
Tags?: TagListEntry[];
|
|
134
|
+
User: string | undefined;
|
|
135
|
+
Domain?: string;
|
|
136
|
+
Password: string | undefined;
|
|
137
|
+
}
|
|
138
|
+
export interface CreateLocationFsxWindowsResponse {
|
|
139
|
+
LocationArn?: string;
|
|
140
|
+
}
|
|
141
|
+
export declare enum HdfsAuthenticationType {
|
|
142
|
+
KERBEROS = "KERBEROS",
|
|
143
|
+
SIMPLE = "SIMPLE",
|
|
144
|
+
}
|
|
145
|
+
export interface HdfsNameNode {
|
|
146
|
+
Hostname: string | undefined;
|
|
147
|
+
Port: number | undefined;
|
|
148
|
+
}
|
|
149
|
+
export declare enum HdfsDataTransferProtection {
|
|
150
|
+
AUTHENTICATION = "AUTHENTICATION",
|
|
151
|
+
DISABLED = "DISABLED",
|
|
152
|
+
INTEGRITY = "INTEGRITY",
|
|
153
|
+
PRIVACY = "PRIVACY",
|
|
154
|
+
}
|
|
155
|
+
export declare enum HdfsRpcProtection {
|
|
156
|
+
AUTHENTICATION = "AUTHENTICATION",
|
|
157
|
+
DISABLED = "DISABLED",
|
|
158
|
+
INTEGRITY = "INTEGRITY",
|
|
159
|
+
PRIVACY = "PRIVACY",
|
|
160
|
+
}
|
|
161
|
+
export interface QopConfiguration {
|
|
162
|
+
RpcProtection?: HdfsRpcProtection | string;
|
|
163
|
+
DataTransferProtection?: HdfsDataTransferProtection | string;
|
|
164
|
+
}
|
|
165
|
+
export interface CreateLocationHdfsRequest {
|
|
166
|
+
Subdirectory?: string;
|
|
167
|
+
NameNodes: HdfsNameNode[] | undefined;
|
|
168
|
+
BlockSize?: number;
|
|
169
|
+
ReplicationFactor?: number;
|
|
170
|
+
KmsKeyProviderUri?: string;
|
|
171
|
+
QopConfiguration?: QopConfiguration;
|
|
172
|
+
AuthenticationType: HdfsAuthenticationType | string | undefined;
|
|
173
|
+
SimpleUser?: string;
|
|
174
|
+
KerberosPrincipal?: string;
|
|
175
|
+
KerberosKeytab?: Uint8Array;
|
|
176
|
+
KerberosKrb5Conf?: Uint8Array;
|
|
177
|
+
AgentArns: string[] | undefined;
|
|
178
|
+
Tags?: TagListEntry[];
|
|
179
|
+
}
|
|
180
|
+
export interface CreateLocationHdfsResponse {
|
|
181
|
+
LocationArn?: string;
|
|
182
|
+
}
|
|
183
|
+
export interface OnPremConfig {
|
|
184
|
+
AgentArns: string[] | undefined;
|
|
185
|
+
}
|
|
186
|
+
export interface CreateLocationNfsRequest {
|
|
187
|
+
Subdirectory: string | undefined;
|
|
188
|
+
ServerHostname: string | undefined;
|
|
189
|
+
OnPremConfig: OnPremConfig | undefined;
|
|
190
|
+
MountOptions?: NfsMountOptions;
|
|
191
|
+
Tags?: TagListEntry[];
|
|
192
|
+
}
|
|
193
|
+
export interface CreateLocationNfsResponse {
|
|
194
|
+
LocationArn?: string;
|
|
195
|
+
}
|
|
196
|
+
export declare enum ObjectStorageServerProtocol {
|
|
197
|
+
HTTP = "HTTP",
|
|
198
|
+
HTTPS = "HTTPS",
|
|
199
|
+
}
|
|
200
|
+
export interface CreateLocationObjectStorageRequest {
|
|
201
|
+
ServerHostname: string | undefined;
|
|
202
|
+
ServerPort?: number;
|
|
203
|
+
ServerProtocol?: ObjectStorageServerProtocol | string;
|
|
204
|
+
Subdirectory?: string;
|
|
205
|
+
BucketName: string | undefined;
|
|
206
|
+
AccessKey?: string;
|
|
207
|
+
SecretKey?: string;
|
|
208
|
+
AgentArns: string[] | undefined;
|
|
209
|
+
Tags?: TagListEntry[];
|
|
210
|
+
}
|
|
211
|
+
export interface CreateLocationObjectStorageResponse {
|
|
212
|
+
LocationArn?: string;
|
|
213
|
+
}
|
|
214
|
+
export interface S3Config {
|
|
215
|
+
BucketAccessRoleArn: string | undefined;
|
|
216
|
+
}
|
|
217
|
+
export declare enum S3StorageClass {
|
|
218
|
+
DEEP_ARCHIVE = "DEEP_ARCHIVE",
|
|
219
|
+
GLACIER = "GLACIER",
|
|
220
|
+
INTELLIGENT_TIERING = "INTELLIGENT_TIERING",
|
|
221
|
+
ONEZONE_IA = "ONEZONE_IA",
|
|
222
|
+
OUTPOSTS = "OUTPOSTS",
|
|
223
|
+
STANDARD = "STANDARD",
|
|
224
|
+
STANDARD_IA = "STANDARD_IA",
|
|
225
|
+
}
|
|
226
|
+
export interface CreateLocationS3Request {
|
|
227
|
+
Subdirectory?: string;
|
|
228
|
+
S3BucketArn: string | undefined;
|
|
229
|
+
S3StorageClass?: S3StorageClass | string;
|
|
230
|
+
S3Config: S3Config | undefined;
|
|
231
|
+
AgentArns?: string[];
|
|
232
|
+
Tags?: TagListEntry[];
|
|
233
|
+
}
|
|
234
|
+
export interface CreateLocationS3Response {
|
|
235
|
+
LocationArn?: string;
|
|
236
|
+
}
|
|
237
|
+
export interface CreateLocationSmbRequest {
|
|
238
|
+
Subdirectory: string | undefined;
|
|
239
|
+
ServerHostname: string | undefined;
|
|
240
|
+
User: string | undefined;
|
|
241
|
+
Domain?: string;
|
|
242
|
+
Password: string | undefined;
|
|
243
|
+
AgentArns: string[] | undefined;
|
|
244
|
+
MountOptions?: SmbMountOptions;
|
|
245
|
+
Tags?: TagListEntry[];
|
|
246
|
+
}
|
|
247
|
+
export interface CreateLocationSmbResponse {
|
|
248
|
+
LocationArn?: string;
|
|
249
|
+
}
|
|
250
|
+
export declare enum FilterType {
|
|
251
|
+
SIMPLE_PATTERN = "SIMPLE_PATTERN",
|
|
252
|
+
}
|
|
253
|
+
export interface FilterRule {
|
|
254
|
+
FilterType?: FilterType | string;
|
|
255
|
+
Value?: string;
|
|
256
|
+
}
|
|
257
|
+
export declare enum Gid {
|
|
258
|
+
BOTH = "BOTH",
|
|
259
|
+
INT_VALUE = "INT_VALUE",
|
|
260
|
+
NAME = "NAME",
|
|
261
|
+
NONE = "NONE",
|
|
262
|
+
}
|
|
263
|
+
export declare enum LogLevel {
|
|
264
|
+
BASIC = "BASIC",
|
|
265
|
+
OFF = "OFF",
|
|
266
|
+
TRANSFER = "TRANSFER",
|
|
267
|
+
}
|
|
268
|
+
export declare enum Mtime {
|
|
269
|
+
NONE = "NONE",
|
|
270
|
+
PRESERVE = "PRESERVE",
|
|
271
|
+
}
|
|
272
|
+
export declare enum ObjectTags {
|
|
273
|
+
NONE = "NONE",
|
|
274
|
+
PRESERVE = "PRESERVE",
|
|
275
|
+
}
|
|
276
|
+
export declare enum OverwriteMode {
|
|
277
|
+
ALWAYS = "ALWAYS",
|
|
278
|
+
NEVER = "NEVER",
|
|
279
|
+
}
|
|
280
|
+
export declare enum PosixPermissions {
|
|
281
|
+
NONE = "NONE",
|
|
282
|
+
PRESERVE = "PRESERVE",
|
|
283
|
+
}
|
|
284
|
+
export declare enum PreserveDeletedFiles {
|
|
285
|
+
PRESERVE = "PRESERVE",
|
|
286
|
+
REMOVE = "REMOVE",
|
|
287
|
+
}
|
|
288
|
+
export declare enum PreserveDevices {
|
|
289
|
+
NONE = "NONE",
|
|
290
|
+
PRESERVE = "PRESERVE",
|
|
291
|
+
}
|
|
292
|
+
export declare enum SmbSecurityDescriptorCopyFlags {
|
|
293
|
+
NONE = "NONE",
|
|
294
|
+
OWNER_DACL = "OWNER_DACL",
|
|
295
|
+
OWNER_DACL_SACL = "OWNER_DACL_SACL",
|
|
296
|
+
}
|
|
297
|
+
export declare enum TaskQueueing {
|
|
298
|
+
DISABLED = "DISABLED",
|
|
299
|
+
ENABLED = "ENABLED",
|
|
300
|
+
}
|
|
301
|
+
export declare enum TransferMode {
|
|
302
|
+
ALL = "ALL",
|
|
303
|
+
CHANGED = "CHANGED",
|
|
304
|
+
}
|
|
305
|
+
export declare enum Uid {
|
|
306
|
+
BOTH = "BOTH",
|
|
307
|
+
INT_VALUE = "INT_VALUE",
|
|
308
|
+
NAME = "NAME",
|
|
309
|
+
NONE = "NONE",
|
|
310
|
+
}
|
|
311
|
+
export declare enum VerifyMode {
|
|
312
|
+
NONE = "NONE",
|
|
313
|
+
ONLY_FILES_TRANSFERRED = "ONLY_FILES_TRANSFERRED",
|
|
314
|
+
POINT_IN_TIME_CONSISTENT = "POINT_IN_TIME_CONSISTENT",
|
|
315
|
+
}
|
|
316
|
+
export interface Options {
|
|
317
|
+
VerifyMode?: VerifyMode | string;
|
|
318
|
+
OverwriteMode?: OverwriteMode | string;
|
|
319
|
+
Atime?: Atime | string;
|
|
320
|
+
Mtime?: Mtime | string;
|
|
321
|
+
Uid?: Uid | string;
|
|
322
|
+
Gid?: Gid | string;
|
|
323
|
+
PreserveDeletedFiles?: PreserveDeletedFiles | string;
|
|
324
|
+
PreserveDevices?: PreserveDevices | string;
|
|
325
|
+
PosixPermissions?: PosixPermissions | string;
|
|
326
|
+
BytesPerSecond?: number;
|
|
327
|
+
TaskQueueing?: TaskQueueing | string;
|
|
328
|
+
LogLevel?: LogLevel | string;
|
|
329
|
+
TransferMode?: TransferMode | string;
|
|
330
|
+
SecurityDescriptorCopyFlags?: SmbSecurityDescriptorCopyFlags | string;
|
|
331
|
+
ObjectTags?: ObjectTags | string;
|
|
332
|
+
}
|
|
333
|
+
export interface TaskSchedule {
|
|
334
|
+
ScheduleExpression: string | undefined;
|
|
335
|
+
}
|
|
336
|
+
export interface CreateTaskRequest {
|
|
337
|
+
SourceLocationArn: string | undefined;
|
|
338
|
+
DestinationLocationArn: string | undefined;
|
|
339
|
+
CloudWatchLogGroupArn?: string;
|
|
340
|
+
Name?: string;
|
|
341
|
+
Options?: Options;
|
|
342
|
+
Excludes?: FilterRule[];
|
|
343
|
+
Schedule?: TaskSchedule;
|
|
344
|
+
Tags?: TagListEntry[];
|
|
345
|
+
Includes?: FilterRule[];
|
|
346
|
+
}
|
|
347
|
+
export interface CreateTaskResponse {
|
|
348
|
+
TaskArn?: string;
|
|
349
|
+
}
|
|
350
|
+
export interface DeleteAgentRequest {
|
|
351
|
+
AgentArn: string | undefined;
|
|
352
|
+
}
|
|
353
|
+
export interface DeleteAgentResponse {}
|
|
354
|
+
export interface DeleteLocationRequest {
|
|
355
|
+
LocationArn: string | undefined;
|
|
356
|
+
}
|
|
357
|
+
export interface DeleteLocationResponse {}
|
|
358
|
+
export interface DeleteTaskRequest {
|
|
359
|
+
TaskArn: string | undefined;
|
|
360
|
+
}
|
|
361
|
+
export interface DeleteTaskResponse {}
|
|
362
|
+
export interface DescribeAgentRequest {
|
|
363
|
+
AgentArn: string | undefined;
|
|
364
|
+
}
|
|
365
|
+
export declare enum EndpointType {
|
|
366
|
+
FIPS = "FIPS",
|
|
367
|
+
PRIVATE_LINK = "PRIVATE_LINK",
|
|
368
|
+
PUBLIC = "PUBLIC",
|
|
369
|
+
}
|
|
370
|
+
export interface PrivateLinkConfig {
|
|
371
|
+
VpcEndpointId?: string;
|
|
372
|
+
PrivateLinkEndpoint?: string;
|
|
373
|
+
SubnetArns?: string[];
|
|
374
|
+
SecurityGroupArns?: string[];
|
|
375
|
+
}
|
|
376
|
+
export interface DescribeAgentResponse {
|
|
377
|
+
AgentArn?: string;
|
|
378
|
+
Name?: string;
|
|
379
|
+
Status?: AgentStatus | string;
|
|
380
|
+
LastConnectionTime?: Date;
|
|
381
|
+
CreationTime?: Date;
|
|
382
|
+
EndpointType?: EndpointType | string;
|
|
383
|
+
PrivateLinkConfig?: PrivateLinkConfig;
|
|
384
|
+
}
|
|
385
|
+
export interface DescribeLocationEfsRequest {
|
|
386
|
+
LocationArn: string | undefined;
|
|
387
|
+
}
|
|
388
|
+
export interface DescribeLocationEfsResponse {
|
|
389
|
+
LocationArn?: string;
|
|
390
|
+
LocationUri?: string;
|
|
391
|
+
Ec2Config?: Ec2Config;
|
|
392
|
+
CreationTime?: Date;
|
|
393
|
+
AccessPointArn?: string;
|
|
394
|
+
FileSystemAccessRoleArn?: string;
|
|
395
|
+
InTransitEncryption?: EfsInTransitEncryption | string;
|
|
396
|
+
}
|
|
397
|
+
export interface DescribeLocationFsxLustreRequest {
|
|
398
|
+
LocationArn: string | undefined;
|
|
399
|
+
}
|
|
400
|
+
export interface DescribeLocationFsxLustreResponse {
|
|
401
|
+
LocationArn?: string;
|
|
402
|
+
LocationUri?: string;
|
|
403
|
+
SecurityGroupArns?: string[];
|
|
404
|
+
CreationTime?: Date;
|
|
405
|
+
}
|
|
406
|
+
export interface DescribeLocationFsxOntapRequest {
|
|
407
|
+
LocationArn: string | undefined;
|
|
408
|
+
}
|
|
409
|
+
export interface DescribeLocationFsxOntapResponse {
|
|
410
|
+
CreationTime?: Date;
|
|
411
|
+
LocationArn?: string;
|
|
412
|
+
LocationUri?: string;
|
|
413
|
+
Protocol?: FsxProtocol;
|
|
414
|
+
SecurityGroupArns?: string[];
|
|
415
|
+
StorageVirtualMachineArn?: string;
|
|
416
|
+
FsxFilesystemArn?: string;
|
|
417
|
+
}
|
|
418
|
+
export interface DescribeLocationFsxOpenZfsRequest {
|
|
419
|
+
LocationArn: string | undefined;
|
|
420
|
+
}
|
|
421
|
+
export interface DescribeLocationFsxOpenZfsResponse {
|
|
422
|
+
LocationArn?: string;
|
|
423
|
+
LocationUri?: string;
|
|
424
|
+
SecurityGroupArns?: string[];
|
|
425
|
+
Protocol?: FsxProtocol;
|
|
426
|
+
CreationTime?: Date;
|
|
427
|
+
}
|
|
428
|
+
export interface DescribeLocationFsxWindowsRequest {
|
|
429
|
+
LocationArn: string | undefined;
|
|
430
|
+
}
|
|
431
|
+
export interface DescribeLocationFsxWindowsResponse {
|
|
432
|
+
LocationArn?: string;
|
|
433
|
+
LocationUri?: string;
|
|
434
|
+
SecurityGroupArns?: string[];
|
|
435
|
+
CreationTime?: Date;
|
|
436
|
+
User?: string;
|
|
437
|
+
Domain?: string;
|
|
438
|
+
}
|
|
439
|
+
export interface DescribeLocationHdfsRequest {
|
|
440
|
+
LocationArn: string | undefined;
|
|
441
|
+
}
|
|
442
|
+
export interface DescribeLocationHdfsResponse {
|
|
443
|
+
LocationArn?: string;
|
|
444
|
+
LocationUri?: string;
|
|
445
|
+
NameNodes?: HdfsNameNode[];
|
|
446
|
+
BlockSize?: number;
|
|
447
|
+
ReplicationFactor?: number;
|
|
448
|
+
KmsKeyProviderUri?: string;
|
|
449
|
+
QopConfiguration?: QopConfiguration;
|
|
450
|
+
AuthenticationType?: HdfsAuthenticationType | string;
|
|
451
|
+
SimpleUser?: string;
|
|
452
|
+
KerberosPrincipal?: string;
|
|
453
|
+
AgentArns?: string[];
|
|
454
|
+
CreationTime?: Date;
|
|
455
|
+
}
|
|
456
|
+
export interface DescribeLocationNfsRequest {
|
|
457
|
+
LocationArn: string | undefined;
|
|
458
|
+
}
|
|
459
|
+
export interface DescribeLocationNfsResponse {
|
|
460
|
+
LocationArn?: string;
|
|
461
|
+
LocationUri?: string;
|
|
462
|
+
OnPremConfig?: OnPremConfig;
|
|
463
|
+
MountOptions?: NfsMountOptions;
|
|
464
|
+
CreationTime?: Date;
|
|
465
|
+
}
|
|
466
|
+
export interface DescribeLocationObjectStorageRequest {
|
|
467
|
+
LocationArn: string | undefined;
|
|
468
|
+
}
|
|
469
|
+
export interface DescribeLocationObjectStorageResponse {
|
|
470
|
+
LocationArn?: string;
|
|
471
|
+
LocationUri?: string;
|
|
472
|
+
AccessKey?: string;
|
|
473
|
+
ServerPort?: number;
|
|
474
|
+
ServerProtocol?: ObjectStorageServerProtocol | string;
|
|
475
|
+
AgentArns?: string[];
|
|
476
|
+
CreationTime?: Date;
|
|
477
|
+
}
|
|
478
|
+
export interface DescribeLocationS3Request {
|
|
479
|
+
LocationArn: string | undefined;
|
|
480
|
+
}
|
|
481
|
+
export interface DescribeLocationS3Response {
|
|
482
|
+
LocationArn?: string;
|
|
483
|
+
LocationUri?: string;
|
|
484
|
+
S3StorageClass?: S3StorageClass | string;
|
|
485
|
+
S3Config?: S3Config;
|
|
486
|
+
AgentArns?: string[];
|
|
487
|
+
CreationTime?: Date;
|
|
488
|
+
}
|
|
489
|
+
export interface DescribeLocationSmbRequest {
|
|
490
|
+
LocationArn: string | undefined;
|
|
491
|
+
}
|
|
492
|
+
export interface DescribeLocationSmbResponse {
|
|
493
|
+
LocationArn?: string;
|
|
494
|
+
LocationUri?: string;
|
|
495
|
+
AgentArns?: string[];
|
|
496
|
+
User?: string;
|
|
497
|
+
Domain?: string;
|
|
498
|
+
MountOptions?: SmbMountOptions;
|
|
499
|
+
CreationTime?: Date;
|
|
500
|
+
}
|
|
501
|
+
export interface DescribeTaskRequest {
|
|
502
|
+
TaskArn: string | undefined;
|
|
503
|
+
}
|
|
504
|
+
export declare enum TaskStatus {
|
|
505
|
+
AVAILABLE = "AVAILABLE",
|
|
506
|
+
CREATING = "CREATING",
|
|
507
|
+
QUEUED = "QUEUED",
|
|
508
|
+
RUNNING = "RUNNING",
|
|
509
|
+
UNAVAILABLE = "UNAVAILABLE",
|
|
510
|
+
}
|
|
511
|
+
export interface DescribeTaskResponse {
|
|
512
|
+
TaskArn?: string;
|
|
513
|
+
Status?: TaskStatus | string;
|
|
514
|
+
Name?: string;
|
|
515
|
+
CurrentTaskExecutionArn?: string;
|
|
516
|
+
SourceLocationArn?: string;
|
|
517
|
+
DestinationLocationArn?: string;
|
|
518
|
+
CloudWatchLogGroupArn?: string;
|
|
519
|
+
SourceNetworkInterfaceArns?: string[];
|
|
520
|
+
DestinationNetworkInterfaceArns?: string[];
|
|
521
|
+
Options?: Options;
|
|
522
|
+
Excludes?: FilterRule[];
|
|
523
|
+
Schedule?: TaskSchedule;
|
|
524
|
+
ErrorCode?: string;
|
|
525
|
+
ErrorDetail?: string;
|
|
526
|
+
CreationTime?: Date;
|
|
527
|
+
Includes?: FilterRule[];
|
|
528
|
+
}
|
|
529
|
+
export interface DescribeTaskExecutionRequest {
|
|
530
|
+
TaskExecutionArn: string | undefined;
|
|
531
|
+
}
|
|
532
|
+
export declare enum PhaseStatus {
|
|
533
|
+
ERROR = "ERROR",
|
|
534
|
+
PENDING = "PENDING",
|
|
535
|
+
SUCCESS = "SUCCESS",
|
|
536
|
+
}
|
|
537
|
+
export interface TaskExecutionResultDetail {
|
|
538
|
+
PrepareDuration?: number;
|
|
539
|
+
PrepareStatus?: PhaseStatus | string;
|
|
540
|
+
TotalDuration?: number;
|
|
541
|
+
TransferDuration?: number;
|
|
542
|
+
TransferStatus?: PhaseStatus | string;
|
|
543
|
+
VerifyDuration?: number;
|
|
544
|
+
VerifyStatus?: PhaseStatus | string;
|
|
545
|
+
ErrorCode?: string;
|
|
546
|
+
ErrorDetail?: string;
|
|
547
|
+
}
|
|
548
|
+
export declare enum TaskExecutionStatus {
|
|
549
|
+
ERROR = "ERROR",
|
|
550
|
+
LAUNCHING = "LAUNCHING",
|
|
551
|
+
PREPARING = "PREPARING",
|
|
552
|
+
QUEUED = "QUEUED",
|
|
553
|
+
SUCCESS = "SUCCESS",
|
|
554
|
+
TRANSFERRING = "TRANSFERRING",
|
|
555
|
+
VERIFYING = "VERIFYING",
|
|
556
|
+
}
|
|
557
|
+
export interface DescribeTaskExecutionResponse {
|
|
558
|
+
TaskExecutionArn?: string;
|
|
559
|
+
Status?: TaskExecutionStatus | string;
|
|
560
|
+
Options?: Options;
|
|
561
|
+
Excludes?: FilterRule[];
|
|
562
|
+
Includes?: FilterRule[];
|
|
563
|
+
StartTime?: Date;
|
|
564
|
+
EstimatedFilesToTransfer?: number;
|
|
565
|
+
EstimatedBytesToTransfer?: number;
|
|
566
|
+
FilesTransferred?: number;
|
|
567
|
+
BytesWritten?: number;
|
|
568
|
+
BytesTransferred?: number;
|
|
569
|
+
Result?: TaskExecutionResultDetail;
|
|
570
|
+
}
|
|
571
|
+
export interface ListAgentsRequest {
|
|
572
|
+
MaxResults?: number;
|
|
573
|
+
NextToken?: string;
|
|
574
|
+
}
|
|
575
|
+
export interface ListAgentsResponse {
|
|
576
|
+
Agents?: AgentListEntry[];
|
|
577
|
+
NextToken?: string;
|
|
578
|
+
}
|
|
579
|
+
export declare enum LocationFilterName {
|
|
580
|
+
CreationTime = "CreationTime",
|
|
581
|
+
LocationType = "LocationType",
|
|
582
|
+
LocationUri = "LocationUri",
|
|
583
|
+
}
|
|
584
|
+
export declare enum Operator {
|
|
585
|
+
BEGINS_WITH = "BeginsWith",
|
|
586
|
+
CONTAINS = "Contains",
|
|
587
|
+
EQ = "Equals",
|
|
588
|
+
GE = "GreaterThanOrEqual",
|
|
589
|
+
GT = "GreaterThan",
|
|
590
|
+
IN = "In",
|
|
591
|
+
LE = "LessThanOrEqual",
|
|
592
|
+
LT = "LessThan",
|
|
593
|
+
NE = "NotEquals",
|
|
594
|
+
NOT_CONTAINS = "NotContains",
|
|
595
|
+
}
|
|
596
|
+
export interface LocationFilter {
|
|
597
|
+
Name: LocationFilterName | string | undefined;
|
|
598
|
+
Values: string[] | undefined;
|
|
599
|
+
Operator: Operator | string | undefined;
|
|
600
|
+
}
|
|
601
|
+
export interface ListLocationsRequest {
|
|
602
|
+
MaxResults?: number;
|
|
603
|
+
NextToken?: string;
|
|
604
|
+
Filters?: LocationFilter[];
|
|
605
|
+
}
|
|
606
|
+
export interface LocationListEntry {
|
|
607
|
+
LocationArn?: string;
|
|
608
|
+
LocationUri?: string;
|
|
609
|
+
}
|
|
610
|
+
export interface ListLocationsResponse {
|
|
611
|
+
Locations?: LocationListEntry[];
|
|
612
|
+
NextToken?: string;
|
|
613
|
+
}
|
|
614
|
+
export interface ListTagsForResourceRequest {
|
|
615
|
+
ResourceArn: string | undefined;
|
|
616
|
+
MaxResults?: number;
|
|
617
|
+
NextToken?: string;
|
|
618
|
+
}
|
|
619
|
+
export interface ListTagsForResourceResponse {
|
|
620
|
+
Tags?: TagListEntry[];
|
|
621
|
+
NextToken?: string;
|
|
622
|
+
}
|
|
623
|
+
export interface ListTaskExecutionsRequest {
|
|
624
|
+
TaskArn?: string;
|
|
625
|
+
MaxResults?: number;
|
|
626
|
+
NextToken?: string;
|
|
627
|
+
}
|
|
628
|
+
export interface TaskExecutionListEntry {
|
|
629
|
+
TaskExecutionArn?: string;
|
|
630
|
+
Status?: TaskExecutionStatus | string;
|
|
631
|
+
}
|
|
632
|
+
export interface ListTaskExecutionsResponse {
|
|
633
|
+
TaskExecutions?: TaskExecutionListEntry[];
|
|
634
|
+
NextToken?: string;
|
|
635
|
+
}
|
|
636
|
+
export declare enum TaskFilterName {
|
|
637
|
+
CreationTime = "CreationTime",
|
|
638
|
+
LocationId = "LocationId",
|
|
639
|
+
}
|
|
640
|
+
export interface TaskFilter {
|
|
641
|
+
Name: TaskFilterName | string | undefined;
|
|
642
|
+
Values: string[] | undefined;
|
|
643
|
+
Operator: Operator | string | undefined;
|
|
644
|
+
}
|
|
645
|
+
export interface ListTasksRequest {
|
|
646
|
+
MaxResults?: number;
|
|
647
|
+
NextToken?: string;
|
|
648
|
+
Filters?: TaskFilter[];
|
|
649
|
+
}
|
|
650
|
+
export interface TaskListEntry {
|
|
651
|
+
TaskArn?: string;
|
|
652
|
+
Status?: TaskStatus | string;
|
|
653
|
+
Name?: string;
|
|
654
|
+
}
|
|
655
|
+
export interface ListTasksResponse {
|
|
656
|
+
Tasks?: TaskListEntry[];
|
|
657
|
+
NextToken?: string;
|
|
658
|
+
}
|
|
659
|
+
export interface StartTaskExecutionRequest {
|
|
660
|
+
TaskArn: string | undefined;
|
|
661
|
+
OverrideOptions?: Options;
|
|
662
|
+
Includes?: FilterRule[];
|
|
663
|
+
Excludes?: FilterRule[];
|
|
664
|
+
}
|
|
665
|
+
export interface StartTaskExecutionResponse {
|
|
666
|
+
TaskExecutionArn?: string;
|
|
667
|
+
}
|
|
668
|
+
export interface TagResourceRequest {
|
|
669
|
+
ResourceArn: string | undefined;
|
|
670
|
+
Tags: TagListEntry[] | undefined;
|
|
671
|
+
}
|
|
672
|
+
export interface TagResourceResponse {}
|
|
673
|
+
export interface UntagResourceRequest {
|
|
674
|
+
ResourceArn: string | undefined;
|
|
675
|
+
Keys: string[] | undefined;
|
|
676
|
+
}
|
|
677
|
+
export interface UntagResourceResponse {}
|
|
678
|
+
export interface UpdateAgentRequest {
|
|
679
|
+
AgentArn: string | undefined;
|
|
680
|
+
Name?: string;
|
|
681
|
+
}
|
|
682
|
+
export interface UpdateAgentResponse {}
|
|
683
|
+
export interface UpdateLocationHdfsRequest {
|
|
684
|
+
LocationArn: string | undefined;
|
|
685
|
+
Subdirectory?: string;
|
|
686
|
+
NameNodes?: HdfsNameNode[];
|
|
687
|
+
BlockSize?: number;
|
|
688
|
+
ReplicationFactor?: number;
|
|
689
|
+
KmsKeyProviderUri?: string;
|
|
690
|
+
QopConfiguration?: QopConfiguration;
|
|
691
|
+
AuthenticationType?: HdfsAuthenticationType | string;
|
|
692
|
+
SimpleUser?: string;
|
|
693
|
+
KerberosPrincipal?: string;
|
|
694
|
+
KerberosKeytab?: Uint8Array;
|
|
695
|
+
KerberosKrb5Conf?: Uint8Array;
|
|
696
|
+
AgentArns?: string[];
|
|
697
|
+
}
|
|
698
|
+
export interface UpdateLocationHdfsResponse {}
|
|
699
|
+
export interface UpdateLocationNfsRequest {
|
|
700
|
+
LocationArn: string | undefined;
|
|
701
|
+
Subdirectory?: string;
|
|
702
|
+
OnPremConfig?: OnPremConfig;
|
|
703
|
+
MountOptions?: NfsMountOptions;
|
|
704
|
+
}
|
|
705
|
+
export interface UpdateLocationNfsResponse {}
|
|
706
|
+
export interface UpdateLocationObjectStorageRequest {
|
|
707
|
+
LocationArn: string | undefined;
|
|
708
|
+
ServerPort?: number;
|
|
709
|
+
ServerProtocol?: ObjectStorageServerProtocol | string;
|
|
710
|
+
Subdirectory?: string;
|
|
711
|
+
AccessKey?: string;
|
|
712
|
+
SecretKey?: string;
|
|
713
|
+
AgentArns?: string[];
|
|
714
|
+
}
|
|
715
|
+
export interface UpdateLocationObjectStorageResponse {}
|
|
716
|
+
export interface UpdateLocationSmbRequest {
|
|
717
|
+
LocationArn: string | undefined;
|
|
718
|
+
Subdirectory?: string;
|
|
719
|
+
User?: string;
|
|
720
|
+
Domain?: string;
|
|
721
|
+
Password?: string;
|
|
722
|
+
AgentArns?: string[];
|
|
723
|
+
MountOptions?: SmbMountOptions;
|
|
724
|
+
}
|
|
725
|
+
export interface UpdateLocationSmbResponse {}
|
|
726
|
+
export interface UpdateTaskRequest {
|
|
727
|
+
TaskArn: string | undefined;
|
|
728
|
+
Options?: Options;
|
|
729
|
+
Excludes?: FilterRule[];
|
|
730
|
+
Schedule?: TaskSchedule;
|
|
731
|
+
Name?: string;
|
|
732
|
+
CloudWatchLogGroupArn?: string;
|
|
733
|
+
Includes?: FilterRule[];
|
|
734
|
+
}
|
|
735
|
+
export interface UpdateTaskResponse {}
|
|
736
|
+
export interface UpdateTaskExecutionRequest {
|
|
737
|
+
TaskExecutionArn: string | undefined;
|
|
738
|
+
Options: Options | undefined;
|
|
739
|
+
}
|
|
740
|
+
export interface UpdateTaskExecutionResponse {}
|
|
741
|
+
export declare const AgentListEntryFilterSensitiveLog: (
|
|
742
|
+
obj: AgentListEntry
|
|
743
|
+
) => any;
|
|
744
|
+
export declare const CancelTaskExecutionRequestFilterSensitiveLog: (
|
|
745
|
+
obj: CancelTaskExecutionRequest
|
|
746
|
+
) => any;
|
|
747
|
+
export declare const CancelTaskExecutionResponseFilterSensitiveLog: (
|
|
748
|
+
obj: CancelTaskExecutionResponse
|
|
749
|
+
) => any;
|
|
750
|
+
export declare const TagListEntryFilterSensitiveLog: (obj: TagListEntry) => any;
|
|
751
|
+
export declare const CreateAgentRequestFilterSensitiveLog: (
|
|
752
|
+
obj: CreateAgentRequest
|
|
753
|
+
) => any;
|
|
754
|
+
export declare const CreateAgentResponseFilterSensitiveLog: (
|
|
755
|
+
obj: CreateAgentResponse
|
|
756
|
+
) => any;
|
|
757
|
+
export declare const Ec2ConfigFilterSensitiveLog: (obj: Ec2Config) => any;
|
|
758
|
+
export declare const CreateLocationEfsRequestFilterSensitiveLog: (
|
|
759
|
+
obj: CreateLocationEfsRequest
|
|
760
|
+
) => any;
|
|
761
|
+
export declare const CreateLocationEfsResponseFilterSensitiveLog: (
|
|
762
|
+
obj: CreateLocationEfsResponse
|
|
763
|
+
) => any;
|
|
764
|
+
export declare const CreateLocationFsxLustreRequestFilterSensitiveLog: (
|
|
765
|
+
obj: CreateLocationFsxLustreRequest
|
|
766
|
+
) => any;
|
|
767
|
+
export declare const CreateLocationFsxLustreResponseFilterSensitiveLog: (
|
|
768
|
+
obj: CreateLocationFsxLustreResponse
|
|
769
|
+
) => any;
|
|
770
|
+
export declare const NfsMountOptionsFilterSensitiveLog: (
|
|
771
|
+
obj: NfsMountOptions
|
|
772
|
+
) => any;
|
|
773
|
+
export declare const FsxProtocolNfsFilterSensitiveLog: (
|
|
774
|
+
obj: FsxProtocolNfs
|
|
775
|
+
) => any;
|
|
776
|
+
export declare const SmbMountOptionsFilterSensitiveLog: (
|
|
777
|
+
obj: SmbMountOptions
|
|
778
|
+
) => any;
|
|
779
|
+
export declare const FsxProtocolSmbFilterSensitiveLog: (
|
|
780
|
+
obj: FsxProtocolSmb
|
|
781
|
+
) => any;
|
|
782
|
+
export declare const FsxProtocolFilterSensitiveLog: (obj: FsxProtocol) => any;
|
|
783
|
+
export declare const CreateLocationFsxOntapRequestFilterSensitiveLog: (
|
|
784
|
+
obj: CreateLocationFsxOntapRequest
|
|
785
|
+
) => any;
|
|
786
|
+
export declare const CreateLocationFsxOntapResponseFilterSensitiveLog: (
|
|
787
|
+
obj: CreateLocationFsxOntapResponse
|
|
788
|
+
) => any;
|
|
789
|
+
export declare const CreateLocationFsxOpenZfsRequestFilterSensitiveLog: (
|
|
790
|
+
obj: CreateLocationFsxOpenZfsRequest
|
|
791
|
+
) => any;
|
|
792
|
+
export declare const CreateLocationFsxOpenZfsResponseFilterSensitiveLog: (
|
|
793
|
+
obj: CreateLocationFsxOpenZfsResponse
|
|
794
|
+
) => any;
|
|
795
|
+
export declare const CreateLocationFsxWindowsRequestFilterSensitiveLog: (
|
|
796
|
+
obj: CreateLocationFsxWindowsRequest
|
|
797
|
+
) => any;
|
|
798
|
+
export declare const CreateLocationFsxWindowsResponseFilterSensitiveLog: (
|
|
799
|
+
obj: CreateLocationFsxWindowsResponse
|
|
800
|
+
) => any;
|
|
801
|
+
export declare const HdfsNameNodeFilterSensitiveLog: (obj: HdfsNameNode) => any;
|
|
802
|
+
export declare const QopConfigurationFilterSensitiveLog: (
|
|
803
|
+
obj: QopConfiguration
|
|
804
|
+
) => any;
|
|
805
|
+
export declare const CreateLocationHdfsRequestFilterSensitiveLog: (
|
|
806
|
+
obj: CreateLocationHdfsRequest
|
|
807
|
+
) => any;
|
|
808
|
+
export declare const CreateLocationHdfsResponseFilterSensitiveLog: (
|
|
809
|
+
obj: CreateLocationHdfsResponse
|
|
810
|
+
) => any;
|
|
811
|
+
export declare const OnPremConfigFilterSensitiveLog: (obj: OnPremConfig) => any;
|
|
812
|
+
export declare const CreateLocationNfsRequestFilterSensitiveLog: (
|
|
813
|
+
obj: CreateLocationNfsRequest
|
|
814
|
+
) => any;
|
|
815
|
+
export declare const CreateLocationNfsResponseFilterSensitiveLog: (
|
|
816
|
+
obj: CreateLocationNfsResponse
|
|
817
|
+
) => any;
|
|
818
|
+
export declare const CreateLocationObjectStorageRequestFilterSensitiveLog: (
|
|
819
|
+
obj: CreateLocationObjectStorageRequest
|
|
820
|
+
) => any;
|
|
821
|
+
export declare const CreateLocationObjectStorageResponseFilterSensitiveLog: (
|
|
822
|
+
obj: CreateLocationObjectStorageResponse
|
|
823
|
+
) => any;
|
|
824
|
+
export declare const S3ConfigFilterSensitiveLog: (obj: S3Config) => any;
|
|
825
|
+
export declare const CreateLocationS3RequestFilterSensitiveLog: (
|
|
826
|
+
obj: CreateLocationS3Request
|
|
827
|
+
) => any;
|
|
828
|
+
export declare const CreateLocationS3ResponseFilterSensitiveLog: (
|
|
829
|
+
obj: CreateLocationS3Response
|
|
830
|
+
) => any;
|
|
831
|
+
export declare const CreateLocationSmbRequestFilterSensitiveLog: (
|
|
832
|
+
obj: CreateLocationSmbRequest
|
|
833
|
+
) => any;
|
|
834
|
+
export declare const CreateLocationSmbResponseFilterSensitiveLog: (
|
|
835
|
+
obj: CreateLocationSmbResponse
|
|
836
|
+
) => any;
|
|
837
|
+
export declare const FilterRuleFilterSensitiveLog: (obj: FilterRule) => any;
|
|
838
|
+
export declare const OptionsFilterSensitiveLog: (obj: Options) => any;
|
|
839
|
+
export declare const TaskScheduleFilterSensitiveLog: (obj: TaskSchedule) => any;
|
|
840
|
+
export declare const CreateTaskRequestFilterSensitiveLog: (
|
|
841
|
+
obj: CreateTaskRequest
|
|
842
|
+
) => any;
|
|
843
|
+
export declare const CreateTaskResponseFilterSensitiveLog: (
|
|
844
|
+
obj: CreateTaskResponse
|
|
845
|
+
) => any;
|
|
846
|
+
export declare const DeleteAgentRequestFilterSensitiveLog: (
|
|
847
|
+
obj: DeleteAgentRequest
|
|
848
|
+
) => any;
|
|
849
|
+
export declare const DeleteAgentResponseFilterSensitiveLog: (
|
|
850
|
+
obj: DeleteAgentResponse
|
|
851
|
+
) => any;
|
|
852
|
+
export declare const DeleteLocationRequestFilterSensitiveLog: (
|
|
853
|
+
obj: DeleteLocationRequest
|
|
854
|
+
) => any;
|
|
855
|
+
export declare const DeleteLocationResponseFilterSensitiveLog: (
|
|
856
|
+
obj: DeleteLocationResponse
|
|
857
|
+
) => any;
|
|
858
|
+
export declare const DeleteTaskRequestFilterSensitiveLog: (
|
|
859
|
+
obj: DeleteTaskRequest
|
|
860
|
+
) => any;
|
|
861
|
+
export declare const DeleteTaskResponseFilterSensitiveLog: (
|
|
862
|
+
obj: DeleteTaskResponse
|
|
863
|
+
) => any;
|
|
864
|
+
export declare const DescribeAgentRequestFilterSensitiveLog: (
|
|
865
|
+
obj: DescribeAgentRequest
|
|
866
|
+
) => any;
|
|
867
|
+
export declare const PrivateLinkConfigFilterSensitiveLog: (
|
|
868
|
+
obj: PrivateLinkConfig
|
|
869
|
+
) => any;
|
|
870
|
+
export declare const DescribeAgentResponseFilterSensitiveLog: (
|
|
871
|
+
obj: DescribeAgentResponse
|
|
872
|
+
) => any;
|
|
873
|
+
export declare const DescribeLocationEfsRequestFilterSensitiveLog: (
|
|
874
|
+
obj: DescribeLocationEfsRequest
|
|
875
|
+
) => any;
|
|
876
|
+
export declare const DescribeLocationEfsResponseFilterSensitiveLog: (
|
|
877
|
+
obj: DescribeLocationEfsResponse
|
|
878
|
+
) => any;
|
|
879
|
+
export declare const DescribeLocationFsxLustreRequestFilterSensitiveLog: (
|
|
880
|
+
obj: DescribeLocationFsxLustreRequest
|
|
881
|
+
) => any;
|
|
882
|
+
export declare const DescribeLocationFsxLustreResponseFilterSensitiveLog: (
|
|
883
|
+
obj: DescribeLocationFsxLustreResponse
|
|
884
|
+
) => any;
|
|
885
|
+
export declare const DescribeLocationFsxOntapRequestFilterSensitiveLog: (
|
|
886
|
+
obj: DescribeLocationFsxOntapRequest
|
|
887
|
+
) => any;
|
|
888
|
+
export declare const DescribeLocationFsxOntapResponseFilterSensitiveLog: (
|
|
889
|
+
obj: DescribeLocationFsxOntapResponse
|
|
890
|
+
) => any;
|
|
891
|
+
export declare const DescribeLocationFsxOpenZfsRequestFilterSensitiveLog: (
|
|
892
|
+
obj: DescribeLocationFsxOpenZfsRequest
|
|
893
|
+
) => any;
|
|
894
|
+
export declare const DescribeLocationFsxOpenZfsResponseFilterSensitiveLog: (
|
|
895
|
+
obj: DescribeLocationFsxOpenZfsResponse
|
|
896
|
+
) => any;
|
|
897
|
+
export declare const DescribeLocationFsxWindowsRequestFilterSensitiveLog: (
|
|
898
|
+
obj: DescribeLocationFsxWindowsRequest
|
|
899
|
+
) => any;
|
|
900
|
+
export declare const DescribeLocationFsxWindowsResponseFilterSensitiveLog: (
|
|
901
|
+
obj: DescribeLocationFsxWindowsResponse
|
|
902
|
+
) => any;
|
|
903
|
+
export declare const DescribeLocationHdfsRequestFilterSensitiveLog: (
|
|
904
|
+
obj: DescribeLocationHdfsRequest
|
|
905
|
+
) => any;
|
|
906
|
+
export declare const DescribeLocationHdfsResponseFilterSensitiveLog: (
|
|
907
|
+
obj: DescribeLocationHdfsResponse
|
|
908
|
+
) => any;
|
|
909
|
+
export declare const DescribeLocationNfsRequestFilterSensitiveLog: (
|
|
910
|
+
obj: DescribeLocationNfsRequest
|
|
911
|
+
) => any;
|
|
912
|
+
export declare const DescribeLocationNfsResponseFilterSensitiveLog: (
|
|
913
|
+
obj: DescribeLocationNfsResponse
|
|
914
|
+
) => any;
|
|
915
|
+
export declare const DescribeLocationObjectStorageRequestFilterSensitiveLog: (
|
|
916
|
+
obj: DescribeLocationObjectStorageRequest
|
|
917
|
+
) => any;
|
|
918
|
+
export declare const DescribeLocationObjectStorageResponseFilterSensitiveLog: (
|
|
919
|
+
obj: DescribeLocationObjectStorageResponse
|
|
920
|
+
) => any;
|
|
921
|
+
export declare const DescribeLocationS3RequestFilterSensitiveLog: (
|
|
922
|
+
obj: DescribeLocationS3Request
|
|
923
|
+
) => any;
|
|
924
|
+
export declare const DescribeLocationS3ResponseFilterSensitiveLog: (
|
|
925
|
+
obj: DescribeLocationS3Response
|
|
926
|
+
) => any;
|
|
927
|
+
export declare const DescribeLocationSmbRequestFilterSensitiveLog: (
|
|
928
|
+
obj: DescribeLocationSmbRequest
|
|
929
|
+
) => any;
|
|
930
|
+
export declare const DescribeLocationSmbResponseFilterSensitiveLog: (
|
|
931
|
+
obj: DescribeLocationSmbResponse
|
|
932
|
+
) => any;
|
|
933
|
+
export declare const DescribeTaskRequestFilterSensitiveLog: (
|
|
934
|
+
obj: DescribeTaskRequest
|
|
935
|
+
) => any;
|
|
936
|
+
export declare const DescribeTaskResponseFilterSensitiveLog: (
|
|
937
|
+
obj: DescribeTaskResponse
|
|
938
|
+
) => any;
|
|
939
|
+
export declare const DescribeTaskExecutionRequestFilterSensitiveLog: (
|
|
940
|
+
obj: DescribeTaskExecutionRequest
|
|
941
|
+
) => any;
|
|
942
|
+
export declare const TaskExecutionResultDetailFilterSensitiveLog: (
|
|
943
|
+
obj: TaskExecutionResultDetail
|
|
944
|
+
) => any;
|
|
945
|
+
export declare const DescribeTaskExecutionResponseFilterSensitiveLog: (
|
|
946
|
+
obj: DescribeTaskExecutionResponse
|
|
947
|
+
) => any;
|
|
948
|
+
export declare const ListAgentsRequestFilterSensitiveLog: (
|
|
949
|
+
obj: ListAgentsRequest
|
|
950
|
+
) => any;
|
|
951
|
+
export declare const ListAgentsResponseFilterSensitiveLog: (
|
|
952
|
+
obj: ListAgentsResponse
|
|
953
|
+
) => any;
|
|
954
|
+
export declare const LocationFilterFilterSensitiveLog: (
|
|
955
|
+
obj: LocationFilter
|
|
956
|
+
) => any;
|
|
957
|
+
export declare const ListLocationsRequestFilterSensitiveLog: (
|
|
958
|
+
obj: ListLocationsRequest
|
|
959
|
+
) => any;
|
|
960
|
+
export declare const LocationListEntryFilterSensitiveLog: (
|
|
961
|
+
obj: LocationListEntry
|
|
962
|
+
) => any;
|
|
963
|
+
export declare const ListLocationsResponseFilterSensitiveLog: (
|
|
964
|
+
obj: ListLocationsResponse
|
|
965
|
+
) => any;
|
|
966
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
967
|
+
obj: ListTagsForResourceRequest
|
|
968
|
+
) => any;
|
|
969
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
970
|
+
obj: ListTagsForResourceResponse
|
|
971
|
+
) => any;
|
|
972
|
+
export declare const ListTaskExecutionsRequestFilterSensitiveLog: (
|
|
973
|
+
obj: ListTaskExecutionsRequest
|
|
974
|
+
) => any;
|
|
975
|
+
export declare const TaskExecutionListEntryFilterSensitiveLog: (
|
|
976
|
+
obj: TaskExecutionListEntry
|
|
977
|
+
) => any;
|
|
978
|
+
export declare const ListTaskExecutionsResponseFilterSensitiveLog: (
|
|
979
|
+
obj: ListTaskExecutionsResponse
|
|
980
|
+
) => any;
|
|
981
|
+
export declare const TaskFilterFilterSensitiveLog: (obj: TaskFilter) => any;
|
|
982
|
+
export declare const ListTasksRequestFilterSensitiveLog: (
|
|
983
|
+
obj: ListTasksRequest
|
|
984
|
+
) => any;
|
|
985
|
+
export declare const TaskListEntryFilterSensitiveLog: (
|
|
986
|
+
obj: TaskListEntry
|
|
987
|
+
) => any;
|
|
988
|
+
export declare const ListTasksResponseFilterSensitiveLog: (
|
|
989
|
+
obj: ListTasksResponse
|
|
990
|
+
) => any;
|
|
991
|
+
export declare const StartTaskExecutionRequestFilterSensitiveLog: (
|
|
992
|
+
obj: StartTaskExecutionRequest
|
|
993
|
+
) => any;
|
|
994
|
+
export declare const StartTaskExecutionResponseFilterSensitiveLog: (
|
|
995
|
+
obj: StartTaskExecutionResponse
|
|
996
|
+
) => any;
|
|
997
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
998
|
+
obj: TagResourceRequest
|
|
999
|
+
) => any;
|
|
1000
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1001
|
+
obj: TagResourceResponse
|
|
1002
|
+
) => any;
|
|
1003
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1004
|
+
obj: UntagResourceRequest
|
|
1005
|
+
) => any;
|
|
1006
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1007
|
+
obj: UntagResourceResponse
|
|
1008
|
+
) => any;
|
|
1009
|
+
export declare const UpdateAgentRequestFilterSensitiveLog: (
|
|
1010
|
+
obj: UpdateAgentRequest
|
|
1011
|
+
) => any;
|
|
1012
|
+
export declare const UpdateAgentResponseFilterSensitiveLog: (
|
|
1013
|
+
obj: UpdateAgentResponse
|
|
1014
|
+
) => any;
|
|
1015
|
+
export declare const UpdateLocationHdfsRequestFilterSensitiveLog: (
|
|
1016
|
+
obj: UpdateLocationHdfsRequest
|
|
1017
|
+
) => any;
|
|
1018
|
+
export declare const UpdateLocationHdfsResponseFilterSensitiveLog: (
|
|
1019
|
+
obj: UpdateLocationHdfsResponse
|
|
1020
|
+
) => any;
|
|
1021
|
+
export declare const UpdateLocationNfsRequestFilterSensitiveLog: (
|
|
1022
|
+
obj: UpdateLocationNfsRequest
|
|
1023
|
+
) => any;
|
|
1024
|
+
export declare const UpdateLocationNfsResponseFilterSensitiveLog: (
|
|
1025
|
+
obj: UpdateLocationNfsResponse
|
|
1026
|
+
) => any;
|
|
1027
|
+
export declare const UpdateLocationObjectStorageRequestFilterSensitiveLog: (
|
|
1028
|
+
obj: UpdateLocationObjectStorageRequest
|
|
1029
|
+
) => any;
|
|
1030
|
+
export declare const UpdateLocationObjectStorageResponseFilterSensitiveLog: (
|
|
1031
|
+
obj: UpdateLocationObjectStorageResponse
|
|
1032
|
+
) => any;
|
|
1033
|
+
export declare const UpdateLocationSmbRequestFilterSensitiveLog: (
|
|
1034
|
+
obj: UpdateLocationSmbRequest
|
|
1035
|
+
) => any;
|
|
1036
|
+
export declare const UpdateLocationSmbResponseFilterSensitiveLog: (
|
|
1037
|
+
obj: UpdateLocationSmbResponse
|
|
1038
|
+
) => any;
|
|
1039
|
+
export declare const UpdateTaskRequestFilterSensitiveLog: (
|
|
1040
|
+
obj: UpdateTaskRequest
|
|
1041
|
+
) => any;
|
|
1042
|
+
export declare const UpdateTaskResponseFilterSensitiveLog: (
|
|
1043
|
+
obj: UpdateTaskResponse
|
|
1044
|
+
) => any;
|
|
1045
|
+
export declare const UpdateTaskExecutionRequestFilterSensitiveLog: (
|
|
1046
|
+
obj: UpdateTaskExecutionRequest
|
|
1047
|
+
) => any;
|
|
1048
|
+
export declare const UpdateTaskExecutionResponseFilterSensitiveLog: (
|
|
1049
|
+
obj: UpdateTaskExecutionResponse
|
|
1050
|
+
) => any;
|