@aws-sdk/client-s3-control 3.1086.0 → 3.1088.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 (117) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/S3Control.d.ts +308 -440
  3. package/dist-types/ts3.4/S3ControlClient.d.ts +10 -34
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +10 -11
  7. package/dist-types/ts3.4/commands/AssociateAccessGrantsIdentityCenterCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/CreateAccessGrantCommand.d.ts +5 -11
  9. package/dist-types/ts3.4/commands/CreateAccessGrantsInstanceCommand.d.ts +3 -5
  10. package/dist-types/ts3.4/commands/CreateAccessGrantsLocationCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +5 -11
  12. package/dist-types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +4 -6
  13. package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +3 -5
  14. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +7 -5
  15. package/dist-types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/CreateStorageLensGroupCommand.d.ts +3 -4
  17. package/dist-types/ts3.4/commands/DeleteAccessGrantCommand.d.ts +3 -4
  18. package/dist-types/ts3.4/commands/DeleteAccessGrantsInstanceCommand.d.ts +3 -5
  19. package/dist-types/ts3.4/commands/DeleteAccessGrantsInstanceResourcePolicyCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/DeleteAccessGrantsLocationCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +3 -4
  22. package/dist-types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +4 -6
  25. package/dist-types/ts3.4/commands/DeleteAccessPointScopeCommand.d.ts +3 -4
  26. package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +2 -2
  27. package/dist-types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +3 -4
  29. package/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +3 -4
  31. package/dist-types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +4 -6
  36. package/dist-types/ts3.4/commands/DeleteStorageLensGroupCommand.d.ts +3 -4
  37. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +3 -5
  38. package/dist-types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/DissociateAccessGrantsIdentityCenterCommand.d.ts +3 -5
  40. package/dist-types/ts3.4/commands/GetAccessGrantCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/GetAccessGrantsInstanceCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/GetAccessGrantsInstanceForPrefixCommand.d.ts +4 -6
  43. package/dist-types/ts3.4/commands/GetAccessGrantsInstanceResourcePolicyCommand.d.ts +3 -5
  44. package/dist-types/ts3.4/commands/GetAccessGrantsLocationCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/GetAccessPointCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +4 -6
  47. package/dist-types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +4 -6
  51. package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +4 -6
  52. package/dist-types/ts3.4/commands/GetAccessPointScopeCommand.d.ts +5 -10
  53. package/dist-types/ts3.4/commands/GetBucketCommand.d.ts +7 -5
  54. package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +4 -6
  55. package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +4 -9
  56. package/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +5 -10
  57. package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +4 -9
  58. package/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +5 -10
  59. package/dist-types/ts3.4/commands/GetDataAccessCommand.d.ts +3 -5
  60. package/dist-types/ts3.4/commands/GetJobTaggingCommand.d.ts +3 -5
  61. package/dist-types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +4 -6
  62. package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +4 -6
  63. package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +4 -6
  64. package/dist-types/ts3.4/commands/GetMultiRegionAccessPointRoutesCommand.d.ts +4 -6
  65. package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +4 -9
  66. package/dist-types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +4 -6
  67. package/dist-types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +4 -6
  68. package/dist-types/ts3.4/commands/GetStorageLensGroupCommand.d.ts +5 -10
  69. package/dist-types/ts3.4/commands/ListAccessGrantsCommand.d.ts +3 -8
  70. package/dist-types/ts3.4/commands/ListAccessGrantsInstancesCommand.d.ts +3 -5
  71. package/dist-types/ts3.4/commands/ListAccessGrantsLocationsCommand.d.ts +3 -5
  72. package/dist-types/ts3.4/commands/ListAccessPointsCommand.d.ts +3 -8
  73. package/dist-types/ts3.4/commands/ListAccessPointsForDirectoryBucketsCommand.d.ts +3 -5
  74. package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +3 -5
  75. package/dist-types/ts3.4/commands/ListCallerAccessGrantsCommand.d.ts +4 -9
  76. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +4 -4
  77. package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +3 -5
  78. package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +4 -9
  79. package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +3 -5
  80. package/dist-types/ts3.4/commands/ListStorageLensGroupsCommand.d.ts +4 -9
  81. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  82. package/dist-types/ts3.4/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +4 -6
  83. package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +4 -6
  84. package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +3 -4
  85. package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +4 -6
  86. package/dist-types/ts3.4/commands/PutAccessPointScopeCommand.d.ts +3 -4
  87. package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +4 -6
  88. package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +2 -2
  89. package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +3 -4
  90. package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +2 -2
  91. package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +3 -4
  92. package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +3 -5
  93. package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +4 -6
  94. package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +3 -4
  95. package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +4 -6
  96. package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +4 -6
  97. package/dist-types/ts3.4/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +4 -6
  98. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  99. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
  100. package/dist-types/ts3.4/commands/UpdateAccessGrantsLocationCommand.d.ts +4 -6
  101. package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +5 -11
  102. package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +4 -9
  103. package/dist-types/ts3.4/commands/UpdateStorageLensGroupCommand.d.ts +3 -4
  104. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  105. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  106. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  107. package/dist-types/ts3.4/models/enums.d.ts +18 -36
  108. package/dist-types/ts3.4/models/errors.d.ts +10 -33
  109. package/dist-types/ts3.4/models/models_0.d.ts +11 -33
  110. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  111. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +1 -4
  112. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -26
  113. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  114. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -26
  115. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -5
  116. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  117. package/package.json +42 -42
@@ -31,10 +31,7 @@ import {
31
31
  CreateBucketCommandInput,
32
32
  CreateBucketCommandOutput,
33
33
  } from "./commands/CreateBucketCommand";
