@aws-sdk/client-s3-control 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/S3Control.d.ts +1102 -290
- package/dist-types/ts3.4/S3ControlClient.d.ts +483 -137
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccessPointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBucketCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetJobTaggingCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAccessPointsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +57 -57
- 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/S3ControlServiceException.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 +2252 -2062
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAccessPointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMultiRegionAccessPointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRegionalBucketsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStorageLensConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +689 -173
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +74 -42
- package/dist-types/ts3.4/runtimeConfig.d.ts +75 -43
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +75 -41
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +40 -40
|
@@ -1,2062 +1,2252 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { S3ControlServiceException as __BaseException } from "./S3ControlServiceException";
|
|
3
|
-
|
|
4
|
-
export interface AbortIncompleteMultipartUpload {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
export
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
export interface
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
export interface
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
export interface
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
export interface
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
export interface
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
export
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
}
|
|
247
|
-
export
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
export declare
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
export
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
export interface
|
|
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
|
-
export
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
export
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
export
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
export
|
|
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
|
-
|
|
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
|
-
export interface
|
|
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
|
-
export interface
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
export interface
|
|
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
|
-
export interface
|
|
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
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
}
|
|
804
|
-
|
|
805
|
-
export
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
}
|
|
824
|
-
export
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
export interface
|
|
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
|
-
export interface
|
|
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
|
-
export
|
|
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
|
-
export interface
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
}
|
|
1134
|
-
export interface
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
}
|
|
1164
|
-
export interface
|
|
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
|
-
export interface
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
}
|
|
1249
|
-
|
|
1250
|
-
export
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
export
|
|
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
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
export interface
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
export interface
|
|
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
|
-
|
|
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
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
export
|
|
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
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
export declare const
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
export declare const
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
export declare const
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
export declare const
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
export declare const
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
export declare const
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
export declare const
|
|
1719
|
-
|
|
1720
|
-
export declare const
|
|
1721
|
-
|
|
1722
|
-
export declare const
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
export declare const
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
export declare const
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
export declare const
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
export declare const
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
export declare const
|
|
1743
|
-
|
|
1744
|
-
export declare const
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
export declare const
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
export declare const
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
export declare const
|
|
1757
|
-
|
|
1758
|
-
export declare const
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
export declare const
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
export declare const
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
export declare const
|
|
1771
|
-
|
|
1772
|
-
export declare const
|
|
1773
|
-
|
|
1774
|
-
export declare const
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
export declare const
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
export declare const
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
export declare const
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
export declare const
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
export declare const
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
export declare const
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
export declare const
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
export declare const
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
export declare const
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
export declare const
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
export declare const
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
export declare const
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
export declare const
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
export declare const
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
export declare const
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
export declare const
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
export declare const
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
export declare const
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
export declare const
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
export declare const DescribeJobRequestFilterSensitiveLog: (
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
export declare const
|
|
1859
|
-
|
|
1860
|
-
export declare const
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
export declare const
|
|
1865
|
-
|
|
1866
|
-
export declare const
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
export declare const
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
export declare const
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
export declare const
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
export declare const
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
export declare const
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
export declare const
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
export declare const
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
export declare const
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
export declare const
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
export declare const
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
export declare const
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
export declare const
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
export declare const
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
export declare const
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
export declare const
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
export declare const
|
|
1931
|
-
|
|
1932
|
-
export declare const
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
export declare const
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
export declare const
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
export declare const
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
export declare const
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
export declare const
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
export declare const
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
export declare const
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
export declare const
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
export declare const
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
export declare const
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
export declare const
|
|
1977
|
-
|
|
1978
|
-
export declare const
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
export declare const
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
export declare const
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
export declare const
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
export declare const
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
export declare const
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
export declare const
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
export declare const
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
export declare const
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
export declare const
|
|
2015
|
-
|
|
2016
|
-
export declare const
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
export declare const
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
export declare const
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
export declare const
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
export declare const
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
export declare const
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
export declare const
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
export declare const
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
export declare const
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
export declare const
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
export declare const
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
export declare const
|
|
2061
|
-
|
|
2062
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { S3ControlServiceException as __BaseException } from "./S3ControlServiceException";
|
|
3
|
+
|
|
4
|
+
export interface AbortIncompleteMultipartUpload {
|
|
5
|
+
DaysAfterInitiation?: number;
|
|
6
|
+
}
|
|
7
|
+
export declare enum NetworkOrigin {
|
|
8
|
+
Internet = "Internet",
|
|
9
|
+
VPC = "VPC",
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export interface VpcConfiguration {
|
|
13
|
+
VpcId: string | undefined;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export interface AccessPoint {
|
|
17
|
+
Name: string | undefined;
|
|
18
|
+
|
|
19
|
+
NetworkOrigin: NetworkOrigin | string | undefined;
|
|
20
|
+
|
|
21
|
+
VpcConfiguration?: VpcConfiguration;
|
|
22
|
+
|
|
23
|
+
Bucket: string | undefined;
|
|
24
|
+
|
|
25
|
+
AccessPointArn?: string;
|
|
26
|
+
|
|
27
|
+
Alias?: string;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export interface ActivityMetrics {
|
|
31
|
+
IsEnabled?: boolean;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export interface SelectionCriteria {
|
|
35
|
+
Delimiter?: string;
|
|
36
|
+
|
|
37
|
+
MaxDepth?: number;
|
|
38
|
+
|
|
39
|
+
MinStorageBytesPercentage?: number;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export interface PrefixLevelStorageMetrics {
|
|
43
|
+
IsEnabled?: boolean;
|
|
44
|
+
|
|
45
|
+
SelectionCriteria?: SelectionCriteria;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export interface PrefixLevel {
|
|
49
|
+
StorageMetrics: PrefixLevelStorageMetrics | undefined;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export interface BucketLevel {
|
|
53
|
+
ActivityMetrics?: ActivityMetrics;
|
|
54
|
+
|
|
55
|
+
PrefixLevel?: PrefixLevel;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export interface AccountLevel {
|
|
59
|
+
ActivityMetrics?: ActivityMetrics;
|
|
60
|
+
|
|
61
|
+
BucketLevel: BucketLevel | undefined;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export interface AsyncErrorDetails {
|
|
65
|
+
Code?: string;
|
|
66
|
+
|
|
67
|
+
Message?: string;
|
|
68
|
+
|
|
69
|
+
Resource?: string;
|
|
70
|
+
|
|
71
|
+
RequestId?: string;
|
|
72
|
+
}
|
|
73
|
+
export declare enum AsyncOperationName {
|
|
74
|
+
CreateMultiRegionAccessPoint = "CreateMultiRegionAccessPoint",
|
|
75
|
+
DeleteMultiRegionAccessPoint = "DeleteMultiRegionAccessPoint",
|
|
76
|
+
PutMultiRegionAccessPointPolicy = "PutMultiRegionAccessPointPolicy",
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export interface PublicAccessBlockConfiguration {
|
|
80
|
+
BlockPublicAcls?: boolean;
|
|
81
|
+
|
|
82
|
+
IgnorePublicAcls?: boolean;
|
|
83
|
+
|
|
84
|
+
BlockPublicPolicy?: boolean;
|
|
85
|
+
|
|
86
|
+
RestrictPublicBuckets?: boolean;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
export interface Region {
|
|
90
|
+
Bucket: string | undefined;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
export interface CreateMultiRegionAccessPointInput {
|
|
94
|
+
Name: string | undefined;
|
|
95
|
+
|
|
96
|
+
PublicAccessBlock?: PublicAccessBlockConfiguration;
|
|
97
|
+
|
|
98
|
+
Regions: Region[] | undefined;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
export interface DeleteMultiRegionAccessPointInput {
|
|
102
|
+
Name: string | undefined;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
export interface PutMultiRegionAccessPointPolicyInput {
|
|
106
|
+
Name: string | undefined;
|
|
107
|
+
|
|
108
|
+
Policy: string | undefined;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
export interface AsyncRequestParameters {
|
|
112
|
+
CreateMultiRegionAccessPointRequest?: CreateMultiRegionAccessPointInput;
|
|
113
|
+
|
|
114
|
+
DeleteMultiRegionAccessPointRequest?: DeleteMultiRegionAccessPointInput;
|
|
115
|
+
|
|
116
|
+
PutMultiRegionAccessPointPolicyRequest?: PutMultiRegionAccessPointPolicyInput;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
export interface MultiRegionAccessPointRegionalResponse {
|
|
120
|
+
Name?: string;
|
|
121
|
+
|
|
122
|
+
RequestStatus?: string;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
export interface MultiRegionAccessPointsAsyncResponse {
|
|
126
|
+
Regions?: MultiRegionAccessPointRegionalResponse[];
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
export interface AsyncResponseDetails {
|
|
130
|
+
MultiRegionAccessPointDetails?: MultiRegionAccessPointsAsyncResponse;
|
|
131
|
+
|
|
132
|
+
ErrorDetails?: AsyncErrorDetails;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
export interface AsyncOperation {
|
|
136
|
+
CreationTime?: Date;
|
|
137
|
+
|
|
138
|
+
Operation?: AsyncOperationName | string;
|
|
139
|
+
|
|
140
|
+
RequestTokenARN?: string;
|
|
141
|
+
|
|
142
|
+
RequestParameters?: AsyncRequestParameters;
|
|
143
|
+
|
|
144
|
+
RequestStatus?: string;
|
|
145
|
+
|
|
146
|
+
ResponseDetails?: AsyncResponseDetails;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
export interface AwsLambdaTransformation {
|
|
150
|
+
FunctionArn: string | undefined;
|
|
151
|
+
|
|
152
|
+
FunctionPayload?: string;
|
|
153
|
+
}
|
|
154
|
+
export interface CreateAccessPointRequest {
|
|
155
|
+
AccountId?: string;
|
|
156
|
+
|
|
157
|
+
Name: string | undefined;
|
|
158
|
+
|
|
159
|
+
Bucket: string | undefined;
|
|
160
|
+
|
|
161
|
+
VpcConfiguration?: VpcConfiguration;
|
|
162
|
+
|
|
163
|
+
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration;
|
|
164
|
+
}
|
|
165
|
+
export interface CreateAccessPointResult {
|
|
166
|
+
AccessPointArn?: string;
|
|
167
|
+
|
|
168
|
+
Alias?: string;
|
|
169
|
+
}
|
|
170
|
+
export declare enum ObjectLambdaAllowedFeature {
|
|
171
|
+
GetObjectPartNumber = "GetObject-PartNumber",
|
|
172
|
+
GetObjectRange = "GetObject-Range",
|
|
173
|
+
}
|
|
174
|
+
export declare enum ObjectLambdaTransformationConfigurationAction {
|
|
175
|
+
GetObject = "GetObject",
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
export declare type ObjectLambdaContentTransformation =
|
|
179
|
+
| ObjectLambdaContentTransformation.AwsLambdaMember
|
|
180
|
+
| ObjectLambdaContentTransformation.$UnknownMember;
|
|
181
|
+
export declare namespace ObjectLambdaContentTransformation {
|
|
182
|
+
interface AwsLambdaMember {
|
|
183
|
+
AwsLambda: AwsLambdaTransformation;
|
|
184
|
+
$unknown?: never;
|
|
185
|
+
}
|
|
186
|
+
interface $UnknownMember {
|
|
187
|
+
AwsLambda?: never;
|
|
188
|
+
$unknown: [string, any];
|
|
189
|
+
}
|
|
190
|
+
interface Visitor<T> {
|
|
191
|
+
AwsLambda: (value: AwsLambdaTransformation) => T;
|
|
192
|
+
_: (name: string, value: any) => T;
|
|
193
|
+
}
|
|
194
|
+
const visit: <T>(
|
|
195
|
+
value: ObjectLambdaContentTransformation,
|
|
196
|
+
visitor: Visitor<T>
|
|
197
|
+
) => T;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
export interface ObjectLambdaTransformationConfiguration {
|
|
201
|
+
Actions:
|
|
202
|
+
| (ObjectLambdaTransformationConfigurationAction | string)[]
|
|
203
|
+
| undefined;
|
|
204
|
+
|
|
205
|
+
ContentTransformation: ObjectLambdaContentTransformation | undefined;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
export interface ObjectLambdaConfiguration {
|
|
209
|
+
SupportingAccessPoint: string | undefined;
|
|
210
|
+
|
|
211
|
+
CloudWatchMetricsEnabled?: boolean;
|
|
212
|
+
|
|
213
|
+
AllowedFeatures?: (ObjectLambdaAllowedFeature | string)[];
|
|
214
|
+
|
|
215
|
+
TransformationConfigurations:
|
|
216
|
+
| ObjectLambdaTransformationConfiguration[]
|
|
217
|
+
| undefined;
|
|
218
|
+
}
|
|
219
|
+
export interface CreateAccessPointForObjectLambdaRequest {
|
|
220
|
+
AccountId?: string;
|
|
221
|
+
|
|
222
|
+
Name: string | undefined;
|
|
223
|
+
|
|
224
|
+
Configuration: ObjectLambdaConfiguration | undefined;
|
|
225
|
+
}
|
|
226
|
+
export interface CreateAccessPointForObjectLambdaResult {
|
|
227
|
+
ObjectLambdaAccessPointArn?: string;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
export declare class BucketAlreadyExists extends __BaseException {
|
|
231
|
+
readonly name: "BucketAlreadyExists";
|
|
232
|
+
readonly $fault: "client";
|
|
233
|
+
|
|
234
|
+
constructor(
|
|
235
|
+
opts: __ExceptionOptionType<BucketAlreadyExists, __BaseException>
|
|
236
|
+
);
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
export declare class BucketAlreadyOwnedByYou extends __BaseException {
|
|
240
|
+
readonly name: "BucketAlreadyOwnedByYou";
|
|
241
|
+
readonly $fault: "client";
|
|
242
|
+
|
|
243
|
+
constructor(
|
|
244
|
+
opts: __ExceptionOptionType<BucketAlreadyOwnedByYou, __BaseException>
|
|
245
|
+
);
|
|
246
|
+
}
|
|
247
|
+
export declare type BucketCannedACL =
|
|
248
|
+
| "authenticated-read"
|
|
249
|
+
| "private"
|
|
250
|
+
| "public-read"
|
|
251
|
+
| "public-read-write";
|
|
252
|
+
export declare type BucketLocationConstraint =
|
|
253
|
+
| "EU"
|
|
254
|
+
| "ap-northeast-1"
|
|
255
|
+
| "ap-south-1"
|
|
256
|
+
| "ap-southeast-1"
|
|
257
|
+
| "ap-southeast-2"
|
|
258
|
+
| "cn-north-1"
|
|
259
|
+
| "eu-central-1"
|
|
260
|
+
| "eu-west-1"
|
|
261
|
+
| "sa-east-1"
|
|
262
|
+
| "us-west-1"
|
|
263
|
+
| "us-west-2";
|
|
264
|
+
|
|
265
|
+
export interface CreateBucketConfiguration {
|
|
266
|
+
LocationConstraint?: BucketLocationConstraint | string;
|
|
267
|
+
}
|
|
268
|
+
export interface CreateBucketRequest {
|
|
269
|
+
ACL?: BucketCannedACL | string;
|
|
270
|
+
|
|
271
|
+
Bucket: string | undefined;
|
|
272
|
+
|
|
273
|
+
CreateBucketConfiguration?: CreateBucketConfiguration;
|
|
274
|
+
|
|
275
|
+
GrantFullControl?: string;
|
|
276
|
+
|
|
277
|
+
GrantRead?: string;
|
|
278
|
+
|
|
279
|
+
GrantReadACP?: string;
|
|
280
|
+
|
|
281
|
+
GrantWrite?: string;
|
|
282
|
+
|
|
283
|
+
GrantWriteACP?: string;
|
|
284
|
+
|
|
285
|
+
ObjectLockEnabledForBucket?: boolean;
|
|
286
|
+
|
|
287
|
+
OutpostId?: string;
|
|
288
|
+
}
|
|
289
|
+
export interface CreateBucketResult {
|
|
290
|
+
Location?: string;
|
|
291
|
+
|
|
292
|
+
BucketArn?: string;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
export declare class BadRequestException extends __BaseException {
|
|
296
|
+
readonly name: "BadRequestException";
|
|
297
|
+
readonly $fault: "client";
|
|
298
|
+
Message?: string;
|
|
299
|
+
|
|
300
|
+
constructor(
|
|
301
|
+
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
302
|
+
);
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
export interface JobManifestLocation {
|
|
306
|
+
ObjectArn: string | undefined;
|
|
307
|
+
|
|
308
|
+
ObjectVersionId?: string;
|
|
309
|
+
|
|
310
|
+
ETag: string | undefined;
|
|
311
|
+
}
|
|
312
|
+
export declare enum JobManifestFieldName {
|
|
313
|
+
Bucket = "Bucket",
|
|
314
|
+
Ignore = "Ignore",
|
|
315
|
+
Key = "Key",
|
|
316
|
+
VersionId = "VersionId",
|
|
317
|
+
}
|
|
318
|
+
export declare enum JobManifestFormat {
|
|
319
|
+
S3BatchOperations_CSV_20180820 = "S3BatchOperations_CSV_20180820",
|
|
320
|
+
S3InventoryReport_CSV_20161130 = "S3InventoryReport_CSV_20161130",
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
export interface JobManifestSpec {
|
|
324
|
+
Format: JobManifestFormat | string | undefined;
|
|
325
|
+
|
|
326
|
+
Fields?: (JobManifestFieldName | string)[];
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
export interface JobManifest {
|
|
330
|
+
Spec: JobManifestSpec | undefined;
|
|
331
|
+
|
|
332
|
+
Location: JobManifestLocation | undefined;
|
|
333
|
+
}
|
|
334
|
+
export declare enum ReplicationStatus {
|
|
335
|
+
COMPLETED = "COMPLETED",
|
|
336
|
+
FAILED = "FAILED",
|
|
337
|
+
NONE = "NONE",
|
|
338
|
+
REPLICA = "REPLICA",
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
export interface JobManifestGeneratorFilter {
|
|
342
|
+
EligibleForReplication?: boolean;
|
|
343
|
+
|
|
344
|
+
CreatedAfter?: Date;
|
|
345
|
+
|
|
346
|
+
CreatedBefore?: Date;
|
|
347
|
+
|
|
348
|
+
ObjectReplicationStatuses?: (ReplicationStatus | string)[];
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
export interface SSEKMSEncryption {
|
|
352
|
+
KeyId: string | undefined;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
export interface SSES3Encryption {}
|
|
356
|
+
|
|
357
|
+
export interface GeneratedManifestEncryption {
|
|
358
|
+
SSES3?: SSES3Encryption;
|
|
359
|
+
|
|
360
|
+
SSEKMS?: SSEKMSEncryption;
|
|
361
|
+
}
|
|
362
|
+
export declare enum GeneratedManifestFormat {
|
|
363
|
+
S3InventoryReport_CSV_20211130 = "S3InventoryReport_CSV_20211130",
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
export interface S3ManifestOutputLocation {
|
|
367
|
+
ExpectedManifestBucketOwner?: string;
|
|
368
|
+
|
|
369
|
+
Bucket: string | undefined;
|
|
370
|
+
|
|
371
|
+
ManifestPrefix?: string;
|
|
372
|
+
|
|
373
|
+
ManifestEncryption?: GeneratedManifestEncryption;
|
|
374
|
+
|
|
375
|
+
ManifestFormat: GeneratedManifestFormat | string | undefined;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
export interface S3JobManifestGenerator {
|
|
379
|
+
ExpectedBucketOwner?: string;
|
|
380
|
+
|
|
381
|
+
SourceBucket: string | undefined;
|
|
382
|
+
|
|
383
|
+
ManifestOutputLocation?: S3ManifestOutputLocation;
|
|
384
|
+
|
|
385
|
+
Filter?: JobManifestGeneratorFilter;
|
|
386
|
+
|
|
387
|
+
EnableManifestOutput: boolean | undefined;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
export declare type JobManifestGenerator =
|
|
391
|
+
| JobManifestGenerator.S3JobManifestGeneratorMember
|
|
392
|
+
| JobManifestGenerator.$UnknownMember;
|
|
393
|
+
export declare namespace JobManifestGenerator {
|
|
394
|
+
interface S3JobManifestGeneratorMember {
|
|
395
|
+
S3JobManifestGenerator: S3JobManifestGenerator;
|
|
396
|
+
$unknown?: never;
|
|
397
|
+
}
|
|
398
|
+
interface $UnknownMember {
|
|
399
|
+
S3JobManifestGenerator?: never;
|
|
400
|
+
$unknown: [string, any];
|
|
401
|
+
}
|
|
402
|
+
interface Visitor<T> {
|
|
403
|
+
S3JobManifestGenerator: (value: S3JobManifestGenerator) => T;
|
|
404
|
+
_: (name: string, value: any) => T;
|
|
405
|
+
}
|
|
406
|
+
const visit: <T>(value: JobManifestGenerator, visitor: Visitor<T>) => T;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
export interface LambdaInvokeOperation {
|
|
410
|
+
FunctionArn?: string;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
export interface S3DeleteObjectTaggingOperation {}
|
|
414
|
+
export declare enum S3GlacierJobTier {
|
|
415
|
+
BULK = "BULK",
|
|
416
|
+
STANDARD = "STANDARD",
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
export interface S3InitiateRestoreObjectOperation {
|
|
420
|
+
ExpirationInDays?: number;
|
|
421
|
+
|
|
422
|
+
GlacierJobTier?: S3GlacierJobTier | string;
|
|
423
|
+
}
|
|
424
|
+
export declare enum S3GranteeTypeIdentifier {
|
|
425
|
+
CANONICAL = "id",
|
|
426
|
+
EMAIL_ADDRESS = "emailAddress",
|
|
427
|
+
GROUP = "uri",
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
export interface S3Grantee {
|
|
431
|
+
TypeIdentifier?: S3GranteeTypeIdentifier | string;
|
|
432
|
+
|
|
433
|
+
Identifier?: string;
|
|
434
|
+
|
|
435
|
+
DisplayName?: string;
|
|
436
|
+
}
|
|
437
|
+
export declare enum S3Permission {
|
|
438
|
+
FULL_CONTROL = "FULL_CONTROL",
|
|
439
|
+
READ = "READ",
|
|
440
|
+
READ_ACP = "READ_ACP",
|
|
441
|
+
WRITE = "WRITE",
|
|
442
|
+
WRITE_ACP = "WRITE_ACP",
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
export interface S3Grant {
|
|
446
|
+
Grantee?: S3Grantee;
|
|
447
|
+
|
|
448
|
+
Permission?: S3Permission | string;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
export interface S3ObjectOwner {
|
|
452
|
+
ID?: string;
|
|
453
|
+
|
|
454
|
+
DisplayName?: string;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
export interface S3AccessControlList {
|
|
458
|
+
Owner: S3ObjectOwner | undefined;
|
|
459
|
+
|
|
460
|
+
Grants?: S3Grant[];
|
|
461
|
+
}
|
|
462
|
+
export declare enum S3CannedAccessControlList {
|
|
463
|
+
AUTHENTICATED_READ = "authenticated-read",
|
|
464
|
+
AWS_EXEC_READ = "aws-exec-read",
|
|
465
|
+
BUCKET_OWNER_FULL_CONTROL = "bucket-owner-full-control",
|
|
466
|
+
BUCKET_OWNER_READ = "bucket-owner-read",
|
|
467
|
+
PRIVATE = "private",
|
|
468
|
+
PUBLIC_READ = "public-read",
|
|
469
|
+
PUBLIC_READ_WRITE = "public-read-write",
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
export interface S3AccessControlPolicy {
|
|
473
|
+
AccessControlList?: S3AccessControlList;
|
|
474
|
+
|
|
475
|
+
CannedAccessControlList?: S3CannedAccessControlList | string;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
export interface S3SetObjectAclOperation {
|
|
479
|
+
AccessControlPolicy?: S3AccessControlPolicy;
|
|
480
|
+
}
|
|
481
|
+
export declare enum S3ChecksumAlgorithm {
|
|
482
|
+
CRC32 = "CRC32",
|
|
483
|
+
CRC32C = "CRC32C",
|
|
484
|
+
SHA1 = "SHA1",
|
|
485
|
+
SHA256 = "SHA256",
|
|
486
|
+
}
|
|
487
|
+
export declare enum S3MetadataDirective {
|
|
488
|
+
COPY = "COPY",
|
|
489
|
+
REPLACE = "REPLACE",
|
|
490
|
+
}
|
|
491
|
+
export declare enum S3SSEAlgorithm {
|
|
492
|
+
AES256 = "AES256",
|
|
493
|
+
KMS = "KMS",
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
export interface S3ObjectMetadata {
|
|
497
|
+
CacheControl?: string;
|
|
498
|
+
|
|
499
|
+
ContentDisposition?: string;
|
|
500
|
+
|
|
501
|
+
ContentEncoding?: string;
|
|
502
|
+
|
|
503
|
+
ContentLanguage?: string;
|
|
504
|
+
|
|
505
|
+
UserMetadata?: Record<string, string>;
|
|
506
|
+
|
|
507
|
+
ContentLength?: number;
|
|
508
|
+
|
|
509
|
+
ContentMD5?: string;
|
|
510
|
+
|
|
511
|
+
ContentType?: string;
|
|
512
|
+
|
|
513
|
+
HttpExpiresDate?: Date;
|
|
514
|
+
|
|
515
|
+
RequesterCharged?: boolean;
|
|
516
|
+
|
|
517
|
+
SSEAlgorithm?: S3SSEAlgorithm | string;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
export interface S3Tag {
|
|
521
|
+
Key: string | undefined;
|
|
522
|
+
|
|
523
|
+
Value: string | undefined;
|
|
524
|
+
}
|
|
525
|
+
export declare enum S3ObjectLockLegalHoldStatus {
|
|
526
|
+
OFF = "OFF",
|
|
527
|
+
ON = "ON",
|
|
528
|
+
}
|
|
529
|
+
export declare enum S3ObjectLockMode {
|
|
530
|
+
COMPLIANCE = "COMPLIANCE",
|
|
531
|
+
GOVERNANCE = "GOVERNANCE",
|
|
532
|
+
}
|
|
533
|
+
export declare enum S3StorageClass {
|
|
534
|
+
DEEP_ARCHIVE = "DEEP_ARCHIVE",
|
|
535
|
+
GLACIER = "GLACIER",
|
|
536
|
+
GLACIER_IR = "GLACIER_IR",
|
|
537
|
+
INTELLIGENT_TIERING = "INTELLIGENT_TIERING",
|
|
538
|
+
ONEZONE_IA = "ONEZONE_IA",
|
|
539
|
+
STANDARD = "STANDARD",
|
|
540
|
+
STANDARD_IA = "STANDARD_IA",
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
export interface S3CopyObjectOperation {
|
|
544
|
+
TargetResource?: string;
|
|
545
|
+
|
|
546
|
+
CannedAccessControlList?: S3CannedAccessControlList | string;
|
|
547
|
+
|
|
548
|
+
AccessControlGrants?: S3Grant[];
|
|
549
|
+
|
|
550
|
+
MetadataDirective?: S3MetadataDirective | string;
|
|
551
|
+
|
|
552
|
+
ModifiedSinceConstraint?: Date;
|
|
553
|
+
|
|
554
|
+
NewObjectMetadata?: S3ObjectMetadata;
|
|
555
|
+
|
|
556
|
+
NewObjectTagging?: S3Tag[];
|
|
557
|
+
|
|
558
|
+
RedirectLocation?: string;
|
|
559
|
+
|
|
560
|
+
RequesterPays?: boolean;
|
|
561
|
+
|
|
562
|
+
StorageClass?: S3StorageClass | string;
|
|
563
|
+
|
|
564
|
+
UnModifiedSinceConstraint?: Date;
|
|
565
|
+
|
|
566
|
+
SSEAwsKmsKeyId?: string;
|
|
567
|
+
|
|
568
|
+
TargetKeyPrefix?: string;
|
|
569
|
+
|
|
570
|
+
ObjectLockLegalHoldStatus?: S3ObjectLockLegalHoldStatus | string;
|
|
571
|
+
|
|
572
|
+
ObjectLockMode?: S3ObjectLockMode | string;
|
|
573
|
+
|
|
574
|
+
ObjectLockRetainUntilDate?: Date;
|
|
575
|
+
|
|
576
|
+
BucketKeyEnabled?: boolean;
|
|
577
|
+
|
|
578
|
+
ChecksumAlgorithm?: S3ChecksumAlgorithm | string;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
export interface S3ObjectLockLegalHold {
|
|
582
|
+
Status: S3ObjectLockLegalHoldStatus | string | undefined;
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
export interface S3SetObjectLegalHoldOperation {
|
|
586
|
+
LegalHold: S3ObjectLockLegalHold | undefined;
|
|
587
|
+
}
|
|
588
|
+
export declare enum S3ObjectLockRetentionMode {
|
|
589
|
+
COMPLIANCE = "COMPLIANCE",
|
|
590
|
+
GOVERNANCE = "GOVERNANCE",
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
export interface S3Retention {
|
|
594
|
+
RetainUntilDate?: Date;
|
|
595
|
+
|
|
596
|
+
Mode?: S3ObjectLockRetentionMode | string;
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
export interface S3SetObjectRetentionOperation {
|
|
600
|
+
BypassGovernanceRetention?: boolean;
|
|
601
|
+
|
|
602
|
+
Retention: S3Retention | undefined;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
export interface S3SetObjectTaggingOperation {
|
|
606
|
+
TagSet?: S3Tag[];
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
export interface S3ReplicateObjectOperation {}
|
|
610
|
+
|
|
611
|
+
export interface JobOperation {
|
|
612
|
+
LambdaInvoke?: LambdaInvokeOperation;
|
|
613
|
+
|
|
614
|
+
S3PutObjectCopy?: S3CopyObjectOperation;
|
|
615
|
+
|
|
616
|
+
S3PutObjectAcl?: S3SetObjectAclOperation;
|
|
617
|
+
|
|
618
|
+
S3PutObjectTagging?: S3SetObjectTaggingOperation;
|
|
619
|
+
|
|
620
|
+
S3DeleteObjectTagging?: S3DeleteObjectTaggingOperation;
|
|
621
|
+
|
|
622
|
+
S3InitiateRestoreObject?: S3InitiateRestoreObjectOperation;
|
|
623
|
+
|
|
624
|
+
S3PutObjectLegalHold?: S3SetObjectLegalHoldOperation;
|
|
625
|
+
|
|
626
|
+
S3PutObjectRetention?: S3SetObjectRetentionOperation;
|
|
627
|
+
|
|
628
|
+
S3ReplicateObject?: S3ReplicateObjectOperation;
|
|
629
|
+
}
|
|
630
|
+
export declare enum JobReportFormat {
|
|
631
|
+
Report_CSV_20180820 = "Report_CSV_20180820",
|
|
632
|
+
}
|
|
633
|
+
export declare enum JobReportScope {
|
|
634
|
+
AllTasks = "AllTasks",
|
|
635
|
+
FailedTasksOnly = "FailedTasksOnly",
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
export interface JobReport {
|
|
639
|
+
Bucket?: string;
|
|
640
|
+
|
|
641
|
+
Format?: JobReportFormat | string;
|
|
642
|
+
|
|
643
|
+
Enabled: boolean | undefined;
|
|
644
|
+
|
|
645
|
+
Prefix?: string;
|
|
646
|
+
|
|
647
|
+
ReportScope?: JobReportScope | string;
|
|
648
|
+
}
|
|
649
|
+
export interface CreateJobRequest {
|
|
650
|
+
AccountId?: string;
|
|
651
|
+
|
|
652
|
+
ConfirmationRequired?: boolean;
|
|
653
|
+
|
|
654
|
+
Operation: JobOperation | undefined;
|
|
655
|
+
|
|
656
|
+
Report: JobReport | undefined;
|
|
657
|
+
|
|
658
|
+
ClientRequestToken?: string;
|
|
659
|
+
|
|
660
|
+
Manifest?: JobManifest;
|
|
661
|
+
|
|
662
|
+
Description?: string;
|
|
663
|
+
|
|
664
|
+
Priority: number | undefined;
|
|
665
|
+
|
|
666
|
+
RoleArn: string | undefined;
|
|
667
|
+
|
|
668
|
+
Tags?: S3Tag[];
|
|
669
|
+
|
|
670
|
+
ManifestGenerator?: JobManifestGenerator;
|
|
671
|
+
}
|
|
672
|
+
export interface CreateJobResult {
|
|
673
|
+
JobId?: string;
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
export declare class IdempotencyException extends __BaseException {
|
|
677
|
+
readonly name: "IdempotencyException";
|
|
678
|
+
readonly $fault: "client";
|
|
679
|
+
Message?: string;
|
|
680
|
+
|
|
681
|
+
constructor(
|
|
682
|
+
opts: __ExceptionOptionType<IdempotencyException, __BaseException>
|
|
683
|
+
);
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
export declare class InternalServiceException extends __BaseException {
|
|
687
|
+
readonly name: "InternalServiceException";
|
|
688
|
+
readonly $fault: "server";
|
|
689
|
+
Message?: string;
|
|
690
|
+
|
|
691
|
+
constructor(
|
|
692
|
+
opts: __ExceptionOptionType<InternalServiceException, __BaseException>
|
|
693
|
+
);
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
export declare class TooManyRequestsException extends __BaseException {
|
|
697
|
+
readonly name: "TooManyRequestsException";
|
|
698
|
+
readonly $fault: "client";
|
|
699
|
+
Message?: string;
|
|
700
|
+
|
|
701
|
+
constructor(
|
|
702
|
+
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
703
|
+
);
|
|
704
|
+
}
|
|
705
|
+
export interface CreateMultiRegionAccessPointRequest {
|
|
706
|
+
AccountId?: string;
|
|
707
|
+
|
|
708
|
+
ClientToken?: string;
|
|
709
|
+
|
|
710
|
+
Details: CreateMultiRegionAccessPointInput | undefined;
|
|
711
|
+
}
|
|
712
|
+
export interface CreateMultiRegionAccessPointResult {
|
|
713
|
+
RequestTokenARN?: string;
|
|
714
|
+
}
|
|
715
|
+
export interface DeleteAccessPointRequest {
|
|
716
|
+
AccountId?: string;
|
|
717
|
+
|
|
718
|
+
Name: string | undefined;
|
|
719
|
+
}
|
|
720
|
+
export interface DeleteAccessPointForObjectLambdaRequest {
|
|
721
|
+
AccountId?: string;
|
|
722
|
+
|
|
723
|
+
Name: string | undefined;
|
|
724
|
+
}
|
|
725
|
+
export interface DeleteAccessPointPolicyRequest {
|
|
726
|
+
AccountId?: string;
|
|
727
|
+
|
|
728
|
+
Name: string | undefined;
|
|
729
|
+
}
|
|
730
|
+
export interface DeleteAccessPointPolicyForObjectLambdaRequest {
|
|
731
|
+
AccountId?: string;
|
|
732
|
+
|
|
733
|
+
Name: string | undefined;
|
|
734
|
+
}
|
|
735
|
+
export interface DeleteBucketRequest {
|
|
736
|
+
AccountId?: string;
|
|
737
|
+
|
|
738
|
+
Bucket: string | undefined;
|
|
739
|
+
}
|
|
740
|
+
export interface DeleteBucketLifecycleConfigurationRequest {
|
|
741
|
+
AccountId?: string;
|
|
742
|
+
|
|
743
|
+
Bucket: string | undefined;
|
|
744
|
+
}
|
|
745
|
+
export interface DeleteBucketPolicyRequest {
|
|
746
|
+
AccountId?: string;
|
|
747
|
+
|
|
748
|
+
Bucket: string | undefined;
|
|
749
|
+
}
|
|
750
|
+
export interface DeleteBucketTaggingRequest {
|
|
751
|
+
AccountId?: string;
|
|
752
|
+
|
|
753
|
+
Bucket: string | undefined;
|
|
754
|
+
}
|
|
755
|
+
export interface DeleteJobTaggingRequest {
|
|
756
|
+
AccountId?: string;
|
|
757
|
+
|
|
758
|
+
JobId: string | undefined;
|
|
759
|
+
}
|
|
760
|
+
export interface DeleteJobTaggingResult {}
|
|
761
|
+
|
|
762
|
+
export declare class NotFoundException extends __BaseException {
|
|
763
|
+
readonly name: "NotFoundException";
|
|
764
|
+
readonly $fault: "client";
|
|
765
|
+
Message?: string;
|
|
766
|
+
|
|
767
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
768
|
+
}
|
|
769
|
+
export interface DeleteMultiRegionAccessPointRequest {
|
|
770
|
+
AccountId?: string;
|
|
771
|
+
|
|
772
|
+
ClientToken?: string;
|
|
773
|
+
|
|
774
|
+
Details: DeleteMultiRegionAccessPointInput | undefined;
|
|
775
|
+
}
|
|
776
|
+
export interface DeleteMultiRegionAccessPointResult {
|
|
777
|
+
RequestTokenARN?: string;
|
|
778
|
+
}
|
|
779
|
+
export interface DeletePublicAccessBlockRequest {
|
|
780
|
+
AccountId?: string;
|
|
781
|
+
}
|
|
782
|
+
export interface DeleteStorageLensConfigurationRequest {
|
|
783
|
+
ConfigId: string | undefined;
|
|
784
|
+
|
|
785
|
+
AccountId?: string;
|
|
786
|
+
}
|
|
787
|
+
export interface DeleteStorageLensConfigurationTaggingRequest {
|
|
788
|
+
ConfigId: string | undefined;
|
|
789
|
+
|
|
790
|
+
AccountId?: string;
|
|
791
|
+
}
|
|
792
|
+
export interface DeleteStorageLensConfigurationTaggingResult {}
|
|
793
|
+
export interface DescribeJobRequest {
|
|
794
|
+
AccountId?: string;
|
|
795
|
+
|
|
796
|
+
JobId: string | undefined;
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
export interface JobFailure {
|
|
800
|
+
FailureCode?: string;
|
|
801
|
+
|
|
802
|
+
FailureReason?: string;
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
export interface S3GeneratedManifestDescriptor {
|
|
806
|
+
Format?: GeneratedManifestFormat | string;
|
|
807
|
+
|
|
808
|
+
Location?: JobManifestLocation;
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
export interface JobTimers {
|
|
812
|
+
ElapsedTimeInActiveSeconds?: number;
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
export interface JobProgressSummary {
|
|
816
|
+
TotalNumberOfTasks?: number;
|
|
817
|
+
|
|
818
|
+
NumberOfTasksSucceeded?: number;
|
|
819
|
+
|
|
820
|
+
NumberOfTasksFailed?: number;
|
|
821
|
+
|
|
822
|
+
Timers?: JobTimers;
|
|
823
|
+
}
|
|
824
|
+
export declare enum JobStatus {
|
|
825
|
+
Active = "Active",
|
|
826
|
+
Cancelled = "Cancelled",
|
|
827
|
+
Cancelling = "Cancelling",
|
|
828
|
+
Complete = "Complete",
|
|
829
|
+
Completing = "Completing",
|
|
830
|
+
Failed = "Failed",
|
|
831
|
+
Failing = "Failing",
|
|
832
|
+
New = "New",
|
|
833
|
+
Paused = "Paused",
|
|
834
|
+
Pausing = "Pausing",
|
|
835
|
+
Preparing = "Preparing",
|
|
836
|
+
Ready = "Ready",
|
|
837
|
+
Suspended = "Suspended",
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
export interface JobDescriptor {
|
|
841
|
+
JobId?: string;
|
|
842
|
+
|
|
843
|
+
ConfirmationRequired?: boolean;
|
|
844
|
+
|
|
845
|
+
Description?: string;
|
|
846
|
+
|
|
847
|
+
JobArn?: string;
|
|
848
|
+
|
|
849
|
+
Status?: JobStatus | string;
|
|
850
|
+
|
|
851
|
+
Manifest?: JobManifest;
|
|
852
|
+
|
|
853
|
+
Operation?: JobOperation;
|
|
854
|
+
|
|
855
|
+
Priority?: number;
|
|
856
|
+
|
|
857
|
+
ProgressSummary?: JobProgressSummary;
|
|
858
|
+
|
|
859
|
+
StatusUpdateReason?: string;
|
|
860
|
+
|
|
861
|
+
FailureReasons?: JobFailure[];
|
|
862
|
+
|
|
863
|
+
Report?: JobReport;
|
|
864
|
+
|
|
865
|
+
CreationTime?: Date;
|
|
866
|
+
|
|
867
|
+
TerminationDate?: Date;
|
|
868
|
+
|
|
869
|
+
RoleArn?: string;
|
|
870
|
+
|
|
871
|
+
SuspendedDate?: Date;
|
|
872
|
+
|
|
873
|
+
SuspendedCause?: string;
|
|
874
|
+
|
|
875
|
+
ManifestGenerator?: JobManifestGenerator;
|
|
876
|
+
|
|
877
|
+
GeneratedManifestDescriptor?: S3GeneratedManifestDescriptor;
|
|
878
|
+
}
|
|
879
|
+
export interface DescribeJobResult {
|
|
880
|
+
Job?: JobDescriptor;
|
|
881
|
+
}
|
|
882
|
+
export interface DescribeMultiRegionAccessPointOperationRequest {
|
|
883
|
+
AccountId?: string;
|
|
884
|
+
|
|
885
|
+
RequestTokenARN: string | undefined;
|
|
886
|
+
}
|
|
887
|
+
export interface DescribeMultiRegionAccessPointOperationResult {
|
|
888
|
+
AsyncOperation?: AsyncOperation;
|
|
889
|
+
}
|
|
890
|
+
export interface GetAccessPointRequest {
|
|
891
|
+
AccountId?: string;
|
|
892
|
+
|
|
893
|
+
Name: string | undefined;
|
|
894
|
+
}
|
|
895
|
+
export interface GetAccessPointResult {
|
|
896
|
+
Name?: string;
|
|
897
|
+
|
|
898
|
+
Bucket?: string;
|
|
899
|
+
|
|
900
|
+
NetworkOrigin?: NetworkOrigin | string;
|
|
901
|
+
|
|
902
|
+
VpcConfiguration?: VpcConfiguration;
|
|
903
|
+
|
|
904
|
+
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration;
|
|
905
|
+
|
|
906
|
+
CreationDate?: Date;
|
|
907
|
+
|
|
908
|
+
Alias?: string;
|
|
909
|
+
|
|
910
|
+
AccessPointArn?: string;
|
|
911
|
+
|
|
912
|
+
Endpoints?: Record<string, string>;
|
|
913
|
+
}
|
|
914
|
+
export interface GetAccessPointConfigurationForObjectLambdaRequest {
|
|
915
|
+
AccountId?: string;
|
|
916
|
+
|
|
917
|
+
Name: string | undefined;
|
|
918
|
+
}
|
|
919
|
+
export interface GetAccessPointConfigurationForObjectLambdaResult {
|
|
920
|
+
Configuration?: ObjectLambdaConfiguration;
|
|
921
|
+
}
|
|
922
|
+
export interface GetAccessPointForObjectLambdaRequest {
|
|
923
|
+
AccountId?: string;
|
|
924
|
+
|
|
925
|
+
Name: string | undefined;
|
|
926
|
+
}
|
|
927
|
+
export interface GetAccessPointForObjectLambdaResult {
|
|
928
|
+
Name?: string;
|
|
929
|
+
|
|
930
|
+
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration;
|
|
931
|
+
|
|
932
|
+
CreationDate?: Date;
|
|
933
|
+
}
|
|
934
|
+
export interface GetAccessPointPolicyRequest {
|
|
935
|
+
AccountId?: string;
|
|
936
|
+
|
|
937
|
+
Name: string | undefined;
|
|
938
|
+
}
|
|
939
|
+
export interface GetAccessPointPolicyResult {
|
|
940
|
+
Policy?: string;
|
|
941
|
+
}
|
|
942
|
+
export interface GetAccessPointPolicyForObjectLambdaRequest {
|
|
943
|
+
AccountId?: string;
|
|
944
|
+
|
|
945
|
+
Name: string | undefined;
|
|
946
|
+
}
|
|
947
|
+
export interface GetAccessPointPolicyForObjectLambdaResult {
|
|
948
|
+
Policy?: string;
|
|
949
|
+
}
|
|
950
|
+
export interface GetAccessPointPolicyStatusRequest {
|
|
951
|
+
AccountId?: string;
|
|
952
|
+
|
|
953
|
+
Name: string | undefined;
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
export interface PolicyStatus {
|
|
957
|
+
IsPublic?: boolean;
|
|
958
|
+
}
|
|
959
|
+
export interface GetAccessPointPolicyStatusResult {
|
|
960
|
+
PolicyStatus?: PolicyStatus;
|
|
961
|
+
}
|
|
962
|
+
export interface GetAccessPointPolicyStatusForObjectLambdaRequest {
|
|
963
|
+
AccountId?: string;
|
|
964
|
+
|
|
965
|
+
Name: string | undefined;
|
|
966
|
+
}
|
|
967
|
+
export interface GetAccessPointPolicyStatusForObjectLambdaResult {
|
|
968
|
+
PolicyStatus?: PolicyStatus;
|
|
969
|
+
}
|
|
970
|
+
export interface GetBucketRequest {
|
|
971
|
+
AccountId?: string;
|
|
972
|
+
|
|
973
|
+
Bucket: string | undefined;
|
|
974
|
+
}
|
|
975
|
+
export interface GetBucketResult {
|
|
976
|
+
Bucket?: string;
|
|
977
|
+
|
|
978
|
+
PublicAccessBlockEnabled?: boolean;
|
|
979
|
+
|
|
980
|
+
CreationDate?: Date;
|
|
981
|
+
}
|
|
982
|
+
export interface GetBucketLifecycleConfigurationRequest {
|
|
983
|
+
AccountId?: string;
|
|
984
|
+
|
|
985
|
+
Bucket: string | undefined;
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
export interface LifecycleExpiration {
|
|
989
|
+
Date?: Date;
|
|
990
|
+
|
|
991
|
+
Days?: number;
|
|
992
|
+
|
|
993
|
+
ExpiredObjectDeleteMarker?: boolean;
|
|
994
|
+
}
|
|
995
|
+
|
|
996
|
+
export interface LifecycleRuleAndOperator {
|
|
997
|
+
Prefix?: string;
|
|
998
|
+
|
|
999
|
+
Tags?: S3Tag[];
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
export interface LifecycleRuleFilter {
|
|
1003
|
+
Prefix?: string;
|
|
1004
|
+
|
|
1005
|
+
Tag?: S3Tag;
|
|
1006
|
+
|
|
1007
|
+
And?: LifecycleRuleAndOperator;
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
export interface NoncurrentVersionExpiration {
|
|
1011
|
+
NoncurrentDays?: number;
|
|
1012
|
+
}
|
|
1013
|
+
export declare type TransitionStorageClass =
|
|
1014
|
+
| "DEEP_ARCHIVE"
|
|
1015
|
+
| "GLACIER"
|
|
1016
|
+
| "INTELLIGENT_TIERING"
|
|
1017
|
+
| "ONEZONE_IA"
|
|
1018
|
+
| "STANDARD_IA";
|
|
1019
|
+
|
|
1020
|
+
export interface NoncurrentVersionTransition {
|
|
1021
|
+
NoncurrentDays?: number;
|
|
1022
|
+
|
|
1023
|
+
StorageClass?: TransitionStorageClass | string;
|
|
1024
|
+
}
|
|
1025
|
+
export declare type ExpirationStatus = "Disabled" | "Enabled";
|
|
1026
|
+
|
|
1027
|
+
export interface Transition {
|
|
1028
|
+
Date?: Date;
|
|
1029
|
+
|
|
1030
|
+
Days?: number;
|
|
1031
|
+
|
|
1032
|
+
StorageClass?: TransitionStorageClass | string;
|
|
1033
|
+
}
|
|
1034
|
+
|
|
1035
|
+
export interface LifecycleRule {
|
|
1036
|
+
Expiration?: LifecycleExpiration;
|
|
1037
|
+
|
|
1038
|
+
ID?: string;
|
|
1039
|
+
|
|
1040
|
+
Filter?: LifecycleRuleFilter;
|
|
1041
|
+
|
|
1042
|
+
Status: ExpirationStatus | string | undefined;
|
|
1043
|
+
|
|
1044
|
+
Transitions?: Transition[];
|
|
1045
|
+
|
|
1046
|
+
NoncurrentVersionTransitions?: NoncurrentVersionTransition[];
|
|
1047
|
+
|
|
1048
|
+
NoncurrentVersionExpiration?: NoncurrentVersionExpiration;
|
|
1049
|
+
|
|
1050
|
+
AbortIncompleteMultipartUpload?: AbortIncompleteMultipartUpload;
|
|
1051
|
+
}
|
|
1052
|
+
export interface GetBucketLifecycleConfigurationResult {
|
|
1053
|
+
Rules?: LifecycleRule[];
|
|
1054
|
+
}
|
|
1055
|
+
export interface GetBucketPolicyRequest {
|
|
1056
|
+
AccountId?: string;
|
|
1057
|
+
|
|
1058
|
+
Bucket: string | undefined;
|
|
1059
|
+
}
|
|
1060
|
+
export interface GetBucketPolicyResult {
|
|
1061
|
+
Policy?: string;
|
|
1062
|
+
}
|
|
1063
|
+
export interface GetBucketTaggingRequest {
|
|
1064
|
+
AccountId?: string;
|
|
1065
|
+
|
|
1066
|
+
Bucket: string | undefined;
|
|
1067
|
+
}
|
|
1068
|
+
export interface GetBucketTaggingResult {
|
|
1069
|
+
TagSet: S3Tag[] | undefined;
|
|
1070
|
+
}
|
|
1071
|
+
export interface GetJobTaggingRequest {
|
|
1072
|
+
AccountId?: string;
|
|
1073
|
+
|
|
1074
|
+
JobId: string | undefined;
|
|
1075
|
+
}
|
|
1076
|
+
export interface GetJobTaggingResult {
|
|
1077
|
+
Tags?: S3Tag[];
|
|
1078
|
+
}
|
|
1079
|
+
export interface GetMultiRegionAccessPointRequest {
|
|
1080
|
+
AccountId?: string;
|
|
1081
|
+
|
|
1082
|
+
Name: string | undefined;
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
export interface RegionReport {
|
|
1086
|
+
Bucket?: string;
|
|
1087
|
+
|
|
1088
|
+
Region?: string;
|
|
1089
|
+
}
|
|
1090
|
+
export declare enum MultiRegionAccessPointStatus {
|
|
1091
|
+
CREATING = "CREATING",
|
|
1092
|
+
DELETING = "DELETING",
|
|
1093
|
+
INCONSISTENT_ACROSS_REGIONS = "INCONSISTENT_ACROSS_REGIONS",
|
|
1094
|
+
PARTIALLY_CREATED = "PARTIALLY_CREATED",
|
|
1095
|
+
PARTIALLY_DELETED = "PARTIALLY_DELETED",
|
|
1096
|
+
READY = "READY",
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
export interface MultiRegionAccessPointReport {
|
|
1100
|
+
Name?: string;
|
|
1101
|
+
|
|
1102
|
+
Alias?: string;
|
|
1103
|
+
|
|
1104
|
+
CreatedAt?: Date;
|
|
1105
|
+
|
|
1106
|
+
PublicAccessBlock?: PublicAccessBlockConfiguration;
|
|
1107
|
+
|
|
1108
|
+
Status?: MultiRegionAccessPointStatus | string;
|
|
1109
|
+
|
|
1110
|
+
Regions?: RegionReport[];
|
|
1111
|
+
}
|
|
1112
|
+
export interface GetMultiRegionAccessPointResult {
|
|
1113
|
+
AccessPoint?: MultiRegionAccessPointReport;
|
|
1114
|
+
}
|
|
1115
|
+
export interface GetMultiRegionAccessPointPolicyRequest {
|
|
1116
|
+
AccountId?: string;
|
|
1117
|
+
|
|
1118
|
+
Name: string | undefined;
|
|
1119
|
+
}
|
|
1120
|
+
|
|
1121
|
+
export interface EstablishedMultiRegionAccessPointPolicy {
|
|
1122
|
+
Policy?: string;
|
|
1123
|
+
}
|
|
1124
|
+
|
|
1125
|
+
export interface ProposedMultiRegionAccessPointPolicy {
|
|
1126
|
+
Policy?: string;
|
|
1127
|
+
}
|
|
1128
|
+
|
|
1129
|
+
export interface MultiRegionAccessPointPolicyDocument {
|
|
1130
|
+
Established?: EstablishedMultiRegionAccessPointPolicy;
|
|
1131
|
+
|
|
1132
|
+
Proposed?: ProposedMultiRegionAccessPointPolicy;
|
|
1133
|
+
}
|
|
1134
|
+
export interface GetMultiRegionAccessPointPolicyResult {
|
|
1135
|
+
Policy?: MultiRegionAccessPointPolicyDocument;
|
|
1136
|
+
}
|
|
1137
|
+
export interface GetMultiRegionAccessPointPolicyStatusRequest {
|
|
1138
|
+
AccountId?: string;
|
|
1139
|
+
|
|
1140
|
+
Name: string | undefined;
|
|
1141
|
+
}
|
|
1142
|
+
export interface GetMultiRegionAccessPointPolicyStatusResult {
|
|
1143
|
+
Established?: PolicyStatus;
|
|
1144
|
+
}
|
|
1145
|
+
export interface GetPublicAccessBlockOutput {
|
|
1146
|
+
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration;
|
|
1147
|
+
}
|
|
1148
|
+
export interface GetPublicAccessBlockRequest {
|
|
1149
|
+
AccountId?: string;
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1152
|
+
export declare class NoSuchPublicAccessBlockConfiguration extends __BaseException {
|
|
1153
|
+
readonly name: "NoSuchPublicAccessBlockConfiguration";
|
|
1154
|
+
readonly $fault: "client";
|
|
1155
|
+
Message?: string;
|
|
1156
|
+
|
|
1157
|
+
constructor(
|
|
1158
|
+
opts: __ExceptionOptionType<
|
|
1159
|
+
NoSuchPublicAccessBlockConfiguration,
|
|
1160
|
+
__BaseException
|
|
1161
|
+
>
|
|
1162
|
+
);
|
|
1163
|
+
}
|
|
1164
|
+
export interface GetStorageLensConfigurationRequest {
|
|
1165
|
+
ConfigId: string | undefined;
|
|
1166
|
+
|
|
1167
|
+
AccountId?: string;
|
|
1168
|
+
}
|
|
1169
|
+
|
|
1170
|
+
export interface StorageLensAwsOrg {
|
|
1171
|
+
Arn: string | undefined;
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1174
|
+
export interface CloudWatchMetrics {
|
|
1175
|
+
IsEnabled: boolean | undefined;
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
export interface SSEKMS {
|
|
1179
|
+
KeyId: string | undefined;
|
|
1180
|
+
}
|
|
1181
|
+
|
|
1182
|
+
export interface SSES3 {}
|
|
1183
|
+
|
|
1184
|
+
export interface StorageLensDataExportEncryption {
|
|
1185
|
+
SSES3?: SSES3;
|
|
1186
|
+
|
|
1187
|
+
SSEKMS?: SSEKMS;
|
|
1188
|
+
}
|
|
1189
|
+
export declare type Format = "CSV" | "Parquet";
|
|
1190
|
+
export declare type OutputSchemaVersion = "V_1";
|
|
1191
|
+
|
|
1192
|
+
export interface S3BucketDestination {
|
|
1193
|
+
Format: Format | string | undefined;
|
|
1194
|
+
|
|
1195
|
+
OutputSchemaVersion: OutputSchemaVersion | string | undefined;
|
|
1196
|
+
|
|
1197
|
+
AccountId?: string;
|
|
1198
|
+
|
|
1199
|
+
Arn: string | undefined;
|
|
1200
|
+
|
|
1201
|
+
Prefix?: string;
|
|
1202
|
+
|
|
1203
|
+
Encryption?: StorageLensDataExportEncryption;
|
|
1204
|
+
}
|
|
1205
|
+
|
|
1206
|
+
export interface StorageLensDataExport {
|
|
1207
|
+
S3BucketDestination?: S3BucketDestination;
|
|
1208
|
+
|
|
1209
|
+
CloudWatchMetrics?: CloudWatchMetrics;
|
|
1210
|
+
}
|
|
1211
|
+
|
|
1212
|
+
export interface _Exclude {
|
|
1213
|
+
Buckets?: string[];
|
|
1214
|
+
|
|
1215
|
+
Regions?: string[];
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1218
|
+
export interface Include {
|
|
1219
|
+
Buckets?: string[];
|
|
1220
|
+
|
|
1221
|
+
Regions?: string[];
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1224
|
+
export interface StorageLensConfiguration {
|
|
1225
|
+
Id: string | undefined;
|
|
1226
|
+
|
|
1227
|
+
AccountLevel: AccountLevel | undefined;
|
|
1228
|
+
|
|
1229
|
+
Include?: Include;
|
|
1230
|
+
|
|
1231
|
+
Exclude?: _Exclude;
|
|
1232
|
+
|
|
1233
|
+
DataExport?: StorageLensDataExport;
|
|
1234
|
+
|
|
1235
|
+
IsEnabled: boolean | undefined;
|
|
1236
|
+
|
|
1237
|
+
AwsOrg?: StorageLensAwsOrg;
|
|
1238
|
+
|
|
1239
|
+
StorageLensArn?: string;
|
|
1240
|
+
}
|
|
1241
|
+
export interface GetStorageLensConfigurationResult {
|
|
1242
|
+
StorageLensConfiguration?: StorageLensConfiguration;
|
|
1243
|
+
}
|
|
1244
|
+
export interface GetStorageLensConfigurationTaggingRequest {
|
|
1245
|
+
ConfigId: string | undefined;
|
|
1246
|
+
|
|
1247
|
+
AccountId?: string;
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1250
|
+
export interface StorageLensTag {
|
|
1251
|
+
Key: string | undefined;
|
|
1252
|
+
|
|
1253
|
+
Value: string | undefined;
|
|
1254
|
+
}
|
|
1255
|
+
export interface GetStorageLensConfigurationTaggingResult {
|
|
1256
|
+
Tags?: StorageLensTag[];
|
|
1257
|
+
}
|
|
1258
|
+
export interface ListAccessPointsRequest {
|
|
1259
|
+
AccountId?: string;
|
|
1260
|
+
|
|
1261
|
+
Bucket?: string;
|
|
1262
|
+
|
|
1263
|
+
NextToken?: string;
|
|
1264
|
+
|
|
1265
|
+
MaxResults?: number;
|
|
1266
|
+
}
|
|
1267
|
+
export interface ListAccessPointsResult {
|
|
1268
|
+
AccessPointList?: AccessPoint[];
|
|
1269
|
+
|
|
1270
|
+
NextToken?: string;
|
|
1271
|
+
}
|
|
1272
|
+
export interface ListAccessPointsForObjectLambdaRequest {
|
|
1273
|
+
AccountId?: string;
|
|
1274
|
+
|
|
1275
|
+
NextToken?: string;
|
|
1276
|
+
|
|
1277
|
+
MaxResults?: number;
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
export interface ObjectLambdaAccessPoint {
|
|
1281
|
+
Name: string | undefined;
|
|
1282
|
+
|
|
1283
|
+
ObjectLambdaAccessPointArn?: string;
|
|
1284
|
+
}
|
|
1285
|
+
export interface ListAccessPointsForObjectLambdaResult {
|
|
1286
|
+
ObjectLambdaAccessPointList?: ObjectLambdaAccessPoint[];
|
|
1287
|
+
|
|
1288
|
+
NextToken?: string;
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
export declare class InvalidNextTokenException extends __BaseException {
|
|
1292
|
+
readonly name: "InvalidNextTokenException";
|
|
1293
|
+
readonly $fault: "client";
|
|
1294
|
+
Message?: string;
|
|
1295
|
+
|
|
1296
|
+
constructor(
|
|
1297
|
+
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
1298
|
+
);
|
|
1299
|
+
}
|
|
1300
|
+
|
|
1301
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
1302
|
+
readonly name: "InvalidRequestException";
|
|
1303
|
+
readonly $fault: "client";
|
|
1304
|
+
Message?: string;
|
|
1305
|
+
|
|
1306
|
+
constructor(
|
|
1307
|
+
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
1308
|
+
);
|
|
1309
|
+
}
|
|
1310
|
+
export interface ListJobsRequest {
|
|
1311
|
+
AccountId?: string;
|
|
1312
|
+
|
|
1313
|
+
JobStatuses?: (JobStatus | string)[];
|
|
1314
|
+
|
|
1315
|
+
NextToken?: string;
|
|
1316
|
+
|
|
1317
|
+
MaxResults?: number;
|
|
1318
|
+
}
|
|
1319
|
+
export declare enum OperationName {
|
|
1320
|
+
LambdaInvoke = "LambdaInvoke",
|
|
1321
|
+
S3DeleteObjectTagging = "S3DeleteObjectTagging",
|
|
1322
|
+
S3InitiateRestoreObject = "S3InitiateRestoreObject",
|
|
1323
|
+
S3PutObjectAcl = "S3PutObjectAcl",
|
|
1324
|
+
S3PutObjectCopy = "S3PutObjectCopy",
|
|
1325
|
+
S3PutObjectLegalHold = "S3PutObjectLegalHold",
|
|
1326
|
+
S3PutObjectRetention = "S3PutObjectRetention",
|
|
1327
|
+
S3PutObjectTagging = "S3PutObjectTagging",
|
|
1328
|
+
S3ReplicateObject = "S3ReplicateObject",
|
|
1329
|
+
}
|
|
1330
|
+
|
|
1331
|
+
export interface JobListDescriptor {
|
|
1332
|
+
JobId?: string;
|
|
1333
|
+
|
|
1334
|
+
Description?: string;
|
|
1335
|
+
|
|
1336
|
+
Operation?: OperationName | string;
|
|
1337
|
+
|
|
1338
|
+
Priority?: number;
|
|
1339
|
+
|
|
1340
|
+
Status?: JobStatus | string;
|
|
1341
|
+
|
|
1342
|
+
CreationTime?: Date;
|
|
1343
|
+
|
|
1344
|
+
TerminationDate?: Date;
|
|
1345
|
+
|
|
1346
|
+
ProgressSummary?: JobProgressSummary;
|
|
1347
|
+
}
|
|
1348
|
+
export interface ListJobsResult {
|
|
1349
|
+
NextToken?: string;
|
|
1350
|
+
|
|
1351
|
+
Jobs?: JobListDescriptor[];
|
|
1352
|
+
}
|
|
1353
|
+
export interface ListMultiRegionAccessPointsRequest {
|
|
1354
|
+
AccountId?: string;
|
|
1355
|
+
|
|
1356
|
+
NextToken?: string;
|
|
1357
|
+
|
|
1358
|
+
MaxResults?: number;
|
|
1359
|
+
}
|
|
1360
|
+
export interface ListMultiRegionAccessPointsResult {
|
|
1361
|
+
AccessPoints?: MultiRegionAccessPointReport[];
|
|
1362
|
+
|
|
1363
|
+
NextToken?: string;
|
|
1364
|
+
}
|
|
1365
|
+
export interface ListRegionalBucketsRequest {
|
|
1366
|
+
AccountId?: string;
|
|
1367
|
+
|
|
1368
|
+
NextToken?: string;
|
|
1369
|
+
|
|
1370
|
+
MaxResults?: number;
|
|
1371
|
+
|
|
1372
|
+
OutpostId?: string;
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1375
|
+
export interface RegionalBucket {
|
|
1376
|
+
Bucket: string | undefined;
|
|
1377
|
+
|
|
1378
|
+
BucketArn?: string;
|
|
1379
|
+
|
|
1380
|
+
PublicAccessBlockEnabled: boolean | undefined;
|
|
1381
|
+
|
|
1382
|
+
CreationDate: Date | undefined;
|
|
1383
|
+
|
|
1384
|
+
OutpostId?: string;
|
|
1385
|
+
}
|
|
1386
|
+
export interface ListRegionalBucketsResult {
|
|
1387
|
+
RegionalBucketList?: RegionalBucket[];
|
|
1388
|
+
|
|
1389
|
+
NextToken?: string;
|
|
1390
|
+
}
|
|
1391
|
+
export interface ListStorageLensConfigurationsRequest {
|
|
1392
|
+
AccountId?: string;
|
|
1393
|
+
|
|
1394
|
+
NextToken?: string;
|
|
1395
|
+
}
|
|
1396
|
+
|
|
1397
|
+
export interface ListStorageLensConfigurationEntry {
|
|
1398
|
+
Id: string | undefined;
|
|
1399
|
+
|
|
1400
|
+
StorageLensArn: string | undefined;
|
|
1401
|
+
|
|
1402
|
+
HomeRegion: string | undefined;
|
|
1403
|
+
|
|
1404
|
+
IsEnabled?: boolean;
|
|
1405
|
+
}
|
|
1406
|
+
export interface ListStorageLensConfigurationsResult {
|
|
1407
|
+
NextToken?: string;
|
|
1408
|
+
|
|
1409
|
+
StorageLensConfigurationList?: ListStorageLensConfigurationEntry[];
|
|
1410
|
+
}
|
|
1411
|
+
export interface PutAccessPointConfigurationForObjectLambdaRequest {
|
|
1412
|
+
AccountId?: string;
|
|
1413
|
+
|
|
1414
|
+
Name: string | undefined;
|
|
1415
|
+
|
|
1416
|
+
Configuration: ObjectLambdaConfiguration | undefined;
|
|
1417
|
+
}
|
|
1418
|
+
export interface PutAccessPointPolicyRequest {
|
|
1419
|
+
AccountId?: string;
|
|
1420
|
+
|
|
1421
|
+
Name: string | undefined;
|
|
1422
|
+
|
|
1423
|
+
Policy: string | undefined;
|
|
1424
|
+
}
|
|
1425
|
+
export interface PutAccessPointPolicyForObjectLambdaRequest {
|
|
1426
|
+
AccountId?: string;
|
|
1427
|
+
|
|
1428
|
+
Name: string | undefined;
|
|
1429
|
+
|
|
1430
|
+
Policy: string | undefined;
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1433
|
+
export interface LifecycleConfiguration {
|
|
1434
|
+
Rules?: LifecycleRule[];
|
|
1435
|
+
}
|
|
1436
|
+
export interface PutBucketLifecycleConfigurationRequest {
|
|
1437
|
+
AccountId?: string;
|
|
1438
|
+
|
|
1439
|
+
Bucket: string | undefined;
|
|
1440
|
+
|
|
1441
|
+
LifecycleConfiguration?: LifecycleConfiguration;
|
|
1442
|
+
}
|
|
1443
|
+
export interface PutBucketPolicyRequest {
|
|
1444
|
+
AccountId?: string;
|
|
1445
|
+
|
|
1446
|
+
Bucket: string | undefined;
|
|
1447
|
+
|
|
1448
|
+
ConfirmRemoveSelfBucketAccess?: boolean;
|
|
1449
|
+
|
|
1450
|
+
Policy: string | undefined;
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1453
|
+
export interface Tagging {
|
|
1454
|
+
TagSet: S3Tag[] | undefined;
|
|
1455
|
+
}
|
|
1456
|
+
export interface PutBucketTaggingRequest {
|
|
1457
|
+
AccountId?: string;
|
|
1458
|
+
|
|
1459
|
+
Bucket: string | undefined;
|
|
1460
|
+
|
|
1461
|
+
Tagging: Tagging | undefined;
|
|
1462
|
+
}
|
|
1463
|
+
export interface PutJobTaggingRequest {
|
|
1464
|
+
AccountId?: string;
|
|
1465
|
+
|
|
1466
|
+
JobId: string | undefined;
|
|
1467
|
+
|
|
1468
|
+
Tags: S3Tag[] | undefined;
|
|
1469
|
+
}
|
|
1470
|
+
export interface PutJobTaggingResult {}
|
|
1471
|
+
|
|
1472
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
1473
|
+
readonly name: "TooManyTagsException";
|
|
1474
|
+
readonly $fault: "client";
|
|
1475
|
+
Message?: string;
|
|
1476
|
+
|
|
1477
|
+
constructor(
|
|
1478
|
+
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
1479
|
+
);
|
|
1480
|
+
}
|
|
1481
|
+
export interface PutMultiRegionAccessPointPolicyRequest {
|
|
1482
|
+
AccountId?: string;
|
|
1483
|
+
|
|
1484
|
+
ClientToken?: string;
|
|
1485
|
+
|
|
1486
|
+
Details: PutMultiRegionAccessPointPolicyInput | undefined;
|
|
1487
|
+
}
|
|
1488
|
+
export interface PutMultiRegionAccessPointPolicyResult {
|
|
1489
|
+
RequestTokenARN?: string;
|
|
1490
|
+
}
|
|
1491
|
+
export interface PutPublicAccessBlockRequest {
|
|
1492
|
+
PublicAccessBlockConfiguration: PublicAccessBlockConfiguration | undefined;
|
|
1493
|
+
|
|
1494
|
+
AccountId?: string;
|
|
1495
|
+
}
|
|
1496
|
+
export interface PutStorageLensConfigurationRequest {
|
|
1497
|
+
ConfigId: string | undefined;
|
|
1498
|
+
|
|
1499
|
+
AccountId?: string;
|
|
1500
|
+
|
|
1501
|
+
StorageLensConfiguration: StorageLensConfiguration | undefined;
|
|
1502
|
+
|
|
1503
|
+
Tags?: StorageLensTag[];
|
|
1504
|
+
}
|
|
1505
|
+
export interface PutStorageLensConfigurationTaggingRequest {
|
|
1506
|
+
ConfigId: string | undefined;
|
|
1507
|
+
|
|
1508
|
+
AccountId?: string;
|
|
1509
|
+
|
|
1510
|
+
Tags: StorageLensTag[] | undefined;
|
|
1511
|
+
}
|
|
1512
|
+
export interface PutStorageLensConfigurationTaggingResult {}
|
|
1513
|
+
export interface UpdateJobPriorityRequest {
|
|
1514
|
+
AccountId?: string;
|
|
1515
|
+
|
|
1516
|
+
JobId: string | undefined;
|
|
1517
|
+
|
|
1518
|
+
Priority: number | undefined;
|
|
1519
|
+
}
|
|
1520
|
+
export interface UpdateJobPriorityResult {
|
|
1521
|
+
JobId: string | undefined;
|
|
1522
|
+
|
|
1523
|
+
Priority: number | undefined;
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1526
|
+
export declare class JobStatusException extends __BaseException {
|
|
1527
|
+
readonly name: "JobStatusException";
|
|
1528
|
+
readonly $fault: "client";
|
|
1529
|
+
Message?: string;
|
|
1530
|
+
|
|
1531
|
+
constructor(opts: __ExceptionOptionType<JobStatusException, __BaseException>);
|
|
1532
|
+
}
|
|
1533
|
+
export declare enum RequestedJobStatus {
|
|
1534
|
+
Cancelled = "Cancelled",
|
|
1535
|
+
Ready = "Ready",
|
|
1536
|
+
}
|
|
1537
|
+
export interface UpdateJobStatusRequest {
|
|
1538
|
+
AccountId?: string;
|
|
1539
|
+
|
|
1540
|
+
JobId: string | undefined;
|
|
1541
|
+
|
|
1542
|
+
RequestedJobStatus: RequestedJobStatus | string | undefined;
|
|
1543
|
+
|
|
1544
|
+
StatusUpdateReason?: string;
|
|
1545
|
+
}
|
|
1546
|
+
export interface UpdateJobStatusResult {
|
|
1547
|
+
JobId?: string;
|
|
1548
|
+
|
|
1549
|
+
Status?: JobStatus | string;
|
|
1550
|
+
|
|
1551
|
+
StatusUpdateReason?: string;
|
|
1552
|
+
}
|
|
1553
|
+
|
|
1554
|
+
export declare const AbortIncompleteMultipartUploadFilterSensitiveLog: (
|
|
1555
|
+
obj: AbortIncompleteMultipartUpload
|
|
1556
|
+
) => any;
|
|
1557
|
+
|
|
1558
|
+
export declare const VpcConfigurationFilterSensitiveLog: (
|
|
1559
|
+
obj: VpcConfiguration
|
|
1560
|
+
) => any;
|
|
1561
|
+
|
|
1562
|
+
export declare const AccessPointFilterSensitiveLog: (obj: AccessPoint) => any;
|
|
1563
|
+
|
|
1564
|
+
export declare const ActivityMetricsFilterSensitiveLog: (
|
|
1565
|
+
obj: ActivityMetrics
|
|
1566
|
+
) => any;
|
|
1567
|
+
|
|
1568
|
+
export declare const SelectionCriteriaFilterSensitiveLog: (
|
|
1569
|
+
obj: SelectionCriteria
|
|
1570
|
+
) => any;
|
|
1571
|
+
|
|
1572
|
+
export declare const PrefixLevelStorageMetricsFilterSensitiveLog: (
|
|
1573
|
+
obj: PrefixLevelStorageMetrics
|
|
1574
|
+
) => any;
|
|
1575
|
+
|
|
1576
|
+
export declare const PrefixLevelFilterSensitiveLog: (obj: PrefixLevel) => any;
|
|
1577
|
+
|
|
1578
|
+
export declare const BucketLevelFilterSensitiveLog: (obj: BucketLevel) => any;
|
|
1579
|
+
|
|
1580
|
+
export declare const AccountLevelFilterSensitiveLog: (obj: AccountLevel) => any;
|
|
1581
|
+
|
|
1582
|
+
export declare const AsyncErrorDetailsFilterSensitiveLog: (
|
|
1583
|
+
obj: AsyncErrorDetails
|
|
1584
|
+
) => any;
|
|
1585
|
+
|
|
1586
|
+
export declare const PublicAccessBlockConfigurationFilterSensitiveLog: (
|
|
1587
|
+
obj: PublicAccessBlockConfiguration
|
|
1588
|
+
) => any;
|
|
1589
|
+
|
|
1590
|
+
export declare const RegionFilterSensitiveLog: (obj: Region) => any;
|
|
1591
|
+
|
|
1592
|
+
export declare const CreateMultiRegionAccessPointInputFilterSensitiveLog: (
|
|
1593
|
+
obj: CreateMultiRegionAccessPointInput
|
|
1594
|
+
) => any;
|
|
1595
|
+
|
|
1596
|
+
export declare const DeleteMultiRegionAccessPointInputFilterSensitiveLog: (
|
|
1597
|
+
obj: DeleteMultiRegionAccessPointInput
|
|
1598
|
+
) => any;
|
|
1599
|
+
|
|
1600
|
+
export declare const PutMultiRegionAccessPointPolicyInputFilterSensitiveLog: (
|
|
1601
|
+
obj: PutMultiRegionAccessPointPolicyInput
|
|
1602
|
+
) => any;
|
|
1603
|
+
|
|
1604
|
+
export declare const AsyncRequestParametersFilterSensitiveLog: (
|
|
1605
|
+
obj: AsyncRequestParameters
|
|
1606
|
+
) => any;
|
|
1607
|
+
|
|
1608
|
+
export declare const MultiRegionAccessPointRegionalResponseFilterSensitiveLog: (
|
|
1609
|
+
obj: MultiRegionAccessPointRegionalResponse
|
|
1610
|
+
) => any;
|
|
1611
|
+
|
|
1612
|
+
export declare const MultiRegionAccessPointsAsyncResponseFilterSensitiveLog: (
|
|
1613
|
+
obj: MultiRegionAccessPointsAsyncResponse
|
|
1614
|
+
) => any;
|
|
1615
|
+
|
|
1616
|
+
export declare const AsyncResponseDetailsFilterSensitiveLog: (
|
|
1617
|
+
obj: AsyncResponseDetails
|
|
1618
|
+
) => any;
|
|
1619
|
+
|
|
1620
|
+
export declare const AsyncOperationFilterSensitiveLog: (
|
|
1621
|
+
obj: AsyncOperation
|
|
1622
|
+
) => any;
|
|
1623
|
+
|
|
1624
|
+
export declare const AwsLambdaTransformationFilterSensitiveLog: (
|
|
1625
|
+
obj: AwsLambdaTransformation
|
|
1626
|
+
) => any;
|
|
1627
|
+
|
|
1628
|
+
export declare const CreateAccessPointRequestFilterSensitiveLog: (
|
|
1629
|
+
obj: CreateAccessPointRequest
|
|
1630
|
+
) => any;
|
|
1631
|
+
|
|
1632
|
+
export declare const CreateAccessPointResultFilterSensitiveLog: (
|
|
1633
|
+
obj: CreateAccessPointResult
|
|
1634
|
+
) => any;
|
|
1635
|
+
|
|
1636
|
+
export declare const ObjectLambdaContentTransformationFilterSensitiveLog: (
|
|
1637
|
+
obj: ObjectLambdaContentTransformation
|
|
1638
|
+
) => any;
|
|
1639
|
+
|
|
1640
|
+
export declare const ObjectLambdaTransformationConfigurationFilterSensitiveLog: (
|
|
1641
|
+
obj: ObjectLambdaTransformationConfiguration
|
|
1642
|
+
) => any;
|
|
1643
|
+
|
|
1644
|
+
export declare const ObjectLambdaConfigurationFilterSensitiveLog: (
|
|
1645
|
+
obj: ObjectLambdaConfiguration
|
|
1646
|
+
) => any;
|
|
1647
|
+
|
|
1648
|
+
export declare const CreateAccessPointForObjectLambdaRequestFilterSensitiveLog: (
|
|
1649
|
+
obj: CreateAccessPointForObjectLambdaRequest
|
|
1650
|
+
) => any;
|
|
1651
|
+
|
|
1652
|
+
export declare const CreateAccessPointForObjectLambdaResultFilterSensitiveLog: (
|
|
1653
|
+
obj: CreateAccessPointForObjectLambdaResult
|
|
1654
|
+
) => any;
|
|
1655
|
+
|
|
1656
|
+
export declare const CreateBucketConfigurationFilterSensitiveLog: (
|
|
1657
|
+
obj: CreateBucketConfiguration
|
|
1658
|
+
) => any;
|
|
1659
|
+
|
|
1660
|
+
export declare const CreateBucketRequestFilterSensitiveLog: (
|
|
1661
|
+
obj: CreateBucketRequest
|
|
1662
|
+
) => any;
|
|
1663
|
+
|
|
1664
|
+
export declare const CreateBucketResultFilterSensitiveLog: (
|
|
1665
|
+
obj: CreateBucketResult
|
|
1666
|
+
) => any;
|
|
1667
|
+
|
|
1668
|
+
export declare const JobManifestLocationFilterSensitiveLog: (
|
|
1669
|
+
obj: JobManifestLocation
|
|
1670
|
+
) => any;
|
|
1671
|
+
|
|
1672
|
+
export declare const JobManifestSpecFilterSensitiveLog: (
|
|
1673
|
+
obj: JobManifestSpec
|
|
1674
|
+
) => any;
|
|
1675
|
+
|
|
1676
|
+
export declare const JobManifestFilterSensitiveLog: (obj: JobManifest) => any;
|
|
1677
|
+
|
|
1678
|
+
export declare const JobManifestGeneratorFilterFilterSensitiveLog: (
|
|
1679
|
+
obj: JobManifestGeneratorFilter
|
|
1680
|
+
) => any;
|
|
1681
|
+
|
|
1682
|
+
export declare const SSEKMSEncryptionFilterSensitiveLog: (
|
|
1683
|
+
obj: SSEKMSEncryption
|
|
1684
|
+
) => any;
|
|
1685
|
+
|
|
1686
|
+
export declare const SSES3EncryptionFilterSensitiveLog: (
|
|
1687
|
+
obj: SSES3Encryption
|
|
1688
|
+
) => any;
|
|
1689
|
+
|
|
1690
|
+
export declare const GeneratedManifestEncryptionFilterSensitiveLog: (
|
|
1691
|
+
obj: GeneratedManifestEncryption
|
|
1692
|
+
) => any;
|
|
1693
|
+
|
|
1694
|
+
export declare const S3ManifestOutputLocationFilterSensitiveLog: (
|
|
1695
|
+
obj: S3ManifestOutputLocation
|
|
1696
|
+
) => any;
|
|
1697
|
+
|
|
1698
|
+
export declare const S3JobManifestGeneratorFilterSensitiveLog: (
|
|
1699
|
+
obj: S3JobManifestGenerator
|
|
1700
|
+
) => any;
|
|
1701
|
+
|
|
1702
|
+
export declare const JobManifestGeneratorFilterSensitiveLog: (
|
|
1703
|
+
obj: JobManifestGenerator
|
|
1704
|
+
) => any;
|
|
1705
|
+
|
|
1706
|
+
export declare const LambdaInvokeOperationFilterSensitiveLog: (
|
|
1707
|
+
obj: LambdaInvokeOperation
|
|
1708
|
+
) => any;
|
|
1709
|
+
|
|
1710
|
+
export declare const S3DeleteObjectTaggingOperationFilterSensitiveLog: (
|
|
1711
|
+
obj: S3DeleteObjectTaggingOperation
|
|
1712
|
+
) => any;
|
|
1713
|
+
|
|
1714
|
+
export declare const S3InitiateRestoreObjectOperationFilterSensitiveLog: (
|
|
1715
|
+
obj: S3InitiateRestoreObjectOperation
|
|
1716
|
+
) => any;
|
|
1717
|
+
|
|
1718
|
+
export declare const S3GranteeFilterSensitiveLog: (obj: S3Grantee) => any;
|
|
1719
|
+
|
|
1720
|
+
export declare const S3GrantFilterSensitiveLog: (obj: S3Grant) => any;
|
|
1721
|
+
|
|
1722
|
+
export declare const S3ObjectOwnerFilterSensitiveLog: (
|
|
1723
|
+
obj: S3ObjectOwner
|
|
1724
|
+
) => any;
|
|
1725
|
+
|
|
1726
|
+
export declare const S3AccessControlListFilterSensitiveLog: (
|
|
1727
|
+
obj: S3AccessControlList
|
|
1728
|
+
) => any;
|
|
1729
|
+
|
|
1730
|
+
export declare const S3AccessControlPolicyFilterSensitiveLog: (
|
|
1731
|
+
obj: S3AccessControlPolicy
|
|
1732
|
+
) => any;
|
|
1733
|
+
|
|
1734
|
+
export declare const S3SetObjectAclOperationFilterSensitiveLog: (
|
|
1735
|
+
obj: S3SetObjectAclOperation
|
|
1736
|
+
) => any;
|
|
1737
|
+
|
|
1738
|
+
export declare const S3ObjectMetadataFilterSensitiveLog: (
|
|
1739
|
+
obj: S3ObjectMetadata
|
|
1740
|
+
) => any;
|
|
1741
|
+
|
|
1742
|
+
export declare const S3TagFilterSensitiveLog: (obj: S3Tag) => any;
|
|
1743
|
+
|
|
1744
|
+
export declare const S3CopyObjectOperationFilterSensitiveLog: (
|
|
1745
|
+
obj: S3CopyObjectOperation
|
|
1746
|
+
) => any;
|
|
1747
|
+
|
|
1748
|
+
export declare const S3ObjectLockLegalHoldFilterSensitiveLog: (
|
|
1749
|
+
obj: S3ObjectLockLegalHold
|
|
1750
|
+
) => any;
|
|
1751
|
+
|
|
1752
|
+
export declare const S3SetObjectLegalHoldOperationFilterSensitiveLog: (
|
|
1753
|
+
obj: S3SetObjectLegalHoldOperation
|
|
1754
|
+
) => any;
|
|
1755
|
+
|
|
1756
|
+
export declare const S3RetentionFilterSensitiveLog: (obj: S3Retention) => any;
|
|
1757
|
+
|
|
1758
|
+
export declare const S3SetObjectRetentionOperationFilterSensitiveLog: (
|
|
1759
|
+
obj: S3SetObjectRetentionOperation
|
|
1760
|
+
) => any;
|
|
1761
|
+
|
|
1762
|
+
export declare const S3SetObjectTaggingOperationFilterSensitiveLog: (
|
|
1763
|
+
obj: S3SetObjectTaggingOperation
|
|
1764
|
+
) => any;
|
|
1765
|
+
|
|
1766
|
+
export declare const S3ReplicateObjectOperationFilterSensitiveLog: (
|
|
1767
|
+
obj: S3ReplicateObjectOperation
|
|
1768
|
+
) => any;
|
|
1769
|
+
|
|
1770
|
+
export declare const JobOperationFilterSensitiveLog: (obj: JobOperation) => any;
|
|
1771
|
+
|
|
1772
|
+
export declare const JobReportFilterSensitiveLog: (obj: JobReport) => any;
|
|
1773
|
+
|
|
1774
|
+
export declare const CreateJobRequestFilterSensitiveLog: (
|
|
1775
|
+
obj: CreateJobRequest
|
|
1776
|
+
) => any;
|
|
1777
|
+
|
|
1778
|
+
export declare const CreateJobResultFilterSensitiveLog: (
|
|
1779
|
+
obj: CreateJobResult
|
|
1780
|
+
) => any;
|
|
1781
|
+
|
|
1782
|
+
export declare const CreateMultiRegionAccessPointRequestFilterSensitiveLog: (
|
|
1783
|
+
obj: CreateMultiRegionAccessPointRequest
|
|
1784
|
+
) => any;
|
|
1785
|
+
|
|
1786
|
+
export declare const CreateMultiRegionAccessPointResultFilterSensitiveLog: (
|
|
1787
|
+
obj: CreateMultiRegionAccessPointResult
|
|
1788
|
+
) => any;
|
|
1789
|
+
|
|
1790
|
+
export declare const DeleteAccessPointRequestFilterSensitiveLog: (
|
|
1791
|
+
obj: DeleteAccessPointRequest
|
|
1792
|
+
) => any;
|
|
1793
|
+
|
|
1794
|
+
export declare const DeleteAccessPointForObjectLambdaRequestFilterSensitiveLog: (
|
|
1795
|
+
obj: DeleteAccessPointForObjectLambdaRequest
|
|
1796
|
+
) => any;
|
|
1797
|
+
|
|
1798
|
+
export declare const DeleteAccessPointPolicyRequestFilterSensitiveLog: (
|
|
1799
|
+
obj: DeleteAccessPointPolicyRequest
|
|
1800
|
+
) => any;
|
|
1801
|
+
|
|
1802
|
+
export declare const DeleteAccessPointPolicyForObjectLambdaRequestFilterSensitiveLog: (
|
|
1803
|
+
obj: DeleteAccessPointPolicyForObjectLambdaRequest
|
|
1804
|
+
) => any;
|
|
1805
|
+
|
|
1806
|
+
export declare const DeleteBucketRequestFilterSensitiveLog: (
|
|
1807
|
+
obj: DeleteBucketRequest
|
|
1808
|
+
) => any;
|
|
1809
|
+
|
|
1810
|
+
export declare const DeleteBucketLifecycleConfigurationRequestFilterSensitiveLog: (
|
|
1811
|
+
obj: DeleteBucketLifecycleConfigurationRequest
|
|
1812
|
+
) => any;
|
|
1813
|
+
|
|
1814
|
+
export declare const DeleteBucketPolicyRequestFilterSensitiveLog: (
|
|
1815
|
+
obj: DeleteBucketPolicyRequest
|
|
1816
|
+
) => any;
|
|
1817
|
+
|
|
1818
|
+
export declare const DeleteBucketTaggingRequestFilterSensitiveLog: (
|
|
1819
|
+
obj: DeleteBucketTaggingRequest
|
|
1820
|
+
) => any;
|
|
1821
|
+
|
|
1822
|
+
export declare const DeleteJobTaggingRequestFilterSensitiveLog: (
|
|
1823
|
+
obj: DeleteJobTaggingRequest
|
|
1824
|
+
) => any;
|
|
1825
|
+
|
|
1826
|
+
export declare const DeleteJobTaggingResultFilterSensitiveLog: (
|
|
1827
|
+
obj: DeleteJobTaggingResult
|
|
1828
|
+
) => any;
|
|
1829
|
+
|
|
1830
|
+
export declare const DeleteMultiRegionAccessPointRequestFilterSensitiveLog: (
|
|
1831
|
+
obj: DeleteMultiRegionAccessPointRequest
|
|
1832
|
+
) => any;
|
|
1833
|
+
|
|
1834
|
+
export declare const DeleteMultiRegionAccessPointResultFilterSensitiveLog: (
|
|
1835
|
+
obj: DeleteMultiRegionAccessPointResult
|
|
1836
|
+
) => any;
|
|
1837
|
+
|
|
1838
|
+
export declare const DeletePublicAccessBlockRequestFilterSensitiveLog: (
|
|
1839
|
+
obj: DeletePublicAccessBlockRequest
|
|
1840
|
+
) => any;
|
|
1841
|
+
|
|
1842
|
+
export declare const DeleteStorageLensConfigurationRequestFilterSensitiveLog: (
|
|
1843
|
+
obj: DeleteStorageLensConfigurationRequest
|
|
1844
|
+
) => any;
|
|
1845
|
+
|
|
1846
|
+
export declare const DeleteStorageLensConfigurationTaggingRequestFilterSensitiveLog: (
|
|
1847
|
+
obj: DeleteStorageLensConfigurationTaggingRequest
|
|
1848
|
+
) => any;
|
|
1849
|
+
|
|
1850
|
+
export declare const DeleteStorageLensConfigurationTaggingResultFilterSensitiveLog: (
|
|
1851
|
+
obj: DeleteStorageLensConfigurationTaggingResult
|
|
1852
|
+
) => any;
|
|
1853
|
+
|
|
1854
|
+
export declare const DescribeJobRequestFilterSensitiveLog: (
|
|
1855
|
+
obj: DescribeJobRequest
|
|
1856
|
+
) => any;
|
|
1857
|
+
|
|
1858
|
+
export declare const JobFailureFilterSensitiveLog: (obj: JobFailure) => any;
|
|
1859
|
+
|
|
1860
|
+
export declare const S3GeneratedManifestDescriptorFilterSensitiveLog: (
|
|
1861
|
+
obj: S3GeneratedManifestDescriptor
|
|
1862
|
+
) => any;
|
|
1863
|
+
|
|
1864
|
+
export declare const JobTimersFilterSensitiveLog: (obj: JobTimers) => any;
|
|
1865
|
+
|
|
1866
|
+
export declare const JobProgressSummaryFilterSensitiveLog: (
|
|
1867
|
+
obj: JobProgressSummary
|
|
1868
|
+
) => any;
|
|
1869
|
+
|
|
1870
|
+
export declare const JobDescriptorFilterSensitiveLog: (
|
|
1871
|
+
obj: JobDescriptor
|
|
1872
|
+
) => any;
|
|
1873
|
+
|
|
1874
|
+
export declare const DescribeJobResultFilterSensitiveLog: (
|
|
1875
|
+
obj: DescribeJobResult
|
|
1876
|
+
) => any;
|
|
1877
|
+
|
|
1878
|
+
export declare const DescribeMultiRegionAccessPointOperationRequestFilterSensitiveLog: (
|
|
1879
|
+
obj: DescribeMultiRegionAccessPointOperationRequest
|
|
1880
|
+
) => any;
|
|
1881
|
+
|
|
1882
|
+
export declare const DescribeMultiRegionAccessPointOperationResultFilterSensitiveLog: (
|
|
1883
|
+
obj: DescribeMultiRegionAccessPointOperationResult
|
|
1884
|
+
) => any;
|
|
1885
|
+
|
|
1886
|
+
export declare const GetAccessPointRequestFilterSensitiveLog: (
|
|
1887
|
+
obj: GetAccessPointRequest
|
|
1888
|
+
) => any;
|
|
1889
|
+
|
|
1890
|
+
export declare const GetAccessPointResultFilterSensitiveLog: (
|
|
1891
|
+
obj: GetAccessPointResult
|
|
1892
|
+
) => any;
|
|
1893
|
+
|
|
1894
|
+
export declare const GetAccessPointConfigurationForObjectLambdaRequestFilterSensitiveLog: (
|
|
1895
|
+
obj: GetAccessPointConfigurationForObjectLambdaRequest
|
|
1896
|
+
) => any;
|
|
1897
|
+
|
|
1898
|
+
export declare const GetAccessPointConfigurationForObjectLambdaResultFilterSensitiveLog: (
|
|
1899
|
+
obj: GetAccessPointConfigurationForObjectLambdaResult
|
|
1900
|
+
) => any;
|
|
1901
|
+
|
|
1902
|
+
export declare const GetAccessPointForObjectLambdaRequestFilterSensitiveLog: (
|
|
1903
|
+
obj: GetAccessPointForObjectLambdaRequest
|
|
1904
|
+
) => any;
|
|
1905
|
+
|
|
1906
|
+
export declare const GetAccessPointForObjectLambdaResultFilterSensitiveLog: (
|
|
1907
|
+
obj: GetAccessPointForObjectLambdaResult
|
|
1908
|
+
) => any;
|
|
1909
|
+
|
|
1910
|
+
export declare const GetAccessPointPolicyRequestFilterSensitiveLog: (
|
|
1911
|
+
obj: GetAccessPointPolicyRequest
|
|
1912
|
+
) => any;
|
|
1913
|
+
|
|
1914
|
+
export declare const GetAccessPointPolicyResultFilterSensitiveLog: (
|
|
1915
|
+
obj: GetAccessPointPolicyResult
|
|
1916
|
+
) => any;
|
|
1917
|
+
|
|
1918
|
+
export declare const GetAccessPointPolicyForObjectLambdaRequestFilterSensitiveLog: (
|
|
1919
|
+
obj: GetAccessPointPolicyForObjectLambdaRequest
|
|
1920
|
+
) => any;
|
|
1921
|
+
|
|
1922
|
+
export declare const GetAccessPointPolicyForObjectLambdaResultFilterSensitiveLog: (
|
|
1923
|
+
obj: GetAccessPointPolicyForObjectLambdaResult
|
|
1924
|
+
) => any;
|
|
1925
|
+
|
|
1926
|
+
export declare const GetAccessPointPolicyStatusRequestFilterSensitiveLog: (
|
|
1927
|
+
obj: GetAccessPointPolicyStatusRequest
|
|
1928
|
+
) => any;
|
|
1929
|
+
|
|
1930
|
+
export declare const PolicyStatusFilterSensitiveLog: (obj: PolicyStatus) => any;
|
|
1931
|
+
|
|
1932
|
+
export declare const GetAccessPointPolicyStatusResultFilterSensitiveLog: (
|
|
1933
|
+
obj: GetAccessPointPolicyStatusResult
|
|
1934
|
+
) => any;
|
|
1935
|
+
|
|
1936
|
+
export declare const GetAccessPointPolicyStatusForObjectLambdaRequestFilterSensitiveLog: (
|
|
1937
|
+
obj: GetAccessPointPolicyStatusForObjectLambdaRequest
|
|
1938
|
+
) => any;
|
|
1939
|
+
|
|
1940
|
+
export declare const GetAccessPointPolicyStatusForObjectLambdaResultFilterSensitiveLog: (
|
|
1941
|
+
obj: GetAccessPointPolicyStatusForObjectLambdaResult
|
|
1942
|
+
) => any;
|
|
1943
|
+
|
|
1944
|
+
export declare const GetBucketRequestFilterSensitiveLog: (
|
|
1945
|
+
obj: GetBucketRequest
|
|
1946
|
+
) => any;
|
|
1947
|
+
|
|
1948
|
+
export declare const GetBucketResultFilterSensitiveLog: (
|
|
1949
|
+
obj: GetBucketResult
|
|
1950
|
+
) => any;
|
|
1951
|
+
|
|
1952
|
+
export declare const GetBucketLifecycleConfigurationRequestFilterSensitiveLog: (
|
|
1953
|
+
obj: GetBucketLifecycleConfigurationRequest
|
|
1954
|
+
) => any;
|
|
1955
|
+
|
|
1956
|
+
export declare const LifecycleExpirationFilterSensitiveLog: (
|
|
1957
|
+
obj: LifecycleExpiration
|
|
1958
|
+
) => any;
|
|
1959
|
+
|
|
1960
|
+
export declare const LifecycleRuleAndOperatorFilterSensitiveLog: (
|
|
1961
|
+
obj: LifecycleRuleAndOperator
|
|
1962
|
+
) => any;
|
|
1963
|
+
|
|
1964
|
+
export declare const LifecycleRuleFilterFilterSensitiveLog: (
|
|
1965
|
+
obj: LifecycleRuleFilter
|
|
1966
|
+
) => any;
|
|
1967
|
+
|
|
1968
|
+
export declare const NoncurrentVersionExpirationFilterSensitiveLog: (
|
|
1969
|
+
obj: NoncurrentVersionExpiration
|
|
1970
|
+
) => any;
|
|
1971
|
+
|
|
1972
|
+
export declare const NoncurrentVersionTransitionFilterSensitiveLog: (
|
|
1973
|
+
obj: NoncurrentVersionTransition
|
|
1974
|
+
) => any;
|
|
1975
|
+
|
|
1976
|
+
export declare const TransitionFilterSensitiveLog: (obj: Transition) => any;
|
|
1977
|
+
|
|
1978
|
+
export declare const LifecycleRuleFilterSensitiveLog: (
|
|
1979
|
+
obj: LifecycleRule
|
|
1980
|
+
) => any;
|
|
1981
|
+
|
|
1982
|
+
export declare const GetBucketLifecycleConfigurationResultFilterSensitiveLog: (
|
|
1983
|
+
obj: GetBucketLifecycleConfigurationResult
|
|
1984
|
+
) => any;
|
|
1985
|
+
|
|
1986
|
+
export declare const GetBucketPolicyRequestFilterSensitiveLog: (
|
|
1987
|
+
obj: GetBucketPolicyRequest
|
|
1988
|
+
) => any;
|
|
1989
|
+
|
|
1990
|
+
export declare const GetBucketPolicyResultFilterSensitiveLog: (
|
|
1991
|
+
obj: GetBucketPolicyResult
|
|
1992
|
+
) => any;
|
|
1993
|
+
|
|
1994
|
+
export declare const GetBucketTaggingRequestFilterSensitiveLog: (
|
|
1995
|
+
obj: GetBucketTaggingRequest
|
|
1996
|
+
) => any;
|
|
1997
|
+
|
|
1998
|
+
export declare const GetBucketTaggingResultFilterSensitiveLog: (
|
|
1999
|
+
obj: GetBucketTaggingResult
|
|
2000
|
+
) => any;
|
|
2001
|
+
|
|
2002
|
+
export declare const GetJobTaggingRequestFilterSensitiveLog: (
|
|
2003
|
+
obj: GetJobTaggingRequest
|
|
2004
|
+
) => any;
|
|
2005
|
+
|
|
2006
|
+
export declare const GetJobTaggingResultFilterSensitiveLog: (
|
|
2007
|
+
obj: GetJobTaggingResult
|
|
2008
|
+
) => any;
|
|
2009
|
+
|
|
2010
|
+
export declare const GetMultiRegionAccessPointRequestFilterSensitiveLog: (
|
|
2011
|
+
obj: GetMultiRegionAccessPointRequest
|
|
2012
|
+
) => any;
|
|
2013
|
+
|
|
2014
|
+
export declare const RegionReportFilterSensitiveLog: (obj: RegionReport) => any;
|
|
2015
|
+
|
|
2016
|
+
export declare const MultiRegionAccessPointReportFilterSensitiveLog: (
|
|
2017
|
+
obj: MultiRegionAccessPointReport
|
|
2018
|
+
) => any;
|
|
2019
|
+
|
|
2020
|
+
export declare const GetMultiRegionAccessPointResultFilterSensitiveLog: (
|
|
2021
|
+
obj: GetMultiRegionAccessPointResult
|
|
2022
|
+
) => any;
|
|
2023
|
+
|
|
2024
|
+
export declare const GetMultiRegionAccessPointPolicyRequestFilterSensitiveLog: (
|
|
2025
|
+
obj: GetMultiRegionAccessPointPolicyRequest
|
|
2026
|
+
) => any;
|
|
2027
|
+
|
|
2028
|
+
export declare const EstablishedMultiRegionAccessPointPolicyFilterSensitiveLog: (
|
|
2029
|
+
obj: EstablishedMultiRegionAccessPointPolicy
|
|
2030
|
+
) => any;
|
|
2031
|
+
|
|
2032
|
+
export declare const ProposedMultiRegionAccessPointPolicyFilterSensitiveLog: (
|
|
2033
|
+
obj: ProposedMultiRegionAccessPointPolicy
|
|
2034
|
+
) => any;
|
|
2035
|
+
|
|
2036
|
+
export declare const MultiRegionAccessPointPolicyDocumentFilterSensitiveLog: (
|
|
2037
|
+
obj: MultiRegionAccessPointPolicyDocument
|
|
2038
|
+
) => any;
|
|
2039
|
+
|
|
2040
|
+
export declare const GetMultiRegionAccessPointPolicyResultFilterSensitiveLog: (
|
|
2041
|
+
obj: GetMultiRegionAccessPointPolicyResult
|
|
2042
|
+
) => any;
|
|
2043
|
+
|
|
2044
|
+
export declare const GetMultiRegionAccessPointPolicyStatusRequestFilterSensitiveLog: (
|
|
2045
|
+
obj: GetMultiRegionAccessPointPolicyStatusRequest
|
|
2046
|
+
) => any;
|
|
2047
|
+
|
|
2048
|
+
export declare const GetMultiRegionAccessPointPolicyStatusResultFilterSensitiveLog: (
|
|
2049
|
+
obj: GetMultiRegionAccessPointPolicyStatusResult
|
|
2050
|
+
) => any;
|
|
2051
|
+
|
|
2052
|
+
export declare const GetPublicAccessBlockOutputFilterSensitiveLog: (
|
|
2053
|
+
obj: GetPublicAccessBlockOutput
|
|
2054
|
+
) => any;
|
|
2055
|
+
|
|
2056
|
+
export declare const GetPublicAccessBlockRequestFilterSensitiveLog: (
|
|
2057
|
+
obj: GetPublicAccessBlockRequest
|
|
2058
|
+
) => any;
|
|
2059
|
+
|
|
2060
|
+
export declare const GetStorageLensConfigurationRequestFilterSensitiveLog: (
|
|
2061
|
+
obj: GetStorageLensConfigurationRequest
|
|
2062
|
+
) => any;
|
|
2063
|
+
|
|
2064
|
+
export declare const StorageLensAwsOrgFilterSensitiveLog: (
|
|
2065
|
+
obj: StorageLensAwsOrg
|
|
2066
|
+
) => any;
|
|
2067
|
+
|
|
2068
|
+
export declare const CloudWatchMetricsFilterSensitiveLog: (
|
|
2069
|
+
obj: CloudWatchMetrics
|
|
2070
|
+
) => any;
|
|
2071
|
+
|
|
2072
|
+
export declare const SSEKMSFilterSensitiveLog: (obj: SSEKMS) => any;
|
|
2073
|
+
|
|
2074
|
+
export declare const SSES3FilterSensitiveLog: (obj: SSES3) => any;
|
|
2075
|
+
|
|
2076
|
+
export declare const StorageLensDataExportEncryptionFilterSensitiveLog: (
|
|
2077
|
+
obj: StorageLensDataExportEncryption
|
|
2078
|
+
) => any;
|
|
2079
|
+
|
|
2080
|
+
export declare const S3BucketDestinationFilterSensitiveLog: (
|
|
2081
|
+
obj: S3BucketDestination
|
|
2082
|
+
) => any;
|
|
2083
|
+
|
|
2084
|
+
export declare const StorageLensDataExportFilterSensitiveLog: (
|
|
2085
|
+
obj: StorageLensDataExport
|
|
2086
|
+
) => any;
|
|
2087
|
+
|
|
2088
|
+
export declare const _ExcludeFilterSensitiveLog: (obj: _Exclude) => any;
|
|
2089
|
+
|
|
2090
|
+
export declare const IncludeFilterSensitiveLog: (obj: Include) => any;
|
|
2091
|
+
|
|
2092
|
+
export declare const StorageLensConfigurationFilterSensitiveLog: (
|
|
2093
|
+
obj: StorageLensConfiguration
|
|
2094
|
+
) => any;
|
|
2095
|
+
|
|
2096
|
+
export declare const GetStorageLensConfigurationResultFilterSensitiveLog: (
|
|
2097
|
+
obj: GetStorageLensConfigurationResult
|
|
2098
|
+
) => any;
|
|
2099
|
+
|
|
2100
|
+
export declare const GetStorageLensConfigurationTaggingRequestFilterSensitiveLog: (
|
|
2101
|
+
obj: GetStorageLensConfigurationTaggingRequest
|
|
2102
|
+
) => any;
|
|
2103
|
+
|
|
2104
|
+
export declare const StorageLensTagFilterSensitiveLog: (
|
|
2105
|
+
obj: StorageLensTag
|
|
2106
|
+
) => any;
|
|
2107
|
+
|
|
2108
|
+
export declare const GetStorageLensConfigurationTaggingResultFilterSensitiveLog: (
|
|
2109
|
+
obj: GetStorageLensConfigurationTaggingResult
|
|
2110
|
+
) => any;
|
|
2111
|
+
|
|
2112
|
+
export declare const ListAccessPointsRequestFilterSensitiveLog: (
|
|
2113
|
+
obj: ListAccessPointsRequest
|
|
2114
|
+
) => any;
|
|
2115
|
+
|
|
2116
|
+
export declare const ListAccessPointsResultFilterSensitiveLog: (
|
|
2117
|
+
obj: ListAccessPointsResult
|
|
2118
|
+
) => any;
|
|
2119
|
+
|
|
2120
|
+
export declare const ListAccessPointsForObjectLambdaRequestFilterSensitiveLog: (
|
|
2121
|
+
obj: ListAccessPointsForObjectLambdaRequest
|
|
2122
|
+
) => any;
|
|
2123
|
+
|
|
2124
|
+
export declare const ObjectLambdaAccessPointFilterSensitiveLog: (
|
|
2125
|
+
obj: ObjectLambdaAccessPoint
|
|
2126
|
+
) => any;
|
|
2127
|
+
|
|
2128
|
+
export declare const ListAccessPointsForObjectLambdaResultFilterSensitiveLog: (
|
|
2129
|
+
obj: ListAccessPointsForObjectLambdaResult
|
|
2130
|
+
) => any;
|
|
2131
|
+
|
|
2132
|
+
export declare const ListJobsRequestFilterSensitiveLog: (
|
|
2133
|
+
obj: ListJobsRequest
|
|
2134
|
+
) => any;
|
|
2135
|
+
|
|
2136
|
+
export declare const JobListDescriptorFilterSensitiveLog: (
|
|
2137
|
+
obj: JobListDescriptor
|
|
2138
|
+
) => any;
|
|
2139
|
+
|
|
2140
|
+
export declare const ListJobsResultFilterSensitiveLog: (
|
|
2141
|
+
obj: ListJobsResult
|
|
2142
|
+
) => any;
|
|
2143
|
+
|
|
2144
|
+
export declare const ListMultiRegionAccessPointsRequestFilterSensitiveLog: (
|
|
2145
|
+
obj: ListMultiRegionAccessPointsRequest
|
|
2146
|
+
) => any;
|
|
2147
|
+
|
|
2148
|
+
export declare const ListMultiRegionAccessPointsResultFilterSensitiveLog: (
|
|
2149
|
+
obj: ListMultiRegionAccessPointsResult
|
|
2150
|
+
) => any;
|
|
2151
|
+
|
|
2152
|
+
export declare const ListRegionalBucketsRequestFilterSensitiveLog: (
|
|
2153
|
+
obj: ListRegionalBucketsRequest
|
|
2154
|
+
) => any;
|
|
2155
|
+
|
|
2156
|
+
export declare const RegionalBucketFilterSensitiveLog: (
|
|
2157
|
+
obj: RegionalBucket
|
|
2158
|
+
) => any;
|
|
2159
|
+
|
|
2160
|
+
export declare const ListRegionalBucketsResultFilterSensitiveLog: (
|
|
2161
|
+
obj: ListRegionalBucketsResult
|
|
2162
|
+
) => any;
|
|
2163
|
+
|
|
2164
|
+
export declare const ListStorageLensConfigurationsRequestFilterSensitiveLog: (
|
|
2165
|
+
obj: ListStorageLensConfigurationsRequest
|
|
2166
|
+
) => any;
|
|
2167
|
+
|
|
2168
|
+
export declare const ListStorageLensConfigurationEntryFilterSensitiveLog: (
|
|
2169
|
+
obj: ListStorageLensConfigurationEntry
|
|
2170
|
+
) => any;
|
|
2171
|
+
|
|
2172
|
+
export declare const ListStorageLensConfigurationsResultFilterSensitiveLog: (
|
|
2173
|
+
obj: ListStorageLensConfigurationsResult
|
|
2174
|
+
) => any;
|
|
2175
|
+
|
|
2176
|
+
export declare const PutAccessPointConfigurationForObjectLambdaRequestFilterSensitiveLog: (
|
|
2177
|
+
obj: PutAccessPointConfigurationForObjectLambdaRequest
|
|
2178
|
+
) => any;
|
|
2179
|
+
|
|
2180
|
+
export declare const PutAccessPointPolicyRequestFilterSensitiveLog: (
|
|
2181
|
+
obj: PutAccessPointPolicyRequest
|
|
2182
|
+
) => any;
|
|
2183
|
+
|
|
2184
|
+
export declare const PutAccessPointPolicyForObjectLambdaRequestFilterSensitiveLog: (
|
|
2185
|
+
obj: PutAccessPointPolicyForObjectLambdaRequest
|
|
2186
|
+
) => any;
|
|
2187
|
+
|
|
2188
|
+
export declare const LifecycleConfigurationFilterSensitiveLog: (
|
|
2189
|
+
obj: LifecycleConfiguration
|
|
2190
|
+
) => any;
|
|
2191
|
+
|
|
2192
|
+
export declare const PutBucketLifecycleConfigurationRequestFilterSensitiveLog: (
|
|
2193
|
+
obj: PutBucketLifecycleConfigurationRequest
|
|
2194
|
+
) => any;
|
|
2195
|
+
|
|
2196
|
+
export declare const PutBucketPolicyRequestFilterSensitiveLog: (
|
|
2197
|
+
obj: PutBucketPolicyRequest
|
|
2198
|
+
) => any;
|
|
2199
|
+
|
|
2200
|
+
export declare const TaggingFilterSensitiveLog: (obj: Tagging) => any;
|
|
2201
|
+
|
|
2202
|
+
export declare const PutBucketTaggingRequestFilterSensitiveLog: (
|
|
2203
|
+
obj: PutBucketTaggingRequest
|
|
2204
|
+
) => any;
|
|
2205
|
+
|
|
2206
|
+
export declare const PutJobTaggingRequestFilterSensitiveLog: (
|
|
2207
|
+
obj: PutJobTaggingRequest
|
|
2208
|
+
) => any;
|
|
2209
|
+
|
|
2210
|
+
export declare const PutJobTaggingResultFilterSensitiveLog: (
|
|
2211
|
+
obj: PutJobTaggingResult
|
|
2212
|
+
) => any;
|
|
2213
|
+
|
|
2214
|
+
export declare const PutMultiRegionAccessPointPolicyRequestFilterSensitiveLog: (
|
|
2215
|
+
obj: PutMultiRegionAccessPointPolicyRequest
|
|
2216
|
+
) => any;
|
|
2217
|
+
|
|
2218
|
+
export declare const PutMultiRegionAccessPointPolicyResultFilterSensitiveLog: (
|
|
2219
|
+
obj: PutMultiRegionAccessPointPolicyResult
|
|
2220
|
+
) => any;
|
|
2221
|
+
|
|
2222
|
+
export declare const PutPublicAccessBlockRequestFilterSensitiveLog: (
|
|
2223
|
+
obj: PutPublicAccessBlockRequest
|
|
2224
|
+
) => any;
|
|
2225
|
+
|
|
2226
|
+
export declare const PutStorageLensConfigurationRequestFilterSensitiveLog: (
|
|
2227
|
+
obj: PutStorageLensConfigurationRequest
|
|
2228
|
+
) => any;
|
|
2229
|
+
|
|
2230
|
+
export declare const PutStorageLensConfigurationTaggingRequestFilterSensitiveLog: (
|
|
2231
|
+
obj: PutStorageLensConfigurationTaggingRequest
|
|
2232
|
+
) => any;
|
|
2233
|
+
|
|
2234
|
+
export declare const PutStorageLensConfigurationTaggingResultFilterSensitiveLog: (
|
|
2235
|
+
obj: PutStorageLensConfigurationTaggingResult
|
|
2236
|
+
) => any;
|
|
2237
|
+
|
|
2238
|
+
export declare const UpdateJobPriorityRequestFilterSensitiveLog: (
|
|
2239
|
+
obj: UpdateJobPriorityRequest
|
|
2240
|
+
) => any;
|
|
2241
|
+
|
|
2242
|
+
export declare const UpdateJobPriorityResultFilterSensitiveLog: (
|
|
2243
|
+
obj: UpdateJobPriorityResult
|
|
2244
|
+
) => any;
|
|
2245
|
+
|
|
2246
|
+
export declare const UpdateJobStatusRequestFilterSensitiveLog: (
|
|
2247
|
+
obj: UpdateJobStatusRequest
|
|
2248
|
+
) => any;
|
|
2249
|
+
|
|
2250
|
+
export declare const UpdateJobStatusResultFilterSensitiveLog: (
|
|
2251
|
+
obj: UpdateJobStatusResult
|
|
2252
|
+
) => any;
|