@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
|
@@ -5,10 +5,6 @@ export interface AbortIncompleteMultipartUpload {
|
|
|
5
5
|
|
|
6
6
|
DaysAfterInitiation?: number;
|
|
7
7
|
}
|
|
8
|
-
export declare namespace AbortIncompleteMultipartUpload {
|
|
9
|
-
|
|
10
|
-
const filterSensitiveLog: (obj: AbortIncompleteMultipartUpload) => any;
|
|
11
|
-
}
|
|
12
8
|
export declare enum NetworkOrigin {
|
|
13
9
|
Internet = "Internet",
|
|
14
10
|
VPC = "VPC"
|
|
@@ -18,10 +14,6 @@ export interface VpcConfiguration {
|
|
|
18
14
|
|
|
19
15
|
VpcId: string | undefined;
|
|
20
16
|
}
|
|
21
|
-
export declare namespace VpcConfiguration {
|
|
22
|
-
|
|
23
|
-
const filterSensitiveLog: (obj: VpcConfiguration) => any;
|
|
24
|
-
}
|
|
25
17
|
|
|
26
18
|
export interface AccessPoint {
|
|
27
19
|
|
|
@@ -37,19 +29,11 @@ export interface AccessPoint {
|
|
|
37
29
|
|
|
38
30
|
Alias?: string;
|
|
39
31
|
}
|
|
40
|
-
export declare namespace AccessPoint {
|
|
41
|
-
|
|
42
|
-
const filterSensitiveLog: (obj: AccessPoint) => any;
|
|
43
|
-
}
|
|
44
32
|
|
|
45
33
|
export interface ActivityMetrics {
|
|
46
34
|
|
|
47
35
|
IsEnabled?: boolean;
|
|
48
36
|
}
|
|
49
|
-
export declare namespace ActivityMetrics {
|
|
50
|
-
|
|
51
|
-
const filterSensitiveLog: (obj: ActivityMetrics) => any;
|
|
52
|
-
}
|
|
53
37
|
|
|
54
38
|
export interface SelectionCriteria {
|
|
55
39
|
|
|
@@ -59,10 +43,6 @@ export interface SelectionCriteria {
|
|
|
59
43
|
|
|
60
44
|
MinStorageBytesPercentage?: number;
|
|
61
45
|
}
|
|
62
|
-
export declare namespace SelectionCriteria {
|
|
63
|
-
|
|
64
|
-
const filterSensitiveLog: (obj: SelectionCriteria) => any;
|
|
65
|
-
}
|
|
66
46
|
|
|
67
47
|
export interface PrefixLevelStorageMetrics {
|
|
68
48
|
|
|
@@ -70,19 +50,11 @@ export interface PrefixLevelStorageMetrics {
|
|
|
70
50
|
|
|
71
51
|
SelectionCriteria?: SelectionCriteria;
|
|
72
52
|
}
|
|
73
|
-
export declare namespace PrefixLevelStorageMetrics {
|
|
74
|
-
|
|
75
|
-
const filterSensitiveLog: (obj: PrefixLevelStorageMetrics) => any;
|
|
76
|
-
}
|
|
77
53
|
|
|
78
54
|
export interface PrefixLevel {
|
|
79
55
|
|
|
80
56
|
StorageMetrics: PrefixLevelStorageMetrics | undefined;
|
|
81
57
|
}
|
|
82
|
-
export declare namespace PrefixLevel {
|
|
83
|
-
|
|
84
|
-
const filterSensitiveLog: (obj: PrefixLevel) => any;
|
|
85
|
-
}
|
|
86
58
|
|
|
87
59
|
export interface BucketLevel {
|
|
88
60
|
|
|
@@ -90,10 +62,6 @@ export interface BucketLevel {
|
|
|
90
62
|
|
|
91
63
|
PrefixLevel?: PrefixLevel;
|
|
92
64
|
}
|
|
93
|
-
export declare namespace BucketLevel {
|
|
94
|
-
|
|
95
|
-
const filterSensitiveLog: (obj: BucketLevel) => any;
|
|
96
|
-
}
|
|
97
65
|
|
|
98
66
|
export interface AccountLevel {
|
|
99
67
|
|
|
@@ -101,10 +69,6 @@ export interface AccountLevel {
|
|
|
101
69
|
|
|
102
70
|
BucketLevel: BucketLevel | undefined;
|
|
103
71
|
}
|
|
104
|
-
export declare namespace AccountLevel {
|
|
105
|
-
|
|
106
|
-
const filterSensitiveLog: (obj: AccountLevel) => any;
|
|
107
|
-
}
|
|
108
72
|
|
|
109
73
|
export interface AsyncErrorDetails {
|
|
110
74
|
|
|
@@ -116,10 +80,6 @@ export interface AsyncErrorDetails {
|
|
|
116
80
|
|
|
117
81
|
RequestId?: string;
|
|
118
82
|
}
|
|
119
|
-
export declare namespace AsyncErrorDetails {
|
|
120
|
-
|
|
121
|
-
const filterSensitiveLog: (obj: AsyncErrorDetails) => any;
|
|
122
|
-
}
|
|
123
83
|
export declare enum AsyncOperationName {
|
|
124
84
|
CreateMultiRegionAccessPoint = "CreateMultiRegionAccessPoint",
|
|
125
85
|
DeleteMultiRegionAccessPoint = "DeleteMultiRegionAccessPoint",
|
|
@@ -136,19 +96,11 @@ export interface PublicAccessBlockConfiguration {
|
|
|
136
96
|
|
|
137
97
|
RestrictPublicBuckets?: boolean;
|
|
138
98
|
}
|
|
139
|
-
export declare namespace PublicAccessBlockConfiguration {
|
|
140
|
-
|
|
141
|
-
const filterSensitiveLog: (obj: PublicAccessBlockConfiguration) => any;
|
|
142
|
-
}
|
|
143
99
|
|
|
144
100
|
export interface Region {
|
|
145
101
|
|
|
146
102
|
Bucket: string | undefined;
|
|
147
103
|
}
|
|
148
|
-
export declare namespace Region {
|
|
149
|
-
|
|
150
|
-
const filterSensitiveLog: (obj: Region) => any;
|
|
151
|
-
}
|
|
152
104
|
|
|
153
105
|
export interface CreateMultiRegionAccessPointInput {
|
|
154
106
|
|
|
@@ -158,19 +110,11 @@ export interface CreateMultiRegionAccessPointInput {
|
|
|
158
110
|
|
|
159
111
|
Regions: Region[] | undefined;
|
|
160
112
|
}
|
|
161
|
-
export declare namespace CreateMultiRegionAccessPointInput {
|
|
162
|
-
|
|
163
|
-
const filterSensitiveLog: (obj: CreateMultiRegionAccessPointInput) => any;
|
|
164
|
-
}
|
|
165
113
|
|
|
166
114
|
export interface DeleteMultiRegionAccessPointInput {
|
|
167
115
|
|
|
168
116
|
Name: string | undefined;
|
|
169
117
|
}
|
|
170
|
-
export declare namespace DeleteMultiRegionAccessPointInput {
|
|
171
|
-
|
|
172
|
-
const filterSensitiveLog: (obj: DeleteMultiRegionAccessPointInput) => any;
|
|
173
|
-
}
|
|
174
118
|
|
|
175
119
|
export interface PutMultiRegionAccessPointPolicyInput {
|
|
176
120
|
|
|
@@ -178,10 +122,6 @@ export interface PutMultiRegionAccessPointPolicyInput {
|
|
|
178
122
|
|
|
179
123
|
Policy: string | undefined;
|
|
180
124
|
}
|
|
181
|
-
export declare namespace PutMultiRegionAccessPointPolicyInput {
|
|
182
|
-
|
|
183
|
-
const filterSensitiveLog: (obj: PutMultiRegionAccessPointPolicyInput) => any;
|
|
184
|
-
}
|
|
185
125
|
|
|
186
126
|
export interface AsyncRequestParameters {
|
|
187
127
|
|
|
@@ -191,10 +131,6 @@ export interface AsyncRequestParameters {
|
|
|
191
131
|
|
|
192
132
|
PutMultiRegionAccessPointPolicyRequest?: PutMultiRegionAccessPointPolicyInput;
|
|
193
133
|
}
|
|
194
|
-
export declare namespace AsyncRequestParameters {
|
|
195
|
-
|
|
196
|
-
const filterSensitiveLog: (obj: AsyncRequestParameters) => any;
|
|
197
|
-
}
|
|
198
134
|
|
|
199
135
|
export interface MultiRegionAccessPointRegionalResponse {
|
|
200
136
|
|
|
@@ -202,19 +138,11 @@ export interface MultiRegionAccessPointRegionalResponse {
|
|
|
202
138
|
|
|
203
139
|
RequestStatus?: string;
|
|
204
140
|
}
|
|
205
|
-
export declare namespace MultiRegionAccessPointRegionalResponse {
|
|
206
|
-
|
|
207
|
-
const filterSensitiveLog: (obj: MultiRegionAccessPointRegionalResponse) => any;
|
|
208
|
-
}
|
|
209
141
|
|
|
210
142
|
export interface MultiRegionAccessPointsAsyncResponse {
|
|
211
143
|
|
|
212
144
|
Regions?: MultiRegionAccessPointRegionalResponse[];
|
|
213
145
|
}
|
|
214
|
-
export declare namespace MultiRegionAccessPointsAsyncResponse {
|
|
215
|
-
|
|
216
|
-
const filterSensitiveLog: (obj: MultiRegionAccessPointsAsyncResponse) => any;
|
|
217
|
-
}
|
|
218
146
|
|
|
219
147
|
export interface AsyncResponseDetails {
|
|
220
148
|
|
|
@@ -222,10 +150,6 @@ export interface AsyncResponseDetails {
|
|
|
222
150
|
|
|
223
151
|
ErrorDetails?: AsyncErrorDetails;
|
|
224
152
|
}
|
|
225
|
-
export declare namespace AsyncResponseDetails {
|
|
226
|
-
|
|
227
|
-
const filterSensitiveLog: (obj: AsyncResponseDetails) => any;
|
|
228
|
-
}
|
|
229
153
|
|
|
230
154
|
export interface AsyncOperation {
|
|
231
155
|
|
|
@@ -241,10 +165,6 @@ export interface AsyncOperation {
|
|
|
241
165
|
|
|
242
166
|
ResponseDetails?: AsyncResponseDetails;
|
|
243
167
|
}
|
|
244
|
-
export declare namespace AsyncOperation {
|
|
245
|
-
|
|
246
|
-
const filterSensitiveLog: (obj: AsyncOperation) => any;
|
|
247
|
-
}
|
|
248
168
|
|
|
249
169
|
export interface AwsLambdaTransformation {
|
|
250
170
|
|
|
@@ -252,10 +172,6 @@ export interface AwsLambdaTransformation {
|
|
|
252
172
|
|
|
253
173
|
FunctionPayload?: string;
|
|
254
174
|
}
|
|
255
|
-
export declare namespace AwsLambdaTransformation {
|
|
256
|
-
|
|
257
|
-
const filterSensitiveLog: (obj: AwsLambdaTransformation) => any;
|
|
258
|
-
}
|
|
259
175
|
export interface CreateAccessPointRequest {
|
|
260
176
|
|
|
261
177
|
AccountId?: string;
|
|
@@ -268,20 +184,12 @@ export interface CreateAccessPointRequest {
|
|
|
268
184
|
|
|
269
185
|
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration;
|
|
270
186
|
}
|
|
271
|
-
export declare namespace CreateAccessPointRequest {
|
|
272
|
-
|
|
273
|
-
const filterSensitiveLog: (obj: CreateAccessPointRequest) => any;
|
|
274
|
-
}
|
|
275
187
|
export interface CreateAccessPointResult {
|
|
276
188
|
|
|
277
189
|
AccessPointArn?: string;
|
|
278
190
|
|
|
279
191
|
Alias?: string;
|
|
280
192
|
}
|
|
281
|
-
export declare namespace CreateAccessPointResult {
|
|
282
|
-
|
|
283
|
-
const filterSensitiveLog: (obj: CreateAccessPointResult) => any;
|
|
284
|
-
}
|
|
285
193
|
export declare enum ObjectLambdaAllowedFeature {
|
|
286
194
|
GetObjectPartNumber = "GetObject-PartNumber",
|
|
287
195
|
GetObjectRange = "GetObject-Range"
|
|
@@ -309,8 +217,6 @@ export declare namespace ObjectLambdaContentTransformation {
|
|
|
309
217
|
_: (name: string, value: any) => T;
|
|
310
218
|
}
|
|
311
219
|
const visit: <T>(value: ObjectLambdaContentTransformation, visitor: Visitor<T>) => T;
|
|
312
|
-
|
|
313
|
-
const filterSensitiveLog: (obj: ObjectLambdaContentTransformation) => any;
|
|
314
220
|
}
|
|
315
221
|
|
|
316
222
|
export interface ObjectLambdaTransformationConfiguration {
|
|
@@ -319,10 +225,6 @@ export interface ObjectLambdaTransformationConfiguration {
|
|
|
319
225
|
|
|
320
226
|
ContentTransformation: ObjectLambdaContentTransformation | undefined;
|
|
321
227
|
}
|
|
322
|
-
export declare namespace ObjectLambdaTransformationConfiguration {
|
|
323
|
-
|
|
324
|
-
const filterSensitiveLog: (obj: ObjectLambdaTransformationConfiguration) => any;
|
|
325
|
-
}
|
|
326
228
|
|
|
327
229
|
export interface ObjectLambdaConfiguration {
|
|
328
230
|
|
|
@@ -334,10 +236,6 @@ export interface ObjectLambdaConfiguration {
|
|
|
334
236
|
|
|
335
237
|
TransformationConfigurations: ObjectLambdaTransformationConfiguration[] | undefined;
|
|
336
238
|
}
|
|
337
|
-
export declare namespace ObjectLambdaConfiguration {
|
|
338
|
-
|
|
339
|
-
const filterSensitiveLog: (obj: ObjectLambdaConfiguration) => any;
|
|
340
|
-
}
|
|
341
239
|
export interface CreateAccessPointForObjectLambdaRequest {
|
|
342
240
|
|
|
343
241
|
AccountId?: string;
|
|
@@ -346,18 +244,10 @@ export interface CreateAccessPointForObjectLambdaRequest {
|
|
|
346
244
|
|
|
347
245
|
Configuration: ObjectLambdaConfiguration | undefined;
|
|
348
246
|
}
|
|
349
|
-
export declare namespace CreateAccessPointForObjectLambdaRequest {
|
|
350
|
-
|
|
351
|
-
const filterSensitiveLog: (obj: CreateAccessPointForObjectLambdaRequest) => any;
|
|
352
|
-
}
|
|
353
247
|
export interface CreateAccessPointForObjectLambdaResult {
|
|
354
248
|
|
|
355
249
|
ObjectLambdaAccessPointArn?: string;
|
|
356
250
|
}
|
|
357
|
-
export declare namespace CreateAccessPointForObjectLambdaResult {
|
|
358
|
-
|
|
359
|
-
const filterSensitiveLog: (obj: CreateAccessPointForObjectLambdaResult) => any;
|
|
360
|
-
}
|
|
361
251
|
|
|
362
252
|
export declare class BucketAlreadyExists extends __BaseException {
|
|
363
253
|
readonly name: "BucketAlreadyExists";
|
|
@@ -379,10 +269,6 @@ export interface CreateBucketConfiguration {
|
|
|
379
269
|
|
|
380
270
|
LocationConstraint?: BucketLocationConstraint | string;
|
|
381
271
|
}
|
|
382
|
-
export declare namespace CreateBucketConfiguration {
|
|
383
|
-
|
|
384
|
-
const filterSensitiveLog: (obj: CreateBucketConfiguration) => any;
|
|
385
|
-
}
|
|
386
272
|
export interface CreateBucketRequest {
|
|
387
273
|
|
|
388
274
|
ACL?: BucketCannedACL | string;
|
|
@@ -405,20 +291,12 @@ export interface CreateBucketRequest {
|
|
|
405
291
|
|
|
406
292
|
OutpostId?: string;
|
|
407
293
|
}
|
|
408
|
-
export declare namespace CreateBucketRequest {
|
|
409
|
-
|
|
410
|
-
const filterSensitiveLog: (obj: CreateBucketRequest) => any;
|
|
411
|
-
}
|
|
412
294
|
export interface CreateBucketResult {
|
|
413
295
|
|
|
414
296
|
Location?: string;
|
|
415
297
|
|
|
416
298
|
BucketArn?: string;
|
|
417
299
|
}
|
|
418
|
-
export declare namespace CreateBucketResult {
|
|
419
|
-
|
|
420
|
-
const filterSensitiveLog: (obj: CreateBucketResult) => any;
|
|
421
|
-
}
|
|
422
300
|
|
|
423
301
|
export declare class BadRequestException extends __BaseException {
|
|
424
302
|
readonly name: "BadRequestException";
|
|
@@ -436,10 +314,6 @@ export interface JobManifestLocation {
|
|
|
436
314
|
|
|
437
315
|
ETag: string | undefined;
|
|
438
316
|
}
|
|
439
|
-
export declare namespace JobManifestLocation {
|
|
440
|
-
|
|
441
|
-
const filterSensitiveLog: (obj: JobManifestLocation) => any;
|
|
442
|
-
}
|
|
443
317
|
export declare enum JobManifestFieldName {
|
|
444
318
|
Bucket = "Bucket",
|
|
445
319
|
Ignore = "Ignore",
|
|
@@ -457,10 +331,6 @@ export interface JobManifestSpec {
|
|
|
457
331
|
|
|
458
332
|
Fields?: (JobManifestFieldName | string)[];
|
|
459
333
|
}
|
|
460
|
-
export declare namespace JobManifestSpec {
|
|
461
|
-
|
|
462
|
-
const filterSensitiveLog: (obj: JobManifestSpec) => any;
|
|
463
|
-
}
|
|
464
334
|
|
|
465
335
|
export interface JobManifest {
|
|
466
336
|
|
|
@@ -468,10 +338,6 @@ export interface JobManifest {
|
|
|
468
338
|
|
|
469
339
|
Location: JobManifestLocation | undefined;
|
|
470
340
|
}
|
|
471
|
-
export declare namespace JobManifest {
|
|
472
|
-
|
|
473
|
-
const filterSensitiveLog: (obj: JobManifest) => any;
|
|
474
|
-
}
|
|
475
341
|
export declare enum ReplicationStatus {
|
|
476
342
|
COMPLETED = "COMPLETED",
|
|
477
343
|
FAILED = "FAILED",
|
|
@@ -489,26 +355,14 @@ export interface JobManifestGeneratorFilter {
|
|
|
489
355
|
|
|
490
356
|
ObjectReplicationStatuses?: (ReplicationStatus | string)[];
|
|
491
357
|
}
|
|
492
|
-
export declare namespace JobManifestGeneratorFilter {
|
|
493
|
-
|
|
494
|
-
const filterSensitiveLog: (obj: JobManifestGeneratorFilter) => any;
|
|
495
|
-
}
|
|
496
358
|
|
|
497
359
|
export interface SSEKMSEncryption {
|
|
498
360
|
|
|
499
361
|
KeyId: string | undefined;
|
|
500
362
|
}
|
|
501
|
-
export declare namespace SSEKMSEncryption {
|
|
502
|
-
|
|
503
|
-
const filterSensitiveLog: (obj: SSEKMSEncryption) => any;
|
|
504
|
-
}
|
|
505
363
|
|
|
506
364
|
export interface SSES3Encryption {
|
|
507
365
|
}
|
|
508
|
-
export declare namespace SSES3Encryption {
|
|
509
|
-
|
|
510
|
-
const filterSensitiveLog: (obj: SSES3Encryption) => any;
|
|
511
|
-
}
|
|
512
366
|
|
|
513
367
|
export interface GeneratedManifestEncryption {
|
|
514
368
|
|
|
@@ -516,10 +370,6 @@ export interface GeneratedManifestEncryption {
|
|
|
516
370
|
|
|
517
371
|
SSEKMS?: SSEKMSEncryption;
|
|
518
372
|
}
|
|
519
|
-
export declare namespace GeneratedManifestEncryption {
|
|
520
|
-
|
|
521
|
-
const filterSensitiveLog: (obj: GeneratedManifestEncryption) => any;
|
|
522
|
-
}
|
|
523
373
|
export declare enum GeneratedManifestFormat {
|
|
524
374
|
S3InventoryReport_CSV_20211130 = "S3InventoryReport_CSV_20211130"
|
|
525
375
|
}
|
|
@@ -536,10 +386,6 @@ export interface S3ManifestOutputLocation {
|
|
|
536
386
|
|
|
537
387
|
ManifestFormat: GeneratedManifestFormat | string | undefined;
|
|
538
388
|
}
|
|
539
|
-
export declare namespace S3ManifestOutputLocation {
|
|
540
|
-
|
|
541
|
-
const filterSensitiveLog: (obj: S3ManifestOutputLocation) => any;
|
|
542
|
-
}
|
|
543
389
|
|
|
544
390
|
export interface S3JobManifestGenerator {
|
|
545
391
|
|
|
@@ -553,10 +399,6 @@ export interface S3JobManifestGenerator {
|
|
|
553
399
|
|
|
554
400
|
EnableManifestOutput: boolean | undefined;
|
|
555
401
|
}
|
|
556
|
-
export declare namespace S3JobManifestGenerator {
|
|
557
|
-
|
|
558
|
-
const filterSensitiveLog: (obj: S3JobManifestGenerator) => any;
|
|
559
|
-
}
|
|
560
402
|
|
|
561
403
|
export declare type JobManifestGenerator = JobManifestGenerator.S3JobManifestGeneratorMember | JobManifestGenerator.$UnknownMember;
|
|
562
404
|
export declare namespace JobManifestGenerator {
|
|
@@ -577,25 +419,15 @@ export declare namespace JobManifestGenerator {
|
|
|
577
419
|
_: (name: string, value: any) => T;
|
|
578
420
|
}
|
|
579
421
|
const visit: <T>(value: JobManifestGenerator, visitor: Visitor<T>) => T;
|
|
580
|
-
|
|
581
|
-
const filterSensitiveLog: (obj: JobManifestGenerator) => any;
|
|
582
422
|
}
|
|
583
423
|
|
|
584
424
|
export interface LambdaInvokeOperation {
|
|
585
425
|
|
|
586
426
|
FunctionArn?: string;
|
|
587
427
|
}
|
|
588
|
-
export declare namespace LambdaInvokeOperation {
|
|
589
|
-
|
|
590
|
-
const filterSensitiveLog: (obj: LambdaInvokeOperation) => any;
|
|
591
|
-
}
|
|
592
428
|
|
|
593
429
|
export interface S3DeleteObjectTaggingOperation {
|
|
594
430
|
}
|
|
595
|
-
export declare namespace S3DeleteObjectTaggingOperation {
|
|
596
|
-
|
|
597
|
-
const filterSensitiveLog: (obj: S3DeleteObjectTaggingOperation) => any;
|
|
598
|
-
}
|
|
599
431
|
export declare enum S3GlacierJobTier {
|
|
600
432
|
BULK = "BULK",
|
|
601
433
|
STANDARD = "STANDARD"
|
|
@@ -607,10 +439,6 @@ export interface S3InitiateRestoreObjectOperation {
|
|
|
607
439
|
|
|
608
440
|
GlacierJobTier?: S3GlacierJobTier | string;
|
|
609
441
|
}
|
|
610
|
-
export declare namespace S3InitiateRestoreObjectOperation {
|
|
611
|
-
|
|
612
|
-
const filterSensitiveLog: (obj: S3InitiateRestoreObjectOperation) => any;
|
|
613
|
-
}
|
|
614
442
|
export declare enum S3GranteeTypeIdentifier {
|
|
615
443
|
CANONICAL = "id",
|
|
616
444
|
EMAIL_ADDRESS = "emailAddress",
|
|
@@ -625,10 +453,6 @@ export interface S3Grantee {
|
|
|
625
453
|
|
|
626
454
|
DisplayName?: string;
|
|
627
455
|
}
|
|
628
|
-
export declare namespace S3Grantee {
|
|
629
|
-
|
|
630
|
-
const filterSensitiveLog: (obj: S3Grantee) => any;
|
|
631
|
-
}
|
|
632
456
|
export declare enum S3Permission {
|
|
633
457
|
FULL_CONTROL = "FULL_CONTROL",
|
|
634
458
|
READ = "READ",
|
|
@@ -643,10 +467,6 @@ export interface S3Grant {
|
|
|
643
467
|
|
|
644
468
|
Permission?: S3Permission | string;
|
|
645
469
|
}
|
|
646
|
-
export declare namespace S3Grant {
|
|
647
|
-
|
|
648
|
-
const filterSensitiveLog: (obj: S3Grant) => any;
|
|
649
|
-
}
|
|
650
470
|
|
|
651
471
|
export interface S3ObjectOwner {
|
|
652
472
|
|
|
@@ -654,10 +474,6 @@ export interface S3ObjectOwner {
|
|
|
654
474
|
|
|
655
475
|
DisplayName?: string;
|
|
656
476
|
}
|
|
657
|
-
export declare namespace S3ObjectOwner {
|
|
658
|
-
|
|
659
|
-
const filterSensitiveLog: (obj: S3ObjectOwner) => any;
|
|
660
|
-
}
|
|
661
477
|
|
|
662
478
|
export interface S3AccessControlList {
|
|
663
479
|
|
|
@@ -665,10 +481,6 @@ export interface S3AccessControlList {
|
|
|
665
481
|
|
|
666
482
|
Grants?: S3Grant[];
|
|
667
483
|
}
|
|
668
|
-
export declare namespace S3AccessControlList {
|
|
669
|
-
|
|
670
|
-
const filterSensitiveLog: (obj: S3AccessControlList) => any;
|
|
671
|
-
}
|
|
672
484
|
export declare enum S3CannedAccessControlList {
|
|
673
485
|
AUTHENTICATED_READ = "authenticated-read",
|
|
674
486
|
AWS_EXEC_READ = "aws-exec-read",
|
|
@@ -685,19 +497,11 @@ export interface S3AccessControlPolicy {
|
|
|
685
497
|
|
|
686
498
|
CannedAccessControlList?: S3CannedAccessControlList | string;
|
|
687
499
|
}
|
|
688
|
-
export declare namespace S3AccessControlPolicy {
|
|
689
|
-
|
|
690
|
-
const filterSensitiveLog: (obj: S3AccessControlPolicy) => any;
|
|
691
|
-
}
|
|
692
500
|
|
|
693
501
|
export interface S3SetObjectAclOperation {
|
|
694
502
|
|
|
695
503
|
AccessControlPolicy?: S3AccessControlPolicy;
|
|
696
504
|
}
|
|
697
|
-
export declare namespace S3SetObjectAclOperation {
|
|
698
|
-
|
|
699
|
-
const filterSensitiveLog: (obj: S3SetObjectAclOperation) => any;
|
|
700
|
-
}
|
|
701
505
|
export declare enum S3ChecksumAlgorithm {
|
|
702
506
|
CRC32 = "CRC32",
|
|
703
507
|
CRC32C = "CRC32C",
|
|
@@ -737,10 +541,6 @@ export interface S3ObjectMetadata {
|
|
|
737
541
|
|
|
738
542
|
SSEAlgorithm?: S3SSEAlgorithm | string;
|
|
739
543
|
}
|
|
740
|
-
export declare namespace S3ObjectMetadata {
|
|
741
|
-
|
|
742
|
-
const filterSensitiveLog: (obj: S3ObjectMetadata) => any;
|
|
743
|
-
}
|
|
744
544
|
|
|
745
545
|
export interface S3Tag {
|
|
746
546
|
|
|
@@ -748,10 +548,6 @@ export interface S3Tag {
|
|
|
748
548
|
|
|
749
549
|
Value: string | undefined;
|
|
750
550
|
}
|
|
751
|
-
export declare namespace S3Tag {
|
|
752
|
-
|
|
753
|
-
const filterSensitiveLog: (obj: S3Tag) => any;
|
|
754
|
-
}
|
|
755
551
|
export declare enum S3ObjectLockLegalHoldStatus {
|
|
756
552
|
OFF = "OFF",
|
|
757
553
|
ON = "ON"
|
|
@@ -808,28 +604,16 @@ export interface S3CopyObjectOperation {
|
|
|
808
604
|
|
|
809
605
|
ChecksumAlgorithm?: S3ChecksumAlgorithm | string;
|
|
810
606
|
}
|
|
811
|
-
export declare namespace S3CopyObjectOperation {
|
|
812
|
-
|
|
813
|
-
const filterSensitiveLog: (obj: S3CopyObjectOperation) => any;
|
|
814
|
-
}
|
|
815
607
|
|
|
816
608
|
export interface S3ObjectLockLegalHold {
|
|
817
609
|
|
|
818
610
|
Status: S3ObjectLockLegalHoldStatus | string | undefined;
|
|
819
611
|
}
|
|
820
|
-
export declare namespace S3ObjectLockLegalHold {
|
|
821
|
-
|
|
822
|
-
const filterSensitiveLog: (obj: S3ObjectLockLegalHold) => any;
|
|
823
|
-
}
|
|
824
612
|
|
|
825
613
|
export interface S3SetObjectLegalHoldOperation {
|
|
826
614
|
|
|
827
615
|
LegalHold: S3ObjectLockLegalHold | undefined;
|
|
828
616
|
}
|
|
829
|
-
export declare namespace S3SetObjectLegalHoldOperation {
|
|
830
|
-
|
|
831
|
-
const filterSensitiveLog: (obj: S3SetObjectLegalHoldOperation) => any;
|
|
832
|
-
}
|
|
833
617
|
export declare enum S3ObjectLockRetentionMode {
|
|
834
618
|
COMPLIANCE = "COMPLIANCE",
|
|
835
619
|
GOVERNANCE = "GOVERNANCE"
|
|
@@ -841,10 +625,6 @@ export interface S3Retention {
|
|
|
841
625
|
|
|
842
626
|
Mode?: S3ObjectLockRetentionMode | string;
|
|
843
627
|
}
|
|
844
|
-
export declare namespace S3Retention {
|
|
845
|
-
|
|
846
|
-
const filterSensitiveLog: (obj: S3Retention) => any;
|
|
847
|
-
}
|
|
848
628
|
|
|
849
629
|
export interface S3SetObjectRetentionOperation {
|
|
850
630
|
|
|
@@ -852,26 +632,14 @@ export interface S3SetObjectRetentionOperation {
|
|
|
852
632
|
|
|
853
633
|
Retention: S3Retention | undefined;
|
|
854
634
|
}
|
|
855
|
-
export declare namespace S3SetObjectRetentionOperation {
|
|
856
|
-
|
|
857
|
-
const filterSensitiveLog: (obj: S3SetObjectRetentionOperation) => any;
|
|
858
|
-
}
|
|
859
635
|
|
|
860
636
|
export interface S3SetObjectTaggingOperation {
|
|
861
637
|
|
|
862
638
|
TagSet?: S3Tag[];
|
|
863
639
|
}
|
|
864
|
-
export declare namespace S3SetObjectTaggingOperation {
|
|
865
|
-
|
|
866
|
-
const filterSensitiveLog: (obj: S3SetObjectTaggingOperation) => any;
|
|
867
|
-
}
|
|
868
640
|
|
|
869
641
|
export interface S3ReplicateObjectOperation {
|
|
870
642
|
}
|
|
871
|
-
export declare namespace S3ReplicateObjectOperation {
|
|
872
|
-
|
|
873
|
-
const filterSensitiveLog: (obj: S3ReplicateObjectOperation) => any;
|
|
874
|
-
}
|
|
875
643
|
|
|
876
644
|
export interface JobOperation {
|
|
877
645
|
|
|
@@ -893,10 +661,6 @@ export interface JobOperation {
|
|
|
893
661
|
|
|
894
662
|
S3ReplicateObject?: S3ReplicateObjectOperation;
|
|
895
663
|
}
|
|
896
|
-
export declare namespace JobOperation {
|
|
897
|
-
|
|
898
|
-
const filterSensitiveLog: (obj: JobOperation) => any;
|
|
899
|
-
}
|
|
900
664
|
export declare enum JobReportFormat {
|
|
901
665
|
Report_CSV_20180820 = "Report_CSV_20180820"
|
|
902
666
|
}
|
|
@@ -917,10 +681,6 @@ export interface JobReport {
|
|
|
917
681
|
|
|
918
682
|
ReportScope?: JobReportScope | string;
|
|
919
683
|
}
|
|
920
|
-
export declare namespace JobReport {
|
|
921
|
-
|
|
922
|
-
const filterSensitiveLog: (obj: JobReport) => any;
|
|
923
|
-
}
|
|
924
684
|
export interface CreateJobRequest {
|
|
925
685
|
|
|
926
686
|
AccountId?: string;
|
|
@@ -945,18 +705,10 @@ export interface CreateJobRequest {
|
|
|
945
705
|
|
|
946
706
|
ManifestGenerator?: JobManifestGenerator;
|
|
947
707
|
}
|
|
948
|
-
export declare namespace CreateJobRequest {
|
|
949
|
-
|
|
950
|
-
const filterSensitiveLog: (obj: CreateJobRequest) => any;
|
|
951
|
-
}
|
|
952
708
|
export interface CreateJobResult {
|
|
953
709
|
|
|
954
710
|
JobId?: string;
|
|
955
711
|
}
|
|
956
|
-
export declare namespace CreateJobResult {
|
|
957
|
-
|
|
958
|
-
const filterSensitiveLog: (obj: CreateJobResult) => any;
|
|
959
|
-
}
|
|
960
712
|
|
|
961
713
|
export declare class IdempotencyException extends __BaseException {
|
|
962
714
|
readonly name: "IdempotencyException";
|
|
@@ -989,114 +741,66 @@ export interface CreateMultiRegionAccessPointRequest {
|
|
|
989
741
|
|
|
990
742
|
Details: CreateMultiRegionAccessPointInput | undefined;
|
|
991
743
|
}
|
|
992
|
-
export declare namespace CreateMultiRegionAccessPointRequest {
|
|
993
|
-
|
|
994
|
-
const filterSensitiveLog: (obj: CreateMultiRegionAccessPointRequest) => any;
|
|
995
|
-
}
|
|
996
744
|
export interface CreateMultiRegionAccessPointResult {
|
|
997
745
|
|
|
998
746
|
RequestTokenARN?: string;
|
|
999
747
|
}
|
|
1000
|
-
export declare namespace CreateMultiRegionAccessPointResult {
|
|
1001
|
-
|
|
1002
|
-
const filterSensitiveLog: (obj: CreateMultiRegionAccessPointResult) => any;
|
|
1003
|
-
}
|
|
1004
748
|
export interface DeleteAccessPointRequest {
|
|
1005
749
|
|
|
1006
750
|
AccountId?: string;
|
|
1007
751
|
|
|
1008
752
|
Name: string | undefined;
|
|
1009
753
|
}
|
|
1010
|
-
export declare namespace DeleteAccessPointRequest {
|
|
1011
|
-
|
|
1012
|
-
const filterSensitiveLog: (obj: DeleteAccessPointRequest) => any;
|
|
1013
|
-
}
|
|
1014
754
|
export interface DeleteAccessPointForObjectLambdaRequest {
|
|
1015
755
|
|
|
1016
756
|
AccountId?: string;
|
|
1017
757
|
|
|
1018
758
|
Name: string | undefined;
|
|
1019
759
|
}
|
|
1020
|
-
export declare namespace DeleteAccessPointForObjectLambdaRequest {
|
|
1021
|
-
|
|
1022
|
-
const filterSensitiveLog: (obj: DeleteAccessPointForObjectLambdaRequest) => any;
|
|
1023
|
-
}
|
|
1024
760
|
export interface DeleteAccessPointPolicyRequest {
|
|
1025
761
|
|
|
1026
762
|
AccountId?: string;
|
|
1027
763
|
|
|
1028
764
|
Name: string | undefined;
|
|
1029
765
|
}
|
|
1030
|
-
export declare namespace DeleteAccessPointPolicyRequest {
|
|
1031
|
-
|
|
1032
|
-
const filterSensitiveLog: (obj: DeleteAccessPointPolicyRequest) => any;
|
|
1033
|
-
}
|
|
1034
766
|
export interface DeleteAccessPointPolicyForObjectLambdaRequest {
|
|
1035
767
|
|
|
1036
768
|
AccountId?: string;
|
|
1037
769
|
|
|
1038
770
|
Name: string | undefined;
|
|
1039
771
|
}
|
|
1040
|
-
export declare namespace DeleteAccessPointPolicyForObjectLambdaRequest {
|
|
1041
|
-
|
|
1042
|
-
const filterSensitiveLog: (obj: DeleteAccessPointPolicyForObjectLambdaRequest) => any;
|
|
1043
|
-
}
|
|
1044
772
|
export interface DeleteBucketRequest {
|
|
1045
773
|
|
|
1046
774
|
AccountId?: string;
|
|
1047
775
|
|
|
1048
776
|
Bucket: string | undefined;
|
|
1049
777
|
}
|
|
1050
|
-
export declare namespace DeleteBucketRequest {
|
|
1051
|
-
|
|
1052
|
-
const filterSensitiveLog: (obj: DeleteBucketRequest) => any;
|
|
1053
|
-
}
|
|
1054
778
|
export interface DeleteBucketLifecycleConfigurationRequest {
|
|
1055
779
|
|
|
1056
780
|
AccountId?: string;
|
|
1057
781
|
|
|
1058
782
|
Bucket: string | undefined;
|
|
1059
783
|
}
|
|
1060
|
-
export declare namespace DeleteBucketLifecycleConfigurationRequest {
|
|
1061
|
-
|
|
1062
|
-
const filterSensitiveLog: (obj: DeleteBucketLifecycleConfigurationRequest) => any;
|
|
1063
|
-
}
|
|
1064
784
|
export interface DeleteBucketPolicyRequest {
|
|
1065
785
|
|
|
1066
786
|
AccountId?: string;
|
|
1067
787
|
|
|
1068
788
|
Bucket: string | undefined;
|
|
1069
789
|
}
|
|
1070
|
-
export declare namespace DeleteBucketPolicyRequest {
|
|
1071
|
-
|
|
1072
|
-
const filterSensitiveLog: (obj: DeleteBucketPolicyRequest) => any;
|
|
1073
|
-
}
|
|
1074
790
|
export interface DeleteBucketTaggingRequest {
|
|
1075
791
|
|
|
1076
792
|
AccountId?: string;
|
|
1077
793
|
|
|
1078
794
|
Bucket: string | undefined;
|
|
1079
795
|
}
|
|
1080
|
-
export declare namespace DeleteBucketTaggingRequest {
|
|
1081
|
-
|
|
1082
|
-
const filterSensitiveLog: (obj: DeleteBucketTaggingRequest) => any;
|
|
1083
|
-
}
|
|
1084
796
|
export interface DeleteJobTaggingRequest {
|
|
1085
797
|
|
|
1086
798
|
AccountId?: string;
|
|
1087
799
|
|
|
1088
800
|
JobId: string | undefined;
|
|
1089
801
|
}
|
|
1090
|
-
export declare namespace DeleteJobTaggingRequest {
|
|
1091
|
-
|
|
1092
|
-
const filterSensitiveLog: (obj: DeleteJobTaggingRequest) => any;
|
|
1093
|
-
}
|
|
1094
802
|
export interface DeleteJobTaggingResult {
|
|
1095
803
|
}
|
|
1096
|
-
export declare namespace DeleteJobTaggingResult {
|
|
1097
|
-
|
|
1098
|
-
const filterSensitiveLog: (obj: DeleteJobTaggingResult) => any;
|
|
1099
|
-
}
|
|
1100
804
|
|
|
1101
805
|
export declare class NotFoundException extends __BaseException {
|
|
1102
806
|
readonly name: "NotFoundException";
|
|
@@ -1113,62 +817,34 @@ export interface DeleteMultiRegionAccessPointRequest {
|
|
|
1113
817
|
|
|
1114
818
|
Details: DeleteMultiRegionAccessPointInput | undefined;
|
|
1115
819
|
}
|
|
1116
|
-
export declare namespace DeleteMultiRegionAccessPointRequest {
|
|
1117
|
-
|
|
1118
|
-
const filterSensitiveLog: (obj: DeleteMultiRegionAccessPointRequest) => any;
|
|
1119
|
-
}
|
|
1120
820
|
export interface DeleteMultiRegionAccessPointResult {
|
|
1121
821
|
|
|
1122
822
|
RequestTokenARN?: string;
|
|
1123
823
|
}
|
|
1124
|
-
export declare namespace DeleteMultiRegionAccessPointResult {
|
|
1125
|
-
|
|
1126
|
-
const filterSensitiveLog: (obj: DeleteMultiRegionAccessPointResult) => any;
|
|
1127
|
-
}
|
|
1128
824
|
export interface DeletePublicAccessBlockRequest {
|
|
1129
825
|
|
|
1130
826
|
AccountId?: string;
|
|
1131
827
|
}
|
|
1132
|
-
export declare namespace DeletePublicAccessBlockRequest {
|
|
1133
|
-
|
|
1134
|
-
const filterSensitiveLog: (obj: DeletePublicAccessBlockRequest) => any;
|
|
1135
|
-
}
|
|
1136
828
|
export interface DeleteStorageLensConfigurationRequest {
|
|
1137
829
|
|
|
1138
830
|
ConfigId: string | undefined;
|
|
1139
831
|
|
|
1140
832
|
AccountId?: string;
|
|
1141
833
|
}
|
|
1142
|
-
export declare namespace DeleteStorageLensConfigurationRequest {
|
|
1143
|
-
|
|
1144
|
-
const filterSensitiveLog: (obj: DeleteStorageLensConfigurationRequest) => any;
|
|
1145
|
-
}
|
|
1146
834
|
export interface DeleteStorageLensConfigurationTaggingRequest {
|
|
1147
835
|
|
|
1148
836
|
ConfigId: string | undefined;
|
|
1149
837
|
|
|
1150
838
|
AccountId?: string;
|
|
1151
839
|
}
|
|
1152
|
-
export declare namespace DeleteStorageLensConfigurationTaggingRequest {
|
|
1153
|
-
|
|
1154
|
-
const filterSensitiveLog: (obj: DeleteStorageLensConfigurationTaggingRequest) => any;
|
|
1155
|
-
}
|
|
1156
840
|
export interface DeleteStorageLensConfigurationTaggingResult {
|
|
1157
841
|
}
|
|
1158
|
-
export declare namespace DeleteStorageLensConfigurationTaggingResult {
|
|
1159
|
-
|
|
1160
|
-
const filterSensitiveLog: (obj: DeleteStorageLensConfigurationTaggingResult) => any;
|
|
1161
|
-
}
|
|
1162
842
|
export interface DescribeJobRequest {
|
|
1163
843
|
|
|
1164
844
|
AccountId?: string;
|
|
1165
845
|
|
|
1166
846
|
JobId: string | undefined;
|
|
1167
847
|
}
|
|
1168
|
-
export declare namespace DescribeJobRequest {
|
|
1169
|
-
|
|
1170
|
-
const filterSensitiveLog: (obj: DescribeJobRequest) => any;
|
|
1171
|
-
}
|
|
1172
848
|
|
|
1173
849
|
export interface JobFailure {
|
|
1174
850
|
|
|
@@ -1176,10 +852,6 @@ export interface JobFailure {
|
|
|
1176
852
|
|
|
1177
853
|
FailureReason?: string;
|
|
1178
854
|
}
|
|
1179
|
-
export declare namespace JobFailure {
|
|
1180
|
-
|
|
1181
|
-
const filterSensitiveLog: (obj: JobFailure) => any;
|
|
1182
|
-
}
|
|
1183
855
|
|
|
1184
856
|
export interface S3GeneratedManifestDescriptor {
|
|
1185
857
|
|
|
@@ -1187,19 +859,11 @@ export interface S3GeneratedManifestDescriptor {
|
|
|
1187
859
|
|
|
1188
860
|
Location?: JobManifestLocation;
|
|
1189
861
|
}
|
|
1190
|
-
export declare namespace S3GeneratedManifestDescriptor {
|
|
1191
|
-
|
|
1192
|
-
const filterSensitiveLog: (obj: S3GeneratedManifestDescriptor) => any;
|
|
1193
|
-
}
|
|
1194
862
|
|
|
1195
863
|
export interface JobTimers {
|
|
1196
864
|
|
|
1197
865
|
ElapsedTimeInActiveSeconds?: number;
|
|
1198
866
|
}
|
|
1199
|
-
export declare namespace JobTimers {
|
|
1200
|
-
|
|
1201
|
-
const filterSensitiveLog: (obj: JobTimers) => any;
|
|
1202
|
-
}
|
|
1203
867
|
|
|
1204
868
|
export interface JobProgressSummary {
|
|
1205
869
|
|
|
@@ -1211,10 +875,6 @@ export interface JobProgressSummary {
|
|
|
1211
875
|
|
|
1212
876
|
Timers?: JobTimers;
|
|
1213
877
|
}
|
|
1214
|
-
export declare namespace JobProgressSummary {
|
|
1215
|
-
|
|
1216
|
-
const filterSensitiveLog: (obj: JobProgressSummary) => any;
|
|
1217
|
-
}
|
|
1218
878
|
export declare enum JobStatus {
|
|
1219
879
|
Active = "Active",
|
|
1220
880
|
Cancelled = "Cancelled",
|
|
@@ -1271,46 +931,26 @@ export interface JobDescriptor {
|
|
|
1271
931
|
|
|
1272
932
|
GeneratedManifestDescriptor?: S3GeneratedManifestDescriptor;
|
|
1273
933
|
}
|
|
1274
|
-
export declare namespace JobDescriptor {
|
|
1275
|
-
|
|
1276
|
-
const filterSensitiveLog: (obj: JobDescriptor) => any;
|
|
1277
|
-
}
|
|
1278
934
|
export interface DescribeJobResult {
|
|
1279
935
|
|
|
1280
936
|
Job?: JobDescriptor;
|
|
1281
937
|
}
|
|
1282
|
-
export declare namespace DescribeJobResult {
|
|
1283
|
-
|
|
1284
|
-
const filterSensitiveLog: (obj: DescribeJobResult) => any;
|
|
1285
|
-
}
|
|
1286
938
|
export interface DescribeMultiRegionAccessPointOperationRequest {
|
|
1287
939
|
|
|
1288
940
|
AccountId?: string;
|
|
1289
941
|
|
|
1290
942
|
RequestTokenARN: string | undefined;
|
|
1291
943
|
}
|
|
1292
|
-
export declare namespace DescribeMultiRegionAccessPointOperationRequest {
|
|
1293
|
-
|
|
1294
|
-
const filterSensitiveLog: (obj: DescribeMultiRegionAccessPointOperationRequest) => any;
|
|
1295
|
-
}
|
|
1296
944
|
export interface DescribeMultiRegionAccessPointOperationResult {
|
|
1297
945
|
|
|
1298
946
|
AsyncOperation?: AsyncOperation;
|
|
1299
947
|
}
|
|
1300
|
-
export declare namespace DescribeMultiRegionAccessPointOperationResult {
|
|
1301
|
-
|
|
1302
|
-
const filterSensitiveLog: (obj: DescribeMultiRegionAccessPointOperationResult) => any;
|
|
1303
|
-
}
|
|
1304
948
|
export interface GetAccessPointRequest {
|
|
1305
949
|
|
|
1306
950
|
AccountId?: string;
|
|
1307
951
|
|
|
1308
952
|
Name: string | undefined;
|
|
1309
953
|
}
|
|
1310
|
-
export declare namespace GetAccessPointRequest {
|
|
1311
|
-
|
|
1312
|
-
const filterSensitiveLog: (obj: GetAccessPointRequest) => any;
|
|
1313
|
-
}
|
|
1314
954
|
export interface GetAccessPointResult {
|
|
1315
955
|
|
|
1316
956
|
Name?: string;
|
|
@@ -1331,38 +971,22 @@ export interface GetAccessPointResult {
|
|
|
1331
971
|
|
|
1332
972
|
Endpoints?: Record<string, string>;
|
|
1333
973
|
}
|
|
1334
|
-
export declare namespace GetAccessPointResult {
|
|
1335
|
-
|
|
1336
|
-
const filterSensitiveLog: (obj: GetAccessPointResult) => any;
|
|
1337
|
-
}
|
|
1338
974
|
export interface GetAccessPointConfigurationForObjectLambdaRequest {
|
|
1339
975
|
|
|
1340
976
|
AccountId?: string;
|
|
1341
977
|
|
|
1342
978
|
Name: string | undefined;
|
|
1343
979
|
}
|
|
1344
|
-
export declare namespace GetAccessPointConfigurationForObjectLambdaRequest {
|
|
1345
|
-
|
|
1346
|
-
const filterSensitiveLog: (obj: GetAccessPointConfigurationForObjectLambdaRequest) => any;
|
|
1347
|
-
}
|
|
1348
980
|
export interface GetAccessPointConfigurationForObjectLambdaResult {
|
|
1349
981
|
|
|
1350
982
|
Configuration?: ObjectLambdaConfiguration;
|
|
1351
983
|
}
|
|
1352
|
-
export declare namespace GetAccessPointConfigurationForObjectLambdaResult {
|
|
1353
|
-
|
|
1354
|
-
const filterSensitiveLog: (obj: GetAccessPointConfigurationForObjectLambdaResult) => any;
|
|
1355
|
-
}
|
|
1356
984
|
export interface GetAccessPointForObjectLambdaRequest {
|
|
1357
985
|
|
|
1358
986
|
AccountId?: string;
|
|
1359
987
|
|
|
1360
988
|
Name: string | undefined;
|
|
1361
989
|
}
|
|
1362
|
-
export declare namespace GetAccessPointForObjectLambdaRequest {
|
|
1363
|
-
|
|
1364
|
-
const filterSensitiveLog: (obj: GetAccessPointForObjectLambdaRequest) => any;
|
|
1365
|
-
}
|
|
1366
990
|
export interface GetAccessPointForObjectLambdaResult {
|
|
1367
991
|
|
|
1368
992
|
Name?: string;
|
|
@@ -1371,101 +995,57 @@ export interface GetAccessPointForObjectLambdaResult {
|
|
|
1371
995
|
|
|
1372
996
|
CreationDate?: Date;
|
|
1373
997
|
}
|
|
1374
|
-
export declare namespace GetAccessPointForObjectLambdaResult {
|
|
1375
|
-
|
|
1376
|
-
const filterSensitiveLog: (obj: GetAccessPointForObjectLambdaResult) => any;
|
|
1377
|
-
}
|
|
1378
998
|
export interface GetAccessPointPolicyRequest {
|
|
1379
999
|
|
|
1380
1000
|
AccountId?: string;
|
|
1381
1001
|
|
|
1382
1002
|
Name: string | undefined;
|
|
1383
1003
|
}
|
|
1384
|
-
export declare namespace GetAccessPointPolicyRequest {
|
|
1385
|
-
|
|
1386
|
-
const filterSensitiveLog: (obj: GetAccessPointPolicyRequest) => any;
|
|
1387
|
-
}
|
|
1388
1004
|
export interface GetAccessPointPolicyResult {
|
|
1389
1005
|
|
|
1390
1006
|
Policy?: string;
|
|
1391
1007
|
}
|
|
1392
|
-
export declare namespace GetAccessPointPolicyResult {
|
|
1393
|
-
|
|
1394
|
-
const filterSensitiveLog: (obj: GetAccessPointPolicyResult) => any;
|
|
1395
|
-
}
|
|
1396
1008
|
export interface GetAccessPointPolicyForObjectLambdaRequest {
|
|
1397
1009
|
|
|
1398
1010
|
AccountId?: string;
|
|
1399
1011
|
|
|
1400
1012
|
Name: string | undefined;
|
|
1401
1013
|
}
|
|
1402
|
-
export declare namespace GetAccessPointPolicyForObjectLambdaRequest {
|
|
1403
|
-
|
|
1404
|
-
const filterSensitiveLog: (obj: GetAccessPointPolicyForObjectLambdaRequest) => any;
|
|
1405
|
-
}
|
|
1406
1014
|
export interface GetAccessPointPolicyForObjectLambdaResult {
|
|
1407
1015
|
|
|
1408
1016
|
Policy?: string;
|
|
1409
1017
|
}
|
|
1410
|
-
export declare namespace GetAccessPointPolicyForObjectLambdaResult {
|
|
1411
|
-
|
|
1412
|
-
const filterSensitiveLog: (obj: GetAccessPointPolicyForObjectLambdaResult) => any;
|
|
1413
|
-
}
|
|
1414
1018
|
export interface GetAccessPointPolicyStatusRequest {
|
|
1415
1019
|
|
|
1416
1020
|
AccountId?: string;
|
|
1417
1021
|
|
|
1418
1022
|
Name: string | undefined;
|
|
1419
1023
|
}
|
|
1420
|
-
export declare namespace GetAccessPointPolicyStatusRequest {
|
|
1421
|
-
|
|
1422
|
-
const filterSensitiveLog: (obj: GetAccessPointPolicyStatusRequest) => any;
|
|
1423
|
-
}
|
|
1424
1024
|
|
|
1425
1025
|
export interface PolicyStatus {
|
|
1426
1026
|
|
|
1427
1027
|
IsPublic?: boolean;
|
|
1428
1028
|
}
|
|
1429
|
-
export declare namespace PolicyStatus {
|
|
1430
|
-
|
|
1431
|
-
const filterSensitiveLog: (obj: PolicyStatus) => any;
|
|
1432
|
-
}
|
|
1433
1029
|
export interface GetAccessPointPolicyStatusResult {
|
|
1434
1030
|
|
|
1435
1031
|
PolicyStatus?: PolicyStatus;
|
|
1436
1032
|
}
|
|
1437
|
-
export declare namespace GetAccessPointPolicyStatusResult {
|
|
1438
|
-
|
|
1439
|
-
const filterSensitiveLog: (obj: GetAccessPointPolicyStatusResult) => any;
|
|
1440
|
-
}
|
|
1441
1033
|
export interface GetAccessPointPolicyStatusForObjectLambdaRequest {
|
|
1442
1034
|
|
|
1443
1035
|
AccountId?: string;
|
|
1444
1036
|
|
|
1445
1037
|
Name: string | undefined;
|
|
1446
1038
|
}
|
|
1447
|
-
export declare namespace GetAccessPointPolicyStatusForObjectLambdaRequest {
|
|
1448
|
-
|
|
1449
|
-
const filterSensitiveLog: (obj: GetAccessPointPolicyStatusForObjectLambdaRequest) => any;
|
|
1450
|
-
}
|
|
1451
1039
|
export interface GetAccessPointPolicyStatusForObjectLambdaResult {
|
|
1452
1040
|
|
|
1453
1041
|
PolicyStatus?: PolicyStatus;
|
|
1454
1042
|
}
|
|
1455
|
-
export declare namespace GetAccessPointPolicyStatusForObjectLambdaResult {
|
|
1456
|
-
|
|
1457
|
-
const filterSensitiveLog: (obj: GetAccessPointPolicyStatusForObjectLambdaResult) => any;
|
|
1458
|
-
}
|
|
1459
1043
|
export interface GetBucketRequest {
|
|
1460
1044
|
|
|
1461
1045
|
AccountId?: string;
|
|
1462
1046
|
|
|
1463
1047
|
Bucket: string | undefined;
|
|
1464
1048
|
}
|
|
1465
|
-
export declare namespace GetBucketRequest {
|
|
1466
|
-
|
|
1467
|
-
const filterSensitiveLog: (obj: GetBucketRequest) => any;
|
|
1468
|
-
}
|
|
1469
1049
|
export interface GetBucketResult {
|
|
1470
1050
|
|
|
1471
1051
|
Bucket?: string;
|
|
@@ -1474,20 +1054,12 @@ export interface GetBucketResult {
|
|
|
1474
1054
|
|
|
1475
1055
|
CreationDate?: Date;
|
|
1476
1056
|
}
|
|
1477
|
-
export declare namespace GetBucketResult {
|
|
1478
|
-
|
|
1479
|
-
const filterSensitiveLog: (obj: GetBucketResult) => any;
|
|
1480
|
-
}
|
|
1481
1057
|
export interface GetBucketLifecycleConfigurationRequest {
|
|
1482
1058
|
|
|
1483
1059
|
AccountId?: string;
|
|
1484
1060
|
|
|
1485
1061
|
Bucket: string | undefined;
|
|
1486
1062
|
}
|
|
1487
|
-
export declare namespace GetBucketLifecycleConfigurationRequest {
|
|
1488
|
-
|
|
1489
|
-
const filterSensitiveLog: (obj: GetBucketLifecycleConfigurationRequest) => any;
|
|
1490
|
-
}
|
|
1491
1063
|
|
|
1492
1064
|
export interface LifecycleExpiration {
|
|
1493
1065
|
|
|
@@ -1497,10 +1069,6 @@ export interface LifecycleExpiration {
|
|
|
1497
1069
|
|
|
1498
1070
|
ExpiredObjectDeleteMarker?: boolean;
|
|
1499
1071
|
}
|
|
1500
|
-
export declare namespace LifecycleExpiration {
|
|
1501
|
-
|
|
1502
|
-
const filterSensitiveLog: (obj: LifecycleExpiration) => any;
|
|
1503
|
-
}
|
|
1504
1072
|
|
|
1505
1073
|
export interface LifecycleRuleAndOperator {
|
|
1506
1074
|
|
|
@@ -1508,10 +1076,6 @@ export interface LifecycleRuleAndOperator {
|
|
|
1508
1076
|
|
|
1509
1077
|
Tags?: S3Tag[];
|
|
1510
1078
|
}
|
|
1511
|
-
export declare namespace LifecycleRuleAndOperator {
|
|
1512
|
-
|
|
1513
|
-
const filterSensitiveLog: (obj: LifecycleRuleAndOperator) => any;
|
|
1514
|
-
}
|
|
1515
1079
|
|
|
1516
1080
|
export interface LifecycleRuleFilter {
|
|
1517
1081
|
|
|
@@ -1521,19 +1085,11 @@ export interface LifecycleRuleFilter {
|
|
|
1521
1085
|
|
|
1522
1086
|
And?: LifecycleRuleAndOperator;
|
|
1523
1087
|
}
|
|
1524
|
-
export declare namespace LifecycleRuleFilter {
|
|
1525
|
-
|
|
1526
|
-
const filterSensitiveLog: (obj: LifecycleRuleFilter) => any;
|
|
1527
|
-
}
|
|
1528
1088
|
|
|
1529
1089
|
export interface NoncurrentVersionExpiration {
|
|
1530
1090
|
|
|
1531
1091
|
NoncurrentDays?: number;
|
|
1532
1092
|
}
|
|
1533
|
-
export declare namespace NoncurrentVersionExpiration {
|
|
1534
|
-
|
|
1535
|
-
const filterSensitiveLog: (obj: NoncurrentVersionExpiration) => any;
|
|
1536
|
-
}
|
|
1537
1093
|
export declare type TransitionStorageClass = "DEEP_ARCHIVE" | "GLACIER" | "INTELLIGENT_TIERING" | "ONEZONE_IA" | "STANDARD_IA";
|
|
1538
1094
|
|
|
1539
1095
|
export interface NoncurrentVersionTransition {
|
|
@@ -1542,10 +1098,6 @@ export interface NoncurrentVersionTransition {
|
|
|
1542
1098
|
|
|
1543
1099
|
StorageClass?: TransitionStorageClass | string;
|
|
1544
1100
|
}
|
|
1545
|
-
export declare namespace NoncurrentVersionTransition {
|
|
1546
|
-
|
|
1547
|
-
const filterSensitiveLog: (obj: NoncurrentVersionTransition) => any;
|
|
1548
|
-
}
|
|
1549
1101
|
export declare type ExpirationStatus = "Disabled" | "Enabled";
|
|
1550
1102
|
|
|
1551
1103
|
export interface Transition {
|
|
@@ -1556,10 +1108,6 @@ export interface Transition {
|
|
|
1556
1108
|
|
|
1557
1109
|
StorageClass?: TransitionStorageClass | string;
|
|
1558
1110
|
}
|
|
1559
|
-
export declare namespace Transition {
|
|
1560
|
-
|
|
1561
|
-
const filterSensitiveLog: (obj: Transition) => any;
|
|
1562
|
-
}
|
|
1563
1111
|
|
|
1564
1112
|
export interface LifecycleRule {
|
|
1565
1113
|
|
|
@@ -1579,82 +1127,46 @@ export interface LifecycleRule {
|
|
|
1579
1127
|
|
|
1580
1128
|
AbortIncompleteMultipartUpload?: AbortIncompleteMultipartUpload;
|
|
1581
1129
|
}
|
|
1582
|
-
export declare namespace LifecycleRule {
|
|
1583
|
-
|
|
1584
|
-
const filterSensitiveLog: (obj: LifecycleRule) => any;
|
|
1585
|
-
}
|
|
1586
1130
|
export interface GetBucketLifecycleConfigurationResult {
|
|
1587
1131
|
|
|
1588
1132
|
Rules?: LifecycleRule[];
|
|
1589
1133
|
}
|
|
1590
|
-
export declare namespace GetBucketLifecycleConfigurationResult {
|
|
1591
|
-
|
|
1592
|
-
const filterSensitiveLog: (obj: GetBucketLifecycleConfigurationResult) => any;
|
|
1593
|
-
}
|
|
1594
1134
|
export interface GetBucketPolicyRequest {
|
|
1595
1135
|
|
|
1596
1136
|
AccountId?: string;
|
|
1597
1137
|
|
|
1598
1138
|
Bucket: string | undefined;
|
|
1599
1139
|
}
|
|
1600
|
-
export declare namespace GetBucketPolicyRequest {
|
|
1601
|
-
|
|
1602
|
-
const filterSensitiveLog: (obj: GetBucketPolicyRequest) => any;
|
|
1603
|
-
}
|
|
1604
1140
|
export interface GetBucketPolicyResult {
|
|
1605
1141
|
|
|
1606
1142
|
Policy?: string;
|
|
1607
1143
|
}
|
|
1608
|
-
export declare namespace GetBucketPolicyResult {
|
|
1609
|
-
|
|
1610
|
-
const filterSensitiveLog: (obj: GetBucketPolicyResult) => any;
|
|
1611
|
-
}
|
|
1612
1144
|
export interface GetBucketTaggingRequest {
|
|
1613
1145
|
|
|
1614
1146
|
AccountId?: string;
|
|
1615
1147
|
|
|
1616
1148
|
Bucket: string | undefined;
|
|
1617
1149
|
}
|
|
1618
|
-
export declare namespace GetBucketTaggingRequest {
|
|
1619
|
-
|
|
1620
|
-
const filterSensitiveLog: (obj: GetBucketTaggingRequest) => any;
|
|
1621
|
-
}
|
|
1622
1150
|
export interface GetBucketTaggingResult {
|
|
1623
1151
|
|
|
1624
1152
|
TagSet: S3Tag[] | undefined;
|
|
1625
1153
|
}
|
|
1626
|
-
export declare namespace GetBucketTaggingResult {
|
|
1627
|
-
|
|
1628
|
-
const filterSensitiveLog: (obj: GetBucketTaggingResult) => any;
|
|
1629
|
-
}
|
|
1630
1154
|
export interface GetJobTaggingRequest {
|
|
1631
1155
|
|
|
1632
1156
|
AccountId?: string;
|
|
1633
1157
|
|
|
1634
1158
|
JobId: string | undefined;
|
|
1635
1159
|
}
|
|
1636
|
-
export declare namespace GetJobTaggingRequest {
|
|
1637
|
-
|
|
1638
|
-
const filterSensitiveLog: (obj: GetJobTaggingRequest) => any;
|
|
1639
|
-
}
|
|
1640
1160
|
export interface GetJobTaggingResult {
|
|
1641
1161
|
|
|
1642
1162
|
Tags?: S3Tag[];
|
|
1643
1163
|
}
|
|
1644
|
-
export declare namespace GetJobTaggingResult {
|
|
1645
|
-
|
|
1646
|
-
const filterSensitiveLog: (obj: GetJobTaggingResult) => any;
|
|
1647
|
-
}
|
|
1648
1164
|
export interface GetMultiRegionAccessPointRequest {
|
|
1649
1165
|
|
|
1650
1166
|
AccountId?: string;
|
|
1651
1167
|
|
|
1652
1168
|
Name: string | undefined;
|
|
1653
1169
|
}
|
|
1654
|
-
export declare namespace GetMultiRegionAccessPointRequest {
|
|
1655
|
-
|
|
1656
|
-
const filterSensitiveLog: (obj: GetMultiRegionAccessPointRequest) => any;
|
|
1657
|
-
}
|
|
1658
1170
|
|
|
1659
1171
|
export interface RegionReport {
|
|
1660
1172
|
|
|
@@ -1662,10 +1174,6 @@ export interface RegionReport {
|
|
|
1662
1174
|
|
|
1663
1175
|
Region?: string;
|
|
1664
1176
|
}
|
|
1665
|
-
export declare namespace RegionReport {
|
|
1666
|
-
|
|
1667
|
-
const filterSensitiveLog: (obj: RegionReport) => any;
|
|
1668
|
-
}
|
|
1669
1177
|
export declare enum MultiRegionAccessPointStatus {
|
|
1670
1178
|
CREATING = "CREATING",
|
|
1671
1179
|
DELETING = "DELETING",
|
|
@@ -1689,46 +1197,26 @@ export interface MultiRegionAccessPointReport {
|
|
|
1689
1197
|
|
|
1690
1198
|
Regions?: RegionReport[];
|
|
1691
1199
|
}
|
|
1692
|
-
export declare namespace MultiRegionAccessPointReport {
|
|
1693
|
-
|
|
1694
|
-
const filterSensitiveLog: (obj: MultiRegionAccessPointReport) => any;
|
|
1695
|
-
}
|
|
1696
1200
|
export interface GetMultiRegionAccessPointResult {
|
|
1697
1201
|
|
|
1698
1202
|
AccessPoint?: MultiRegionAccessPointReport;
|
|
1699
1203
|
}
|
|
1700
|
-
export declare namespace GetMultiRegionAccessPointResult {
|
|
1701
|
-
|
|
1702
|
-
const filterSensitiveLog: (obj: GetMultiRegionAccessPointResult) => any;
|
|
1703
|
-
}
|
|
1704
1204
|
export interface GetMultiRegionAccessPointPolicyRequest {
|
|
1705
1205
|
|
|
1706
1206
|
AccountId?: string;
|
|
1707
1207
|
|
|
1708
1208
|
Name: string | undefined;
|
|
1709
1209
|
}
|
|
1710
|
-
export declare namespace GetMultiRegionAccessPointPolicyRequest {
|
|
1711
|
-
|
|
1712
|
-
const filterSensitiveLog: (obj: GetMultiRegionAccessPointPolicyRequest) => any;
|
|
1713
|
-
}
|
|
1714
1210
|
|
|
1715
1211
|
export interface EstablishedMultiRegionAccessPointPolicy {
|
|
1716
1212
|
|
|
1717
1213
|
Policy?: string;
|
|
1718
1214
|
}
|
|
1719
|
-
export declare namespace EstablishedMultiRegionAccessPointPolicy {
|
|
1720
|
-
|
|
1721
|
-
const filterSensitiveLog: (obj: EstablishedMultiRegionAccessPointPolicy) => any;
|
|
1722
|
-
}
|
|
1723
1215
|
|
|
1724
1216
|
export interface ProposedMultiRegionAccessPointPolicy {
|
|
1725
1217
|
|
|
1726
1218
|
Policy?: string;
|
|
1727
1219
|
}
|
|
1728
|
-
export declare namespace ProposedMultiRegionAccessPointPolicy {
|
|
1729
|
-
|
|
1730
|
-
const filterSensitiveLog: (obj: ProposedMultiRegionAccessPointPolicy) => any;
|
|
1731
|
-
}
|
|
1732
1220
|
|
|
1733
1221
|
export interface MultiRegionAccessPointPolicyDocument {
|
|
1734
1222
|
|
|
@@ -1736,52 +1224,28 @@ export interface MultiRegionAccessPointPolicyDocument {
|
|
|
1736
1224
|
|
|
1737
1225
|
Proposed?: ProposedMultiRegionAccessPointPolicy;
|
|
1738
1226
|
}
|
|
1739
|
-
export declare namespace MultiRegionAccessPointPolicyDocument {
|
|
1740
|
-
|
|
1741
|
-
const filterSensitiveLog: (obj: MultiRegionAccessPointPolicyDocument) => any;
|
|
1742
|
-
}
|
|
1743
1227
|
export interface GetMultiRegionAccessPointPolicyResult {
|
|
1744
1228
|
|
|
1745
1229
|
Policy?: MultiRegionAccessPointPolicyDocument;
|
|
1746
1230
|
}
|
|
1747
|
-
export declare namespace GetMultiRegionAccessPointPolicyResult {
|
|
1748
|
-
|
|
1749
|
-
const filterSensitiveLog: (obj: GetMultiRegionAccessPointPolicyResult) => any;
|
|
1750
|
-
}
|
|
1751
1231
|
export interface GetMultiRegionAccessPointPolicyStatusRequest {
|
|
1752
1232
|
|
|
1753
1233
|
AccountId?: string;
|
|
1754
1234
|
|
|
1755
1235
|
Name: string | undefined;
|
|
1756
1236
|
}
|
|
1757
|
-
export declare namespace GetMultiRegionAccessPointPolicyStatusRequest {
|
|
1758
|
-
|
|
1759
|
-
const filterSensitiveLog: (obj: GetMultiRegionAccessPointPolicyStatusRequest) => any;
|
|
1760
|
-
}
|
|
1761
1237
|
export interface GetMultiRegionAccessPointPolicyStatusResult {
|
|
1762
1238
|
|
|
1763
1239
|
Established?: PolicyStatus;
|
|
1764
1240
|
}
|
|
1765
|
-
export declare namespace GetMultiRegionAccessPointPolicyStatusResult {
|
|
1766
|
-
|
|
1767
|
-
const filterSensitiveLog: (obj: GetMultiRegionAccessPointPolicyStatusResult) => any;
|
|
1768
|
-
}
|
|
1769
1241
|
export interface GetPublicAccessBlockOutput {
|
|
1770
1242
|
|
|
1771
1243
|
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration;
|
|
1772
1244
|
}
|
|
1773
|
-
export declare namespace GetPublicAccessBlockOutput {
|
|
1774
|
-
|
|
1775
|
-
const filterSensitiveLog: (obj: GetPublicAccessBlockOutput) => any;
|
|
1776
|
-
}
|
|
1777
1245
|
export interface GetPublicAccessBlockRequest {
|
|
1778
1246
|
|
|
1779
1247
|
AccountId?: string;
|
|
1780
1248
|
}
|
|
1781
|
-
export declare namespace GetPublicAccessBlockRequest {
|
|
1782
|
-
|
|
1783
|
-
const filterSensitiveLog: (obj: GetPublicAccessBlockRequest) => any;
|
|
1784
|
-
}
|
|
1785
1249
|
|
|
1786
1250
|
export declare class NoSuchPublicAccessBlockConfiguration extends __BaseException {
|
|
1787
1251
|
readonly name: "NoSuchPublicAccessBlockConfiguration";
|
|
@@ -1796,44 +1260,24 @@ export interface GetStorageLensConfigurationRequest {
|
|
|
1796
1260
|
|
|
1797
1261
|
AccountId?: string;
|
|
1798
1262
|
}
|
|
1799
|
-
export declare namespace GetStorageLensConfigurationRequest {
|
|
1800
|
-
|
|
1801
|
-
const filterSensitiveLog: (obj: GetStorageLensConfigurationRequest) => any;
|
|
1802
|
-
}
|
|
1803
1263
|
|
|
1804
1264
|
export interface StorageLensAwsOrg {
|
|
1805
1265
|
|
|
1806
1266
|
Arn: string | undefined;
|
|
1807
1267
|
}
|
|
1808
|
-
export declare namespace StorageLensAwsOrg {
|
|
1809
|
-
|
|
1810
|
-
const filterSensitiveLog: (obj: StorageLensAwsOrg) => any;
|
|
1811
|
-
}
|
|
1812
1268
|
|
|
1813
1269
|
export interface CloudWatchMetrics {
|
|
1814
1270
|
|
|
1815
1271
|
IsEnabled: boolean | undefined;
|
|
1816
1272
|
}
|
|
1817
|
-
export declare namespace CloudWatchMetrics {
|
|
1818
|
-
|
|
1819
|
-
const filterSensitiveLog: (obj: CloudWatchMetrics) => any;
|
|
1820
|
-
}
|
|
1821
1273
|
|
|
1822
1274
|
export interface SSEKMS {
|
|
1823
1275
|
|
|
1824
1276
|
KeyId: string | undefined;
|
|
1825
1277
|
}
|
|
1826
|
-
export declare namespace SSEKMS {
|
|
1827
|
-
|
|
1828
|
-
const filterSensitiveLog: (obj: SSEKMS) => any;
|
|
1829
|
-
}
|
|
1830
1278
|
|
|
1831
1279
|
export interface SSES3 {
|
|
1832
1280
|
}
|
|
1833
|
-
export declare namespace SSES3 {
|
|
1834
|
-
|
|
1835
|
-
const filterSensitiveLog: (obj: SSES3) => any;
|
|
1836
|
-
}
|
|
1837
1281
|
|
|
1838
1282
|
export interface StorageLensDataExportEncryption {
|
|
1839
1283
|
|
|
@@ -1841,10 +1285,6 @@ export interface StorageLensDataExportEncryption {
|
|
|
1841
1285
|
|
|
1842
1286
|
SSEKMS?: SSEKMS;
|
|
1843
1287
|
}
|
|
1844
|
-
export declare namespace StorageLensDataExportEncryption {
|
|
1845
|
-
|
|
1846
|
-
const filterSensitiveLog: (obj: StorageLensDataExportEncryption) => any;
|
|
1847
|
-
}
|
|
1848
1288
|
export declare type Format = "CSV" | "Parquet";
|
|
1849
1289
|
export declare type OutputSchemaVersion = "V_1";
|
|
1850
1290
|
|
|
@@ -1862,10 +1302,6 @@ export interface S3BucketDestination {
|
|
|
1862
1302
|
|
|
1863
1303
|
Encryption?: StorageLensDataExportEncryption;
|
|
1864
1304
|
}
|
|
1865
|
-
export declare namespace S3BucketDestination {
|
|
1866
|
-
|
|
1867
|
-
const filterSensitiveLog: (obj: S3BucketDestination) => any;
|
|
1868
|
-
}
|
|
1869
1305
|
|
|
1870
1306
|
export interface StorageLensDataExport {
|
|
1871
1307
|
|
|
@@ -1873,10 +1309,6 @@ export interface StorageLensDataExport {
|
|
|
1873
1309
|
|
|
1874
1310
|
CloudWatchMetrics?: CloudWatchMetrics;
|
|
1875
1311
|
}
|
|
1876
|
-
export declare namespace StorageLensDataExport {
|
|
1877
|
-
|
|
1878
|
-
const filterSensitiveLog: (obj: StorageLensDataExport) => any;
|
|
1879
|
-
}
|
|
1880
1312
|
|
|
1881
1313
|
export interface _Exclude {
|
|
1882
1314
|
|
|
@@ -1884,10 +1316,6 @@ export interface _Exclude {
|
|
|
1884
1316
|
|
|
1885
1317
|
Regions?: string[];
|
|
1886
1318
|
}
|
|
1887
|
-
export declare namespace _Exclude {
|
|
1888
|
-
|
|
1889
|
-
const filterSensitiveLog: (obj: _Exclude) => any;
|
|
1890
|
-
}
|
|
1891
1319
|
|
|
1892
1320
|
export interface Include {
|
|
1893
1321
|
|
|
@@ -1895,10 +1323,6 @@ export interface Include {
|
|
|
1895
1323
|
|
|
1896
1324
|
Regions?: string[];
|
|
1897
1325
|
}
|
|
1898
|
-
export declare namespace Include {
|
|
1899
|
-
|
|
1900
|
-
const filterSensitiveLog: (obj: Include) => any;
|
|
1901
|
-
}
|
|
1902
1326
|
|
|
1903
1327
|
export interface StorageLensConfiguration {
|
|
1904
1328
|
|
|
@@ -1918,28 +1342,16 @@ export interface StorageLensConfiguration {
|
|
|
1918
1342
|
|
|
1919
1343
|
StorageLensArn?: string;
|
|
1920
1344
|
}
|
|
1921
|
-
export declare namespace StorageLensConfiguration {
|
|
1922
|
-
|
|
1923
|
-
const filterSensitiveLog: (obj: StorageLensConfiguration) => any;
|
|
1924
|
-
}
|
|
1925
1345
|
export interface GetStorageLensConfigurationResult {
|
|
1926
1346
|
|
|
1927
1347
|
StorageLensConfiguration?: StorageLensConfiguration;
|
|
1928
1348
|
}
|
|
1929
|
-
export declare namespace GetStorageLensConfigurationResult {
|
|
1930
|
-
|
|
1931
|
-
const filterSensitiveLog: (obj: GetStorageLensConfigurationResult) => any;
|
|
1932
|
-
}
|
|
1933
1349
|
export interface GetStorageLensConfigurationTaggingRequest {
|
|
1934
1350
|
|
|
1935
1351
|
ConfigId: string | undefined;
|
|
1936
1352
|
|
|
1937
1353
|
AccountId?: string;
|
|
1938
1354
|
}
|
|
1939
|
-
export declare namespace GetStorageLensConfigurationTaggingRequest {
|
|
1940
|
-
|
|
1941
|
-
const filterSensitiveLog: (obj: GetStorageLensConfigurationTaggingRequest) => any;
|
|
1942
|
-
}
|
|
1943
1355
|
|
|
1944
1356
|
export interface StorageLensTag {
|
|
1945
1357
|
|
|
@@ -1947,18 +1359,10 @@ export interface StorageLensTag {
|
|
|
1947
1359
|
|
|
1948
1360
|
Value: string | undefined;
|
|
1949
1361
|
}
|
|
1950
|
-
export declare namespace StorageLensTag {
|
|
1951
|
-
|
|
1952
|
-
const filterSensitiveLog: (obj: StorageLensTag) => any;
|
|
1953
|
-
}
|
|
1954
1362
|
export interface GetStorageLensConfigurationTaggingResult {
|
|
1955
1363
|
|
|
1956
1364
|
Tags?: StorageLensTag[];
|
|
1957
1365
|
}
|
|
1958
|
-
export declare namespace GetStorageLensConfigurationTaggingResult {
|
|
1959
|
-
|
|
1960
|
-
const filterSensitiveLog: (obj: GetStorageLensConfigurationTaggingResult) => any;
|
|
1961
|
-
}
|
|
1962
1366
|
export interface ListAccessPointsRequest {
|
|
1963
1367
|
|
|
1964
1368
|
AccountId?: string;
|
|
@@ -1969,20 +1373,12 @@ export interface ListAccessPointsRequest {
|
|
|
1969
1373
|
|
|
1970
1374
|
MaxResults?: number;
|
|
1971
1375
|
}
|
|
1972
|
-
export declare namespace ListAccessPointsRequest {
|
|
1973
|
-
|
|
1974
|
-
const filterSensitiveLog: (obj: ListAccessPointsRequest) => any;
|
|
1975
|
-
}
|
|
1976
1376
|
export interface ListAccessPointsResult {
|
|
1977
1377
|
|
|
1978
1378
|
AccessPointList?: AccessPoint[];
|
|
1979
1379
|
|
|
1980
1380
|
NextToken?: string;
|
|
1981
1381
|
}
|
|
1982
|
-
export declare namespace ListAccessPointsResult {
|
|
1983
|
-
|
|
1984
|
-
const filterSensitiveLog: (obj: ListAccessPointsResult) => any;
|
|
1985
|
-
}
|
|
1986
1382
|
export interface ListAccessPointsForObjectLambdaRequest {
|
|
1987
1383
|
|
|
1988
1384
|
AccountId?: string;
|
|
@@ -1991,10 +1387,6 @@ export interface ListAccessPointsForObjectLambdaRequest {
|
|
|
1991
1387
|
|
|
1992
1388
|
MaxResults?: number;
|
|
1993
1389
|
}
|
|
1994
|
-
export declare namespace ListAccessPointsForObjectLambdaRequest {
|
|
1995
|
-
|
|
1996
|
-
const filterSensitiveLog: (obj: ListAccessPointsForObjectLambdaRequest) => any;
|
|
1997
|
-
}
|
|
1998
1390
|
|
|
1999
1391
|
export interface ObjectLambdaAccessPoint {
|
|
2000
1392
|
|
|
@@ -2002,20 +1394,12 @@ export interface ObjectLambdaAccessPoint {
|
|
|
2002
1394
|
|
|
2003
1395
|
ObjectLambdaAccessPointArn?: string;
|
|
2004
1396
|
}
|
|
2005
|
-
export declare namespace ObjectLambdaAccessPoint {
|
|
2006
|
-
|
|
2007
|
-
const filterSensitiveLog: (obj: ObjectLambdaAccessPoint) => any;
|
|
2008
|
-
}
|
|
2009
1397
|
export interface ListAccessPointsForObjectLambdaResult {
|
|
2010
1398
|
|
|
2011
1399
|
ObjectLambdaAccessPointList?: ObjectLambdaAccessPoint[];
|
|
2012
1400
|
|
|
2013
1401
|
NextToken?: string;
|
|
2014
1402
|
}
|
|
2015
|
-
export declare namespace ListAccessPointsForObjectLambdaResult {
|
|
2016
|
-
|
|
2017
|
-
const filterSensitiveLog: (obj: ListAccessPointsForObjectLambdaResult) => any;
|
|
2018
|
-
}
|
|
2019
1403
|
|
|
2020
1404
|
export declare class InvalidNextTokenException extends __BaseException {
|
|
2021
1405
|
readonly name: "InvalidNextTokenException";
|
|
@@ -2042,10 +1426,6 @@ export interface ListJobsRequest {
|
|
|
2042
1426
|
|
|
2043
1427
|
MaxResults?: number;
|
|
2044
1428
|
}
|
|
2045
|
-
export declare namespace ListJobsRequest {
|
|
2046
|
-
|
|
2047
|
-
const filterSensitiveLog: (obj: ListJobsRequest) => any;
|
|
2048
|
-
}
|
|
2049
1429
|
export declare enum OperationName {
|
|
2050
1430
|
LambdaInvoke = "LambdaInvoke",
|
|
2051
1431
|
S3DeleteObjectTagging = "S3DeleteObjectTagging",
|
|
@@ -2076,20 +1456,12 @@ export interface JobListDescriptor {
|
|
|
2076
1456
|
|
|
2077
1457
|
ProgressSummary?: JobProgressSummary;
|
|
2078
1458
|
}
|
|
2079
|
-
export declare namespace JobListDescriptor {
|
|
2080
|
-
|
|
2081
|
-
const filterSensitiveLog: (obj: JobListDescriptor) => any;
|
|
2082
|
-
}
|
|
2083
1459
|
export interface ListJobsResult {
|
|
2084
1460
|
|
|
2085
1461
|
NextToken?: string;
|
|
2086
1462
|
|
|
2087
1463
|
Jobs?: JobListDescriptor[];
|
|
2088
1464
|
}
|
|
2089
|
-
export declare namespace ListJobsResult {
|
|
2090
|
-
|
|
2091
|
-
const filterSensitiveLog: (obj: ListJobsResult) => any;
|
|
2092
|
-
}
|
|
2093
1465
|
export interface ListMultiRegionAccessPointsRequest {
|
|
2094
1466
|
|
|
2095
1467
|
AccountId?: string;
|
|
@@ -2098,20 +1470,12 @@ export interface ListMultiRegionAccessPointsRequest {
|
|
|
2098
1470
|
|
|
2099
1471
|
MaxResults?: number;
|
|
2100
1472
|
}
|
|
2101
|
-
export declare namespace ListMultiRegionAccessPointsRequest {
|
|
2102
|
-
|
|
2103
|
-
const filterSensitiveLog: (obj: ListMultiRegionAccessPointsRequest) => any;
|
|
2104
|
-
}
|
|
2105
1473
|
export interface ListMultiRegionAccessPointsResult {
|
|
2106
1474
|
|
|
2107
1475
|
AccessPoints?: MultiRegionAccessPointReport[];
|
|
2108
1476
|
|
|
2109
1477
|
NextToken?: string;
|
|
2110
1478
|
}
|
|
2111
|
-
export declare namespace ListMultiRegionAccessPointsResult {
|
|
2112
|
-
|
|
2113
|
-
const filterSensitiveLog: (obj: ListMultiRegionAccessPointsResult) => any;
|
|
2114
|
-
}
|
|
2115
1479
|
export interface ListRegionalBucketsRequest {
|
|
2116
1480
|
|
|
2117
1481
|
AccountId?: string;
|
|
@@ -2122,10 +1486,6 @@ export interface ListRegionalBucketsRequest {
|
|
|
2122
1486
|
|
|
2123
1487
|
OutpostId?: string;
|
|
2124
1488
|
}
|
|
2125
|
-
export declare namespace ListRegionalBucketsRequest {
|
|
2126
|
-
|
|
2127
|
-
const filterSensitiveLog: (obj: ListRegionalBucketsRequest) => any;
|
|
2128
|
-
}
|
|
2129
1489
|
|
|
2130
1490
|
export interface RegionalBucket {
|
|
2131
1491
|
|
|
@@ -2139,30 +1499,18 @@ export interface RegionalBucket {
|
|
|
2139
1499
|
|
|
2140
1500
|
OutpostId?: string;
|
|
2141
1501
|
}
|
|
2142
|
-
export declare namespace RegionalBucket {
|
|
2143
|
-
|
|
2144
|
-
const filterSensitiveLog: (obj: RegionalBucket) => any;
|
|
2145
|
-
}
|
|
2146
1502
|
export interface ListRegionalBucketsResult {
|
|
2147
1503
|
|
|
2148
1504
|
RegionalBucketList?: RegionalBucket[];
|
|
2149
1505
|
|
|
2150
1506
|
NextToken?: string;
|
|
2151
1507
|
}
|
|
2152
|
-
export declare namespace ListRegionalBucketsResult {
|
|
2153
|
-
|
|
2154
|
-
const filterSensitiveLog: (obj: ListRegionalBucketsResult) => any;
|
|
2155
|
-
}
|
|
2156
1508
|
export interface ListStorageLensConfigurationsRequest {
|
|
2157
1509
|
|
|
2158
1510
|
AccountId?: string;
|
|
2159
1511
|
|
|
2160
1512
|
NextToken?: string;
|
|
2161
1513
|
}
|
|
2162
|
-
export declare namespace ListStorageLensConfigurationsRequest {
|
|
2163
|
-
|
|
2164
|
-
const filterSensitiveLog: (obj: ListStorageLensConfigurationsRequest) => any;
|
|
2165
|
-
}
|
|
2166
1514
|
|
|
2167
1515
|
export interface ListStorageLensConfigurationEntry {
|
|
2168
1516
|
|
|
@@ -2174,20 +1522,12 @@ export interface ListStorageLensConfigurationEntry {
|
|
|
2174
1522
|
|
|
2175
1523
|
IsEnabled?: boolean;
|
|
2176
1524
|
}
|
|
2177
|
-
export declare namespace ListStorageLensConfigurationEntry {
|
|
2178
|
-
|
|
2179
|
-
const filterSensitiveLog: (obj: ListStorageLensConfigurationEntry) => any;
|
|
2180
|
-
}
|
|
2181
1525
|
export interface ListStorageLensConfigurationsResult {
|
|
2182
1526
|
|
|
2183
1527
|
NextToken?: string;
|
|
2184
1528
|
|
|
2185
1529
|
StorageLensConfigurationList?: ListStorageLensConfigurationEntry[];
|
|
2186
1530
|
}
|
|
2187
|
-
export declare namespace ListStorageLensConfigurationsResult {
|
|
2188
|
-
|
|
2189
|
-
const filterSensitiveLog: (obj: ListStorageLensConfigurationsResult) => any;
|
|
2190
|
-
}
|
|
2191
1531
|
export interface PutAccessPointConfigurationForObjectLambdaRequest {
|
|
2192
1532
|
|
|
2193
1533
|
AccountId?: string;
|
|
@@ -2196,10 +1536,6 @@ export interface PutAccessPointConfigurationForObjectLambdaRequest {
|
|
|
2196
1536
|
|
|
2197
1537
|
Configuration: ObjectLambdaConfiguration | undefined;
|
|
2198
1538
|
}
|
|
2199
|
-
export declare namespace PutAccessPointConfigurationForObjectLambdaRequest {
|
|
2200
|
-
|
|
2201
|
-
const filterSensitiveLog: (obj: PutAccessPointConfigurationForObjectLambdaRequest) => any;
|
|
2202
|
-
}
|
|
2203
1539
|
export interface PutAccessPointPolicyRequest {
|
|
2204
1540
|
|
|
2205
1541
|
AccountId?: string;
|
|
@@ -2208,10 +1544,6 @@ export interface PutAccessPointPolicyRequest {
|
|
|
2208
1544
|
|
|
2209
1545
|
Policy: string | undefined;
|
|
2210
1546
|
}
|
|
2211
|
-
export declare namespace PutAccessPointPolicyRequest {
|
|
2212
|
-
|
|
2213
|
-
const filterSensitiveLog: (obj: PutAccessPointPolicyRequest) => any;
|
|
2214
|
-
}
|
|
2215
1547
|
export interface PutAccessPointPolicyForObjectLambdaRequest {
|
|
2216
1548
|
|
|
2217
1549
|
AccountId?: string;
|
|
@@ -2220,19 +1552,11 @@ export interface PutAccessPointPolicyForObjectLambdaRequest {
|
|
|
2220
1552
|
|
|
2221
1553
|
Policy: string | undefined;
|
|
2222
1554
|
}
|
|
2223
|
-
export declare namespace PutAccessPointPolicyForObjectLambdaRequest {
|
|
2224
|
-
|
|
2225
|
-
const filterSensitiveLog: (obj: PutAccessPointPolicyForObjectLambdaRequest) => any;
|
|
2226
|
-
}
|
|
2227
1555
|
|
|
2228
1556
|
export interface LifecycleConfiguration {
|
|
2229
1557
|
|
|
2230
1558
|
Rules?: LifecycleRule[];
|
|
2231
1559
|
}
|
|
2232
|
-
export declare namespace LifecycleConfiguration {
|
|
2233
|
-
|
|
2234
|
-
const filterSensitiveLog: (obj: LifecycleConfiguration) => any;
|
|
2235
|
-
}
|
|
2236
1560
|
export interface PutBucketLifecycleConfigurationRequest {
|
|
2237
1561
|
|
|
2238
1562
|
AccountId?: string;
|
|
@@ -2241,10 +1565,6 @@ export interface PutBucketLifecycleConfigurationRequest {
|
|
|
2241
1565
|
|
|
2242
1566
|
LifecycleConfiguration?: LifecycleConfiguration;
|
|
2243
1567
|
}
|
|
2244
|
-
export declare namespace PutBucketLifecycleConfigurationRequest {
|
|
2245
|
-
|
|
2246
|
-
const filterSensitiveLog: (obj: PutBucketLifecycleConfigurationRequest) => any;
|
|
2247
|
-
}
|
|
2248
1568
|
export interface PutBucketPolicyRequest {
|
|
2249
1569
|
|
|
2250
1570
|
AccountId?: string;
|
|
@@ -2255,19 +1575,11 @@ export interface PutBucketPolicyRequest {
|
|
|
2255
1575
|
|
|
2256
1576
|
Policy: string | undefined;
|
|
2257
1577
|
}
|
|
2258
|
-
export declare namespace PutBucketPolicyRequest {
|
|
2259
|
-
|
|
2260
|
-
const filterSensitiveLog: (obj: PutBucketPolicyRequest) => any;
|
|
2261
|
-
}
|
|
2262
1578
|
|
|
2263
1579
|
export interface Tagging {
|
|
2264
1580
|
|
|
2265
1581
|
TagSet: S3Tag[] | undefined;
|
|
2266
1582
|
}
|
|
2267
|
-
export declare namespace Tagging {
|
|
2268
|
-
|
|
2269
|
-
const filterSensitiveLog: (obj: Tagging) => any;
|
|
2270
|
-
}
|
|
2271
1583
|
export interface PutBucketTaggingRequest {
|
|
2272
1584
|
|
|
2273
1585
|
AccountId?: string;
|
|
@@ -2276,10 +1588,6 @@ export interface PutBucketTaggingRequest {
|
|
|
2276
1588
|
|
|
2277
1589
|
Tagging: Tagging | undefined;
|
|
2278
1590
|
}
|
|
2279
|
-
export declare namespace PutBucketTaggingRequest {
|
|
2280
|
-
|
|
2281
|
-
const filterSensitiveLog: (obj: PutBucketTaggingRequest) => any;
|
|
2282
|
-
}
|
|
2283
1591
|
export interface PutJobTaggingRequest {
|
|
2284
1592
|
|
|
2285
1593
|
AccountId?: string;
|
|
@@ -2288,16 +1596,8 @@ export interface PutJobTaggingRequest {
|
|
|
2288
1596
|
|
|
2289
1597
|
Tags: S3Tag[] | undefined;
|
|
2290
1598
|
}
|
|
2291
|
-
export declare namespace PutJobTaggingRequest {
|
|
2292
|
-
|
|
2293
|
-
const filterSensitiveLog: (obj: PutJobTaggingRequest) => any;
|
|
2294
|
-
}
|
|
2295
1599
|
export interface PutJobTaggingResult {
|
|
2296
1600
|
}
|
|
2297
|
-
export declare namespace PutJobTaggingResult {
|
|
2298
|
-
|
|
2299
|
-
const filterSensitiveLog: (obj: PutJobTaggingResult) => any;
|
|
2300
|
-
}
|
|
2301
1601
|
|
|
2302
1602
|
export declare class TooManyTagsException extends __BaseException {
|
|
2303
1603
|
readonly name: "TooManyTagsException";
|
|
@@ -2314,28 +1614,16 @@ export interface PutMultiRegionAccessPointPolicyRequest {
|
|
|
2314
1614
|
|
|
2315
1615
|
Details: PutMultiRegionAccessPointPolicyInput | undefined;
|
|
2316
1616
|
}
|
|
2317
|
-
export declare namespace PutMultiRegionAccessPointPolicyRequest {
|
|
2318
|
-
|
|
2319
|
-
const filterSensitiveLog: (obj: PutMultiRegionAccessPointPolicyRequest) => any;
|
|
2320
|
-
}
|
|
2321
1617
|
export interface PutMultiRegionAccessPointPolicyResult {
|
|
2322
1618
|
|
|
2323
1619
|
RequestTokenARN?: string;
|
|
2324
1620
|
}
|
|
2325
|
-
export declare namespace PutMultiRegionAccessPointPolicyResult {
|
|
2326
|
-
|
|
2327
|
-
const filterSensitiveLog: (obj: PutMultiRegionAccessPointPolicyResult) => any;
|
|
2328
|
-
}
|
|
2329
1621
|
export interface PutPublicAccessBlockRequest {
|
|
2330
1622
|
|
|
2331
1623
|
PublicAccessBlockConfiguration: PublicAccessBlockConfiguration | undefined;
|
|
2332
1624
|
|
|
2333
1625
|
AccountId?: string;
|
|
2334
1626
|
}
|
|
2335
|
-
export declare namespace PutPublicAccessBlockRequest {
|
|
2336
|
-
|
|
2337
|
-
const filterSensitiveLog: (obj: PutPublicAccessBlockRequest) => any;
|
|
2338
|
-
}
|
|
2339
1627
|
export interface PutStorageLensConfigurationRequest {
|
|
2340
1628
|
|
|
2341
1629
|
ConfigId: string | undefined;
|
|
@@ -2346,10 +1634,6 @@ export interface PutStorageLensConfigurationRequest {
|
|
|
2346
1634
|
|
|
2347
1635
|
Tags?: StorageLensTag[];
|
|
2348
1636
|
}
|
|
2349
|
-
export declare namespace PutStorageLensConfigurationRequest {
|
|
2350
|
-
|
|
2351
|
-
const filterSensitiveLog: (obj: PutStorageLensConfigurationRequest) => any;
|
|
2352
|
-
}
|
|
2353
1637
|
export interface PutStorageLensConfigurationTaggingRequest {
|
|
2354
1638
|
|
|
2355
1639
|
ConfigId: string | undefined;
|
|
@@ -2358,16 +1642,8 @@ export interface PutStorageLensConfigurationTaggingRequest {
|
|
|
2358
1642
|
|
|
2359
1643
|
Tags: StorageLensTag[] | undefined;
|
|
2360
1644
|
}
|
|
2361
|
-
export declare namespace PutStorageLensConfigurationTaggingRequest {
|
|
2362
|
-
|
|
2363
|
-
const filterSensitiveLog: (obj: PutStorageLensConfigurationTaggingRequest) => any;
|
|
2364
|
-
}
|
|
2365
1645
|
export interface PutStorageLensConfigurationTaggingResult {
|
|
2366
1646
|
}
|
|
2367
|
-
export declare namespace PutStorageLensConfigurationTaggingResult {
|
|
2368
|
-
|
|
2369
|
-
const filterSensitiveLog: (obj: PutStorageLensConfigurationTaggingResult) => any;
|
|
2370
|
-
}
|
|
2371
1647
|
export interface UpdateJobPriorityRequest {
|
|
2372
1648
|
|
|
2373
1649
|
AccountId?: string;
|
|
@@ -2376,20 +1652,12 @@ export interface UpdateJobPriorityRequest {
|
|
|
2376
1652
|
|
|
2377
1653
|
Priority: number | undefined;
|
|
2378
1654
|
}
|
|
2379
|
-
export declare namespace UpdateJobPriorityRequest {
|
|
2380
|
-
|
|
2381
|
-
const filterSensitiveLog: (obj: UpdateJobPriorityRequest) => any;
|
|
2382
|
-
}
|
|
2383
1655
|
export interface UpdateJobPriorityResult {
|
|
2384
1656
|
|
|
2385
1657
|
JobId: string | undefined;
|
|
2386
1658
|
|
|
2387
1659
|
Priority: number | undefined;
|
|
2388
1660
|
}
|
|
2389
|
-
export declare namespace UpdateJobPriorityResult {
|
|
2390
|
-
|
|
2391
|
-
const filterSensitiveLog: (obj: UpdateJobPriorityResult) => any;
|
|
2392
|
-
}
|
|
2393
1661
|
|
|
2394
1662
|
export declare class JobStatusException extends __BaseException {
|
|
2395
1663
|
readonly name: "JobStatusException";
|
|
@@ -2412,10 +1680,6 @@ export interface UpdateJobStatusRequest {
|
|
|
2412
1680
|
|
|
2413
1681
|
StatusUpdateReason?: string;
|
|
2414
1682
|
}
|
|
2415
|
-
export declare namespace UpdateJobStatusRequest {
|
|
2416
|
-
|
|
2417
|
-
const filterSensitiveLog: (obj: UpdateJobStatusRequest) => any;
|
|
2418
|
-
}
|
|
2419
1683
|
export interface UpdateJobStatusResult {
|
|
2420
1684
|
|
|
2421
1685
|
JobId?: string;
|
|
@@ -2424,7 +1688,375 @@ export interface UpdateJobStatusResult {
|
|
|
2424
1688
|
|
|
2425
1689
|
StatusUpdateReason?: string;
|
|
2426
1690
|
}
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
1691
|
+
|
|
1692
|
+
export declare const AbortIncompleteMultipartUploadFilterSensitiveLog: (obj: AbortIncompleteMultipartUpload) => any;
|
|
1693
|
+
|
|
1694
|
+
export declare const VpcConfigurationFilterSensitiveLog: (obj: VpcConfiguration) => any;
|
|
1695
|
+
|
|
1696
|
+
export declare const AccessPointFilterSensitiveLog: (obj: AccessPoint) => any;
|
|
1697
|
+
|
|
1698
|
+
export declare const ActivityMetricsFilterSensitiveLog: (obj: ActivityMetrics) => any;
|
|
1699
|
+
|
|
1700
|
+
export declare const SelectionCriteriaFilterSensitiveLog: (obj: SelectionCriteria) => any;
|
|
1701
|
+
|
|
1702
|
+
export declare const PrefixLevelStorageMetricsFilterSensitiveLog: (obj: PrefixLevelStorageMetrics) => any;
|
|
1703
|
+
|
|
1704
|
+
export declare const PrefixLevelFilterSensitiveLog: (obj: PrefixLevel) => any;
|
|
1705
|
+
|
|
1706
|
+
export declare const BucketLevelFilterSensitiveLog: (obj: BucketLevel) => any;
|
|
1707
|
+
|
|
1708
|
+
export declare const AccountLevelFilterSensitiveLog: (obj: AccountLevel) => any;
|
|
1709
|
+
|
|
1710
|
+
export declare const AsyncErrorDetailsFilterSensitiveLog: (obj: AsyncErrorDetails) => any;
|
|
1711
|
+
|
|
1712
|
+
export declare const PublicAccessBlockConfigurationFilterSensitiveLog: (obj: PublicAccessBlockConfiguration) => any;
|
|
1713
|
+
|
|
1714
|
+
export declare const RegionFilterSensitiveLog: (obj: Region) => any;
|
|
1715
|
+
|
|
1716
|
+
export declare const CreateMultiRegionAccessPointInputFilterSensitiveLog: (obj: CreateMultiRegionAccessPointInput) => any;
|
|
1717
|
+
|
|
1718
|
+
export declare const DeleteMultiRegionAccessPointInputFilterSensitiveLog: (obj: DeleteMultiRegionAccessPointInput) => any;
|
|
1719
|
+
|
|
1720
|
+
export declare const PutMultiRegionAccessPointPolicyInputFilterSensitiveLog: (obj: PutMultiRegionAccessPointPolicyInput) => any;
|
|
1721
|
+
|
|
1722
|
+
export declare const AsyncRequestParametersFilterSensitiveLog: (obj: AsyncRequestParameters) => any;
|
|
1723
|
+
|
|
1724
|
+
export declare const MultiRegionAccessPointRegionalResponseFilterSensitiveLog: (obj: MultiRegionAccessPointRegionalResponse) => any;
|
|
1725
|
+
|
|
1726
|
+
export declare const MultiRegionAccessPointsAsyncResponseFilterSensitiveLog: (obj: MultiRegionAccessPointsAsyncResponse) => any;
|
|
1727
|
+
|
|
1728
|
+
export declare const AsyncResponseDetailsFilterSensitiveLog: (obj: AsyncResponseDetails) => any;
|
|
1729
|
+
|
|
1730
|
+
export declare const AsyncOperationFilterSensitiveLog: (obj: AsyncOperation) => any;
|
|
1731
|
+
|
|
1732
|
+
export declare const AwsLambdaTransformationFilterSensitiveLog: (obj: AwsLambdaTransformation) => any;
|
|
1733
|
+
|
|
1734
|
+
export declare const CreateAccessPointRequestFilterSensitiveLog: (obj: CreateAccessPointRequest) => any;
|
|
1735
|
+
|
|
1736
|
+
export declare const CreateAccessPointResultFilterSensitiveLog: (obj: CreateAccessPointResult) => any;
|
|
1737
|
+
|
|
1738
|
+
export declare const ObjectLambdaContentTransformationFilterSensitiveLog: (obj: ObjectLambdaContentTransformation) => any;
|
|
1739
|
+
|
|
1740
|
+
export declare const ObjectLambdaTransformationConfigurationFilterSensitiveLog: (obj: ObjectLambdaTransformationConfiguration) => any;
|
|
1741
|
+
|
|
1742
|
+
export declare const ObjectLambdaConfigurationFilterSensitiveLog: (obj: ObjectLambdaConfiguration) => any;
|
|
1743
|
+
|
|
1744
|
+
export declare const CreateAccessPointForObjectLambdaRequestFilterSensitiveLog: (obj: CreateAccessPointForObjectLambdaRequest) => any;
|
|
1745
|
+
|
|
1746
|
+
export declare const CreateAccessPointForObjectLambdaResultFilterSensitiveLog: (obj: CreateAccessPointForObjectLambdaResult) => any;
|
|
1747
|
+
|
|
1748
|
+
export declare const CreateBucketConfigurationFilterSensitiveLog: (obj: CreateBucketConfiguration) => any;
|
|
1749
|
+
|
|
1750
|
+
export declare const CreateBucketRequestFilterSensitiveLog: (obj: CreateBucketRequest) => any;
|
|
1751
|
+
|
|
1752
|
+
export declare const CreateBucketResultFilterSensitiveLog: (obj: CreateBucketResult) => any;
|
|
1753
|
+
|
|
1754
|
+
export declare const JobManifestLocationFilterSensitiveLog: (obj: JobManifestLocation) => any;
|
|
1755
|
+
|
|
1756
|
+
export declare const JobManifestSpecFilterSensitiveLog: (obj: JobManifestSpec) => any;
|
|
1757
|
+
|
|
1758
|
+
export declare const JobManifestFilterSensitiveLog: (obj: JobManifest) => any;
|
|
1759
|
+
|
|
1760
|
+
export declare const JobManifestGeneratorFilterFilterSensitiveLog: (obj: JobManifestGeneratorFilter) => any;
|
|
1761
|
+
|
|
1762
|
+
export declare const SSEKMSEncryptionFilterSensitiveLog: (obj: SSEKMSEncryption) => any;
|
|
1763
|
+
|
|
1764
|
+
export declare const SSES3EncryptionFilterSensitiveLog: (obj: SSES3Encryption) => any;
|
|
1765
|
+
|
|
1766
|
+
export declare const GeneratedManifestEncryptionFilterSensitiveLog: (obj: GeneratedManifestEncryption) => any;
|
|
1767
|
+
|
|
1768
|
+
export declare const S3ManifestOutputLocationFilterSensitiveLog: (obj: S3ManifestOutputLocation) => any;
|
|
1769
|
+
|
|
1770
|
+
export declare const S3JobManifestGeneratorFilterSensitiveLog: (obj: S3JobManifestGenerator) => any;
|
|
1771
|
+
|
|
1772
|
+
export declare const JobManifestGeneratorFilterSensitiveLog: (obj: JobManifestGenerator) => any;
|
|
1773
|
+
|
|
1774
|
+
export declare const LambdaInvokeOperationFilterSensitiveLog: (obj: LambdaInvokeOperation) => any;
|
|
1775
|
+
|
|
1776
|
+
export declare const S3DeleteObjectTaggingOperationFilterSensitiveLog: (obj: S3DeleteObjectTaggingOperation) => any;
|
|
1777
|
+
|
|
1778
|
+
export declare const S3InitiateRestoreObjectOperationFilterSensitiveLog: (obj: S3InitiateRestoreObjectOperation) => any;
|
|
1779
|
+
|
|
1780
|
+
export declare const S3GranteeFilterSensitiveLog: (obj: S3Grantee) => any;
|
|
1781
|
+
|
|
1782
|
+
export declare const S3GrantFilterSensitiveLog: (obj: S3Grant) => any;
|
|
1783
|
+
|
|
1784
|
+
export declare const S3ObjectOwnerFilterSensitiveLog: (obj: S3ObjectOwner) => any;
|
|
1785
|
+
|
|
1786
|
+
export declare const S3AccessControlListFilterSensitiveLog: (obj: S3AccessControlList) => any;
|
|
1787
|
+
|
|
1788
|
+
export declare const S3AccessControlPolicyFilterSensitiveLog: (obj: S3AccessControlPolicy) => any;
|
|
1789
|
+
|
|
1790
|
+
export declare const S3SetObjectAclOperationFilterSensitiveLog: (obj: S3SetObjectAclOperation) => any;
|
|
1791
|
+
|
|
1792
|
+
export declare const S3ObjectMetadataFilterSensitiveLog: (obj: S3ObjectMetadata) => any;
|
|
1793
|
+
|
|
1794
|
+
export declare const S3TagFilterSensitiveLog: (obj: S3Tag) => any;
|
|
1795
|
+
|
|
1796
|
+
export declare const S3CopyObjectOperationFilterSensitiveLog: (obj: S3CopyObjectOperation) => any;
|
|
1797
|
+
|
|
1798
|
+
export declare const S3ObjectLockLegalHoldFilterSensitiveLog: (obj: S3ObjectLockLegalHold) => any;
|
|
1799
|
+
|
|
1800
|
+
export declare const S3SetObjectLegalHoldOperationFilterSensitiveLog: (obj: S3SetObjectLegalHoldOperation) => any;
|
|
1801
|
+
|
|
1802
|
+
export declare const S3RetentionFilterSensitiveLog: (obj: S3Retention) => any;
|
|
1803
|
+
|
|
1804
|
+
export declare const S3SetObjectRetentionOperationFilterSensitiveLog: (obj: S3SetObjectRetentionOperation) => any;
|
|
1805
|
+
|
|
1806
|
+
export declare const S3SetObjectTaggingOperationFilterSensitiveLog: (obj: S3SetObjectTaggingOperation) => any;
|
|
1807
|
+
|
|
1808
|
+
export declare const S3ReplicateObjectOperationFilterSensitiveLog: (obj: S3ReplicateObjectOperation) => any;
|
|
1809
|
+
|
|
1810
|
+
export declare const JobOperationFilterSensitiveLog: (obj: JobOperation) => any;
|
|
1811
|
+
|
|
1812
|
+
export declare const JobReportFilterSensitiveLog: (obj: JobReport) => any;
|
|
1813
|
+
|
|
1814
|
+
export declare const CreateJobRequestFilterSensitiveLog: (obj: CreateJobRequest) => any;
|
|
1815
|
+
|
|
1816
|
+
export declare const CreateJobResultFilterSensitiveLog: (obj: CreateJobResult) => any;
|
|
1817
|
+
|
|
1818
|
+
export declare const CreateMultiRegionAccessPointRequestFilterSensitiveLog: (obj: CreateMultiRegionAccessPointRequest) => any;
|
|
1819
|
+
|
|
1820
|
+
export declare const CreateMultiRegionAccessPointResultFilterSensitiveLog: (obj: CreateMultiRegionAccessPointResult) => any;
|
|
1821
|
+
|
|
1822
|
+
export declare const DeleteAccessPointRequestFilterSensitiveLog: (obj: DeleteAccessPointRequest) => any;
|
|
1823
|
+
|
|
1824
|
+
export declare const DeleteAccessPointForObjectLambdaRequestFilterSensitiveLog: (obj: DeleteAccessPointForObjectLambdaRequest) => any;
|
|
1825
|
+
|
|
1826
|
+
export declare const DeleteAccessPointPolicyRequestFilterSensitiveLog: (obj: DeleteAccessPointPolicyRequest) => any;
|
|
1827
|
+
|
|
1828
|
+
export declare const DeleteAccessPointPolicyForObjectLambdaRequestFilterSensitiveLog: (obj: DeleteAccessPointPolicyForObjectLambdaRequest) => any;
|
|
1829
|
+
|
|
1830
|
+
export declare const DeleteBucketRequestFilterSensitiveLog: (obj: DeleteBucketRequest) => any;
|
|
1831
|
+
|
|
1832
|
+
export declare const DeleteBucketLifecycleConfigurationRequestFilterSensitiveLog: (obj: DeleteBucketLifecycleConfigurationRequest) => any;
|
|
1833
|
+
|
|
1834
|
+
export declare const DeleteBucketPolicyRequestFilterSensitiveLog: (obj: DeleteBucketPolicyRequest) => any;
|
|
1835
|
+
|
|
1836
|
+
export declare const DeleteBucketTaggingRequestFilterSensitiveLog: (obj: DeleteBucketTaggingRequest) => any;
|
|
1837
|
+
|
|
1838
|
+
export declare const DeleteJobTaggingRequestFilterSensitiveLog: (obj: DeleteJobTaggingRequest) => any;
|
|
1839
|
+
|
|
1840
|
+
export declare const DeleteJobTaggingResultFilterSensitiveLog: (obj: DeleteJobTaggingResult) => any;
|
|
1841
|
+
|
|
1842
|
+
export declare const DeleteMultiRegionAccessPointRequestFilterSensitiveLog: (obj: DeleteMultiRegionAccessPointRequest) => any;
|
|
1843
|
+
|
|
1844
|
+
export declare const DeleteMultiRegionAccessPointResultFilterSensitiveLog: (obj: DeleteMultiRegionAccessPointResult) => any;
|
|
1845
|
+
|
|
1846
|
+
export declare const DeletePublicAccessBlockRequestFilterSensitiveLog: (obj: DeletePublicAccessBlockRequest) => any;
|
|
1847
|
+
|
|
1848
|
+
export declare const DeleteStorageLensConfigurationRequestFilterSensitiveLog: (obj: DeleteStorageLensConfigurationRequest) => any;
|
|
1849
|
+
|
|
1850
|
+
export declare const DeleteStorageLensConfigurationTaggingRequestFilterSensitiveLog: (obj: DeleteStorageLensConfigurationTaggingRequest) => any;
|
|
1851
|
+
|
|
1852
|
+
export declare const DeleteStorageLensConfigurationTaggingResultFilterSensitiveLog: (obj: DeleteStorageLensConfigurationTaggingResult) => any;
|
|
1853
|
+
|
|
1854
|
+
export declare const DescribeJobRequestFilterSensitiveLog: (obj: DescribeJobRequest) => any;
|
|
1855
|
+
|
|
1856
|
+
export declare const JobFailureFilterSensitiveLog: (obj: JobFailure) => any;
|
|
1857
|
+
|
|
1858
|
+
export declare const S3GeneratedManifestDescriptorFilterSensitiveLog: (obj: S3GeneratedManifestDescriptor) => any;
|
|
1859
|
+
|
|
1860
|
+
export declare const JobTimersFilterSensitiveLog: (obj: JobTimers) => any;
|
|
1861
|
+
|
|
1862
|
+
export declare const JobProgressSummaryFilterSensitiveLog: (obj: JobProgressSummary) => any;
|
|
1863
|
+
|
|
1864
|
+
export declare const JobDescriptorFilterSensitiveLog: (obj: JobDescriptor) => any;
|
|
1865
|
+
|
|
1866
|
+
export declare const DescribeJobResultFilterSensitiveLog: (obj: DescribeJobResult) => any;
|
|
1867
|
+
|
|
1868
|
+
export declare const DescribeMultiRegionAccessPointOperationRequestFilterSensitiveLog: (obj: DescribeMultiRegionAccessPointOperationRequest) => any;
|
|
1869
|
+
|
|
1870
|
+
export declare const DescribeMultiRegionAccessPointOperationResultFilterSensitiveLog: (obj: DescribeMultiRegionAccessPointOperationResult) => any;
|
|
1871
|
+
|
|
1872
|
+
export declare const GetAccessPointRequestFilterSensitiveLog: (obj: GetAccessPointRequest) => any;
|
|
1873
|
+
|
|
1874
|
+
export declare const GetAccessPointResultFilterSensitiveLog: (obj: GetAccessPointResult) => any;
|
|
1875
|
+
|
|
1876
|
+
export declare const GetAccessPointConfigurationForObjectLambdaRequestFilterSensitiveLog: (obj: GetAccessPointConfigurationForObjectLambdaRequest) => any;
|
|
1877
|
+
|
|
1878
|
+
export declare const GetAccessPointConfigurationForObjectLambdaResultFilterSensitiveLog: (obj: GetAccessPointConfigurationForObjectLambdaResult) => any;
|
|
1879
|
+
|
|
1880
|
+
export declare const GetAccessPointForObjectLambdaRequestFilterSensitiveLog: (obj: GetAccessPointForObjectLambdaRequest) => any;
|
|
1881
|
+
|
|
1882
|
+
export declare const GetAccessPointForObjectLambdaResultFilterSensitiveLog: (obj: GetAccessPointForObjectLambdaResult) => any;
|
|
1883
|
+
|
|
1884
|
+
export declare const GetAccessPointPolicyRequestFilterSensitiveLog: (obj: GetAccessPointPolicyRequest) => any;
|
|
1885
|
+
|
|
1886
|
+
export declare const GetAccessPointPolicyResultFilterSensitiveLog: (obj: GetAccessPointPolicyResult) => any;
|
|
1887
|
+
|
|
1888
|
+
export declare const GetAccessPointPolicyForObjectLambdaRequestFilterSensitiveLog: (obj: GetAccessPointPolicyForObjectLambdaRequest) => any;
|
|
1889
|
+
|
|
1890
|
+
export declare const GetAccessPointPolicyForObjectLambdaResultFilterSensitiveLog: (obj: GetAccessPointPolicyForObjectLambdaResult) => any;
|
|
1891
|
+
|
|
1892
|
+
export declare const GetAccessPointPolicyStatusRequestFilterSensitiveLog: (obj: GetAccessPointPolicyStatusRequest) => any;
|
|
1893
|
+
|
|
1894
|
+
export declare const PolicyStatusFilterSensitiveLog: (obj: PolicyStatus) => any;
|
|
1895
|
+
|
|
1896
|
+
export declare const GetAccessPointPolicyStatusResultFilterSensitiveLog: (obj: GetAccessPointPolicyStatusResult) => any;
|
|
1897
|
+
|
|
1898
|
+
export declare const GetAccessPointPolicyStatusForObjectLambdaRequestFilterSensitiveLog: (obj: GetAccessPointPolicyStatusForObjectLambdaRequest) => any;
|
|
1899
|
+
|
|
1900
|
+
export declare const GetAccessPointPolicyStatusForObjectLambdaResultFilterSensitiveLog: (obj: GetAccessPointPolicyStatusForObjectLambdaResult) => any;
|
|
1901
|
+
|
|
1902
|
+
export declare const GetBucketRequestFilterSensitiveLog: (obj: GetBucketRequest) => any;
|
|
1903
|
+
|
|
1904
|
+
export declare const GetBucketResultFilterSensitiveLog: (obj: GetBucketResult) => any;
|
|
1905
|
+
|
|
1906
|
+
export declare const GetBucketLifecycleConfigurationRequestFilterSensitiveLog: (obj: GetBucketLifecycleConfigurationRequest) => any;
|
|
1907
|
+
|
|
1908
|
+
export declare const LifecycleExpirationFilterSensitiveLog: (obj: LifecycleExpiration) => any;
|
|
1909
|
+
|
|
1910
|
+
export declare const LifecycleRuleAndOperatorFilterSensitiveLog: (obj: LifecycleRuleAndOperator) => any;
|
|
1911
|
+
|
|
1912
|
+
export declare const LifecycleRuleFilterFilterSensitiveLog: (obj: LifecycleRuleFilter) => any;
|
|
1913
|
+
|
|
1914
|
+
export declare const NoncurrentVersionExpirationFilterSensitiveLog: (obj: NoncurrentVersionExpiration) => any;
|
|
1915
|
+
|
|
1916
|
+
export declare const NoncurrentVersionTransitionFilterSensitiveLog: (obj: NoncurrentVersionTransition) => any;
|
|
1917
|
+
|
|
1918
|
+
export declare const TransitionFilterSensitiveLog: (obj: Transition) => any;
|
|
1919
|
+
|
|
1920
|
+
export declare const LifecycleRuleFilterSensitiveLog: (obj: LifecycleRule) => any;
|
|
1921
|
+
|
|
1922
|
+
export declare const GetBucketLifecycleConfigurationResultFilterSensitiveLog: (obj: GetBucketLifecycleConfigurationResult) => any;
|
|
1923
|
+
|
|
1924
|
+
export declare const GetBucketPolicyRequestFilterSensitiveLog: (obj: GetBucketPolicyRequest) => any;
|
|
1925
|
+
|
|
1926
|
+
export declare const GetBucketPolicyResultFilterSensitiveLog: (obj: GetBucketPolicyResult) => any;
|
|
1927
|
+
|
|
1928
|
+
export declare const GetBucketTaggingRequestFilterSensitiveLog: (obj: GetBucketTaggingRequest) => any;
|
|
1929
|
+
|
|
1930
|
+
export declare const GetBucketTaggingResultFilterSensitiveLog: (obj: GetBucketTaggingResult) => any;
|
|
1931
|
+
|
|
1932
|
+
export declare const GetJobTaggingRequestFilterSensitiveLog: (obj: GetJobTaggingRequest) => any;
|
|
1933
|
+
|
|
1934
|
+
export declare const GetJobTaggingResultFilterSensitiveLog: (obj: GetJobTaggingResult) => any;
|
|
1935
|
+
|
|
1936
|
+
export declare const GetMultiRegionAccessPointRequestFilterSensitiveLog: (obj: GetMultiRegionAccessPointRequest) => any;
|
|
1937
|
+
|
|
1938
|
+
export declare const RegionReportFilterSensitiveLog: (obj: RegionReport) => any;
|
|
1939
|
+
|
|
1940
|
+
export declare const MultiRegionAccessPointReportFilterSensitiveLog: (obj: MultiRegionAccessPointReport) => any;
|
|
1941
|
+
|
|
1942
|
+
export declare const GetMultiRegionAccessPointResultFilterSensitiveLog: (obj: GetMultiRegionAccessPointResult) => any;
|
|
1943
|
+
|
|
1944
|
+
export declare const GetMultiRegionAccessPointPolicyRequestFilterSensitiveLog: (obj: GetMultiRegionAccessPointPolicyRequest) => any;
|
|
1945
|
+
|
|
1946
|
+
export declare const EstablishedMultiRegionAccessPointPolicyFilterSensitiveLog: (obj: EstablishedMultiRegionAccessPointPolicy) => any;
|
|
1947
|
+
|
|
1948
|
+
export declare const ProposedMultiRegionAccessPointPolicyFilterSensitiveLog: (obj: ProposedMultiRegionAccessPointPolicy) => any;
|
|
1949
|
+
|
|
1950
|
+
export declare const MultiRegionAccessPointPolicyDocumentFilterSensitiveLog: (obj: MultiRegionAccessPointPolicyDocument) => any;
|
|
1951
|
+
|
|
1952
|
+
export declare const GetMultiRegionAccessPointPolicyResultFilterSensitiveLog: (obj: GetMultiRegionAccessPointPolicyResult) => any;
|
|
1953
|
+
|
|
1954
|
+
export declare const GetMultiRegionAccessPointPolicyStatusRequestFilterSensitiveLog: (obj: GetMultiRegionAccessPointPolicyStatusRequest) => any;
|
|
1955
|
+
|
|
1956
|
+
export declare const GetMultiRegionAccessPointPolicyStatusResultFilterSensitiveLog: (obj: GetMultiRegionAccessPointPolicyStatusResult) => any;
|
|
1957
|
+
|
|
1958
|
+
export declare const GetPublicAccessBlockOutputFilterSensitiveLog: (obj: GetPublicAccessBlockOutput) => any;
|
|
1959
|
+
|
|
1960
|
+
export declare const GetPublicAccessBlockRequestFilterSensitiveLog: (obj: GetPublicAccessBlockRequest) => any;
|
|
1961
|
+
|
|
1962
|
+
export declare const GetStorageLensConfigurationRequestFilterSensitiveLog: (obj: GetStorageLensConfigurationRequest) => any;
|
|
1963
|
+
|
|
1964
|
+
export declare const StorageLensAwsOrgFilterSensitiveLog: (obj: StorageLensAwsOrg) => any;
|
|
1965
|
+
|
|
1966
|
+
export declare const CloudWatchMetricsFilterSensitiveLog: (obj: CloudWatchMetrics) => any;
|
|
1967
|
+
|
|
1968
|
+
export declare const SSEKMSFilterSensitiveLog: (obj: SSEKMS) => any;
|
|
1969
|
+
|
|
1970
|
+
export declare const SSES3FilterSensitiveLog: (obj: SSES3) => any;
|
|
1971
|
+
|
|
1972
|
+
export declare const StorageLensDataExportEncryptionFilterSensitiveLog: (obj: StorageLensDataExportEncryption) => any;
|
|
1973
|
+
|
|
1974
|
+
export declare const S3BucketDestinationFilterSensitiveLog: (obj: S3BucketDestination) => any;
|
|
1975
|
+
|
|
1976
|
+
export declare const StorageLensDataExportFilterSensitiveLog: (obj: StorageLensDataExport) => any;
|
|
1977
|
+
|
|
1978
|
+
export declare const _ExcludeFilterSensitiveLog: (obj: _Exclude) => any;
|
|
1979
|
+
|
|
1980
|
+
export declare const IncludeFilterSensitiveLog: (obj: Include) => any;
|
|
1981
|
+
|
|
1982
|
+
export declare const StorageLensConfigurationFilterSensitiveLog: (obj: StorageLensConfiguration) => any;
|
|
1983
|
+
|
|
1984
|
+
export declare const GetStorageLensConfigurationResultFilterSensitiveLog: (obj: GetStorageLensConfigurationResult) => any;
|
|
1985
|
+
|
|
1986
|
+
export declare const GetStorageLensConfigurationTaggingRequestFilterSensitiveLog: (obj: GetStorageLensConfigurationTaggingRequest) => any;
|
|
1987
|
+
|
|
1988
|
+
export declare const StorageLensTagFilterSensitiveLog: (obj: StorageLensTag) => any;
|
|
1989
|
+
|
|
1990
|
+
export declare const GetStorageLensConfigurationTaggingResultFilterSensitiveLog: (obj: GetStorageLensConfigurationTaggingResult) => any;
|
|
1991
|
+
|
|
1992
|
+
export declare const ListAccessPointsRequestFilterSensitiveLog: (obj: ListAccessPointsRequest) => any;
|
|
1993
|
+
|
|
1994
|
+
export declare const ListAccessPointsResultFilterSensitiveLog: (obj: ListAccessPointsResult) => any;
|
|
1995
|
+
|
|
1996
|
+
export declare const ListAccessPointsForObjectLambdaRequestFilterSensitiveLog: (obj: ListAccessPointsForObjectLambdaRequest) => any;
|
|
1997
|
+
|
|
1998
|
+
export declare const ObjectLambdaAccessPointFilterSensitiveLog: (obj: ObjectLambdaAccessPoint) => any;
|
|
1999
|
+
|
|
2000
|
+
export declare const ListAccessPointsForObjectLambdaResultFilterSensitiveLog: (obj: ListAccessPointsForObjectLambdaResult) => any;
|
|
2001
|
+
|
|
2002
|
+
export declare const ListJobsRequestFilterSensitiveLog: (obj: ListJobsRequest) => any;
|
|
2003
|
+
|
|
2004
|
+
export declare const JobListDescriptorFilterSensitiveLog: (obj: JobListDescriptor) => any;
|
|
2005
|
+
|
|
2006
|
+
export declare const ListJobsResultFilterSensitiveLog: (obj: ListJobsResult) => any;
|
|
2007
|
+
|
|
2008
|
+
export declare const ListMultiRegionAccessPointsRequestFilterSensitiveLog: (obj: ListMultiRegionAccessPointsRequest) => any;
|
|
2009
|
+
|
|
2010
|
+
export declare const ListMultiRegionAccessPointsResultFilterSensitiveLog: (obj: ListMultiRegionAccessPointsResult) => any;
|
|
2011
|
+
|
|
2012
|
+
export declare const ListRegionalBucketsRequestFilterSensitiveLog: (obj: ListRegionalBucketsRequest) => any;
|
|
2013
|
+
|
|
2014
|
+
export declare const RegionalBucketFilterSensitiveLog: (obj: RegionalBucket) => any;
|
|
2015
|
+
|
|
2016
|
+
export declare const ListRegionalBucketsResultFilterSensitiveLog: (obj: ListRegionalBucketsResult) => any;
|
|
2017
|
+
|
|
2018
|
+
export declare const ListStorageLensConfigurationsRequestFilterSensitiveLog: (obj: ListStorageLensConfigurationsRequest) => any;
|
|
2019
|
+
|
|
2020
|
+
export declare const ListStorageLensConfigurationEntryFilterSensitiveLog: (obj: ListStorageLensConfigurationEntry) => any;
|
|
2021
|
+
|
|
2022
|
+
export declare const ListStorageLensConfigurationsResultFilterSensitiveLog: (obj: ListStorageLensConfigurationsResult) => any;
|
|
2023
|
+
|
|
2024
|
+
export declare const PutAccessPointConfigurationForObjectLambdaRequestFilterSensitiveLog: (obj: PutAccessPointConfigurationForObjectLambdaRequest) => any;
|
|
2025
|
+
|
|
2026
|
+
export declare const PutAccessPointPolicyRequestFilterSensitiveLog: (obj: PutAccessPointPolicyRequest) => any;
|
|
2027
|
+
|
|
2028
|
+
export declare const PutAccessPointPolicyForObjectLambdaRequestFilterSensitiveLog: (obj: PutAccessPointPolicyForObjectLambdaRequest) => any;
|
|
2029
|
+
|
|
2030
|
+
export declare const LifecycleConfigurationFilterSensitiveLog: (obj: LifecycleConfiguration) => any;
|
|
2031
|
+
|
|
2032
|
+
export declare const PutBucketLifecycleConfigurationRequestFilterSensitiveLog: (obj: PutBucketLifecycleConfigurationRequest) => any;
|
|
2033
|
+
|
|
2034
|
+
export declare const PutBucketPolicyRequestFilterSensitiveLog: (obj: PutBucketPolicyRequest) => any;
|
|
2035
|
+
|
|
2036
|
+
export declare const TaggingFilterSensitiveLog: (obj: Tagging) => any;
|
|
2037
|
+
|
|
2038
|
+
export declare const PutBucketTaggingRequestFilterSensitiveLog: (obj: PutBucketTaggingRequest) => any;
|
|
2039
|
+
|
|
2040
|
+
export declare const PutJobTaggingRequestFilterSensitiveLog: (obj: PutJobTaggingRequest) => any;
|
|
2041
|
+
|
|
2042
|
+
export declare const PutJobTaggingResultFilterSensitiveLog: (obj: PutJobTaggingResult) => any;
|
|
2043
|
+
|
|
2044
|
+
export declare const PutMultiRegionAccessPointPolicyRequestFilterSensitiveLog: (obj: PutMultiRegionAccessPointPolicyRequest) => any;
|
|
2045
|
+
|
|
2046
|
+
export declare const PutMultiRegionAccessPointPolicyResultFilterSensitiveLog: (obj: PutMultiRegionAccessPointPolicyResult) => any;
|
|
2047
|
+
|
|
2048
|
+
export declare const PutPublicAccessBlockRequestFilterSensitiveLog: (obj: PutPublicAccessBlockRequest) => any;
|
|
2049
|
+
|
|
2050
|
+
export declare const PutStorageLensConfigurationRequestFilterSensitiveLog: (obj: PutStorageLensConfigurationRequest) => any;
|
|
2051
|
+
|
|
2052
|
+
export declare const PutStorageLensConfigurationTaggingRequestFilterSensitiveLog: (obj: PutStorageLensConfigurationTaggingRequest) => any;
|
|
2053
|
+
|
|
2054
|
+
export declare const PutStorageLensConfigurationTaggingResultFilterSensitiveLog: (obj: PutStorageLensConfigurationTaggingResult) => any;
|
|
2055
|
+
|
|
2056
|
+
export declare const UpdateJobPriorityRequestFilterSensitiveLog: (obj: UpdateJobPriorityRequest) => any;
|
|
2057
|
+
|
|
2058
|
+
export declare const UpdateJobPriorityResultFilterSensitiveLog: (obj: UpdateJobPriorityResult) => any;
|
|
2059
|
+
|
|
2060
|
+
export declare const UpdateJobStatusRequestFilterSensitiveLog: (obj: UpdateJobStatusRequest) => any;
|
|
2061
|
+
|
|
2062
|
+
export declare const UpdateJobStatusResultFilterSensitiveLog: (obj: UpdateJobStatusResult) => any;
|