34
- import {
35
- CreateJobCommandInput,
36
- CreateJobCommandOutput,
37
- } from "./commands/CreateJobCommand";
34
+ import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
38
35
  import {
39
36
  CreateMultiRegionAccessPointCommandInput,
40
37
  CreateMultiRegionAccessPointCommandOutput,
@@ -123,10 +120,7 @@ import {
123
120
  DeleteStorageLensGroupCommandInput,
124
121
  DeleteStorageLensGroupCommandOutput,
125
122
  } from "./commands/DeleteStorageLensGroupCommand";
126
- import {
127
- DescribeJobCommandInput,
128
- DescribeJobCommandOutput,
129
- } from "./commands/DescribeJobCommand";
123
+ import { DescribeJobCommandInput, DescribeJobCommandOutput } from "./commands/DescribeJobCommand";
130
124
  import {
131
125
  DescribeMultiRegionAccessPointOperationCommandInput,
132
126
  DescribeMultiRegionAccessPointOperationCommandOutput,
@@ -187,10 +181,7 @@ import {
187
181
  GetAccessPointScopeCommandInput,
188
182
  GetAccessPointScopeCommandOutput,
189
183
  } from "./commands/GetAccessPointScopeCommand";
190
- import {
191
- GetBucketCommandInput,
192
- GetBucketCommandOutput,
193
- } from "./commands/GetBucketCommand";
184
+ import { GetBucketCommandInput, GetBucketCommandOutput } from "./commands/GetBucketCommand";
194
185
  import {
195
186
  GetBucketLifecycleConfigurationCommandInput,
196
187
  GetBucketLifecycleConfigurationCommandOutput,
@@ -279,10 +270,7 @@ import {
279
270
  ListCallerAccessGrantsCommandInput,
280
271
  ListCallerAccessGrantsCommandOutput,
281
272
  } from "./commands/ListCallerAccessGrantsCommand";
282
- import {
283
- ListJobsCommandInput,
284
- ListJobsCommandOutput,
285
- } from "./commands/ListJobsCommand";
273
+ import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
286
274
  import {
287
275
  ListMultiRegionAccessPointsCommandInput,
288
276
  ListMultiRegionAccessPointsCommandOutput,
@@ -367,10 +355,7 @@ import {
367
355
  SubmitMultiRegionAccessPointRoutesCommandInput,
368
356
  SubmitMultiRegionAccessPointRoutesCommandOutput,
369
357
  } from "./commands/SubmitMultiRegionAccessPointRoutesCommand";
370
- import {
371
- TagResourceCommandInput,
372
- TagResourceCommandOutput,
373
- } from "./commands/TagResourceCommand";
358
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
374
359
  import {
375
360
  UntagResourceCommandInput,
376
361
  UntagResourceCommandOutput,
@@ -395,1482 +380,1365 @@ import { S3ControlClient } from "./S3ControlClient";
395
380
  export interface S3Control {
396
381
  associateAccessGrantsIdentityCenter(
397
382
  args: AssociateAccessGrantsIdentityCenterCommandInput,
398
- options?: __HttpHandlerOptions
383
+ options?: __HttpHandlerOptions,
399
384
  ): Promise<AssociateAccessGrantsIdentityCenterCommandOutput>;
400
385
  associateAccessGrantsIdentityCenter(
401
386
  args: AssociateAccessGrantsIdentityCenterCommandInput,
402
- cb: (
403
- err: any,
404
- data?: AssociateAccessGrantsIdentityCenterCommandOutput
405
- ) => void
387
+ cb: (err: any, data?: AssociateAccessGrantsIdentityCenterCommandOutput) => void,
406
388
  ): void;
407
389
  associateAccessGrantsIdentityCenter(
408
390
  args: AssociateAccessGrantsIdentityCenterCommandInput,
409
391
  options: __HttpHandlerOptions,
410
- cb: (
411
- err: any,
412
- data?: AssociateAccessGrantsIdentityCenterCommandOutput
413
- ) => void
392
+ cb: (err: any, data?: AssociateAccessGrantsIdentityCenterCommandOutput) => void,
414
393
  ): void;
415
394
  createAccessGrant(
416
395
  args: CreateAccessGrantCommandInput,
417
- options?: __HttpHandlerOptions
396
+ options?: __HttpHandlerOptions,
418
397
  ): Promise<CreateAccessGrantCommandOutput>;
419
398
  createAccessGrant(
420
399
  args: CreateAccessGrantCommandInput,
421
- cb: (err: any, data?: CreateAccessGrantCommandOutput) => void
400
+ cb: (err: any, data?: CreateAccessGrantCommandOutput) => void,
422
401
  ): void;
423
402
  createAccessGrant(
424
403
  args: CreateAccessGrantCommandInput,
425
404
  options: __HttpHandlerOptions,
426
- cb: (err: any, data?: CreateAccessGrantCommandOutput) => void
405
+ cb: (err: any, data?: CreateAccessGrantCommandOutput) => void,
427
406
  ): void;
428
407
  createAccessGrantsInstance(): Promise<CreateAccessGrantsInstanceCommandOutput>;
429
408
  createAccessGrantsInstance(
430
409
  args: CreateAccessGrantsInstanceCommandInput,
431
- options?: __HttpHandlerOptions
410
+ options?: __HttpHandlerOptions,
432
411
  ): Promise<CreateAccessGrantsInstanceCommandOutput>;
433
412
  createAccessGrantsInstance(
434
413
  args: CreateAccessGrantsInstanceCommandInput,
435
- cb: (err: any, data?: CreateAccessGrantsInstanceCommandOutput) => void
414
+ cb: (err: any, data?: CreateAccessGrantsInstanceCommandOutput) => void,
436
415
  ): void;
437
416
  createAccessGrantsInstance(
438
417
  args: CreateAccessGrantsInstanceCommandInput,
439
418
  options: __HttpHandlerOptions,
440
- cb: (err: any, data?: CreateAccessGrantsInstanceCommandOutput) => void
419
+ cb: (err: any, data?: CreateAccessGrantsInstanceCommandOutput) => void,
441
420
  ): void;
442
421
  createAccessGrantsLocation(
443
422
  args: CreateAccessGrantsLocationCommandInput,
444
- options?: __HttpHandlerOptions
423
+ options?: __HttpHandlerOptions,
445
424
  ): Promise<CreateAccessGrantsLocationCommandOutput>;
446
425
  createAccessGrantsLocation(
447
426
  args: CreateAccessGrantsLocationCommandInput,
448
- cb: (err: any, data?: CreateAccessGrantsLocationCommandOutput) => void
427
+ cb: (err: any, data?: CreateAccessGrantsLocationCommandOutput) => void,
449
428
  ): void;
450
429
  createAccessGrantsLocation(
451
430
  args: CreateAccessGrantsLocationCommandInput,
452
431
  options: __HttpHandlerOptions,
453
- cb: (err: any, data?: CreateAccessGrantsLocationCommandOutput) => void
432
+ cb: (err: any, data?: CreateAccessGrantsLocationCommandOutput) => void,
454
433
  ): void;
455
434
  createAccessPoint(
456
435
  args: CreateAccessPointCommandInput,
457
- options?: __HttpHandlerOptions
436
+ options?: __HttpHandlerOptions,
458
437
  ): Promise<CreateAccessPointCommandOutput>;
459
438
  createAccessPoint(
460
439
  args: CreateAccessPointCommandInput,
461
- cb: (err: any, data?: CreateAccessPointCommandOutput) => void
440
+ cb: (err: any, data?: CreateAccessPointCommandOutput) => void,
462
441
  ): void;
463
442
  createAccessPoint(
464
443
  args: CreateAccessPointCommandInput,
465
444
  options: __HttpHandlerOptions,
466
- cb: (err: any, data?: CreateAccessPointCommandOutput) => void
445
+ cb: (err: any, data?: CreateAccessPointCommandOutput) => void,
467
446
  ): void;
468
447
  createAccessPointForObjectLambda(
469
448
  args: CreateAccessPointForObjectLambdaCommandInput,
470
- options?: __HttpHandlerOptions
449
+ options?: __HttpHandlerOptions,
471
450
  ): Promise<CreateAccessPointForObjectLambdaCommandOutput>;
472
451
  createAccessPointForObjectLambda(
473
452
  args: CreateAccessPointForObjectLambdaCommandInput,
474
- cb: (err: any, data?: CreateAccessPointForObjectLambdaCommandOutput) => void
453
+ cb: (err: any, data?: CreateAccessPointForObjectLambdaCommandOutput) => void,
475
454
  ): void;
476
455
  createAccessPointForObjectLambda(
477
456
  args: CreateAccessPointForObjectLambdaCommandInput,
478
457
  options: __HttpHandlerOptions,
479
- cb: (err: any, data?: CreateAccessPointForObjectLambdaCommandOutput) => void
458
+ cb: (err: any, data?: CreateAccessPointForObjectLambdaCommandOutput) => void,
480
459
  ): void;
481
460
  createBucket(
482
461
  args: CreateBucketCommandInput,
483
- options?: __HttpHandlerOptions
462
+ options?: __HttpHandlerOptions,
484
463
  ): Promise<CreateBucketCommandOutput>;
485
464
  createBucket(
486
465
  args: CreateBucketCommandInput,
487
- cb: (err: any, data?: CreateBucketCommandOutput) => void
466
+ cb: (err: any, data?: CreateBucketCommandOutput) => void,
488
467
  ): void;
489
468
  createBucket(
490
469
  args: CreateBucketCommandInput,
491
470
  options: __HttpHandlerOptions,
492
- cb: (err: any, data?: CreateBucketCommandOutput) => void
471
+ cb: (err: any, data?: CreateBucketCommandOutput) => void,
493
472
  ): void;
494
473
  createJob(
495
474
  args: CreateJobCommandInput,
496
- options?: __HttpHandlerOptions
475
+ options?: __HttpHandlerOptions,
497
476
  ): Promise<CreateJobCommandOutput>;
498
477
  createJob(
499
478
  args: CreateJobCommandInput,
500
- cb: (err: any, data?: CreateJobCommandOutput) => void
479
+ cb: (err: any, data?: CreateJobCommandOutput) => void,
501
480
  ): void;
502
481
  createJob(
503
482
  args: CreateJobCommandInput,
504
483
  options: __HttpHandlerOptions,
505
- cb: (err: any, data?: CreateJobCommandOutput) => void
484
+ cb: (err: any, data?: CreateJobCommandOutput) => void,
506
485
  ): void;
507
486
  createMultiRegionAccessPoint(
508
487
  args: CreateMultiRegionAccessPointCommandInput,
509
- options?: __HttpHandlerOptions
488
+ options?: __HttpHandlerOptions,
510
489
  ): Promise<CreateMultiRegionAccessPointCommandOutput>;
511
490
  createMultiRegionAccessPoint(
512
491
  args: CreateMultiRegionAccessPointCommandInput,
513
- cb: (err: any, data?: CreateMultiRegionAccessPointCommandOutput) => void
492
+ cb: (err: any, data?: CreateMultiRegionAccessPointCommandOutput) => void,
514
493
  ): void;
515
494
  createMultiRegionAccessPoint(
516
495
  args: CreateMultiRegionAccessPointCommandInput,
517
496
  options: __HttpHandlerOptions,
518
- cb: (err: any, data?: CreateMultiRegionAccessPointCommandOutput) => void
497
+ cb: (err: any, data?: CreateMultiRegionAccessPointCommandOutput) => void,
519
498
  ): void;
520
499
  createStorageLensGroup(
521
500
  args: CreateStorageLensGroupCommandInput,
522
- options?: __HttpHandlerOptions
501
+ options?: __HttpHandlerOptions,
523
502
  ): Promise<CreateStorageLensGroupCommandOutput>;
524
503
  createStorageLensGroup(
525
504
  args: CreateStorageLensGroupCommandInput,
526
- cb: (err: any, data?: CreateStorageLensGroupCommandOutput) => void
505
+ cb: (err: any, data?: CreateStorageLensGroupCommandOutput) => void,
527
506
  ): void;
528
507
  createStorageLensGroup(
529
508
  args: CreateStorageLensGroupCommandInput,
530
509
  options: __HttpHandlerOptions,
531
- cb: (err: any, data?: CreateStorageLensGroupCommandOutput) => void
510
+ cb: (err: any, data?: CreateStorageLensGroupCommandOutput) => void,
532
511
  ): void;
533
512
  deleteAccessGrant(
534
513
  args: DeleteAccessGrantCommandInput,
535
- options?: __HttpHandlerOptions
514
+ options?: __HttpHandlerOptions,
536
515
  ): Promise<DeleteAccessGrantCommandOutput>;
537
516
  deleteAccessGrant(
538
517
  args: DeleteAccessGrantCommandInput,
539
- cb: (err: any, data?: DeleteAccessGrantCommandOutput) => void
518
+ cb: (err: any, data?: DeleteAccessGrantCommandOutput) => void,
540
519
  ): void;
541
520
  deleteAccessGrant(
542
521
  args: DeleteAccessGrantCommandInput,
543
522
  options: __HttpHandlerOptions,
544
- cb: (err: any, data?: DeleteAccessGrantCommandOutput) => void
523
+ cb: (err: any, data?: DeleteAccessGrantCommandOutput) => void,
545
524
  ): void;
546
525
  deleteAccessGrantsInstance(): Promise<DeleteAccessGrantsInstanceCommandOutput>;
547
526
  deleteAccessGrantsInstance(
548
527
  args: DeleteAccessGrantsInstanceCommandInput,
549
- options?: __HttpHandlerOptions
528
+ options?: __HttpHandlerOptions,
550
529
  ): Promise<DeleteAccessGrantsInstanceCommandOutput>;
551
530
  deleteAccessGrantsInstance(
552
531
  args: DeleteAccessGrantsInstanceCommandInput,
553
- cb: (err: any, data?: DeleteAccessGrantsInstanceCommandOutput) => void
532
+ cb: (err: any, data?: DeleteAccessGrantsInstanceCommandOutput) => void,
554
533
  ): void;
555
534
  deleteAccessGrantsInstance(
556
535
  args: DeleteAccessGrantsInstanceCommandInput,
557
536
  options: __HttpHandlerOptions,
558
- cb: (err: any, data?: DeleteAccessGrantsInstanceCommandOutput) => void
537
+ cb: (err: any, data?: DeleteAccessGrantsInstanceCommandOutput) => void,
559
538
  ): void;
560
539
  deleteAccessGrantsInstanceResourcePolicy(): Promise<DeleteAccessGrantsInstanceResourcePolicyCommandOutput>;
561
540
  deleteAccessGrantsInstanceResourcePolicy(
562
541
  args: DeleteAccessGrantsInstanceResourcePolicyCommandInput,
563
- options?: __HttpHandlerOptions
542
+ options?: __HttpHandlerOptions,
564
543
  ): Promise<DeleteAccessGrantsInstanceResourcePolicyCommandOutput>;
565
544
  deleteAccessGrantsInstanceResourcePolicy(
566
545
  args: DeleteAccessGrantsInstanceResourcePolicyCommandInput,
567
- cb: (
568
- err: any,
569
- data?: DeleteAccessGrantsInstanceResourcePolicyCommandOutput
570
- ) => void
546
+ cb: (err: any, data?: DeleteAccessGrantsInstanceResourcePolicyCommandOutput) => void,
571
547
  ): void;
572
548
  deleteAccessGrantsInstanceResourcePolicy(
573
549
  args: DeleteAccessGrantsInstanceResourcePolicyCommandInput,
574
550
  options: __HttpHandlerOptions,
575
- cb: (
576
- err: any,
577
- data?: DeleteAccessGrantsInstanceResourcePolicyCommandOutput
578
- ) => void
551
+ cb: (err: any, data?: DeleteAccessGrantsInstanceResourcePolicyCommandOutput) => void,
579
552
  ): void;
580
553
  deleteAccessGrantsLocation(
581
554
  args: DeleteAccessGrantsLocationCommandInput,
582
- options?: __HttpHandlerOptions
555
+ options?: __HttpHandlerOptions,
583
556
  ): Promise<DeleteAccessGrantsLocationCommandOutput>;
584
557
  deleteAccessGrantsLocation(
585
558
  args: DeleteAccessGrantsLocationCommandInput,
586
- cb: (err: any, data?: DeleteAccessGrantsLocationCommandOutput) => void
559
+ cb: (err: any, data?: DeleteAccessGrantsLocationCommandOutput) => void,
587
560
  ): void;
588
561
  deleteAccessGrantsLocation(
589
562
  args: DeleteAccessGrantsLocationCommandInput,
590
563
  options: __HttpHandlerOptions,
591
- cb: (err: any, data?: DeleteAccessGrantsLocationCommandOutput) => void
564
+ cb: (err: any, data?: DeleteAccessGrantsLocationCommandOutput) => void,
592
565
  ): void;
593
566
  deleteAccessPoint(
594
567
  args: DeleteAccessPointCommandInput,
595
- options?: __HttpHandlerOptions
568
+ options?: __HttpHandlerOptions,
596
569
  ): Promise<DeleteAccessPointCommandOutput>;
597
570
  deleteAccessPoint(
598
571
  args: DeleteAccessPointCommandInput,
599
- cb: (err: any, data?: DeleteAccessPointCommandOutput) => void
572
+ cb: (err: any, data?: DeleteAccessPointCommandOutput) => void,
600
573
  ): void;
601
574
  deleteAccessPoint(
602
575
  args: DeleteAccessPointCommandInput,
603
576
  options: __HttpHandlerOptions,
604
- cb: (err: any, data?: DeleteAccessPointCommandOutput) => void
577
+ cb: (err: any, data?: DeleteAccessPointCommandOutput) => void,
605
578
  ): void;
606
579
  deleteAccessPointForObjectLambda(
607
580
  args: DeleteAccessPointForObjectLambdaCommandInput,
608
- options?: __HttpHandlerOptions
581
+ options?: __HttpHandlerOptions,
609
582
  ): Promise<DeleteAccessPointForObjectLambdaCommandOutput>;
610
583
  deleteAccessPointForObjectLambda(
611
584
  args: DeleteAccessPointForObjectLambdaCommandInput,
612
- cb: (err: any, data?: DeleteAccessPointForObjectLambdaCommandOutput) => void
585
+ cb: (err: any, data?: DeleteAccessPointForObjectLambdaCommandOutput) => void,
613
586
  ): void;
614
587
  deleteAccessPointForObjectLambda(
615
588
  args: DeleteAccessPointForObjectLambdaCommandInput,
616
589
  options: __HttpHandlerOptions,
617
- cb: (err: any, data?: DeleteAccessPointForObjectLambdaCommandOutput) => void
590
+ cb: (err: any, data?: DeleteAccessPointForObjectLambdaCommandOutput) => void,
618
591
  ): void;
619
592
  deleteAccessPointPolicy(
620
593
  args: DeleteAccessPointPolicyCommandInput,
621
- options?: __HttpHandlerOptions
594
+ options?: __HttpHandlerOptions,
622
595
  ): Promise<DeleteAccessPointPolicyCommandOutput>;
623
596
  deleteAccessPointPolicy(
624
597
  args: DeleteAccessPointPolicyCommandInput,
625
- cb: (err: any, data?: DeleteAccessPointPolicyCommandOutput) => void
598
+ cb: (err: any, data?: DeleteAccessPointPolicyCommandOutput) => void,
626
599
  ): void;
627
600
  deleteAccessPointPolicy(
628
601
  args: DeleteAccessPointPolicyCommandInput,
629
602
  options: __HttpHandlerOptions,
630
- cb: (err: any, data?: DeleteAccessPointPolicyCommandOutput) => void
603
+ cb: (err: any, data?: DeleteAccessPointPolicyCommandOutput) => void,
631
604
  ): void;
632
605
  deleteAccessPointPolicyForObjectLambda(
633
606
  args: DeleteAccessPointPolicyForObjectLambdaCommandInput,
634
- options?: __HttpHandlerOptions
607
+ options?: __HttpHandlerOptions,
635
608
  ): Promise<DeleteAccessPointPolicyForObjectLambdaCommandOutput>;
636
609
  deleteAccessPointPolicyForObjectLambda(
637
610
  args: DeleteAccessPointPolicyForObjectLambdaCommandInput,
638
- cb: (
639
- err: any,
640
- data?: DeleteAccessPointPolicyForObjectLambdaCommandOutput
641
- ) => void
611
+ cb: (err: any, data?: DeleteAccessPointPolicyForObjectLambdaCommandOutput) => void,
642
612
  ): void;
643
613
  deleteAccessPointPolicyForObjectLambda(
644
614
  args: DeleteAccessPointPolicyForObjectLambdaCommandInput,
645
615
  options: __HttpHandlerOptions,
646
- cb: (
647
- err: any,
648
- data?: DeleteAccessPointPolicyForObjectLambdaCommandOutput
649
- ) => void
616
+ cb: (err: any, data?: DeleteAccessPointPolicyForObjectLambdaCommandOutput) => void,
650
617
  ): void;
651
618
  deleteAccessPointScope(
652
619
  args: DeleteAccessPointScopeCommandInput,
653
- options?: __HttpHandlerOptions
620
+ options?: __HttpHandlerOptions,
654
621
  ): Promise<DeleteAccessPointScopeCommandOutput>;
655
622
  deleteAccessPointScope(
656
623
  args: DeleteAccessPointScopeCommandInput,
657
- cb: (err: any, data?: DeleteAccessPointScopeCommandOutput) => void
624
+ cb: (err: any, data?: DeleteAccessPointScopeCommandOutput) => void,
658
625
  ): void;
659
626
  deleteAccessPointScope(
660
627
  args: DeleteAccessPointScopeCommandInput,
661
628
  options: __HttpHandlerOptions,
662
- cb: (err: any, data?: DeleteAccessPointScopeCommandOutput) => void
629
+ cb: (err: any, data?: DeleteAccessPointScopeCommandOutput) => void,
663
630
  ): void;
664
631
  deleteBucket(
665
632
  args: DeleteBucketCommandInput,
666
- options?: __HttpHandlerOptions
633
+ options?: __HttpHandlerOptions,
667
634
  ): Promise<DeleteBucketCommandOutput>;
668
635
  deleteBucket(
669
636
  args: DeleteBucketCommandInput,
670
- cb: (err: any, data?: DeleteBucketCommandOutput) => void
637
+ cb: (err: any, data?: DeleteBucketCommandOutput) => void,
671
638
  ): void;
672
639
  deleteBucket(
673
640
  args: DeleteBucketCommandInput,
674
641
  options: __HttpHandlerOptions,
675
- cb: (err: any, data?: DeleteBucketCommandOutput) => void
642
+ cb: (err: any, data?: DeleteBucketCommandOutput) => void,
676
643
  ): void;
677
644
  deleteBucketLifecycleConfiguration(
678
645
  args: DeleteBucketLifecycleConfigurationCommandInput,
679
- options?: __HttpHandlerOptions
646
+ options?: __HttpHandlerOptions,
680
647
  ): Promise<DeleteBucketLifecycleConfigurationCommandOutput>;
681
648
  deleteBucketLifecycleConfiguration(
682
649
  args: DeleteBucketLifecycleConfigurationCommandInput,
683
- cb: (
684
- err: any,
685
- data?: DeleteBucketLifecycleConfigurationCommandOutput
686
- ) => void
650
+ cb: (err: any, data?: DeleteBucketLifecycleConfigurationCommandOutput) => void,
687
651
  ): void;
688
652
  deleteBucketLifecycleConfiguration(
689
653
  args: DeleteBucketLifecycleConfigurationCommandInput,
690
654
  options: __HttpHandlerOptions,
691
- cb: (
692
- err: any,
693
- data?: DeleteBucketLifecycleConfigurationCommandOutput
694
- ) => void
655
+ cb: (err: any, data?: DeleteBucketLifecycleConfigurationCommandOutput) => void,
695
656
  ): void;
696
657
  deleteBucketPolicy(
697
658
  args: DeleteBucketPolicyCommandInput,
698
- options?: __HttpHandlerOptions
659
+ options?: __HttpHandlerOptions,
699
660
  ): Promise<DeleteBucketPolicyCommandOutput>;
700
661
  deleteBucketPolicy(
701
662
  args: DeleteBucketPolicyCommandInput,
702
- cb: (err: any, data?: DeleteBucketPolicyCommandOutput) => void
663
+ cb: (err: any, data?: DeleteBucketPolicyCommandOutput) => void,
703
664
  ): void;
704
665
  deleteBucketPolicy(
705
666
  args: DeleteBucketPolicyCommandInput,
706
667
  options: __HttpHandlerOptions,
707
- cb: (err: any, data?: DeleteBucketPolicyCommandOutput) => void
668
+ cb: (err: any, data?: DeleteBucketPolicyCommandOutput) => void,
708
669
  ): void;
709
670
  deleteBucketReplication(
710
671
  args: DeleteBucketReplicationCommandInput,
711
- options?: __HttpHandlerOptions
672
+ options?: __HttpHandlerOptions,
712
673
  ): Promise<DeleteBucketReplicationCommandOutput>;
713
674
  deleteBucketReplication(
714
675
  args: DeleteBucketReplicationCommandInput,
715
- cb: (err: any, data?: DeleteBucketReplicationCommandOutput) => void
676
+ cb: (err: any, data?: DeleteBucketReplicationCommandOutput) => void,
716
677
  ): void;
717
678
  deleteBucketReplication(
718
679
  args: DeleteBucketReplicationCommandInput,
719
680
  options: __HttpHandlerOptions,
720
- cb: (err: any, data?: DeleteBucketReplicationCommandOutput) => void
681
+ cb: (err: any, data?: DeleteBucketReplicationCommandOutput) => void,
721
682
  ): void;
722
683
  deleteBucketTagging(
723
684
  args: DeleteBucketTaggingCommandInput,
724
- options?: __HttpHandlerOptions
685
+ options?: __HttpHandlerOptions,
725
686
  ): Promise<DeleteBucketTaggingCommandOutput>;
726
687
  deleteBucketTagging(
727
688
  args: DeleteBucketTaggingCommandInput,
728
- cb: (err: any, data?: DeleteBucketTaggingCommandOutput) => void
689
+ cb: (err: any, data?: DeleteBucketTaggingCommandOutput) => void,
729
690
  ): void;
730
691
  deleteBucketTagging(
731
692
  args: DeleteBucketTaggingCommandInput,
732
693
  options: __HttpHandlerOptions,
733
- cb: (err: any, data?: DeleteBucketTaggingCommandOutput) => void
694
+ cb: (err: any, data?: DeleteBucketTaggingCommandOutput) => void,
734
695
  ): void;
735
696
  deleteJobTagging(
736
697
  args: DeleteJobTaggingCommandInput,
737
- options?: __HttpHandlerOptions
698
+ options?: __HttpHandlerOptions,
738
699
  ): Promise<DeleteJobTaggingCommandOutput>;
739
700
  deleteJobTagging(
740
701
  args: DeleteJobTaggingCommandInput,
741
- cb: (err: any, data?: DeleteJobTaggingCommandOutput) => void
702
+ cb: (err: any, data?: DeleteJobTaggingCommandOutput) => void,
742
703
  ): void;
743
704
  deleteJobTagging(
744
705
  args: DeleteJobTaggingCommandInput,
745
706
  options: __HttpHandlerOptions,
746
- cb: (err: any, data?: DeleteJobTaggingCommandOutput) => void
707
+ cb: (err: any, data?: DeleteJobTaggingCommandOutput) => void,
747
708
  ): void;
748
709
  deleteMultiRegionAccessPoint(
749
710
  args: DeleteMultiRegionAccessPointCommandInput,
750
- options?: __HttpHandlerOptions
711
+ options?: __HttpHandlerOptions,
751
712
  ): Promise<DeleteMultiRegionAccessPointCommandOutput>;
752
713
  deleteMultiRegionAccessPoint(
753
714
  args: DeleteMultiRegionAccessPointCommandInput,
754
- cb: (err: any, data?: DeleteMultiRegionAccessPointCommandOutput) => void
715
+ cb: (err: any, data?: DeleteMultiRegionAccessPointCommandOutput) => void,
755
716
  ): void;
756
717
  deleteMultiRegionAccessPoint(
757
718
  args: DeleteMultiRegionAccessPointCommandInput,
758
719
  options: __HttpHandlerOptions,
759
- cb: (err: any, data?: DeleteMultiRegionAccessPointCommandOutput) => void
720
+ cb: (err: any, data?: DeleteMultiRegionAccessPointCommandOutput) => void,
760
721
  ): void;
761
722
  deletePublicAccessBlock(): Promise<DeletePublicAccessBlockCommandOutput>;
762
723
  deletePublicAccessBlock(
763
724
  args: DeletePublicAccessBlockCommandInput,
764
- options?: __HttpHandlerOptions
725
+ options?: __HttpHandlerOptions,
765
726
  ): Promise<DeletePublicAccessBlockCommandOutput>;
766
727
  deletePublicAccessBlock(
767
728
  args: DeletePublicAccessBlockCommandInput,
768
- cb: (err: any, data?: DeletePublicAccessBlockCommandOutput) => void
729
+ cb: (err: any, data?: DeletePublicAccessBlockCommandOutput) => void,
769
730
  ): void;
770
731
  deletePublicAccessBlock(
771
732
  args: DeletePublicAccessBlockCommandInput,
772
733
  options: __HttpHandlerOptions,
773
- cb: (err: any, data?: DeletePublicAccessBlockCommandOutput) => void
734
+ cb: (err: any, data?: DeletePublicAccessBlockCommandOutput) => void,
774
735
  ): void;
775
736
  deleteStorageLensConfiguration(
776
737
  args: DeleteStorageLensConfigurationCommandInput,
777
- options?: __HttpHandlerOptions
738
+ options?: __HttpHandlerOptions,
778
739
  ): Promise<DeleteStorageLensConfigurationCommandOutput>;
779
740
  deleteStorageLensConfiguration(
780
741
  args: DeleteStorageLensConfigurationCommandInput,
781
- cb: (err: any, data?: DeleteStorageLensConfigurationCommandOutput) => void
742
+ cb: (err: any, data?: DeleteStorageLensConfigurationCommandOutput) => void,
782
743
  ): void;
783
744
  deleteStorageLensConfiguration(
784
745
  args: DeleteStorageLensConfigurationCommandInput,
785
746
  options: __HttpHandlerOptions,
786
- cb: (err: any, data?: DeleteStorageLensConfigurationCommandOutput) => void
747
+ cb: (err: any, data?: DeleteStorageLensConfigurationCommandOutput) => void,
787
748
  ): void;
788
749
  deleteStorageLensConfigurationTagging(
789
750
  args: DeleteStorageLensConfigurationTaggingCommandInput,
790
- options?: __HttpHandlerOptions
751
+ options?: __HttpHandlerOptions,
791
752
  ): Promise<DeleteStorageLensConfigurationTaggingCommandOutput>;
792
753
  deleteStorageLensConfigurationTagging(
793
754
  args: DeleteStorageLensConfigurationTaggingCommandInput,
794
- cb: (
795
- err: any,
796
- data?: DeleteStorageLensConfigurationTaggingCommandOutput
797
- ) => void
755
+ cb: (err: any, data?: DeleteStorageLensConfigurationTaggingCommandOutput) => void,
798
756
  ): void;
799
757
  deleteStorageLensConfigurationTagging(
800
758
  args: DeleteStorageLensConfigurationTaggingCommandInput,
801
759
  options: __HttpHandlerOptions,
802
- cb: (
803
- err: any,
804
- data?: DeleteStorageLensConfigurationTaggingCommandOutput
805
- ) => void
760
+ cb: (err: any, data?: DeleteStorageLensConfigurationTaggingCommandOutput) => void,
806
761
  ): void;
807
762
  deleteStorageLensGroup(
808
763
  args: DeleteStorageLensGroupCommandInput,
809
- options?: __HttpHandlerOptions
764
+ options?: __HttpHandlerOptions,
810
765
  ): Promise<DeleteStorageLensGroupCommandOutput>;
811
766
  deleteStorageLensGroup(
812
767
  args: DeleteStorageLensGroupCommandInput,
813
- cb: (err: any, data?: DeleteStorageLensGroupCommandOutput) => void
768
+ cb: (err: any, data?: DeleteStorageLensGroupCommandOutput) => void,
814
769
  ): void;
815
770
  deleteStorageLensGroup(
816
771
  args: DeleteStorageLensGroupCommandInput,
817
772
  options: __HttpHandlerOptions,
818
- cb: (err: any, data?: DeleteStorageLensGroupCommandOutput) => void
773
+ cb: (err: any, data?: DeleteStorageLensGroupCommandOutput) => void,
819
774
  ): void;
820
775
  describeJob(
821
776
  args: DescribeJobCommandInput,
822
- options?: __HttpHandlerOptions
777
+ options?: __HttpHandlerOptions,
823
778
  ): Promise<DescribeJobCommandOutput>;
824
779
  describeJob(
825
780
  args: DescribeJobCommandInput,
826
- cb: (err: any, data?: DescribeJobCommandOutput) => void
781
+ cb: (err: any, data?: DescribeJobCommandOutput) => void,
827
782
  ): void;
828
783
  describeJob(
829
784
  args: DescribeJobCommandInput,
830
785
  options: __HttpHandlerOptions,
831
- cb: (err: any, data?: DescribeJobCommandOutput) => void
786
+ cb: (err: any, data?: DescribeJobCommandOutput) => void,
832
787
  ): void;
833
788
  describeMultiRegionAccessPointOperation(
834
789
  args: DescribeMultiRegionAccessPointOperationCommandInput,
835
- options?: __HttpHandlerOptions
790
+ options?: __HttpHandlerOptions,
836
791
  ): Promise<DescribeMultiRegionAccessPointOperationCommandOutput>;
837
792
  describeMultiRegionAccessPointOperation(
838
793
  args: DescribeMultiRegionAccessPointOperationCommandInput,
839
- cb: (
840
- err: any,
841
- data?: DescribeMultiRegionAccessPointOperationCommandOutput
842
- ) => void
794
+ cb: (err: any, data?: DescribeMultiRegionAccessPointOperationCommandOutput) => void,
843
795
  ): void;
844
796
  describeMultiRegionAccessPointOperation(
845
797
  args: DescribeMultiRegionAccessPointOperationCommandInput,
846
798
  options: __HttpHandlerOptions,
847
- cb: (
848
- err: any,
849
- data?: DescribeMultiRegionAccessPointOperationCommandOutput
850
- ) => void
799
+ cb: (err: any, data?: DescribeMultiRegionAccessPointOperationCommandOutput) => void,
851
800
  ): void;
852
801
  dissociateAccessGrantsIdentityCenter(): Promise<DissociateAccessGrantsIdentityCenterCommandOutput>;
853
802
  dissociateAccessGrantsIdentityCenter(
854
803
  args: DissociateAccessGrantsIdentityCenterCommandInput,
855
- options?: __HttpHandlerOptions
804
+ options?: __HttpHandlerOptions,
856
805
  ): Promise<DissociateAccessGrantsIdentityCenterCommandOutput>;
857
806
  dissociateAccessGrantsIdentityCenter(
858
807
  args: DissociateAccessGrantsIdentityCenterCommandInput,
859
- cb: (
860
- err: any,
861
- data?: DissociateAccessGrantsIdentityCenterCommandOutput
862
- ) => void
808
+ cb: (err: any, data?: DissociateAccessGrantsIdentityCenterCommandOutput) => void,
863
809
  ): void;
864
810
  dissociateAccessGrantsIdentityCenter(
865
811
  args: DissociateAccessGrantsIdentityCenterCommandInput,
866
812
  options: __HttpHandlerOptions,
867
- cb: (
868
- err: any,
869
- data?: DissociateAccessGrantsIdentityCenterCommandOutput
870
- ) => void
813
+ cb: (err: any, data?: DissociateAccessGrantsIdentityCenterCommandOutput) => void,
871
814
  ): void;
872
815
  getAccessGrant(
873
816
  args: GetAccessGrantCommandInput,
874
- options?: __HttpHandlerOptions
817
+ options?: __HttpHandlerOptions,
875
818
  ): Promise<GetAccessGrantCommandOutput>;
876
819
  getAccessGrant(
877
820
  args: GetAccessGrantCommandInput,
878
- cb: (err: any, data?: GetAccessGrantCommandOutput) => void
821
+ cb: (err: any, data?: GetAccessGrantCommandOutput) => void,
879
822
  ): void;
880
823
  getAccessGrant(
881
824
  args: GetAccessGrantCommandInput,
882
825
  options: __HttpHandlerOptions,
883
- cb: (err: any, data?: GetAccessGrantCommandOutput) => void
826
+ cb: (err: any, data?: GetAccessGrantCommandOutput) => void,
884
827
  ): void;
885
828
  getAccessGrantsInstance(): Promise<GetAccessGrantsInstanceCommandOutput>;
886
829
  getAccessGrantsInstance(
887
830
  args: GetAccessGrantsInstanceCommandInput,
888
- options?: __HttpHandlerOptions
831
+ options?: __HttpHandlerOptions,
889
832
  ): Promise<GetAccessGrantsInstanceCommandOutput>;
890
833
  getAccessGrantsInstance(
891
834
  args: GetAccessGrantsInstanceCommandInput,
892
- cb: (err: any, data?: GetAccessGrantsInstanceCommandOutput) => void
835
+ cb: (err: any, data?: GetAccessGrantsInstanceCommandOutput) => void,
893
836
  ): void;
894
837
  getAccessGrantsInstance(
895
838
  args: GetAccessGrantsInstanceCommandInput,
896
839
  options: __HttpHandlerOptions,
897
- cb: (err: any, data?: GetAccessGrantsInstanceCommandOutput) => void
840
+ cb: (err: any, data?: GetAccessGrantsInstanceCommandOutput) => void,
898
841
  ): void;
899
842
  getAccessGrantsInstanceForPrefix(
900
843
  args: GetAccessGrantsInstanceForPrefixCommandInput,
901
- options?: __HttpHandlerOptions
844
+ options?: __HttpHandlerOptions,
902
845
  ): Promise<GetAccessGrantsInstanceForPrefixCommandOutput>;
903
846
  getAccessGrantsInstanceForPrefix(
904
847
  args: GetAccessGrantsInstanceForPrefixCommandInput,
905
- cb: (err: any, data?: GetAccessGrantsInstanceForPrefixCommandOutput) => void
848
+ cb: (err: any, data?: GetAccessGrantsInstanceForPrefixCommandOutput) => void,
906
849
  ): void;
907
850
  getAccessGrantsInstanceForPrefix(
908
851
  args: GetAccessGrantsInstanceForPrefixCommandInput,
909
852
  options: __HttpHandlerOptions,
910
- cb: (err: any, data?: GetAccessGrantsInstanceForPrefixCommandOutput) => void
853
+ cb: (err: any, data?: GetAccessGrantsInstanceForPrefixCommandOutput) => void,
911
854
  ): void;
912
855
  getAccessGrantsInstanceResourcePolicy(): Promise<GetAccessGrantsInstanceResourcePolicyCommandOutput>;
913
856
  getAccessGrantsInstanceResourcePolicy(
914
857
  args: GetAccessGrantsInstanceResourcePolicyCommandInput,
915
- options?: __HttpHandlerOptions
858
+ options?: __HttpHandlerOptions,
916
859
  ): Promise<GetAccessGrantsInstanceResourcePolicyCommandOutput>;
917
860
  getAccessGrantsInstanceResourcePolicy(
918
861
  args: GetAccessGrantsInstanceResourcePolicyCommandInput,
919
- cb: (
920
- err: any,
921
- data?: GetAccessGrantsInstanceResourcePolicyCommandOutput
922
- ) => void
862
+ cb: (err: any, data?: GetAccessGrantsInstanceResourcePolicyCommandOutput) => void,
923
863
  ): void;
924
864
  getAccessGrantsInstanceResourcePolicy(
925
865
  args: GetAccessGrantsInstanceResourcePolicyCommandInput,
926
866
  options: __HttpHandlerOptions,
927
- cb: (
928
- err: any,
929
- data?: GetAccessGrantsInstanceResourcePolicyCommandOutput
930
- ) => void
867
+ cb: (err: any, data?: GetAccessGrantsInstanceResourcePolicyCommandOutput) => void,
931
868
  ): void;
932
869
  getAccessGrantsLocation(
933
870
  args: GetAccessGrantsLocationCommandInput,
934
- options?: __HttpHandlerOptions
871
+ options?: __HttpHandlerOptions,
935
872
  ): Promise<GetAccessGrantsLocationCommandOutput>;
936
873
  getAccessGrantsLocation(
937
874
  args: GetAccessGrantsLocationCommandInput,
938
- cb: (err: any, data?: GetAccessGrantsLocationCommandOutput) => void
875
+ cb: (err: any, data?: GetAccessGrantsLocationCommandOutput) => void,
939
876
  ): void;
940
877
  getAccessGrantsLocation(
941
878
  args: GetAccessGrantsLocationCommandInput,
942
879
  options: __HttpHandlerOptions,
943
- cb: (err: any, data?: GetAccessGrantsLocationCommandOutput) => void
880
+ cb: (err: any, data?: GetAccessGrantsLocationCommandOutput) => void,
944
881
  ): void;
945
882
  getAccessPoint(
946
883
  args: GetAccessPointCommandInput,
947
- options?: __HttpHandlerOptions
884
+ options?: __HttpHandlerOptions,
948
885
  ): Promise<GetAccessPointCommandOutput>;
949
886
  getAccessPoint(
950
887
  args: GetAccessPointCommandInput,
951
- cb: (err: any, data?: GetAccessPointCommandOutput) => void
888
+ cb: (err: any, data?: GetAccessPointCommandOutput) => void,
952
889
  ): void;
953
890
  getAccessPoint(
954
891
  args: GetAccessPointCommandInput,
955
892
  options: __HttpHandlerOptions,
956
- cb: (err: any, data?: GetAccessPointCommandOutput) => void
893
+ cb: (err: any, data?: GetAccessPointCommandOutput) => void,
957
894
  ): void;
958
895
  getAccessPointConfigurationForObjectLambda(
959
896
  args: GetAccessPointConfigurationForObjectLambdaCommandInput,
960
- options?: __HttpHandlerOptions
897
+ options?: __HttpHandlerOptions,
961
898
  ): Promise<GetAccessPointConfigurationForObjectLambdaCommandOutput>;
962
899
  getAccessPointConfigurationForObjectLambda(
963
900
  args: GetAccessPointConfigurationForObjectLambdaCommandInput,
964
- cb: (
965
- err: any,
966
- data?: GetAccessPointConfigurationForObjectLambdaCommandOutput
967
- ) => void
901
+ cb: (err: any, data?: GetAccessPointConfigurationForObjectLambdaCommandOutput) => void,
968
902
  ): void;
969
903
  getAccessPointConfigurationForObjectLambda(
970
904
  args: GetAccessPointConfigurationForObjectLambdaCommandInput,
971
905
  options: __HttpHandlerOptions,
972
- cb: (
973
- err: any,
974
- data?: GetAccessPointConfigurationForObjectLambdaCommandOutput
975
- ) => void
906
+ cb: (err: any, data?: GetAccessPointConfigurationForObjectLambdaCommandOutput) => void,
976
907
  ): void;
977
908
  getAccessPointForObjectLambda(
978
909
  args: GetAccessPointForObjectLambdaCommandInput,
979
- options?: __HttpHandlerOptions
910
+ options?: __HttpHandlerOptions,
980
911
  ): Promise<GetAccessPointForObjectLambdaCommandOutput>;
981
912
  getAccessPointForObjectLambda(
982
913
  args: GetAccessPointForObjectLambdaCommandInput,
983
- cb: (err: any, data?: GetAccessPointForObjectLambdaCommandOutput) => void
914
+ cb: (err: any, data?: GetAccessPointForObjectLambdaCommandOutput) => void,
984
915
  ): void;
985
916
  getAccessPointForObjectLambda(
986
917
  args: GetAccessPointForObjectLambdaCommandInput,
987
918
  options: __HttpHandlerOptions,
988
- cb: (err: any, data?: GetAccessPointForObjectLambdaCommandOutput) => void
919
+ cb: (err: any, data?: GetAccessPointForObjectLambdaCommandOutput) => void,
989
920
  ): void;
990
921
  getAccessPointPolicy(
991
922
  args: GetAccessPointPolicyCommandInput,
992
- options?: __HttpHandlerOptions
923
+ options?: __HttpHandlerOptions,
993
924
  ): Promise<GetAccessPointPolicyCommandOutput>;
994
925
  getAccessPointPolicy(
995
926
  args: GetAccessPointPolicyCommandInput,
996
- cb: (err: any, data?: GetAccessPointPolicyCommandOutput) => void
927
+ cb: (err: any, data?: GetAccessPointPolicyCommandOutput) => void,
997
928
  ): void;
998
929
  getAccessPointPolicy(
999
930
  args: GetAccessPointPolicyCommandInput,
1000
931
  options: __HttpHandlerOptions,
1001
- cb: (err: any, data?: GetAccessPointPolicyCommandOutput) => void
932
+ cb: (err: any, data?: GetAccessPointPolicyCommandOutput) => void,
1002
933
  ): void;
1003
934
  getAccessPointPolicyForObjectLambda(
1004
935
  args: GetAccessPointPolicyForObjectLambdaCommandInput,
1005
- options?: __HttpHandlerOptions
936
+ options?: __HttpHandlerOptions,
1006
937
  ): Promise<GetAccessPointPolicyForObjectLambdaCommandOutput>;
1007
938
  getAccessPointPolicyForObjectLambda(
1008
939
  args: GetAccessPointPolicyForObjectLambdaCommandInput,
1009
- cb: (
1010
- err: any,
1011
- data?: GetAccessPointPolicyForObjectLambdaCommandOutput
1012
- ) => void
940
+ cb: (err: any, data?: GetAccessPointPolicyForObjectLambdaCommandOutput) => void,
1013
941
  ): void;
1014
942
  getAccessPointPolicyForObjectLambda(
1015
943
  args: GetAccessPointPolicyForObjectLambdaCommandInput,
1016
944
  options: __HttpHandlerOptions,
1017
- cb: (
1018
- err: any,
1019
- data?: GetAccessPointPolicyForObjectLambdaCommandOutput
1020
- ) => void
945
+ cb: (err: any, data?: GetAccessPointPolicyForObjectLambdaCommandOutput) => void,
1021
946
  ): void;
1022
947
  getAccessPointPolicyStatus(
1023
948
  args: GetAccessPointPolicyStatusCommandInput,
1024
- options?: __HttpHandlerOptions
949
+ options?: __HttpHandlerOptions,
1025
950
  ): Promise<GetAccessPointPolicyStatusCommandOutput>;
1026
951
  getAccessPointPolicyStatus(
1027
952
  args: GetAccessPointPolicyStatusCommandInput,
1028
- cb: (err: any, data?: GetAccessPointPolicyStatusCommandOutput) => void
953
+ cb: (err: any, data?: GetAccessPointPolicyStatusCommandOutput) => void,
1029
954
  ): void;
1030
955
  getAccessPointPolicyStatus(
1031
956
  args: GetAccessPointPolicyStatusCommandInput,
1032
957
  options: __HttpHandlerOptions,
1033
- cb: (err: any, data?: GetAccessPointPolicyStatusCommandOutput) => void
958
+ cb: (err: any, data?: GetAccessPointPolicyStatusCommandOutput) => void,
1034
959
  ): void;
1035
960
  getAccessPointPolicyStatusForObjectLambda(
1036
961
  args: GetAccessPointPolicyStatusForObjectLambdaCommandInput,
1037
- options?: __HttpHandlerOptions
962
+ options?: __HttpHandlerOptions,
1038
963
  ): Promise<GetAccessPointPolicyStatusForObjectLambdaCommandOutput>;
1039
964
  getAccessPointPolicyStatusForObjectLambda(
1040
965
  args: GetAccessPointPolicyStatusForObjectLambdaCommandInput,
1041
- cb: (
1042
- err: any,
1043
- data?: GetAccessPointPolicyStatusForObjectLambdaCommandOutput
1044
- ) => void
966
+ cb: (err: any, data?: GetAccessPointPolicyStatusForObjectLambdaCommandOutput) => void,
1045
967
  ): void;
1046
968
  getAccessPointPolicyStatusForObjectLambda(
1047
969
  args: GetAccessPointPolicyStatusForObjectLambdaCommandInput,
1048
970
  options: __HttpHandlerOptions,
1049
- cb: (
1050
- err: any,
1051
- data?: GetAccessPointPolicyStatusForObjectLambdaCommandOutput
1052
- ) => void
971
+ cb: (err: any, data?: GetAccessPointPolicyStatusForObjectLambdaCommandOutput) => void,
1053
972
  ): void;
1054
973
  getAccessPointScope(
1055
974
  args: GetAccessPointScopeCommandInput,
1056
- options?: __HttpHandlerOptions
975
+ options?: __HttpHandlerOptions,
1057
976
  ): Promise<GetAccessPointScopeCommandOutput>;
1058
977
  getAccessPointScope(
1059
978
  args: GetAccessPointScopeCommandInput,
1060
- cb: (err: any, data?: GetAccessPointScopeCommandOutput) => void
979
+ cb: (err: any, data?: GetAccessPointScopeCommandOutput) => void,
1061
980
  ): void;
1062
981
  getAccessPointScope(
1063
982
  args: GetAccessPointScopeCommandInput,
1064
983
  options: __HttpHandlerOptions,
1065
- cb: (err: any, data?: GetAccessPointScopeCommandOutput) => void
984
+ cb: (err: any, data?: GetAccessPointScopeCommandOutput) => void,
1066
985
  ): void;
1067
986
  getBucket(
1068
987
  args: GetBucketCommandInput,
1069
- options?: __HttpHandlerOptions
988
+ options?: __HttpHandlerOptions,
1070
989
  ): Promise<GetBucketCommandOutput>;
1071
990
  getBucket(
1072
991
  args: GetBucketCommandInput,
1073
- cb: (err: any, data?: GetBucketCommandOutput) => void
992
+ cb: (err: any, data?: GetBucketCommandOutput) => void,
1074
993
  ): void;
1075
994
  getBucket(
1076
995
  args: GetBucketCommandInput,
1077
996
  options: __HttpHandlerOptions,
1078
- cb: (err: any, data?: GetBucketCommandOutput) => void
997
+ cb: (err: any, data?: GetBucketCommandOutput) => void,
1079
998
  ): void;
1080
999
  getBucketLifecycleConfiguration(
1081
1000
  args: GetBucketLifecycleConfigurationCommandInput,
1082
- options?: __HttpHandlerOptions
1001
+ options?: __HttpHandlerOptions,
1083
1002
  ): Promise<GetBucketLifecycleConfigurationCommandOutput>;
1084
1003
  getBucketLifecycleConfiguration(
1085
1004
  args: GetBucketLifecycleConfigurationCommandInput,
1086
- cb: (err: any, data?: GetBucketLifecycleConfigurationCommandOutput) => void
1005
+ cb: (err: any, data?: GetBucketLifecycleConfigurationCommandOutput) => void,
1087
1006
  ): void;
1088
1007
  getBucketLifecycleConfiguration(
1089
1008
  args: GetBucketLifecycleConfigurationCommandInput,
1090
1009
  options: __HttpHandlerOptions,
1091
- cb: (err: any, data?: GetBucketLifecycleConfigurationCommandOutput) => void
1010
+ cb: (err: any, data?: GetBucketLifecycleConfigurationCommandOutput) => void,
1092
1011
  ): void;
1093
1012
  getBucketPolicy(
1094
1013
  args: GetBucketPolicyCommandInput,
1095
- options?: __HttpHandlerOptions
1014
+ options?: __HttpHandlerOptions,
1096
1015
  ): Promise<GetBucketPolicyCommandOutput>;
1097
1016
  getBucketPolicy(
1098
1017
  args: GetBucketPolicyCommandInput,
1099
- cb: (err: any, data?: GetBucketPolicyCommandOutput) => void
1018
+ cb: (err: any, data?: GetBucketPolicyCommandOutput) => void,
1100
1019
  ): void;
1101
1020
  getBucketPolicy(
1102
1021
  args: GetBucketPolicyCommandInput,
1103
1022
  options: __HttpHandlerOptions,
1104
- cb: (err: any, data?: GetBucketPolicyCommandOutput) => void
1023
+ cb: (err: any, data?: GetBucketPolicyCommandOutput) => void,
1105
1024
  ): void;
1106
1025
  getBucketReplication(
1107
1026
  args: GetBucketReplicationCommandInput,
1108
- options?: __HttpHandlerOptions
1027
+ options?: __HttpHandlerOptions,
1109
1028
  ): Promise<GetBucketReplicationCommandOutput>;
1110
1029
  getBucketReplication(
1111
1030
  args: GetBucketReplicationCommandInput,
1112
- cb: (err: any, data?: GetBucketReplicationCommandOutput) => void
1031
+ cb: (err: any, data?: GetBucketReplicationCommandOutput) => void,
1113
1032
  ): void;
1114
1033
  getBucketReplication(
1115
1034
  args: GetBucketReplicationCommandInput,
1116
1035
  options: __HttpHandlerOptions,
1117
- cb: (err: any, data?: GetBucketReplicationCommandOutput) => void
1036
+ cb: (err: any, data?: GetBucketReplicationCommandOutput) => void,
1118
1037
  ): void;
1119
1038
  getBucketTagging(
1120
1039
  args: GetBucketTaggingCommandInput,
1121
- options?: __HttpHandlerOptions
1040
+ options?: __HttpHandlerOptions,
1122
1041
  ): Promise<GetBucketTaggingCommandOutput>;
1123
1042
  getBucketTagging(
1124
1043
  args: GetBucketTaggingCommandInput,
1125
- cb: (err: any, data?: GetBucketTaggingCommandOutput) => void
1044
+ cb: (err: any, data?: GetBucketTaggingCommandOutput) => void,
1126
1045
  ): void;
1127
1046
  getBucketTagging(
1128
1047
  args: GetBucketTaggingCommandInput,
1129
1048
  options: __HttpHandlerOptions,
1130
- cb: (err: any, data?: GetBucketTaggingCommandOutput) => void
1049
+ cb: (err: any, data?: GetBucketTaggingCommandOutput) => void,
1131
1050
  ): void;
1132
1051
  getBucketVersioning(
1133
1052
  args: GetBucketVersioningCommandInput,
1134
- options?: __HttpHandlerOptions
1053
+ options?: __HttpHandlerOptions,
1135
1054
  ): Promise<GetBucketVersioningCommandOutput>;
1136
1055
  getBucketVersioning(
1137
1056
  args: GetBucketVersioningCommandInput,
1138
- cb: (err: any, data?: GetBucketVersioningCommandOutput) => void
1057
+ cb: (err: any, data?: GetBucketVersioningCommandOutput) => void,
1139
1058
  ): void;
1140
1059
  getBucketVersioning(
1141
1060
  args: GetBucketVersioningCommandInput,
1142
1061
  options: __HttpHandlerOptions,
1143
- cb: (err: any, data?: GetBucketVersioningCommandOutput) => void
1062
+ cb: (err: any, data?: GetBucketVersioningCommandOutput) => void,
1144
1063
  ): void;
1145
1064
  getDataAccess(
1146
1065
  args: GetDataAccessCommandInput,
1147
- options?: __HttpHandlerOptions
1066
+ options?: __HttpHandlerOptions,
1148
1067
  ): Promise<GetDataAccessCommandOutput>;
1149
1068
  getDataAccess(
1150
1069
  args: GetDataAccessCommandInput,
1151
- cb: (err: any, data?: GetDataAccessCommandOutput) => void
1070
+ cb: (err: any, data?: GetDataAccessCommandOutput) => void,
1152
1071
  ): void;
1153
1072
  getDataAccess(
1154
1073
  args: GetDataAccessCommandInput,
1155
1074
  options: __HttpHandlerOptions,
1156
- cb: (err: any, data?: GetDataAccessCommandOutput) => void
1075
+ cb: (err: any, data?: GetDataAccessCommandOutput) => void,
1157
1076
  ): void;
1158
1077
  getJobTagging(
1159
1078
  args: GetJobTaggingCommandInput,
1160
- options?: __HttpHandlerOptions
1079
+ options?: __HttpHandlerOptions,
1161
1080
  ): Promise<GetJobTaggingCommandOutput>;
1162
1081
  getJobTagging(
1163
1082
  args: GetJobTaggingCommandInput,
1164
- cb: (err: any, data?: GetJobTaggingCommandOutput) => void
1083
+ cb: (err: any, data?: GetJobTaggingCommandOutput) => void,
1165
1084
  ): void;
1166
1085
  getJobTagging(
1167
1086
  args: GetJobTaggingCommandInput,
1168
1087
  options: __HttpHandlerOptions,
1169
- cb: (err: any, data?: GetJobTaggingCommandOutput) => void
1088
+ cb: (err: any, data?: GetJobTaggingCommandOutput) => void,
1170
1089
  ): void;
1171
1090
  getMultiRegionAccessPoint(
1172
1091
  args: GetMultiRegionAccessPointCommandInput,
1173
- options?: __HttpHandlerOptions
1092
+ options?: __HttpHandlerOptions,
1174
1093
  ): Promise<GetMultiRegionAccessPointCommandOutput>;
1175
1094
  getMultiRegionAccessPoint(
1176
1095
  args: GetMultiRegionAccessPointCommandInput,
1177
- cb: (err: any, data?: GetMultiRegionAccessPointCommandOutput) => void
1096
+ cb: (err: any, data?: GetMultiRegionAccessPointCommandOutput) => void,
1178
1097
  ): void;
1179
1098
  getMultiRegionAccessPoint(
1180
1099
  args: GetMultiRegionAccessPointCommandInput,
1181
1100
  options: __HttpHandlerOptions,
1182
- cb: (err: any, data?: GetMultiRegionAccessPointCommandOutput) => void
1101
+ cb: (err: any, data?: GetMultiRegionAccessPointCommandOutput) => void,
1183
1102
  ): void;
1184
1103
  getMultiRegionAccessPointPolicy(
1185
1104
  args: GetMultiRegionAccessPointPolicyCommandInput,
1186
- options?: __HttpHandlerOptions
1105
+ options?: __HttpHandlerOptions,
1187
1106
  ): Promise<GetMultiRegionAccessPointPolicyCommandOutput>;
1188
1107
  getMultiRegionAccessPointPolicy(
1189
1108
  args: GetMultiRegionAccessPointPolicyCommandInput,
1190
- cb: (err: any, data?: GetMultiRegionAccessPointPolicyCommandOutput) => void
1109
+ cb: (err: any, data?: GetMultiRegionAccessPointPolicyCommandOutput) => void,
1191
1110
  ): void;
1192
1111
  getMultiRegionAccessPointPolicy(
1193
1112
  args: GetMultiRegionAccessPointPolicyCommandInput,
1194
1113
  options: __HttpHandlerOptions,
1195
- cb: (err: any, data?: GetMultiRegionAccessPointPolicyCommandOutput) => void
1114
+ cb: (err: any, data?: GetMultiRegionAccessPointPolicyCommandOutput) => void,
1196
1115
  ): void;
1197
1116
  getMultiRegionAccessPointPolicyStatus(
1198
1117
  args: GetMultiRegionAccessPointPolicyStatusCommandInput,
1199
- options?: __HttpHandlerOptions
1118
+ options?: __HttpHandlerOptions,
1200
1119
  ): Promise<GetMultiRegionAccessPointPolicyStatusCommandOutput>;
1201
1120
  getMultiRegionAccessPointPolicyStatus(
1202
1121
  args: GetMultiRegionAccessPointPolicyStatusCommandInput,
1203
- cb: (
1204
- err: any,
1205
- data?: GetMultiRegionAccessPointPolicyStatusCommandOutput
1206
- ) => void
1122
+ cb: (err: any, data?: GetMultiRegionAccessPointPolicyStatusCommandOutput) => void,
1207
1123
  ): void;
1208
1124
  getMultiRegionAccessPointPolicyStatus(
1209
1125
  args: GetMultiRegionAccessPointPolicyStatusCommandInput,
1210
1126
  options: __HttpHandlerOptions,
1211
- cb: (
1212
- err: any,
1213
- data?: GetMultiRegionAccessPointPolicyStatusCommandOutput
1214
- ) => void
1127
+ cb: (err: any, data?: GetMultiRegionAccessPointPolicyStatusCommandOutput) => void,
1215
1128
  ): void;
1216
1129
  getMultiRegionAccessPointRoutes(
1217
1130
  args: GetMultiRegionAccessPointRoutesCommandInput,
1218
- options?: __HttpHandlerOptions
1131
+ options?: __HttpHandlerOptions,
1219
1132
  ): Promise<GetMultiRegionAccessPointRoutesCommandOutput>;
1220
1133
  getMultiRegionAccessPointRoutes(
1221
1134
  args: GetMultiRegionAccessPointRoutesCommandInput,
1222
- cb: (err: any, data?: GetMultiRegionAccessPointRoutesCommandOutput) => void
1135
+ cb: (err: any, data?: GetMultiRegionAccessPointRoutesCommandOutput) => void,
1223
1136
  ): void;
1224
1137
  getMultiRegionAccessPointRoutes(
1225
1138
  args: GetMultiRegionAccessPointRoutesCommandInput,
1226
1139
  options: __HttpHandlerOptions,
1227
- cb: (err: any, data?: GetMultiRegionAccessPointRoutesCommandOutput) => void
1140
+ cb: (err: any, data?: GetMultiRegionAccessPointRoutesCommandOutput) => void,
1228
1141
  ): void;
1229
1142
  getPublicAccessBlock(): Promise<GetPublicAccessBlockCommandOutput>;
1230
1143
  getPublicAccessBlock(
1231
1144
  args: GetPublicAccessBlockCommandInput,
1232
- options?: __HttpHandlerOptions
1145
+ options?: __HttpHandlerOptions,
1233
1146
  ): Promise<GetPublicAccessBlockCommandOutput>;
1234
1147
  getPublicAccessBlock(
1235
1148
  args: GetPublicAccessBlockCommandInput,
1236
- cb: (err: any, data?: GetPublicAccessBlockCommandOutput) => void
1149
+ cb: (err: any, data?: GetPublicAccessBlockCommandOutput) => void,
1237
1150
  ): void;
1238
1151
  getPublicAccessBlock(
1239
1152
  args: GetPublicAccessBlockCommandInput,
1240
1153
  options: __HttpHandlerOptions,
1241
- cb: (err: any, data?: GetPublicAccessBlockCommandOutput) => void
1154
+ cb: (err: any, data?: GetPublicAccessBlockCommandOutput) => void,
1242
1155
  ): void;
1243
1156
  getStorageLensConfiguration(
1244
1157
  args: GetStorageLensConfigurationCommandInput,
1245
- options?: __HttpHandlerOptions
1158
+ options?: __HttpHandlerOptions,
1246
1159
  ): Promise<GetStorageLensConfigurationCommandOutput>;
1247
1160
  getStorageLensConfiguration(
1248
1161
  args: GetStorageLensConfigurationCommandInput,
1249
- cb: (err: any, data?: GetStorageLensConfigurationCommandOutput) => void
1162
+ cb: (err: any, data?: GetStorageLensConfigurationCommandOutput) => void,
1250
1163
  ): void;
1251
1164
  getStorageLensConfiguration(
1252
1165
  args: GetStorageLensConfigurationCommandInput,
1253
1166
  options: __HttpHandlerOptions,
1254
- cb: (err: any, data?: GetStorageLensConfigurationCommandOutput) => void
1167
+ cb: (err: any, data?: GetStorageLensConfigurationCommandOutput) => void,
1255
1168
  ): void;
1256
1169
  getStorageLensConfigurationTagging(
1257
1170
  args: GetStorageLensConfigurationTaggingCommandInput,
1258
- options?: __HttpHandlerOptions
1171
+ options?: __HttpHandlerOptions,
1259
1172
  ): Promise<GetStorageLensConfigurationTaggingCommandOutput>;
1260
1173
  getStorageLensConfigurationTagging(
1261
1174
  args: GetStorageLensConfigurationTaggingCommandInput,
1262
- cb: (
1263
- err: any,
1264
- data?: GetStorageLensConfigurationTaggingCommandOutput
1265
- ) => void
1175
+ cb: (err: any, data?: GetStorageLensConfigurationTaggingCommandOutput) => void,
1266
1176
  ): void;
1267
1177
  getStorageLensConfigurationTagging(
1268
1178
  args: GetStorageLensConfigurationTaggingCommandInput,
1269
1179
  options: __HttpHandlerOptions,
1270
- cb: (
1271
- err: any,
1272
- data?: GetStorageLensConfigurationTaggingCommandOutput
1273
- ) => void
1180
+ cb: (err: any, data?: GetStorageLensConfigurationTaggingCommandOutput) => void,
1274
1181
  ): void;
1275
1182
  getStorageLensGroup(
1276
1183
  args: GetStorageLensGroupCommandInput,
1277
- options?: __HttpHandlerOptions
1184
+ options?: __HttpHandlerOptions,
1278
1185
  ): Promise<GetStorageLensGroupCommandOutput>;
1279
1186
  getStorageLensGroup(
1280
1187
  args: GetStorageLensGroupCommandInput,
1281
- cb: (err: any, data?: GetStorageLensGroupCommandOutput) => void
1188
+ cb: (err: any, data?: GetStorageLensGroupCommandOutput) => void,
1282
1189
  ): void;
1283
1190
  getStorageLensGroup(
1284
1191
  args: GetStorageLensGroupCommandInput,
1285
1192
  options: __HttpHandlerOptions,
1286
- cb: (err: any, data?: GetStorageLensGroupCommandOutput) => void
1193
+ cb: (err: any, data?: GetStorageLensGroupCommandOutput) => void,
1287
1194
  ): void;
1288
1195
  listAccessGrants(): Promise<ListAccessGrantsCommandOutput>;
1289
1196
  listAccessGrants(
1290
1197
  args: ListAccessGrantsCommandInput,
1291
- options?: __HttpHandlerOptions
1198
+ options?: __HttpHandlerOptions,
1292
1199
  ): Promise<ListAccessGrantsCommandOutput>;
1293
1200
  listAccessGrants(
1294
1201
  args: ListAccessGrantsCommandInput,
1295
- cb: (err: any, data?: ListAccessGrantsCommandOutput) => void
1202
+ cb: (err: any, data?: ListAccessGrantsCommandOutput) => void,
1296
1203
  ): void;
1297
1204
  listAccessGrants(
1298
1205
  args: ListAccessGrantsCommandInput,
1299
1206
  options: __HttpHandlerOptions,
1300
- cb: (err: any, data?: ListAccessGrantsCommandOutput) => void
1207
+ cb: (err: any, data?: ListAccessGrantsCommandOutput) => void,
1301
1208
  ): void;
1302
1209
  listAccessGrantsInstances(): Promise<ListAccessGrantsInstancesCommandOutput>;
1303
1210
  listAccessGrantsInstances(
1304
1211
  args: ListAccessGrantsInstancesCommandInput,
1305
- options?: __HttpHandlerOptions
1212
+ options?: __HttpHandlerOptions,
1306
1213
  ): Promise<ListAccessGrantsInstancesCommandOutput>;
1307
1214
  listAccessGrantsInstances(
1308
1215
  args: ListAccessGrantsInstancesCommandInput,
1309
- cb: (err: any, data?: ListAccessGrantsInstancesCommandOutput) => void
1216
+ cb: (err: any, data?: ListAccessGrantsInstancesCommandOutput) => void,
1310
1217
  ): void;
1311
1218
  listAccessGrantsInstances(
1312
1219
  args: ListAccessGrantsInstancesCommandInput,
1313
1220
  options: __HttpHandlerOptions,
1314
- cb: (err: any, data?: ListAccessGrantsInstancesCommandOutput) => void
1221
+ cb: (err: any, data?: ListAccessGrantsInstancesCommandOutput) => void,
1315
1222
  ): void;
1316
1223
  listAccessGrantsLocations(): Promise<ListAccessGrantsLocationsCommandOutput>;
1317
1224
  listAccessGrantsLocations(
1318
1225
  args: ListAccessGrantsLocationsCommandInput,
1319
- options?: __HttpHandlerOptions
1226
+ options?: __HttpHandlerOptions,
1320
1227
  ): Promise<ListAccessGrantsLocationsCommandOutput>;
1321
1228
  listAccessGrantsLocations(
1322
1229
  args: ListAccessGrantsLocationsCommandInput,
1323
- cb: (err: any, data?: ListAccessGrantsLocationsCommandOutput) => void
1230
+ cb: (err: any, data?: ListAccessGrantsLocationsCommandOutput) => void,
1324
1231
  ): void;
1325
1232
  listAccessGrantsLocations(
1326
1233
  args: ListAccessGrantsLocationsCommandInput,
1327
1234
  options: __HttpHandlerOptions,
1328
- cb: (err: any, data?: ListAccessGrantsLocationsCommandOutput) => void
1235
+ cb: (err: any, data?: ListAccessGrantsLocationsCommandOutput) => void,
1329
1236
  ): void;
1330
1237
  listAccessPoints(): Promise<ListAccessPointsCommandOutput>;
1331
1238
  listAccessPoints(
1332
1239
  args: ListAccessPointsCommandInput,
1333
- options?: __HttpHandlerOptions
1240
+ options?: __HttpHandlerOptions,
1334
1241
  ): Promise<ListAccessPointsCommandOutput>;
1335
1242
  listAccessPoints(
1336
1243
  args: ListAccessPointsCommandInput,
1337
- cb: (err: any, data?: ListAccessPointsCommandOutput) => void
1244
+ cb: (err: any, data?: ListAccessPointsCommandOutput) => void,
1338
1245
  ): void;
1339
1246
  listAccessPoints(
1340
1247
  args: ListAccessPointsCommandInput,
1341
1248
  options: __HttpHandlerOptions,
1342
- cb: (err: any, data?: ListAccessPointsCommandOutput) => void
1249
+ cb: (err: any, data?: ListAccessPointsCommandOutput) => void,
1343
1250
  ): void;
1344
1251
  listAccessPointsForDirectoryBuckets(): Promise<ListAccessPointsForDirectoryBucketsCommandOutput>;
1345
1252
  listAccessPointsForDirectoryBuckets(
1346
1253
  args: ListAccessPointsForDirectoryBucketsCommandInput,
1347
- options?: __HttpHandlerOptions
1254
+ options?: __HttpHandlerOptions,
1348
1255
  ): Promise<ListAccessPointsForDirectoryBucketsCommandOutput>;
1349
1256
  listAccessPointsForDirectoryBuckets(
1350
1257
  args: ListAccessPointsForDirectoryBucketsCommandInput,
1351
- cb: (
1352
- err: any,
1353
- data?: ListAccessPointsForDirectoryBucketsCommandOutput
1354
- ) => void
1258
+ cb: (err: any, data?: ListAccessPointsForDirectoryBucketsCommandOutput) => void,
1355
1259
  ): void;
1356
1260
  listAccessPointsForDirectoryBuckets(
1357
1261
  args: ListAccessPointsForDirectoryBucketsCommandInput,
1358
1262
  options: __HttpHandlerOptions,
1359
- cb: (
1360
- err: any,
1361
- data?: ListAccessPointsForDirectoryBucketsCommandOutput
1362
- ) => void
1263
+ cb: (err: any, data?: ListAccessPointsForDirectoryBucketsCommandOutput) => void,
1363
1264
  ): void;
1364
1265
  listAccessPointsForObjectLambda(): Promise<ListAccessPointsForObjectLambdaCommandOutput>;
1365
1266
  listAccessPointsForObjectLambda(
1366
1267
  args: ListAccessPointsForObjectLambdaCommandInput,
1367
- options?: __HttpHandlerOptions
1268
+ options?: __HttpHandlerOptions,
1368
1269
  ): Promise<ListAccessPointsForObjectLambdaCommandOutput>;
1369
1270
  listAccessPointsForObjectLambda(
1370
1271
  args: ListAccessPointsForObjectLambdaCommandInput,
1371
- cb: (err: any, data?: ListAccessPointsForObjectLambdaCommandOutput) => void
1272
+ cb: (err: any, data?: ListAccessPointsForObjectLambdaCommandOutput) => void,
1372
1273
  ): void;
1373
1274
  listAccessPointsForObjectLambda(
1374
1275
  args: ListAccessPointsForObjectLambdaCommandInput,
1375
1276
  options: __HttpHandlerOptions,
1376
- cb: (err: any, data?: ListAccessPointsForObjectLambdaCommandOutput) => void
1277
+ cb: (err: any, data?: ListAccessPointsForObjectLambdaCommandOutput) => void,
1377
1278
  ): void;
1378
1279
  listCallerAccessGrants(): Promise<ListCallerAccessGrantsCommandOutput>;
1379
1280
  listCallerAccessGrants(
1380
1281
  args: ListCallerAccessGrantsCommandInput,
1381
- options?: __HttpHandlerOptions
1282
+ options?: __HttpHandlerOptions,
1382
1283
  ): Promise<ListCallerAccessGrantsCommandOutput>;
1383
1284
  listCallerAccessGrants(
1384
1285
  args: ListCallerAccessGrantsCommandInput,
1385
- cb: (err: any, data?: ListCallerAccessGrantsCommandOutput) => void
1286
+ cb: (err: any, data?: ListCallerAccessGrantsCommandOutput) => void,
1386
1287
  ): void;
1387
1288
  listCallerAccessGrants(
1388
1289
  args: ListCallerAccessGrantsCommandInput,
1389
1290
  options: __HttpHandlerOptions,
1390
- cb: (err: any, data?: ListCallerAccessGrantsCommandOutput) => void
1291
+ cb: (err: any, data?: ListCallerAccessGrantsCommandOutput) => void,
1391
1292
  ): void;
1392
1293
  listJobs(): Promise<ListJobsCommandOutput>;
1393
1294
  listJobs(
1394
1295
  args: ListJobsCommandInput,
1395
- options?: __HttpHandlerOptions
1296
+ options?: __HttpHandlerOptions,
1396
1297
  ): Promise<ListJobsCommandOutput>;
1397
- listJobs(
1398
- args: ListJobsCommandInput,
1399
- cb: (err: any, data?: ListJobsCommandOutput) => void
1400
- ): void;
1298
+ listJobs(args: ListJobsCommandInput, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
1401
1299
  listJobs(
1402
1300
  args: ListJobsCommandInput,
1403
1301
  options: __HttpHandlerOptions,
1404
- cb: (err: any, data?: ListJobsCommandOutput) => void
1302
+ cb: (err: any, data?: ListJobsCommandOutput) => void,
1405
1303
  ): void;
1406
1304
  listMultiRegionAccessPoints(): Promise<ListMultiRegionAccessPointsCommandOutput>;
1407
1305
  listMultiRegionAccessPoints(
1408
1306
  args: ListMultiRegionAccessPointsCommandInput,
1409
- options?: __HttpHandlerOptions
1307
+ options?: __HttpHandlerOptions,
1410
1308
  ): Promise<ListMultiRegionAccessPointsCommandOutput>;
1411
1309
  listMultiRegionAccessPoints(
1412
1310
  args: ListMultiRegionAccessPointsCommandInput,
1413
- cb: (err: any, data?: ListMultiRegionAccessPointsCommandOutput) => void
1311
+ cb: (err: any, data?: ListMultiRegionAccessPointsCommandOutput) => void,
1414
1312
  ): void;
1415
1313
  listMultiRegionAccessPoints(
1416
1314
  args: ListMultiRegionAccessPointsCommandInput,
1417
1315
  options: __HttpHandlerOptions,
1418
- cb: (err: any, data?: ListMultiRegionAccessPointsCommandOutput) => void
1316
+ cb: (err: any, data?: ListMultiRegionAccessPointsCommandOutput) => void,
1419
1317
  ): void;
1420
1318
  listRegionalBuckets(): Promise<ListRegionalBucketsCommandOutput>;
1421
1319
  listRegionalBuckets(
1422
1320
  args: ListRegionalBucketsCommandInput,
1423
- options?: __HttpHandlerOptions
1321
+ options?: __HttpHandlerOptions,
1424
1322
  ): Promise<ListRegionalBucketsCommandOutput>;
1425
1323
  listRegionalBuckets(
1426
1324
  args: ListRegionalBucketsCommandInput,
1427
- cb: (err: any, data?: ListRegionalBucketsCommandOutput) => void
1325
+ cb: (err: any, data?: ListRegionalBucketsCommandOutput) => void,
1428
1326
  ): void;
1429
1327
  listRegionalBuckets(
1430
1328
  args: ListRegionalBucketsCommandInput,
1431
1329
  options: __HttpHandlerOptions,
1432
- cb: (err: any, data?: ListRegionalBucketsCommandOutput) => void
1330
+ cb: (err: any, data?: ListRegionalBucketsCommandOutput) => void,
1433
1331
  ): void;
1434
1332
  listStorageLensConfigurations(): Promise<ListStorageLensConfigurationsCommandOutput>;
1435
1333
  listStorageLensConfigurations(
1436
1334
  args: ListStorageLensConfigurationsCommandInput,
1437
- options?: __HttpHandlerOptions
1335
+ options?: __HttpHandlerOptions,
1438
1336
  ): Promise<ListStorageLensConfigurationsCommandOutput>;
1439
1337
  listStorageLensConfigurations(
1440
1338
  args: ListStorageLensConfigurationsCommandInput,
1441
- cb: (err: any, data?: ListStorageLensConfigurationsCommandOutput) => void
1339
+ cb: (err: any, data?: ListStorageLensConfigurationsCommandOutput) => void,
1442
1340
  ): void;
1443
1341
  listStorageLensConfigurations(
1444
1342
  args: ListStorageLensConfigurationsCommandInput,
1445
1343
  options: __HttpHandlerOptions,
1446
- cb: (err: any, data?: ListStorageLensConfigurationsCommandOutput) => void
1344
+ cb: (err: any, data?: ListStorageLensConfigurationsCommandOutput) => void,
1447
1345
  ): void;
1448
1346
  listStorageLensGroups(): Promise<ListStorageLensGroupsCommandOutput>;
1449
1347
  listStorageLensGroups(
1450
1348
  args: ListStorageLensGroupsCommandInput,
1451
- options?: __HttpHandlerOptions
1349
+ options?: __HttpHandlerOptions,
1452
1350
  ): Promise<ListStorageLensGroupsCommandOutput>;
1453
1351
  listStorageLensGroups(
1454
1352
  args: ListStorageLensGroupsCommandInput,
1455
- cb: (err: any, data?: ListStorageLensGroupsCommandOutput) => void
1353
+ cb: (err: any, data?: ListStorageLensGroupsCommandOutput) => void,
1456
1354
  ): void;
1457
1355
  listStorageLensGroups(
1458
1356
  args: ListStorageLensGroupsCommandInput,
1459
1357
  options: __HttpHandlerOptions,
1460
- cb: (err: any, data?: ListStorageLensGroupsCommandOutput) => void
1358
+ cb: (err: any, data?: ListStorageLensGroupsCommandOutput) => void,
1461
1359
  ): void;
1462
1360
  listTagsForResource(
1463
1361
  args: ListTagsForResourceCommandInput,
1464
- options?: __HttpHandlerOptions
1362
+ options?: __HttpHandlerOptions,
1465
1363
  ): Promise<ListTagsForResourceCommandOutput>;
1466
1364
  listTagsForResource(
1467
1365
  args: ListTagsForResourceCommandInput,
1468
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1366
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
1469
1367
  ): void;
1470
1368
  listTagsForResource(
1471
1369
  args: ListTagsForResourceCommandInput,
1472
1370
  options: __HttpHandlerOptions,
1473
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1371
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
1474
1372
  ): void;
1475
1373
  putAccessGrantsInstanceResourcePolicy(
1476
1374
  args: PutAccessGrantsInstanceResourcePolicyCommandInput,
1477
- options?: __HttpHandlerOptions
1375
+ options?: __HttpHandlerOptions,
1478
1376
  ): Promise<PutAccessGrantsInstanceResourcePolicyCommandOutput>;
1479
1377
  putAccessGrantsInstanceResourcePolicy(
1480
1378
  args: PutAccessGrantsInstanceResourcePolicyCommandInput,
1481
- cb: (
1482
- err: any,
1483
- data?: PutAccessGrantsInstanceResourcePolicyCommandOutput
1484
- ) => void
1379
+ cb: (err: any, data?: PutAccessGrantsInstanceResourcePolicyCommandOutput) => void,
1485
1380
  ): void;
1486
1381
  putAccessGrantsInstanceResourcePolicy(
1487
1382
  args: PutAccessGrantsInstanceResourcePolicyCommandInput,
1488
1383
  options: __HttpHandlerOptions,
1489
- cb: (
1490
- err: any,
1491
- data?: PutAccessGrantsInstanceResourcePolicyCommandOutput
1492
- ) => void
1384
+ cb: (err: any, data?: PutAccessGrantsInstanceResourcePolicyCommandOutput) => void,
1493
1385
  ): void;
1494
1386
  putAccessPointConfigurationForObjectLambda(
1495
1387
  args: PutAccessPointConfigurationForObjectLambdaCommandInput,
1496
- options?: __HttpHandlerOptions
1388
+ options?: __HttpHandlerOptions,
1497
1389
  ): Promise<PutAccessPointConfigurationForObjectLambdaCommandOutput>;
1498
1390
  putAccessPointConfigurationForObjectLambda(
1499
1391
  args: PutAccessPointConfigurationForObjectLambdaCommandInput,
1500
- cb: (
1501
- err: any,
1502
- data?: PutAccessPointConfigurationForObjectLambdaCommandOutput
1503
- ) => void
1392
+ cb: (err: any, data?: PutAccessPointConfigurationForObjectLambdaCommandOutput) => void,
1504
1393
  ): void;
1505
1394
  putAccessPointConfigurationForObjectLambda(
1506
1395
  args: PutAccessPointConfigurationForObjectLambdaCommandInput,
1507
1396
  options: __HttpHandlerOptions,
1508
- cb: (
1509
- err: any,
1510
- data?: PutAccessPointConfigurationForObjectLambdaCommandOutput
1511
- ) => void
1397
+ cb: (err: any, data?: PutAccessPointConfigurationForObjectLambdaCommandOutput) => void,
1512
1398
  ): void;
1513
1399
  putAccessPointPolicy(
1514
1400
  args: PutAccessPointPolicyCommandInput,
1515
- options?: __HttpHandlerOptions
1401
+ options?: __HttpHandlerOptions,
1516
1402
  ): Promise<PutAccessPointPolicyCommandOutput>;
1517
1403
  putAccessPointPolicy(
1518
1404
  args: PutAccessPointPolicyCommandInput,
1519
- cb: (err: any, data?: PutAccessPointPolicyCommandOutput) => void
1405
+ cb: (err: any, data?: PutAccessPointPolicyCommandOutput) => void,
1520
1406
  ): void;
1521
1407
  putAccessPointPolicy(
1522
1408
  args: PutAccessPointPolicyCommandInput,
1523
1409
  options: __HttpHandlerOptions,
1524
- cb: (err: any, data?: PutAccessPointPolicyCommandOutput) => void
1410
+ cb: (err: any, data?: PutAccessPointPolicyCommandOutput) => void,
1525
1411
  ): void;
1526
1412
  putAccessPointPolicyForObjectLambda(
1527
1413
  args: PutAccessPointPolicyForObjectLambdaCommandInput,
1528
- options?: __HttpHandlerOptions
1414
+ options?: __HttpHandlerOptions,
1529
1415
  ): Promise<PutAccessPointPolicyForObjectLambdaCommandOutput>;
1530
1416
  putAccessPointPolicyForObjectLambda(
1531
1417
  args: PutAccessPointPolicyForObjectLambdaCommandInput,
1532
- cb: (
1533
- err: any,
1534
- data?: PutAccessPointPolicyForObjectLambdaCommandOutput
1535
- ) => void
1418
+ cb: (err: any, data?: PutAccessPointPolicyForObjectLambdaCommandOutput) => void,
1536
1419
  ): void;
1537
1420
  putAccessPointPolicyForObjectLambda(
1538
1421
  args: PutAccessPointPolicyForObjectLambdaCommandInput,
1539
1422
  options: __HttpHandlerOptions,
1540
- cb: (
1541
- err: any,
1542
- data?: PutAccessPointPolicyForObjectLambdaCommandOutput
1543
- ) => void
1423
+ cb: (err: any, data?: PutAccessPointPolicyForObjectLambdaCommandOutput) => void,
1544
1424
  ): void;
1545
1425
  putAccessPointScope(
1546
1426
  args: PutAccessPointScopeCommandInput,
1547
- options?: __HttpHandlerOptions
1427
+ options?: __HttpHandlerOptions,
1548
1428
  ): Promise<PutAccessPointScopeCommandOutput>;
1549
1429
  putAccessPointScope(
1550
1430
  args: PutAccessPointScopeCommandInput,
1551
- cb: (err: any, data?: PutAccessPointScopeCommandOutput) => void
1431
+ cb: (err: any, data?: PutAccessPointScopeCommandOutput) => void,
1552
1432
  ): void;
1553
1433
  putAccessPointScope(
1554
1434
  args: PutAccessPointScopeCommandInput,
1555
1435
  options: __HttpHandlerOptions,
1556
- cb: (err: any, data?: PutAccessPointScopeCommandOutput) => void
1436
+ cb: (err: any, data?: PutAccessPointScopeCommandOutput) => void,
1557
1437
  ): void;
1558
1438
  putBucketLifecycleConfiguration(
1559
1439
  args: PutBucketLifecycleConfigurationCommandInput,
1560
- options?: __HttpHandlerOptions
1440
+ options?: __HttpHandlerOptions,
1561
1441
  ): Promise<PutBucketLifecycleConfigurationCommandOutput>;
1562
1442
  putBucketLifecycleConfiguration(
1563
1443
  args: PutBucketLifecycleConfigurationCommandInput,
1564
- cb: (err: any, data?: PutBucketLifecycleConfigurationCommandOutput) => void
1444
+ cb: (err: any, data?: PutBucketLifecycleConfigurationCommandOutput) => void,
1565
1445
  ): void;
1566
1446
  putBucketLifecycleConfiguration(
1567
1447
  args: PutBucketLifecycleConfigurationCommandInput,
1568
1448
  options: __HttpHandlerOptions,
1569
- cb: (err: any, data?: PutBucketLifecycleConfigurationCommandOutput) => void
1449
+ cb: (err: any, data?: PutBucketLifecycleConfigurationCommandOutput) => void,
1570
1450
  ): void;
1571
1451
  putBucketPolicy(
1572
1452
  args: PutBucketPolicyCommandInput,
1573
- options?: __HttpHandlerOptions
1453
+ options?: __HttpHandlerOptions,
1574
1454
  ): Promise<PutBucketPolicyCommandOutput>;
1575
1455
  putBucketPolicy(
1576
1456
  args: PutBucketPolicyCommandInput,
1577
- cb: (err: any, data?: PutBucketPolicyCommandOutput) => void
1457
+ cb: (err: any, data?: PutBucketPolicyCommandOutput) => void,
1578
1458
  ): void;
1579
1459
  putBucketPolicy(
1580
1460
  args: PutBucketPolicyCommandInput,
1581
1461
  options: __HttpHandlerOptions,
1582
- cb: (err: any, data?: PutBucketPolicyCommandOutput) => void
1462
+ cb: (err: any, data?: PutBucketPolicyCommandOutput) => void,
1583
1463
  ): void;
1584
1464
  putBucketReplication(
1585
1465
  args: PutBucketReplicationCommandInput,
1586
- options?: __HttpHandlerOptions
1466
+ options?: __HttpHandlerOptions,
1587
1467
  ): Promise<PutBucketReplicationCommandOutput>;
1588
1468
  putBucketReplication(
1589
1469
  args: PutBucketReplicationCommandInput,
1590
- cb: (err: any, data?: PutBucketReplicationCommandOutput) => void
1470
+ cb: (err: any, data?: PutBucketReplicationCommandOutput) => void,
1591
1471
  ): void;
1592
1472
  putBucketReplication(
1593
1473
  args: PutBucketReplicationCommandInput,
1594
1474
  options: __HttpHandlerOptions,
1595
- cb: (err: any, data?: PutBucketReplicationCommandOutput) => void
1475
+ cb: (err: any, data?: PutBucketReplicationCommandOutput) => void,
1596
1476
  ): void;
1597
1477
  putBucketTagging(
1598
1478
  args: PutBucketTaggingCommandInput,
1599
- options?: __HttpHandlerOptions
1479
+ options?: __HttpHandlerOptions,
1600
1480
  ): Promise<PutBucketTaggingCommandOutput>;
1601
1481
  putBucketTagging(
1602
1482
  args: PutBucketTaggingCommandInput,
1603
- cb: (err: any, data?: PutBucketTaggingCommandOutput) => void
1483
+ cb: (err: any, data?: PutBucketTaggingCommandOutput) => void,
1604
1484
  ): void;
1605
1485
  putBucketTagging(
1606
1486
  args: PutBucketTaggingCommandInput,
1607
1487
  options: __HttpHandlerOptions,
1608
- cb: (err: any, data?: PutBucketTaggingCommandOutput) => void
1488
+ cb: (err: any, data?: PutBucketTaggingCommandOutput) => void,
1609
1489
  ): void;
1610
1490
  putBucketVersioning(
1611
1491
  args: PutBucketVersioningCommandInput,
1612
- options?: __HttpHandlerOptions
1492
+ options?: __HttpHandlerOptions,
1613
1493
  ): Promise<PutBucketVersioningCommandOutput>;
1614
1494
  putBucketVersioning(
1615
1495
  args: PutBucketVersioningCommandInput,
1616
- cb: (err: any, data?: PutBucketVersioningCommandOutput) => void
1496
+ cb: (err: any, data?: PutBucketVersioningCommandOutput) => void,
1617
1497
  ): void;
1618
1498
  putBucketVersioning(
1619
1499
  args: PutBucketVersioningCommandInput,
1620
1500
  options: __HttpHandlerOptions,
1621
- cb: (err: any, data?: PutBucketVersioningCommandOutput) => void
1501
+ cb: (err: any, data?: PutBucketVersioningCommandOutput) => void,
1622
1502
  ): void;
1623
1503
  putJobTagging(
1624
1504
  args: PutJobTaggingCommandInput,
1625
- options?: __HttpHandlerOptions
1505
+ options?: __HttpHandlerOptions,
1626
1506
  ): Promise<PutJobTaggingCommandOutput>;
1627
1507
  putJobTagging(
1628
1508
  args: PutJobTaggingCommandInput,
1629
- cb: (err: any, data?: PutJobTaggingCommandOutput) => void
1509
+ cb: (err: any, data?: PutJobTaggingCommandOutput) => void,
1630
1510
  ): void;
1631
1511
  putJobTagging(
1632
1512
  args: PutJobTaggingCommandInput,
1633
1513
  options: __HttpHandlerOptions,
1634
- cb: (err: any, data?: PutJobTaggingCommandOutput) => void
1514
+ cb: (err: any, data?: PutJobTaggingCommandOutput) => void,
1635
1515
  ): void;
1636
1516
  putMultiRegionAccessPointPolicy(
1637
1517
  args: PutMultiRegionAccessPointPolicyCommandInput,
1638
- options?: __HttpHandlerOptions
1518
+ options?: __HttpHandlerOptions,
1639
1519
  ): Promise<PutMultiRegionAccessPointPolicyCommandOutput>;
1640
1520
  putMultiRegionAccessPointPolicy(
1641
1521
  args: PutMultiRegionAccessPointPolicyCommandInput,
1642
- cb: (err: any, data?: PutMultiRegionAccessPointPolicyCommandOutput) => void
1522
+ cb: (err: any, data?: PutMultiRegionAccessPointPolicyCommandOutput) => void,
1643
1523
  ): void;
1644
1524
  putMultiRegionAccessPointPolicy(
1645
1525
  args: PutMultiRegionAccessPointPolicyCommandInput,
1646
1526
  options: __HttpHandlerOptions,
1647
- cb: (err: any, data?: PutMultiRegionAccessPointPolicyCommandOutput) => void
1527
+ cb: (err: any, data?: PutMultiRegionAccessPointPolicyCommandOutput) => void,
1648
1528
  ): void;
1649
1529
  putPublicAccessBlock(
1650
1530
  args: PutPublicAccessBlockCommandInput,
1651
- options?: __HttpHandlerOptions
1531
+ options?: __HttpHandlerOptions,
1652
1532
  ): Promise<PutPublicAccessBlockCommandOutput>;
1653
1533
  putPublicAccessBlock(
1654
1534
  args: PutPublicAccessBlockCommandInput,
1655
- cb: (err: any, data?: PutPublicAccessBlockCommandOutput) => void
1535
+ cb: (err: any, data?: PutPublicAccessBlockCommandOutput) => void,
1656
1536
  ): void;
1657
1537
  putPublicAccessBlock(
1658
1538
  args: PutPublicAccessBlockCommandInput,
1659
1539
  options: __HttpHandlerOptions,
1660
- cb: (err: any, data?: PutPublicAccessBlockCommandOutput) => void
1540
+ cb: (err: any, data?: PutPublicAccessBlockCommandOutput) => void,
1661
1541
  ): void;
1662
1542
  putStorageLensConfiguration(
1663
1543
  args: PutStorageLensConfigurationCommandInput,
1664
- options?: __HttpHandlerOptions
1544
+ options?: __HttpHandlerOptions,
1665
1545
  ): Promise<PutStorageLensConfigurationCommandOutput>;
1666
1546
  putStorageLensConfiguration(
1667
1547
  args: PutStorageLensConfigurationCommandInput,
1668
- cb: (err: any, data?: PutStorageLensConfigurationCommandOutput) => void
1548
+ cb: (err: any, data?: PutStorageLensConfigurationCommandOutput) => void,
1669
1549
  ): void;
1670
1550
  putStorageLensConfiguration(
1671
1551
  args: PutStorageLensConfigurationCommandInput,
1672
1552
  options: __HttpHandlerOptions,
1673
- cb: (err: any, data?: PutStorageLensConfigurationCommandOutput) => void
1553
+ cb: (err: any, data?: PutStorageLensConfigurationCommandOutput) => void,
1674
1554
  ): void;
1675
1555
  putStorageLensConfigurationTagging(
1676
1556
  args: PutStorageLensConfigurationTaggingCommandInput,
1677
- options?: __HttpHandlerOptions
1557
+ options?: __HttpHandlerOptions,
1678
1558
  ): Promise<PutStorageLensConfigurationTaggingCommandOutput>;
1679
1559
  putStorageLensConfigurationTagging(
1680
1560
  args: PutStorageLensConfigurationTaggingCommandInput,
1681
- cb: (
1682
- err: any,
1683
- data?: PutStorageLensConfigurationTaggingCommandOutput
1684
- ) => void
1561
+ cb: (err: any, data?: PutStorageLensConfigurationTaggingCommandOutput) => void,
1685
1562
  ): void;
1686
1563
  putStorageLensConfigurationTagging(
1687
1564
  args: PutStorageLensConfigurationTaggingCommandInput,
1688
1565
  options: __HttpHandlerOptions,
1689
- cb: (
1690
- err: any,
1691
- data?: PutStorageLensConfigurationTaggingCommandOutput
1692
- ) => void
1566
+ cb: (err: any, data?: PutStorageLensConfigurationTaggingCommandOutput) => void,
1693
1567
  ): void;
1694
1568
  submitMultiRegionAccessPointRoutes(
1695
1569
  args: SubmitMultiRegionAccessPointRoutesCommandInput,
1696
- options?: __HttpHandlerOptions
1570
+ options?: __HttpHandlerOptions,
1697
1571
  ): Promise<SubmitMultiRegionAccessPointRoutesCommandOutput>;
1698
1572
  submitMultiRegionAccessPointRoutes(
1699
1573
  args: SubmitMultiRegionAccessPointRoutesCommandInput,
1700
- cb: (
1701
- err: any,
1702
- data?: SubmitMultiRegionAccessPointRoutesCommandOutput
1703
- ) => void
1574
+ cb: (err: any, data?: SubmitMultiRegionAccessPointRoutesCommandOutput) => void,
1704
1575
  ): void;
1705
1576
  submitMultiRegionAccessPointRoutes(
1706
1577
  args: SubmitMultiRegionAccessPointRoutesCommandInput,
1707
1578
  options: __HttpHandlerOptions,
1708
- cb: (
1709
- err: any,
1710
- data?: SubmitMultiRegionAccessPointRoutesCommandOutput
1711
- ) => void
1579
+ cb: (err: any, data?: SubmitMultiRegionAccessPointRoutesCommandOutput) => void,
1712
1580
  ): void;
1713
1581
  tagResource(
1714
1582
  args: TagResourceCommandInput,
1715
- options?: __HttpHandlerOptions
1583
+ options?: __HttpHandlerOptions,
1716
1584
  ): Promise<TagResourceCommandOutput>;
1717
1585
  tagResource(
1718
1586
  args: TagResourceCommandInput,
1719
- cb: (err: any, data?: TagResourceCommandOutput) => void
1587
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1720
1588
  ): void;
1721
1589
  tagResource(
1722
1590
  args: TagResourceCommandInput,
1723
1591
  options: __HttpHandlerOptions,
1724
- cb: (err: any, data?: TagResourceCommandOutput) => void
1592
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1725
1593
  ): void;
1726
1594
  untagResource(
1727
1595
  args: UntagResourceCommandInput,
1728
- options?: __HttpHandlerOptions
1596
+ options?: __HttpHandlerOptions,
1729
1597
  ): Promise<UntagResourceCommandOutput>;
1730
1598
  untagResource(
1731
1599
  args: UntagResourceCommandInput,
1732
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1600
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1733
1601
  ): void;
1734
1602
  untagResource(
1735
1603
  args: UntagResourceCommandInput,
1736
1604
  options: __HttpHandlerOptions,
1737
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1605
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1738
1606
  ): void;
1739
1607
  updateAccessGrantsLocation(
1740
1608
  args: UpdateAccessGrantsLocationCommandInput,
1741
- options?: __HttpHandlerOptions
1609
+ options?: __HttpHandlerOptions,
1742
1610
  ): Promise<UpdateAccessGrantsLocationCommandOutput>;
1743
1611
  updateAccessGrantsLocation(
1744
1612
  args: UpdateAccessGrantsLocationCommandInput,
1745
- cb: (err: any, data?: UpdateAccessGrantsLocationCommandOutput) => void
1613
+ cb: (err: any, data?: UpdateAccessGrantsLocationCommandOutput) => void,
1746
1614
  ): void;
1747
1615
  updateAccessGrantsLocation(
1748
1616
  args: UpdateAccessGrantsLocationCommandInput,
1749
1617
  options: __HttpHandlerOptions,
1750
- cb: (err: any, data?: UpdateAccessGrantsLocationCommandOutput) => void
1618
+ cb: (err: any, data?: UpdateAccessGrantsLocationCommandOutput) => void,
1751
1619
  ): void;
1752
1620
  updateJobPriority(
1753
1621
  args: UpdateJobPriorityCommandInput,
1754
- options?: __HttpHandlerOptions
1622
+ options?: __HttpHandlerOptions,
1755
1623
  ): Promise<UpdateJobPriorityCommandOutput>;
1756
1624
  updateJobPriority(
1757
1625
  args: UpdateJobPriorityCommandInput,
1758
- cb: (err: any, data?: UpdateJobPriorityCommandOutput) => void
1626
+ cb: (err: any, data?: UpdateJobPriorityCommandOutput) => void,
1759
1627
  ): void;
1760
1628
  updateJobPriority(
1761
1629
  args: UpdateJobPriorityCommandInput,
1762
1630
  options: __HttpHandlerOptions,
1763
- cb: (err: any, data?: UpdateJobPriorityCommandOutput) => void
1631
+ cb: (err: any, data?: UpdateJobPriorityCommandOutput) => void,
1764
1632
  ): void;
1765
1633
  updateJobStatus(
1766
1634
  args: UpdateJobStatusCommandInput,
1767
- options?: __HttpHandlerOptions
1635
+ options?: __HttpHandlerOptions,
1768
1636
  ): Promise<UpdateJobStatusCommandOutput>;
1769
1637
  updateJobStatus(
1770
1638
  args: UpdateJobStatusCommandInput,
1771
- cb: (err: any, data?: UpdateJobStatusCommandOutput) => void
1639
+ cb: (err: any, data?: UpdateJobStatusCommandOutput) => void,
1772
1640
  ): void;
1773
1641
  updateJobStatus(
1774
1642
  args: UpdateJobStatusCommandInput,
1775
1643
  options: __HttpHandlerOptions,
1776
- cb: (err: any, data?: UpdateJobStatusCommandOutput) => void
1644
+ cb: (err: any, data?: UpdateJobStatusCommandOutput) => void,
1777
1645
  ): void;
1778
1646
  updateStorageLensGroup(
1779
1647
  args: UpdateStorageLensGroupCommandInput,
1780
- options?: __HttpHandlerOptions
1648
+ options?: __HttpHandlerOptions,
1781
1649
  ): Promise<UpdateStorageLensGroupCommandOutput>;
1782
1650
  updateStorageLensGroup(
1783
1651
  args: UpdateStorageLensGroupCommandInput,
1784
- cb: (err: any, data?: UpdateStorageLensGroupCommandOutput) => void
1652
+ cb: (err: any, data?: UpdateStorageLensGroupCommandOutput) => void,
1785
1653
  ): void;
1786
1654
  updateStorageLensGroup(
1787
1655
  args: UpdateStorageLensGroupCommandInput,
1788
1656
  options: __HttpHandlerOptions,
1789
- cb: (err: any, data?: UpdateStorageLensGroupCommandOutput) => void
1657
+ cb: (err: any, data?: UpdateStorageLensGroupCommandOutput) => void,
1790
1658
  ): void;
1791
1659
  paginateListAccessGrants(
1792
1660
  args?: ListAccessGrantsCommandInput,
1793
1661
  paginationConfig?: Pick<
1794
1662
  PaginationConfiguration,
1795
1663
  Exclude<keyof PaginationConfiguration, "client">
1796
- >
1664
+ >,
1797
1665
  ): Paginator<ListAccessGrantsCommandOutput>;
1798
1666
  paginateListAccessGrantsInstances(
1799
1667
  args?: ListAccessGrantsInstancesCommandInput,
1800
1668
  paginationConfig?: Pick<
1801
1669
  PaginationConfiguration,
1802
1670
  Exclude<keyof PaginationConfiguration, "client">
1803
- >
1671
+ >,
1804
1672
  ): Paginator<ListAccessGrantsInstancesCommandOutput>;
1805
1673
  paginateListAccessGrantsLocations(
1806
1674
  args?: ListAccessGrantsLocationsCommandInput,
1807
1675
  paginationConfig?: Pick<
1808
1676
  PaginationConfiguration,
1809
1677
  Exclude<keyof PaginationConfiguration, "client">
1810
- >
1678
+ >,
1811
1679
  ): Paginator<ListAccessGrantsLocationsCommandOutput>;
1812
1680
  paginateListAccessPoints(
1813
1681
  args?: ListAccessPointsCommandInput,
1814
1682
  paginationConfig?: Pick<
1815
1683
  PaginationConfiguration,
1816
1684
  Exclude<keyof PaginationConfiguration, "client">
1817
- >
1685
+ >,
1818
1686
  ): Paginator<ListAccessPointsCommandOutput>;
1819
1687
  paginateListAccessPointsForDirectoryBuckets(
1820
1688
  args?: ListAccessPointsForDirectoryBucketsCommandInput,
1821
1689
  paginationConfig?: Pick<
1822
1690
  PaginationConfiguration,
1823
1691
  Exclude<keyof PaginationConfiguration, "client">
1824
- >
1692
+ >,
1825
1693
  ): Paginator<ListAccessPointsForDirectoryBucketsCommandOutput>;
1826
1694
  paginateListAccessPointsForObjectLambda(
1827
1695
  args?: ListAccessPointsForObjectLambdaCommandInput,
1828
1696
  paginationConfig?: Pick<
1829
1697
  PaginationConfiguration,
1830
1698
  Exclude<keyof PaginationConfiguration, "client">
1831
- >
1699
+ >,
1832
1700
  ): Paginator<ListAccessPointsForObjectLambdaCommandOutput>;
1833
1701
  paginateListCallerAccessGrants(
1834
1702
  args?: ListCallerAccessGrantsCommandInput,
1835
1703
  paginationConfig?: Pick<
1836
1704
  PaginationConfiguration,
1837
1705
  Exclude<keyof PaginationConfiguration, "client">
1838
- >
1706
+ >,
1839
1707
  ): Paginator<ListCallerAccessGrantsCommandOutput>;
1840
1708
  paginateListJobs(
1841
1709
  args?: ListJobsCommandInput,
1842
1710
  paginationConfig?: Pick<
1843
1711
  PaginationConfiguration,
1844
1712
  Exclude<keyof PaginationConfiguration, "client">
1845
- >
1713
+ >,
1846
1714
  ): Paginator<ListJobsCommandOutput>;
1847
1715
  paginateListMultiRegionAccessPoints(
1848
1716
  args?: ListMultiRegionAccessPointsCommandInput,
1849
1717
  paginationConfig?: Pick<
1850
1718
  PaginationConfiguration,
1851
1719
  Exclude<keyof PaginationConfiguration, "client">
1852
- >
1720
+ >,
1853
1721
  ): Paginator<ListMultiRegionAccessPointsCommandOutput>;
1854
1722
  paginateListRegionalBuckets(
1855
1723
  args?: ListRegionalBucketsCommandInput,
1856
1724
  paginationConfig?: Pick<
1857
1725
  PaginationConfiguration,
1858
1726
  Exclude<keyof PaginationConfiguration, "client">
1859
- >
1727
+ >,
1860
1728
  ): Paginator<ListRegionalBucketsCommandOutput>;
1861
1729
  paginateListStorageLensConfigurations(
1862
1730
  args?: ListStorageLensConfigurationsCommandInput,
1863
1731
  paginationConfig?: Pick<
1864
1732
  PaginationConfiguration,
1865
1733
  Exclude<keyof PaginationConfiguration, "client">
1866
- >
1734
+ >,
1867
1735
  ): Paginator<ListStorageLensConfigurationsCommandOutput>;
1868
1736
  paginateListStorageLensGroups(
1869
1737
  args?: ListStorageLensGroupsCommandInput,
1870
1738
  paginationConfig?: Pick<
1871
1739
  PaginationConfiguration,
1872
1740
  Exclude<keyof PaginationConfiguration, "client">
1873
- >
1741
+ >,
1874
1742
  ): Paginator<ListStorageLensGroupsCommandOutput>;
1875
1743
  }
1876
1744
  export declare class S3Control extends S3ControlClient implements S3Control {}