@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.
- package/CHANGELOG.md +19 -0
- package/dist-cjs/S3Control.js +30 -0
- package/dist-cjs/commands/GetBucketVersioningCommand.js +38 -0
- package/dist-cjs/commands/PutBucketVersioningCommand.js +40 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +79 -5
- package/dist-cjs/protocols/Aws_restXml.js +143 -3
- package/dist-es/S3Control.js +30 -0
- package/dist-es/commands/GetBucketVersioningCommand.js +41 -0
- package/dist-es/commands/PutBucketVersioningCommand.js +43 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +62 -0
- package/dist-es/protocols/Aws_restXml.js +187 -0
- package/dist-types/S3Control.d.ts +116 -18
- package/dist-types/S3ControlClient.d.ts +4 -2
- package/dist-types/commands/CreateAccessPointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccessPointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
- package/dist-types/commands/GetAccessPointCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketVersioningCommand.d.ts +66 -0
- package/dist-types/commands/ListAccessPointsCommand.d.ts +1 -1
- package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +88 -0
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +127 -12
- package/dist-types/protocols/Aws_restXml.d.ts +6 -0
- package/dist-types/ts3.4/S3Control.d.ts +34 -57
- package/dist-types/ts3.4/S3ControlClient.d.ts +12 -27
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAccessPointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBucketCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetJobTaggingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAccessPointsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +31 -0
- package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/S3ControlServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +79 -625
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +24 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +31 -31
|
@@ -123,6 +123,10 @@ import {
|
|
|
123
123
|
GetBucketTaggingCommandInput,
|
|
124
124
|
GetBucketTaggingCommandOutput,
|
|
125
125
|
} from "./commands/GetBucketTaggingCommand";
|
|
126
|
+
import {
|
|
127
|
+
GetBucketVersioningCommandInput,
|
|
128
|
+
GetBucketVersioningCommandOutput,
|
|
129
|
+
} from "./commands/GetBucketVersioningCommand";
|
|
126
130
|
import {
|
|
127
131
|
GetJobTaggingCommandInput,
|
|
128
132
|
GetJobTaggingCommandOutput,
|
|
@@ -199,6 +203,10 @@ import {
|
|
|
199
203
|
PutBucketTaggingCommandInput,
|
|
200
204
|
PutBucketTaggingCommandOutput,
|
|
201
205
|
} from "./commands/PutBucketTaggingCommand";
|
|
206
|
+
import {
|
|
207
|
+
PutBucketVersioningCommandInput,
|
|
208
|
+
PutBucketVersioningCommandOutput,
|
|
209
|
+
} from "./commands/PutBucketVersioningCommand";
|
|
202
210
|
import {
|
|
203
211
|
PutJobTaggingCommandInput,
|
|
204
212
|
PutJobTaggingCommandOutput,
|
|
@@ -228,7 +236,6 @@ import {
|
|
|
228
236
|
UpdateJobStatusCommandOutput,
|
|
229
237
|
} from "./commands/UpdateJobStatusCommand";
|
|
230
238
|
import { S3ControlClient } from "./S3ControlClient";
|
|
231
|
-
|
|
232
239
|
export declare class S3Control extends S3ControlClient {
|
|
233
240
|
createAccessPoint(
|
|
234
241
|
args: CreateAccessPointCommandInput,
|
|
@@ -243,7 +250,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
243
250
|
options: __HttpHandlerOptions,
|
|
244
251
|
cb: (err: any, data?: CreateAccessPointCommandOutput) => void
|
|
245
252
|
): void;
|
|
246
|
-
|
|
247
253
|
createAccessPointForObjectLambda(
|
|
248
254
|
args: CreateAccessPointForObjectLambdaCommandInput,
|
|
249
255
|
options?: __HttpHandlerOptions
|
|
@@ -257,7 +263,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
257
263
|
options: __HttpHandlerOptions,
|
|
258
264
|
cb: (err: any, data?: CreateAccessPointForObjectLambdaCommandOutput) => void
|
|
259
265
|
): void;
|
|
260
|
-
|
|
261
266
|
createBucket(
|
|
262
267
|
args: CreateBucketCommandInput,
|
|
263
268
|
options?: __HttpHandlerOptions
|
|
@@ -271,7 +276,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
271
276
|
options: __HttpHandlerOptions,
|
|
272
277
|
cb: (err: any, data?: CreateBucketCommandOutput) => void
|
|
273
278
|
): void;
|
|
274
|
-
|
|
275
279
|
createJob(
|
|
276
280
|
args: CreateJobCommandInput,
|
|
277
281
|
options?: __HttpHandlerOptions
|
|
@@ -285,7 +289,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
285
289
|
options: __HttpHandlerOptions,
|
|
286
290
|
cb: (err: any, data?: CreateJobCommandOutput) => void
|
|
287
291
|
): void;
|
|
288
|
-
|
|
289
292
|
createMultiRegionAccessPoint(
|
|
290
293
|
args: CreateMultiRegionAccessPointCommandInput,
|
|
291
294
|
options?: __HttpHandlerOptions
|
|
@@ -299,7 +302,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
299
302
|
options: __HttpHandlerOptions,
|
|
300
303
|
cb: (err: any, data?: CreateMultiRegionAccessPointCommandOutput) => void
|
|
301
304
|
): void;
|
|
302
|
-
|
|
303
305
|
deleteAccessPoint(
|
|
304
306
|
args: DeleteAccessPointCommandInput,
|
|
305
307
|
options?: __HttpHandlerOptions
|
|
@@ -313,7 +315,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
313
315
|
options: __HttpHandlerOptions,
|
|
314
316
|
cb: (err: any, data?: DeleteAccessPointCommandOutput) => void
|
|
315
317
|
): void;
|
|
316
|
-
|
|
317
318
|
deleteAccessPointForObjectLambda(
|
|
318
319
|
args: DeleteAccessPointForObjectLambdaCommandInput,
|
|
319
320
|
options?: __HttpHandlerOptions
|
|
@@ -327,7 +328,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
327
328
|
options: __HttpHandlerOptions,
|
|
328
329
|
cb: (err: any, data?: DeleteAccessPointForObjectLambdaCommandOutput) => void
|
|
329
330
|
): void;
|
|
330
|
-
|
|
331
331
|
deleteAccessPointPolicy(
|
|
332
332
|
args: DeleteAccessPointPolicyCommandInput,
|
|
333
333
|
options?: __HttpHandlerOptions
|
|
@@ -341,7 +341,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
341
341
|
options: __HttpHandlerOptions,
|
|
342
342
|
cb: (err: any, data?: DeleteAccessPointPolicyCommandOutput) => void
|
|
343
343
|
): void;
|
|
344
|
-
|
|
345
344
|
deleteAccessPointPolicyForObjectLambda(
|
|
346
345
|
args: DeleteAccessPointPolicyForObjectLambdaCommandInput,
|
|
347
346
|
options?: __HttpHandlerOptions
|
|
@@ -361,7 +360,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
361
360
|
data?: DeleteAccessPointPolicyForObjectLambdaCommandOutput
|
|
362
361
|
) => void
|
|
363
362
|
): void;
|
|
364
|
-
|
|
365
363
|
deleteBucket(
|
|
366
364
|
args: DeleteBucketCommandInput,
|
|
367
365
|
options?: __HttpHandlerOptions
|
|
@@ -375,7 +373,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
375
373
|
options: __HttpHandlerOptions,
|
|
376
374
|
cb: (err: any, data?: DeleteBucketCommandOutput) => void
|
|
377
375
|
): void;
|
|
378
|
-
|
|
379
376
|
deleteBucketLifecycleConfiguration(
|
|
380
377
|
args: DeleteBucketLifecycleConfigurationCommandInput,
|
|
381
378
|
options?: __HttpHandlerOptions
|
|
@@ -395,7 +392,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
395
392
|
data?: DeleteBucketLifecycleConfigurationCommandOutput
|
|
396
393
|
) => void
|
|
397
394
|
): void;
|
|
398
|
-
|
|
399
395
|
deleteBucketPolicy(
|
|
400
396
|
args: DeleteBucketPolicyCommandInput,
|
|
401
397
|
options?: __HttpHandlerOptions
|
|
@@ -409,7 +405,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
409
405
|
options: __HttpHandlerOptions,
|
|
410
406
|
cb: (err: any, data?: DeleteBucketPolicyCommandOutput) => void
|
|
411
407
|
): void;
|
|
412
|
-
|
|
413
408
|
deleteBucketTagging(
|
|
414
409
|
args: DeleteBucketTaggingCommandInput,
|
|
415
410
|
options?: __HttpHandlerOptions
|
|
@@ -423,7 +418,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
423
418
|
options: __HttpHandlerOptions,
|
|
424
419
|
cb: (err: any, data?: DeleteBucketTaggingCommandOutput) => void
|
|
425
420
|
): void;
|
|
426
|
-
|
|
427
421
|
deleteJobTagging(
|
|
428
422
|
args: DeleteJobTaggingCommandInput,
|
|
429
423
|
options?: __HttpHandlerOptions
|
|
@@ -437,7 +431,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
437
431
|
options: __HttpHandlerOptions,
|
|
438
432
|
cb: (err: any, data?: DeleteJobTaggingCommandOutput) => void
|
|
439
433
|
): void;
|
|
440
|
-
|
|
441
434
|
deleteMultiRegionAccessPoint(
|
|
442
435
|
args: DeleteMultiRegionAccessPointCommandInput,
|
|
443
436
|
options?: __HttpHandlerOptions
|
|
@@ -451,7 +444,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
451
444
|
options: __HttpHandlerOptions,
|
|
452
445
|
cb: (err: any, data?: DeleteMultiRegionAccessPointCommandOutput) => void
|
|
453
446
|
): void;
|
|
454
|
-
|
|
455
447
|
deletePublicAccessBlock(
|
|
456
448
|
args: DeletePublicAccessBlockCommandInput,
|
|
457
449
|
options?: __HttpHandlerOptions
|
|
@@ -465,7 +457,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
465
457
|
options: __HttpHandlerOptions,
|
|
466
458
|
cb: (err: any, data?: DeletePublicAccessBlockCommandOutput) => void
|
|
467
459
|
): void;
|
|
468
|
-
|
|
469
460
|
deleteStorageLensConfiguration(
|
|
470
461
|
args: DeleteStorageLensConfigurationCommandInput,
|
|
471
462
|
options?: __HttpHandlerOptions
|
|
@@ -479,7 +470,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
479
470
|
options: __HttpHandlerOptions,
|
|
480
471
|
cb: (err: any, data?: DeleteStorageLensConfigurationCommandOutput) => void
|
|
481
472
|
): void;
|
|
482
|
-
|
|
483
473
|
deleteStorageLensConfigurationTagging(
|
|
484
474
|
args: DeleteStorageLensConfigurationTaggingCommandInput,
|
|
485
475
|
options?: __HttpHandlerOptions
|
|
@@ -499,7 +489,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
499
489
|
data?: DeleteStorageLensConfigurationTaggingCommandOutput
|
|
500
490
|
) => void
|
|
501
491
|
): void;
|
|
502
|
-
|
|
503
492
|
describeJob(
|
|
504
493
|
args: DescribeJobCommandInput,
|
|
505
494
|
options?: __HttpHandlerOptions
|
|
@@ -513,7 +502,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
513
502
|
options: __HttpHandlerOptions,
|
|
514
503
|
cb: (err: any, data?: DescribeJobCommandOutput) => void
|
|
515
504
|
): void;
|
|
516
|
-
|
|
517
505
|
describeMultiRegionAccessPointOperation(
|
|
518
506
|
args: DescribeMultiRegionAccessPointOperationCommandInput,
|
|
519
507
|
options?: __HttpHandlerOptions
|
|
@@ -533,7 +521,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
533
521
|
data?: DescribeMultiRegionAccessPointOperationCommandOutput
|
|
534
522
|
) => void
|
|
535
523
|
): void;
|
|
536
|
-
|
|
537
524
|
getAccessPoint(
|
|
538
525
|
args: GetAccessPointCommandInput,
|
|
539
526
|
options?: __HttpHandlerOptions
|
|
@@ -547,7 +534,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
547
534
|
options: __HttpHandlerOptions,
|
|
548
535
|
cb: (err: any, data?: GetAccessPointCommandOutput) => void
|
|
549
536
|
): void;
|
|
550
|
-
|
|
551
537
|
getAccessPointConfigurationForObjectLambda(
|
|
552
538
|
args: GetAccessPointConfigurationForObjectLambdaCommandInput,
|
|
553
539
|
options?: __HttpHandlerOptions
|
|
@@ -567,7 +553,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
567
553
|
data?: GetAccessPointConfigurationForObjectLambdaCommandOutput
|
|
568
554
|
) => void
|
|
569
555
|
): void;
|
|
570
|
-
|
|
571
556
|
getAccessPointForObjectLambda(
|
|
572
557
|
args: GetAccessPointForObjectLambdaCommandInput,
|
|
573
558
|
options?: __HttpHandlerOptions
|
|
@@ -581,7 +566,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
581
566
|
options: __HttpHandlerOptions,
|
|
582
567
|
cb: (err: any, data?: GetAccessPointForObjectLambdaCommandOutput) => void
|
|
583
568
|
): void;
|
|
584
|
-
|
|
585
569
|
getAccessPointPolicy(
|
|
586
570
|
args: GetAccessPointPolicyCommandInput,
|
|
587
571
|
options?: __HttpHandlerOptions
|
|
@@ -595,7 +579,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
595
579
|
options: __HttpHandlerOptions,
|
|
596
580
|
cb: (err: any, data?: GetAccessPointPolicyCommandOutput) => void
|
|
597
581
|
): void;
|
|
598
|
-
|
|
599
582
|
getAccessPointPolicyForObjectLambda(
|
|
600
583
|
args: GetAccessPointPolicyForObjectLambdaCommandInput,
|
|
601
584
|
options?: __HttpHandlerOptions
|
|
@@ -615,7 +598,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
615
598
|
data?: GetAccessPointPolicyForObjectLambdaCommandOutput
|
|
616
599
|
) => void
|
|
617
600
|
): void;
|
|
618
|
-
|
|
619
601
|
getAccessPointPolicyStatus(
|
|
620
602
|
args: GetAccessPointPolicyStatusCommandInput,
|
|
621
603
|
options?: __HttpHandlerOptions
|
|
@@ -629,7 +611,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
629
611
|
options: __HttpHandlerOptions,
|
|
630
612
|
cb: (err: any, data?: GetAccessPointPolicyStatusCommandOutput) => void
|
|
631
613
|
): void;
|
|
632
|
-
|
|
633
614
|
getAccessPointPolicyStatusForObjectLambda(
|
|
634
615
|
args: GetAccessPointPolicyStatusForObjectLambdaCommandInput,
|
|
635
616
|
options?: __HttpHandlerOptions
|
|
@@ -649,7 +630,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
649
630
|
data?: GetAccessPointPolicyStatusForObjectLambdaCommandOutput
|
|
650
631
|
) => void
|
|
651
632
|
): void;
|
|
652
|
-
|
|
653
633
|
getBucket(
|
|
654
634
|
args: GetBucketCommandInput,
|
|
655
635
|
options?: __HttpHandlerOptions
|
|
@@ -663,7 +643,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
663
643
|
options: __HttpHandlerOptions,
|
|
664
644
|
cb: (err: any, data?: GetBucketCommandOutput) => void
|
|
665
645
|
): void;
|
|
666
|
-
|
|
667
646
|
getBucketLifecycleConfiguration(
|
|
668
647
|
args: GetBucketLifecycleConfigurationCommandInput,
|
|
669
648
|
options?: __HttpHandlerOptions
|
|
@@ -677,7 +656,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
677
656
|
options: __HttpHandlerOptions,
|
|
678
657
|
cb: (err: any, data?: GetBucketLifecycleConfigurationCommandOutput) => void
|
|
679
658
|
): void;
|
|
680
|
-
|
|
681
659
|
getBucketPolicy(
|
|
682
660
|
args: GetBucketPolicyCommandInput,
|
|
683
661
|
options?: __HttpHandlerOptions
|
|
@@ -691,7 +669,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
691
669
|
options: __HttpHandlerOptions,
|
|
692
670
|
cb: (err: any, data?: GetBucketPolicyCommandOutput) => void
|
|
693
671
|
): void;
|
|
694
|
-
|
|
695
672
|
getBucketTagging(
|
|
696
673
|
args: GetBucketTaggingCommandInput,
|
|
697
674
|
options?: __HttpHandlerOptions
|
|
@@ -705,7 +682,19 @@ export declare class S3Control extends S3ControlClient {
|
|
|
705
682
|
options: __HttpHandlerOptions,
|
|
706
683
|
cb: (err: any, data?: GetBucketTaggingCommandOutput) => void
|
|
707
684
|
): void;
|
|
708
|
-
|
|
685
|
+
getBucketVersioning(
|
|
686
|
+
args: GetBucketVersioningCommandInput,
|
|
687
|
+
options?: __HttpHandlerOptions
|
|
688
|
+
): Promise<GetBucketVersioningCommandOutput>;
|
|
689
|
+
getBucketVersioning(
|
|
690
|
+
args: GetBucketVersioningCommandInput,
|
|
691
|
+
cb: (err: any, data?: GetBucketVersioningCommandOutput) => void
|
|
692
|
+
): void;
|
|
693
|
+
getBucketVersioning(
|
|
694
|
+
args: GetBucketVersioningCommandInput,
|
|
695
|
+
options: __HttpHandlerOptions,
|
|
696
|
+
cb: (err: any, data?: GetBucketVersioningCommandOutput) => void
|
|
697
|
+
): void;
|
|
709
698
|
getJobTagging(
|
|
710
699
|
args: GetJobTaggingCommandInput,
|
|
711
700
|
options?: __HttpHandlerOptions
|
|
@@ -719,7 +708,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
719
708
|
options: __HttpHandlerOptions,
|
|
720
709
|
cb: (err: any, data?: GetJobTaggingCommandOutput) => void
|
|
721
710
|
): void;
|
|
722
|
-
|
|
723
711
|
getMultiRegionAccessPoint(
|
|
724
712
|
args: GetMultiRegionAccessPointCommandInput,
|
|
725
713
|
options?: __HttpHandlerOptions
|
|
@@ -733,7 +721,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
733
721
|
options: __HttpHandlerOptions,
|
|
734
722
|
cb: (err: any, data?: GetMultiRegionAccessPointCommandOutput) => void
|
|
735
723
|
): void;
|
|
736
|
-
|
|
737
724
|
getMultiRegionAccessPointPolicy(
|
|
738
725
|
args: GetMultiRegionAccessPointPolicyCommandInput,
|
|
739
726
|
options?: __HttpHandlerOptions
|
|
@@ -747,7 +734,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
747
734
|
options: __HttpHandlerOptions,
|
|
748
735
|
cb: (err: any, data?: GetMultiRegionAccessPointPolicyCommandOutput) => void
|
|
749
736
|
): void;
|
|
750
|
-
|
|
751
737
|
getMultiRegionAccessPointPolicyStatus(
|
|
752
738
|
args: GetMultiRegionAccessPointPolicyStatusCommandInput,
|
|
753
739
|
options?: __HttpHandlerOptions
|
|
@@ -767,7 +753,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
767
753
|
data?: GetMultiRegionAccessPointPolicyStatusCommandOutput
|
|
768
754
|
) => void
|
|
769
755
|
): void;
|
|
770
|
-
|
|
771
756
|
getPublicAccessBlock(
|
|
772
757
|
args: GetPublicAccessBlockCommandInput,
|
|
773
758
|
options?: __HttpHandlerOptions
|
|
@@ -781,7 +766,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
781
766
|
options: __HttpHandlerOptions,
|
|
782
767
|
cb: (err: any, data?: GetPublicAccessBlockCommandOutput) => void
|
|
783
768
|
): void;
|
|
784
|
-
|
|
785
769
|
getStorageLensConfiguration(
|
|
786
770
|
args: GetStorageLensConfigurationCommandInput,
|
|
787
771
|
options?: __HttpHandlerOptions
|
|
@@ -795,7 +779,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
795
779
|
options: __HttpHandlerOptions,
|
|
796
780
|
cb: (err: any, data?: GetStorageLensConfigurationCommandOutput) => void
|
|
797
781
|
): void;
|
|
798
|
-
|
|
799
782
|
getStorageLensConfigurationTagging(
|
|
800
783
|
args: GetStorageLensConfigurationTaggingCommandInput,
|
|
801
784
|
options?: __HttpHandlerOptions
|
|
@@ -815,7 +798,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
815
798
|
data?: GetStorageLensConfigurationTaggingCommandOutput
|
|
816
799
|
) => void
|
|
817
800
|
): void;
|
|
818
|
-
|
|
819
801
|
listAccessPoints(
|
|
820
802
|
args: ListAccessPointsCommandInput,
|
|
821
803
|
options?: __HttpHandlerOptions
|
|
@@ -829,7 +811,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
829
811
|
options: __HttpHandlerOptions,
|
|
830
812
|
cb: (err: any, data?: ListAccessPointsCommandOutput) => void
|
|
831
813
|
): void;
|
|
832
|
-
|
|
833
814
|
listAccessPointsForObjectLambda(
|
|
834
815
|
args: ListAccessPointsForObjectLambdaCommandInput,
|
|
835
816
|
options?: __HttpHandlerOptions
|
|
@@ -843,7 +824,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
843
824
|
options: __HttpHandlerOptions,
|
|
844
825
|
cb: (err: any, data?: ListAccessPointsForObjectLambdaCommandOutput) => void
|
|
845
826
|
): void;
|
|
846
|
-
|
|
847
827
|
listJobs(
|
|
848
828
|
args: ListJobsCommandInput,
|
|
849
829
|
options?: __HttpHandlerOptions
|
|
@@ -857,7 +837,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
857
837
|
options: __HttpHandlerOptions,
|
|
858
838
|
cb: (err: any, data?: ListJobsCommandOutput) => void
|
|
859
839
|
): void;
|
|
860
|
-
|
|
861
840
|
listMultiRegionAccessPoints(
|
|
862
841
|
args: ListMultiRegionAccessPointsCommandInput,
|
|
863
842
|
options?: __HttpHandlerOptions
|
|
@@ -871,7 +850,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
871
850
|
options: __HttpHandlerOptions,
|
|
872
851
|
cb: (err: any, data?: ListMultiRegionAccessPointsCommandOutput) => void
|
|
873
852
|
): void;
|
|
874
|
-
|
|
875
853
|
listRegionalBuckets(
|
|
876
854
|
args: ListRegionalBucketsCommandInput,
|
|
877
855
|
options?: __HttpHandlerOptions
|
|
@@ -885,7 +863,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
885
863
|
options: __HttpHandlerOptions,
|
|
886
864
|
cb: (err: any, data?: ListRegionalBucketsCommandOutput) => void
|
|
887
865
|
): void;
|
|
888
|
-
|
|
889
866
|
listStorageLensConfigurations(
|
|
890
867
|
args: ListStorageLensConfigurationsCommandInput,
|
|
891
868
|
options?: __HttpHandlerOptions
|
|
@@ -899,7 +876,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
899
876
|
options: __HttpHandlerOptions,
|
|
900
877
|
cb: (err: any, data?: ListStorageLensConfigurationsCommandOutput) => void
|
|
901
878
|
): void;
|
|
902
|
-
|
|
903
879
|
putAccessPointConfigurationForObjectLambda(
|
|
904
880
|
args: PutAccessPointConfigurationForObjectLambdaCommandInput,
|
|
905
881
|
options?: __HttpHandlerOptions
|
|
@@ -919,7 +895,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
919
895
|
data?: PutAccessPointConfigurationForObjectLambdaCommandOutput
|
|
920
896
|
) => void
|
|
921
897
|
): void;
|
|
922
|
-
|
|
923
898
|
putAccessPointPolicy(
|
|
924
899
|
args: PutAccessPointPolicyCommandInput,
|
|
925
900
|
options?: __HttpHandlerOptions
|
|
@@ -933,7 +908,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
933
908
|
options: __HttpHandlerOptions,
|
|
934
909
|
cb: (err: any, data?: PutAccessPointPolicyCommandOutput) => void
|
|
935
910
|
): void;
|
|
936
|
-
|
|
937
911
|
putAccessPointPolicyForObjectLambda(
|
|
938
912
|
args: PutAccessPointPolicyForObjectLambdaCommandInput,
|
|
939
913
|
options?: __HttpHandlerOptions
|
|
@@ -953,7 +927,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
953
927
|
data?: PutAccessPointPolicyForObjectLambdaCommandOutput
|
|
954
928
|
) => void
|
|
955
929
|
): void;
|
|
956
|
-
|
|
957
930
|
putBucketLifecycleConfiguration(
|
|
958
931
|
args: PutBucketLifecycleConfigurationCommandInput,
|
|
959
932
|
options?: __HttpHandlerOptions
|
|
@@ -967,7 +940,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
967
940
|
options: __HttpHandlerOptions,
|
|
968
941
|
cb: (err: any, data?: PutBucketLifecycleConfigurationCommandOutput) => void
|
|
969
942
|
): void;
|
|
970
|
-
|
|
971
943
|
putBucketPolicy(
|
|
972
944
|
args: PutBucketPolicyCommandInput,
|
|
973
945
|
options?: __HttpHandlerOptions
|
|
@@ -981,7 +953,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
981
953
|
options: __HttpHandlerOptions,
|
|
982
954
|
cb: (err: any, data?: PutBucketPolicyCommandOutput) => void
|
|
983
955
|
): void;
|
|
984
|
-
|
|
985
956
|
putBucketTagging(
|
|
986
957
|
args: PutBucketTaggingCommandInput,
|
|
987
958
|
options?: __HttpHandlerOptions
|
|
@@ -995,7 +966,19 @@ export declare class S3Control extends S3ControlClient {
|
|
|
995
966
|
options: __HttpHandlerOptions,
|
|
996
967
|
cb: (err: any, data?: PutBucketTaggingCommandOutput) => void
|
|
997
968
|
): void;
|
|
998
|
-
|
|
969
|
+
putBucketVersioning(
|
|
970
|
+
args: PutBucketVersioningCommandInput,
|
|
971
|
+
options?: __HttpHandlerOptions
|
|
972
|
+
): Promise<PutBucketVersioningCommandOutput>;
|
|
973
|
+
putBucketVersioning(
|
|
974
|
+
args: PutBucketVersioningCommandInput,
|
|
975
|
+
cb: (err: any, data?: PutBucketVersioningCommandOutput) => void
|
|
976
|
+
): void;
|
|
977
|
+
putBucketVersioning(
|
|
978
|
+
args: PutBucketVersioningCommandInput,
|
|
979
|
+
options: __HttpHandlerOptions,
|
|
980
|
+
cb: (err: any, data?: PutBucketVersioningCommandOutput) => void
|
|
981
|
+
): void;
|
|
999
982
|
putJobTagging(
|
|
1000
983
|
args: PutJobTaggingCommandInput,
|
|
1001
984
|
options?: __HttpHandlerOptions
|
|
@@ -1009,7 +992,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1009
992
|
options: __HttpHandlerOptions,
|
|
1010
993
|
cb: (err: any, data?: PutJobTaggingCommandOutput) => void
|
|
1011
994
|
): void;
|
|
1012
|
-
|
|
1013
995
|
putMultiRegionAccessPointPolicy(
|
|
1014
996
|
args: PutMultiRegionAccessPointPolicyCommandInput,
|
|
1015
997
|
options?: __HttpHandlerOptions
|
|
@@ -1023,7 +1005,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1023
1005
|
options: __HttpHandlerOptions,
|
|
1024
1006
|
cb: (err: any, data?: PutMultiRegionAccessPointPolicyCommandOutput) => void
|
|
1025
1007
|
): void;
|
|
1026
|
-
|
|
1027
1008
|
putPublicAccessBlock(
|
|
1028
1009
|
args: PutPublicAccessBlockCommandInput,
|
|
1029
1010
|
options?: __HttpHandlerOptions
|
|
@@ -1037,7 +1018,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1037
1018
|
options: __HttpHandlerOptions,
|
|
1038
1019
|
cb: (err: any, data?: PutPublicAccessBlockCommandOutput) => void
|
|
1039
1020
|
): void;
|
|
1040
|
-
|
|
1041
1021
|
putStorageLensConfiguration(
|
|
1042
1022
|
args: PutStorageLensConfigurationCommandInput,
|
|
1043
1023
|
options?: __HttpHandlerOptions
|
|
@@ -1051,7 +1031,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1051
1031
|
options: __HttpHandlerOptions,
|
|
1052
1032
|
cb: (err: any, data?: PutStorageLensConfigurationCommandOutput) => void
|
|
1053
1033
|
): void;
|
|
1054
|
-
|
|
1055
1034
|
putStorageLensConfigurationTagging(
|
|
1056
1035
|
args: PutStorageLensConfigurationTaggingCommandInput,
|
|
1057
1036
|
options?: __HttpHandlerOptions
|
|
@@ -1071,7 +1050,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1071
1050
|
data?: PutStorageLensConfigurationTaggingCommandOutput
|
|
1072
1051
|
) => void
|
|
1073
1052
|
): void;
|
|
1074
|
-
|
|
1075
1053
|
updateJobPriority(
|
|
1076
1054
|
args: UpdateJobPriorityCommandInput,
|
|
1077
1055
|
options?: __HttpHandlerOptions
|
|
@@ -1085,7 +1063,6 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1085
1063
|
options: __HttpHandlerOptions,
|
|
1086
1064
|
cb: (err: any, data?: UpdateJobPriorityCommandOutput) => void
|
|
1087
1065
|
): void;
|
|
1088
|
-
|
|
1089
1066
|
updateJobStatus(
|
|
1090
1067
|
args: UpdateJobStatusCommandInput,
|
|
1091
1068
|
options?: __HttpHandlerOptions
|
|
@@ -172,6 +172,10 @@ import {
|
|
|
172
172
|
GetBucketTaggingCommandInput,
|
|
173
173
|
GetBucketTaggingCommandOutput,
|
|
174
174
|
} from "./commands/GetBucketTaggingCommand";
|
|
175
|
+
import {
|
|
176
|
+
GetBucketVersioningCommandInput,
|
|
177
|
+
GetBucketVersioningCommandOutput,
|
|
178
|
+
} from "./commands/GetBucketVersioningCommand";
|
|
175
179
|
import {
|
|
176
180
|
GetJobTaggingCommandInput,
|
|
177
181
|
GetJobTaggingCommandOutput,
|
|
@@ -248,6 +252,10 @@ import {
|
|
|
248
252
|
PutBucketTaggingCommandInput,
|
|
249
253
|
PutBucketTaggingCommandOutput,
|
|
250
254
|
} from "./commands/PutBucketTaggingCommand";
|
|
255
|
+
import {
|
|
256
|
+
PutBucketVersioningCommandInput,
|
|
257
|
+
PutBucketVersioningCommandOutput,
|
|
258
|
+
} from "./commands/PutBucketVersioningCommand";
|
|
251
259
|
import {
|
|
252
260
|
PutJobTaggingCommandInput,
|
|
253
261
|
PutJobTaggingCommandOutput,
|
|
@@ -308,6 +316,7 @@ export declare type ServiceInputTypes =
|
|
|
308
316
|
| GetBucketLifecycleConfigurationCommandInput
|
|
309
317
|
| GetBucketPolicyCommandInput
|
|
310
318
|
| GetBucketTaggingCommandInput
|
|
319
|
+
| GetBucketVersioningCommandInput
|
|
311
320
|
| GetJobTaggingCommandInput
|
|
312
321
|
| GetMultiRegionAccessPointCommandInput
|
|
313
322
|
| GetMultiRegionAccessPointPolicyCommandInput
|
|
@@ -327,6 +336,7 @@ export declare type ServiceInputTypes =
|
|
|
327
336
|
| PutBucketLifecycleConfigurationCommandInput
|
|
328
337
|
| PutBucketPolicyCommandInput
|
|
329
338
|
| PutBucketTaggingCommandInput
|
|
339
|
+
| PutBucketVersioningCommandInput
|
|
330
340
|
| PutJobTaggingCommandInput
|
|
331
341
|
| PutMultiRegionAccessPointPolicyCommandInput
|
|
332
342
|
| PutPublicAccessBlockCommandInput
|
|
@@ -366,6 +376,7 @@ export declare type ServiceOutputTypes =
|
|
|
366
376
|
| GetBucketLifecycleConfigurationCommandOutput
|
|
367
377
|
| GetBucketPolicyCommandOutput
|
|
368
378
|
| GetBucketTaggingCommandOutput
|
|
379
|
+
| GetBucketVersioningCommandOutput
|
|
369
380
|
| GetJobTaggingCommandOutput
|
|
370
381
|
| GetMultiRegionAccessPointCommandOutput
|
|
371
382
|
| GetMultiRegionAccessPointPolicyCommandOutput
|
|
@@ -385,6 +396,7 @@ export declare type ServiceOutputTypes =
|
|
|
385
396
|
| PutBucketLifecycleConfigurationCommandOutput
|
|
386
397
|
| PutBucketPolicyCommandOutput
|
|
387
398
|
| PutBucketTaggingCommandOutput
|
|
399
|
+
| PutBucketVersioningCommandOutput
|
|
388
400
|
| PutJobTaggingCommandOutput
|
|
389
401
|
| PutMultiRegionAccessPointPolicyCommandOutput
|
|
390
402
|
| PutPublicAccessBlockCommandOutput
|
|
@@ -395,51 +407,28 @@ export declare type ServiceOutputTypes =
|
|
|
395
407
|
export interface ClientDefaults
|
|
396
408
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
397
409
|
requestHandler?: __HttpHandler;
|
|
398
|
-
|
|
399
410
|
sha256?: __HashConstructor;
|
|
400
|
-
|
|
401
411
|
urlParser?: __UrlParser;
|
|
402
|
-
|
|
403
412
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
404
|
-
|
|
405
413
|
streamCollector?: __StreamCollector;
|
|
406
|
-
|
|
407
414
|
base64Decoder?: __Decoder;
|
|
408
|
-
|
|
409
415
|
base64Encoder?: __Encoder;
|
|
410
|
-
|
|
411
416
|
utf8Decoder?: __Decoder;
|
|
412
|
-
|
|
413
417
|
utf8Encoder?: __Encoder;
|
|
414
|
-
|
|
415
418
|
runtime?: string;
|
|
416
|
-
|
|
417
419
|
disableHostPrefix?: boolean;
|
|
418
|
-
|
|
419
420
|
maxAttempts?: number | __Provider<number>;
|
|
420
|
-
|
|
421
421
|
retryMode?: string | __Provider<string>;
|
|
422
|
-
|
|
423
422
|
logger?: __Logger;
|
|
424
|
-
|
|
425
423
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
426
|
-
|
|
427
424
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
428
|
-
|
|
429
425
|
serviceId?: string;
|
|
430
|
-
|
|
431
426
|
region?: string | __Provider<string>;
|
|
432
|
-
|
|
433
427
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
434
|
-
|
|
435
428
|
regionInfoProvider?: RegionInfoProvider;
|
|
436
|
-
|
|
437
429
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
438
|
-
|
|
439
430
|
streamHasher?: __StreamHasher<Readable> | __StreamHasher<Blob>;
|
|
440
|
-
|
|
441
431
|
md5?: __HashConstructor;
|
|
442
|
-
|
|
443
432
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
444
433
|
}
|
|
445
434
|
declare type S3ControlClientConfigType = Partial<
|
|
@@ -453,7 +442,6 @@ declare type S3ControlClientConfigType = Partial<
|
|
|
453
442
|
AwsAuthInputConfig &
|
|
454
443
|
S3ControlInputConfig &
|
|
455
444
|
UserAgentInputConfig;
|
|
456
|
-
|
|
457
445
|
export interface S3ControlClientConfig extends S3ControlClientConfigType {}
|
|
458
446
|
declare type S3ControlClientResolvedConfigType =
|
|
459
447
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -465,10 +453,8 @@ declare type S3ControlClientResolvedConfigType =
|
|
|
465
453
|
AwsAuthResolvedConfig &
|
|
466
454
|
S3ControlResolvedConfig &
|
|
467
455
|
UserAgentResolvedConfig;
|
|
468
|
-
|
|
469
456
|
export interface S3ControlClientResolvedConfig
|
|
470
457
|
extends S3ControlClientResolvedConfigType {}
|
|
471
|
-
|
|
472
458
|
export declare class S3ControlClient extends __Client<
|
|
473
459
|
__HttpHandlerOptions,
|
|
474
460
|
ServiceInputTypes,
|
|
@@ -477,7 +463,6 @@ export declare class S3ControlClient extends __Client<
|
|
|
477
463
|
> {
|
|
478
464
|
readonly config: S3ControlClientResolvedConfig;
|
|
479
465
|
constructor(configuration: S3ControlClientConfig);
|
|
480
|
-
|
|
481
466
|
destroy(): void;
|
|
482
467
|
}
|
|
483
468
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface CreateAccessPointCommandInput
|
|
|
19
19
|
export interface CreateAccessPointCommandOutput
|
|
20
20
|
extends CreateAccessPointResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateAccessPointCommand extends $Command<
|
|
24
23
|
CreateAccessPointCommandInput,
|
|
25
24
|
CreateAccessPointCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateAccessPointCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateAccessPointCommandInput;
|
|
29
28
|
constructor(input: CreateAccessPointCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateAccessPointForObjectLambdaCommandInput
|
|
|
19
19
|
export interface CreateAccessPointForObjectLambdaCommandOutput
|
|
20
20
|
extends CreateAccessPointForObjectLambdaResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateAccessPointForObjectLambdaCommand extends $Command<
|
|
24
23
|
CreateAccessPointForObjectLambdaCommandInput,
|
|
25
24
|
CreateAccessPointForObjectLambdaCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateAccessPointForObjectLambdaCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateAccessPointForObjectLambdaCommandInput;
|
|
29
28
|
constructor(input: CreateAccessPointForObjectLambdaCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateBucketCommandInput extends CreateBucketRequest {}
|
|
|
15
15
|
export interface CreateBucketCommandOutput
|
|
16
16
|
extends CreateBucketResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateBucketCommand extends $Command<
|
|
20
19
|
CreateBucketCommandInput,
|
|
21
20
|
CreateBucketCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateBucketCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateBucketCommandInput;
|
|
25
24
|
constructor(input: CreateBucketCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateJobCommandInput extends CreateJobRequest {}
|
|
|
15
15
|
export interface CreateJobCommandOutput
|
|
16
16
|
extends CreateJobResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateJobCommand extends $Command<
|
|
20
19
|
CreateJobCommandInput,
|
|
21
20
|
CreateJobCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateJobCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateJobCommandInput;
|
|
25
24
|
constructor(input: CreateJobCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateMultiRegionAccessPointCommandInput
|
|
|
19
19
|
export interface CreateMultiRegionAccessPointCommandOutput
|
|
20
20
|
extends CreateMultiRegionAccessPointResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateMultiRegionAccessPointCommand extends $Command<
|
|
24
23
|
CreateMultiRegionAccessPointCommandInput,
|
|
25
24
|
CreateMultiRegionAccessPointCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateMultiRegionAccessPointCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateMultiRegionAccessPointCommandInput;
|
|
29
28
|
constructor(input: CreateMultiRegionAccessPointCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: S3ControlClientResolvedConfig,
|