@aws-sdk/client-fsx 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 +8 -0
- package/dist-types/ts3.4/FSx.d.ts +676 -190
- package/dist-types/ts3.4/FSxClient.d.ts +350 -110
- package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +37 -37
- 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/FSxServiceException.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 +2703 -2519
- package/dist-types/ts3.4/pagination/DescribeBackupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDataRepositoryAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDataRepositoryTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFileSystemAliasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFileSystemsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeStorageVirtualMachinesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVolumesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +449 -113
- 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/package.json +34 -34
|
@@ -1,2519 +1,2703 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { FSxServiceException as __BaseException } from "./FSxServiceException";
|
|
3
|
-
|
|
4
|
-
export interface ActiveDirectoryBackupAttributes {
|
|
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
|
-
export declare enum Status {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
export interface FileSystemFailureDetails {
|
|
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
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
export interface
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
export interface
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
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
|
-
|
|
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
|
-
export
|
|
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
|
-
export
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
export
|
|
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
|
-
|
|
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
|
-
export
|
|
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
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
export declare class
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
}
|
|
636
|
-
|
|
637
|
-
export declare class
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
}
|
|
645
|
-
|
|
646
|
-
export declare class
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
export
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
export
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
export interface
|
|
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
|
-
|
|
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
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
export interface
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
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
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
export interface
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
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
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
export interface
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
export interface
|
|
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
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
}
|
|
1510
|
-
|
|
1511
|
-
export interface
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
}
|
|
1565
|
-
export interface
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
}
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
export interface
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
export interface
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
export
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
}
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
}
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
export
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
export interface
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
}
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
}
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
export
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
export
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
export
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
export
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
export
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
export
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
export declare const
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
export declare const
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
export declare const
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
export declare const
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
export declare const
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
export declare const
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
export declare const
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
export declare const
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
export declare const
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
export declare const
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
export declare const
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
export declare const
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
export declare const
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
export declare const
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
export declare const
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
export declare const
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
export declare const
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
export declare const
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
export declare const
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
export declare const
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
export declare const
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
export declare const
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
export declare const
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
export declare const
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
export declare const
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
export declare const
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
export declare const CreateFileSystemWindowsConfigurationFilterSensitiveLog: (
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
export declare const
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
export declare const
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
export declare const
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
export declare const
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
export declare const
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
export declare const
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
export declare const
|
|
2350
|
-
|
|
2351
|
-
export declare const
|
|
2352
|
-
|
|
2353
|
-
export declare const
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
export declare const
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
export declare const
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
export declare const
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
export declare const
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
export declare const
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
export declare const
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
export declare const
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
export declare const
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
export declare const
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
export declare const
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
export declare const
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
export declare const
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
export declare const
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
export declare const
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
export declare const
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
export declare const
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
export declare const
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
export declare const
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
export declare const
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
export declare const
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
export declare const
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
export declare const
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
export declare const
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
export declare const
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
export declare const
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
export declare const
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
export declare const
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
export declare const
|
|
2466
|
-
|
|
2467
|
-
export declare const
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
export declare const
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
export declare const
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
export declare const
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
export declare const
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
export declare const
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
export declare const
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
export declare const
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
export declare const
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
export declare const
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
export declare const
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
export declare const
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
export declare const
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
export declare const
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { FSxServiceException as __BaseException } from "./FSxServiceException";
|
|
3
|
+
|
|
4
|
+
export interface ActiveDirectoryBackupAttributes {
|
|
5
|
+
DomainName?: string;
|
|
6
|
+
|
|
7
|
+
ActiveDirectoryId?: string;
|
|
8
|
+
|
|
9
|
+
ResourceARN?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare enum ActiveDirectoryErrorType {
|
|
12
|
+
DOMAIN_NOT_FOUND = "DOMAIN_NOT_FOUND",
|
|
13
|
+
INCOMPATIBLE_DOMAIN_MODE = "INCOMPATIBLE_DOMAIN_MODE",
|
|
14
|
+
INVALID_DOMAIN_STAGE = "INVALID_DOMAIN_STAGE",
|
|
15
|
+
WRONG_VPC = "WRONG_VPC",
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export declare class ActiveDirectoryError extends __BaseException {
|
|
19
|
+
readonly name: "ActiveDirectoryError";
|
|
20
|
+
readonly $fault: "client";
|
|
21
|
+
|
|
22
|
+
ActiveDirectoryId: string | undefined;
|
|
23
|
+
|
|
24
|
+
Type?: ActiveDirectoryErrorType | string;
|
|
25
|
+
|
|
26
|
+
Message?: string;
|
|
27
|
+
|
|
28
|
+
constructor(
|
|
29
|
+
opts: __ExceptionOptionType<ActiveDirectoryError, __BaseException>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
export declare enum AdministrativeActionType {
|
|
33
|
+
FILE_SYSTEM_ALIAS_ASSOCIATION = "FILE_SYSTEM_ALIAS_ASSOCIATION",
|
|
34
|
+
FILE_SYSTEM_ALIAS_DISASSOCIATION = "FILE_SYSTEM_ALIAS_DISASSOCIATION",
|
|
35
|
+
FILE_SYSTEM_UPDATE = "FILE_SYSTEM_UPDATE",
|
|
36
|
+
RELEASE_NFS_V3_LOCKS = "RELEASE_NFS_V3_LOCKS",
|
|
37
|
+
SNAPSHOT_UPDATE = "SNAPSHOT_UPDATE",
|
|
38
|
+
STORAGE_OPTIMIZATION = "STORAGE_OPTIMIZATION",
|
|
39
|
+
VOLUME_UPDATE = "VOLUME_UPDATE",
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export interface AdministrativeActionFailureDetails {
|
|
43
|
+
Message?: string;
|
|
44
|
+
}
|
|
45
|
+
export declare enum Status {
|
|
46
|
+
COMPLETED = "COMPLETED",
|
|
47
|
+
FAILED = "FAILED",
|
|
48
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
49
|
+
PENDING = "PENDING",
|
|
50
|
+
UPDATED_OPTIMIZING = "UPDATED_OPTIMIZING",
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export interface FileSystemFailureDetails {
|
|
54
|
+
Message?: string;
|
|
55
|
+
}
|
|
56
|
+
export declare enum FileSystemType {
|
|
57
|
+
LUSTRE = "LUSTRE",
|
|
58
|
+
ONTAP = "ONTAP",
|
|
59
|
+
OPENZFS = "OPENZFS",
|
|
60
|
+
WINDOWS = "WINDOWS",
|
|
61
|
+
}
|
|
62
|
+
export declare enum FileSystemLifecycle {
|
|
63
|
+
AVAILABLE = "AVAILABLE",
|
|
64
|
+
CREATING = "CREATING",
|
|
65
|
+
DELETING = "DELETING",
|
|
66
|
+
FAILED = "FAILED",
|
|
67
|
+
MISCONFIGURED = "MISCONFIGURED",
|
|
68
|
+
MISCONFIGURED_UNAVAILABLE = "MISCONFIGURED_UNAVAILABLE",
|
|
69
|
+
UPDATING = "UPDATING",
|
|
70
|
+
}
|
|
71
|
+
export declare enum DataCompressionType {
|
|
72
|
+
LZ4 = "LZ4",
|
|
73
|
+
NONE = "NONE",
|
|
74
|
+
}
|
|
75
|
+
export declare enum AutoImportPolicyType {
|
|
76
|
+
NEW = "NEW",
|
|
77
|
+
NEW_CHANGED = "NEW_CHANGED",
|
|
78
|
+
NEW_CHANGED_DELETED = "NEW_CHANGED_DELETED",
|
|
79
|
+
NONE = "NONE",
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export interface DataRepositoryFailureDetails {
|
|
83
|
+
Message?: string;
|
|
84
|
+
}
|
|
85
|
+
export declare enum DataRepositoryLifecycle {
|
|
86
|
+
AVAILABLE = "AVAILABLE",
|
|
87
|
+
CREATING = "CREATING",
|
|
88
|
+
DELETING = "DELETING",
|
|
89
|
+
FAILED = "FAILED",
|
|
90
|
+
MISCONFIGURED = "MISCONFIGURED",
|
|
91
|
+
UPDATING = "UPDATING",
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
export interface DataRepositoryConfiguration {
|
|
95
|
+
Lifecycle?: DataRepositoryLifecycle | string;
|
|
96
|
+
|
|
97
|
+
ImportPath?: string;
|
|
98
|
+
|
|
99
|
+
ExportPath?: string;
|
|
100
|
+
|
|
101
|
+
ImportedFileChunkSize?: number;
|
|
102
|
+
|
|
103
|
+
AutoImportPolicy?: AutoImportPolicyType | string;
|
|
104
|
+
|
|
105
|
+
FailureDetails?: DataRepositoryFailureDetails;
|
|
106
|
+
}
|
|
107
|
+
export declare enum LustreDeploymentType {
|
|
108
|
+
PERSISTENT_1 = "PERSISTENT_1",
|
|
109
|
+
PERSISTENT_2 = "PERSISTENT_2",
|
|
110
|
+
SCRATCH_1 = "SCRATCH_1",
|
|
111
|
+
SCRATCH_2 = "SCRATCH_2",
|
|
112
|
+
}
|
|
113
|
+
export declare enum DriveCacheType {
|
|
114
|
+
NONE = "NONE",
|
|
115
|
+
READ = "READ",
|
|
116
|
+
}
|
|
117
|
+
export declare enum LustreAccessAuditLogLevel {
|
|
118
|
+
DISABLED = "DISABLED",
|
|
119
|
+
ERROR_ONLY = "ERROR_ONLY",
|
|
120
|
+
WARN_ERROR = "WARN_ERROR",
|
|
121
|
+
WARN_ONLY = "WARN_ONLY",
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
export interface LustreLogConfiguration {
|
|
125
|
+
Level: LustreAccessAuditLogLevel | string | undefined;
|
|
126
|
+
|
|
127
|
+
Destination?: string;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
export interface LustreRootSquashConfiguration {
|
|
131
|
+
RootSquash?: string;
|
|
132
|
+
|
|
133
|
+
NoSquashNids?: string[];
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
export interface LustreFileSystemConfiguration {
|
|
137
|
+
WeeklyMaintenanceStartTime?: string;
|
|
138
|
+
|
|
139
|
+
DataRepositoryConfiguration?: DataRepositoryConfiguration;
|
|
140
|
+
|
|
141
|
+
DeploymentType?: LustreDeploymentType | string;
|
|
142
|
+
|
|
143
|
+
PerUnitStorageThroughput?: number;
|
|
144
|
+
|
|
145
|
+
MountName?: string;
|
|
146
|
+
|
|
147
|
+
DailyAutomaticBackupStartTime?: string;
|
|
148
|
+
|
|
149
|
+
AutomaticBackupRetentionDays?: number;
|
|
150
|
+
|
|
151
|
+
CopyTagsToBackups?: boolean;
|
|
152
|
+
|
|
153
|
+
DriveCacheType?: DriveCacheType | string;
|
|
154
|
+
|
|
155
|
+
DataCompressionType?: DataCompressionType | string;
|
|
156
|
+
|
|
157
|
+
LogConfiguration?: LustreLogConfiguration;
|
|
158
|
+
|
|
159
|
+
RootSquashConfiguration?: LustreRootSquashConfiguration;
|
|
160
|
+
}
|
|
161
|
+
export declare enum OntapDeploymentType {
|
|
162
|
+
MULTI_AZ_1 = "MULTI_AZ_1",
|
|
163
|
+
SINGLE_AZ_1 = "SINGLE_AZ_1",
|
|
164
|
+
}
|
|
165
|
+
export declare enum DiskIopsConfigurationMode {
|
|
166
|
+
AUTOMATIC = "AUTOMATIC",
|
|
167
|
+
USER_PROVISIONED = "USER_PROVISIONED",
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
export interface DiskIopsConfiguration {
|
|
171
|
+
Mode?: DiskIopsConfigurationMode | string;
|
|
172
|
+
|
|
173
|
+
Iops?: number;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
export interface FileSystemEndpoint {
|
|
177
|
+
DNSName?: string;
|
|
178
|
+
|
|
179
|
+
IpAddresses?: string[];
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
export interface FileSystemEndpoints {
|
|
183
|
+
Intercluster?: FileSystemEndpoint;
|
|
184
|
+
|
|
185
|
+
Management?: FileSystemEndpoint;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
export interface OntapFileSystemConfiguration {
|
|
189
|
+
AutomaticBackupRetentionDays?: number;
|
|
190
|
+
|
|
191
|
+
DailyAutomaticBackupStartTime?: string;
|
|
192
|
+
|
|
193
|
+
DeploymentType?: OntapDeploymentType | string;
|
|
194
|
+
|
|
195
|
+
EndpointIpAddressRange?: string;
|
|
196
|
+
|
|
197
|
+
Endpoints?: FileSystemEndpoints;
|
|
198
|
+
|
|
199
|
+
DiskIopsConfiguration?: DiskIopsConfiguration;
|
|
200
|
+
|
|
201
|
+
PreferredSubnetId?: string;
|
|
202
|
+
|
|
203
|
+
RouteTableIds?: string[];
|
|
204
|
+
|
|
205
|
+
ThroughputCapacity?: number;
|
|
206
|
+
|
|
207
|
+
WeeklyMaintenanceStartTime?: string;
|
|
208
|
+
}
|
|
209
|
+
export declare enum OpenZFSDeploymentType {
|
|
210
|
+
SINGLE_AZ_1 = "SINGLE_AZ_1",
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
export interface OpenZFSFileSystemConfiguration {
|
|
214
|
+
AutomaticBackupRetentionDays?: number;
|
|
215
|
+
|
|
216
|
+
CopyTagsToBackups?: boolean;
|
|
217
|
+
|
|
218
|
+
CopyTagsToVolumes?: boolean;
|
|
219
|
+
|
|
220
|
+
DailyAutomaticBackupStartTime?: string;
|
|
221
|
+
|
|
222
|
+
DeploymentType?: OpenZFSDeploymentType | string;
|
|
223
|
+
|
|
224
|
+
ThroughputCapacity?: number;
|
|
225
|
+
|
|
226
|
+
WeeklyMaintenanceStartTime?: string;
|
|
227
|
+
|
|
228
|
+
DiskIopsConfiguration?: DiskIopsConfiguration;
|
|
229
|
+
|
|
230
|
+
RootVolumeId?: string;
|
|
231
|
+
}
|
|
232
|
+
export declare enum StorageType {
|
|
233
|
+
HDD = "HDD",
|
|
234
|
+
SSD = "SSD",
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
export interface Tag {
|
|
238
|
+
Key: string | undefined;
|
|
239
|
+
|
|
240
|
+
Value: string | undefined;
|
|
241
|
+
}
|
|
242
|
+
export declare enum AliasLifecycle {
|
|
243
|
+
AVAILABLE = "AVAILABLE",
|
|
244
|
+
CREATE_FAILED = "CREATE_FAILED",
|
|
245
|
+
CREATING = "CREATING",
|
|
246
|
+
DELETE_FAILED = "DELETE_FAILED",
|
|
247
|
+
DELETING = "DELETING",
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
export interface Alias {
|
|
251
|
+
Name?: string;
|
|
252
|
+
|
|
253
|
+
Lifecycle?: AliasLifecycle | string;
|
|
254
|
+
}
|
|
255
|
+
export declare enum WindowsAccessAuditLogLevel {
|
|
256
|
+
DISABLED = "DISABLED",
|
|
257
|
+
FAILURE_ONLY = "FAILURE_ONLY",
|
|
258
|
+
SUCCESS_AND_FAILURE = "SUCCESS_AND_FAILURE",
|
|
259
|
+
SUCCESS_ONLY = "SUCCESS_ONLY",
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
export interface WindowsAuditLogConfiguration {
|
|
263
|
+
FileAccessAuditLogLevel: WindowsAccessAuditLogLevel | string | undefined;
|
|
264
|
+
|
|
265
|
+
FileShareAccessAuditLogLevel: WindowsAccessAuditLogLevel | string | undefined;
|
|
266
|
+
|
|
267
|
+
AuditLogDestination?: string;
|
|
268
|
+
}
|
|
269
|
+
export declare enum WindowsDeploymentType {
|
|
270
|
+
MULTI_AZ_1 = "MULTI_AZ_1",
|
|
271
|
+
SINGLE_AZ_1 = "SINGLE_AZ_1",
|
|
272
|
+
SINGLE_AZ_2 = "SINGLE_AZ_2",
|
|
273
|
+
}
|
|
274
|
+
export declare enum FileSystemMaintenanceOperation {
|
|
275
|
+
BACKING_UP = "BACKING_UP",
|
|
276
|
+
PATCHING = "PATCHING",
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
export interface SelfManagedActiveDirectoryAttributes {
|
|
280
|
+
DomainName?: string;
|
|
281
|
+
|
|
282
|
+
OrganizationalUnitDistinguishedName?: string;
|
|
283
|
+
|
|
284
|
+
FileSystemAdministratorsGroup?: string;
|
|
285
|
+
|
|
286
|
+
UserName?: string;
|
|
287
|
+
|
|
288
|
+
DnsIps?: string[];
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
export interface WindowsFileSystemConfiguration {
|
|
292
|
+
ActiveDirectoryId?: string;
|
|
293
|
+
|
|
294
|
+
SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryAttributes;
|
|
295
|
+
|
|
296
|
+
DeploymentType?: WindowsDeploymentType | string;
|
|
297
|
+
|
|
298
|
+
RemoteAdministrationEndpoint?: string;
|
|
299
|
+
|
|
300
|
+
PreferredSubnetId?: string;
|
|
301
|
+
|
|
302
|
+
PreferredFileServerIp?: string;
|
|
303
|
+
|
|
304
|
+
ThroughputCapacity?: number;
|
|
305
|
+
|
|
306
|
+
MaintenanceOperationsInProgress?: (FileSystemMaintenanceOperation | string)[];
|
|
307
|
+
|
|
308
|
+
WeeklyMaintenanceStartTime?: string;
|
|
309
|
+
|
|
310
|
+
DailyAutomaticBackupStartTime?: string;
|
|
311
|
+
|
|
312
|
+
AutomaticBackupRetentionDays?: number;
|
|
313
|
+
|
|
314
|
+
CopyTagsToBackups?: boolean;
|
|
315
|
+
|
|
316
|
+
Aliases?: Alias[];
|
|
317
|
+
|
|
318
|
+
AuditLogConfiguration?: WindowsAuditLogConfiguration;
|
|
319
|
+
}
|
|
320
|
+
export declare enum SnapshotLifecycle {
|
|
321
|
+
AVAILABLE = "AVAILABLE",
|
|
322
|
+
CREATING = "CREATING",
|
|
323
|
+
DELETING = "DELETING",
|
|
324
|
+
PENDING = "PENDING",
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
export interface LifecycleTransitionReason {
|
|
328
|
+
Message?: string;
|
|
329
|
+
}
|
|
330
|
+
export declare enum VolumeLifecycle {
|
|
331
|
+
AVAILABLE = "AVAILABLE",
|
|
332
|
+
CREATED = "CREATED",
|
|
333
|
+
CREATING = "CREATING",
|
|
334
|
+
DELETING = "DELETING",
|
|
335
|
+
FAILED = "FAILED",
|
|
336
|
+
MISCONFIGURED = "MISCONFIGURED",
|
|
337
|
+
PENDING = "PENDING",
|
|
338
|
+
}
|
|
339
|
+
export declare enum FlexCacheEndpointType {
|
|
340
|
+
CACHE = "CACHE",
|
|
341
|
+
NONE = "NONE",
|
|
342
|
+
ORIGIN = "ORIGIN",
|
|
343
|
+
}
|
|
344
|
+
export declare enum OntapVolumeType {
|
|
345
|
+
DP = "DP",
|
|
346
|
+
LS = "LS",
|
|
347
|
+
RW = "RW",
|
|
348
|
+
}
|
|
349
|
+
export declare enum SecurityStyle {
|
|
350
|
+
MIXED = "MIXED",
|
|
351
|
+
NTFS = "NTFS",
|
|
352
|
+
UNIX = "UNIX",
|
|
353
|
+
}
|
|
354
|
+
export declare enum TieringPolicyName {
|
|
355
|
+
ALL = "ALL",
|
|
356
|
+
AUTO = "AUTO",
|
|
357
|
+
NONE = "NONE",
|
|
358
|
+
SNAPSHOT_ONLY = "SNAPSHOT_ONLY",
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
export interface TieringPolicy {
|
|
362
|
+
CoolingPeriod?: number;
|
|
363
|
+
|
|
364
|
+
Name?: TieringPolicyName | string;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
export interface OntapVolumeConfiguration {
|
|
368
|
+
FlexCacheEndpointType?: FlexCacheEndpointType | string;
|
|
369
|
+
|
|
370
|
+
JunctionPath?: string;
|
|
371
|
+
|
|
372
|
+
SecurityStyle?: SecurityStyle | string;
|
|
373
|
+
|
|
374
|
+
SizeInMegabytes?: number;
|
|
375
|
+
|
|
376
|
+
StorageEfficiencyEnabled?: boolean;
|
|
377
|
+
|
|
378
|
+
StorageVirtualMachineId?: string;
|
|
379
|
+
|
|
380
|
+
StorageVirtualMachineRoot?: boolean;
|
|
381
|
+
|
|
382
|
+
TieringPolicy?: TieringPolicy;
|
|
383
|
+
|
|
384
|
+
UUID?: string;
|
|
385
|
+
|
|
386
|
+
OntapVolumeType?: OntapVolumeType | string;
|
|
387
|
+
}
|
|
388
|
+
export declare enum OpenZFSDataCompressionType {
|
|
389
|
+
LZ4 = "LZ4",
|
|
390
|
+
NONE = "NONE",
|
|
391
|
+
ZSTD = "ZSTD",
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
export interface OpenZFSClientConfiguration {
|
|
395
|
+
Clients: string | undefined;
|
|
396
|
+
|
|
397
|
+
Options: string[] | undefined;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
export interface OpenZFSNfsExport {
|
|
401
|
+
ClientConfigurations: OpenZFSClientConfiguration[] | undefined;
|
|
402
|
+
}
|
|
403
|
+
export declare enum OpenZFSCopyStrategy {
|
|
404
|
+
CLONE = "CLONE",
|
|
405
|
+
FULL_COPY = "FULL_COPY",
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
export interface OpenZFSOriginSnapshotConfiguration {
|
|
409
|
+
SnapshotARN?: string;
|
|
410
|
+
|
|
411
|
+
CopyStrategy?: OpenZFSCopyStrategy | string;
|
|
412
|
+
}
|
|
413
|
+
export declare enum OpenZFSQuotaType {
|
|
414
|
+
GROUP = "GROUP",
|
|
415
|
+
USER = "USER",
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
export interface OpenZFSUserOrGroupQuota {
|
|
419
|
+
Type: OpenZFSQuotaType | string | undefined;
|
|
420
|
+
|
|
421
|
+
Id: number | undefined;
|
|
422
|
+
|
|
423
|
+
StorageCapacityQuotaGiB: number | undefined;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
export interface OpenZFSVolumeConfiguration {
|
|
427
|
+
ParentVolumeId?: string;
|
|
428
|
+
|
|
429
|
+
VolumePath?: string;
|
|
430
|
+
|
|
431
|
+
StorageCapacityReservationGiB?: number;
|
|
432
|
+
|
|
433
|
+
StorageCapacityQuotaGiB?: number;
|
|
434
|
+
|
|
435
|
+
RecordSizeKiB?: number;
|
|
436
|
+
|
|
437
|
+
DataCompressionType?: OpenZFSDataCompressionType | string;
|
|
438
|
+
|
|
439
|
+
CopyTagsToSnapshots?: boolean;
|
|
440
|
+
|
|
441
|
+
OriginSnapshot?: OpenZFSOriginSnapshotConfiguration;
|
|
442
|
+
|
|
443
|
+
ReadOnly?: boolean;
|
|
444
|
+
|
|
445
|
+
NfsExports?: OpenZFSNfsExport[];
|
|
446
|
+
|
|
447
|
+
UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
|
|
448
|
+
}
|
|
449
|
+
export declare enum VolumeType {
|
|
450
|
+
ONTAP = "ONTAP",
|
|
451
|
+
OPENZFS = "OPENZFS",
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
export interface AssociateFileSystemAliasesRequest {
|
|
455
|
+
ClientRequestToken?: string;
|
|
456
|
+
|
|
457
|
+
FileSystemId: string | undefined;
|
|
458
|
+
|
|
459
|
+
Aliases: string[] | undefined;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
export interface AssociateFileSystemAliasesResponse {
|
|
463
|
+
Aliases?: Alias[];
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
export declare class BadRequest extends __BaseException {
|
|
467
|
+
readonly name: "BadRequest";
|
|
468
|
+
readonly $fault: "client";
|
|
469
|
+
|
|
470
|
+
Message?: string;
|
|
471
|
+
|
|
472
|
+
constructor(opts: __ExceptionOptionType<BadRequest, __BaseException>);
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
export declare class FileSystemNotFound extends __BaseException {
|
|
476
|
+
readonly name: "FileSystemNotFound";
|
|
477
|
+
readonly $fault: "client";
|
|
478
|
+
|
|
479
|
+
Message?: string;
|
|
480
|
+
|
|
481
|
+
constructor(opts: __ExceptionOptionType<FileSystemNotFound, __BaseException>);
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
export declare class InternalServerError extends __BaseException {
|
|
485
|
+
readonly name: "InternalServerError";
|
|
486
|
+
readonly $fault: "server";
|
|
487
|
+
|
|
488
|
+
Message?: string;
|
|
489
|
+
|
|
490
|
+
constructor(
|
|
491
|
+
opts: __ExceptionOptionType<InternalServerError, __BaseException>
|
|
492
|
+
);
|
|
493
|
+
}
|
|
494
|
+
export declare enum EventType {
|
|
495
|
+
CHANGED = "CHANGED",
|
|
496
|
+
DELETED = "DELETED",
|
|
497
|
+
NEW = "NEW",
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
export interface AutoExportPolicy {
|
|
501
|
+
Events?: (EventType | string)[];
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
export interface AutoImportPolicy {
|
|
505
|
+
Events?: (EventType | string)[];
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
export interface CancelDataRepositoryTaskRequest {
|
|
509
|
+
TaskId: string | undefined;
|
|
510
|
+
}
|
|
511
|
+
export declare enum DataRepositoryTaskLifecycle {
|
|
512
|
+
CANCELED = "CANCELED",
|
|
513
|
+
CANCELING = "CANCELING",
|
|
514
|
+
EXECUTING = "EXECUTING",
|
|
515
|
+
FAILED = "FAILED",
|
|
516
|
+
PENDING = "PENDING",
|
|
517
|
+
SUCCEEDED = "SUCCEEDED",
|
|
518
|
+
}
|
|
519
|
+
export interface CancelDataRepositoryTaskResponse {
|
|
520
|
+
Lifecycle?: DataRepositoryTaskLifecycle | string;
|
|
521
|
+
|
|
522
|
+
TaskId?: string;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
export declare class DataRepositoryTaskEnded extends __BaseException {
|
|
526
|
+
readonly name: "DataRepositoryTaskEnded";
|
|
527
|
+
readonly $fault: "client";
|
|
528
|
+
|
|
529
|
+
Message?: string;
|
|
530
|
+
|
|
531
|
+
constructor(
|
|
532
|
+
opts: __ExceptionOptionType<DataRepositoryTaskEnded, __BaseException>
|
|
533
|
+
);
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
export declare class DataRepositoryTaskNotFound extends __BaseException {
|
|
537
|
+
readonly name: "DataRepositoryTaskNotFound";
|
|
538
|
+
readonly $fault: "client";
|
|
539
|
+
|
|
540
|
+
Message?: string;
|
|
541
|
+
|
|
542
|
+
constructor(
|
|
543
|
+
opts: __ExceptionOptionType<DataRepositoryTaskNotFound, __BaseException>
|
|
544
|
+
);
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
export declare class UnsupportedOperation extends __BaseException {
|
|
548
|
+
readonly name: "UnsupportedOperation";
|
|
549
|
+
readonly $fault: "client";
|
|
550
|
+
|
|
551
|
+
Message?: string;
|
|
552
|
+
|
|
553
|
+
constructor(
|
|
554
|
+
opts: __ExceptionOptionType<UnsupportedOperation, __BaseException>
|
|
555
|
+
);
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
export declare class BackupNotFound extends __BaseException {
|
|
559
|
+
readonly name: "BackupNotFound";
|
|
560
|
+
readonly $fault: "client";
|
|
561
|
+
|
|
562
|
+
Message?: string;
|
|
563
|
+
|
|
564
|
+
constructor(opts: __ExceptionOptionType<BackupNotFound, __BaseException>);
|
|
565
|
+
}
|
|
566
|
+
export interface CopyBackupRequest {
|
|
567
|
+
ClientRequestToken?: string;
|
|
568
|
+
|
|
569
|
+
SourceBackupId: string | undefined;
|
|
570
|
+
|
|
571
|
+
SourceRegion?: string;
|
|
572
|
+
|
|
573
|
+
KmsKeyId?: string;
|
|
574
|
+
|
|
575
|
+
CopyTags?: boolean;
|
|
576
|
+
|
|
577
|
+
Tags?: Tag[];
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
export interface BackupFailureDetails {
|
|
581
|
+
Message?: string;
|
|
582
|
+
}
|
|
583
|
+
export declare enum BackupLifecycle {
|
|
584
|
+
AVAILABLE = "AVAILABLE",
|
|
585
|
+
COPYING = "COPYING",
|
|
586
|
+
CREATING = "CREATING",
|
|
587
|
+
DELETED = "DELETED",
|
|
588
|
+
FAILED = "FAILED",
|
|
589
|
+
PENDING = "PENDING",
|
|
590
|
+
TRANSFERRING = "TRANSFERRING",
|
|
591
|
+
}
|
|
592
|
+
export declare enum ResourceType {
|
|
593
|
+
FILE_SYSTEM = "FILE_SYSTEM",
|
|
594
|
+
VOLUME = "VOLUME",
|
|
595
|
+
}
|
|
596
|
+
export declare enum BackupType {
|
|
597
|
+
AUTOMATIC = "AUTOMATIC",
|
|
598
|
+
AWS_BACKUP = "AWS_BACKUP",
|
|
599
|
+
USER_INITIATED = "USER_INITIATED",
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
export declare class IncompatibleParameterError extends __BaseException {
|
|
603
|
+
readonly name: "IncompatibleParameterError";
|
|
604
|
+
readonly $fault: "client";
|
|
605
|
+
|
|
606
|
+
Parameter: string | undefined;
|
|
607
|
+
|
|
608
|
+
Message?: string;
|
|
609
|
+
|
|
610
|
+
constructor(
|
|
611
|
+
opts: __ExceptionOptionType<IncompatibleParameterError, __BaseException>
|
|
612
|
+
);
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
export declare class IncompatibleRegionForMultiAZ extends __BaseException {
|
|
616
|
+
readonly name: "IncompatibleRegionForMultiAZ";
|
|
617
|
+
readonly $fault: "client";
|
|
618
|
+
|
|
619
|
+
Message?: string;
|
|
620
|
+
|
|
621
|
+
constructor(
|
|
622
|
+
opts: __ExceptionOptionType<IncompatibleRegionForMultiAZ, __BaseException>
|
|
623
|
+
);
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
export declare class InvalidDestinationKmsKey extends __BaseException {
|
|
627
|
+
readonly name: "InvalidDestinationKmsKey";
|
|
628
|
+
readonly $fault: "client";
|
|
629
|
+
|
|
630
|
+
Message?: string;
|
|
631
|
+
|
|
632
|
+
constructor(
|
|
633
|
+
opts: __ExceptionOptionType<InvalidDestinationKmsKey, __BaseException>
|
|
634
|
+
);
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
export declare class InvalidRegion extends __BaseException {
|
|
638
|
+
readonly name: "InvalidRegion";
|
|
639
|
+
readonly $fault: "client";
|
|
640
|
+
|
|
641
|
+
Message?: string;
|
|
642
|
+
|
|
643
|
+
constructor(opts: __ExceptionOptionType<InvalidRegion, __BaseException>);
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
export declare class InvalidSourceKmsKey extends __BaseException {
|
|
647
|
+
readonly name: "InvalidSourceKmsKey";
|
|
648
|
+
readonly $fault: "client";
|
|
649
|
+
|
|
650
|
+
Message?: string;
|
|
651
|
+
|
|
652
|
+
constructor(
|
|
653
|
+
opts: __ExceptionOptionType<InvalidSourceKmsKey, __BaseException>
|
|
654
|
+
);
|
|
655
|
+
}
|
|
656
|
+
export declare enum ServiceLimit {
|
|
657
|
+
FILE_SYSTEM_COUNT = "FILE_SYSTEM_COUNT",
|
|
658
|
+
STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM = "STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM",
|
|
659
|
+
TOTAL_IN_PROGRESS_COPY_BACKUPS = "TOTAL_IN_PROGRESS_COPY_BACKUPS",
|
|
660
|
+
TOTAL_SSD_IOPS = "TOTAL_SSD_IOPS",
|
|
661
|
+
TOTAL_STORAGE = "TOTAL_STORAGE",
|
|
662
|
+
TOTAL_THROUGHPUT_CAPACITY = "TOTAL_THROUGHPUT_CAPACITY",
|
|
663
|
+
TOTAL_USER_INITIATED_BACKUPS = "TOTAL_USER_INITIATED_BACKUPS",
|
|
664
|
+
TOTAL_USER_TAGS = "TOTAL_USER_TAGS",
|
|
665
|
+
VOLUMES_PER_FILE_SYSTEM = "VOLUMES_PER_FILE_SYSTEM",
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
export declare class ServiceLimitExceeded extends __BaseException {
|
|
669
|
+
readonly name: "ServiceLimitExceeded";
|
|
670
|
+
readonly $fault: "client";
|
|
671
|
+
|
|
672
|
+
Limit: ServiceLimit | string | undefined;
|
|
673
|
+
|
|
674
|
+
Message?: string;
|
|
675
|
+
|
|
676
|
+
constructor(
|
|
677
|
+
opts: __ExceptionOptionType<ServiceLimitExceeded, __BaseException>
|
|
678
|
+
);
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
export declare class SourceBackupUnavailable extends __BaseException {
|
|
682
|
+
readonly name: "SourceBackupUnavailable";
|
|
683
|
+
readonly $fault: "client";
|
|
684
|
+
|
|
685
|
+
Message?: string;
|
|
686
|
+
|
|
687
|
+
BackupId?: string;
|
|
688
|
+
|
|
689
|
+
constructor(
|
|
690
|
+
opts: __ExceptionOptionType<SourceBackupUnavailable, __BaseException>
|
|
691
|
+
);
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
export declare class BackupInProgress extends __BaseException {
|
|
695
|
+
readonly name: "BackupInProgress";
|
|
696
|
+
readonly $fault: "client";
|
|
697
|
+
|
|
698
|
+
Message?: string;
|
|
699
|
+
|
|
700
|
+
constructor(opts: __ExceptionOptionType<BackupInProgress, __BaseException>);
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
export interface CreateBackupRequest {
|
|
704
|
+
FileSystemId?: string;
|
|
705
|
+
|
|
706
|
+
ClientRequestToken?: string;
|
|
707
|
+
|
|
708
|
+
Tags?: Tag[];
|
|
709
|
+
|
|
710
|
+
VolumeId?: string;
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
export declare class VolumeNotFound extends __BaseException {
|
|
714
|
+
readonly name: "VolumeNotFound";
|
|
715
|
+
readonly $fault: "client";
|
|
716
|
+
|
|
717
|
+
Message?: string;
|
|
718
|
+
|
|
719
|
+
constructor(opts: __ExceptionOptionType<VolumeNotFound, __BaseException>);
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
export interface S3DataRepositoryConfiguration {
|
|
723
|
+
AutoImportPolicy?: AutoImportPolicy;
|
|
724
|
+
|
|
725
|
+
AutoExportPolicy?: AutoExportPolicy;
|
|
726
|
+
}
|
|
727
|
+
export interface CreateDataRepositoryAssociationRequest {
|
|
728
|
+
FileSystemId: string | undefined;
|
|
729
|
+
|
|
730
|
+
FileSystemPath: string | undefined;
|
|
731
|
+
|
|
732
|
+
DataRepositoryPath: string | undefined;
|
|
733
|
+
|
|
734
|
+
BatchImportMetaDataOnCreate?: boolean;
|
|
735
|
+
|
|
736
|
+
ImportedFileChunkSize?: number;
|
|
737
|
+
|
|
738
|
+
S3?: S3DataRepositoryConfiguration;
|
|
739
|
+
|
|
740
|
+
ClientRequestToken?: string;
|
|
741
|
+
|
|
742
|
+
Tags?: Tag[];
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
export interface DataRepositoryAssociation {
|
|
746
|
+
AssociationId?: string;
|
|
747
|
+
|
|
748
|
+
ResourceARN?: string;
|
|
749
|
+
|
|
750
|
+
FileSystemId?: string;
|
|
751
|
+
|
|
752
|
+
Lifecycle?: DataRepositoryLifecycle | string;
|
|
753
|
+
|
|
754
|
+
FailureDetails?: DataRepositoryFailureDetails;
|
|
755
|
+
|
|
756
|
+
FileSystemPath?: string;
|
|
757
|
+
|
|
758
|
+
DataRepositoryPath?: string;
|
|
759
|
+
|
|
760
|
+
BatchImportMetaDataOnCreate?: boolean;
|
|
761
|
+
|
|
762
|
+
ImportedFileChunkSize?: number;
|
|
763
|
+
|
|
764
|
+
S3?: S3DataRepositoryConfiguration;
|
|
765
|
+
|
|
766
|
+
Tags?: Tag[];
|
|
767
|
+
|
|
768
|
+
CreationTime?: Date;
|
|
769
|
+
}
|
|
770
|
+
export interface CreateDataRepositoryAssociationResponse {
|
|
771
|
+
Association?: DataRepositoryAssociation;
|
|
772
|
+
}
|
|
773
|
+
export declare enum ReportFormat {
|
|
774
|
+
REPORT_CSV_20191124 = "REPORT_CSV_20191124",
|
|
775
|
+
}
|
|
776
|
+
export declare enum ReportScope {
|
|
777
|
+
FAILED_FILES_ONLY = "FAILED_FILES_ONLY",
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
export interface CompletionReport {
|
|
781
|
+
Enabled: boolean | undefined;
|
|
782
|
+
|
|
783
|
+
Path?: string;
|
|
784
|
+
|
|
785
|
+
Format?: ReportFormat | string;
|
|
786
|
+
|
|
787
|
+
Scope?: ReportScope | string;
|
|
788
|
+
}
|
|
789
|
+
export declare enum DataRepositoryTaskType {
|
|
790
|
+
EXPORT = "EXPORT_TO_REPOSITORY",
|
|
791
|
+
IMPORT = "IMPORT_METADATA_FROM_REPOSITORY",
|
|
792
|
+
}
|
|
793
|
+
export interface CreateDataRepositoryTaskRequest {
|
|
794
|
+
Type: DataRepositoryTaskType | string | undefined;
|
|
795
|
+
|
|
796
|
+
Paths?: string[];
|
|
797
|
+
|
|
798
|
+
FileSystemId: string | undefined;
|
|
799
|
+
|
|
800
|
+
Report: CompletionReport | undefined;
|
|
801
|
+
|
|
802
|
+
ClientRequestToken?: string;
|
|
803
|
+
|
|
804
|
+
Tags?: Tag[];
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
export interface DataRepositoryTaskFailureDetails {
|
|
808
|
+
Message?: string;
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
export interface DataRepositoryTaskStatus {
|
|
812
|
+
TotalCount?: number;
|
|
813
|
+
|
|
814
|
+
SucceededCount?: number;
|
|
815
|
+
|
|
816
|
+
FailedCount?: number;
|
|
817
|
+
|
|
818
|
+
LastUpdatedTime?: Date;
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
export interface DataRepositoryTask {
|
|
822
|
+
TaskId: string | undefined;
|
|
823
|
+
|
|
824
|
+
Lifecycle: DataRepositoryTaskLifecycle | string | undefined;
|
|
825
|
+
|
|
826
|
+
Type: DataRepositoryTaskType | string | undefined;
|
|
827
|
+
|
|
828
|
+
CreationTime: Date | undefined;
|
|
829
|
+
|
|
830
|
+
StartTime?: Date;
|
|
831
|
+
|
|
832
|
+
EndTime?: Date;
|
|
833
|
+
|
|
834
|
+
ResourceARN?: string;
|
|
835
|
+
|
|
836
|
+
Tags?: Tag[];
|
|
837
|
+
|
|
838
|
+
FileSystemId: string | undefined;
|
|
839
|
+
|
|
840
|
+
Paths?: string[];
|
|
841
|
+
|
|
842
|
+
FailureDetails?: DataRepositoryTaskFailureDetails;
|
|
843
|
+
|
|
844
|
+
Status?: DataRepositoryTaskStatus;
|
|
845
|
+
|
|
846
|
+
Report?: CompletionReport;
|
|
847
|
+
}
|
|
848
|
+
export interface CreateDataRepositoryTaskResponse {
|
|
849
|
+
DataRepositoryTask?: DataRepositoryTask;
|
|
850
|
+
}
|
|
851
|
+
|
|
852
|
+
export declare class DataRepositoryTaskExecuting extends __BaseException {
|
|
853
|
+
readonly name: "DataRepositoryTaskExecuting";
|
|
854
|
+
readonly $fault: "client";
|
|
855
|
+
|
|
856
|
+
Message?: string;
|
|
857
|
+
|
|
858
|
+
constructor(
|
|
859
|
+
opts: __ExceptionOptionType<DataRepositoryTaskExecuting, __BaseException>
|
|
860
|
+
);
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
export interface LustreLogCreateConfiguration {
|
|
864
|
+
Level: LustreAccessAuditLogLevel | string | undefined;
|
|
865
|
+
|
|
866
|
+
Destination?: string;
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
export interface CreateFileSystemLustreConfiguration {
|
|
870
|
+
WeeklyMaintenanceStartTime?: string;
|
|
871
|
+
|
|
872
|
+
ImportPath?: string;
|
|
873
|
+
|
|
874
|
+
ExportPath?: string;
|
|
875
|
+
|
|
876
|
+
ImportedFileChunkSize?: number;
|
|
877
|
+
|
|
878
|
+
DeploymentType?: LustreDeploymentType | string;
|
|
879
|
+
|
|
880
|
+
AutoImportPolicy?: AutoImportPolicyType | string;
|
|
881
|
+
|
|
882
|
+
PerUnitStorageThroughput?: number;
|
|
883
|
+
|
|
884
|
+
DailyAutomaticBackupStartTime?: string;
|
|
885
|
+
|
|
886
|
+
AutomaticBackupRetentionDays?: number;
|
|
887
|
+
|
|
888
|
+
CopyTagsToBackups?: boolean;
|
|
889
|
+
|
|
890
|
+
DriveCacheType?: DriveCacheType | string;
|
|
891
|
+
|
|
892
|
+
DataCompressionType?: DataCompressionType | string;
|
|
893
|
+
|
|
894
|
+
LogConfiguration?: LustreLogCreateConfiguration;
|
|
895
|
+
|
|
896
|
+
RootSquashConfiguration?: LustreRootSquashConfiguration;
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
export interface CreateFileSystemOntapConfiguration {
|
|
900
|
+
AutomaticBackupRetentionDays?: number;
|
|
901
|
+
|
|
902
|
+
DailyAutomaticBackupStartTime?: string;
|
|
903
|
+
|
|
904
|
+
DeploymentType: OntapDeploymentType | string | undefined;
|
|
905
|
+
|
|
906
|
+
EndpointIpAddressRange?: string;
|
|
907
|
+
|
|
908
|
+
FsxAdminPassword?: string;
|
|
909
|
+
|
|
910
|
+
DiskIopsConfiguration?: DiskIopsConfiguration;
|
|
911
|
+
|
|
912
|
+
PreferredSubnetId?: string;
|
|
913
|
+
|
|
914
|
+
RouteTableIds?: string[];
|
|
915
|
+
|
|
916
|
+
ThroughputCapacity: number | undefined;
|
|
917
|
+
|
|
918
|
+
WeeklyMaintenanceStartTime?: string;
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
export interface OpenZFSCreateRootVolumeConfiguration {
|
|
922
|
+
RecordSizeKiB?: number;
|
|
923
|
+
|
|
924
|
+
DataCompressionType?: OpenZFSDataCompressionType | string;
|
|
925
|
+
|
|
926
|
+
NfsExports?: OpenZFSNfsExport[];
|
|
927
|
+
|
|
928
|
+
UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
|
|
929
|
+
|
|
930
|
+
CopyTagsToSnapshots?: boolean;
|
|
931
|
+
|
|
932
|
+
ReadOnly?: boolean;
|
|
933
|
+
}
|
|
934
|
+
|
|
935
|
+
export interface CreateFileSystemOpenZFSConfiguration {
|
|
936
|
+
AutomaticBackupRetentionDays?: number;
|
|
937
|
+
|
|
938
|
+
CopyTagsToBackups?: boolean;
|
|
939
|
+
|
|
940
|
+
CopyTagsToVolumes?: boolean;
|
|
941
|
+
|
|
942
|
+
DailyAutomaticBackupStartTime?: string;
|
|
943
|
+
|
|
944
|
+
DeploymentType: OpenZFSDeploymentType | string | undefined;
|
|
945
|
+
|
|
946
|
+
ThroughputCapacity: number | undefined;
|
|
947
|
+
|
|
948
|
+
WeeklyMaintenanceStartTime?: string;
|
|
949
|
+
|
|
950
|
+
DiskIopsConfiguration?: DiskIopsConfiguration;
|
|
951
|
+
|
|
952
|
+
RootVolumeConfiguration?: OpenZFSCreateRootVolumeConfiguration;
|
|
953
|
+
}
|
|
954
|
+
|
|
955
|
+
export interface WindowsAuditLogCreateConfiguration {
|
|
956
|
+
FileAccessAuditLogLevel: WindowsAccessAuditLogLevel | string | undefined;
|
|
957
|
+
|
|
958
|
+
FileShareAccessAuditLogLevel: WindowsAccessAuditLogLevel | string | undefined;
|
|
959
|
+
|
|
960
|
+
AuditLogDestination?: string;
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
export interface SelfManagedActiveDirectoryConfiguration {
|
|
964
|
+
DomainName: string | undefined;
|
|
965
|
+
|
|
966
|
+
OrganizationalUnitDistinguishedName?: string;
|
|
967
|
+
|
|
968
|
+
FileSystemAdministratorsGroup?: string;
|
|
969
|
+
|
|
970
|
+
UserName: string | undefined;
|
|
971
|
+
|
|
972
|
+
Password: string | undefined;
|
|
973
|
+
|
|
974
|
+
DnsIps: string[] | undefined;
|
|
975
|
+
}
|
|
976
|
+
|
|
977
|
+
export interface CreateFileSystemWindowsConfiguration {
|
|
978
|
+
ActiveDirectoryId?: string;
|
|
979
|
+
|
|
980
|
+
SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfiguration;
|
|
981
|
+
|
|
982
|
+
DeploymentType?: WindowsDeploymentType | string;
|
|
983
|
+
|
|
984
|
+
PreferredSubnetId?: string;
|
|
985
|
+
|
|
986
|
+
ThroughputCapacity: number | undefined;
|
|
987
|
+
|
|
988
|
+
WeeklyMaintenanceStartTime?: string;
|
|
989
|
+
|
|
990
|
+
DailyAutomaticBackupStartTime?: string;
|
|
991
|
+
|
|
992
|
+
AutomaticBackupRetentionDays?: number;
|
|
993
|
+
|
|
994
|
+
CopyTagsToBackups?: boolean;
|
|
995
|
+
|
|
996
|
+
Aliases?: string[];
|
|
997
|
+
|
|
998
|
+
AuditLogConfiguration?: WindowsAuditLogCreateConfiguration;
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
export interface CreateFileSystemRequest {
|
|
1002
|
+
ClientRequestToken?: string;
|
|
1003
|
+
|
|
1004
|
+
FileSystemType: FileSystemType | string | undefined;
|
|
1005
|
+
|
|
1006
|
+
StorageCapacity: number | undefined;
|
|
1007
|
+
|
|
1008
|
+
StorageType?: StorageType | string;
|
|
1009
|
+
|
|
1010
|
+
SubnetIds: string[] | undefined;
|
|
1011
|
+
|
|
1012
|
+
SecurityGroupIds?: string[];
|
|
1013
|
+
|
|
1014
|
+
Tags?: Tag[];
|
|
1015
|
+
|
|
1016
|
+
KmsKeyId?: string;
|
|
1017
|
+
|
|
1018
|
+
WindowsConfiguration?: CreateFileSystemWindowsConfiguration;
|
|
1019
|
+
|
|
1020
|
+
LustreConfiguration?: CreateFileSystemLustreConfiguration;
|
|
1021
|
+
|
|
1022
|
+
OntapConfiguration?: CreateFileSystemOntapConfiguration;
|
|
1023
|
+
|
|
1024
|
+
FileSystemTypeVersion?: string;
|
|
1025
|
+
|
|
1026
|
+
OpenZFSConfiguration?: CreateFileSystemOpenZFSConfiguration;
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
export declare class InvalidExportPath extends __BaseException {
|
|
1030
|
+
readonly name: "InvalidExportPath";
|
|
1031
|
+
readonly $fault: "client";
|
|
1032
|
+
|
|
1033
|
+
Message?: string;
|
|
1034
|
+
|
|
1035
|
+
constructor(opts: __ExceptionOptionType<InvalidExportPath, __BaseException>);
|
|
1036
|
+
}
|
|
1037
|
+
|
|
1038
|
+
export declare class InvalidImportPath extends __BaseException {
|
|
1039
|
+
readonly name: "InvalidImportPath";
|
|
1040
|
+
readonly $fault: "client";
|
|
1041
|
+
|
|
1042
|
+
Message?: string;
|
|
1043
|
+
|
|
1044
|
+
constructor(opts: __ExceptionOptionType<InvalidImportPath, __BaseException>);
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1047
|
+
export declare class InvalidNetworkSettings extends __BaseException {
|
|
1048
|
+
readonly name: "InvalidNetworkSettings";
|
|
1049
|
+
readonly $fault: "client";
|
|
1050
|
+
|
|
1051
|
+
Message?: string;
|
|
1052
|
+
|
|
1053
|
+
InvalidSubnetId?: string;
|
|
1054
|
+
|
|
1055
|
+
InvalidSecurityGroupId?: string;
|
|
1056
|
+
|
|
1057
|
+
InvalidRouteTableId?: string;
|
|
1058
|
+
|
|
1059
|
+
constructor(
|
|
1060
|
+
opts: __ExceptionOptionType<InvalidNetworkSettings, __BaseException>
|
|
1061
|
+
);
|
|
1062
|
+
}
|
|
1063
|
+
|
|
1064
|
+
export declare class InvalidPerUnitStorageThroughput extends __BaseException {
|
|
1065
|
+
readonly name: "InvalidPerUnitStorageThroughput";
|
|
1066
|
+
readonly $fault: "client";
|
|
1067
|
+
|
|
1068
|
+
Message?: string;
|
|
1069
|
+
|
|
1070
|
+
constructor(
|
|
1071
|
+
opts: __ExceptionOptionType<
|
|
1072
|
+
InvalidPerUnitStorageThroughput,
|
|
1073
|
+
__BaseException
|
|
1074
|
+
>
|
|
1075
|
+
);
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
export declare class MissingFileSystemConfiguration extends __BaseException {
|
|
1079
|
+
readonly name: "MissingFileSystemConfiguration";
|
|
1080
|
+
readonly $fault: "client";
|
|
1081
|
+
|
|
1082
|
+
Message?: string;
|
|
1083
|
+
|
|
1084
|
+
constructor(
|
|
1085
|
+
opts: __ExceptionOptionType<MissingFileSystemConfiguration, __BaseException>
|
|
1086
|
+
);
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
export interface CreateFileSystemFromBackupRequest {
|
|
1090
|
+
BackupId: string | undefined;
|
|
1091
|
+
|
|
1092
|
+
ClientRequestToken?: string;
|
|
1093
|
+
|
|
1094
|
+
SubnetIds: string[] | undefined;
|
|
1095
|
+
|
|
1096
|
+
SecurityGroupIds?: string[];
|
|
1097
|
+
|
|
1098
|
+
Tags?: Tag[];
|
|
1099
|
+
|
|
1100
|
+
WindowsConfiguration?: CreateFileSystemWindowsConfiguration;
|
|
1101
|
+
|
|
1102
|
+
LustreConfiguration?: CreateFileSystemLustreConfiguration;
|
|
1103
|
+
|
|
1104
|
+
StorageType?: StorageType | string;
|
|
1105
|
+
|
|
1106
|
+
KmsKeyId?: string;
|
|
1107
|
+
|
|
1108
|
+
FileSystemTypeVersion?: string;
|
|
1109
|
+
|
|
1110
|
+
OpenZFSConfiguration?: CreateFileSystemOpenZFSConfiguration;
|
|
1111
|
+
}
|
|
1112
|
+
export interface CreateSnapshotRequest {
|
|
1113
|
+
ClientRequestToken?: string;
|
|
1114
|
+
|
|
1115
|
+
Name: string | undefined;
|
|
1116
|
+
|
|
1117
|
+
VolumeId: string | undefined;
|
|
1118
|
+
|
|
1119
|
+
Tags?: Tag[];
|
|
1120
|
+
}
|
|
1121
|
+
|
|
1122
|
+
export interface CreateSvmActiveDirectoryConfiguration {
|
|
1123
|
+
NetBiosName: string | undefined;
|
|
1124
|
+
|
|
1125
|
+
SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfiguration;
|
|
1126
|
+
}
|
|
1127
|
+
export declare enum StorageVirtualMachineRootVolumeSecurityStyle {
|
|
1128
|
+
MIXED = "MIXED",
|
|
1129
|
+
NTFS = "NTFS",
|
|
1130
|
+
UNIX = "UNIX",
|
|
1131
|
+
}
|
|
1132
|
+
export interface CreateStorageVirtualMachineRequest {
|
|
1133
|
+
ActiveDirectoryConfiguration?: CreateSvmActiveDirectoryConfiguration;
|
|
1134
|
+
|
|
1135
|
+
ClientRequestToken?: string;
|
|
1136
|
+
|
|
1137
|
+
FileSystemId: string | undefined;
|
|
1138
|
+
|
|
1139
|
+
Name: string | undefined;
|
|
1140
|
+
|
|
1141
|
+
SvmAdminPassword?: string;
|
|
1142
|
+
|
|
1143
|
+
Tags?: Tag[];
|
|
1144
|
+
|
|
1145
|
+
RootVolumeSecurityStyle?:
|
|
1146
|
+
| StorageVirtualMachineRootVolumeSecurityStyle
|
|
1147
|
+
| string;
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
export interface SvmActiveDirectoryConfiguration {
|
|
1151
|
+
NetBiosName?: string;
|
|
1152
|
+
|
|
1153
|
+
SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryAttributes;
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
export interface SvmEndpoint {
|
|
1157
|
+
DNSName?: string;
|
|
1158
|
+
|
|
1159
|
+
IpAddresses?: string[];
|
|
1160
|
+
}
|
|
1161
|
+
|
|
1162
|
+
export interface SvmEndpoints {
|
|
1163
|
+
Iscsi?: SvmEndpoint;
|
|
1164
|
+
|
|
1165
|
+
Management?: SvmEndpoint;
|
|
1166
|
+
|
|
1167
|
+
Nfs?: SvmEndpoint;
|
|
1168
|
+
|
|
1169
|
+
Smb?: SvmEndpoint;
|
|
1170
|
+
}
|
|
1171
|
+
export declare enum StorageVirtualMachineLifecycle {
|
|
1172
|
+
CREATED = "CREATED",
|
|
1173
|
+
CREATING = "CREATING",
|
|
1174
|
+
DELETING = "DELETING",
|
|
1175
|
+
FAILED = "FAILED",
|
|
1176
|
+
MISCONFIGURED = "MISCONFIGURED",
|
|
1177
|
+
PENDING = "PENDING",
|
|
1178
|
+
}
|
|
1179
|
+
export declare enum StorageVirtualMachineSubtype {
|
|
1180
|
+
DEFAULT = "DEFAULT",
|
|
1181
|
+
DP_DESTINATION = "DP_DESTINATION",
|
|
1182
|
+
SYNC_DESTINATION = "SYNC_DESTINATION",
|
|
1183
|
+
SYNC_SOURCE = "SYNC_SOURCE",
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
export interface StorageVirtualMachine {
|
|
1187
|
+
ActiveDirectoryConfiguration?: SvmActiveDirectoryConfiguration;
|
|
1188
|
+
|
|
1189
|
+
CreationTime?: Date;
|
|
1190
|
+
|
|
1191
|
+
Endpoints?: SvmEndpoints;
|
|
1192
|
+
|
|
1193
|
+
FileSystemId?: string;
|
|
1194
|
+
|
|
1195
|
+
Lifecycle?: StorageVirtualMachineLifecycle | string;
|
|
1196
|
+
|
|
1197
|
+
Name?: string;
|
|
1198
|
+
|
|
1199
|
+
ResourceARN?: string;
|
|
1200
|
+
|
|
1201
|
+
StorageVirtualMachineId?: string;
|
|
1202
|
+
|
|
1203
|
+
Subtype?: StorageVirtualMachineSubtype | string;
|
|
1204
|
+
|
|
1205
|
+
UUID?: string;
|
|
1206
|
+
|
|
1207
|
+
Tags?: Tag[];
|
|
1208
|
+
|
|
1209
|
+
LifecycleTransitionReason?: LifecycleTransitionReason;
|
|
1210
|
+
|
|
1211
|
+
RootVolumeSecurityStyle?:
|
|
1212
|
+
| StorageVirtualMachineRootVolumeSecurityStyle
|
|
1213
|
+
| string;
|
|
1214
|
+
}
|
|
1215
|
+
export interface CreateStorageVirtualMachineResponse {
|
|
1216
|
+
StorageVirtualMachine?: StorageVirtualMachine;
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
export interface CreateOntapVolumeConfiguration {
|
|
1220
|
+
JunctionPath: string | undefined;
|
|
1221
|
+
|
|
1222
|
+
SecurityStyle?: SecurityStyle | string;
|
|
1223
|
+
|
|
1224
|
+
SizeInMegabytes: number | undefined;
|
|
1225
|
+
|
|
1226
|
+
StorageEfficiencyEnabled: boolean | undefined;
|
|
1227
|
+
|
|
1228
|
+
StorageVirtualMachineId: string | undefined;
|
|
1229
|
+
|
|
1230
|
+
TieringPolicy?: TieringPolicy;
|
|
1231
|
+
}
|
|
1232
|
+
|
|
1233
|
+
export interface CreateOpenZFSOriginSnapshotConfiguration {
|
|
1234
|
+
SnapshotARN: string | undefined;
|
|
1235
|
+
|
|
1236
|
+
CopyStrategy: OpenZFSCopyStrategy | string | undefined;
|
|
1237
|
+
}
|
|
1238
|
+
|
|
1239
|
+
export interface CreateOpenZFSVolumeConfiguration {
|
|
1240
|
+
ParentVolumeId: string | undefined;
|
|
1241
|
+
|
|
1242
|
+
StorageCapacityReservationGiB?: number;
|
|
1243
|
+
|
|
1244
|
+
StorageCapacityQuotaGiB?: number;
|
|
1245
|
+
|
|
1246
|
+
RecordSizeKiB?: number;
|
|
1247
|
+
|
|
1248
|
+
DataCompressionType?: OpenZFSDataCompressionType | string;
|
|
1249
|
+
|
|
1250
|
+
CopyTagsToSnapshots?: boolean;
|
|
1251
|
+
|
|
1252
|
+
OriginSnapshot?: CreateOpenZFSOriginSnapshotConfiguration;
|
|
1253
|
+
|
|
1254
|
+
ReadOnly?: boolean;
|
|
1255
|
+
|
|
1256
|
+
NfsExports?: OpenZFSNfsExport[];
|
|
1257
|
+
|
|
1258
|
+
UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
|
|
1259
|
+
}
|
|
1260
|
+
export interface CreateVolumeRequest {
|
|
1261
|
+
ClientRequestToken?: string;
|
|
1262
|
+
|
|
1263
|
+
VolumeType: VolumeType | string | undefined;
|
|
1264
|
+
|
|
1265
|
+
Name: string | undefined;
|
|
1266
|
+
|
|
1267
|
+
OntapConfiguration?: CreateOntapVolumeConfiguration;
|
|
1268
|
+
|
|
1269
|
+
Tags?: Tag[];
|
|
1270
|
+
|
|
1271
|
+
OpenZFSConfiguration?: CreateOpenZFSVolumeConfiguration;
|
|
1272
|
+
}
|
|
1273
|
+
|
|
1274
|
+
export declare class MissingVolumeConfiguration extends __BaseException {
|
|
1275
|
+
readonly name: "MissingVolumeConfiguration";
|
|
1276
|
+
readonly $fault: "client";
|
|
1277
|
+
|
|
1278
|
+
Message?: string;
|
|
1279
|
+
|
|
1280
|
+
constructor(
|
|
1281
|
+
opts: __ExceptionOptionType<MissingVolumeConfiguration, __BaseException>
|
|
1282
|
+
);
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1285
|
+
export declare class StorageVirtualMachineNotFound extends __BaseException {
|
|
1286
|
+
readonly name: "StorageVirtualMachineNotFound";
|
|
1287
|
+
readonly $fault: "client";
|
|
1288
|
+
|
|
1289
|
+
Message?: string;
|
|
1290
|
+
|
|
1291
|
+
constructor(
|
|
1292
|
+
opts: __ExceptionOptionType<StorageVirtualMachineNotFound, __BaseException>
|
|
1293
|
+
);
|
|
1294
|
+
}
|
|
1295
|
+
export interface CreateVolumeFromBackupRequest {
|
|
1296
|
+
BackupId: string | undefined;
|
|
1297
|
+
|
|
1298
|
+
ClientRequestToken?: string;
|
|
1299
|
+
|
|
1300
|
+
Name: string | undefined;
|
|
1301
|
+
|
|
1302
|
+
OntapConfiguration?: CreateOntapVolumeConfiguration;
|
|
1303
|
+
|
|
1304
|
+
Tags?: Tag[];
|
|
1305
|
+
}
|
|
1306
|
+
|
|
1307
|
+
export declare class BackupBeingCopied extends __BaseException {
|
|
1308
|
+
readonly name: "BackupBeingCopied";
|
|
1309
|
+
readonly $fault: "client";
|
|
1310
|
+
|
|
1311
|
+
Message?: string;
|
|
1312
|
+
|
|
1313
|
+
BackupId?: string;
|
|
1314
|
+
|
|
1315
|
+
constructor(opts: __ExceptionOptionType<BackupBeingCopied, __BaseException>);
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1318
|
+
export declare class BackupRestoring extends __BaseException {
|
|
1319
|
+
readonly name: "BackupRestoring";
|
|
1320
|
+
readonly $fault: "client";
|
|
1321
|
+
|
|
1322
|
+
Message?: string;
|
|
1323
|
+
|
|
1324
|
+
FileSystemId?: string;
|
|
1325
|
+
|
|
1326
|
+
constructor(opts: __ExceptionOptionType<BackupRestoring, __BaseException>);
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
export interface DeleteBackupRequest {
|
|
1330
|
+
BackupId: string | undefined;
|
|
1331
|
+
|
|
1332
|
+
ClientRequestToken?: string;
|
|
1333
|
+
}
|
|
1334
|
+
|
|
1335
|
+
export interface DeleteBackupResponse {
|
|
1336
|
+
BackupId?: string;
|
|
1337
|
+
|
|
1338
|
+
Lifecycle?: BackupLifecycle | string;
|
|
1339
|
+
}
|
|
1340
|
+
|
|
1341
|
+
export declare class DataRepositoryAssociationNotFound extends __BaseException {
|
|
1342
|
+
readonly name: "DataRepositoryAssociationNotFound";
|
|
1343
|
+
readonly $fault: "client";
|
|
1344
|
+
|
|
1345
|
+
Message?: string;
|
|
1346
|
+
|
|
1347
|
+
constructor(
|
|
1348
|
+
opts: __ExceptionOptionType<
|
|
1349
|
+
DataRepositoryAssociationNotFound,
|
|
1350
|
+
__BaseException
|
|
1351
|
+
>
|
|
1352
|
+
);
|
|
1353
|
+
}
|
|
1354
|
+
export interface DeleteDataRepositoryAssociationRequest {
|
|
1355
|
+
AssociationId: string | undefined;
|
|
1356
|
+
|
|
1357
|
+
ClientRequestToken?: string;
|
|
1358
|
+
|
|
1359
|
+
DeleteDataInFileSystem: boolean | undefined;
|
|
1360
|
+
}
|
|
1361
|
+
export interface DeleteDataRepositoryAssociationResponse {
|
|
1362
|
+
AssociationId?: string;
|
|
1363
|
+
|
|
1364
|
+
Lifecycle?: DataRepositoryLifecycle | string;
|
|
1365
|
+
|
|
1366
|
+
DeleteDataInFileSystem?: boolean;
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1369
|
+
export interface DeleteFileSystemLustreConfiguration {
|
|
1370
|
+
SkipFinalBackup?: boolean;
|
|
1371
|
+
|
|
1372
|
+
FinalBackupTags?: Tag[];
|
|
1373
|
+
}
|
|
1374
|
+
export declare enum DeleteFileSystemOpenZFSOption {
|
|
1375
|
+
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS",
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
export interface DeleteFileSystemOpenZFSConfiguration {
|
|
1379
|
+
SkipFinalBackup?: boolean;
|
|
1380
|
+
|
|
1381
|
+
FinalBackupTags?: Tag[];
|
|
1382
|
+
|
|
1383
|
+
Options?: (DeleteFileSystemOpenZFSOption | string)[];
|
|
1384
|
+
}
|
|
1385
|
+
|
|
1386
|
+
export interface DeleteFileSystemWindowsConfiguration {
|
|
1387
|
+
SkipFinalBackup?: boolean;
|
|
1388
|
+
|
|
1389
|
+
FinalBackupTags?: Tag[];
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
export interface DeleteFileSystemRequest {
|
|
1393
|
+
FileSystemId: string | undefined;
|
|
1394
|
+
|
|
1395
|
+
ClientRequestToken?: string;
|
|
1396
|
+
|
|
1397
|
+
WindowsConfiguration?: DeleteFileSystemWindowsConfiguration;
|
|
1398
|
+
|
|
1399
|
+
LustreConfiguration?: DeleteFileSystemLustreConfiguration;
|
|
1400
|
+
|
|
1401
|
+
OpenZFSConfiguration?: DeleteFileSystemOpenZFSConfiguration;
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
export interface DeleteFileSystemLustreResponse {
|
|
1405
|
+
FinalBackupId?: string;
|
|
1406
|
+
|
|
1407
|
+
FinalBackupTags?: Tag[];
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
export interface DeleteFileSystemOpenZFSResponse {
|
|
1411
|
+
FinalBackupId?: string;
|
|
1412
|
+
|
|
1413
|
+
FinalBackupTags?: Tag[];
|
|
1414
|
+
}
|
|
1415
|
+
|
|
1416
|
+
export interface DeleteFileSystemWindowsResponse {
|
|
1417
|
+
FinalBackupId?: string;
|
|
1418
|
+
|
|
1419
|
+
FinalBackupTags?: Tag[];
|
|
1420
|
+
}
|
|
1421
|
+
|
|
1422
|
+
export interface DeleteFileSystemResponse {
|
|
1423
|
+
FileSystemId?: string;
|
|
1424
|
+
|
|
1425
|
+
Lifecycle?: FileSystemLifecycle | string;
|
|
1426
|
+
|
|
1427
|
+
WindowsResponse?: DeleteFileSystemWindowsResponse;
|
|
1428
|
+
|
|
1429
|
+
LustreResponse?: DeleteFileSystemLustreResponse;
|
|
1430
|
+
|
|
1431
|
+
OpenZFSResponse?: DeleteFileSystemOpenZFSResponse;
|
|
1432
|
+
}
|
|
1433
|
+
export interface DeleteSnapshotRequest {
|
|
1434
|
+
ClientRequestToken?: string;
|
|
1435
|
+
|
|
1436
|
+
SnapshotId: string | undefined;
|
|
1437
|
+
}
|
|
1438
|
+
export interface DeleteSnapshotResponse {
|
|
1439
|
+
SnapshotId?: string;
|
|
1440
|
+
|
|
1441
|
+
Lifecycle?: SnapshotLifecycle | string;
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
export declare class SnapshotNotFound extends __BaseException {
|
|
1445
|
+
readonly name: "SnapshotNotFound";
|
|
1446
|
+
readonly $fault: "client";
|
|
1447
|
+
|
|
1448
|
+
Message?: string;
|
|
1449
|
+
|
|
1450
|
+
constructor(opts: __ExceptionOptionType<SnapshotNotFound, __BaseException>);
|
|
1451
|
+
}
|
|
1452
|
+
export interface DeleteStorageVirtualMachineRequest {
|
|
1453
|
+
ClientRequestToken?: string;
|
|
1454
|
+
|
|
1455
|
+
StorageVirtualMachineId: string | undefined;
|
|
1456
|
+
}
|
|
1457
|
+
export interface DeleteStorageVirtualMachineResponse {
|
|
1458
|
+
StorageVirtualMachineId?: string;
|
|
1459
|
+
|
|
1460
|
+
Lifecycle?: StorageVirtualMachineLifecycle | string;
|
|
1461
|
+
}
|
|
1462
|
+
|
|
1463
|
+
export interface DeleteVolumeOntapConfiguration {
|
|
1464
|
+
SkipFinalBackup?: boolean;
|
|
1465
|
+
|
|
1466
|
+
FinalBackupTags?: Tag[];
|
|
1467
|
+
}
|
|
1468
|
+
export declare enum DeleteOpenZFSVolumeOption {
|
|
1469
|
+
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS",
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
export interface DeleteVolumeOpenZFSConfiguration {
|
|
1473
|
+
Options?: (DeleteOpenZFSVolumeOption | string)[];
|
|
1474
|
+
}
|
|
1475
|
+
export interface DeleteVolumeRequest {
|
|
1476
|
+
ClientRequestToken?: string;
|
|
1477
|
+
|
|
1478
|
+
VolumeId: string | undefined;
|
|
1479
|
+
|
|
1480
|
+
OntapConfiguration?: DeleteVolumeOntapConfiguration;
|
|
1481
|
+
|
|
1482
|
+
OpenZFSConfiguration?: DeleteVolumeOpenZFSConfiguration;
|
|
1483
|
+
}
|
|
1484
|
+
|
|
1485
|
+
export interface DeleteVolumeOntapResponse {
|
|
1486
|
+
FinalBackupId?: string;
|
|
1487
|
+
|
|
1488
|
+
FinalBackupTags?: Tag[];
|
|
1489
|
+
}
|
|
1490
|
+
export interface DeleteVolumeResponse {
|
|
1491
|
+
VolumeId?: string;
|
|
1492
|
+
|
|
1493
|
+
Lifecycle?: VolumeLifecycle | string;
|
|
1494
|
+
|
|
1495
|
+
OntapResponse?: DeleteVolumeOntapResponse;
|
|
1496
|
+
}
|
|
1497
|
+
export declare enum FilterName {
|
|
1498
|
+
BACKUP_TYPE = "backup-type",
|
|
1499
|
+
DATA_REPOSITORY_TYPE = "data-repository-type",
|
|
1500
|
+
FILE_SYSTEM_ID = "file-system-id",
|
|
1501
|
+
FILE_SYSTEM_TYPE = "file-system-type",
|
|
1502
|
+
VOLUME_ID = "volume-id",
|
|
1503
|
+
}
|
|
1504
|
+
|
|
1505
|
+
export interface Filter {
|
|
1506
|
+
Name?: FilterName | string;
|
|
1507
|
+
|
|
1508
|
+
Values?: string[];
|
|
1509
|
+
}
|
|
1510
|
+
|
|
1511
|
+
export interface DescribeBackupsRequest {
|
|
1512
|
+
BackupIds?: string[];
|
|
1513
|
+
|
|
1514
|
+
Filters?: Filter[];
|
|
1515
|
+
|
|
1516
|
+
MaxResults?: number;
|
|
1517
|
+
|
|
1518
|
+
NextToken?: string;
|
|
1519
|
+
}
|
|
1520
|
+
export interface DescribeDataRepositoryAssociationsRequest {
|
|
1521
|
+
AssociationIds?: string[];
|
|
1522
|
+
|
|
1523
|
+
Filters?: Filter[];
|
|
1524
|
+
|
|
1525
|
+
MaxResults?: number;
|
|
1526
|
+
|
|
1527
|
+
NextToken?: string;
|
|
1528
|
+
}
|
|
1529
|
+
export interface DescribeDataRepositoryAssociationsResponse {
|
|
1530
|
+
Associations?: DataRepositoryAssociation[];
|
|
1531
|
+
|
|
1532
|
+
NextToken?: string;
|
|
1533
|
+
}
|
|
1534
|
+
|
|
1535
|
+
export declare class InvalidDataRepositoryType extends __BaseException {
|
|
1536
|
+
readonly name: "InvalidDataRepositoryType";
|
|
1537
|
+
readonly $fault: "client";
|
|
1538
|
+
|
|
1539
|
+
Message?: string;
|
|
1540
|
+
|
|
1541
|
+
constructor(
|
|
1542
|
+
opts: __ExceptionOptionType<InvalidDataRepositoryType, __BaseException>
|
|
1543
|
+
);
|
|
1544
|
+
}
|
|
1545
|
+
export declare enum DataRepositoryTaskFilterName {
|
|
1546
|
+
DATA_REPO_ASSOCIATION_ID = "data-repository-association-id",
|
|
1547
|
+
FILE_SYSTEM_ID = "file-system-id",
|
|
1548
|
+
TASK_LIFECYCLE = "task-lifecycle",
|
|
1549
|
+
}
|
|
1550
|
+
|
|
1551
|
+
export interface DataRepositoryTaskFilter {
|
|
1552
|
+
Name?: DataRepositoryTaskFilterName | string;
|
|
1553
|
+
|
|
1554
|
+
Values?: string[];
|
|
1555
|
+
}
|
|
1556
|
+
export interface DescribeDataRepositoryTasksRequest {
|
|
1557
|
+
TaskIds?: string[];
|
|
1558
|
+
|
|
1559
|
+
Filters?: DataRepositoryTaskFilter[];
|
|
1560
|
+
|
|
1561
|
+
MaxResults?: number;
|
|
1562
|
+
|
|
1563
|
+
NextToken?: string;
|
|
1564
|
+
}
|
|
1565
|
+
export interface DescribeDataRepositoryTasksResponse {
|
|
1566
|
+
DataRepositoryTasks?: DataRepositoryTask[];
|
|
1567
|
+
|
|
1568
|
+
NextToken?: string;
|
|
1569
|
+
}
|
|
1570
|
+
|
|
1571
|
+
export interface DescribeFileSystemAliasesRequest {
|
|
1572
|
+
ClientRequestToken?: string;
|
|
1573
|
+
|
|
1574
|
+
FileSystemId: string | undefined;
|
|
1575
|
+
|
|
1576
|
+
MaxResults?: number;
|
|
1577
|
+
|
|
1578
|
+
NextToken?: string;
|
|
1579
|
+
}
|
|
1580
|
+
|
|
1581
|
+
export interface DescribeFileSystemAliasesResponse {
|
|
1582
|
+
Aliases?: Alias[];
|
|
1583
|
+
|
|
1584
|
+
NextToken?: string;
|
|
1585
|
+
}
|
|
1586
|
+
|
|
1587
|
+
export interface DescribeFileSystemsRequest {
|
|
1588
|
+
FileSystemIds?: string[];
|
|
1589
|
+
|
|
1590
|
+
MaxResults?: number;
|
|
1591
|
+
|
|
1592
|
+
NextToken?: string;
|
|
1593
|
+
}
|
|
1594
|
+
export declare enum SnapshotFilterName {
|
|
1595
|
+
FILE_SYSTEM_ID = "file-system-id",
|
|
1596
|
+
VOLUME_ID = "volume-id",
|
|
1597
|
+
}
|
|
1598
|
+
|
|
1599
|
+
export interface SnapshotFilter {
|
|
1600
|
+
Name?: SnapshotFilterName | string;
|
|
1601
|
+
|
|
1602
|
+
Values?: string[];
|
|
1603
|
+
}
|
|
1604
|
+
export interface DescribeSnapshotsRequest {
|
|
1605
|
+
SnapshotIds?: string[];
|
|
1606
|
+
|
|
1607
|
+
Filters?: SnapshotFilter[];
|
|
1608
|
+
|
|
1609
|
+
MaxResults?: number;
|
|
1610
|
+
|
|
1611
|
+
NextToken?: string;
|
|
1612
|
+
}
|
|
1613
|
+
export declare enum StorageVirtualMachineFilterName {
|
|
1614
|
+
FILE_SYSTEM_ID = "file-system-id",
|
|
1615
|
+
}
|
|
1616
|
+
|
|
1617
|
+
export interface StorageVirtualMachineFilter {
|
|
1618
|
+
Name?: StorageVirtualMachineFilterName | string;
|
|
1619
|
+
|
|
1620
|
+
Values?: string[];
|
|
1621
|
+
}
|
|
1622
|
+
export interface DescribeStorageVirtualMachinesRequest {
|
|
1623
|
+
StorageVirtualMachineIds?: string[];
|
|
1624
|
+
|
|
1625
|
+
Filters?: StorageVirtualMachineFilter[];
|
|
1626
|
+
|
|
1627
|
+
MaxResults?: number;
|
|
1628
|
+
|
|
1629
|
+
NextToken?: string;
|
|
1630
|
+
}
|
|
1631
|
+
export interface DescribeStorageVirtualMachinesResponse {
|
|
1632
|
+
StorageVirtualMachines?: StorageVirtualMachine[];
|
|
1633
|
+
|
|
1634
|
+
NextToken?: string;
|
|
1635
|
+
}
|
|
1636
|
+
export declare enum VolumeFilterName {
|
|
1637
|
+
FILE_SYSTEM_ID = "file-system-id",
|
|
1638
|
+
STORAGE_VIRTUAL_MACHINE_ID = "storage-virtual-machine-id",
|
|
1639
|
+
}
|
|
1640
|
+
|
|
1641
|
+
export interface VolumeFilter {
|
|
1642
|
+
Name?: VolumeFilterName | string;
|
|
1643
|
+
|
|
1644
|
+
Values?: string[];
|
|
1645
|
+
}
|
|
1646
|
+
export interface DescribeVolumesRequest {
|
|
1647
|
+
VolumeIds?: string[];
|
|
1648
|
+
|
|
1649
|
+
Filters?: VolumeFilter[];
|
|
1650
|
+
|
|
1651
|
+
MaxResults?: number;
|
|
1652
|
+
|
|
1653
|
+
NextToken?: string;
|
|
1654
|
+
}
|
|
1655
|
+
|
|
1656
|
+
export interface DisassociateFileSystemAliasesRequest {
|
|
1657
|
+
ClientRequestToken?: string;
|
|
1658
|
+
|
|
1659
|
+
FileSystemId: string | undefined;
|
|
1660
|
+
|
|
1661
|
+
Aliases: string[] | undefined;
|
|
1662
|
+
}
|
|
1663
|
+
|
|
1664
|
+
export interface DisassociateFileSystemAliasesResponse {
|
|
1665
|
+
Aliases?: Alias[];
|
|
1666
|
+
}
|
|
1667
|
+
|
|
1668
|
+
export interface ListTagsForResourceRequest {
|
|
1669
|
+
ResourceARN: string | undefined;
|
|
1670
|
+
|
|
1671
|
+
MaxResults?: number;
|
|
1672
|
+
|
|
1673
|
+
NextToken?: string;
|
|
1674
|
+
}
|
|
1675
|
+
|
|
1676
|
+
export interface ListTagsForResourceResponse {
|
|
1677
|
+
Tags?: Tag[];
|
|
1678
|
+
|
|
1679
|
+
NextToken?: string;
|
|
1680
|
+
}
|
|
1681
|
+
|
|
1682
|
+
export declare class NotServiceResourceError extends __BaseException {
|
|
1683
|
+
readonly name: "NotServiceResourceError";
|
|
1684
|
+
readonly $fault: "client";
|
|
1685
|
+
|
|
1686
|
+
ResourceARN: string | undefined;
|
|
1687
|
+
|
|
1688
|
+
Message?: string;
|
|
1689
|
+
|
|
1690
|
+
constructor(
|
|
1691
|
+
opts: __ExceptionOptionType<NotServiceResourceError, __BaseException>
|
|
1692
|
+
);
|
|
1693
|
+
}
|
|
1694
|
+
|
|
1695
|
+
export declare class ResourceDoesNotSupportTagging extends __BaseException {
|
|
1696
|
+
readonly name: "ResourceDoesNotSupportTagging";
|
|
1697
|
+
readonly $fault: "client";
|
|
1698
|
+
|
|
1699
|
+
ResourceARN: string | undefined;
|
|
1700
|
+
|
|
1701
|
+
Message?: string;
|
|
1702
|
+
|
|
1703
|
+
constructor(
|
|
1704
|
+
opts: __ExceptionOptionType<ResourceDoesNotSupportTagging, __BaseException>
|
|
1705
|
+
);
|
|
1706
|
+
}
|
|
1707
|
+
|
|
1708
|
+
export declare class ResourceNotFound extends __BaseException {
|
|
1709
|
+
readonly name: "ResourceNotFound";
|
|
1710
|
+
readonly $fault: "client";
|
|
1711
|
+
|
|
1712
|
+
ResourceARN: string | undefined;
|
|
1713
|
+
|
|
1714
|
+
Message?: string;
|
|
1715
|
+
|
|
1716
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFound, __BaseException>);
|
|
1717
|
+
}
|
|
1718
|
+
export interface ReleaseFileSystemNfsV3LocksRequest {
|
|
1719
|
+
FileSystemId: string | undefined;
|
|
1720
|
+
|
|
1721
|
+
ClientRequestToken?: string;
|
|
1722
|
+
}
|
|
1723
|
+
export declare enum RestoreOpenZFSVolumeOption {
|
|
1724
|
+
DELETE_CLONED_VOLUMES = "DELETE_CLONED_VOLUMES",
|
|
1725
|
+
DELETE_INTERMEDIATE_SNAPSHOTS = "DELETE_INTERMEDIATE_SNAPSHOTS",
|
|
1726
|
+
}
|
|
1727
|
+
export interface RestoreVolumeFromSnapshotRequest {
|
|
1728
|
+
ClientRequestToken?: string;
|
|
1729
|
+
|
|
1730
|
+
VolumeId: string | undefined;
|
|
1731
|
+
|
|
1732
|
+
SnapshotId: string | undefined;
|
|
1733
|
+
|
|
1734
|
+
Options?: (RestoreOpenZFSVolumeOption | string)[];
|
|
1735
|
+
}
|
|
1736
|
+
export interface RestoreVolumeFromSnapshotResponse {
|
|
1737
|
+
VolumeId?: string;
|
|
1738
|
+
|
|
1739
|
+
Lifecycle?: VolumeLifecycle | string;
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1742
|
+
export interface TagResourceRequest {
|
|
1743
|
+
ResourceARN: string | undefined;
|
|
1744
|
+
|
|
1745
|
+
Tags: Tag[] | undefined;
|
|
1746
|
+
}
|
|
1747
|
+
|
|
1748
|
+
export interface TagResourceResponse {}
|
|
1749
|
+
|
|
1750
|
+
export interface UntagResourceRequest {
|
|
1751
|
+
ResourceARN: string | undefined;
|
|
1752
|
+
|
|
1753
|
+
TagKeys: string[] | undefined;
|
|
1754
|
+
}
|
|
1755
|
+
|
|
1756
|
+
export interface UntagResourceResponse {}
|
|
1757
|
+
export interface UpdateDataRepositoryAssociationRequest {
|
|
1758
|
+
AssociationId: string | undefined;
|
|
1759
|
+
|
|
1760
|
+
ClientRequestToken?: string;
|
|
1761
|
+
|
|
1762
|
+
ImportedFileChunkSize?: number;
|
|
1763
|
+
|
|
1764
|
+
S3?: S3DataRepositoryConfiguration;
|
|
1765
|
+
}
|
|
1766
|
+
export interface UpdateDataRepositoryAssociationResponse {
|
|
1767
|
+
Association?: DataRepositoryAssociation;
|
|
1768
|
+
}
|
|
1769
|
+
|
|
1770
|
+
export interface UpdateFileSystemLustreConfiguration {
|
|
1771
|
+
WeeklyMaintenanceStartTime?: string;
|
|
1772
|
+
|
|
1773
|
+
DailyAutomaticBackupStartTime?: string;
|
|
1774
|
+
|
|
1775
|
+
AutomaticBackupRetentionDays?: number;
|
|
1776
|
+
|
|
1777
|
+
AutoImportPolicy?: AutoImportPolicyType | string;
|
|
1778
|
+
|
|
1779
|
+
DataCompressionType?: DataCompressionType | string;
|
|
1780
|
+
|
|
1781
|
+
LogConfiguration?: LustreLogCreateConfiguration;
|
|
1782
|
+
|
|
1783
|
+
RootSquashConfiguration?: LustreRootSquashConfiguration;
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
export interface UpdateFileSystemOntapConfiguration {
|
|
1787
|
+
AutomaticBackupRetentionDays?: number;
|
|
1788
|
+
|
|
1789
|
+
DailyAutomaticBackupStartTime?: string;
|
|
1790
|
+
|
|
1791
|
+
FsxAdminPassword?: string;
|
|
1792
|
+
|
|
1793
|
+
WeeklyMaintenanceStartTime?: string;
|
|
1794
|
+
|
|
1795
|
+
DiskIopsConfiguration?: DiskIopsConfiguration;
|
|
1796
|
+
|
|
1797
|
+
ThroughputCapacity?: number;
|
|
1798
|
+
}
|
|
1799
|
+
|
|
1800
|
+
export interface UpdateFileSystemOpenZFSConfiguration {
|
|
1801
|
+
AutomaticBackupRetentionDays?: number;
|
|
1802
|
+
|
|
1803
|
+
CopyTagsToBackups?: boolean;
|
|
1804
|
+
|
|
1805
|
+
CopyTagsToVolumes?: boolean;
|
|
1806
|
+
|
|
1807
|
+
DailyAutomaticBackupStartTime?: string;
|
|
1808
|
+
|
|
1809
|
+
ThroughputCapacity?: number;
|
|
1810
|
+
|
|
1811
|
+
WeeklyMaintenanceStartTime?: string;
|
|
1812
|
+
|
|
1813
|
+
DiskIopsConfiguration?: DiskIopsConfiguration;
|
|
1814
|
+
}
|
|
1815
|
+
|
|
1816
|
+
export interface SelfManagedActiveDirectoryConfigurationUpdates {
|
|
1817
|
+
UserName?: string;
|
|
1818
|
+
|
|
1819
|
+
Password?: string;
|
|
1820
|
+
|
|
1821
|
+
DnsIps?: string[];
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1824
|
+
export interface UpdateFileSystemWindowsConfiguration {
|
|
1825
|
+
WeeklyMaintenanceStartTime?: string;
|
|
1826
|
+
|
|
1827
|
+
DailyAutomaticBackupStartTime?: string;
|
|
1828
|
+
|
|
1829
|
+
AutomaticBackupRetentionDays?: number;
|
|
1830
|
+
|
|
1831
|
+
ThroughputCapacity?: number;
|
|
1832
|
+
|
|
1833
|
+
SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfigurationUpdates;
|
|
1834
|
+
|
|
1835
|
+
AuditLogConfiguration?: WindowsAuditLogCreateConfiguration;
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1838
|
+
export interface UpdateFileSystemRequest {
|
|
1839
|
+
FileSystemId: string | undefined;
|
|
1840
|
+
|
|
1841
|
+
ClientRequestToken?: string;
|
|
1842
|
+
|
|
1843
|
+
StorageCapacity?: number;
|
|
1844
|
+
|
|
1845
|
+
WindowsConfiguration?: UpdateFileSystemWindowsConfiguration;
|
|
1846
|
+
|
|
1847
|
+
LustreConfiguration?: UpdateFileSystemLustreConfiguration;
|
|
1848
|
+
|
|
1849
|
+
OntapConfiguration?: UpdateFileSystemOntapConfiguration;
|
|
1850
|
+
|
|
1851
|
+
OpenZFSConfiguration?: UpdateFileSystemOpenZFSConfiguration;
|
|
1852
|
+
}
|
|
1853
|
+
export interface UpdateSnapshotRequest {
|
|
1854
|
+
ClientRequestToken?: string;
|
|
1855
|
+
|
|
1856
|
+
Name: string | undefined;
|
|
1857
|
+
|
|
1858
|
+
SnapshotId: string | undefined;
|
|
1859
|
+
}
|
|
1860
|
+
|
|
1861
|
+
export interface UpdateSvmActiveDirectoryConfiguration {
|
|
1862
|
+
SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfigurationUpdates;
|
|
1863
|
+
}
|
|
1864
|
+
export interface UpdateStorageVirtualMachineRequest {
|
|
1865
|
+
ActiveDirectoryConfiguration?: UpdateSvmActiveDirectoryConfiguration;
|
|
1866
|
+
|
|
1867
|
+
ClientRequestToken?: string;
|
|
1868
|
+
|
|
1869
|
+
StorageVirtualMachineId: string | undefined;
|
|
1870
|
+
|
|
1871
|
+
SvmAdminPassword?: string;
|
|
1872
|
+
}
|
|
1873
|
+
export interface UpdateStorageVirtualMachineResponse {
|
|
1874
|
+
StorageVirtualMachine?: StorageVirtualMachine;
|
|
1875
|
+
}
|
|
1876
|
+
|
|
1877
|
+
export interface UpdateOntapVolumeConfiguration {
|
|
1878
|
+
JunctionPath?: string;
|
|
1879
|
+
|
|
1880
|
+
SecurityStyle?: SecurityStyle | string;
|
|
1881
|
+
|
|
1882
|
+
SizeInMegabytes?: number;
|
|
1883
|
+
|
|
1884
|
+
StorageEfficiencyEnabled?: boolean;
|
|
1885
|
+
|
|
1886
|
+
TieringPolicy?: TieringPolicy;
|
|
1887
|
+
}
|
|
1888
|
+
|
|
1889
|
+
export interface UpdateOpenZFSVolumeConfiguration {
|
|
1890
|
+
StorageCapacityReservationGiB?: number;
|
|
1891
|
+
|
|
1892
|
+
StorageCapacityQuotaGiB?: number;
|
|
1893
|
+
|
|
1894
|
+
RecordSizeKiB?: number;
|
|
1895
|
+
|
|
1896
|
+
DataCompressionType?: OpenZFSDataCompressionType | string;
|
|
1897
|
+
|
|
1898
|
+
NfsExports?: OpenZFSNfsExport[];
|
|
1899
|
+
|
|
1900
|
+
UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
|
|
1901
|
+
|
|
1902
|
+
ReadOnly?: boolean;
|
|
1903
|
+
}
|
|
1904
|
+
export interface UpdateVolumeRequest {
|
|
1905
|
+
ClientRequestToken?: string;
|
|
1906
|
+
|
|
1907
|
+
VolumeId: string | undefined;
|
|
1908
|
+
|
|
1909
|
+
OntapConfiguration?: UpdateOntapVolumeConfiguration;
|
|
1910
|
+
|
|
1911
|
+
Name?: string;
|
|
1912
|
+
|
|
1913
|
+
OpenZFSConfiguration?: UpdateOpenZFSVolumeConfiguration;
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
export interface AdministrativeAction {
|
|
1917
|
+
AdministrativeActionType?: AdministrativeActionType | string;
|
|
1918
|
+
|
|
1919
|
+
ProgressPercent?: number;
|
|
1920
|
+
|
|
1921
|
+
RequestTime?: Date;
|
|
1922
|
+
|
|
1923
|
+
Status?: Status | string;
|
|
1924
|
+
|
|
1925
|
+
TargetFileSystemValues?: FileSystem;
|
|
1926
|
+
|
|
1927
|
+
FailureDetails?: AdministrativeActionFailureDetails;
|
|
1928
|
+
|
|
1929
|
+
TargetVolumeValues?: Volume;
|
|
1930
|
+
|
|
1931
|
+
TargetSnapshotValues?: Snapshot;
|
|
1932
|
+
}
|
|
1933
|
+
|
|
1934
|
+
export interface FileSystem {
|
|
1935
|
+
OwnerId?: string;
|
|
1936
|
+
|
|
1937
|
+
CreationTime?: Date;
|
|
1938
|
+
|
|
1939
|
+
FileSystemId?: string;
|
|
1940
|
+
|
|
1941
|
+
FileSystemType?: FileSystemType | string;
|
|
1942
|
+
|
|
1943
|
+
Lifecycle?: FileSystemLifecycle | string;
|
|
1944
|
+
|
|
1945
|
+
FailureDetails?: FileSystemFailureDetails;
|
|
1946
|
+
|
|
1947
|
+
StorageCapacity?: number;
|
|
1948
|
+
|
|
1949
|
+
StorageType?: StorageType | string;
|
|
1950
|
+
|
|
1951
|
+
VpcId?: string;
|
|
1952
|
+
|
|
1953
|
+
SubnetIds?: string[];
|
|
1954
|
+
|
|
1955
|
+
NetworkInterfaceIds?: string[];
|
|
1956
|
+
|
|
1957
|
+
DNSName?: string;
|
|
1958
|
+
|
|
1959
|
+
KmsKeyId?: string;
|
|
1960
|
+
|
|
1961
|
+
ResourceARN?: string;
|
|
1962
|
+
|
|
1963
|
+
Tags?: Tag[];
|
|
1964
|
+
|
|
1965
|
+
WindowsConfiguration?: WindowsFileSystemConfiguration;
|
|
1966
|
+
|
|
1967
|
+
LustreConfiguration?: LustreFileSystemConfiguration;
|
|
1968
|
+
|
|
1969
|
+
AdministrativeActions?: AdministrativeAction[];
|
|
1970
|
+
|
|
1971
|
+
OntapConfiguration?: OntapFileSystemConfiguration;
|
|
1972
|
+
|
|
1973
|
+
FileSystemTypeVersion?: string;
|
|
1974
|
+
|
|
1975
|
+
OpenZFSConfiguration?: OpenZFSFileSystemConfiguration;
|
|
1976
|
+
}
|
|
1977
|
+
|
|
1978
|
+
export interface Snapshot {
|
|
1979
|
+
ResourceARN?: string;
|
|
1980
|
+
|
|
1981
|
+
SnapshotId?: string;
|
|
1982
|
+
|
|
1983
|
+
Name?: string;
|
|
1984
|
+
|
|
1985
|
+
VolumeId?: string;
|
|
1986
|
+
|
|
1987
|
+
CreationTime?: Date;
|
|
1988
|
+
|
|
1989
|
+
Lifecycle?: SnapshotLifecycle | string;
|
|
1990
|
+
|
|
1991
|
+
LifecycleTransitionReason?: LifecycleTransitionReason;
|
|
1992
|
+
|
|
1993
|
+
Tags?: Tag[];
|
|
1994
|
+
|
|
1995
|
+
AdministrativeActions?: AdministrativeAction[];
|
|
1996
|
+
}
|
|
1997
|
+
|
|
1998
|
+
export interface Volume {
|
|
1999
|
+
CreationTime?: Date;
|
|
2000
|
+
|
|
2001
|
+
FileSystemId?: string;
|
|
2002
|
+
|
|
2003
|
+
Lifecycle?: VolumeLifecycle | string;
|
|
2004
|
+
|
|
2005
|
+
Name?: string;
|
|
2006
|
+
|
|
2007
|
+
OntapConfiguration?: OntapVolumeConfiguration;
|
|
2008
|
+
|
|
2009
|
+
ResourceARN?: string;
|
|
2010
|
+
|
|
2011
|
+
Tags?: Tag[];
|
|
2012
|
+
|
|
2013
|
+
VolumeId?: string;
|
|
2014
|
+
|
|
2015
|
+
VolumeType?: VolumeType | string;
|
|
2016
|
+
|
|
2017
|
+
LifecycleTransitionReason?: LifecycleTransitionReason;
|
|
2018
|
+
|
|
2019
|
+
AdministrativeActions?: AdministrativeAction[];
|
|
2020
|
+
|
|
2021
|
+
OpenZFSConfiguration?: OpenZFSVolumeConfiguration;
|
|
2022
|
+
}
|
|
2023
|
+
|
|
2024
|
+
export interface CreateFileSystemFromBackupResponse {
|
|
2025
|
+
FileSystem?: FileSystem;
|
|
2026
|
+
}
|
|
2027
|
+
|
|
2028
|
+
export interface CreateFileSystemResponse {
|
|
2029
|
+
FileSystem?: FileSystem;
|
|
2030
|
+
}
|
|
2031
|
+
export interface CreateSnapshotResponse {
|
|
2032
|
+
Snapshot?: Snapshot;
|
|
2033
|
+
}
|
|
2034
|
+
export interface CreateVolumeFromBackupResponse {
|
|
2035
|
+
Volume?: Volume;
|
|
2036
|
+
}
|
|
2037
|
+
export interface CreateVolumeResponse {
|
|
2038
|
+
Volume?: Volume;
|
|
2039
|
+
}
|
|
2040
|
+
export interface ReleaseFileSystemNfsV3LocksResponse {
|
|
2041
|
+
FileSystem?: FileSystem;
|
|
2042
|
+
}
|
|
2043
|
+
|
|
2044
|
+
export interface UpdateFileSystemResponse {
|
|
2045
|
+
FileSystem?: FileSystem;
|
|
2046
|
+
}
|
|
2047
|
+
export interface UpdateSnapshotResponse {
|
|
2048
|
+
Snapshot?: Snapshot;
|
|
2049
|
+
}
|
|
2050
|
+
export interface UpdateVolumeResponse {
|
|
2051
|
+
Volume?: Volume;
|
|
2052
|
+
}
|
|
2053
|
+
|
|
2054
|
+
export interface DescribeFileSystemsResponse {
|
|
2055
|
+
FileSystems?: FileSystem[];
|
|
2056
|
+
|
|
2057
|
+
NextToken?: string;
|
|
2058
|
+
}
|
|
2059
|
+
export interface DescribeSnapshotsResponse {
|
|
2060
|
+
Snapshots?: Snapshot[];
|
|
2061
|
+
|
|
2062
|
+
NextToken?: string;
|
|
2063
|
+
}
|
|
2064
|
+
export interface DescribeVolumesResponse {
|
|
2065
|
+
Volumes?: Volume[];
|
|
2066
|
+
|
|
2067
|
+
NextToken?: string;
|
|
2068
|
+
}
|
|
2069
|
+
|
|
2070
|
+
export interface Backup {
|
|
2071
|
+
BackupId: string | undefined;
|
|
2072
|
+
|
|
2073
|
+
Lifecycle: BackupLifecycle | string | undefined;
|
|
2074
|
+
|
|
2075
|
+
FailureDetails?: BackupFailureDetails;
|
|
2076
|
+
|
|
2077
|
+
Type: BackupType | string | undefined;
|
|
2078
|
+
|
|
2079
|
+
ProgressPercent?: number;
|
|
2080
|
+
|
|
2081
|
+
CreationTime: Date | undefined;
|
|
2082
|
+
|
|
2083
|
+
KmsKeyId?: string;
|
|
2084
|
+
|
|
2085
|
+
ResourceARN?: string;
|
|
2086
|
+
|
|
2087
|
+
Tags?: Tag[];
|
|
2088
|
+
|
|
2089
|
+
FileSystem: FileSystem | undefined;
|
|
2090
|
+
|
|
2091
|
+
DirectoryInformation?: ActiveDirectoryBackupAttributes;
|
|
2092
|
+
|
|
2093
|
+
OwnerId?: string;
|
|
2094
|
+
|
|
2095
|
+
SourceBackupId?: string;
|
|
2096
|
+
|
|
2097
|
+
SourceBackupRegion?: string;
|
|
2098
|
+
|
|
2099
|
+
ResourceType?: ResourceType | string;
|
|
2100
|
+
|
|
2101
|
+
Volume?: Volume;
|
|
2102
|
+
}
|
|
2103
|
+
export interface CopyBackupResponse {
|
|
2104
|
+
Backup?: Backup;
|
|
2105
|
+
}
|
|
2106
|
+
|
|
2107
|
+
export interface CreateBackupResponse {
|
|
2108
|
+
Backup?: Backup;
|
|
2109
|
+
}
|
|
2110
|
+
|
|
2111
|
+
export interface DescribeBackupsResponse {
|
|
2112
|
+
Backups?: Backup[];
|
|
2113
|
+
|
|
2114
|
+
NextToken?: string;
|
|
2115
|
+
}
|
|
2116
|
+
|
|
2117
|
+
export declare const ActiveDirectoryBackupAttributesFilterSensitiveLog: (
|
|
2118
|
+
obj: ActiveDirectoryBackupAttributes
|
|
2119
|
+
) => any;
|
|
2120
|
+
|
|
2121
|
+
export declare const AdministrativeActionFailureDetailsFilterSensitiveLog: (
|
|
2122
|
+
obj: AdministrativeActionFailureDetails
|
|
2123
|
+
) => any;
|
|
2124
|
+
|
|
2125
|
+
export declare const FileSystemFailureDetailsFilterSensitiveLog: (
|
|
2126
|
+
obj: FileSystemFailureDetails
|
|
2127
|
+
) => any;
|
|
2128
|
+
|
|
2129
|
+
export declare const DataRepositoryFailureDetailsFilterSensitiveLog: (
|
|
2130
|
+
obj: DataRepositoryFailureDetails
|
|
2131
|
+
) => any;
|
|
2132
|
+
|
|
2133
|
+
export declare const DataRepositoryConfigurationFilterSensitiveLog: (
|
|
2134
|
+
obj: DataRepositoryConfiguration
|
|
2135
|
+
) => any;
|
|
2136
|
+
|
|
2137
|
+
export declare const LustreLogConfigurationFilterSensitiveLog: (
|
|
2138
|
+
obj: LustreLogConfiguration
|
|
2139
|
+
) => any;
|
|
2140
|
+
|
|
2141
|
+
export declare const LustreRootSquashConfigurationFilterSensitiveLog: (
|
|
2142
|
+
obj: LustreRootSquashConfiguration
|
|
2143
|
+
) => any;
|
|
2144
|
+
|
|
2145
|
+
export declare const LustreFileSystemConfigurationFilterSensitiveLog: (
|
|
2146
|
+
obj: LustreFileSystemConfiguration
|
|
2147
|
+
) => any;
|
|
2148
|
+
|
|
2149
|
+
export declare const DiskIopsConfigurationFilterSensitiveLog: (
|
|
2150
|
+
obj: DiskIopsConfiguration
|
|
2151
|
+
) => any;
|
|
2152
|
+
|
|
2153
|
+
export declare const FileSystemEndpointFilterSensitiveLog: (
|
|
2154
|
+
obj: FileSystemEndpoint
|
|
2155
|
+
) => any;
|
|
2156
|
+
|
|
2157
|
+
export declare const FileSystemEndpointsFilterSensitiveLog: (
|
|
2158
|
+
obj: FileSystemEndpoints
|
|
2159
|
+
) => any;
|
|
2160
|
+
|
|
2161
|
+
export declare const OntapFileSystemConfigurationFilterSensitiveLog: (
|
|
2162
|
+
obj: OntapFileSystemConfiguration
|
|
2163
|
+
) => any;
|
|
2164
|
+
|
|
2165
|
+
export declare const OpenZFSFileSystemConfigurationFilterSensitiveLog: (
|
|
2166
|
+
obj: OpenZFSFileSystemConfiguration
|
|
2167
|
+
) => any;
|
|
2168
|
+
|
|
2169
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
2170
|
+
|
|
2171
|
+
export declare const AliasFilterSensitiveLog: (obj: Alias) => any;
|
|
2172
|
+
|
|
2173
|
+
export declare const WindowsAuditLogConfigurationFilterSensitiveLog: (
|
|
2174
|
+
obj: WindowsAuditLogConfiguration
|
|
2175
|
+
) => any;
|
|
2176
|
+
|
|
2177
|
+
export declare const SelfManagedActiveDirectoryAttributesFilterSensitiveLog: (
|
|
2178
|
+
obj: SelfManagedActiveDirectoryAttributes
|
|
2179
|
+
) => any;
|
|
2180
|
+
|
|
2181
|
+
export declare const WindowsFileSystemConfigurationFilterSensitiveLog: (
|
|
2182
|
+
obj: WindowsFileSystemConfiguration
|
|
2183
|
+
) => any;
|
|
2184
|
+
|
|
2185
|
+
export declare const LifecycleTransitionReasonFilterSensitiveLog: (
|
|
2186
|
+
obj: LifecycleTransitionReason
|
|
2187
|
+
) => any;
|
|
2188
|
+
|
|
2189
|
+
export declare const TieringPolicyFilterSensitiveLog: (
|
|
2190
|
+
obj: TieringPolicy
|
|
2191
|
+
) => any;
|
|
2192
|
+
|
|
2193
|
+
export declare const OntapVolumeConfigurationFilterSensitiveLog: (
|
|
2194
|
+
obj: OntapVolumeConfiguration
|
|
2195
|
+
) => any;
|
|
2196
|
+
|
|
2197
|
+
export declare const OpenZFSClientConfigurationFilterSensitiveLog: (
|
|
2198
|
+
obj: OpenZFSClientConfiguration
|
|
2199
|
+
) => any;
|
|
2200
|
+
|
|
2201
|
+
export declare const OpenZFSNfsExportFilterSensitiveLog: (
|
|
2202
|
+
obj: OpenZFSNfsExport
|
|
2203
|
+
) => any;
|
|
2204
|
+
|
|
2205
|
+
export declare const OpenZFSOriginSnapshotConfigurationFilterSensitiveLog: (
|
|
2206
|
+
obj: OpenZFSOriginSnapshotConfiguration
|
|
2207
|
+
) => any;
|
|
2208
|
+
|
|
2209
|
+
export declare const OpenZFSUserOrGroupQuotaFilterSensitiveLog: (
|
|
2210
|
+
obj: OpenZFSUserOrGroupQuota
|
|
2211
|
+
) => any;
|
|
2212
|
+
|
|
2213
|
+
export declare const OpenZFSVolumeConfigurationFilterSensitiveLog: (
|
|
2214
|
+
obj: OpenZFSVolumeConfiguration
|
|
2215
|
+
) => any;
|
|
2216
|
+
|
|
2217
|
+
export declare const AssociateFileSystemAliasesRequestFilterSensitiveLog: (
|
|
2218
|
+
obj: AssociateFileSystemAliasesRequest
|
|
2219
|
+
) => any;
|
|
2220
|
+
|
|
2221
|
+
export declare const AssociateFileSystemAliasesResponseFilterSensitiveLog: (
|
|
2222
|
+
obj: AssociateFileSystemAliasesResponse
|
|
2223
|
+
) => any;
|
|
2224
|
+
|
|
2225
|
+
export declare const AutoExportPolicyFilterSensitiveLog: (
|
|
2226
|
+
obj: AutoExportPolicy
|
|
2227
|
+
) => any;
|
|
2228
|
+
|
|
2229
|
+
export declare const AutoImportPolicyFilterSensitiveLog: (
|
|
2230
|
+
obj: AutoImportPolicy
|
|
2231
|
+
) => any;
|
|
2232
|
+
|
|
2233
|
+
export declare const CancelDataRepositoryTaskRequestFilterSensitiveLog: (
|
|
2234
|
+
obj: CancelDataRepositoryTaskRequest
|
|
2235
|
+
) => any;
|
|
2236
|
+
|
|
2237
|
+
export declare const CancelDataRepositoryTaskResponseFilterSensitiveLog: (
|
|
2238
|
+
obj: CancelDataRepositoryTaskResponse
|
|
2239
|
+
) => any;
|
|
2240
|
+
|
|
2241
|
+
export declare const CopyBackupRequestFilterSensitiveLog: (
|
|
2242
|
+
obj: CopyBackupRequest
|
|
2243
|
+
) => any;
|
|
2244
|
+
|
|
2245
|
+
export declare const BackupFailureDetailsFilterSensitiveLog: (
|
|
2246
|
+
obj: BackupFailureDetails
|
|
2247
|
+
) => any;
|
|
2248
|
+
|
|
2249
|
+
export declare const CreateBackupRequestFilterSensitiveLog: (
|
|
2250
|
+
obj: CreateBackupRequest
|
|
2251
|
+
) => any;
|
|
2252
|
+
|
|
2253
|
+
export declare const S3DataRepositoryConfigurationFilterSensitiveLog: (
|
|
2254
|
+
obj: S3DataRepositoryConfiguration
|
|
2255
|
+
) => any;
|
|
2256
|
+
|
|
2257
|
+
export declare const CreateDataRepositoryAssociationRequestFilterSensitiveLog: (
|
|
2258
|
+
obj: CreateDataRepositoryAssociationRequest
|
|
2259
|
+
) => any;
|
|
2260
|
+
|
|
2261
|
+
export declare const DataRepositoryAssociationFilterSensitiveLog: (
|
|
2262
|
+
obj: DataRepositoryAssociation
|
|
2263
|
+
) => any;
|
|
2264
|
+
|
|
2265
|
+
export declare const CreateDataRepositoryAssociationResponseFilterSensitiveLog: (
|
|
2266
|
+
obj: CreateDataRepositoryAssociationResponse
|
|
2267
|
+
) => any;
|
|
2268
|
+
|
|
2269
|
+
export declare const CompletionReportFilterSensitiveLog: (
|
|
2270
|
+
obj: CompletionReport
|
|
2271
|
+
) => any;
|
|
2272
|
+
|
|
2273
|
+
export declare const CreateDataRepositoryTaskRequestFilterSensitiveLog: (
|
|
2274
|
+
obj: CreateDataRepositoryTaskRequest
|
|
2275
|
+
) => any;
|
|
2276
|
+
|
|
2277
|
+
export declare const DataRepositoryTaskFailureDetailsFilterSensitiveLog: (
|
|
2278
|
+
obj: DataRepositoryTaskFailureDetails
|
|
2279
|
+
) => any;
|
|
2280
|
+
|
|
2281
|
+
export declare const DataRepositoryTaskStatusFilterSensitiveLog: (
|
|
2282
|
+
obj: DataRepositoryTaskStatus
|
|
2283
|
+
) => any;
|
|
2284
|
+
|
|
2285
|
+
export declare const DataRepositoryTaskFilterSensitiveLog: (
|
|
2286
|
+
obj: DataRepositoryTask
|
|
2287
|
+
) => any;
|
|
2288
|
+
|
|
2289
|
+
export declare const CreateDataRepositoryTaskResponseFilterSensitiveLog: (
|
|
2290
|
+
obj: CreateDataRepositoryTaskResponse
|
|
2291
|
+
) => any;
|
|
2292
|
+
|
|
2293
|
+
export declare const LustreLogCreateConfigurationFilterSensitiveLog: (
|
|
2294
|
+
obj: LustreLogCreateConfiguration
|
|
2295
|
+
) => any;
|
|
2296
|
+
|
|
2297
|
+
export declare const CreateFileSystemLustreConfigurationFilterSensitiveLog: (
|
|
2298
|
+
obj: CreateFileSystemLustreConfiguration
|
|
2299
|
+
) => any;
|
|
2300
|
+
|
|
2301
|
+
export declare const CreateFileSystemOntapConfigurationFilterSensitiveLog: (
|
|
2302
|
+
obj: CreateFileSystemOntapConfiguration
|
|
2303
|
+
) => any;
|
|
2304
|
+
|
|
2305
|
+
export declare const OpenZFSCreateRootVolumeConfigurationFilterSensitiveLog: (
|
|
2306
|
+
obj: OpenZFSCreateRootVolumeConfiguration
|
|
2307
|
+
) => any;
|
|
2308
|
+
|
|
2309
|
+
export declare const CreateFileSystemOpenZFSConfigurationFilterSensitiveLog: (
|
|
2310
|
+
obj: CreateFileSystemOpenZFSConfiguration
|
|
2311
|
+
) => any;
|
|
2312
|
+
|
|
2313
|
+
export declare const WindowsAuditLogCreateConfigurationFilterSensitiveLog: (
|
|
2314
|
+
obj: WindowsAuditLogCreateConfiguration
|
|
2315
|
+
) => any;
|
|
2316
|
+
|
|
2317
|
+
export declare const SelfManagedActiveDirectoryConfigurationFilterSensitiveLog: (
|
|
2318
|
+
obj: SelfManagedActiveDirectoryConfiguration
|
|
2319
|
+
) => any;
|
|
2320
|
+
|
|
2321
|
+
export declare const CreateFileSystemWindowsConfigurationFilterSensitiveLog: (
|
|
2322
|
+
obj: CreateFileSystemWindowsConfiguration
|
|
2323
|
+
) => any;
|
|
2324
|
+
|
|
2325
|
+
export declare const CreateFileSystemRequestFilterSensitiveLog: (
|
|
2326
|
+
obj: CreateFileSystemRequest
|
|
2327
|
+
) => any;
|
|
2328
|
+
|
|
2329
|
+
export declare const CreateFileSystemFromBackupRequestFilterSensitiveLog: (
|
|
2330
|
+
obj: CreateFileSystemFromBackupRequest
|
|
2331
|
+
) => any;
|
|
2332
|
+
|
|
2333
|
+
export declare const CreateSnapshotRequestFilterSensitiveLog: (
|
|
2334
|
+
obj: CreateSnapshotRequest
|
|
2335
|
+
) => any;
|
|
2336
|
+
|
|
2337
|
+
export declare const CreateSvmActiveDirectoryConfigurationFilterSensitiveLog: (
|
|
2338
|
+
obj: CreateSvmActiveDirectoryConfiguration
|
|
2339
|
+
) => any;
|
|
2340
|
+
|
|
2341
|
+
export declare const CreateStorageVirtualMachineRequestFilterSensitiveLog: (
|
|
2342
|
+
obj: CreateStorageVirtualMachineRequest
|
|
2343
|
+
) => any;
|
|
2344
|
+
|
|
2345
|
+
export declare const SvmActiveDirectoryConfigurationFilterSensitiveLog: (
|
|
2346
|
+
obj: SvmActiveDirectoryConfiguration
|
|
2347
|
+
) => any;
|
|
2348
|
+
|
|
2349
|
+
export declare const SvmEndpointFilterSensitiveLog: (obj: SvmEndpoint) => any;
|
|
2350
|
+
|
|
2351
|
+
export declare const SvmEndpointsFilterSensitiveLog: (obj: SvmEndpoints) => any;
|
|
2352
|
+
|
|
2353
|
+
export declare const StorageVirtualMachineFilterSensitiveLog: (
|
|
2354
|
+
obj: StorageVirtualMachine
|
|
2355
|
+
) => any;
|
|
2356
|
+
|
|
2357
|
+
export declare const CreateStorageVirtualMachineResponseFilterSensitiveLog: (
|
|
2358
|
+
obj: CreateStorageVirtualMachineResponse
|
|
2359
|
+
) => any;
|
|
2360
|
+
|
|
2361
|
+
export declare const CreateOntapVolumeConfigurationFilterSensitiveLog: (
|
|
2362
|
+
obj: CreateOntapVolumeConfiguration
|
|
2363
|
+
) => any;
|
|
2364
|
+
|
|
2365
|
+
export declare const CreateOpenZFSOriginSnapshotConfigurationFilterSensitiveLog: (
|
|
2366
|
+
obj: CreateOpenZFSOriginSnapshotConfiguration
|
|
2367
|
+
) => any;
|
|
2368
|
+
|
|
2369
|
+
export declare const CreateOpenZFSVolumeConfigurationFilterSensitiveLog: (
|
|
2370
|
+
obj: CreateOpenZFSVolumeConfiguration
|
|
2371
|
+
) => any;
|
|
2372
|
+
|
|
2373
|
+
export declare const CreateVolumeRequestFilterSensitiveLog: (
|
|
2374
|
+
obj: CreateVolumeRequest
|
|
2375
|
+
) => any;
|
|
2376
|
+
|
|
2377
|
+
export declare const CreateVolumeFromBackupRequestFilterSensitiveLog: (
|
|
2378
|
+
obj: CreateVolumeFromBackupRequest
|
|
2379
|
+
) => any;
|
|
2380
|
+
|
|
2381
|
+
export declare const DeleteBackupRequestFilterSensitiveLog: (
|
|
2382
|
+
obj: DeleteBackupRequest
|
|
2383
|
+
) => any;
|
|
2384
|
+
|
|
2385
|
+
export declare const DeleteBackupResponseFilterSensitiveLog: (
|
|
2386
|
+
obj: DeleteBackupResponse
|
|
2387
|
+
) => any;
|
|
2388
|
+
|
|
2389
|
+
export declare const DeleteDataRepositoryAssociationRequestFilterSensitiveLog: (
|
|
2390
|
+
obj: DeleteDataRepositoryAssociationRequest
|
|
2391
|
+
) => any;
|
|
2392
|
+
|
|
2393
|
+
export declare const DeleteDataRepositoryAssociationResponseFilterSensitiveLog: (
|
|
2394
|
+
obj: DeleteDataRepositoryAssociationResponse
|
|
2395
|
+
) => any;
|
|
2396
|
+
|
|
2397
|
+
export declare const DeleteFileSystemLustreConfigurationFilterSensitiveLog: (
|
|
2398
|
+
obj: DeleteFileSystemLustreConfiguration
|
|
2399
|
+
) => any;
|
|
2400
|
+
|
|
2401
|
+
export declare const DeleteFileSystemOpenZFSConfigurationFilterSensitiveLog: (
|
|
2402
|
+
obj: DeleteFileSystemOpenZFSConfiguration
|
|
2403
|
+
) => any;
|
|
2404
|
+
|
|
2405
|
+
export declare const DeleteFileSystemWindowsConfigurationFilterSensitiveLog: (
|
|
2406
|
+
obj: DeleteFileSystemWindowsConfiguration
|
|
2407
|
+
) => any;
|
|
2408
|
+
|
|
2409
|
+
export declare const DeleteFileSystemRequestFilterSensitiveLog: (
|
|
2410
|
+
obj: DeleteFileSystemRequest
|
|
2411
|
+
) => any;
|
|
2412
|
+
|
|
2413
|
+
export declare const DeleteFileSystemLustreResponseFilterSensitiveLog: (
|
|
2414
|
+
obj: DeleteFileSystemLustreResponse
|
|
2415
|
+
) => any;
|
|
2416
|
+
|
|
2417
|
+
export declare const DeleteFileSystemOpenZFSResponseFilterSensitiveLog: (
|
|
2418
|
+
obj: DeleteFileSystemOpenZFSResponse
|
|
2419
|
+
) => any;
|
|
2420
|
+
|
|
2421
|
+
export declare const DeleteFileSystemWindowsResponseFilterSensitiveLog: (
|
|
2422
|
+
obj: DeleteFileSystemWindowsResponse
|
|
2423
|
+
) => any;
|
|
2424
|
+
|
|
2425
|
+
export declare const DeleteFileSystemResponseFilterSensitiveLog: (
|
|
2426
|
+
obj: DeleteFileSystemResponse
|
|
2427
|
+
) => any;
|
|
2428
|
+
|
|
2429
|
+
export declare const DeleteSnapshotRequestFilterSensitiveLog: (
|
|
2430
|
+
obj: DeleteSnapshotRequest
|
|
2431
|
+
) => any;
|
|
2432
|
+
|
|
2433
|
+
export declare const DeleteSnapshotResponseFilterSensitiveLog: (
|
|
2434
|
+
obj: DeleteSnapshotResponse
|
|
2435
|
+
) => any;
|
|
2436
|
+
|
|
2437
|
+
export declare const DeleteStorageVirtualMachineRequestFilterSensitiveLog: (
|
|
2438
|
+
obj: DeleteStorageVirtualMachineRequest
|
|
2439
|
+
) => any;
|
|
2440
|
+
|
|
2441
|
+
export declare const DeleteStorageVirtualMachineResponseFilterSensitiveLog: (
|
|
2442
|
+
obj: DeleteStorageVirtualMachineResponse
|
|
2443
|
+
) => any;
|
|
2444
|
+
|
|
2445
|
+
export declare const DeleteVolumeOntapConfigurationFilterSensitiveLog: (
|
|
2446
|
+
obj: DeleteVolumeOntapConfiguration
|
|
2447
|
+
) => any;
|
|
2448
|
+
|
|
2449
|
+
export declare const DeleteVolumeOpenZFSConfigurationFilterSensitiveLog: (
|
|
2450
|
+
obj: DeleteVolumeOpenZFSConfiguration
|
|
2451
|
+
) => any;
|
|
2452
|
+
|
|
2453
|
+
export declare const DeleteVolumeRequestFilterSensitiveLog: (
|
|
2454
|
+
obj: DeleteVolumeRequest
|
|
2455
|
+
) => any;
|
|
2456
|
+
|
|
2457
|
+
export declare const DeleteVolumeOntapResponseFilterSensitiveLog: (
|
|
2458
|
+
obj: DeleteVolumeOntapResponse
|
|
2459
|
+
) => any;
|
|
2460
|
+
|
|
2461
|
+
export declare const DeleteVolumeResponseFilterSensitiveLog: (
|
|
2462
|
+
obj: DeleteVolumeResponse
|
|
2463
|
+
) => any;
|
|
2464
|
+
|
|
2465
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
2466
|
+
|
|
2467
|
+
export declare const DescribeBackupsRequestFilterSensitiveLog: (
|
|
2468
|
+
obj: DescribeBackupsRequest
|
|
2469
|
+
) => any;
|
|
2470
|
+
|
|
2471
|
+
export declare const DescribeDataRepositoryAssociationsRequestFilterSensitiveLog: (
|
|
2472
|
+
obj: DescribeDataRepositoryAssociationsRequest
|
|
2473
|
+
) => any;
|
|
2474
|
+
|
|
2475
|
+
export declare const DescribeDataRepositoryAssociationsResponseFilterSensitiveLog: (
|
|
2476
|
+
obj: DescribeDataRepositoryAssociationsResponse
|
|
2477
|
+
) => any;
|
|
2478
|
+
|
|
2479
|
+
export declare const DataRepositoryTaskFilterFilterSensitiveLog: (
|
|
2480
|
+
obj: DataRepositoryTaskFilter
|
|
2481
|
+
) => any;
|
|
2482
|
+
|
|
2483
|
+
export declare const DescribeDataRepositoryTasksRequestFilterSensitiveLog: (
|
|
2484
|
+
obj: DescribeDataRepositoryTasksRequest
|
|
2485
|
+
) => any;
|
|
2486
|
+
|
|
2487
|
+
export declare const DescribeDataRepositoryTasksResponseFilterSensitiveLog: (
|
|
2488
|
+
obj: DescribeDataRepositoryTasksResponse
|
|
2489
|
+
) => any;
|
|
2490
|
+
|
|
2491
|
+
export declare const DescribeFileSystemAliasesRequestFilterSensitiveLog: (
|
|
2492
|
+
obj: DescribeFileSystemAliasesRequest
|
|
2493
|
+
) => any;
|
|
2494
|
+
|
|
2495
|
+
export declare const DescribeFileSystemAliasesResponseFilterSensitiveLog: (
|
|
2496
|
+
obj: DescribeFileSystemAliasesResponse
|
|
2497
|
+
) => any;
|
|
2498
|
+
|
|
2499
|
+
export declare const DescribeFileSystemsRequestFilterSensitiveLog: (
|
|
2500
|
+
obj: DescribeFileSystemsRequest
|
|
2501
|
+
) => any;
|
|
2502
|
+
|
|
2503
|
+
export declare const SnapshotFilterFilterSensitiveLog: (
|
|
2504
|
+
obj: SnapshotFilter
|
|
2505
|
+
) => any;
|
|
2506
|
+
|
|
2507
|
+
export declare const DescribeSnapshotsRequestFilterSensitiveLog: (
|
|
2508
|
+
obj: DescribeSnapshotsRequest
|
|
2509
|
+
) => any;
|
|
2510
|
+
|
|
2511
|
+
export declare const StorageVirtualMachineFilterFilterSensitiveLog: (
|
|
2512
|
+
obj: StorageVirtualMachineFilter
|
|
2513
|
+
) => any;
|
|
2514
|
+
|
|
2515
|
+
export declare const DescribeStorageVirtualMachinesRequestFilterSensitiveLog: (
|
|
2516
|
+
obj: DescribeStorageVirtualMachinesRequest
|
|
2517
|
+
) => any;
|
|
2518
|
+
|
|
2519
|
+
export declare const DescribeStorageVirtualMachinesResponseFilterSensitiveLog: (
|
|
2520
|
+
obj: DescribeStorageVirtualMachinesResponse
|
|
2521
|
+
) => any;
|
|
2522
|
+
|
|
2523
|
+
export declare const VolumeFilterFilterSensitiveLog: (obj: VolumeFilter) => any;
|
|
2524
|
+
|
|
2525
|
+
export declare const DescribeVolumesRequestFilterSensitiveLog: (
|
|
2526
|
+
obj: DescribeVolumesRequest
|
|
2527
|
+
) => any;
|
|
2528
|
+
|
|
2529
|
+
export declare const DisassociateFileSystemAliasesRequestFilterSensitiveLog: (
|
|
2530
|
+
obj: DisassociateFileSystemAliasesRequest
|
|
2531
|
+
) => any;
|
|
2532
|
+
|
|
2533
|
+
export declare const DisassociateFileSystemAliasesResponseFilterSensitiveLog: (
|
|
2534
|
+
obj: DisassociateFileSystemAliasesResponse
|
|
2535
|
+
) => any;
|
|
2536
|
+
|
|
2537
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
2538
|
+
obj: ListTagsForResourceRequest
|
|
2539
|
+
) => any;
|
|
2540
|
+
|
|
2541
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
2542
|
+
obj: ListTagsForResourceResponse
|
|
2543
|
+
) => any;
|
|
2544
|
+
|
|
2545
|
+
export declare const ReleaseFileSystemNfsV3LocksRequestFilterSensitiveLog: (
|
|
2546
|
+
obj: ReleaseFileSystemNfsV3LocksRequest
|
|
2547
|
+
) => any;
|
|
2548
|
+
|
|
2549
|
+
export declare const RestoreVolumeFromSnapshotRequestFilterSensitiveLog: (
|
|
2550
|
+
obj: RestoreVolumeFromSnapshotRequest
|
|
2551
|
+
) => any;
|
|
2552
|
+
|
|
2553
|
+
export declare const RestoreVolumeFromSnapshotResponseFilterSensitiveLog: (
|
|
2554
|
+
obj: RestoreVolumeFromSnapshotResponse
|
|
2555
|
+
) => any;
|
|
2556
|
+
|
|
2557
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
2558
|
+
obj: TagResourceRequest
|
|
2559
|
+
) => any;
|
|
2560
|
+
|
|
2561
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
2562
|
+
obj: TagResourceResponse
|
|
2563
|
+
) => any;
|
|
2564
|
+
|
|
2565
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
2566
|
+
obj: UntagResourceRequest
|
|
2567
|
+
) => any;
|
|
2568
|
+
|
|
2569
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
2570
|
+
obj: UntagResourceResponse
|
|
2571
|
+
) => any;
|
|
2572
|
+
|
|
2573
|
+
export declare const UpdateDataRepositoryAssociationRequestFilterSensitiveLog: (
|
|
2574
|
+
obj: UpdateDataRepositoryAssociationRequest
|
|
2575
|
+
) => any;
|
|
2576
|
+
|
|
2577
|
+
export declare const UpdateDataRepositoryAssociationResponseFilterSensitiveLog: (
|
|
2578
|
+
obj: UpdateDataRepositoryAssociationResponse
|
|
2579
|
+
) => any;
|
|
2580
|
+
|
|
2581
|
+
export declare const UpdateFileSystemLustreConfigurationFilterSensitiveLog: (
|
|
2582
|
+
obj: UpdateFileSystemLustreConfiguration
|
|
2583
|
+
) => any;
|
|
2584
|
+
|
|
2585
|
+
export declare const UpdateFileSystemOntapConfigurationFilterSensitiveLog: (
|
|
2586
|
+
obj: UpdateFileSystemOntapConfiguration
|
|
2587
|
+
) => any;
|
|
2588
|
+
|
|
2589
|
+
export declare const UpdateFileSystemOpenZFSConfigurationFilterSensitiveLog: (
|
|
2590
|
+
obj: UpdateFileSystemOpenZFSConfiguration
|
|
2591
|
+
) => any;
|
|
2592
|
+
|
|
2593
|
+
export declare const SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog: (
|
|
2594
|
+
obj: SelfManagedActiveDirectoryConfigurationUpdates
|
|
2595
|
+
) => any;
|
|
2596
|
+
|
|
2597
|
+
export declare const UpdateFileSystemWindowsConfigurationFilterSensitiveLog: (
|
|
2598
|
+
obj: UpdateFileSystemWindowsConfiguration
|
|
2599
|
+
) => any;
|
|
2600
|
+
|
|
2601
|
+
export declare const UpdateFileSystemRequestFilterSensitiveLog: (
|
|
2602
|
+
obj: UpdateFileSystemRequest
|
|
2603
|
+
) => any;
|
|
2604
|
+
|
|
2605
|
+
export declare const UpdateSnapshotRequestFilterSensitiveLog: (
|
|
2606
|
+
obj: UpdateSnapshotRequest
|
|
2607
|
+
) => any;
|
|
2608
|
+
|
|
2609
|
+
export declare const UpdateSvmActiveDirectoryConfigurationFilterSensitiveLog: (
|
|
2610
|
+
obj: UpdateSvmActiveDirectoryConfiguration
|
|
2611
|
+
) => any;
|
|
2612
|
+
|
|
2613
|
+
export declare const UpdateStorageVirtualMachineRequestFilterSensitiveLog: (
|
|
2614
|
+
obj: UpdateStorageVirtualMachineRequest
|
|
2615
|
+
) => any;
|
|
2616
|
+
|
|
2617
|
+
export declare const UpdateStorageVirtualMachineResponseFilterSensitiveLog: (
|
|
2618
|
+
obj: UpdateStorageVirtualMachineResponse
|
|
2619
|
+
) => any;
|
|
2620
|
+
|
|
2621
|
+
export declare const UpdateOntapVolumeConfigurationFilterSensitiveLog: (
|
|
2622
|
+
obj: UpdateOntapVolumeConfiguration
|
|
2623
|
+
) => any;
|
|
2624
|
+
|
|
2625
|
+
export declare const UpdateOpenZFSVolumeConfigurationFilterSensitiveLog: (
|
|
2626
|
+
obj: UpdateOpenZFSVolumeConfiguration
|
|
2627
|
+
) => any;
|
|
2628
|
+
|
|
2629
|
+
export declare const UpdateVolumeRequestFilterSensitiveLog: (
|
|
2630
|
+
obj: UpdateVolumeRequest
|
|
2631
|
+
) => any;
|
|
2632
|
+
|
|
2633
|
+
export declare const AdministrativeActionFilterSensitiveLog: (
|
|
2634
|
+
obj: AdministrativeAction
|
|
2635
|
+
) => any;
|
|
2636
|
+
|
|
2637
|
+
export declare const FileSystemFilterSensitiveLog: (obj: FileSystem) => any;
|
|
2638
|
+
|
|
2639
|
+
export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
|
|
2640
|
+
|
|
2641
|
+
export declare const VolumeFilterSensitiveLog: (obj: Volume) => any;
|
|
2642
|
+
|
|
2643
|
+
export declare const CreateFileSystemFromBackupResponseFilterSensitiveLog: (
|
|
2644
|
+
obj: CreateFileSystemFromBackupResponse
|
|
2645
|
+
) => any;
|
|
2646
|
+
|
|
2647
|
+
export declare const CreateFileSystemResponseFilterSensitiveLog: (
|
|
2648
|
+
obj: CreateFileSystemResponse
|
|
2649
|
+
) => any;
|
|
2650
|
+
|
|
2651
|
+
export declare const CreateSnapshotResponseFilterSensitiveLog: (
|
|
2652
|
+
obj: CreateSnapshotResponse
|
|
2653
|
+
) => any;
|
|
2654
|
+
|
|
2655
|
+
export declare const CreateVolumeFromBackupResponseFilterSensitiveLog: (
|
|
2656
|
+
obj: CreateVolumeFromBackupResponse
|
|
2657
|
+
) => any;
|
|
2658
|
+
|
|
2659
|
+
export declare const CreateVolumeResponseFilterSensitiveLog: (
|
|
2660
|
+
obj: CreateVolumeResponse
|
|
2661
|
+
) => any;
|
|
2662
|
+
|
|
2663
|
+
export declare const ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog: (
|
|
2664
|
+
obj: ReleaseFileSystemNfsV3LocksResponse
|
|
2665
|
+
) => any;
|
|
2666
|
+
|
|
2667
|
+
export declare const UpdateFileSystemResponseFilterSensitiveLog: (
|
|
2668
|
+
obj: UpdateFileSystemResponse
|
|
2669
|
+
) => any;
|
|
2670
|
+
|
|
2671
|
+
export declare const UpdateSnapshotResponseFilterSensitiveLog: (
|
|
2672
|
+
obj: UpdateSnapshotResponse
|
|
2673
|
+
) => any;
|
|
2674
|
+
|
|
2675
|
+
export declare const UpdateVolumeResponseFilterSensitiveLog: (
|
|
2676
|
+
obj: UpdateVolumeResponse
|
|
2677
|
+
) => any;
|
|
2678
|
+
|
|
2679
|
+
export declare const DescribeFileSystemsResponseFilterSensitiveLog: (
|
|
2680
|
+
obj: DescribeFileSystemsResponse
|
|
2681
|
+
) => any;
|
|
2682
|
+
|
|
2683
|
+
export declare const DescribeSnapshotsResponseFilterSensitiveLog: (
|
|
2684
|
+
obj: DescribeSnapshotsResponse
|
|
2685
|
+
) => any;
|
|
2686
|
+
|
|
2687
|
+
export declare const DescribeVolumesResponseFilterSensitiveLog: (
|
|
2688
|
+
obj: DescribeVolumesResponse
|
|
2689
|
+
) => any;
|
|
2690
|
+
|
|
2691
|
+
export declare const BackupFilterSensitiveLog: (obj: Backup) => any;
|
|
2692
|
+
|
|
2693
|
+
export declare const CopyBackupResponseFilterSensitiveLog: (
|
|
2694
|
+
obj: CopyBackupResponse
|
|
2695
|
+
) => any;
|
|
2696
|
+
|
|
2697
|
+
export declare const CreateBackupResponseFilterSensitiveLog: (
|
|
2698
|
+
obj: CreateBackupResponse
|
|
2699
|
+
) => any;
|
|
2700
|
+
|
|
2701
|
+
export declare const DescribeBackupsResponseFilterSensitiveLog: (
|
|
2702
|
+
obj: DescribeBackupsResponse
|
|
2703
|
+
) => any;
|