@aws-sdk/client-s3-control 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateAccessPointCommand.js +2 -2
- package/dist-cjs/commands/CreateAccessPointForObjectLambdaCommand.js +2 -2
- package/dist-cjs/commands/CreateBucketCommand.js +2 -2
- package/dist-cjs/commands/CreateJobCommand.js +2 -2
- package/dist-cjs/commands/CreateMultiRegionAccessPointCommand.js +2 -2
- package/dist-cjs/commands/DeleteAccessPointCommand.js +1 -1
- package/dist-cjs/commands/DeleteAccessPointForObjectLambdaCommand.js +1 -1
- package/dist-cjs/commands/DeleteAccessPointPolicyCommand.js +1 -1
- package/dist-cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +1 -1
- package/dist-cjs/commands/DeleteBucketCommand.js +1 -1
- package/dist-cjs/commands/DeleteBucketLifecycleConfigurationCommand.js +1 -1
- package/dist-cjs/commands/DeleteBucketPolicyCommand.js +1 -1
- package/dist-cjs/commands/DeleteBucketTaggingCommand.js +1 -1
- package/dist-cjs/commands/DeleteJobTaggingCommand.js +2 -2
- package/dist-cjs/commands/DeleteMultiRegionAccessPointCommand.js +2 -2
- package/dist-cjs/commands/DeletePublicAccessBlockCommand.js +1 -1
- package/dist-cjs/commands/DeleteStorageLensConfigurationCommand.js +1 -1
- package/dist-cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js +2 -2
- package/dist-cjs/commands/DescribeJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js +2 -2
- package/dist-cjs/commands/GetAccessPointCommand.js +2 -2
- package/dist-cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +2 -2
- package/dist-cjs/commands/GetAccessPointForObjectLambdaCommand.js +2 -2
- package/dist-cjs/commands/GetAccessPointPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js +2 -2
- package/dist-cjs/commands/GetAccessPointPolicyStatusCommand.js +2 -2
- package/dist-cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +2 -2
- package/dist-cjs/commands/GetBucketCommand.js +2 -2
- package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetBucketPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetBucketTaggingCommand.js +2 -2
- package/dist-cjs/commands/GetJobTaggingCommand.js +2 -2
- package/dist-cjs/commands/GetMultiRegionAccessPointCommand.js +2 -2
- package/dist-cjs/commands/GetMultiRegionAccessPointPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +2 -2
- package/dist-cjs/commands/GetPublicAccessBlockCommand.js +2 -2
- package/dist-cjs/commands/GetStorageLensConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetStorageLensConfigurationTaggingCommand.js +2 -2
- package/dist-cjs/commands/ListAccessPointsCommand.js +2 -2
- package/dist-cjs/commands/ListAccessPointsForObjectLambdaCommand.js +2 -2
- package/dist-cjs/commands/ListJobsCommand.js +2 -2
- package/dist-cjs/commands/ListMultiRegionAccessPointsCommand.js +2 -2
- package/dist-cjs/commands/ListRegionalBucketsCommand.js +2 -2
- package/dist-cjs/commands/ListStorageLensConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +1 -1
- package/dist-cjs/commands/PutAccessPointPolicyCommand.js +1 -1
- package/dist-cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js +1 -1
- package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +1 -1
- package/dist-cjs/commands/PutBucketPolicyCommand.js +1 -1
- package/dist-cjs/commands/PutBucketTaggingCommand.js +1 -1
- package/dist-cjs/commands/PutJobTaggingCommand.js +2 -2
- package/dist-cjs/commands/PutMultiRegionAccessPointPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutPublicAccessBlockCommand.js +1 -1
- package/dist-cjs/commands/PutStorageLensConfigurationCommand.js +1 -1
- package/dist-cjs/commands/PutStorageLensConfigurationTaggingCommand.js +2 -2
- package/dist-cjs/commands/UpdateJobPriorityCommand.js +2 -2
- package/dist-cjs/commands/UpdateJobStatusCommand.js +2 -2
- package/dist-cjs/models/models_0.js +767 -1133
- package/dist-cjs/protocols/Aws_restXml.js +968 -1967
- package/dist-es/commands/CreateAccessPointCommand.js +3 -3
- package/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js +3 -3
- package/dist-es/commands/CreateBucketCommand.js +3 -3
- package/dist-es/commands/CreateJobCommand.js +3 -3
- package/dist-es/commands/CreateMultiRegionAccessPointCommand.js +3 -3
- package/dist-es/commands/DeleteAccessPointCommand.js +2 -2
- package/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js +2 -2
- package/dist-es/commands/DeleteAccessPointPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +2 -2
- package/dist-es/commands/DeleteBucketCommand.js +2 -2
- package/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteBucketPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteBucketTaggingCommand.js +2 -2
- package/dist-es/commands/DeleteJobTaggingCommand.js +3 -3
- package/dist-es/commands/DeleteMultiRegionAccessPointCommand.js +3 -3
- package/dist-es/commands/DeletePublicAccessBlockCommand.js +2 -2
- package/dist-es/commands/DeleteStorageLensConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js +3 -3
- package/dist-es/commands/DescribeJobCommand.js +3 -3
- package/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js +3 -3
- package/dist-es/commands/GetAccessPointCommand.js +3 -3
- package/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +3 -3
- package/dist-es/commands/GetAccessPointForObjectLambdaCommand.js +3 -3
- package/dist-es/commands/GetAccessPointPolicyCommand.js +3 -3
- package/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +3 -3
- package/dist-es/commands/GetAccessPointPolicyStatusCommand.js +3 -3
- package/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +3 -3
- package/dist-es/commands/GetBucketCommand.js +3 -3
- package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +3 -3
- package/dist-es/commands/GetBucketPolicyCommand.js +3 -3
- package/dist-es/commands/GetBucketTaggingCommand.js +3 -3
- package/dist-es/commands/GetJobTaggingCommand.js +3 -3
- package/dist-es/commands/GetMultiRegionAccessPointCommand.js +3 -3
- package/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js +3 -3
- package/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +3 -3
- package/dist-es/commands/GetPublicAccessBlockCommand.js +3 -3
- package/dist-es/commands/GetStorageLensConfigurationCommand.js +3 -3
- package/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js +3 -3
- package/dist-es/commands/ListAccessPointsCommand.js +3 -3
- package/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js +3 -3
- package/dist-es/commands/ListJobsCommand.js +3 -3
- package/dist-es/commands/ListMultiRegionAccessPointsCommand.js +3 -3
- package/dist-es/commands/ListRegionalBucketsCommand.js +3 -3
- package/dist-es/commands/ListStorageLensConfigurationsCommand.js +3 -3
- package/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +2 -2
- package/dist-es/commands/PutAccessPointPolicyCommand.js +2 -2
- package/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +2 -2
- package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -2
- package/dist-es/commands/PutBucketPolicyCommand.js +2 -2
- package/dist-es/commands/PutBucketTaggingCommand.js +2 -2
- package/dist-es/commands/PutJobTaggingCommand.js +3 -3
- package/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js +3 -3
- package/dist-es/commands/PutPublicAccessBlockCommand.js +2 -2
- package/dist-es/commands/PutStorageLensConfigurationCommand.js +2 -2
- package/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js +3 -3
- package/dist-es/commands/UpdateJobPriorityCommand.js +3 -3
- package/dist-es/commands/UpdateJobStatusCommand.js +3 -3
- package/dist-es/models/models_0.js +204 -756
- package/dist-es/protocols/Aws_restXml.js +1107 -1865
- package/dist-types/models/models_0.d.ts +745 -1113
- package/dist-types/ts3.4/models/models_0.d.ts +372 -740
- package/package.json +7 -7
|
@@ -10,12 +10,6 @@ export interface AbortIncompleteMultipartUpload {
|
|
|
10
10
|
*/
|
|
11
11
|
DaysAfterInitiation?: number;
|
|
12
12
|
}
|
|
13
|
-
export declare namespace AbortIncompleteMultipartUpload {
|
|
14
|
-
/**
|
|
15
|
-
* @internal
|
|
16
|
-
*/
|
|
17
|
-
const filterSensitiveLog: (obj: AbortIncompleteMultipartUpload) => any;
|
|
18
|
-
}
|
|
19
13
|
export declare enum NetworkOrigin {
|
|
20
14
|
Internet = "Internet",
|
|
21
15
|
VPC = "VPC"
|
|
@@ -30,12 +24,6 @@ export interface VpcConfiguration {
|
|
|
30
24
|
*/
|
|
31
25
|
VpcId: string | undefined;
|
|
32
26
|
}
|
|
33
|
-
export declare namespace VpcConfiguration {
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
const filterSensitiveLog: (obj: VpcConfiguration) => any;
|
|
38
|
-
}
|
|
39
27
|
/**
|
|
40
28
|
* <p>An access point used to access a bucket.</p>
|
|
41
29
|
*/
|
|
@@ -74,12 +62,6 @@ export interface AccessPoint {
|
|
|
74
62
|
*/
|
|
75
63
|
Alias?: string;
|
|
76
64
|
}
|
|
77
|
-
export declare namespace AccessPoint {
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
const filterSensitiveLog: (obj: AccessPoint) => any;
|
|
82
|
-
}
|
|
83
65
|
/**
|
|
84
66
|
* <p>A container for the activity metrics.</p>
|
|
85
67
|
*/
|
|
@@ -89,12 +71,6 @@ export interface ActivityMetrics {
|
|
|
89
71
|
*/
|
|
90
72
|
IsEnabled?: boolean;
|
|
91
73
|
}
|
|
92
|
-
export declare namespace ActivityMetrics {
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
const filterSensitiveLog: (obj: ActivityMetrics) => any;
|
|
97
|
-
}
|
|
98
74
|
/**
|
|
99
75
|
* <p></p>
|
|
100
76
|
*/
|
|
@@ -115,12 +91,6 @@ export interface SelectionCriteria {
|
|
|
115
91
|
*/
|
|
116
92
|
MinStorageBytesPercentage?: number;
|
|
117
93
|
}
|
|
118
|
-
export declare namespace SelectionCriteria {
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
const filterSensitiveLog: (obj: SelectionCriteria) => any;
|
|
123
|
-
}
|
|
124
94
|
/**
|
|
125
95
|
* <p>A container for the prefix-level storage metrics for S3 Storage Lens.</p>
|
|
126
96
|
*/
|
|
@@ -134,12 +104,6 @@ export interface PrefixLevelStorageMetrics {
|
|
|
134
104
|
*/
|
|
135
105
|
SelectionCriteria?: SelectionCriteria;
|
|
136
106
|
}
|
|
137
|
-
export declare namespace PrefixLevelStorageMetrics {
|
|
138
|
-
/**
|
|
139
|
-
* @internal
|
|
140
|
-
*/
|
|
141
|
-
const filterSensitiveLog: (obj: PrefixLevelStorageMetrics) => any;
|
|
142
|
-
}
|
|
143
107
|
/**
|
|
144
108
|
* <p>A container for the prefix-level configuration.</p>
|
|
145
109
|
*/
|
|
@@ -149,12 +113,6 @@ export interface PrefixLevel {
|
|
|
149
113
|
*/
|
|
150
114
|
StorageMetrics: PrefixLevelStorageMetrics | undefined;
|
|
151
115
|
}
|
|
152
|
-
export declare namespace PrefixLevel {
|
|
153
|
-
/**
|
|
154
|
-
* @internal
|
|
155
|
-
*/
|
|
156
|
-
const filterSensitiveLog: (obj: PrefixLevel) => any;
|
|
157
|
-
}
|
|
158
116
|
/**
|
|
159
117
|
* <p>A container for the bucket-level configuration.</p>
|
|
160
118
|
*/
|
|
@@ -168,12 +126,6 @@ export interface BucketLevel {
|
|
|
168
126
|
*/
|
|
169
127
|
PrefixLevel?: PrefixLevel;
|
|
170
128
|
}
|
|
171
|
-
export declare namespace BucketLevel {
|
|
172
|
-
/**
|
|
173
|
-
* @internal
|
|
174
|
-
*/
|
|
175
|
-
const filterSensitiveLog: (obj: BucketLevel) => any;
|
|
176
|
-
}
|
|
177
129
|
/**
|
|
178
130
|
* <p>A container for the account level Amazon S3 Storage Lens configuration.</p>
|
|
179
131
|
*/
|
|
@@ -187,12 +139,6 @@ export interface AccountLevel {
|
|
|
187
139
|
*/
|
|
188
140
|
BucketLevel: BucketLevel | undefined;
|
|
189
141
|
}
|
|
190
|
-
export declare namespace AccountLevel {
|
|
191
|
-
/**
|
|
192
|
-
* @internal
|
|
193
|
-
*/
|
|
194
|
-
const filterSensitiveLog: (obj: AccountLevel) => any;
|
|
195
|
-
}
|
|
196
142
|
/**
|
|
197
143
|
* <p>Error details for the failed asynchronous operation.</p>
|
|
198
144
|
*/
|
|
@@ -214,12 +160,6 @@ export interface AsyncErrorDetails {
|
|
|
214
160
|
*/
|
|
215
161
|
RequestId?: string;
|
|
216
162
|
}
|
|
217
|
-
export declare namespace AsyncErrorDetails {
|
|
218
|
-
/**
|
|
219
|
-
* @internal
|
|
220
|
-
*/
|
|
221
|
-
const filterSensitiveLog: (obj: AsyncErrorDetails) => any;
|
|
222
|
-
}
|
|
223
163
|
export declare enum AsyncOperationName {
|
|
224
164
|
CreateMultiRegionAccessPoint = "CreateMultiRegionAccessPoint",
|
|
225
165
|
DeleteMultiRegionAccessPoint = "DeleteMultiRegionAccessPoint",
|
|
@@ -281,12 +221,6 @@ export interface PublicAccessBlockConfiguration {
|
|
|
281
221
|
*/
|
|
282
222
|
RestrictPublicBuckets?: boolean;
|
|
283
223
|
}
|
|
284
|
-
export declare namespace PublicAccessBlockConfiguration {
|
|
285
|
-
/**
|
|
286
|
-
* @internal
|
|
287
|
-
*/
|
|
288
|
-
const filterSensitiveLog: (obj: PublicAccessBlockConfiguration) => any;
|
|
289
|
-
}
|
|
290
224
|
/**
|
|
291
225
|
* <p>A Region that supports a Multi-Region Access Point as well as the associated bucket for the Region.</p>
|
|
292
226
|
*/
|
|
@@ -296,12 +230,6 @@ export interface Region {
|
|
|
296
230
|
*/
|
|
297
231
|
Bucket: string | undefined;
|
|
298
232
|
}
|
|
299
|
-
export declare namespace Region {
|
|
300
|
-
/**
|
|
301
|
-
* @internal
|
|
302
|
-
*/
|
|
303
|
-
const filterSensitiveLog: (obj: Region) => any;
|
|
304
|
-
}
|
|
305
233
|
/**
|
|
306
234
|
* <p>A container for the information associated with a <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html">CreateMultiRegionAccessPoint</a> request. </p>
|
|
307
235
|
*/
|
|
@@ -322,12 +250,6 @@ export interface CreateMultiRegionAccessPointInput {
|
|
|
322
250
|
*/
|
|
323
251
|
Regions: Region[] | undefined;
|
|
324
252
|
}
|
|
325
|
-
export declare namespace CreateMultiRegionAccessPointInput {
|
|
326
|
-
/**
|
|
327
|
-
* @internal
|
|
328
|
-
*/
|
|
329
|
-
const filterSensitiveLog: (obj: CreateMultiRegionAccessPointInput) => any;
|
|
330
|
-
}
|
|
331
253
|
/**
|
|
332
254
|
* <p>A container for the information associated with a <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html">DeleteMultiRegionAccessPoint</a> request.</p>
|
|
333
255
|
*/
|
|
@@ -337,12 +259,6 @@ export interface DeleteMultiRegionAccessPointInput {
|
|
|
337
259
|
*/
|
|
338
260
|
Name: string | undefined;
|
|
339
261
|
}
|
|
340
|
-
export declare namespace DeleteMultiRegionAccessPointInput {
|
|
341
|
-
/**
|
|
342
|
-
* @internal
|
|
343
|
-
*/
|
|
344
|
-
const filterSensitiveLog: (obj: DeleteMultiRegionAccessPointInput) => any;
|
|
345
|
-
}
|
|
346
262
|
/**
|
|
347
263
|
* <p>A container for the information associated with a <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutMultiRegionAccessPoint.html">PutMultiRegionAccessPoint</a> request.</p>
|
|
348
264
|
*/
|
|
@@ -356,12 +272,6 @@ export interface PutMultiRegionAccessPointPolicyInput {
|
|
|
356
272
|
*/
|
|
357
273
|
Policy: string | undefined;
|
|
358
274
|
}
|
|
359
|
-
export declare namespace PutMultiRegionAccessPointPolicyInput {
|
|
360
|
-
/**
|
|
361
|
-
* @internal
|
|
362
|
-
*/
|
|
363
|
-
const filterSensitiveLog: (obj: PutMultiRegionAccessPointPolicyInput) => any;
|
|
364
|
-
}
|
|
365
275
|
/**
|
|
366
276
|
* <p>A container for the request parameters associated with an asynchronous request.</p>
|
|
367
277
|
*/
|
|
@@ -379,12 +289,6 @@ export interface AsyncRequestParameters {
|
|
|
379
289
|
*/
|
|
380
290
|
PutMultiRegionAccessPointPolicyRequest?: PutMultiRegionAccessPointPolicyInput;
|
|
381
291
|
}
|
|
382
|
-
export declare namespace AsyncRequestParameters {
|
|
383
|
-
/**
|
|
384
|
-
* @internal
|
|
385
|
-
*/
|
|
386
|
-
const filterSensitiveLog: (obj: AsyncRequestParameters) => any;
|
|
387
|
-
}
|
|
388
292
|
/**
|
|
389
293
|
* <p>Status information for a single Multi-Region Access Point Region.</p>
|
|
390
294
|
*/
|
|
@@ -398,12 +302,6 @@ export interface MultiRegionAccessPointRegionalResponse {
|
|
|
398
302
|
*/
|
|
399
303
|
RequestStatus?: string;
|
|
400
304
|
}
|
|
401
|
-
export declare namespace MultiRegionAccessPointRegionalResponse {
|
|
402
|
-
/**
|
|
403
|
-
* @internal
|
|
404
|
-
*/
|
|
405
|
-
const filterSensitiveLog: (obj: MultiRegionAccessPointRegionalResponse) => any;
|
|
406
|
-
}
|
|
407
305
|
/**
|
|
408
306
|
* <p>The Multi-Region Access Point details that are returned when querying about an asynchronous request.</p>
|
|
409
307
|
*/
|
|
@@ -414,12 +312,6 @@ export interface MultiRegionAccessPointsAsyncResponse {
|
|
|
414
312
|
*/
|
|
415
313
|
Regions?: MultiRegionAccessPointRegionalResponse[];
|
|
416
314
|
}
|
|
417
|
-
export declare namespace MultiRegionAccessPointsAsyncResponse {
|
|
418
|
-
/**
|
|
419
|
-
* @internal
|
|
420
|
-
*/
|
|
421
|
-
const filterSensitiveLog: (obj: MultiRegionAccessPointsAsyncResponse) => any;
|
|
422
|
-
}
|
|
423
315
|
/**
|
|
424
316
|
* <p>A container for the response details that are returned when querying about an
|
|
425
317
|
* asynchronous request.</p>
|
|
@@ -434,12 +326,6 @@ export interface AsyncResponseDetails {
|
|
|
434
326
|
*/
|
|
435
327
|
ErrorDetails?: AsyncErrorDetails;
|
|
436
328
|
}
|
|
437
|
-
export declare namespace AsyncResponseDetails {
|
|
438
|
-
/**
|
|
439
|
-
* @internal
|
|
440
|
-
*/
|
|
441
|
-
const filterSensitiveLog: (obj: AsyncResponseDetails) => any;
|
|
442
|
-
}
|
|
443
329
|
/**
|
|
444
330
|
* <p>A container for the information about an asynchronous operation.</p>
|
|
445
331
|
*/
|
|
@@ -469,12 +355,6 @@ export interface AsyncOperation {
|
|
|
469
355
|
*/
|
|
470
356
|
ResponseDetails?: AsyncResponseDetails;
|
|
471
357
|
}
|
|
472
|
-
export declare namespace AsyncOperation {
|
|
473
|
-
/**
|
|
474
|
-
* @internal
|
|
475
|
-
*/
|
|
476
|
-
const filterSensitiveLog: (obj: AsyncOperation) => any;
|
|
477
|
-
}
|
|
478
358
|
/**
|
|
479
359
|
* <p>Lambda function used to transform objects through an Object Lambda Access Point.</p>
|
|
480
360
|
*/
|
|
@@ -489,12 +369,6 @@ export interface AwsLambdaTransformation {
|
|
|
489
369
|
*/
|
|
490
370
|
FunctionPayload?: string;
|
|
491
371
|
}
|
|
492
|
-
export declare namespace AwsLambdaTransformation {
|
|
493
|
-
/**
|
|
494
|
-
* @internal
|
|
495
|
-
*/
|
|
496
|
-
const filterSensitiveLog: (obj: AwsLambdaTransformation) => any;
|
|
497
|
-
}
|
|
498
372
|
export interface CreateAccessPointRequest {
|
|
499
373
|
/**
|
|
500
374
|
* <p>The Amazon Web Services account ID for the owner of the bucket for which you want to create an
|
|
@@ -525,12 +399,6 @@ export interface CreateAccessPointRequest {
|
|
|
525
399
|
*/
|
|
526
400
|
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration;
|
|
527
401
|
}
|
|
528
|
-
export declare namespace CreateAccessPointRequest {
|
|
529
|
-
/**
|
|
530
|
-
* @internal
|
|
531
|
-
*/
|
|
532
|
-
const filterSensitiveLog: (obj: CreateAccessPointRequest) => any;
|
|
533
|
-
}
|
|
534
402
|
export interface CreateAccessPointResult {
|
|
535
403
|
/**
|
|
536
404
|
* <p>The ARN of the access point.</p>
|
|
@@ -544,12 +412,6 @@ export interface CreateAccessPointResult {
|
|
|
544
412
|
*/
|
|
545
413
|
Alias?: string;
|
|
546
414
|
}
|
|
547
|
-
export declare namespace CreateAccessPointResult {
|
|
548
|
-
/**
|
|
549
|
-
* @internal
|
|
550
|
-
*/
|
|
551
|
-
const filterSensitiveLog: (obj: CreateAccessPointResult) => any;
|
|
552
|
-
}
|
|
553
415
|
export declare enum ObjectLambdaAllowedFeature {
|
|
554
416
|
GetObjectPartNumber = "GetObject-PartNumber",
|
|
555
417
|
GetObjectRange = "GetObject-Range"
|
|
@@ -578,10 +440,6 @@ export declare namespace ObjectLambdaContentTransformation {
|
|
|
578
440
|
_: (name: string, value: any) => T;
|
|
579
441
|
}
|
|
580
442
|
const visit: <T>(value: ObjectLambdaContentTransformation, visitor: Visitor<T>) => T;
|
|
581
|
-
/**
|
|
582
|
-
* @internal
|
|
583
|
-
*/
|
|
584
|
-
const filterSensitiveLog: (obj: ObjectLambdaContentTransformation) => any;
|
|
585
443
|
}
|
|
586
444
|
/**
|
|
587
445
|
* <p>A configuration used when creating an Object Lambda Access Point transformation.</p>
|
|
@@ -597,12 +455,6 @@ export interface ObjectLambdaTransformationConfiguration {
|
|
|
597
455
|
*/
|
|
598
456
|
ContentTransformation: ObjectLambdaContentTransformation | undefined;
|
|
599
457
|
}
|
|
600
|
-
export declare namespace ObjectLambdaTransformationConfiguration {
|
|
601
|
-
/**
|
|
602
|
-
* @internal
|
|
603
|
-
*/
|
|
604
|
-
const filterSensitiveLog: (obj: ObjectLambdaTransformationConfiguration) => any;
|
|
605
|
-
}
|
|
606
458
|
/**
|
|
607
459
|
* <p>A configuration used when creating an Object Lambda Access Point.</p>
|
|
608
460
|
*/
|
|
@@ -625,12 +477,6 @@ export interface ObjectLambdaConfiguration {
|
|
|
625
477
|
*/
|
|
626
478
|
TransformationConfigurations: ObjectLambdaTransformationConfiguration[] | undefined;
|
|
627
479
|
}
|
|
628
|
-
export declare namespace ObjectLambdaConfiguration {
|
|
629
|
-
/**
|
|
630
|
-
* @internal
|
|
631
|
-
*/
|
|
632
|
-
const filterSensitiveLog: (obj: ObjectLambdaConfiguration) => any;
|
|
633
|
-
}
|
|
634
480
|
export interface CreateAccessPointForObjectLambdaRequest {
|
|
635
481
|
/**
|
|
636
482
|
* <p>The Amazon Web Services account ID for owner of the specified Object Lambda Access Point.</p>
|
|
@@ -645,24 +491,12 @@ export interface CreateAccessPointForObjectLambdaRequest {
|
|
|
645
491
|
*/
|
|
646
492
|
Configuration: ObjectLambdaConfiguration | undefined;
|
|
647
493
|
}
|
|
648
|
-
export declare namespace CreateAccessPointForObjectLambdaRequest {
|
|
649
|
-
/**
|
|
650
|
-
* @internal
|
|
651
|
-
*/
|
|
652
|
-
const filterSensitiveLog: (obj: CreateAccessPointForObjectLambdaRequest) => any;
|
|
653
|
-
}
|
|
654
494
|
export interface CreateAccessPointForObjectLambdaResult {
|
|
655
495
|
/**
|
|
656
496
|
* <p>Specifies the ARN for the Object Lambda Access Point.</p>
|
|
657
497
|
*/
|
|
658
498
|
ObjectLambdaAccessPointArn?: string;
|
|
659
499
|
}
|
|
660
|
-
export declare namespace CreateAccessPointForObjectLambdaResult {
|
|
661
|
-
/**
|
|
662
|
-
* @internal
|
|
663
|
-
*/
|
|
664
|
-
const filterSensitiveLog: (obj: CreateAccessPointForObjectLambdaResult) => any;
|
|
665
|
-
}
|
|
666
500
|
/**
|
|
667
501
|
* <p>The requested Outposts bucket name is not available. The bucket namespace is shared by
|
|
668
502
|
* all users of the Outposts in this Region. Select a different name and try
|
|
@@ -705,12 +539,6 @@ export interface CreateBucketConfiguration {
|
|
|
705
539
|
*/
|
|
706
540
|
LocationConstraint?: BucketLocationConstraint | string;
|
|
707
541
|
}
|
|
708
|
-
export declare namespace CreateBucketConfiguration {
|
|
709
|
-
/**
|
|
710
|
-
* @internal
|
|
711
|
-
*/
|
|
712
|
-
const filterSensitiveLog: (obj: CreateBucketConfiguration) => any;
|
|
713
|
-
}
|
|
714
542
|
export interface CreateBucketRequest {
|
|
715
543
|
/**
|
|
716
544
|
* <p>The canned ACL to apply to the bucket.</p>
|
|
@@ -781,12 +609,6 @@ export interface CreateBucketRequest {
|
|
|
781
609
|
*/
|
|
782
610
|
OutpostId?: string;
|
|
783
611
|
}
|
|
784
|
-
export declare namespace CreateBucketRequest {
|
|
785
|
-
/**
|
|
786
|
-
* @internal
|
|
787
|
-
*/
|
|
788
|
-
const filterSensitiveLog: (obj: CreateBucketRequest) => any;
|
|
789
|
-
}
|
|
790
612
|
export interface CreateBucketResult {
|
|
791
613
|
/**
|
|
792
614
|
* <p>The location of the bucket.</p>
|
|
@@ -799,12 +621,6 @@ export interface CreateBucketResult {
|
|
|
799
621
|
*/
|
|
800
622
|
BucketArn?: string;
|
|
801
623
|
}
|
|
802
|
-
export declare namespace CreateBucketResult {
|
|
803
|
-
/**
|
|
804
|
-
* @internal
|
|
805
|
-
*/
|
|
806
|
-
const filterSensitiveLog: (obj: CreateBucketResult) => any;
|
|
807
|
-
}
|
|
808
624
|
/**
|
|
809
625
|
* <p></p>
|
|
810
626
|
*/
|
|
@@ -839,12 +655,6 @@ export interface JobManifestLocation {
|
|
|
839
655
|
*/
|
|
840
656
|
ETag: string | undefined;
|
|
841
657
|
}
|
|
842
|
-
export declare namespace JobManifestLocation {
|
|
843
|
-
/**
|
|
844
|
-
* @internal
|
|
845
|
-
*/
|
|
846
|
-
const filterSensitiveLog: (obj: JobManifestLocation) => any;
|
|
847
|
-
}
|
|
848
658
|
export declare enum JobManifestFieldName {
|
|
849
659
|
Bucket = "Bucket",
|
|
850
660
|
Ignore = "Ignore",
|
|
@@ -870,12 +680,6 @@ export interface JobManifestSpec {
|
|
|
870
680
|
*/
|
|
871
681
|
Fields?: (JobManifestFieldName | string)[];
|
|
872
682
|
}
|
|
873
|
-
export declare namespace JobManifestSpec {
|
|
874
|
-
/**
|
|
875
|
-
* @internal
|
|
876
|
-
*/
|
|
877
|
-
const filterSensitiveLog: (obj: JobManifestSpec) => any;
|
|
878
|
-
}
|
|
879
683
|
/**
|
|
880
684
|
* <p>Contains the configuration information for a job's manifest.</p>
|
|
881
685
|
*/
|
|
@@ -890,12 +694,6 @@ export interface JobManifest {
|
|
|
890
694
|
*/
|
|
891
695
|
Location: JobManifestLocation | undefined;
|
|
892
696
|
}
|
|
893
|
-
export declare namespace JobManifest {
|
|
894
|
-
/**
|
|
895
|
-
* @internal
|
|
896
|
-
*/
|
|
897
|
-
const filterSensitiveLog: (obj: JobManifest) => any;
|
|
898
|
-
}
|
|
899
697
|
export declare enum ReplicationStatus {
|
|
900
698
|
COMPLETED = "COMPLETED",
|
|
901
699
|
FAILED = "FAILED",
|
|
@@ -927,12 +725,6 @@ export interface JobManifestGeneratorFilter {
|
|
|
927
725
|
*/
|
|
928
726
|
ObjectReplicationStatuses?: (ReplicationStatus | string)[];
|
|
929
727
|
}
|
|
930
|
-
export declare namespace JobManifestGeneratorFilter {
|
|
931
|
-
/**
|
|
932
|
-
* @internal
|
|
933
|
-
*/
|
|
934
|
-
const filterSensitiveLog: (obj: JobManifestGeneratorFilter) => any;
|
|
935
|
-
}
|
|
936
728
|
/**
|
|
937
729
|
* <p>Configuration for the use of SSE-KMS to encrypt generated manifest objects.</p>
|
|
938
730
|
*/
|
|
@@ -943,23 +735,11 @@ export interface SSEKMSEncryption {
|
|
|
943
735
|
*/
|
|
944
736
|
KeyId: string | undefined;
|
|
945
737
|
}
|
|
946
|
-
export declare namespace SSEKMSEncryption {
|
|
947
|
-
/**
|
|
948
|
-
* @internal
|
|
949
|
-
*/
|
|
950
|
-
const filterSensitiveLog: (obj: SSEKMSEncryption) => any;
|
|
951
|
-
}
|
|
952
738
|
/**
|
|
953
739
|
* <p>Configuration for the use of SSE-S3 to encrypt generated manifest objects.</p>
|
|
954
740
|
*/
|
|
955
741
|
export interface SSES3Encryption {
|
|
956
742
|
}
|
|
957
|
-
export declare namespace SSES3Encryption {
|
|
958
|
-
/**
|
|
959
|
-
* @internal
|
|
960
|
-
*/
|
|
961
|
-
const filterSensitiveLog: (obj: SSES3Encryption) => any;
|
|
962
|
-
}
|
|
963
743
|
/**
|
|
964
744
|
* <p>The encryption configuration to use when storing the generated manifest.</p>
|
|
965
745
|
*/
|
|
@@ -974,12 +754,6 @@ export interface GeneratedManifestEncryption {
|
|
|
974
754
|
*/
|
|
975
755
|
SSEKMS?: SSEKMSEncryption;
|
|
976
756
|
}
|
|
977
|
-
export declare namespace GeneratedManifestEncryption {
|
|
978
|
-
/**
|
|
979
|
-
* @internal
|
|
980
|
-
*/
|
|
981
|
-
const filterSensitiveLog: (obj: GeneratedManifestEncryption) => any;
|
|
982
|
-
}
|
|
983
757
|
export declare enum GeneratedManifestFormat {
|
|
984
758
|
S3InventoryReport_CSV_20211130 = "S3InventoryReport_CSV_20211130"
|
|
985
759
|
}
|
|
@@ -1009,12 +783,6 @@ export interface S3ManifestOutputLocation {
|
|
|
1009
783
|
*/
|
|
1010
784
|
ManifestFormat: GeneratedManifestFormat | string | undefined;
|
|
1011
785
|
}
|
|
1012
|
-
export declare namespace S3ManifestOutputLocation {
|
|
1013
|
-
/**
|
|
1014
|
-
* @internal
|
|
1015
|
-
*/
|
|
1016
|
-
const filterSensitiveLog: (obj: S3ManifestOutputLocation) => any;
|
|
1017
|
-
}
|
|
1018
786
|
/**
|
|
1019
787
|
* <p>The container for the service that will create the S3 manifest.</p>
|
|
1020
788
|
*/
|
|
@@ -1043,12 +811,6 @@ export interface S3JobManifestGenerator {
|
|
|
1043
811
|
*/
|
|
1044
812
|
EnableManifestOutput: boolean | undefined;
|
|
1045
813
|
}
|
|
1046
|
-
export declare namespace S3JobManifestGenerator {
|
|
1047
|
-
/**
|
|
1048
|
-
* @internal
|
|
1049
|
-
*/
|
|
1050
|
-
const filterSensitiveLog: (obj: S3JobManifestGenerator) => any;
|
|
1051
|
-
}
|
|
1052
814
|
/**
|
|
1053
815
|
* <p>Configures the type of the job's ManifestGenerator.</p>
|
|
1054
816
|
*/
|
|
@@ -1070,10 +832,6 @@ export declare namespace JobManifestGenerator {
|
|
|
1070
832
|
_: (name: string, value: any) => T;
|
|
1071
833
|
}
|
|
1072
834
|
const visit: <T>(value: JobManifestGenerator, visitor: Visitor<T>) => T;
|
|
1073
|
-
/**
|
|
1074
|
-
* @internal
|
|
1075
|
-
*/
|
|
1076
|
-
const filterSensitiveLog: (obj: JobManifestGenerator) => any;
|
|
1077
835
|
}
|
|
1078
836
|
/**
|
|
1079
837
|
* <p>Contains the configuration parameters for a <code>Lambda Invoke</code> operation.</p>
|
|
@@ -1085,24 +843,12 @@ export interface LambdaInvokeOperation {
|
|
|
1085
843
|
*/
|
|
1086
844
|
FunctionArn?: string;
|
|
1087
845
|
}
|
|
1088
|
-
export declare namespace LambdaInvokeOperation {
|
|
1089
|
-
/**
|
|
1090
|
-
* @internal
|
|
1091
|
-
*/
|
|
1092
|
-
const filterSensitiveLog: (obj: LambdaInvokeOperation) => any;
|
|
1093
|
-
}
|
|
1094
846
|
/**
|
|
1095
847
|
* <p>Contains no configuration parameters because the DELETE Object tagging API only accepts
|
|
1096
848
|
* the bucket name and key name as parameters, which are defined in the job's manifest.</p>
|
|
1097
849
|
*/
|
|
1098
850
|
export interface S3DeleteObjectTaggingOperation {
|
|
1099
851
|
}
|
|
1100
|
-
export declare namespace S3DeleteObjectTaggingOperation {
|
|
1101
|
-
/**
|
|
1102
|
-
* @internal
|
|
1103
|
-
*/
|
|
1104
|
-
const filterSensitiveLog: (obj: S3DeleteObjectTaggingOperation) => any;
|
|
1105
|
-
}
|
|
1106
852
|
export declare enum S3GlacierJobTier {
|
|
1107
853
|
BULK = "BULK",
|
|
1108
854
|
STANDARD = "STANDARD"
|
|
@@ -1134,12 +880,6 @@ export interface S3InitiateRestoreObjectOperation {
|
|
|
1134
880
|
*/
|
|
1135
881
|
GlacierJobTier?: S3GlacierJobTier | string;
|
|
1136
882
|
}
|
|
1137
|
-
export declare namespace S3InitiateRestoreObjectOperation {
|
|
1138
|
-
/**
|
|
1139
|
-
* @internal
|
|
1140
|
-
*/
|
|
1141
|
-
const filterSensitiveLog: (obj: S3InitiateRestoreObjectOperation) => any;
|
|
1142
|
-
}
|
|
1143
883
|
export declare enum S3GranteeTypeIdentifier {
|
|
1144
884
|
CANONICAL = "id",
|
|
1145
885
|
EMAIL_ADDRESS = "emailAddress",
|
|
@@ -1162,12 +902,6 @@ export interface S3Grantee {
|
|
|
1162
902
|
*/
|
|
1163
903
|
DisplayName?: string;
|
|
1164
904
|
}
|
|
1165
|
-
export declare namespace S3Grantee {
|
|
1166
|
-
/**
|
|
1167
|
-
* @internal
|
|
1168
|
-
*/
|
|
1169
|
-
const filterSensitiveLog: (obj: S3Grantee) => any;
|
|
1170
|
-
}
|
|
1171
905
|
export declare enum S3Permission {
|
|
1172
906
|
FULL_CONTROL = "FULL_CONTROL",
|
|
1173
907
|
READ = "READ",
|
|
@@ -1188,12 +922,6 @@ export interface S3Grant {
|
|
|
1188
922
|
*/
|
|
1189
923
|
Permission?: S3Permission | string;
|
|
1190
924
|
}
|
|
1191
|
-
export declare namespace S3Grant {
|
|
1192
|
-
/**
|
|
1193
|
-
* @internal
|
|
1194
|
-
*/
|
|
1195
|
-
const filterSensitiveLog: (obj: S3Grant) => any;
|
|
1196
|
-
}
|
|
1197
925
|
/**
|
|
1198
926
|
* <p></p>
|
|
1199
927
|
*/
|
|
@@ -1207,12 +935,6 @@ export interface S3ObjectOwner {
|
|
|
1207
935
|
*/
|
|
1208
936
|
DisplayName?: string;
|
|
1209
937
|
}
|
|
1210
|
-
export declare namespace S3ObjectOwner {
|
|
1211
|
-
/**
|
|
1212
|
-
* @internal
|
|
1213
|
-
*/
|
|
1214
|
-
const filterSensitiveLog: (obj: S3ObjectOwner) => any;
|
|
1215
|
-
}
|
|
1216
938
|
/**
|
|
1217
939
|
* <p></p>
|
|
1218
940
|
*/
|
|
@@ -1226,12 +948,6 @@ export interface S3AccessControlList {
|
|
|
1226
948
|
*/
|
|
1227
949
|
Grants?: S3Grant[];
|
|
1228
950
|
}
|
|
1229
|
-
export declare namespace S3AccessControlList {
|
|
1230
|
-
/**
|
|
1231
|
-
* @internal
|
|
1232
|
-
*/
|
|
1233
|
-
const filterSensitiveLog: (obj: S3AccessControlList) => any;
|
|
1234
|
-
}
|
|
1235
951
|
export declare enum S3CannedAccessControlList {
|
|
1236
952
|
AUTHENTICATED_READ = "authenticated-read",
|
|
1237
953
|
AWS_EXEC_READ = "aws-exec-read",
|
|
@@ -1254,12 +970,6 @@ export interface S3AccessControlPolicy {
|
|
|
1254
970
|
*/
|
|
1255
971
|
CannedAccessControlList?: S3CannedAccessControlList | string;
|
|
1256
972
|
}
|
|
1257
|
-
export declare namespace S3AccessControlPolicy {
|
|
1258
|
-
/**
|
|
1259
|
-
* @internal
|
|
1260
|
-
*/
|
|
1261
|
-
const filterSensitiveLog: (obj: S3AccessControlPolicy) => any;
|
|
1262
|
-
}
|
|
1263
973
|
/**
|
|
1264
974
|
* <p>Contains the configuration parameters for a Set Object ACL operation. S3 Batch Operations
|
|
1265
975
|
* passes every object to the underlying PUT Object acl API. For more information about the
|
|
@@ -1271,12 +981,6 @@ export interface S3SetObjectAclOperation {
|
|
|
1271
981
|
*/
|
|
1272
982
|
AccessControlPolicy?: S3AccessControlPolicy;
|
|
1273
983
|
}
|
|
1274
|
-
export declare namespace S3SetObjectAclOperation {
|
|
1275
|
-
/**
|
|
1276
|
-
* @internal
|
|
1277
|
-
*/
|
|
1278
|
-
const filterSensitiveLog: (obj: S3SetObjectAclOperation) => any;
|
|
1279
|
-
}
|
|
1280
984
|
export declare enum S3ChecksumAlgorithm {
|
|
1281
985
|
CRC32 = "CRC32",
|
|
1282
986
|
CRC32C = "CRC32C",
|
|
@@ -1340,12 +1044,6 @@ export interface S3ObjectMetadata {
|
|
|
1340
1044
|
*/
|
|
1341
1045
|
SSEAlgorithm?: S3SSEAlgorithm | string;
|
|
1342
1046
|
}
|
|
1343
|
-
export declare namespace S3ObjectMetadata {
|
|
1344
|
-
/**
|
|
1345
|
-
* @internal
|
|
1346
|
-
*/
|
|
1347
|
-
const filterSensitiveLog: (obj: S3ObjectMetadata) => any;
|
|
1348
|
-
}
|
|
1349
1047
|
/**
|
|
1350
1048
|
* <p></p>
|
|
1351
1049
|
*/
|
|
@@ -1359,12 +1057,6 @@ export interface S3Tag {
|
|
|
1359
1057
|
*/
|
|
1360
1058
|
Value: string | undefined;
|
|
1361
1059
|
}
|
|
1362
|
-
export declare namespace S3Tag {
|
|
1363
|
-
/**
|
|
1364
|
-
* @internal
|
|
1365
|
-
*/
|
|
1366
|
-
const filterSensitiveLog: (obj: S3Tag) => any;
|
|
1367
|
-
}
|
|
1368
1060
|
export declare enum S3ObjectLockLegalHoldStatus {
|
|
1369
1061
|
OFF = "OFF",
|
|
1370
1062
|
ON = "ON"
|
|
@@ -1476,12 +1168,6 @@ export interface S3CopyObjectOperation {
|
|
|
1476
1168
|
*/
|
|
1477
1169
|
ChecksumAlgorithm?: S3ChecksumAlgorithm | string;
|
|
1478
1170
|
}
|
|
1479
|
-
export declare namespace S3CopyObjectOperation {
|
|
1480
|
-
/**
|
|
1481
|
-
* @internal
|
|
1482
|
-
*/
|
|
1483
|
-
const filterSensitiveLog: (obj: S3CopyObjectOperation) => any;
|
|
1484
|
-
}
|
|
1485
1171
|
/**
|
|
1486
1172
|
* <p>Whether S3 Object Lock legal hold will be applied to objects in an S3 Batch Operations
|
|
1487
1173
|
* job.</p>
|
|
@@ -1493,12 +1179,6 @@ export interface S3ObjectLockLegalHold {
|
|
|
1493
1179
|
*/
|
|
1494
1180
|
Status: S3ObjectLockLegalHoldStatus | string | undefined;
|
|
1495
1181
|
}
|
|
1496
|
-
export declare namespace S3ObjectLockLegalHold {
|
|
1497
|
-
/**
|
|
1498
|
-
* @internal
|
|
1499
|
-
*/
|
|
1500
|
-
const filterSensitiveLog: (obj: S3ObjectLockLegalHold) => any;
|
|
1501
|
-
}
|
|
1502
1182
|
/**
|
|
1503
1183
|
* <p>Contains the configuration for an S3 Object Lock legal hold operation that an
|
|
1504
1184
|
* S3 Batch Operations job passes every object to the underlying <code>PutObjectLegalHold</code>
|
|
@@ -1512,12 +1192,6 @@ export interface S3SetObjectLegalHoldOperation {
|
|
|
1512
1192
|
*/
|
|
1513
1193
|
LegalHold: S3ObjectLockLegalHold | undefined;
|
|
1514
1194
|
}
|
|
1515
|
-
export declare namespace S3SetObjectLegalHoldOperation {
|
|
1516
|
-
/**
|
|
1517
|
-
* @internal
|
|
1518
|
-
*/
|
|
1519
|
-
const filterSensitiveLog: (obj: S3SetObjectLegalHoldOperation) => any;
|
|
1520
|
-
}
|
|
1521
1195
|
export declare enum S3ObjectLockRetentionMode {
|
|
1522
1196
|
COMPLIANCE = "COMPLIANCE",
|
|
1523
1197
|
GOVERNANCE = "GOVERNANCE"
|
|
@@ -1541,12 +1215,6 @@ export interface S3Retention {
|
|
|
1541
1215
|
*/
|
|
1542
1216
|
Mode?: S3ObjectLockRetentionMode | string;
|
|
1543
1217
|
}
|
|
1544
|
-
export declare namespace S3Retention {
|
|
1545
|
-
/**
|
|
1546
|
-
* @internal
|
|
1547
|
-
*/
|
|
1548
|
-
const filterSensitiveLog: (obj: S3Retention) => any;
|
|
1549
|
-
}
|
|
1550
1218
|
/**
|
|
1551
1219
|
* <p>Contains the configuration parameters for the Object Lock retention action for an
|
|
1552
1220
|
* S3 Batch Operations job. Batch Operations passes every object to the underlying
|
|
@@ -1567,12 +1235,6 @@ export interface S3SetObjectRetentionOperation {
|
|
|
1567
1235
|
*/
|
|
1568
1236
|
Retention: S3Retention | undefined;
|
|
1569
1237
|
}
|
|
1570
|
-
export declare namespace S3SetObjectRetentionOperation {
|
|
1571
|
-
/**
|
|
1572
|
-
* @internal
|
|
1573
|
-
*/
|
|
1574
|
-
const filterSensitiveLog: (obj: S3SetObjectRetentionOperation) => any;
|
|
1575
|
-
}
|
|
1576
1238
|
/**
|
|
1577
1239
|
* <p>Contains the configuration parameters for a Set Object Tagging operation. S3 Batch Operations
|
|
1578
1240
|
* passes every object to the underlying PUT Object tagging API. For more information about
|
|
@@ -1584,24 +1246,12 @@ export interface S3SetObjectTaggingOperation {
|
|
|
1584
1246
|
*/
|
|
1585
1247
|
TagSet?: S3Tag[];
|
|
1586
1248
|
}
|
|
1587
|
-
export declare namespace S3SetObjectTaggingOperation {
|
|
1588
|
-
/**
|
|
1589
|
-
* @internal
|
|
1590
|
-
*/
|
|
1591
|
-
const filterSensitiveLog: (obj: S3SetObjectTaggingOperation) => any;
|
|
1592
|
-
}
|
|
1593
1249
|
/**
|
|
1594
1250
|
* <p>Directs the specified job to invoke <code>ReplicateObject</code> on every object in the job's
|
|
1595
1251
|
* manifest.</p>
|
|
1596
1252
|
*/
|
|
1597
1253
|
export interface S3ReplicateObjectOperation {
|
|
1598
1254
|
}
|
|
1599
|
-
export declare namespace S3ReplicateObjectOperation {
|
|
1600
|
-
/**
|
|
1601
|
-
* @internal
|
|
1602
|
-
*/
|
|
1603
|
-
const filterSensitiveLog: (obj: S3ReplicateObjectOperation) => any;
|
|
1604
|
-
}
|
|
1605
1255
|
/**
|
|
1606
1256
|
* <p>The operation that you want this job to perform on every object listed in the manifest.
|
|
1607
1257
|
* For more information about the available operations, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-operations.html">Operations</a> in the
|
|
@@ -1659,12 +1309,6 @@ export interface JobOperation {
|
|
|
1659
1309
|
*/
|
|
1660
1310
|
S3ReplicateObject?: S3ReplicateObjectOperation;
|
|
1661
1311
|
}
|
|
1662
|
-
export declare namespace JobOperation {
|
|
1663
|
-
/**
|
|
1664
|
-
* @internal
|
|
1665
|
-
*/
|
|
1666
|
-
const filterSensitiveLog: (obj: JobOperation) => any;
|
|
1667
|
-
}
|
|
1668
1312
|
export declare enum JobReportFormat {
|
|
1669
1313
|
Report_CSV_20180820 = "Report_CSV_20180820"
|
|
1670
1314
|
}
|
|
@@ -1701,12 +1345,6 @@ export interface JobReport {
|
|
|
1701
1345
|
*/
|
|
1702
1346
|
ReportScope?: JobReportScope | string;
|
|
1703
1347
|
}
|
|
1704
|
-
export declare namespace JobReport {
|
|
1705
|
-
/**
|
|
1706
|
-
* @internal
|
|
1707
|
-
*/
|
|
1708
|
-
const filterSensitiveLog: (obj: JobReport) => any;
|
|
1709
|
-
}
|
|
1710
1348
|
export interface CreateJobRequest {
|
|
1711
1349
|
/**
|
|
1712
1350
|
* <p>The Amazon Web Services account ID that creates the job.</p>
|
|
@@ -1761,12 +1399,6 @@ export interface CreateJobRequest {
|
|
|
1761
1399
|
*/
|
|
1762
1400
|
ManifestGenerator?: JobManifestGenerator;
|
|
1763
1401
|
}
|
|
1764
|
-
export declare namespace CreateJobRequest {
|
|
1765
|
-
/**
|
|
1766
|
-
* @internal
|
|
1767
|
-
*/
|
|
1768
|
-
const filterSensitiveLog: (obj: CreateJobRequest) => any;
|
|
1769
|
-
}
|
|
1770
1402
|
export interface CreateJobResult {
|
|
1771
1403
|
/**
|
|
1772
1404
|
* <p>The ID for this job. Amazon S3 generates this ID automatically and returns it after a
|
|
@@ -1774,12 +1406,6 @@ export interface CreateJobResult {
|
|
|
1774
1406
|
*/
|
|
1775
1407
|
JobId?: string;
|
|
1776
1408
|
}
|
|
1777
|
-
export declare namespace CreateJobResult {
|
|
1778
|
-
/**
|
|
1779
|
-
* @internal
|
|
1780
|
-
*/
|
|
1781
|
-
const filterSensitiveLog: (obj: CreateJobResult) => any;
|
|
1782
|
-
}
|
|
1783
1409
|
/**
|
|
1784
1410
|
* <p></p>
|
|
1785
1411
|
*/
|
|
@@ -1832,12 +1458,6 @@ export interface CreateMultiRegionAccessPointRequest {
|
|
|
1832
1458
|
*/
|
|
1833
1459
|
Details: CreateMultiRegionAccessPointInput | undefined;
|
|
1834
1460
|
}
|
|
1835
|
-
export declare namespace CreateMultiRegionAccessPointRequest {
|
|
1836
|
-
/**
|
|
1837
|
-
* @internal
|
|
1838
|
-
*/
|
|
1839
|
-
const filterSensitiveLog: (obj: CreateMultiRegionAccessPointRequest) => any;
|
|
1840
|
-
}
|
|
1841
1461
|
export interface CreateMultiRegionAccessPointResult {
|
|
1842
1462
|
/**
|
|
1843
1463
|
* <p>The request token associated with the request. You can use this token with <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html">DescribeMultiRegionAccessPointOperation</a> to determine the status of asynchronous
|
|
@@ -1845,13 +1465,7 @@ export interface CreateMultiRegionAccessPointResult {
|
|
|
1845
1465
|
*/
|
|
1846
1466
|
RequestTokenARN?: string;
|
|
1847
1467
|
}
|
|
1848
|
-
export
|
|
1849
|
-
/**
|
|
1850
|
-
* @internal
|
|
1851
|
-
*/
|
|
1852
|
-
const filterSensitiveLog: (obj: CreateMultiRegionAccessPointResult) => any;
|
|
1853
|
-
}
|
|
1854
|
-
export interface DeleteAccessPointRequest {
|
|
1468
|
+
export interface DeleteAccessPointRequest {
|
|
1855
1469
|
/**
|
|
1856
1470
|
* <p>The account ID for the account that owns the specified access point.</p>
|
|
1857
1471
|
*/
|
|
@@ -1863,12 +1477,6 @@ export interface DeleteAccessPointRequest {
|
|
|
1863
1477
|
*/
|
|
1864
1478
|
Name: string | undefined;
|
|
1865
1479
|
}
|
|
1866
|
-
export declare namespace DeleteAccessPointRequest {
|
|
1867
|
-
/**
|
|
1868
|
-
* @internal
|
|
1869
|
-
*/
|
|
1870
|
-
const filterSensitiveLog: (obj: DeleteAccessPointRequest) => any;
|
|
1871
|
-
}
|
|
1872
1480
|
export interface DeleteAccessPointForObjectLambdaRequest {
|
|
1873
1481
|
/**
|
|
1874
1482
|
* <p>The account ID for the account that owns the specified Object Lambda Access Point.</p>
|
|
@@ -1879,12 +1487,6 @@ export interface DeleteAccessPointForObjectLambdaRequest {
|
|
|
1879
1487
|
*/
|
|
1880
1488
|
Name: string | undefined;
|
|
1881
1489
|
}
|
|
1882
|
-
export declare namespace DeleteAccessPointForObjectLambdaRequest {
|
|
1883
|
-
/**
|
|
1884
|
-
* @internal
|
|
1885
|
-
*/
|
|
1886
|
-
const filterSensitiveLog: (obj: DeleteAccessPointForObjectLambdaRequest) => any;
|
|
1887
|
-
}
|
|
1888
1490
|
export interface DeleteAccessPointPolicyRequest {
|
|
1889
1491
|
/**
|
|
1890
1492
|
* <p>The account ID for the account that owns the specified access point.</p>
|
|
@@ -1897,12 +1499,6 @@ export interface DeleteAccessPointPolicyRequest {
|
|
|
1897
1499
|
*/
|
|
1898
1500
|
Name: string | undefined;
|
|
1899
1501
|
}
|
|
1900
|
-
export declare namespace DeleteAccessPointPolicyRequest {
|
|
1901
|
-
/**
|
|
1902
|
-
* @internal
|
|
1903
|
-
*/
|
|
1904
|
-
const filterSensitiveLog: (obj: DeleteAccessPointPolicyRequest) => any;
|
|
1905
|
-
}
|
|
1906
1502
|
export interface DeleteAccessPointPolicyForObjectLambdaRequest {
|
|
1907
1503
|
/**
|
|
1908
1504
|
* <p>The account ID for the account that owns the specified Object Lambda Access Point.</p>
|
|
@@ -1913,12 +1509,6 @@ export interface DeleteAccessPointPolicyForObjectLambdaRequest {
|
|
|
1913
1509
|
*/
|
|
1914
1510
|
Name: string | undefined;
|
|
1915
1511
|
}
|
|
1916
|
-
export declare namespace DeleteAccessPointPolicyForObjectLambdaRequest {
|
|
1917
|
-
/**
|
|
1918
|
-
* @internal
|
|
1919
|
-
*/
|
|
1920
|
-
const filterSensitiveLog: (obj: DeleteAccessPointPolicyForObjectLambdaRequest) => any;
|
|
1921
|
-
}
|
|
1922
1512
|
export interface DeleteBucketRequest {
|
|
1923
1513
|
/**
|
|
1924
1514
|
* <p>The account ID that owns the Outposts bucket.</p>
|
|
@@ -1931,12 +1521,6 @@ export interface DeleteBucketRequest {
|
|
|
1931
1521
|
*/
|
|
1932
1522
|
Bucket: string | undefined;
|
|
1933
1523
|
}
|
|
1934
|
-
export declare namespace DeleteBucketRequest {
|
|
1935
|
-
/**
|
|
1936
|
-
* @internal
|
|
1937
|
-
*/
|
|
1938
|
-
const filterSensitiveLog: (obj: DeleteBucketRequest) => any;
|
|
1939
|
-
}
|
|
1940
1524
|
export interface DeleteBucketLifecycleConfigurationRequest {
|
|
1941
1525
|
/**
|
|
1942
1526
|
* <p>The account ID of the lifecycle configuration to delete.</p>
|
|
@@ -1949,12 +1533,6 @@ export interface DeleteBucketLifecycleConfigurationRequest {
|
|
|
1949
1533
|
*/
|
|
1950
1534
|
Bucket: string | undefined;
|
|
1951
1535
|
}
|
|
1952
|
-
export declare namespace DeleteBucketLifecycleConfigurationRequest {
|
|
1953
|
-
/**
|
|
1954
|
-
* @internal
|
|
1955
|
-
*/
|
|
1956
|
-
const filterSensitiveLog: (obj: DeleteBucketLifecycleConfigurationRequest) => any;
|
|
1957
|
-
}
|
|
1958
1536
|
export interface DeleteBucketPolicyRequest {
|
|
1959
1537
|
/**
|
|
1960
1538
|
* <p>The account ID of the Outposts bucket.</p>
|
|
@@ -1967,12 +1545,6 @@ export interface DeleteBucketPolicyRequest {
|
|
|
1967
1545
|
*/
|
|
1968
1546
|
Bucket: string | undefined;
|
|
1969
1547
|
}
|
|
1970
|
-
export declare namespace DeleteBucketPolicyRequest {
|
|
1971
|
-
/**
|
|
1972
|
-
* @internal
|
|
1973
|
-
*/
|
|
1974
|
-
const filterSensitiveLog: (obj: DeleteBucketPolicyRequest) => any;
|
|
1975
|
-
}
|
|
1976
1548
|
export interface DeleteBucketTaggingRequest {
|
|
1977
1549
|
/**
|
|
1978
1550
|
* <p>The Amazon Web Services account ID of the Outposts bucket tag set to be removed.</p>
|
|
@@ -1985,12 +1557,6 @@ export interface DeleteBucketTaggingRequest {
|
|
|
1985
1557
|
*/
|
|
1986
1558
|
Bucket: string | undefined;
|
|
1987
1559
|
}
|
|
1988
|
-
export declare namespace DeleteBucketTaggingRequest {
|
|
1989
|
-
/**
|
|
1990
|
-
* @internal
|
|
1991
|
-
*/
|
|
1992
|
-
const filterSensitiveLog: (obj: DeleteBucketTaggingRequest) => any;
|
|
1993
|
-
}
|
|
1994
1560
|
export interface DeleteJobTaggingRequest {
|
|
1995
1561
|
/**
|
|
1996
1562
|
* <p>The Amazon Web Services account ID associated with the S3 Batch Operations job.</p>
|
|
@@ -2001,20 +1567,8 @@ export interface DeleteJobTaggingRequest {
|
|
|
2001
1567
|
*/
|
|
2002
1568
|
JobId: string | undefined;
|
|
2003
1569
|
}
|
|
2004
|
-
export declare namespace DeleteJobTaggingRequest {
|
|
2005
|
-
/**
|
|
2006
|
-
* @internal
|
|
2007
|
-
*/
|
|
2008
|
-
const filterSensitiveLog: (obj: DeleteJobTaggingRequest) => any;
|
|
2009
|
-
}
|
|
2010
1570
|
export interface DeleteJobTaggingResult {
|
|
2011
1571
|
}
|
|
2012
|
-
export declare namespace DeleteJobTaggingResult {
|
|
2013
|
-
/**
|
|
2014
|
-
* @internal
|
|
2015
|
-
*/
|
|
2016
|
-
const filterSensitiveLog: (obj: DeleteJobTaggingResult) => any;
|
|
2017
|
-
}
|
|
2018
1572
|
/**
|
|
2019
1573
|
* <p></p>
|
|
2020
1574
|
*/
|
|
@@ -2042,12 +1596,6 @@ export interface DeleteMultiRegionAccessPointRequest {
|
|
|
2042
1596
|
*/
|
|
2043
1597
|
Details: DeleteMultiRegionAccessPointInput | undefined;
|
|
2044
1598
|
}
|
|
2045
|
-
export declare namespace DeleteMultiRegionAccessPointRequest {
|
|
2046
|
-
/**
|
|
2047
|
-
* @internal
|
|
2048
|
-
*/
|
|
2049
|
-
const filterSensitiveLog: (obj: DeleteMultiRegionAccessPointRequest) => any;
|
|
2050
|
-
}
|
|
2051
1599
|
export interface DeleteMultiRegionAccessPointResult {
|
|
2052
1600
|
/**
|
|
2053
1601
|
* <p>The request token associated with the request. You can use this token with <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html">DescribeMultiRegionAccessPointOperation</a> to determine the status of asynchronous
|
|
@@ -2055,12 +1603,6 @@ export interface DeleteMultiRegionAccessPointResult {
|
|
|
2055
1603
|
*/
|
|
2056
1604
|
RequestTokenARN?: string;
|
|
2057
1605
|
}
|
|
2058
|
-
export declare namespace DeleteMultiRegionAccessPointResult {
|
|
2059
|
-
/**
|
|
2060
|
-
* @internal
|
|
2061
|
-
*/
|
|
2062
|
-
const filterSensitiveLog: (obj: DeleteMultiRegionAccessPointResult) => any;
|
|
2063
|
-
}
|
|
2064
1606
|
export interface DeletePublicAccessBlockRequest {
|
|
2065
1607
|
/**
|
|
2066
1608
|
* <p>The account ID for the Amazon Web Services account whose <code>PublicAccessBlock</code> configuration
|
|
@@ -2068,12 +1610,6 @@ export interface DeletePublicAccessBlockRequest {
|
|
|
2068
1610
|
*/
|
|
2069
1611
|
AccountId?: string;
|
|
2070
1612
|
}
|
|
2071
|
-
export declare namespace DeletePublicAccessBlockRequest {
|
|
2072
|
-
/**
|
|
2073
|
-
* @internal
|
|
2074
|
-
*/
|
|
2075
|
-
const filterSensitiveLog: (obj: DeletePublicAccessBlockRequest) => any;
|
|
2076
|
-
}
|
|
2077
1613
|
export interface DeleteStorageLensConfigurationRequest {
|
|
2078
1614
|
/**
|
|
2079
1615
|
* <p>The ID of the S3 Storage Lens configuration.</p>
|
|
@@ -2084,12 +1620,6 @@ export interface DeleteStorageLensConfigurationRequest {
|
|
|
2084
1620
|
*/
|
|
2085
1621
|
AccountId?: string;
|
|
2086
1622
|
}
|
|
2087
|
-
export declare namespace DeleteStorageLensConfigurationRequest {
|
|
2088
|
-
/**
|
|
2089
|
-
* @internal
|
|
2090
|
-
*/
|
|
2091
|
-
const filterSensitiveLog: (obj: DeleteStorageLensConfigurationRequest) => any;
|
|
2092
|
-
}
|
|
2093
1623
|
export interface DeleteStorageLensConfigurationTaggingRequest {
|
|
2094
1624
|
/**
|
|
2095
1625
|
* <p>The ID of the S3 Storage Lens configuration.</p>
|
|
@@ -2100,20 +1630,8 @@ export interface DeleteStorageLensConfigurationTaggingRequest {
|
|
|
2100
1630
|
*/
|
|
2101
1631
|
AccountId?: string;
|
|
2102
1632
|
}
|
|
2103
|
-
export declare namespace DeleteStorageLensConfigurationTaggingRequest {
|
|
2104
|
-
/**
|
|
2105
|
-
* @internal
|
|
2106
|
-
*/
|
|
2107
|
-
const filterSensitiveLog: (obj: DeleteStorageLensConfigurationTaggingRequest) => any;
|
|
2108
|
-
}
|
|
2109
1633
|
export interface DeleteStorageLensConfigurationTaggingResult {
|
|
2110
1634
|
}
|
|
2111
|
-
export declare namespace DeleteStorageLensConfigurationTaggingResult {
|
|
2112
|
-
/**
|
|
2113
|
-
* @internal
|
|
2114
|
-
*/
|
|
2115
|
-
const filterSensitiveLog: (obj: DeleteStorageLensConfigurationTaggingResult) => any;
|
|
2116
|
-
}
|
|
2117
1635
|
export interface DescribeJobRequest {
|
|
2118
1636
|
/**
|
|
2119
1637
|
* <p>The Amazon Web Services account ID associated with the S3 Batch Operations job.</p>
|
|
@@ -2124,12 +1642,6 @@ export interface DescribeJobRequest {
|
|
|
2124
1642
|
*/
|
|
2125
1643
|
JobId: string | undefined;
|
|
2126
1644
|
}
|
|
2127
|
-
export declare namespace DescribeJobRequest {
|
|
2128
|
-
/**
|
|
2129
|
-
* @internal
|
|
2130
|
-
*/
|
|
2131
|
-
const filterSensitiveLog: (obj: DescribeJobRequest) => any;
|
|
2132
|
-
}
|
|
2133
1645
|
/**
|
|
2134
1646
|
* <p>If this job failed, this element indicates why the job failed.</p>
|
|
2135
1647
|
*/
|
|
@@ -2143,12 +1655,6 @@ export interface JobFailure {
|
|
|
2143
1655
|
*/
|
|
2144
1656
|
FailureReason?: string;
|
|
2145
1657
|
}
|
|
2146
|
-
export declare namespace JobFailure {
|
|
2147
|
-
/**
|
|
2148
|
-
* @internal
|
|
2149
|
-
*/
|
|
2150
|
-
const filterSensitiveLog: (obj: JobFailure) => any;
|
|
2151
|
-
}
|
|
2152
1658
|
/**
|
|
2153
1659
|
* <p>Describes the specified job's generated manifest. Batch Operations jobs created with a
|
|
2154
1660
|
* ManifestGenerator populate details of this descriptor after execution of the
|
|
@@ -2164,12 +1670,6 @@ export interface S3GeneratedManifestDescriptor {
|
|
|
2164
1670
|
*/
|
|
2165
1671
|
Location?: JobManifestLocation;
|
|
2166
1672
|
}
|
|
2167
|
-
export declare namespace S3GeneratedManifestDescriptor {
|
|
2168
|
-
/**
|
|
2169
|
-
* @internal
|
|
2170
|
-
*/
|
|
2171
|
-
const filterSensitiveLog: (obj: S3GeneratedManifestDescriptor) => any;
|
|
2172
|
-
}
|
|
2173
1673
|
/**
|
|
2174
1674
|
* <p>Provides timing details for the job.</p>
|
|
2175
1675
|
*/
|
|
@@ -2179,12 +1679,6 @@ export interface JobTimers {
|
|
|
2179
1679
|
*/
|
|
2180
1680
|
ElapsedTimeInActiveSeconds?: number;
|
|
2181
1681
|
}
|
|
2182
|
-
export declare namespace JobTimers {
|
|
2183
|
-
/**
|
|
2184
|
-
* @internal
|
|
2185
|
-
*/
|
|
2186
|
-
const filterSensitiveLog: (obj: JobTimers) => any;
|
|
2187
|
-
}
|
|
2188
1682
|
/**
|
|
2189
1683
|
* <p>Describes the total number of tasks that the specified job has started, the number of
|
|
2190
1684
|
* tasks that succeeded, and the number of tasks that failed.</p>
|
|
@@ -2207,12 +1701,6 @@ export interface JobProgressSummary {
|
|
|
2207
1701
|
*/
|
|
2208
1702
|
Timers?: JobTimers;
|
|
2209
1703
|
}
|
|
2210
|
-
export declare namespace JobProgressSummary {
|
|
2211
|
-
/**
|
|
2212
|
-
* @internal
|
|
2213
|
-
*/
|
|
2214
|
-
const filterSensitiveLog: (obj: JobProgressSummary) => any;
|
|
2215
|
-
}
|
|
2216
1704
|
export declare enum JobStatus {
|
|
2217
1705
|
Active = "Active",
|
|
2218
1706
|
Cancelled = "Cancelled",
|
|
@@ -2322,12 +1810,6 @@ export interface JobDescriptor {
|
|
|
2322
1810
|
*/
|
|
2323
1811
|
GeneratedManifestDescriptor?: S3GeneratedManifestDescriptor;
|
|
2324
1812
|
}
|
|
2325
|
-
export declare namespace JobDescriptor {
|
|
2326
|
-
/**
|
|
2327
|
-
* @internal
|
|
2328
|
-
*/
|
|
2329
|
-
const filterSensitiveLog: (obj: JobDescriptor) => any;
|
|
2330
|
-
}
|
|
2331
1813
|
export interface DescribeJobResult {
|
|
2332
1814
|
/**
|
|
2333
1815
|
* <p>Contains the configuration parameters and status for the job specified in the
|
|
@@ -2335,12 +1817,6 @@ export interface DescribeJobResult {
|
|
|
2335
1817
|
*/
|
|
2336
1818
|
Job?: JobDescriptor;
|
|
2337
1819
|
}
|
|
2338
|
-
export declare namespace DescribeJobResult {
|
|
2339
|
-
/**
|
|
2340
|
-
* @internal
|
|
2341
|
-
*/
|
|
2342
|
-
const filterSensitiveLog: (obj: DescribeJobResult) => any;
|
|
2343
|
-
}
|
|
2344
1820
|
export interface DescribeMultiRegionAccessPointOperationRequest {
|
|
2345
1821
|
/**
|
|
2346
1822
|
* <p>The Amazon Web Services account ID for the owner of the Multi-Region Access Point.</p>
|
|
@@ -2353,24 +1829,12 @@ export interface DescribeMultiRegionAccessPointOperationRequest {
|
|
|
2353
1829
|
*/
|
|
2354
1830
|
RequestTokenARN: string | undefined;
|
|
2355
1831
|
}
|
|
2356
|
-
export declare namespace DescribeMultiRegionAccessPointOperationRequest {
|
|
2357
|
-
/**
|
|
2358
|
-
* @internal
|
|
2359
|
-
*/
|
|
2360
|
-
const filterSensitiveLog: (obj: DescribeMultiRegionAccessPointOperationRequest) => any;
|
|
2361
|
-
}
|
|
2362
1832
|
export interface DescribeMultiRegionAccessPointOperationResult {
|
|
2363
1833
|
/**
|
|
2364
1834
|
* <p>A container element containing the details of the asynchronous operation.</p>
|
|
2365
1835
|
*/
|
|
2366
1836
|
AsyncOperation?: AsyncOperation;
|
|
2367
1837
|
}
|
|
2368
|
-
export declare namespace DescribeMultiRegionAccessPointOperationResult {
|
|
2369
|
-
/**
|
|
2370
|
-
* @internal
|
|
2371
|
-
*/
|
|
2372
|
-
const filterSensitiveLog: (obj: DescribeMultiRegionAccessPointOperationResult) => any;
|
|
2373
|
-
}
|
|
2374
1838
|
export interface GetAccessPointRequest {
|
|
2375
1839
|
/**
|
|
2376
1840
|
* <p>The account ID for the account that owns the specified access point.</p>
|
|
@@ -2383,12 +1847,6 @@ export interface GetAccessPointRequest {
|
|
|
2383
1847
|
*/
|
|
2384
1848
|
Name: string | undefined;
|
|
2385
1849
|
}
|
|
2386
|
-
export declare namespace GetAccessPointRequest {
|
|
2387
|
-
/**
|
|
2388
|
-
* @internal
|
|
2389
|
-
*/
|
|
2390
|
-
const filterSensitiveLog: (obj: GetAccessPointRequest) => any;
|
|
2391
|
-
}
|
|
2392
1850
|
export interface GetAccessPointResult {
|
|
2393
1851
|
/**
|
|
2394
1852
|
* <p>The name of the specified access point.</p>
|
|
@@ -2440,12 +1898,6 @@ export interface GetAccessPointResult {
|
|
|
2440
1898
|
*/
|
|
2441
1899
|
Endpoints?: Record<string, string>;
|
|
2442
1900
|
}
|
|
2443
|
-
export declare namespace GetAccessPointResult {
|
|
2444
|
-
/**
|
|
2445
|
-
* @internal
|
|
2446
|
-
*/
|
|
2447
|
-
const filterSensitiveLog: (obj: GetAccessPointResult) => any;
|
|
2448
|
-
}
|
|
2449
1901
|
export interface GetAccessPointConfigurationForObjectLambdaRequest {
|
|
2450
1902
|
/**
|
|
2451
1903
|
* <p>The account ID for the account that owns the specified Object Lambda Access Point.</p>
|
|
@@ -2456,24 +1908,12 @@ export interface GetAccessPointConfigurationForObjectLambdaRequest {
|
|
|
2456
1908
|
*/
|
|
2457
1909
|
Name: string | undefined;
|
|
2458
1910
|
}
|
|
2459
|
-
export declare namespace GetAccessPointConfigurationForObjectLambdaRequest {
|
|
2460
|
-
/**
|
|
2461
|
-
* @internal
|
|
2462
|
-
*/
|
|
2463
|
-
const filterSensitiveLog: (obj: GetAccessPointConfigurationForObjectLambdaRequest) => any;
|
|
2464
|
-
}
|
|
2465
1911
|
export interface GetAccessPointConfigurationForObjectLambdaResult {
|
|
2466
1912
|
/**
|
|
2467
1913
|
* <p>Object Lambda Access Point configuration document.</p>
|
|
2468
1914
|
*/
|
|
2469
1915
|
Configuration?: ObjectLambdaConfiguration;
|
|
2470
1916
|
}
|
|
2471
|
-
export declare namespace GetAccessPointConfigurationForObjectLambdaResult {
|
|
2472
|
-
/**
|
|
2473
|
-
* @internal
|
|
2474
|
-
*/
|
|
2475
|
-
const filterSensitiveLog: (obj: GetAccessPointConfigurationForObjectLambdaResult) => any;
|
|
2476
|
-
}
|
|
2477
1917
|
export interface GetAccessPointForObjectLambdaRequest {
|
|
2478
1918
|
/**
|
|
2479
1919
|
* <p>The account ID for the account that owns the specified Object Lambda Access Point.</p>
|
|
@@ -2484,12 +1924,6 @@ export interface GetAccessPointForObjectLambdaRequest {
|
|
|
2484
1924
|
*/
|
|
2485
1925
|
Name: string | undefined;
|
|
2486
1926
|
}
|
|
2487
|
-
export declare namespace GetAccessPointForObjectLambdaRequest {
|
|
2488
|
-
/**
|
|
2489
|
-
* @internal
|
|
2490
|
-
*/
|
|
2491
|
-
const filterSensitiveLog: (obj: GetAccessPointForObjectLambdaRequest) => any;
|
|
2492
|
-
}
|
|
2493
1927
|
export interface GetAccessPointForObjectLambdaResult {
|
|
2494
1928
|
/**
|
|
2495
1929
|
* <p>The name of the Object Lambda Access Point.</p>
|
|
@@ -2505,12 +1939,6 @@ export interface GetAccessPointForObjectLambdaResult {
|
|
|
2505
1939
|
*/
|
|
2506
1940
|
CreationDate?: Date;
|
|
2507
1941
|
}
|
|
2508
|
-
export declare namespace GetAccessPointForObjectLambdaResult {
|
|
2509
|
-
/**
|
|
2510
|
-
* @internal
|
|
2511
|
-
*/
|
|
2512
|
-
const filterSensitiveLog: (obj: GetAccessPointForObjectLambdaResult) => any;
|
|
2513
|
-
}
|
|
2514
1942
|
export interface GetAccessPointPolicyRequest {
|
|
2515
1943
|
/**
|
|
2516
1944
|
* <p>The account ID for the account that owns the specified access point.</p>
|
|
@@ -2523,24 +1951,12 @@ export interface GetAccessPointPolicyRequest {
|
|
|
2523
1951
|
*/
|
|
2524
1952
|
Name: string | undefined;
|
|
2525
1953
|
}
|
|
2526
|
-
export declare namespace GetAccessPointPolicyRequest {
|
|
2527
|
-
/**
|
|
2528
|
-
* @internal
|
|
2529
|
-
*/
|
|
2530
|
-
const filterSensitiveLog: (obj: GetAccessPointPolicyRequest) => any;
|
|
2531
|
-
}
|
|
2532
1954
|
export interface GetAccessPointPolicyResult {
|
|
2533
1955
|
/**
|
|
2534
1956
|
* <p>The access point policy associated with the specified access point.</p>
|
|
2535
1957
|
*/
|
|
2536
1958
|
Policy?: string;
|
|
2537
1959
|
}
|
|
2538
|
-
export declare namespace GetAccessPointPolicyResult {
|
|
2539
|
-
/**
|
|
2540
|
-
* @internal
|
|
2541
|
-
*/
|
|
2542
|
-
const filterSensitiveLog: (obj: GetAccessPointPolicyResult) => any;
|
|
2543
|
-
}
|
|
2544
1960
|
export interface GetAccessPointPolicyForObjectLambdaRequest {
|
|
2545
1961
|
/**
|
|
2546
1962
|
* <p>The account ID for the account that owns the specified Object Lambda Access Point.</p>
|
|
@@ -2551,24 +1967,12 @@ export interface GetAccessPointPolicyForObjectLambdaRequest {
|
|
|
2551
1967
|
*/
|
|
2552
1968
|
Name: string | undefined;
|
|
2553
1969
|
}
|
|
2554
|
-
export declare namespace GetAccessPointPolicyForObjectLambdaRequest {
|
|
2555
|
-
/**
|
|
2556
|
-
* @internal
|
|
2557
|
-
*/
|
|
2558
|
-
const filterSensitiveLog: (obj: GetAccessPointPolicyForObjectLambdaRequest) => any;
|
|
2559
|
-
}
|
|
2560
1970
|
export interface GetAccessPointPolicyForObjectLambdaResult {
|
|
2561
1971
|
/**
|
|
2562
1972
|
* <p>Object Lambda Access Point resource policy document.</p>
|
|
2563
1973
|
*/
|
|
2564
1974
|
Policy?: string;
|
|
2565
1975
|
}
|
|
2566
|
-
export declare namespace GetAccessPointPolicyForObjectLambdaResult {
|
|
2567
|
-
/**
|
|
2568
|
-
* @internal
|
|
2569
|
-
*/
|
|
2570
|
-
const filterSensitiveLog: (obj: GetAccessPointPolicyForObjectLambdaResult) => any;
|
|
2571
|
-
}
|
|
2572
1976
|
export interface GetAccessPointPolicyStatusRequest {
|
|
2573
1977
|
/**
|
|
2574
1978
|
* <p>The account ID for the account that owns the specified access point.</p>
|
|
@@ -2579,12 +1983,6 @@ export interface GetAccessPointPolicyStatusRequest {
|
|
|
2579
1983
|
*/
|
|
2580
1984
|
Name: string | undefined;
|
|
2581
1985
|
}
|
|
2582
|
-
export declare namespace GetAccessPointPolicyStatusRequest {
|
|
2583
|
-
/**
|
|
2584
|
-
* @internal
|
|
2585
|
-
*/
|
|
2586
|
-
const filterSensitiveLog: (obj: GetAccessPointPolicyStatusRequest) => any;
|
|
2587
|
-
}
|
|
2588
1986
|
/**
|
|
2589
1987
|
* <p>Indicates whether this access point policy is public. For more information about how Amazon S3
|
|
2590
1988
|
* evaluates policies to determine whether they are public, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status">The Meaning of "Public"</a> in the <i>Amazon S3 User Guide</i>. </p>
|
|
@@ -2595,24 +1993,12 @@ export interface PolicyStatus {
|
|
|
2595
1993
|
*/
|
|
2596
1994
|
IsPublic?: boolean;
|
|
2597
1995
|
}
|
|
2598
|
-
export declare namespace PolicyStatus {
|
|
2599
|
-
/**
|
|
2600
|
-
* @internal
|
|
2601
|
-
*/
|
|
2602
|
-
const filterSensitiveLog: (obj: PolicyStatus) => any;
|
|
2603
|
-
}
|
|
2604
1996
|
export interface GetAccessPointPolicyStatusResult {
|
|
2605
1997
|
/**
|
|
2606
1998
|
* <p>Indicates the current policy status of the specified access point.</p>
|
|
2607
1999
|
*/
|
|
2608
2000
|
PolicyStatus?: PolicyStatus;
|
|
2609
2001
|
}
|
|
2610
|
-
export declare namespace GetAccessPointPolicyStatusResult {
|
|
2611
|
-
/**
|
|
2612
|
-
* @internal
|
|
2613
|
-
*/
|
|
2614
|
-
const filterSensitiveLog: (obj: GetAccessPointPolicyStatusResult) => any;
|
|
2615
|
-
}
|
|
2616
2002
|
export interface GetAccessPointPolicyStatusForObjectLambdaRequest {
|
|
2617
2003
|
/**
|
|
2618
2004
|
* <p>The account ID for the account that owns the specified Object Lambda Access Point.</p>
|
|
@@ -2623,12 +2009,6 @@ export interface GetAccessPointPolicyStatusForObjectLambdaRequest {
|
|
|
2623
2009
|
*/
|
|
2624
2010
|
Name: string | undefined;
|
|
2625
2011
|
}
|
|
2626
|
-
export declare namespace GetAccessPointPolicyStatusForObjectLambdaRequest {
|
|
2627
|
-
/**
|
|
2628
|
-
* @internal
|
|
2629
|
-
*/
|
|
2630
|
-
const filterSensitiveLog: (obj: GetAccessPointPolicyStatusForObjectLambdaRequest) => any;
|
|
2631
|
-
}
|
|
2632
2012
|
export interface GetAccessPointPolicyStatusForObjectLambdaResult {
|
|
2633
2013
|
/**
|
|
2634
2014
|
* <p>Indicates whether this access point policy is public. For more information about how Amazon S3
|
|
@@ -2636,12 +2016,6 @@ export interface GetAccessPointPolicyStatusForObjectLambdaResult {
|
|
|
2636
2016
|
*/
|
|
2637
2017
|
PolicyStatus?: PolicyStatus;
|
|
2638
2018
|
}
|
|
2639
|
-
export declare namespace GetAccessPointPolicyStatusForObjectLambdaResult {
|
|
2640
|
-
/**
|
|
2641
|
-
* @internal
|
|
2642
|
-
*/
|
|
2643
|
-
const filterSensitiveLog: (obj: GetAccessPointPolicyStatusForObjectLambdaResult) => any;
|
|
2644
|
-
}
|
|
2645
2019
|
export interface GetBucketRequest {
|
|
2646
2020
|
/**
|
|
2647
2021
|
* <p>The Amazon Web Services account ID of the Outposts bucket.</p>
|
|
@@ -2654,12 +2028,6 @@ export interface GetBucketRequest {
|
|
|
2654
2028
|
*/
|
|
2655
2029
|
Bucket: string | undefined;
|
|
2656
2030
|
}
|
|
2657
|
-
export declare namespace GetBucketRequest {
|
|
2658
|
-
/**
|
|
2659
|
-
* @internal
|
|
2660
|
-
*/
|
|
2661
|
-
const filterSensitiveLog: (obj: GetBucketRequest) => any;
|
|
2662
|
-
}
|
|
2663
2031
|
export interface GetBucketResult {
|
|
2664
2032
|
/**
|
|
2665
2033
|
* <p>The Outposts bucket requested.</p>
|
|
@@ -2674,12 +2042,6 @@ export interface GetBucketResult {
|
|
|
2674
2042
|
*/
|
|
2675
2043
|
CreationDate?: Date;
|
|
2676
2044
|
}
|
|
2677
|
-
export declare namespace GetBucketResult {
|
|
2678
|
-
/**
|
|
2679
|
-
* @internal
|
|
2680
|
-
*/
|
|
2681
|
-
const filterSensitiveLog: (obj: GetBucketResult) => any;
|
|
2682
|
-
}
|
|
2683
2045
|
export interface GetBucketLifecycleConfigurationRequest {
|
|
2684
2046
|
/**
|
|
2685
2047
|
* <p>The Amazon Web Services account ID of the Outposts bucket.</p>
|
|
@@ -2692,12 +2054,6 @@ export interface GetBucketLifecycleConfigurationRequest {
|
|
|
2692
2054
|
*/
|
|
2693
2055
|
Bucket: string | undefined;
|
|
2694
2056
|
}
|
|
2695
|
-
export declare namespace GetBucketLifecycleConfigurationRequest {
|
|
2696
|
-
/**
|
|
2697
|
-
* @internal
|
|
2698
|
-
*/
|
|
2699
|
-
const filterSensitiveLog: (obj: GetBucketLifecycleConfigurationRequest) => any;
|
|
2700
|
-
}
|
|
2701
2057
|
/**
|
|
2702
2058
|
* <p>The container of the Outposts bucket lifecycle expiration.</p>
|
|
2703
2059
|
*/
|
|
@@ -2719,12 +2075,6 @@ export interface LifecycleExpiration {
|
|
|
2719
2075
|
*/
|
|
2720
2076
|
ExpiredObjectDeleteMarker?: boolean;
|
|
2721
2077
|
}
|
|
2722
|
-
export declare namespace LifecycleExpiration {
|
|
2723
|
-
/**
|
|
2724
|
-
* @internal
|
|
2725
|
-
*/
|
|
2726
|
-
const filterSensitiveLog: (obj: LifecycleExpiration) => any;
|
|
2727
|
-
}
|
|
2728
2078
|
/**
|
|
2729
2079
|
* <p>The container for the Outposts bucket lifecycle rule and operator.</p>
|
|
2730
2080
|
*/
|
|
@@ -2739,12 +2089,6 @@ export interface LifecycleRuleAndOperator {
|
|
|
2739
2089
|
*/
|
|
2740
2090
|
Tags?: S3Tag[];
|
|
2741
2091
|
}
|
|
2742
|
-
export declare namespace LifecycleRuleAndOperator {
|
|
2743
|
-
/**
|
|
2744
|
-
* @internal
|
|
2745
|
-
*/
|
|
2746
|
-
const filterSensitiveLog: (obj: LifecycleRuleAndOperator) => any;
|
|
2747
|
-
}
|
|
2748
2092
|
/**
|
|
2749
2093
|
* <p>The container for the filter of the lifecycle rule.</p>
|
|
2750
2094
|
*/
|
|
@@ -2767,12 +2111,6 @@ export interface LifecycleRuleFilter {
|
|
|
2767
2111
|
*/
|
|
2768
2112
|
And?: LifecycleRuleAndOperator;
|
|
2769
2113
|
}
|
|
2770
|
-
export declare namespace LifecycleRuleFilter {
|
|
2771
|
-
/**
|
|
2772
|
-
* @internal
|
|
2773
|
-
*/
|
|
2774
|
-
const filterSensitiveLog: (obj: LifecycleRuleFilter) => any;
|
|
2775
|
-
}
|
|
2776
2114
|
/**
|
|
2777
2115
|
* <p>The container of the noncurrent version expiration.</p>
|
|
2778
2116
|
*/
|
|
@@ -2785,12 +2123,6 @@ export interface NoncurrentVersionExpiration {
|
|
|
2785
2123
|
*/
|
|
2786
2124
|
NoncurrentDays?: number;
|
|
2787
2125
|
}
|
|
2788
|
-
export declare namespace NoncurrentVersionExpiration {
|
|
2789
|
-
/**
|
|
2790
|
-
* @internal
|
|
2791
|
-
*/
|
|
2792
|
-
const filterSensitiveLog: (obj: NoncurrentVersionExpiration) => any;
|
|
2793
|
-
}
|
|
2794
2126
|
export declare type TransitionStorageClass = "DEEP_ARCHIVE" | "GLACIER" | "INTELLIGENT_TIERING" | "ONEZONE_IA" | "STANDARD_IA";
|
|
2795
2127
|
/**
|
|
2796
2128
|
* <p>The container for the noncurrent version transition.</p>
|
|
@@ -2808,12 +2140,6 @@ export interface NoncurrentVersionTransition {
|
|
|
2808
2140
|
*/
|
|
2809
2141
|
StorageClass?: TransitionStorageClass | string;
|
|
2810
2142
|
}
|
|
2811
|
-
export declare namespace NoncurrentVersionTransition {
|
|
2812
|
-
/**
|
|
2813
|
-
* @internal
|
|
2814
|
-
*/
|
|
2815
|
-
const filterSensitiveLog: (obj: NoncurrentVersionTransition) => any;
|
|
2816
|
-
}
|
|
2817
2143
|
export declare type ExpirationStatus = "Disabled" | "Enabled";
|
|
2818
2144
|
/**
|
|
2819
2145
|
* <p>Specifies when an object transitions to a specified storage class. For more information
|
|
@@ -2837,12 +2163,6 @@ export interface Transition {
|
|
|
2837
2163
|
*/
|
|
2838
2164
|
StorageClass?: TransitionStorageClass | string;
|
|
2839
2165
|
}
|
|
2840
|
-
export declare namespace Transition {
|
|
2841
|
-
/**
|
|
2842
|
-
* @internal
|
|
2843
|
-
*/
|
|
2844
|
-
const filterSensitiveLog: (obj: Transition) => any;
|
|
2845
|
-
}
|
|
2846
2166
|
/**
|
|
2847
2167
|
* <p>The container for the Outposts bucket lifecycle rule.</p>
|
|
2848
2168
|
*/
|
|
@@ -2898,24 +2218,12 @@ export interface LifecycleRule {
|
|
|
2898
2218
|
*/
|
|
2899
2219
|
AbortIncompleteMultipartUpload?: AbortIncompleteMultipartUpload;
|
|
2900
2220
|
}
|
|
2901
|
-
export declare namespace LifecycleRule {
|
|
2902
|
-
/**
|
|
2903
|
-
* @internal
|
|
2904
|
-
*/
|
|
2905
|
-
const filterSensitiveLog: (obj: LifecycleRule) => any;
|
|
2906
|
-
}
|
|
2907
2221
|
export interface GetBucketLifecycleConfigurationResult {
|
|
2908
2222
|
/**
|
|
2909
2223
|
* <p>Container for the lifecycle rule of the Outposts bucket.</p>
|
|
2910
2224
|
*/
|
|
2911
2225
|
Rules?: LifecycleRule[];
|
|
2912
2226
|
}
|
|
2913
|
-
export declare namespace GetBucketLifecycleConfigurationResult {
|
|
2914
|
-
/**
|
|
2915
|
-
* @internal
|
|
2916
|
-
*/
|
|
2917
|
-
const filterSensitiveLog: (obj: GetBucketLifecycleConfigurationResult) => any;
|
|
2918
|
-
}
|
|
2919
2227
|
export interface GetBucketPolicyRequest {
|
|
2920
2228
|
/**
|
|
2921
2229
|
* <p>The Amazon Web Services account ID of the Outposts bucket.</p>
|
|
@@ -2928,24 +2236,12 @@ export interface GetBucketPolicyRequest {
|
|
|
2928
2236
|
*/
|
|
2929
2237
|
Bucket: string | undefined;
|
|
2930
2238
|
}
|
|
2931
|
-
export declare namespace GetBucketPolicyRequest {
|
|
2932
|
-
/**
|
|
2933
|
-
* @internal
|
|
2934
|
-
*/
|
|
2935
|
-
const filterSensitiveLog: (obj: GetBucketPolicyRequest) => any;
|
|
2936
|
-
}
|
|
2937
2239
|
export interface GetBucketPolicyResult {
|
|
2938
2240
|
/**
|
|
2939
2241
|
* <p>The policy of the Outposts bucket.</p>
|
|
2940
2242
|
*/
|
|
2941
2243
|
Policy?: string;
|
|
2942
2244
|
}
|
|
2943
|
-
export declare namespace GetBucketPolicyResult {
|
|
2944
|
-
/**
|
|
2945
|
-
* @internal
|
|
2946
|
-
*/
|
|
2947
|
-
const filterSensitiveLog: (obj: GetBucketPolicyResult) => any;
|
|
2948
|
-
}
|
|
2949
2245
|
export interface GetBucketTaggingRequest {
|
|
2950
2246
|
/**
|
|
2951
2247
|
* <p>The Amazon Web Services account ID of the Outposts bucket.</p>
|
|
@@ -2958,24 +2254,12 @@ export interface GetBucketTaggingRequest {
|
|
|
2958
2254
|
*/
|
|
2959
2255
|
Bucket: string | undefined;
|
|
2960
2256
|
}
|
|
2961
|
-
export declare namespace GetBucketTaggingRequest {
|
|
2962
|
-
/**
|
|
2963
|
-
* @internal
|
|
2964
|
-
*/
|
|
2965
|
-
const filterSensitiveLog: (obj: GetBucketTaggingRequest) => any;
|
|
2966
|
-
}
|
|
2967
2257
|
export interface GetBucketTaggingResult {
|
|
2968
2258
|
/**
|
|
2969
2259
|
* <p>The tags set of the Outposts bucket.</p>
|
|
2970
2260
|
*/
|
|
2971
2261
|
TagSet: S3Tag[] | undefined;
|
|
2972
2262
|
}
|
|
2973
|
-
export declare namespace GetBucketTaggingResult {
|
|
2974
|
-
/**
|
|
2975
|
-
* @internal
|
|
2976
|
-
*/
|
|
2977
|
-
const filterSensitiveLog: (obj: GetBucketTaggingResult) => any;
|
|
2978
|
-
}
|
|
2979
2263
|
export interface GetJobTaggingRequest {
|
|
2980
2264
|
/**
|
|
2981
2265
|
* <p>The Amazon Web Services account ID associated with the S3 Batch Operations job.</p>
|
|
@@ -2986,24 +2270,12 @@ export interface GetJobTaggingRequest {
|
|
|
2986
2270
|
*/
|
|
2987
2271
|
JobId: string | undefined;
|
|
2988
2272
|
}
|
|
2989
|
-
export declare namespace GetJobTaggingRequest {
|
|
2990
|
-
/**
|
|
2991
|
-
* @internal
|
|
2992
|
-
*/
|
|
2993
|
-
const filterSensitiveLog: (obj: GetJobTaggingRequest) => any;
|
|
2994
|
-
}
|
|
2995
2273
|
export interface GetJobTaggingResult {
|
|
2996
2274
|
/**
|
|
2997
2275
|
* <p>The set of tags associated with the S3 Batch Operations job.</p>
|
|
2998
2276
|
*/
|
|
2999
2277
|
Tags?: S3Tag[];
|
|
3000
2278
|
}
|
|
3001
|
-
export declare namespace GetJobTaggingResult {
|
|
3002
|
-
/**
|
|
3003
|
-
* @internal
|
|
3004
|
-
*/
|
|
3005
|
-
const filterSensitiveLog: (obj: GetJobTaggingResult) => any;
|
|
3006
|
-
}
|
|
3007
2279
|
export interface GetMultiRegionAccessPointRequest {
|
|
3008
2280
|
/**
|
|
3009
2281
|
* <p>The Amazon Web Services account ID for the owner of the Multi-Region Access Point.</p>
|
|
@@ -3017,12 +2289,6 @@ export interface GetMultiRegionAccessPointRequest {
|
|
|
3017
2289
|
*/
|
|
3018
2290
|
Name: string | undefined;
|
|
3019
2291
|
}
|
|
3020
|
-
export declare namespace GetMultiRegionAccessPointRequest {
|
|
3021
|
-
/**
|
|
3022
|
-
* @internal
|
|
3023
|
-
*/
|
|
3024
|
-
const filterSensitiveLog: (obj: GetMultiRegionAccessPointRequest) => any;
|
|
3025
|
-
}
|
|
3026
2292
|
/**
|
|
3027
2293
|
* <p>A combination of a bucket and Region that's part of a Multi-Region Access Point.</p>
|
|
3028
2294
|
*/
|
|
@@ -3036,12 +2302,6 @@ export interface RegionReport {
|
|
|
3036
2302
|
*/
|
|
3037
2303
|
Region?: string;
|
|
3038
2304
|
}
|
|
3039
|
-
export declare namespace RegionReport {
|
|
3040
|
-
/**
|
|
3041
|
-
* @internal
|
|
3042
|
-
*/
|
|
3043
|
-
const filterSensitiveLog: (obj: RegionReport) => any;
|
|
3044
|
-
}
|
|
3045
2305
|
export declare enum MultiRegionAccessPointStatus {
|
|
3046
2306
|
CREATING = "CREATING",
|
|
3047
2307
|
DELETING = "DELETING",
|
|
@@ -3089,24 +2349,12 @@ export interface MultiRegionAccessPointReport {
|
|
|
3089
2349
|
*/
|
|
3090
2350
|
Regions?: RegionReport[];
|
|
3091
2351
|
}
|
|
3092
|
-
export declare namespace MultiRegionAccessPointReport {
|
|
3093
|
-
/**
|
|
3094
|
-
* @internal
|
|
3095
|
-
*/
|
|
3096
|
-
const filterSensitiveLog: (obj: MultiRegionAccessPointReport) => any;
|
|
3097
|
-
}
|
|
3098
2352
|
export interface GetMultiRegionAccessPointResult {
|
|
3099
2353
|
/**
|
|
3100
2354
|
* <p>A container element containing the details of the requested Multi-Region Access Point.</p>
|
|
3101
2355
|
*/
|
|
3102
2356
|
AccessPoint?: MultiRegionAccessPointReport;
|
|
3103
2357
|
}
|
|
3104
|
-
export declare namespace GetMultiRegionAccessPointResult {
|
|
3105
|
-
/**
|
|
3106
|
-
* @internal
|
|
3107
|
-
*/
|
|
3108
|
-
const filterSensitiveLog: (obj: GetMultiRegionAccessPointResult) => any;
|
|
3109
|
-
}
|
|
3110
2358
|
export interface GetMultiRegionAccessPointPolicyRequest {
|
|
3111
2359
|
/**
|
|
3112
2360
|
* <p>The Amazon Web Services account ID for the owner of the Multi-Region Access Point.</p>
|
|
@@ -3119,12 +2367,6 @@ export interface GetMultiRegionAccessPointPolicyRequest {
|
|
|
3119
2367
|
*/
|
|
3120
2368
|
Name: string | undefined;
|
|
3121
2369
|
}
|
|
3122
|
-
export declare namespace GetMultiRegionAccessPointPolicyRequest {
|
|
3123
|
-
/**
|
|
3124
|
-
* @internal
|
|
3125
|
-
*/
|
|
3126
|
-
const filterSensitiveLog: (obj: GetMultiRegionAccessPointPolicyRequest) => any;
|
|
3127
|
-
}
|
|
3128
2370
|
/**
|
|
3129
2371
|
* <p>The last established access control policy for a Multi-Region Access Point.</p>
|
|
3130
2372
|
* <p>When you update the policy, the update is first listed as the proposed policy. After the
|
|
@@ -3138,12 +2380,6 @@ export interface EstablishedMultiRegionAccessPointPolicy {
|
|
|
3138
2380
|
*/
|
|
3139
2381
|
Policy?: string;
|
|
3140
2382
|
}
|
|
3141
|
-
export declare namespace EstablishedMultiRegionAccessPointPolicy {
|
|
3142
|
-
/**
|
|
3143
|
-
* @internal
|
|
3144
|
-
*/
|
|
3145
|
-
const filterSensitiveLog: (obj: EstablishedMultiRegionAccessPointPolicy) => any;
|
|
3146
|
-
}
|
|
3147
2383
|
/**
|
|
3148
2384
|
* <p>The proposed access control policy for the Multi-Region Access Point.</p>
|
|
3149
2385
|
* <p>When you update the policy, the update is first listed as the proposed policy. After the
|
|
@@ -3157,12 +2393,6 @@ export interface ProposedMultiRegionAccessPointPolicy {
|
|
|
3157
2393
|
*/
|
|
3158
2394
|
Policy?: string;
|
|
3159
2395
|
}
|
|
3160
|
-
export declare namespace ProposedMultiRegionAccessPointPolicy {
|
|
3161
|
-
/**
|
|
3162
|
-
* @internal
|
|
3163
|
-
*/
|
|
3164
|
-
const filterSensitiveLog: (obj: ProposedMultiRegionAccessPointPolicy) => any;
|
|
3165
|
-
}
|
|
3166
2396
|
/**
|
|
3167
2397
|
* <p>The Multi-Region Access Point access control policy.</p>
|
|
3168
2398
|
* <p>When you update the policy, the update is first listed as the proposed policy. After the
|
|
@@ -3180,24 +2410,12 @@ export interface MultiRegionAccessPointPolicyDocument {
|
|
|
3180
2410
|
*/
|
|
3181
2411
|
Proposed?: ProposedMultiRegionAccessPointPolicy;
|
|
3182
2412
|
}
|
|
3183
|
-
export declare namespace MultiRegionAccessPointPolicyDocument {
|
|
3184
|
-
/**
|
|
3185
|
-
* @internal
|
|
3186
|
-
*/
|
|
3187
|
-
const filterSensitiveLog: (obj: MultiRegionAccessPointPolicyDocument) => any;
|
|
3188
|
-
}
|
|
3189
2413
|
export interface GetMultiRegionAccessPointPolicyResult {
|
|
3190
2414
|
/**
|
|
3191
2415
|
* <p>The policy associated with the specified Multi-Region Access Point.</p>
|
|
3192
2416
|
*/
|
|
3193
2417
|
Policy?: MultiRegionAccessPointPolicyDocument;
|
|
3194
2418
|
}
|
|
3195
|
-
export declare namespace GetMultiRegionAccessPointPolicyResult {
|
|
3196
|
-
/**
|
|
3197
|
-
* @internal
|
|
3198
|
-
*/
|
|
3199
|
-
const filterSensitiveLog: (obj: GetMultiRegionAccessPointPolicyResult) => any;
|
|
3200
|
-
}
|
|
3201
2419
|
export interface GetMultiRegionAccessPointPolicyStatusRequest {
|
|
3202
2420
|
/**
|
|
3203
2421
|
* <p>The Amazon Web Services account ID for the owner of the Multi-Region Access Point.</p>
|
|
@@ -3210,12 +2428,6 @@ export interface GetMultiRegionAccessPointPolicyStatusRequest {
|
|
|
3210
2428
|
*/
|
|
3211
2429
|
Name: string | undefined;
|
|
3212
2430
|
}
|
|
3213
|
-
export declare namespace GetMultiRegionAccessPointPolicyStatusRequest {
|
|
3214
|
-
/**
|
|
3215
|
-
* @internal
|
|
3216
|
-
*/
|
|
3217
|
-
const filterSensitiveLog: (obj: GetMultiRegionAccessPointPolicyStatusRequest) => any;
|
|
3218
|
-
}
|
|
3219
2431
|
export interface GetMultiRegionAccessPointPolicyStatusResult {
|
|
3220
2432
|
/**
|
|
3221
2433
|
* <p>Indicates whether this access point policy is public. For more information about how Amazon S3
|
|
@@ -3223,12 +2435,6 @@ export interface GetMultiRegionAccessPointPolicyStatusResult {
|
|
|
3223
2435
|
*/
|
|
3224
2436
|
Established?: PolicyStatus;
|
|
3225
2437
|
}
|
|
3226
|
-
export declare namespace GetMultiRegionAccessPointPolicyStatusResult {
|
|
3227
|
-
/**
|
|
3228
|
-
* @internal
|
|
3229
|
-
*/
|
|
3230
|
-
const filterSensitiveLog: (obj: GetMultiRegionAccessPointPolicyStatusResult) => any;
|
|
3231
|
-
}
|
|
3232
2438
|
export interface GetPublicAccessBlockOutput {
|
|
3233
2439
|
/**
|
|
3234
2440
|
* <p>The <code>PublicAccessBlock</code> configuration currently in effect for this
|
|
@@ -3236,12 +2442,6 @@ export interface GetPublicAccessBlockOutput {
|
|
|
3236
2442
|
*/
|
|
3237
2443
|
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration;
|
|
3238
2444
|
}
|
|
3239
|
-
export declare namespace GetPublicAccessBlockOutput {
|
|
3240
|
-
/**
|
|
3241
|
-
* @internal
|
|
3242
|
-
*/
|
|
3243
|
-
const filterSensitiveLog: (obj: GetPublicAccessBlockOutput) => any;
|
|
3244
|
-
}
|
|
3245
2445
|
export interface GetPublicAccessBlockRequest {
|
|
3246
2446
|
/**
|
|
3247
2447
|
* <p>The account ID for the Amazon Web Services account whose <code>PublicAccessBlock</code> configuration
|
|
@@ -3249,12 +2449,6 @@ export interface GetPublicAccessBlockRequest {
|
|
|
3249
2449
|
*/
|
|
3250
2450
|
AccountId?: string;
|
|
3251
2451
|
}
|
|
3252
|
-
export declare namespace GetPublicAccessBlockRequest {
|
|
3253
|
-
/**
|
|
3254
|
-
* @internal
|
|
3255
|
-
*/
|
|
3256
|
-
const filterSensitiveLog: (obj: GetPublicAccessBlockRequest) => any;
|
|
3257
|
-
}
|
|
3258
2452
|
/**
|
|
3259
2453
|
* <p>Amazon S3 throws this exception if you make a <code>GetPublicAccessBlock</code> request
|
|
3260
2454
|
* against an account that doesn't have a <code>PublicAccessBlockConfiguration</code>
|
|
@@ -3279,12 +2473,6 @@ export interface GetStorageLensConfigurationRequest {
|
|
|
3279
2473
|
*/
|
|
3280
2474
|
AccountId?: string;
|
|
3281
2475
|
}
|
|
3282
|
-
export declare namespace GetStorageLensConfigurationRequest {
|
|
3283
|
-
/**
|
|
3284
|
-
* @internal
|
|
3285
|
-
*/
|
|
3286
|
-
const filterSensitiveLog: (obj: GetStorageLensConfigurationRequest) => any;
|
|
3287
|
-
}
|
|
3288
2476
|
/**
|
|
3289
2477
|
* <p>The Amazon Web Services organization for your S3 Storage Lens.</p>
|
|
3290
2478
|
*/
|
|
@@ -3298,12 +2486,6 @@ export interface StorageLensAwsOrg {
|
|
|
3298
2486
|
*/
|
|
3299
2487
|
Arn: string | undefined;
|
|
3300
2488
|
}
|
|
3301
|
-
export declare namespace StorageLensAwsOrg {
|
|
3302
|
-
/**
|
|
3303
|
-
* @internal
|
|
3304
|
-
*/
|
|
3305
|
-
const filterSensitiveLog: (obj: StorageLensAwsOrg) => any;
|
|
3306
|
-
}
|
|
3307
2489
|
/**
|
|
3308
2490
|
* <p>A container for enabling Amazon CloudWatch publishing for S3 Storage Lens metrics.</p>
|
|
3309
2491
|
* <p>For more information about publishing S3 Storage Lens metrics to CloudWatch, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_view_metrics_cloudwatch.html">Monitor
|
|
@@ -3317,12 +2499,6 @@ export interface CloudWatchMetrics {
|
|
|
3317
2499
|
*/
|
|
3318
2500
|
IsEnabled: boolean | undefined;
|
|
3319
2501
|
}
|
|
3320
|
-
export declare namespace CloudWatchMetrics {
|
|
3321
|
-
/**
|
|
3322
|
-
* @internal
|
|
3323
|
-
*/
|
|
3324
|
-
const filterSensitiveLog: (obj: CloudWatchMetrics) => any;
|
|
3325
|
-
}
|
|
3326
2502
|
/**
|
|
3327
2503
|
* <p></p>
|
|
3328
2504
|
*/
|
|
@@ -3336,23 +2512,11 @@ export interface SSEKMS {
|
|
|
3336
2512
|
*/
|
|
3337
2513
|
KeyId: string | undefined;
|
|
3338
2514
|
}
|
|
3339
|
-
export declare namespace SSEKMS {
|
|
3340
|
-
/**
|
|
3341
|
-
* @internal
|
|
3342
|
-
*/
|
|
3343
|
-
const filterSensitiveLog: (obj: SSEKMS) => any;
|
|
3344
|
-
}
|
|
3345
2515
|
/**
|
|
3346
2516
|
* <p></p>
|
|
3347
2517
|
*/
|
|
3348
2518
|
export interface SSES3 {
|
|
3349
2519
|
}
|
|
3350
|
-
export declare namespace SSES3 {
|
|
3351
|
-
/**
|
|
3352
|
-
* @internal
|
|
3353
|
-
*/
|
|
3354
|
-
const filterSensitiveLog: (obj: SSES3) => any;
|
|
3355
|
-
}
|
|
3356
2520
|
/**
|
|
3357
2521
|
* <p>A container for the encryption of the S3 Storage Lens metrics exports.</p>
|
|
3358
2522
|
*/
|
|
@@ -3366,12 +2530,6 @@ export interface StorageLensDataExportEncryption {
|
|
|
3366
2530
|
*/
|
|
3367
2531
|
SSEKMS?: SSEKMS;
|
|
3368
2532
|
}
|
|
3369
|
-
export declare namespace StorageLensDataExportEncryption {
|
|
3370
|
-
/**
|
|
3371
|
-
* @internal
|
|
3372
|
-
*/
|
|
3373
|
-
const filterSensitiveLog: (obj: StorageLensDataExportEncryption) => any;
|
|
3374
|
-
}
|
|
3375
2533
|
export declare type Format = "CSV" | "Parquet";
|
|
3376
2534
|
export declare type OutputSchemaVersion = "V_1";
|
|
3377
2535
|
/**
|
|
@@ -3408,12 +2566,6 @@ export interface S3BucketDestination {
|
|
|
3408
2566
|
*/
|
|
3409
2567
|
Encryption?: StorageLensDataExportEncryption;
|
|
3410
2568
|
}
|
|
3411
|
-
export declare namespace S3BucketDestination {
|
|
3412
|
-
/**
|
|
3413
|
-
* @internal
|
|
3414
|
-
*/
|
|
3415
|
-
const filterSensitiveLog: (obj: S3BucketDestination) => any;
|
|
3416
|
-
}
|
|
3417
2569
|
/**
|
|
3418
2570
|
* <p>A container to specify the properties of your S3 Storage Lens metrics export, including the
|
|
3419
2571
|
* destination, schema, and format.</p>
|
|
@@ -3432,12 +2584,6 @@ export interface StorageLensDataExport {
|
|
|
3432
2584
|
*/
|
|
3433
2585
|
CloudWatchMetrics?: CloudWatchMetrics;
|
|
3434
2586
|
}
|
|
3435
|
-
export declare namespace StorageLensDataExport {
|
|
3436
|
-
/**
|
|
3437
|
-
* @internal
|
|
3438
|
-
*/
|
|
3439
|
-
const filterSensitiveLog: (obj: StorageLensDataExport) => any;
|
|
3440
|
-
}
|
|
3441
2587
|
/**
|
|
3442
2588
|
* <p>A container for what Amazon S3 Storage Lens will exclude.</p>
|
|
3443
2589
|
*/
|
|
@@ -3451,12 +2597,6 @@ export interface _Exclude {
|
|
|
3451
2597
|
*/
|
|
3452
2598
|
Regions?: string[];
|
|
3453
2599
|
}
|
|
3454
|
-
export declare namespace _Exclude {
|
|
3455
|
-
/**
|
|
3456
|
-
* @internal
|
|
3457
|
-
*/
|
|
3458
|
-
const filterSensitiveLog: (obj: _Exclude) => any;
|
|
3459
|
-
}
|
|
3460
2600
|
/**
|
|
3461
2601
|
* <p>A container for what Amazon S3 Storage Lens configuration includes.</p>
|
|
3462
2602
|
*/
|
|
@@ -3470,12 +2610,6 @@ export interface Include {
|
|
|
3470
2610
|
*/
|
|
3471
2611
|
Regions?: string[];
|
|
3472
2612
|
}
|
|
3473
|
-
export declare namespace Include {
|
|
3474
|
-
/**
|
|
3475
|
-
* @internal
|
|
3476
|
-
*/
|
|
3477
|
-
const filterSensitiveLog: (obj: Include) => any;
|
|
3478
|
-
}
|
|
3479
2613
|
/**
|
|
3480
2614
|
* <p>A container for the Amazon S3 Storage Lens configuration.</p>
|
|
3481
2615
|
*/
|
|
@@ -3521,24 +2655,12 @@ export interface StorageLensConfiguration {
|
|
|
3521
2655
|
*/
|
|
3522
2656
|
StorageLensArn?: string;
|
|
3523
2657
|
}
|
|
3524
|
-
export declare namespace StorageLensConfiguration {
|
|
3525
|
-
/**
|
|
3526
|
-
* @internal
|
|
3527
|
-
*/
|
|
3528
|
-
const filterSensitiveLog: (obj: StorageLensConfiguration) => any;
|
|
3529
|
-
}
|
|
3530
2658
|
export interface GetStorageLensConfigurationResult {
|
|
3531
2659
|
/**
|
|
3532
2660
|
* <p>The S3 Storage Lens configuration requested.</p>
|
|
3533
2661
|
*/
|
|
3534
2662
|
StorageLensConfiguration?: StorageLensConfiguration;
|
|
3535
2663
|
}
|
|
3536
|
-
export declare namespace GetStorageLensConfigurationResult {
|
|
3537
|
-
/**
|
|
3538
|
-
* @internal
|
|
3539
|
-
*/
|
|
3540
|
-
const filterSensitiveLog: (obj: GetStorageLensConfigurationResult) => any;
|
|
3541
|
-
}
|
|
3542
2664
|
export interface GetStorageLensConfigurationTaggingRequest {
|
|
3543
2665
|
/**
|
|
3544
2666
|
* <p>The ID of the Amazon S3 Storage Lens configuration.</p>
|
|
@@ -3549,12 +2671,6 @@ export interface GetStorageLensConfigurationTaggingRequest {
|
|
|
3549
2671
|
*/
|
|
3550
2672
|
AccountId?: string;
|
|
3551
2673
|
}
|
|
3552
|
-
export declare namespace GetStorageLensConfigurationTaggingRequest {
|
|
3553
|
-
/**
|
|
3554
|
-
* @internal
|
|
3555
|
-
*/
|
|
3556
|
-
const filterSensitiveLog: (obj: GetStorageLensConfigurationTaggingRequest) => any;
|
|
3557
|
-
}
|
|
3558
2674
|
/**
|
|
3559
2675
|
* <p></p>
|
|
3560
2676
|
*/
|
|
@@ -3568,24 +2684,12 @@ export interface StorageLensTag {
|
|
|
3568
2684
|
*/
|
|
3569
2685
|
Value: string | undefined;
|
|
3570
2686
|
}
|
|
3571
|
-
export declare namespace StorageLensTag {
|
|
3572
|
-
/**
|
|
3573
|
-
* @internal
|
|
3574
|
-
*/
|
|
3575
|
-
const filterSensitiveLog: (obj: StorageLensTag) => any;
|
|
3576
|
-
}
|
|
3577
2687
|
export interface GetStorageLensConfigurationTaggingResult {
|
|
3578
2688
|
/**
|
|
3579
2689
|
* <p>The tags of S3 Storage Lens configuration requested.</p>
|
|
3580
2690
|
*/
|
|
3581
2691
|
Tags?: StorageLensTag[];
|
|
3582
2692
|
}
|
|
3583
|
-
export declare namespace GetStorageLensConfigurationTaggingResult {
|
|
3584
|
-
/**
|
|
3585
|
-
* @internal
|
|
3586
|
-
*/
|
|
3587
|
-
const filterSensitiveLog: (obj: GetStorageLensConfigurationTaggingResult) => any;
|
|
3588
|
-
}
|
|
3589
2693
|
export interface ListAccessPointsRequest {
|
|
3590
2694
|
/**
|
|
3591
2695
|
* <p>The Amazon Web Services account ID for owner of the bucket whose access points you want to list.</p>
|
|
@@ -3611,12 +2715,6 @@ export interface ListAccessPointsRequest {
|
|
|
3611
2715
|
*/
|
|
3612
2716
|
MaxResults?: number;
|
|
3613
2717
|
}
|
|
3614
|
-
export declare namespace ListAccessPointsRequest {
|
|
3615
|
-
/**
|
|
3616
|
-
* @internal
|
|
3617
|
-
*/
|
|
3618
|
-
const filterSensitiveLog: (obj: ListAccessPointsRequest) => any;
|
|
3619
|
-
}
|
|
3620
2718
|
export interface ListAccessPointsResult {
|
|
3621
2719
|
/**
|
|
3622
2720
|
* <p>Contains identification and configuration information for one or more access points associated
|
|
@@ -3630,12 +2728,6 @@ export interface ListAccessPointsResult {
|
|
|
3630
2728
|
*/
|
|
3631
2729
|
NextToken?: string;
|
|
3632
2730
|
}
|
|
3633
|
-
export declare namespace ListAccessPointsResult {
|
|
3634
|
-
/**
|
|
3635
|
-
* @internal
|
|
3636
|
-
*/
|
|
3637
|
-
const filterSensitiveLog: (obj: ListAccessPointsResult) => any;
|
|
3638
|
-
}
|
|
3639
2731
|
export interface ListAccessPointsForObjectLambdaRequest {
|
|
3640
2732
|
/**
|
|
3641
2733
|
* <p>The account ID for the account that owns the specified Object Lambda Access Point.</p>
|
|
@@ -3655,12 +2747,6 @@ export interface ListAccessPointsForObjectLambdaRequest {
|
|
|
3655
2747
|
*/
|
|
3656
2748
|
MaxResults?: number;
|
|
3657
2749
|
}
|
|
3658
|
-
export declare namespace ListAccessPointsForObjectLambdaRequest {
|
|
3659
|
-
/**
|
|
3660
|
-
* @internal
|
|
3661
|
-
*/
|
|
3662
|
-
const filterSensitiveLog: (obj: ListAccessPointsForObjectLambdaRequest) => any;
|
|
3663
|
-
}
|
|
3664
2750
|
/**
|
|
3665
2751
|
* <p>An access point with an attached Lambda function used to access transformed data from an Amazon S3
|
|
3666
2752
|
* bucket.</p>
|
|
@@ -3675,12 +2761,6 @@ export interface ObjectLambdaAccessPoint {
|
|
|
3675
2761
|
*/
|
|
3676
2762
|
ObjectLambdaAccessPointArn?: string;
|
|
3677
2763
|
}
|
|
3678
|
-
export declare namespace ObjectLambdaAccessPoint {
|
|
3679
|
-
/**
|
|
3680
|
-
* @internal
|
|
3681
|
-
*/
|
|
3682
|
-
const filterSensitiveLog: (obj: ObjectLambdaAccessPoint) => any;
|
|
3683
|
-
}
|
|
3684
2764
|
export interface ListAccessPointsForObjectLambdaResult {
|
|
3685
2765
|
/**
|
|
3686
2766
|
* <p>Returns list of Object Lambda Access Points.</p>
|
|
@@ -3693,12 +2773,6 @@ export interface ListAccessPointsForObjectLambdaResult {
|
|
|
3693
2773
|
*/
|
|
3694
2774
|
NextToken?: string;
|
|
3695
2775
|
}
|
|
3696
|
-
export declare namespace ListAccessPointsForObjectLambdaResult {
|
|
3697
|
-
/**
|
|
3698
|
-
* @internal
|
|
3699
|
-
*/
|
|
3700
|
-
const filterSensitiveLog: (obj: ListAccessPointsForObjectLambdaResult) => any;
|
|
3701
|
-
}
|
|
3702
2776
|
/**
|
|
3703
2777
|
* <p></p>
|
|
3704
2778
|
*/
|
|
@@ -3747,12 +2821,6 @@ export interface ListJobsRequest {
|
|
|
3747
2821
|
*/
|
|
3748
2822
|
MaxResults?: number;
|
|
3749
2823
|
}
|
|
3750
|
-
export declare namespace ListJobsRequest {
|
|
3751
|
-
/**
|
|
3752
|
-
* @internal
|
|
3753
|
-
*/
|
|
3754
|
-
const filterSensitiveLog: (obj: ListJobsRequest) => any;
|
|
3755
|
-
}
|
|
3756
2824
|
export declare enum OperationName {
|
|
3757
2825
|
LambdaInvoke = "LambdaInvoke",
|
|
3758
2826
|
S3DeleteObjectTagging = "S3DeleteObjectTagging",
|
|
@@ -3806,12 +2874,6 @@ export interface JobListDescriptor {
|
|
|
3806
2874
|
*/
|
|
3807
2875
|
ProgressSummary?: JobProgressSummary;
|
|
3808
2876
|
}
|
|
3809
|
-
export declare namespace JobListDescriptor {
|
|
3810
|
-
/**
|
|
3811
|
-
* @internal
|
|
3812
|
-
*/
|
|
3813
|
-
const filterSensitiveLog: (obj: JobListDescriptor) => any;
|
|
3814
|
-
}
|
|
3815
2877
|
export interface ListJobsResult {
|
|
3816
2878
|
/**
|
|
3817
2879
|
* <p>If the <code>List Jobs</code> request produced more than the maximum number of results,
|
|
@@ -3824,12 +2886,6 @@ export interface ListJobsResult {
|
|
|
3824
2886
|
*/
|
|
3825
2887
|
Jobs?: JobListDescriptor[];
|
|
3826
2888
|
}
|
|
3827
|
-
export declare namespace ListJobsResult {
|
|
3828
|
-
/**
|
|
3829
|
-
* @internal
|
|
3830
|
-
*/
|
|
3831
|
-
const filterSensitiveLog: (obj: ListJobsResult) => any;
|
|
3832
|
-
}
|
|
3833
2889
|
export interface ListMultiRegionAccessPointsRequest {
|
|
3834
2890
|
/**
|
|
3835
2891
|
* <p>The Amazon Web Services account ID for the owner of the Multi-Region Access Point.</p>
|
|
@@ -3844,12 +2900,6 @@ export interface ListMultiRegionAccessPointsRequest {
|
|
|
3844
2900
|
*/
|
|
3845
2901
|
MaxResults?: number;
|
|
3846
2902
|
}
|
|
3847
|
-
export declare namespace ListMultiRegionAccessPointsRequest {
|
|
3848
|
-
/**
|
|
3849
|
-
* @internal
|
|
3850
|
-
*/
|
|
3851
|
-
const filterSensitiveLog: (obj: ListMultiRegionAccessPointsRequest) => any;
|
|
3852
|
-
}
|
|
3853
2903
|
export interface ListMultiRegionAccessPointsResult {
|
|
3854
2904
|
/**
|
|
3855
2905
|
* <p>The list of Multi-Region Access Points associated with the user.</p>
|
|
@@ -3862,12 +2912,6 @@ export interface ListMultiRegionAccessPointsResult {
|
|
|
3862
2912
|
*/
|
|
3863
2913
|
NextToken?: string;
|
|
3864
2914
|
}
|
|
3865
|
-
export declare namespace ListMultiRegionAccessPointsResult {
|
|
3866
|
-
/**
|
|
3867
|
-
* @internal
|
|
3868
|
-
*/
|
|
3869
|
-
const filterSensitiveLog: (obj: ListMultiRegionAccessPointsResult) => any;
|
|
3870
|
-
}
|
|
3871
2915
|
export interface ListRegionalBucketsRequest {
|
|
3872
2916
|
/**
|
|
3873
2917
|
* <p>The Amazon Web Services account ID of the Outposts bucket.</p>
|
|
@@ -3889,12 +2933,6 @@ export interface ListRegionalBucketsRequest {
|
|
|
3889
2933
|
*/
|
|
3890
2934
|
OutpostId?: string;
|
|
3891
2935
|
}
|
|
3892
|
-
export declare namespace ListRegionalBucketsRequest {
|
|
3893
|
-
/**
|
|
3894
|
-
* @internal
|
|
3895
|
-
*/
|
|
3896
|
-
const filterSensitiveLog: (obj: ListRegionalBucketsRequest) => any;
|
|
3897
|
-
}
|
|
3898
2936
|
/**
|
|
3899
2937
|
* <p>The container for the regional bucket.</p>
|
|
3900
2938
|
*/
|
|
@@ -3920,12 +2958,6 @@ export interface RegionalBucket {
|
|
|
3920
2958
|
*/
|
|
3921
2959
|
OutpostId?: string;
|
|
3922
2960
|
}
|
|
3923
|
-
export declare namespace RegionalBucket {
|
|
3924
|
-
/**
|
|
3925
|
-
* @internal
|
|
3926
|
-
*/
|
|
3927
|
-
const filterSensitiveLog: (obj: RegionalBucket) => any;
|
|
3928
|
-
}
|
|
3929
2961
|
export interface ListRegionalBucketsResult {
|
|
3930
2962
|
/**
|
|
3931
2963
|
* <p></p>
|
|
@@ -3940,12 +2972,6 @@ export interface ListRegionalBucketsResult {
|
|
|
3940
2972
|
*/
|
|
3941
2973
|
NextToken?: string;
|
|
3942
2974
|
}
|
|
3943
|
-
export declare namespace ListRegionalBucketsResult {
|
|
3944
|
-
/**
|
|
3945
|
-
* @internal
|
|
3946
|
-
*/
|
|
3947
|
-
const filterSensitiveLog: (obj: ListRegionalBucketsResult) => any;
|
|
3948
|
-
}
|
|
3949
2975
|
export interface ListStorageLensConfigurationsRequest {
|
|
3950
2976
|
/**
|
|
3951
2977
|
* <p>The account ID of the requester.</p>
|
|
@@ -3956,12 +2982,6 @@ export interface ListStorageLensConfigurationsRequest {
|
|
|
3956
2982
|
*/
|
|
3957
2983
|
NextToken?: string;
|
|
3958
2984
|
}
|
|
3959
|
-
export declare namespace ListStorageLensConfigurationsRequest {
|
|
3960
|
-
/**
|
|
3961
|
-
* @internal
|
|
3962
|
-
*/
|
|
3963
|
-
const filterSensitiveLog: (obj: ListStorageLensConfigurationsRequest) => any;
|
|
3964
|
-
}
|
|
3965
2985
|
/**
|
|
3966
2986
|
* <p>Part of <code>ListStorageLensConfigurationResult</code>. Each entry includes the
|
|
3967
2987
|
* description of the S3 Storage Lens configuration, its home Region, whether it is enabled, its
|
|
@@ -3987,12 +3007,6 @@ export interface ListStorageLensConfigurationEntry {
|
|
|
3987
3007
|
*/
|
|
3988
3008
|
IsEnabled?: boolean;
|
|
3989
3009
|
}
|
|
3990
|
-
export declare namespace ListStorageLensConfigurationEntry {
|
|
3991
|
-
/**
|
|
3992
|
-
* @internal
|
|
3993
|
-
*/
|
|
3994
|
-
const filterSensitiveLog: (obj: ListStorageLensConfigurationEntry) => any;
|
|
3995
|
-
}
|
|
3996
3010
|
export interface ListStorageLensConfigurationsResult {
|
|
3997
3011
|
/**
|
|
3998
3012
|
* <p>If the request produced more than the maximum number of S3 Storage Lens configuration results,
|
|
@@ -4005,12 +3019,6 @@ export interface ListStorageLensConfigurationsResult {
|
|
|
4005
3019
|
*/
|
|
4006
3020
|
StorageLensConfigurationList?: ListStorageLensConfigurationEntry[];
|
|
4007
3021
|
}
|
|
4008
|
-
export declare namespace ListStorageLensConfigurationsResult {
|
|
4009
|
-
/**
|
|
4010
|
-
* @internal
|
|
4011
|
-
*/
|
|
4012
|
-
const filterSensitiveLog: (obj: ListStorageLensConfigurationsResult) => any;
|
|
4013
|
-
}
|
|
4014
3022
|
export interface PutAccessPointConfigurationForObjectLambdaRequest {
|
|
4015
3023
|
/**
|
|
4016
3024
|
* <p>The account ID for the account that owns the specified Object Lambda Access Point.</p>
|
|
@@ -4025,12 +3033,6 @@ export interface PutAccessPointConfigurationForObjectLambdaRequest {
|
|
|
4025
3033
|
*/
|
|
4026
3034
|
Configuration: ObjectLambdaConfiguration | undefined;
|
|
4027
3035
|
}
|
|
4028
|
-
export declare namespace PutAccessPointConfigurationForObjectLambdaRequest {
|
|
4029
|
-
/**
|
|
4030
|
-
* @internal
|
|
4031
|
-
*/
|
|
4032
|
-
const filterSensitiveLog: (obj: PutAccessPointConfigurationForObjectLambdaRequest) => any;
|
|
4033
|
-
}
|
|
4034
3036
|
export interface PutAccessPointPolicyRequest {
|
|
4035
3037
|
/**
|
|
4036
3038
|
* <p>The Amazon Web Services account ID for owner of the bucket associated with the specified access point.</p>
|
|
@@ -4049,12 +3051,6 @@ export interface PutAccessPointPolicyRequest {
|
|
|
4049
3051
|
*/
|
|
4050
3052
|
Policy: string | undefined;
|
|
4051
3053
|
}
|
|
4052
|
-
export declare namespace PutAccessPointPolicyRequest {
|
|
4053
|
-
/**
|
|
4054
|
-
* @internal
|
|
4055
|
-
*/
|
|
4056
|
-
const filterSensitiveLog: (obj: PutAccessPointPolicyRequest) => any;
|
|
4057
|
-
}
|
|
4058
3054
|
export interface PutAccessPointPolicyForObjectLambdaRequest {
|
|
4059
3055
|
/**
|
|
4060
3056
|
* <p>The account ID for the account that owns the specified Object Lambda Access Point.</p>
|
|
@@ -4069,12 +3065,6 @@ export interface PutAccessPointPolicyForObjectLambdaRequest {
|
|
|
4069
3065
|
*/
|
|
4070
3066
|
Policy: string | undefined;
|
|
4071
3067
|
}
|
|
4072
|
-
export declare namespace PutAccessPointPolicyForObjectLambdaRequest {
|
|
4073
|
-
/**
|
|
4074
|
-
* @internal
|
|
4075
|
-
*/
|
|
4076
|
-
const filterSensitiveLog: (obj: PutAccessPointPolicyForObjectLambdaRequest) => any;
|
|
4077
|
-
}
|
|
4078
3068
|
/**
|
|
4079
3069
|
* <p>The container for the Outposts bucket lifecycle configuration.</p>
|
|
4080
3070
|
*/
|
|
@@ -4084,12 +3074,6 @@ export interface LifecycleConfiguration {
|
|
|
4084
3074
|
*/
|
|
4085
3075
|
Rules?: LifecycleRule[];
|
|
4086
3076
|
}
|
|
4087
|
-
export declare namespace LifecycleConfiguration {
|
|
4088
|
-
/**
|
|
4089
|
-
* @internal
|
|
4090
|
-
*/
|
|
4091
|
-
const filterSensitiveLog: (obj: LifecycleConfiguration) => any;
|
|
4092
|
-
}
|
|
4093
3077
|
export interface PutBucketLifecycleConfigurationRequest {
|
|
4094
3078
|
/**
|
|
4095
3079
|
* <p>The Amazon Web Services account ID of the Outposts bucket.</p>
|
|
@@ -4104,12 +3088,6 @@ export interface PutBucketLifecycleConfigurationRequest {
|
|
|
4104
3088
|
*/
|
|
4105
3089
|
LifecycleConfiguration?: LifecycleConfiguration;
|
|
4106
3090
|
}
|
|
4107
|
-
export declare namespace PutBucketLifecycleConfigurationRequest {
|
|
4108
|
-
/**
|
|
4109
|
-
* @internal
|
|
4110
|
-
*/
|
|
4111
|
-
const filterSensitiveLog: (obj: PutBucketLifecycleConfigurationRequest) => any;
|
|
4112
|
-
}
|
|
4113
3091
|
export interface PutBucketPolicyRequest {
|
|
4114
3092
|
/**
|
|
4115
3093
|
* <p>The Amazon Web Services account ID of the Outposts bucket.</p>
|
|
@@ -4134,12 +3112,6 @@ export interface PutBucketPolicyRequest {
|
|
|
4134
3112
|
*/
|
|
4135
3113
|
Policy: string | undefined;
|
|
4136
3114
|
}
|
|
4137
|
-
export declare namespace PutBucketPolicyRequest {
|
|
4138
|
-
/**
|
|
4139
|
-
* @internal
|
|
4140
|
-
*/
|
|
4141
|
-
const filterSensitiveLog: (obj: PutBucketPolicyRequest) => any;
|
|
4142
|
-
}
|
|
4143
3115
|
/**
|
|
4144
3116
|
* <p></p>
|
|
4145
3117
|
*/
|
|
@@ -4149,12 +3121,6 @@ export interface Tagging {
|
|
|
4149
3121
|
*/
|
|
4150
3122
|
TagSet: S3Tag[] | undefined;
|
|
4151
3123
|
}
|
|
4152
|
-
export declare namespace Tagging {
|
|
4153
|
-
/**
|
|
4154
|
-
* @internal
|
|
4155
|
-
*/
|
|
4156
|
-
const filterSensitiveLog: (obj: Tagging) => any;
|
|
4157
|
-
}
|
|
4158
3124
|
export interface PutBucketTaggingRequest {
|
|
4159
3125
|
/**
|
|
4160
3126
|
* <p>The Amazon Web Services account ID of the Outposts bucket.</p>
|
|
@@ -4171,12 +3137,6 @@ export interface PutBucketTaggingRequest {
|
|
|
4171
3137
|
*/
|
|
4172
3138
|
Tagging: Tagging | undefined;
|
|
4173
3139
|
}
|
|
4174
|
-
export declare namespace PutBucketTaggingRequest {
|
|
4175
|
-
/**
|
|
4176
|
-
* @internal
|
|
4177
|
-
*/
|
|
4178
|
-
const filterSensitiveLog: (obj: PutBucketTaggingRequest) => any;
|
|
4179
|
-
}
|
|
4180
3140
|
export interface PutJobTaggingRequest {
|
|
4181
3141
|
/**
|
|
4182
3142
|
* <p>The Amazon Web Services account ID associated with the S3 Batch Operations job.</p>
|
|
@@ -4191,20 +3151,8 @@ export interface PutJobTaggingRequest {
|
|
|
4191
3151
|
*/
|
|
4192
3152
|
Tags: S3Tag[] | undefined;
|
|
4193
3153
|
}
|
|
4194
|
-
export declare namespace PutJobTaggingRequest {
|
|
4195
|
-
/**
|
|
4196
|
-
* @internal
|
|
4197
|
-
*/
|
|
4198
|
-
const filterSensitiveLog: (obj: PutJobTaggingRequest) => any;
|
|
4199
|
-
}
|
|
4200
3154
|
export interface PutJobTaggingResult {
|
|
4201
3155
|
}
|
|
4202
|
-
export declare namespace PutJobTaggingResult {
|
|
4203
|
-
/**
|
|
4204
|
-
* @internal
|
|
4205
|
-
*/
|
|
4206
|
-
const filterSensitiveLog: (obj: PutJobTaggingResult) => any;
|
|
4207
|
-
}
|
|
4208
3156
|
/**
|
|
4209
3157
|
* <p>Amazon S3 throws this exception if you have too many tags in your tag set.</p>
|
|
4210
3158
|
*/
|
|
@@ -4232,12 +3180,6 @@ export interface PutMultiRegionAccessPointPolicyRequest {
|
|
|
4232
3180
|
*/
|
|
4233
3181
|
Details: PutMultiRegionAccessPointPolicyInput | undefined;
|
|
4234
3182
|
}
|
|
4235
|
-
export declare namespace PutMultiRegionAccessPointPolicyRequest {
|
|
4236
|
-
/**
|
|
4237
|
-
* @internal
|
|
4238
|
-
*/
|
|
4239
|
-
const filterSensitiveLog: (obj: PutMultiRegionAccessPointPolicyRequest) => any;
|
|
4240
|
-
}
|
|
4241
3183
|
export interface PutMultiRegionAccessPointPolicyResult {
|
|
4242
3184
|
/**
|
|
4243
3185
|
* <p>The request token associated with the request. You can use this token with <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html">DescribeMultiRegionAccessPointOperation</a> to determine the status of asynchronous
|
|
@@ -4245,12 +3187,6 @@ export interface PutMultiRegionAccessPointPolicyResult {
|
|
|
4245
3187
|
*/
|
|
4246
3188
|
RequestTokenARN?: string;
|
|
4247
3189
|
}
|
|
4248
|
-
export declare namespace PutMultiRegionAccessPointPolicyResult {
|
|
4249
|
-
/**
|
|
4250
|
-
* @internal
|
|
4251
|
-
*/
|
|
4252
|
-
const filterSensitiveLog: (obj: PutMultiRegionAccessPointPolicyResult) => any;
|
|
4253
|
-
}
|
|
4254
3190
|
export interface PutPublicAccessBlockRequest {
|
|
4255
3191
|
/**
|
|
4256
3192
|
* <p>The <code>PublicAccessBlock</code> configuration that you want to apply to the specified
|
|
@@ -4263,12 +3199,6 @@ export interface PutPublicAccessBlockRequest {
|
|
|
4263
3199
|
*/
|
|
4264
3200
|
AccountId?: string;
|
|
4265
3201
|
}
|
|
4266
|
-
export declare namespace PutPublicAccessBlockRequest {
|
|
4267
|
-
/**
|
|
4268
|
-
* @internal
|
|
4269
|
-
*/
|
|
4270
|
-
const filterSensitiveLog: (obj: PutPublicAccessBlockRequest) => any;
|
|
4271
|
-
}
|
|
4272
3202
|
export interface PutStorageLensConfigurationRequest {
|
|
4273
3203
|
/**
|
|
4274
3204
|
* <p>The ID of the S3 Storage Lens configuration.</p>
|
|
@@ -4290,12 +3220,6 @@ export interface PutStorageLensConfigurationRequest {
|
|
|
4290
3220
|
*/
|
|
4291
3221
|
Tags?: StorageLensTag[];
|
|
4292
3222
|
}
|
|
4293
|
-
export declare namespace PutStorageLensConfigurationRequest {
|
|
4294
|
-
/**
|
|
4295
|
-
* @internal
|
|
4296
|
-
*/
|
|
4297
|
-
const filterSensitiveLog: (obj: PutStorageLensConfigurationRequest) => any;
|
|
4298
|
-
}
|
|
4299
3223
|
export interface PutStorageLensConfigurationTaggingRequest {
|
|
4300
3224
|
/**
|
|
4301
3225
|
* <p>The ID of the S3 Storage Lens configuration.</p>
|
|
@@ -4313,20 +3237,8 @@ export interface PutStorageLensConfigurationTaggingRequest {
|
|
|
4313
3237
|
*/
|
|
4314
3238
|
Tags: StorageLensTag[] | undefined;
|
|
4315
3239
|
}
|
|
4316
|
-
export declare namespace PutStorageLensConfigurationTaggingRequest {
|
|
4317
|
-
/**
|
|
4318
|
-
* @internal
|
|
4319
|
-
*/
|
|
4320
|
-
const filterSensitiveLog: (obj: PutStorageLensConfigurationTaggingRequest) => any;
|
|
4321
|
-
}
|
|
4322
3240
|
export interface PutStorageLensConfigurationTaggingResult {
|
|
4323
3241
|
}
|
|
4324
|
-
export declare namespace PutStorageLensConfigurationTaggingResult {
|
|
4325
|
-
/**
|
|
4326
|
-
* @internal
|
|
4327
|
-
*/
|
|
4328
|
-
const filterSensitiveLog: (obj: PutStorageLensConfigurationTaggingResult) => any;
|
|
4329
|
-
}
|
|
4330
3242
|
export interface UpdateJobPriorityRequest {
|
|
4331
3243
|
/**
|
|
4332
3244
|
* <p>The Amazon Web Services account ID associated with the S3 Batch Operations job.</p>
|
|
@@ -4341,12 +3253,6 @@ export interface UpdateJobPriorityRequest {
|
|
|
4341
3253
|
*/
|
|
4342
3254
|
Priority: number | undefined;
|
|
4343
3255
|
}
|
|
4344
|
-
export declare namespace UpdateJobPriorityRequest {
|
|
4345
|
-
/**
|
|
4346
|
-
* @internal
|
|
4347
|
-
*/
|
|
4348
|
-
const filterSensitiveLog: (obj: UpdateJobPriorityRequest) => any;
|
|
4349
|
-
}
|
|
4350
3256
|
export interface UpdateJobPriorityResult {
|
|
4351
3257
|
/**
|
|
4352
3258
|
* <p>The ID for the job whose priority Amazon S3 updated.</p>
|
|
@@ -4357,12 +3263,6 @@ export interface UpdateJobPriorityResult {
|
|
|
4357
3263
|
*/
|
|
4358
3264
|
Priority: number | undefined;
|
|
4359
3265
|
}
|
|
4360
|
-
export declare namespace UpdateJobPriorityResult {
|
|
4361
|
-
/**
|
|
4362
|
-
* @internal
|
|
4363
|
-
*/
|
|
4364
|
-
const filterSensitiveLog: (obj: UpdateJobPriorityResult) => any;
|
|
4365
|
-
}
|
|
4366
3266
|
/**
|
|
4367
3267
|
* <p></p>
|
|
4368
3268
|
*/
|
|
@@ -4398,12 +3298,6 @@ export interface UpdateJobStatusRequest {
|
|
|
4398
3298
|
*/
|
|
4399
3299
|
StatusUpdateReason?: string;
|
|
4400
3300
|
}
|
|
4401
|
-
export declare namespace UpdateJobStatusRequest {
|
|
4402
|
-
/**
|
|
4403
|
-
* @internal
|
|
4404
|
-
*/
|
|
4405
|
-
const filterSensitiveLog: (obj: UpdateJobStatusRequest) => any;
|
|
4406
|
-
}
|
|
4407
3301
|
export interface UpdateJobStatusResult {
|
|
4408
3302
|
/**
|
|
4409
3303
|
* <p>The ID for the job whose status was updated.</p>
|
|
@@ -4418,9 +3312,747 @@ export interface UpdateJobStatusResult {
|
|
|
4418
3312
|
*/
|
|
4419
3313
|
StatusUpdateReason?: string;
|
|
4420
3314
|
}
|
|
4421
|
-
|
|
4422
|
-
|
|
4423
|
-
|
|
4424
|
-
|
|
4425
|
-
|
|
4426
|
-
|
|
3315
|
+
/**
|
|
3316
|
+
* @internal
|
|
3317
|
+
*/
|
|
3318
|
+
export declare const AbortIncompleteMultipartUploadFilterSensitiveLog: (obj: AbortIncompleteMultipartUpload) => any;
|
|
3319
|
+
/**
|
|
3320
|
+
* @internal
|
|
3321
|
+
*/
|
|
3322
|
+
export declare const VpcConfigurationFilterSensitiveLog: (obj: VpcConfiguration) => any;
|
|
3323
|
+
/**
|
|
3324
|
+
* @internal
|
|
3325
|
+
*/
|
|
3326
|
+
export declare const AccessPointFilterSensitiveLog: (obj: AccessPoint) => any;
|
|
3327
|
+
/**
|
|
3328
|
+
* @internal
|
|
3329
|
+
*/
|
|
3330
|
+
export declare const ActivityMetricsFilterSensitiveLog: (obj: ActivityMetrics) => any;
|
|
3331
|
+
/**
|
|
3332
|
+
* @internal
|
|
3333
|
+
*/
|
|
3334
|
+
export declare const SelectionCriteriaFilterSensitiveLog: (obj: SelectionCriteria) => any;
|
|
3335
|
+
/**
|
|
3336
|
+
* @internal
|
|
3337
|
+
*/
|
|
3338
|
+
export declare const PrefixLevelStorageMetricsFilterSensitiveLog: (obj: PrefixLevelStorageMetrics) => any;
|
|
3339
|
+
/**
|
|
3340
|
+
* @internal
|
|
3341
|
+
*/
|
|
3342
|
+
export declare const PrefixLevelFilterSensitiveLog: (obj: PrefixLevel) => any;
|
|
3343
|
+
/**
|
|
3344
|
+
* @internal
|
|
3345
|
+
*/
|
|
3346
|
+
export declare const BucketLevelFilterSensitiveLog: (obj: BucketLevel) => any;
|
|
3347
|
+
/**
|
|
3348
|
+
* @internal
|
|
3349
|
+
*/
|
|
3350
|
+
export declare const AccountLevelFilterSensitiveLog: (obj: AccountLevel) => any;
|
|
3351
|
+
/**
|
|
3352
|
+
* @internal
|
|
3353
|
+
*/
|
|
3354
|
+
export declare const AsyncErrorDetailsFilterSensitiveLog: (obj: AsyncErrorDetails) => any;
|
|
3355
|
+
/**
|
|
3356
|
+
* @internal
|
|
3357
|
+
*/
|
|
3358
|
+
export declare const PublicAccessBlockConfigurationFilterSensitiveLog: (obj: PublicAccessBlockConfiguration) => any;
|
|
3359
|
+
/**
|
|
3360
|
+
* @internal
|
|
3361
|
+
*/
|
|
3362
|
+
export declare const RegionFilterSensitiveLog: (obj: Region) => any;
|
|
3363
|
+
/**
|
|
3364
|
+
* @internal
|
|
3365
|
+
*/
|
|
3366
|
+
export declare const CreateMultiRegionAccessPointInputFilterSensitiveLog: (obj: CreateMultiRegionAccessPointInput) => any;
|
|
3367
|
+
/**
|
|
3368
|
+
* @internal
|
|
3369
|
+
*/
|
|
3370
|
+
export declare const DeleteMultiRegionAccessPointInputFilterSensitiveLog: (obj: DeleteMultiRegionAccessPointInput) => any;
|
|
3371
|
+
/**
|
|
3372
|
+
* @internal
|
|
3373
|
+
*/
|
|
3374
|
+
export declare const PutMultiRegionAccessPointPolicyInputFilterSensitiveLog: (obj: PutMultiRegionAccessPointPolicyInput) => any;
|
|
3375
|
+
/**
|
|
3376
|
+
* @internal
|
|
3377
|
+
*/
|
|
3378
|
+
export declare const AsyncRequestParametersFilterSensitiveLog: (obj: AsyncRequestParameters) => any;
|
|
3379
|
+
/**
|
|
3380
|
+
* @internal
|
|
3381
|
+
*/
|
|
3382
|
+
export declare const MultiRegionAccessPointRegionalResponseFilterSensitiveLog: (obj: MultiRegionAccessPointRegionalResponse) => any;
|
|
3383
|
+
/**
|
|
3384
|
+
* @internal
|
|
3385
|
+
*/
|
|
3386
|
+
export declare const MultiRegionAccessPointsAsyncResponseFilterSensitiveLog: (obj: MultiRegionAccessPointsAsyncResponse) => any;
|
|
3387
|
+
/**
|
|
3388
|
+
* @internal
|
|
3389
|
+
*/
|
|
3390
|
+
export declare const AsyncResponseDetailsFilterSensitiveLog: (obj: AsyncResponseDetails) => any;
|
|
3391
|
+
/**
|
|
3392
|
+
* @internal
|
|
3393
|
+
*/
|
|
3394
|
+
export declare const AsyncOperationFilterSensitiveLog: (obj: AsyncOperation) => any;
|
|
3395
|
+
/**
|
|
3396
|
+
* @internal
|
|
3397
|
+
*/
|
|
3398
|
+
export declare const AwsLambdaTransformationFilterSensitiveLog: (obj: AwsLambdaTransformation) => any;
|
|
3399
|
+
/**
|
|
3400
|
+
* @internal
|
|
3401
|
+
*/
|
|
3402
|
+
export declare const CreateAccessPointRequestFilterSensitiveLog: (obj: CreateAccessPointRequest) => any;
|
|
3403
|
+
/**
|
|
3404
|
+
* @internal
|
|
3405
|
+
*/
|
|
3406
|
+
export declare const CreateAccessPointResultFilterSensitiveLog: (obj: CreateAccessPointResult) => any;
|
|
3407
|
+
/**
|
|
3408
|
+
* @internal
|
|
3409
|
+
*/
|
|
3410
|
+
export declare const ObjectLambdaContentTransformationFilterSensitiveLog: (obj: ObjectLambdaContentTransformation) => any;
|
|
3411
|
+
/**
|
|
3412
|
+
* @internal
|
|
3413
|
+
*/
|
|
3414
|
+
export declare const ObjectLambdaTransformationConfigurationFilterSensitiveLog: (obj: ObjectLambdaTransformationConfiguration) => any;
|
|
3415
|
+
/**
|
|
3416
|
+
* @internal
|
|
3417
|
+
*/
|
|
3418
|
+
export declare const ObjectLambdaConfigurationFilterSensitiveLog: (obj: ObjectLambdaConfiguration) => any;
|
|
3419
|
+
/**
|
|
3420
|
+
* @internal
|
|
3421
|
+
*/
|
|
3422
|
+
export declare const CreateAccessPointForObjectLambdaRequestFilterSensitiveLog: (obj: CreateAccessPointForObjectLambdaRequest) => any;
|
|
3423
|
+
/**
|
|
3424
|
+
* @internal
|
|
3425
|
+
*/
|
|
3426
|
+
export declare const CreateAccessPointForObjectLambdaResultFilterSensitiveLog: (obj: CreateAccessPointForObjectLambdaResult) => any;
|
|
3427
|
+
/**
|
|
3428
|
+
* @internal
|
|
3429
|
+
*/
|
|
3430
|
+
export declare const CreateBucketConfigurationFilterSensitiveLog: (obj: CreateBucketConfiguration) => any;
|
|
3431
|
+
/**
|
|
3432
|
+
* @internal
|
|
3433
|
+
*/
|
|
3434
|
+
export declare const CreateBucketRequestFilterSensitiveLog: (obj: CreateBucketRequest) => any;
|
|
3435
|
+
/**
|
|
3436
|
+
* @internal
|
|
3437
|
+
*/
|
|
3438
|
+
export declare const CreateBucketResultFilterSensitiveLog: (obj: CreateBucketResult) => any;
|
|
3439
|
+
/**
|
|
3440
|
+
* @internal
|
|
3441
|
+
*/
|
|
3442
|
+
export declare const JobManifestLocationFilterSensitiveLog: (obj: JobManifestLocation) => any;
|
|
3443
|
+
/**
|
|
3444
|
+
* @internal
|
|
3445
|
+
*/
|
|
3446
|
+
export declare const JobManifestSpecFilterSensitiveLog: (obj: JobManifestSpec) => any;
|
|
3447
|
+
/**
|
|
3448
|
+
* @internal
|
|
3449
|
+
*/
|
|
3450
|
+
export declare const JobManifestFilterSensitiveLog: (obj: JobManifest) => any;
|
|
3451
|
+
/**
|
|
3452
|
+
* @internal
|
|
3453
|
+
*/
|
|
3454
|
+
export declare const JobManifestGeneratorFilterFilterSensitiveLog: (obj: JobManifestGeneratorFilter) => any;
|
|
3455
|
+
/**
|
|
3456
|
+
* @internal
|
|
3457
|
+
*/
|
|
3458
|
+
export declare const SSEKMSEncryptionFilterSensitiveLog: (obj: SSEKMSEncryption) => any;
|
|
3459
|
+
/**
|
|
3460
|
+
* @internal
|
|
3461
|
+
*/
|
|
3462
|
+
export declare const SSES3EncryptionFilterSensitiveLog: (obj: SSES3Encryption) => any;
|
|
3463
|
+
/**
|
|
3464
|
+
* @internal
|
|
3465
|
+
*/
|
|
3466
|
+
export declare const GeneratedManifestEncryptionFilterSensitiveLog: (obj: GeneratedManifestEncryption) => any;
|
|
3467
|
+
/**
|
|
3468
|
+
* @internal
|
|
3469
|
+
*/
|
|
3470
|
+
export declare const S3ManifestOutputLocationFilterSensitiveLog: (obj: S3ManifestOutputLocation) => any;
|
|
3471
|
+
/**
|
|
3472
|
+
* @internal
|
|
3473
|
+
*/
|
|
3474
|
+
export declare const S3JobManifestGeneratorFilterSensitiveLog: (obj: S3JobManifestGenerator) => any;
|
|
3475
|
+
/**
|
|
3476
|
+
* @internal
|
|
3477
|
+
*/
|
|
3478
|
+
export declare const JobManifestGeneratorFilterSensitiveLog: (obj: JobManifestGenerator) => any;
|
|
3479
|
+
/**
|
|
3480
|
+
* @internal
|
|
3481
|
+
*/
|
|
3482
|
+
export declare const LambdaInvokeOperationFilterSensitiveLog: (obj: LambdaInvokeOperation) => any;
|
|
3483
|
+
/**
|
|
3484
|
+
* @internal
|
|
3485
|
+
*/
|
|
3486
|
+
export declare const S3DeleteObjectTaggingOperationFilterSensitiveLog: (obj: S3DeleteObjectTaggingOperation) => any;
|
|
3487
|
+
/**
|
|
3488
|
+
* @internal
|
|
3489
|
+
*/
|
|
3490
|
+
export declare const S3InitiateRestoreObjectOperationFilterSensitiveLog: (obj: S3InitiateRestoreObjectOperation) => any;
|
|
3491
|
+
/**
|
|
3492
|
+
* @internal
|
|
3493
|
+
*/
|
|
3494
|
+
export declare const S3GranteeFilterSensitiveLog: (obj: S3Grantee) => any;
|
|
3495
|
+
/**
|
|
3496
|
+
* @internal
|
|
3497
|
+
*/
|
|
3498
|
+
export declare const S3GrantFilterSensitiveLog: (obj: S3Grant) => any;
|
|
3499
|
+
/**
|
|
3500
|
+
* @internal
|
|
3501
|
+
*/
|
|
3502
|
+
export declare const S3ObjectOwnerFilterSensitiveLog: (obj: S3ObjectOwner) => any;
|
|
3503
|
+
/**
|
|
3504
|
+
* @internal
|
|
3505
|
+
*/
|
|
3506
|
+
export declare const S3AccessControlListFilterSensitiveLog: (obj: S3AccessControlList) => any;
|
|
3507
|
+
/**
|
|
3508
|
+
* @internal
|
|
3509
|
+
*/
|
|
3510
|
+
export declare const S3AccessControlPolicyFilterSensitiveLog: (obj: S3AccessControlPolicy) => any;
|
|
3511
|
+
/**
|
|
3512
|
+
* @internal
|
|
3513
|
+
*/
|
|
3514
|
+
export declare const S3SetObjectAclOperationFilterSensitiveLog: (obj: S3SetObjectAclOperation) => any;
|
|
3515
|
+
/**
|
|
3516
|
+
* @internal
|
|
3517
|
+
*/
|
|
3518
|
+
export declare const S3ObjectMetadataFilterSensitiveLog: (obj: S3ObjectMetadata) => any;
|
|
3519
|
+
/**
|
|
3520
|
+
* @internal
|
|
3521
|
+
*/
|
|
3522
|
+
export declare const S3TagFilterSensitiveLog: (obj: S3Tag) => any;
|
|
3523
|
+
/**
|
|
3524
|
+
* @internal
|
|
3525
|
+
*/
|
|
3526
|
+
export declare const S3CopyObjectOperationFilterSensitiveLog: (obj: S3CopyObjectOperation) => any;
|
|
3527
|
+
/**
|
|
3528
|
+
* @internal
|
|
3529
|
+
*/
|
|
3530
|
+
export declare const S3ObjectLockLegalHoldFilterSensitiveLog: (obj: S3ObjectLockLegalHold) => any;
|
|
3531
|
+
/**
|
|
3532
|
+
* @internal
|
|
3533
|
+
*/
|
|
3534
|
+
export declare const S3SetObjectLegalHoldOperationFilterSensitiveLog: (obj: S3SetObjectLegalHoldOperation) => any;
|
|
3535
|
+
/**
|
|
3536
|
+
* @internal
|
|
3537
|
+
*/
|
|
3538
|
+
export declare const S3RetentionFilterSensitiveLog: (obj: S3Retention) => any;
|
|
3539
|
+
/**
|
|
3540
|
+
* @internal
|
|
3541
|
+
*/
|
|
3542
|
+
export declare const S3SetObjectRetentionOperationFilterSensitiveLog: (obj: S3SetObjectRetentionOperation) => any;
|
|
3543
|
+
/**
|
|
3544
|
+
* @internal
|
|
3545
|
+
*/
|
|
3546
|
+
export declare const S3SetObjectTaggingOperationFilterSensitiveLog: (obj: S3SetObjectTaggingOperation) => any;
|
|
3547
|
+
/**
|
|
3548
|
+
* @internal
|
|
3549
|
+
*/
|
|
3550
|
+
export declare const S3ReplicateObjectOperationFilterSensitiveLog: (obj: S3ReplicateObjectOperation) => any;
|
|
3551
|
+
/**
|
|
3552
|
+
* @internal
|
|
3553
|
+
*/
|
|
3554
|
+
export declare const JobOperationFilterSensitiveLog: (obj: JobOperation) => any;
|
|
3555
|
+
/**
|
|
3556
|
+
* @internal
|
|
3557
|
+
*/
|
|
3558
|
+
export declare const JobReportFilterSensitiveLog: (obj: JobReport) => any;
|
|
3559
|
+
/**
|
|
3560
|
+
* @internal
|
|
3561
|
+
*/
|
|
3562
|
+
export declare const CreateJobRequestFilterSensitiveLog: (obj: CreateJobRequest) => any;
|
|
3563
|
+
/**
|
|
3564
|
+
* @internal
|
|
3565
|
+
*/
|
|
3566
|
+
export declare const CreateJobResultFilterSensitiveLog: (obj: CreateJobResult) => any;
|
|
3567
|
+
/**
|
|
3568
|
+
* @internal
|
|
3569
|
+
*/
|
|
3570
|
+
export declare const CreateMultiRegionAccessPointRequestFilterSensitiveLog: (obj: CreateMultiRegionAccessPointRequest) => any;
|
|
3571
|
+
/**
|
|
3572
|
+
* @internal
|
|
3573
|
+
*/
|
|
3574
|
+
export declare const CreateMultiRegionAccessPointResultFilterSensitiveLog: (obj: CreateMultiRegionAccessPointResult) => any;
|
|
3575
|
+
/**
|
|
3576
|
+
* @internal
|
|
3577
|
+
*/
|
|
3578
|
+
export declare const DeleteAccessPointRequestFilterSensitiveLog: (obj: DeleteAccessPointRequest) => any;
|
|
3579
|
+
/**
|
|
3580
|
+
* @internal
|
|
3581
|
+
*/
|
|
3582
|
+
export declare const DeleteAccessPointForObjectLambdaRequestFilterSensitiveLog: (obj: DeleteAccessPointForObjectLambdaRequest) => any;
|
|
3583
|
+
/**
|
|
3584
|
+
* @internal
|
|
3585
|
+
*/
|
|
3586
|
+
export declare const DeleteAccessPointPolicyRequestFilterSensitiveLog: (obj: DeleteAccessPointPolicyRequest) => any;
|
|
3587
|
+
/**
|
|
3588
|
+
* @internal
|
|
3589
|
+
*/
|
|
3590
|
+
export declare const DeleteAccessPointPolicyForObjectLambdaRequestFilterSensitiveLog: (obj: DeleteAccessPointPolicyForObjectLambdaRequest) => any;
|
|
3591
|
+
/**
|
|
3592
|
+
* @internal
|
|
3593
|
+
*/
|
|
3594
|
+
export declare const DeleteBucketRequestFilterSensitiveLog: (obj: DeleteBucketRequest) => any;
|
|
3595
|
+
/**
|
|
3596
|
+
* @internal
|
|
3597
|
+
*/
|
|
3598
|
+
export declare const DeleteBucketLifecycleConfigurationRequestFilterSensitiveLog: (obj: DeleteBucketLifecycleConfigurationRequest) => any;
|
|
3599
|
+
/**
|
|
3600
|
+
* @internal
|
|
3601
|
+
*/
|
|
3602
|
+
export declare const DeleteBucketPolicyRequestFilterSensitiveLog: (obj: DeleteBucketPolicyRequest) => any;
|
|
3603
|
+
/**
|
|
3604
|
+
* @internal
|
|
3605
|
+
*/
|
|
3606
|
+
export declare const DeleteBucketTaggingRequestFilterSensitiveLog: (obj: DeleteBucketTaggingRequest) => any;
|
|
3607
|
+
/**
|
|
3608
|
+
* @internal
|
|
3609
|
+
*/
|
|
3610
|
+
export declare const DeleteJobTaggingRequestFilterSensitiveLog: (obj: DeleteJobTaggingRequest) => any;
|
|
3611
|
+
/**
|
|
3612
|
+
* @internal
|
|
3613
|
+
*/
|
|
3614
|
+
export declare const DeleteJobTaggingResultFilterSensitiveLog: (obj: DeleteJobTaggingResult) => any;
|
|
3615
|
+
/**
|
|
3616
|
+
* @internal
|
|
3617
|
+
*/
|
|
3618
|
+
export declare const DeleteMultiRegionAccessPointRequestFilterSensitiveLog: (obj: DeleteMultiRegionAccessPointRequest) => any;
|
|
3619
|
+
/**
|
|
3620
|
+
* @internal
|
|
3621
|
+
*/
|
|
3622
|
+
export declare const DeleteMultiRegionAccessPointResultFilterSensitiveLog: (obj: DeleteMultiRegionAccessPointResult) => any;
|
|
3623
|
+
/**
|
|
3624
|
+
* @internal
|
|
3625
|
+
*/
|
|
3626
|
+
export declare const DeletePublicAccessBlockRequestFilterSensitiveLog: (obj: DeletePublicAccessBlockRequest) => any;
|
|
3627
|
+
/**
|
|
3628
|
+
* @internal
|
|
3629
|
+
*/
|
|
3630
|
+
export declare const DeleteStorageLensConfigurationRequestFilterSensitiveLog: (obj: DeleteStorageLensConfigurationRequest) => any;
|
|
3631
|
+
/**
|
|
3632
|
+
* @internal
|
|
3633
|
+
*/
|
|
3634
|
+
export declare const DeleteStorageLensConfigurationTaggingRequestFilterSensitiveLog: (obj: DeleteStorageLensConfigurationTaggingRequest) => any;
|
|
3635
|
+
/**
|
|
3636
|
+
* @internal
|
|
3637
|
+
*/
|
|
3638
|
+
export declare const DeleteStorageLensConfigurationTaggingResultFilterSensitiveLog: (obj: DeleteStorageLensConfigurationTaggingResult) => any;
|
|
3639
|
+
/**
|
|
3640
|
+
* @internal
|
|
3641
|
+
*/
|
|
3642
|
+
export declare const DescribeJobRequestFilterSensitiveLog: (obj: DescribeJobRequest) => any;
|
|
3643
|
+
/**
|
|
3644
|
+
* @internal
|
|
3645
|
+
*/
|
|
3646
|
+
export declare const JobFailureFilterSensitiveLog: (obj: JobFailure) => any;
|
|
3647
|
+
/**
|
|
3648
|
+
* @internal
|
|
3649
|
+
*/
|
|
3650
|
+
export declare const S3GeneratedManifestDescriptorFilterSensitiveLog: (obj: S3GeneratedManifestDescriptor) => any;
|
|
3651
|
+
/**
|
|
3652
|
+
* @internal
|
|
3653
|
+
*/
|
|
3654
|
+
export declare const JobTimersFilterSensitiveLog: (obj: JobTimers) => any;
|
|
3655
|
+
/**
|
|
3656
|
+
* @internal
|
|
3657
|
+
*/
|
|
3658
|
+
export declare const JobProgressSummaryFilterSensitiveLog: (obj: JobProgressSummary) => any;
|
|
3659
|
+
/**
|
|
3660
|
+
* @internal
|
|
3661
|
+
*/
|
|
3662
|
+
export declare const JobDescriptorFilterSensitiveLog: (obj: JobDescriptor) => any;
|
|
3663
|
+
/**
|
|
3664
|
+
* @internal
|
|
3665
|
+
*/
|
|
3666
|
+
export declare const DescribeJobResultFilterSensitiveLog: (obj: DescribeJobResult) => any;
|
|
3667
|
+
/**
|
|
3668
|
+
* @internal
|
|
3669
|
+
*/
|
|
3670
|
+
export declare const DescribeMultiRegionAccessPointOperationRequestFilterSensitiveLog: (obj: DescribeMultiRegionAccessPointOperationRequest) => any;
|
|
3671
|
+
/**
|
|
3672
|
+
* @internal
|
|
3673
|
+
*/
|
|
3674
|
+
export declare const DescribeMultiRegionAccessPointOperationResultFilterSensitiveLog: (obj: DescribeMultiRegionAccessPointOperationResult) => any;
|
|
3675
|
+
/**
|
|
3676
|
+
* @internal
|
|
3677
|
+
*/
|
|
3678
|
+
export declare const GetAccessPointRequestFilterSensitiveLog: (obj: GetAccessPointRequest) => any;
|
|
3679
|
+
/**
|
|
3680
|
+
* @internal
|
|
3681
|
+
*/
|
|
3682
|
+
export declare const GetAccessPointResultFilterSensitiveLog: (obj: GetAccessPointResult) => any;
|
|
3683
|
+
/**
|
|
3684
|
+
* @internal
|
|
3685
|
+
*/
|
|
3686
|
+
export declare const GetAccessPointConfigurationForObjectLambdaRequestFilterSensitiveLog: (obj: GetAccessPointConfigurationForObjectLambdaRequest) => any;
|
|
3687
|
+
/**
|
|
3688
|
+
* @internal
|
|
3689
|
+
*/
|
|
3690
|
+
export declare const GetAccessPointConfigurationForObjectLambdaResultFilterSensitiveLog: (obj: GetAccessPointConfigurationForObjectLambdaResult) => any;
|
|
3691
|
+
/**
|
|
3692
|
+
* @internal
|
|
3693
|
+
*/
|
|
3694
|
+
export declare const GetAccessPointForObjectLambdaRequestFilterSensitiveLog: (obj: GetAccessPointForObjectLambdaRequest) => any;
|
|
3695
|
+
/**
|
|
3696
|
+
* @internal
|
|
3697
|
+
*/
|
|
3698
|
+
export declare const GetAccessPointForObjectLambdaResultFilterSensitiveLog: (obj: GetAccessPointForObjectLambdaResult) => any;
|
|
3699
|
+
/**
|
|
3700
|
+
* @internal
|
|
3701
|
+
*/
|
|
3702
|
+
export declare const GetAccessPointPolicyRequestFilterSensitiveLog: (obj: GetAccessPointPolicyRequest) => any;
|
|
3703
|
+
/**
|
|
3704
|
+
* @internal
|
|
3705
|
+
*/
|
|
3706
|
+
export declare const GetAccessPointPolicyResultFilterSensitiveLog: (obj: GetAccessPointPolicyResult) => any;
|
|
3707
|
+
/**
|
|
3708
|
+
* @internal
|
|
3709
|
+
*/
|
|
3710
|
+
export declare const GetAccessPointPolicyForObjectLambdaRequestFilterSensitiveLog: (obj: GetAccessPointPolicyForObjectLambdaRequest) => any;
|
|
3711
|
+
/**
|
|
3712
|
+
* @internal
|
|
3713
|
+
*/
|
|
3714
|
+
export declare const GetAccessPointPolicyForObjectLambdaResultFilterSensitiveLog: (obj: GetAccessPointPolicyForObjectLambdaResult) => any;
|
|
3715
|
+
/**
|
|
3716
|
+
* @internal
|
|
3717
|
+
*/
|
|
3718
|
+
export declare const GetAccessPointPolicyStatusRequestFilterSensitiveLog: (obj: GetAccessPointPolicyStatusRequest) => any;
|
|
3719
|
+
/**
|
|
3720
|
+
* @internal
|
|
3721
|
+
*/
|
|
3722
|
+
export declare const PolicyStatusFilterSensitiveLog: (obj: PolicyStatus) => any;
|
|
3723
|
+
/**
|
|
3724
|
+
* @internal
|
|
3725
|
+
*/
|
|
3726
|
+
export declare const GetAccessPointPolicyStatusResultFilterSensitiveLog: (obj: GetAccessPointPolicyStatusResult) => any;
|
|
3727
|
+
/**
|
|
3728
|
+
* @internal
|
|
3729
|
+
*/
|
|
3730
|
+
export declare const GetAccessPointPolicyStatusForObjectLambdaRequestFilterSensitiveLog: (obj: GetAccessPointPolicyStatusForObjectLambdaRequest) => any;
|
|
3731
|
+
/**
|
|
3732
|
+
* @internal
|
|
3733
|
+
*/
|
|
3734
|
+
export declare const GetAccessPointPolicyStatusForObjectLambdaResultFilterSensitiveLog: (obj: GetAccessPointPolicyStatusForObjectLambdaResult) => any;
|
|
3735
|
+
/**
|
|
3736
|
+
* @internal
|
|
3737
|
+
*/
|
|
3738
|
+
export declare const GetBucketRequestFilterSensitiveLog: (obj: GetBucketRequest) => any;
|
|
3739
|
+
/**
|
|
3740
|
+
* @internal
|
|
3741
|
+
*/
|
|
3742
|
+
export declare const GetBucketResultFilterSensitiveLog: (obj: GetBucketResult) => any;
|
|
3743
|
+
/**
|
|
3744
|
+
* @internal
|
|
3745
|
+
*/
|
|
3746
|
+
export declare const GetBucketLifecycleConfigurationRequestFilterSensitiveLog: (obj: GetBucketLifecycleConfigurationRequest) => any;
|
|
3747
|
+
/**
|
|
3748
|
+
* @internal
|
|
3749
|
+
*/
|
|
3750
|
+
export declare const LifecycleExpirationFilterSensitiveLog: (obj: LifecycleExpiration) => any;
|
|
3751
|
+
/**
|
|
3752
|
+
* @internal
|
|
3753
|
+
*/
|
|
3754
|
+
export declare const LifecycleRuleAndOperatorFilterSensitiveLog: (obj: LifecycleRuleAndOperator) => any;
|
|
3755
|
+
/**
|
|
3756
|
+
* @internal
|
|
3757
|
+
*/
|
|
3758
|
+
export declare const LifecycleRuleFilterFilterSensitiveLog: (obj: LifecycleRuleFilter) => any;
|
|
3759
|
+
/**
|
|
3760
|
+
* @internal
|
|
3761
|
+
*/
|
|
3762
|
+
export declare const NoncurrentVersionExpirationFilterSensitiveLog: (obj: NoncurrentVersionExpiration) => any;
|
|
3763
|
+
/**
|
|
3764
|
+
* @internal
|
|
3765
|
+
*/
|
|
3766
|
+
export declare const NoncurrentVersionTransitionFilterSensitiveLog: (obj: NoncurrentVersionTransition) => any;
|
|
3767
|
+
/**
|
|
3768
|
+
* @internal
|
|
3769
|
+
*/
|
|
3770
|
+
export declare const TransitionFilterSensitiveLog: (obj: Transition) => any;
|
|
3771
|
+
/**
|
|
3772
|
+
* @internal
|
|
3773
|
+
*/
|
|
3774
|
+
export declare const LifecycleRuleFilterSensitiveLog: (obj: LifecycleRule) => any;
|
|
3775
|
+
/**
|
|
3776
|
+
* @internal
|
|
3777
|
+
*/
|
|
3778
|
+
export declare const GetBucketLifecycleConfigurationResultFilterSensitiveLog: (obj: GetBucketLifecycleConfigurationResult) => any;
|
|
3779
|
+
/**
|
|
3780
|
+
* @internal
|
|
3781
|
+
*/
|
|
3782
|
+
export declare const GetBucketPolicyRequestFilterSensitiveLog: (obj: GetBucketPolicyRequest) => any;
|
|
3783
|
+
/**
|
|
3784
|
+
* @internal
|
|
3785
|
+
*/
|
|
3786
|
+
export declare const GetBucketPolicyResultFilterSensitiveLog: (obj: GetBucketPolicyResult) => any;
|
|
3787
|
+
/**
|
|
3788
|
+
* @internal
|
|
3789
|
+
*/
|
|
3790
|
+
export declare const GetBucketTaggingRequestFilterSensitiveLog: (obj: GetBucketTaggingRequest) => any;
|
|
3791
|
+
/**
|
|
3792
|
+
* @internal
|
|
3793
|
+
*/
|
|
3794
|
+
export declare const GetBucketTaggingResultFilterSensitiveLog: (obj: GetBucketTaggingResult) => any;
|
|
3795
|
+
/**
|
|
3796
|
+
* @internal
|
|
3797
|
+
*/
|
|
3798
|
+
export declare const GetJobTaggingRequestFilterSensitiveLog: (obj: GetJobTaggingRequest) => any;
|
|
3799
|
+
/**
|
|
3800
|
+
* @internal
|
|
3801
|
+
*/
|
|
3802
|
+
export declare const GetJobTaggingResultFilterSensitiveLog: (obj: GetJobTaggingResult) => any;
|
|
3803
|
+
/**
|
|
3804
|
+
* @internal
|
|
3805
|
+
*/
|
|
3806
|
+
export declare const GetMultiRegionAccessPointRequestFilterSensitiveLog: (obj: GetMultiRegionAccessPointRequest) => any;
|
|
3807
|
+
/**
|
|
3808
|
+
* @internal
|
|
3809
|
+
*/
|
|
3810
|
+
export declare const RegionReportFilterSensitiveLog: (obj: RegionReport) => any;
|
|
3811
|
+
/**
|
|
3812
|
+
* @internal
|
|
3813
|
+
*/
|
|
3814
|
+
export declare const MultiRegionAccessPointReportFilterSensitiveLog: (obj: MultiRegionAccessPointReport) => any;
|
|
3815
|
+
/**
|
|
3816
|
+
* @internal
|
|
3817
|
+
*/
|
|
3818
|
+
export declare const GetMultiRegionAccessPointResultFilterSensitiveLog: (obj: GetMultiRegionAccessPointResult) => any;
|
|
3819
|
+
/**
|
|
3820
|
+
* @internal
|
|
3821
|
+
*/
|
|
3822
|
+
export declare const GetMultiRegionAccessPointPolicyRequestFilterSensitiveLog: (obj: GetMultiRegionAccessPointPolicyRequest) => any;
|
|
3823
|
+
/**
|
|
3824
|
+
* @internal
|
|
3825
|
+
*/
|
|
3826
|
+
export declare const EstablishedMultiRegionAccessPointPolicyFilterSensitiveLog: (obj: EstablishedMultiRegionAccessPointPolicy) => any;
|
|
3827
|
+
/**
|
|
3828
|
+
* @internal
|
|
3829
|
+
*/
|
|
3830
|
+
export declare const ProposedMultiRegionAccessPointPolicyFilterSensitiveLog: (obj: ProposedMultiRegionAccessPointPolicy) => any;
|
|
3831
|
+
/**
|
|
3832
|
+
* @internal
|
|
3833
|
+
*/
|
|
3834
|
+
export declare const MultiRegionAccessPointPolicyDocumentFilterSensitiveLog: (obj: MultiRegionAccessPointPolicyDocument) => any;
|
|
3835
|
+
/**
|
|
3836
|
+
* @internal
|
|
3837
|
+
*/
|
|
3838
|
+
export declare const GetMultiRegionAccessPointPolicyResultFilterSensitiveLog: (obj: GetMultiRegionAccessPointPolicyResult) => any;
|
|
3839
|
+
/**
|
|
3840
|
+
* @internal
|
|
3841
|
+
*/
|
|
3842
|
+
export declare const GetMultiRegionAccessPointPolicyStatusRequestFilterSensitiveLog: (obj: GetMultiRegionAccessPointPolicyStatusRequest) => any;
|
|
3843
|
+
/**
|
|
3844
|
+
* @internal
|
|
3845
|
+
*/
|
|
3846
|
+
export declare const GetMultiRegionAccessPointPolicyStatusResultFilterSensitiveLog: (obj: GetMultiRegionAccessPointPolicyStatusResult) => any;
|
|
3847
|
+
/**
|
|
3848
|
+
* @internal
|
|
3849
|
+
*/
|
|
3850
|
+
export declare const GetPublicAccessBlockOutputFilterSensitiveLog: (obj: GetPublicAccessBlockOutput) => any;
|
|
3851
|
+
/**
|
|
3852
|
+
* @internal
|
|
3853
|
+
*/
|
|
3854
|
+
export declare const GetPublicAccessBlockRequestFilterSensitiveLog: (obj: GetPublicAccessBlockRequest) => any;
|
|
3855
|
+
/**
|
|
3856
|
+
* @internal
|
|
3857
|
+
*/
|
|
3858
|
+
export declare const GetStorageLensConfigurationRequestFilterSensitiveLog: (obj: GetStorageLensConfigurationRequest) => any;
|
|
3859
|
+
/**
|
|
3860
|
+
* @internal
|
|
3861
|
+
*/
|
|
3862
|
+
export declare const StorageLensAwsOrgFilterSensitiveLog: (obj: StorageLensAwsOrg) => any;
|
|
3863
|
+
/**
|
|
3864
|
+
* @internal
|
|
3865
|
+
*/
|
|
3866
|
+
export declare const CloudWatchMetricsFilterSensitiveLog: (obj: CloudWatchMetrics) => any;
|
|
3867
|
+
/**
|
|
3868
|
+
* @internal
|
|
3869
|
+
*/
|
|
3870
|
+
export declare const SSEKMSFilterSensitiveLog: (obj: SSEKMS) => any;
|
|
3871
|
+
/**
|
|
3872
|
+
* @internal
|
|
3873
|
+
*/
|
|
3874
|
+
export declare const SSES3FilterSensitiveLog: (obj: SSES3) => any;
|
|
3875
|
+
/**
|
|
3876
|
+
* @internal
|
|
3877
|
+
*/
|
|
3878
|
+
export declare const StorageLensDataExportEncryptionFilterSensitiveLog: (obj: StorageLensDataExportEncryption) => any;
|
|
3879
|
+
/**
|
|
3880
|
+
* @internal
|
|
3881
|
+
*/
|
|
3882
|
+
export declare const S3BucketDestinationFilterSensitiveLog: (obj: S3BucketDestination) => any;
|
|
3883
|
+
/**
|
|
3884
|
+
* @internal
|
|
3885
|
+
*/
|
|
3886
|
+
export declare const StorageLensDataExportFilterSensitiveLog: (obj: StorageLensDataExport) => any;
|
|
3887
|
+
/**
|
|
3888
|
+
* @internal
|
|
3889
|
+
*/
|
|
3890
|
+
export declare const _ExcludeFilterSensitiveLog: (obj: _Exclude) => any;
|
|
3891
|
+
/**
|
|
3892
|
+
* @internal
|
|
3893
|
+
*/
|
|
3894
|
+
export declare const IncludeFilterSensitiveLog: (obj: Include) => any;
|
|
3895
|
+
/**
|
|
3896
|
+
* @internal
|
|
3897
|
+
*/
|
|
3898
|
+
export declare const StorageLensConfigurationFilterSensitiveLog: (obj: StorageLensConfiguration) => any;
|
|
3899
|
+
/**
|
|
3900
|
+
* @internal
|
|
3901
|
+
*/
|
|
3902
|
+
export declare const GetStorageLensConfigurationResultFilterSensitiveLog: (obj: GetStorageLensConfigurationResult) => any;
|
|
3903
|
+
/**
|
|
3904
|
+
* @internal
|
|
3905
|
+
*/
|
|
3906
|
+
export declare const GetStorageLensConfigurationTaggingRequestFilterSensitiveLog: (obj: GetStorageLensConfigurationTaggingRequest) => any;
|
|
3907
|
+
/**
|
|
3908
|
+
* @internal
|
|
3909
|
+
*/
|
|
3910
|
+
export declare const StorageLensTagFilterSensitiveLog: (obj: StorageLensTag) => any;
|
|
3911
|
+
/**
|
|
3912
|
+
* @internal
|
|
3913
|
+
*/
|
|
3914
|
+
export declare const GetStorageLensConfigurationTaggingResultFilterSensitiveLog: (obj: GetStorageLensConfigurationTaggingResult) => any;
|
|
3915
|
+
/**
|
|
3916
|
+
* @internal
|
|
3917
|
+
*/
|
|
3918
|
+
export declare const ListAccessPointsRequestFilterSensitiveLog: (obj: ListAccessPointsRequest) => any;
|
|
3919
|
+
/**
|
|
3920
|
+
* @internal
|
|
3921
|
+
*/
|
|
3922
|
+
export declare const ListAccessPointsResultFilterSensitiveLog: (obj: ListAccessPointsResult) => any;
|
|
3923
|
+
/**
|
|
3924
|
+
* @internal
|
|
3925
|
+
*/
|
|
3926
|
+
export declare const ListAccessPointsForObjectLambdaRequestFilterSensitiveLog: (obj: ListAccessPointsForObjectLambdaRequest) => any;
|
|
3927
|
+
/**
|
|
3928
|
+
* @internal
|
|
3929
|
+
*/
|
|
3930
|
+
export declare const ObjectLambdaAccessPointFilterSensitiveLog: (obj: ObjectLambdaAccessPoint) => any;
|
|
3931
|
+
/**
|
|
3932
|
+
* @internal
|
|
3933
|
+
*/
|
|
3934
|
+
export declare const ListAccessPointsForObjectLambdaResultFilterSensitiveLog: (obj: ListAccessPointsForObjectLambdaResult) => any;
|
|
3935
|
+
/**
|
|
3936
|
+
* @internal
|
|
3937
|
+
*/
|
|
3938
|
+
export declare const ListJobsRequestFilterSensitiveLog: (obj: ListJobsRequest) => any;
|
|
3939
|
+
/**
|
|
3940
|
+
* @internal
|
|
3941
|
+
*/
|
|
3942
|
+
export declare const JobListDescriptorFilterSensitiveLog: (obj: JobListDescriptor) => any;
|
|
3943
|
+
/**
|
|
3944
|
+
* @internal
|
|
3945
|
+
*/
|
|
3946
|
+
export declare const ListJobsResultFilterSensitiveLog: (obj: ListJobsResult) => any;
|
|
3947
|
+
/**
|
|
3948
|
+
* @internal
|
|
3949
|
+
*/
|
|
3950
|
+
export declare const ListMultiRegionAccessPointsRequestFilterSensitiveLog: (obj: ListMultiRegionAccessPointsRequest) => any;
|
|
3951
|
+
/**
|
|
3952
|
+
* @internal
|
|
3953
|
+
*/
|
|
3954
|
+
export declare const ListMultiRegionAccessPointsResultFilterSensitiveLog: (obj: ListMultiRegionAccessPointsResult) => any;
|
|
3955
|
+
/**
|
|
3956
|
+
* @internal
|
|
3957
|
+
*/
|
|
3958
|
+
export declare const ListRegionalBucketsRequestFilterSensitiveLog: (obj: ListRegionalBucketsRequest) => any;
|
|
3959
|
+
/**
|
|
3960
|
+
* @internal
|
|
3961
|
+
*/
|
|
3962
|
+
export declare const RegionalBucketFilterSensitiveLog: (obj: RegionalBucket) => any;
|
|
3963
|
+
/**
|
|
3964
|
+
* @internal
|
|
3965
|
+
*/
|
|
3966
|
+
export declare const ListRegionalBucketsResultFilterSensitiveLog: (obj: ListRegionalBucketsResult) => any;
|
|
3967
|
+
/**
|
|
3968
|
+
* @internal
|
|
3969
|
+
*/
|
|
3970
|
+
export declare const ListStorageLensConfigurationsRequestFilterSensitiveLog: (obj: ListStorageLensConfigurationsRequest) => any;
|
|
3971
|
+
/**
|
|
3972
|
+
* @internal
|
|
3973
|
+
*/
|
|
3974
|
+
export declare const ListStorageLensConfigurationEntryFilterSensitiveLog: (obj: ListStorageLensConfigurationEntry) => any;
|
|
3975
|
+
/**
|
|
3976
|
+
* @internal
|
|
3977
|
+
*/
|
|
3978
|
+
export declare const ListStorageLensConfigurationsResultFilterSensitiveLog: (obj: ListStorageLensConfigurationsResult) => any;
|
|
3979
|
+
/**
|
|
3980
|
+
* @internal
|
|
3981
|
+
*/
|
|
3982
|
+
export declare const PutAccessPointConfigurationForObjectLambdaRequestFilterSensitiveLog: (obj: PutAccessPointConfigurationForObjectLambdaRequest) => any;
|
|
3983
|
+
/**
|
|
3984
|
+
* @internal
|
|
3985
|
+
*/
|
|
3986
|
+
export declare const PutAccessPointPolicyRequestFilterSensitiveLog: (obj: PutAccessPointPolicyRequest) => any;
|
|
3987
|
+
/**
|
|
3988
|
+
* @internal
|
|
3989
|
+
*/
|
|
3990
|
+
export declare const PutAccessPointPolicyForObjectLambdaRequestFilterSensitiveLog: (obj: PutAccessPointPolicyForObjectLambdaRequest) => any;
|
|
3991
|
+
/**
|
|
3992
|
+
* @internal
|
|
3993
|
+
*/
|
|
3994
|
+
export declare const LifecycleConfigurationFilterSensitiveLog: (obj: LifecycleConfiguration) => any;
|
|
3995
|
+
/**
|
|
3996
|
+
* @internal
|
|
3997
|
+
*/
|
|
3998
|
+
export declare const PutBucketLifecycleConfigurationRequestFilterSensitiveLog: (obj: PutBucketLifecycleConfigurationRequest) => any;
|
|
3999
|
+
/**
|
|
4000
|
+
* @internal
|
|
4001
|
+
*/
|
|
4002
|
+
export declare const PutBucketPolicyRequestFilterSensitiveLog: (obj: PutBucketPolicyRequest) => any;
|
|
4003
|
+
/**
|
|
4004
|
+
* @internal
|
|
4005
|
+
*/
|
|
4006
|
+
export declare const TaggingFilterSensitiveLog: (obj: Tagging) => any;
|
|
4007
|
+
/**
|
|
4008
|
+
* @internal
|
|
4009
|
+
*/
|
|
4010
|
+
export declare const PutBucketTaggingRequestFilterSensitiveLog: (obj: PutBucketTaggingRequest) => any;
|
|
4011
|
+
/**
|
|
4012
|
+
* @internal
|
|
4013
|
+
*/
|
|
4014
|
+
export declare const PutJobTaggingRequestFilterSensitiveLog: (obj: PutJobTaggingRequest) => any;
|
|
4015
|
+
/**
|
|
4016
|
+
* @internal
|
|
4017
|
+
*/
|
|
4018
|
+
export declare const PutJobTaggingResultFilterSensitiveLog: (obj: PutJobTaggingResult) => any;
|
|
4019
|
+
/**
|
|
4020
|
+
* @internal
|
|
4021
|
+
*/
|
|
4022
|
+
export declare const PutMultiRegionAccessPointPolicyRequestFilterSensitiveLog: (obj: PutMultiRegionAccessPointPolicyRequest) => any;
|
|
4023
|
+
/**
|
|
4024
|
+
* @internal
|
|
4025
|
+
*/
|
|
4026
|
+
export declare const PutMultiRegionAccessPointPolicyResultFilterSensitiveLog: (obj: PutMultiRegionAccessPointPolicyResult) => any;
|
|
4027
|
+
/**
|
|
4028
|
+
* @internal
|
|
4029
|
+
*/
|
|
4030
|
+
export declare const PutPublicAccessBlockRequestFilterSensitiveLog: (obj: PutPublicAccessBlockRequest) => any;
|
|
4031
|
+
/**
|
|
4032
|
+
* @internal
|
|
4033
|
+
*/
|
|
4034
|
+
export declare const PutStorageLensConfigurationRequestFilterSensitiveLog: (obj: PutStorageLensConfigurationRequest) => any;
|
|
4035
|
+
/**
|
|
4036
|
+
* @internal
|
|
4037
|
+
*/
|
|
4038
|
+
export declare const PutStorageLensConfigurationTaggingRequestFilterSensitiveLog: (obj: PutStorageLensConfigurationTaggingRequest) => any;
|
|
4039
|
+
/**
|
|
4040
|
+
* @internal
|
|
4041
|
+
*/
|
|
4042
|
+
export declare const PutStorageLensConfigurationTaggingResultFilterSensitiveLog: (obj: PutStorageLensConfigurationTaggingResult) => any;
|
|
4043
|
+
/**
|
|
4044
|
+
* @internal
|
|
4045
|
+
*/
|
|
4046
|
+
export declare const UpdateJobPriorityRequestFilterSensitiveLog: (obj: UpdateJobPriorityRequest) => any;
|
|
4047
|
+
/**
|
|
4048
|
+
* @internal
|
|
4049
|
+
*/
|
|
4050
|
+
export declare const UpdateJobPriorityResultFilterSensitiveLog: (obj: UpdateJobPriorityResult) => any;
|
|
4051
|
+
/**
|
|
4052
|
+
* @internal
|
|
4053
|
+
*/
|
|
4054
|
+
export declare const UpdateJobStatusRequestFilterSensitiveLog: (obj: UpdateJobStatusRequest) => any;
|
|
4055
|
+
/**
|
|
4056
|
+
* @internal
|
|
4057
|
+
*/
|
|
4058
|
+
export declare const UpdateJobStatusResultFilterSensitiveLog: (obj: UpdateJobStatusResult) => any;
|