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