@aws-sdk/client-s3-control 3.458.0 → 3.461.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 (53) hide show
  1. package/dist-cjs/protocols/Aws_restXml.js +46 -1
  2. package/dist-es/protocols/Aws_restXml.js +46 -1
  3. package/dist-types/commands/CreateAccessPointCommand.d.ts +4 -1
  4. package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +4 -1
  5. package/dist-types/commands/CreateJobCommand.d.ts +13 -2
  6. package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +4 -1
  7. package/dist-types/commands/DeleteAccessPointCommand.d.ts +4 -1
  8. package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +4 -1
  9. package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +4 -1
  10. package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +4 -1
  11. package/dist-types/commands/DeleteJobTaggingCommand.d.ts +11 -7
  12. package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +4 -1
  13. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +4 -1
  14. package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +4 -1
  15. package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +4 -1
  16. package/dist-types/commands/DescribeJobCommand.d.ts +10 -1
  17. package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +4 -1
  18. package/dist-types/commands/GetAccessPointCommand.d.ts +4 -1
  19. package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +4 -1
  20. package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +4 -1
  21. package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +4 -1
  22. package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +4 -1
  23. package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +4 -1
  24. package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +4 -1
  25. package/dist-types/commands/GetBucketCommand.d.ts +3 -1
  26. package/dist-types/commands/GetJobTaggingCommand.d.ts +11 -7
  27. package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +4 -1
  28. package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +4 -1
  29. package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +4 -1
  30. package/dist-types/commands/GetMultiRegionAccessPointRoutesCommand.d.ts +4 -1
  31. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +4 -1
  32. package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +4 -1
  33. package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +4 -1
  34. package/dist-types/commands/ListAccessPointsCommand.d.ts +4 -1
  35. package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +4 -1
  36. package/dist-types/commands/ListJobsCommand.d.ts +9 -1
  37. package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +4 -1
  38. package/dist-types/commands/ListRegionalBucketsCommand.d.ts +4 -1
  39. package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +4 -1
  40. package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +4 -1
  41. package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +4 -1
  42. package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +4 -1
  43. package/dist-types/commands/PutJobTaggingCommand.d.ts +9 -7
  44. package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +4 -1
  45. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +4 -1
  46. package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +4 -1
  47. package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +4 -1
  48. package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +4 -1
  49. package/dist-types/commands/UpdateJobPriorityCommand.d.ts +8 -1
  50. package/dist-types/commands/UpdateJobStatusCommand.d.ts +9 -2
  51. package/dist-types/models/models_0.d.ts +198 -75
  52. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  53. package/package.json +13 -13
@@ -452,9 +452,8 @@ export interface BucketLevel {
452
452
  export interface StorageLensGroupLevelSelectionCriteria {
453
453
  /**
454
454
  * @public
455
- * <p>
456
- * Indicates which Storage Lens group ARNs to include in the Storage Lens group aggregation.
457
- * </p>
455
+ * <p> Indicates which Storage Lens group ARNs to include in the Storage Lens group
456
+ * aggregation. </p>
458
457
  */
459
458
  Include?: string[];
460
459
  /**
@@ -466,16 +465,14 @@ export interface StorageLensGroupLevelSelectionCriteria {
466
465
  }
467
466
  /**
468
467
  * @public
469
- * <p>
470
- * Specifies the Storage Lens groups to include in the Storage Lens group aggregation.
471
- * </p>
468
+ * <p> Specifies the Storage Lens groups to include in the Storage Lens group aggregation.
469
+ * </p>
472
470
  */
473
471
  export interface StorageLensGroupLevel {
474
472
  /**
475
473
  * @public
476
- * <p>
477
- * Indicates which Storage Lens group ARNs to include or exclude in the Storage Lens group aggregation. If this value is left null, then all Storage Lens groups are selected.
478
- * </p>
474
+ * <p> Indicates which Storage Lens group ARNs to include or exclude in the Storage Lens group
475
+ * aggregation. If this value is left null, then all Storage Lens groups are selected. </p>
479
476
  */
480
477
  SelectionCriteria?: StorageLensGroupLevelSelectionCriteria;
481
478
  }
@@ -1505,7 +1502,9 @@ export declare class BadRequestException extends __BaseException {
1505
1502
  }
1506
1503
  /**
1507
1504
  * @public
1508
- * <p>Contains the information required to locate a manifest object.</p>
1505
+ * <p>Contains the information required to locate a manifest object. Manifests can't be
1506
+ * imported from directory buckets. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-overview.html">Directory
1507
+ * buckets</a>.</p>
1509
1508
  */
1510
1509
  export interface JobManifestLocation {
1511
1510
  /**
@@ -1587,7 +1586,8 @@ export interface JobManifest {
1587
1586
  Spec: JobManifestSpec | undefined;
1588
1587
  /**
1589
1588
  * @public
1590
- * <p>Contains the information required to locate the specified job's manifest.</p>
1589
+ * <p>Contains the information required to locate the specified job's manifest. Manifests
1590
+ * can't be imported from directory buckets. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-overview.html">Directory buckets</a>.</p>
1591
1591
  */
1592
1592
  Location: JobManifestLocation | undefined;
1593
1593
  }
@@ -1762,6 +1762,11 @@ export interface S3ManifestOutputLocation {
1762
1762
  /**
1763
1763
  * @public
1764
1764
  * <p>The bucket ARN the generated manifest should be written to.</p>
1765
+ * <note>
1766
+ * <p>
1767
+ * <b>Directory buckets</b> - Directory buckets aren't supported
1768
+ * as the buckets to store the generated manifest.</p>
1769
+ * </note>
1765
1770
  */
1766
1771
  Bucket: string | undefined;
1767
1772
  /**
@@ -1796,16 +1801,23 @@ export interface S3JobManifestGenerator {
1796
1801
  /**
1797
1802
  * @public
1798
1803
  * <p>The source bucket used by the ManifestGenerator.</p>
1804
+ * <note>
1805
+ * <p>
1806
+ * <b>Directory buckets</b> - Directory buckets aren't supported
1807
+ * as the source buckets used by <code>S3JobManifestGenerator</code> to generate the job manifest.</p>
1808
+ * </note>
1799
1809
  */
1800
1810
  SourceBucket: string | undefined;
1801
1811
  /**
1802
1812
  * @public
1803
- * <p>Specifies the location the generated manifest will be written to.</p>
1813
+ * <p>Specifies the location the generated manifest will be written to. Manifests can't be
1814
+ * written to directory buckets. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-overview.html">Directory
1815
+ * buckets</a>.</p>
1804
1816
  */
1805
1817
  ManifestOutputLocation?: S3ManifestOutputLocation;
1806
1818
  /**
1807
1819
  * @public
1808
- * <p>Specifies rules the S3JobManifestGenerator should use to use to decide whether an object
1820
+ * <p>Specifies rules the S3JobManifestGenerator should use to decide whether an object
1809
1821
  * in the source bucket should or should not be included in the generated job manifest.</p>
1810
1822
  */
1811
1823
  Filter?: JobManifestGeneratorFilter;
@@ -1856,6 +1868,35 @@ export interface LambdaInvokeOperation {
1856
1868
  * invoke on every object in the manifest.</p>
1857
1869
  */
1858
1870
  FunctionArn?: string;
1871
+ /**
1872
+ * @public
1873
+ * <p>Specifies the schema version for the payload that Batch Operations sends when invoking
1874
+ * an Lambda function. Version <code>1.0</code> is the default. Version
1875
+ * <code>2.0</code> is required when you use Batch Operations to invoke Lambda functions that act on directory buckets, or if you need to specify
1876
+ * <code>UserArguments</code>. For more information, see <a href="https://aws.amazon.com/blogs/storage/using-lambda-with-s3-batch-operations-and-s3-express-one-zone/">Using Lambda with Amazon S3 Batch Operations and Amazon S3 Express One Zone</a> in the <i>Amazon Web Services Storage
1877
+ * Blog</i>.</p>
1878
+ * <important>
1879
+ * <p>Ensure that your Lambda function code expects
1880
+ * <code>InvocationSchemaVersion</code>
1881
+ * <b>2.0</b> and uses bucket name rather than bucket ARN. If the
1882
+ * <code>InvocationSchemaVersion</code> does not match what your Lambda
1883
+ * function expects, your function might not work as expected.</p>
1884
+ * </important>
1885
+ * <note>
1886
+ * <p>
1887
+ * <b>Directory buckets</b> - To initiate Amazon Web Services Lambda function to perform custom actions on objects in directory buckets, you must specify <code>2.0</code>.</p>
1888
+ * </note>
1889
+ */
1890
+ InvocationSchemaVersion?: string;
1891
+ /**
1892
+ * @public
1893
+ * <p>Key-value pairs that are passed in the payload that Batch Operations sends when invoking
1894
+ * an Lambda function. You must specify <code>InvocationSchemaVersion</code>
1895
+ * <b>2.0</b> for <code>LambdaInvoke</code> operations that include
1896
+ * <code>UserArguments</code>. For more information, see <a href="https://aws.amazon.com/blogs/storage/using-lambda-with-s3-batch-operations-and-s3-express-one-zone/">Using Lambda with Amazon S3 Batch Operations and Amazon S3 Express One Zone</a> in the <i>Amazon Web Services Storage
1897
+ * Blog</i>.</p>
1898
+ */
1899
+ UserArguments?: Record<string, string>;
1859
1900
  }
1860
1901
  /**
1861
1902
  * @public
@@ -2134,12 +2175,18 @@ export interface S3ObjectMetadata {
2134
2175
  UserMetadata?: Record<string, string>;
2135
2176
  /**
2136
2177
  * @public
2137
- * <p></p>
2178
+ * <p>
2179
+ * <i>This member has been deprecated.</i>
2180
+ * </p>
2181
+ * <p></p>
2138
2182
  */
2139
2183
  ContentLength?: number;
2140
2184
  /**
2141
2185
  * @public
2142
- * <p></p>
2186
+ * <p>
2187
+ * <i>This member has been deprecated.</i>
2188
+ * </p>
2189
+ * <p></p>
2143
2190
  */
2144
2191
  ContentMD5?: string;
2145
2192
  /**
@@ -2154,12 +2201,18 @@ export interface S3ObjectMetadata {
2154
2201
  HttpExpiresDate?: Date;
2155
2202
  /**
2156
2203
  * @public
2157
- * <p></p>
2204
+ * <p>
2205
+ * <i>This member has been deprecated.</i>
2206
+ * </p>
2207
+ * <p></p>
2158
2208
  */
2159
2209
  RequesterCharged?: boolean;
2160
2210
  /**
2161
2211
  * @public
2162
2212
  * <p></p>
2213
+ * <note>
2214
+ * <p>For directory buckets, only the server-side encryption with Amazon S3 managed keys (SSE-S3) (<code>AES256</code>) is supported.</p>
2215
+ * </note>
2163
2216
  */
2164
2217
  SSEAlgorithm?: S3SSEAlgorithm;
2165
2218
  }
@@ -2219,19 +2272,37 @@ export interface S3CopyObjectOperation {
2219
2272
  * <p>Specifies the destination bucket
2220
2273
  * Amazon Resource Name
2221
2274
  * (ARN)
2222
- * for the batch copy operation. For example, to copy objects to a bucket named
2223
- * <code>destinationBucket</code>, set the <code>TargetResource</code> property to
2224
- * <code>arn:aws:s3:::destinationBucket</code>.</p>
2275
+ * for the batch copy operation.</p>
2276
+ * <ul>
2277
+ * <li>
2278
+ * <p>
2279
+ * <b>General purpose buckets</b> - For example, to copy objects to a general purpose bucket named
2280
+ * <code>destinationBucket</code>, set the <code>TargetResource</code> property to
2281
+ * <code>arn:aws:s3:::destinationBucket</code>.</p>
2282
+ * </li>
2283
+ * <li>
2284
+ * <p>
2285
+ * <b>Directory buckets</b> - For example, to copy objects to a directory bucket named
2286
+ * <code>destinationBucket</code> in the Availability Zone; identified by the AZ ID <code>usw2-az2</code>, set the <code>TargetResource</code> property to
2287
+ * <code>arn:aws:s3express:<i>region</i>:<i>account_id</i>:/bucket/<i>destination_bucket_base_name</i>--<i>usw2-az2</i>--x-s3</code>.</p>
2288
+ * </li>
2289
+ * </ul>
2225
2290
  */
2226
2291
  TargetResource?: string;
2227
2292
  /**
2228
2293
  * @public
2229
2294
  * <p></p>
2295
+ * <note>
2296
+ * <p>This functionality is not supported by directory buckets.</p>
2297
+ * </note>
2230
2298
  */
2231
2299
  CannedAccessControlList?: S3CannedAccessControlList;
2232
2300
  /**
2233
2301
  * @public
2234
2302
  * <p></p>
2303
+ * <note>
2304
+ * <p>This functionality is not supported by directory buckets.</p>
2305
+ * </note>
2235
2306
  */
2236
2307
  AccessControlGrants?: S3Grant[];
2237
2308
  /**
@@ -2253,24 +2324,41 @@ export interface S3CopyObjectOperation {
2253
2324
  NewObjectMetadata?: S3ObjectMetadata;
2254
2325
  /**
2255
2326
  * @public
2256
- * <p></p>
2327
+ * <p>Specifies a list of tags to add to the destination objects after they are copied.
2328
+ * If <code>NewObjectTagging</code> is not specified, the tags of the source objects are copied to destination objects by default.</p>
2329
+ * <note>
2330
+ * <p>
2331
+ * <b>Directory buckets</b> - Tags aren't supported by directory buckets.
2332
+ * If your source objects have tags and your destination bucket is a directory bucket, specify an empty tag set in the <code>NewObjectTagging</code> field
2333
+ * to prevent copying the source object tags to the directory bucket.</p>
2334
+ * </note>
2257
2335
  */
2258
2336
  NewObjectTagging?: S3Tag[];
2259
2337
  /**
2260
2338
  * @public
2261
- * <p>Specifies an optional metadata property for website redirects,
2262
- * <code>x-amz-website-redirect-location</code>. Allows webpage redirects if the object is
2339
+ * <p>If the destination bucket is configured as a website, specifies an optional metadata property for website redirects,
2340
+ * <code>x-amz-website-redirect-location</code>. Allows webpage redirects if the object copy is
2263
2341
  * accessed through a website endpoint.</p>
2342
+ * <note>
2343
+ * <p>This functionality is not supported by directory buckets.</p>
2344
+ * </note>
2264
2345
  */
2265
2346
  RedirectLocation?: string;
2266
2347
  /**
2267
2348
  * @public
2268
2349
  * <p></p>
2350
+ * <note>
2351
+ * <p>This functionality is not supported by directory buckets.</p>
2352
+ * </note>
2269
2353
  */
2270
2354
  RequesterPays?: boolean;
2271
2355
  /**
2272
2356
  * @public
2273
- * <p></p>
2357
+ * <p>Specify the storage class for the destination objects in a <code>Copy</code> operation.</p>
2358
+ * <note>
2359
+ * <p>
2360
+ * <b>Directory buckets </b> - This functionality is not supported by directory buckets. </p>
2361
+ * </note>
2274
2362
  */
2275
2363
  StorageClass?: S3StorageClass;
2276
2364
  /**
@@ -2281,6 +2369,9 @@ export interface S3CopyObjectOperation {
2281
2369
  /**
2282
2370
  * @public
2283
2371
  * <p></p>
2372
+ * <note>
2373
+ * <p>This functionality is not supported by directory buckets.</p>
2374
+ * </note>
2284
2375
  */
2285
2376
  SSEAwsKmsKeyId?: string;
2286
2377
  /**
@@ -2301,17 +2392,26 @@ export interface S3CopyObjectOperation {
2301
2392
  /**
2302
2393
  * @public
2303
2394
  * <p>The legal hold status to be applied to all objects in the Batch Operations job.</p>
2395
+ * <note>
2396
+ * <p>This functionality is not supported by directory buckets.</p>
2397
+ * </note>
2304
2398
  */
2305
2399
  ObjectLockLegalHoldStatus?: S3ObjectLockLegalHoldStatus;
2306
2400
  /**
2307
2401
  * @public
2308
2402
  * <p>The retention mode to be applied to all objects in the Batch Operations job.</p>
2403
+ * <note>
2404
+ * <p>This functionality is not supported by directory buckets.</p>
2405
+ * </note>
2309
2406
  */
2310
2407
  ObjectLockMode?: S3ObjectLockMode;
2311
2408
  /**
2312
2409
  * @public
2313
2410
  * <p>The date when the applied object retention configuration expires on all objects in the
2314
2411
  * Batch Operations job.</p>
2412
+ * <note>
2413
+ * <p>This functionality is not supported by directory buckets.</p>
2414
+ * </note>
2315
2415
  */
2316
2416
  ObjectLockRetainUntilDate?: Date;
2317
2417
  /**
@@ -2321,6 +2421,9 @@ export interface S3CopyObjectOperation {
2321
2421
  * causes Amazon S3 to use an S3 Bucket Key for object encryption with SSE-KMS.</p>
2322
2422
  * <p>Specifying this header with an <i>object</i> action doesn’t affect
2323
2423
  * <i>bucket-level</i> settings for S3 Bucket Key.</p>
2424
+ * <note>
2425
+ * <p>This functionality is not supported by directory buckets.</p>
2426
+ * </note>
2324
2427
  */
2325
2428
  BucketKeyEnabled?: boolean;
2326
2429
  /**
@@ -2357,6 +2460,9 @@ export interface S3ObjectLockLegalHold {
2357
2460
  * API
2358
2461
  * operation. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-legal-hold.html">Using S3 Object Lock legal hold
2359
2462
  * with S3 Batch Operations</a> in the <i>Amazon S3 User Guide</i>.</p>
2463
+ * <note>
2464
+ * <p>This functionality is not supported by directory buckets.</p>
2465
+ * </note>
2360
2466
  */
2361
2467
  export interface S3SetObjectLegalHoldOperation {
2362
2468
  /**
@@ -2408,6 +2514,9 @@ export interface S3Retention {
2408
2514
  * API
2409
2515
  * operation. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-retention-date.html">Using S3 Object Lock retention
2410
2516
  * with S3 Batch Operations</a> in the <i>Amazon S3 User Guide</i>.</p>
2517
+ * <note>
2518
+ * <p>This functionality is not supported by directory buckets.</p>
2519
+ * </note>
2411
2520
  */
2412
2521
  export interface S3SetObjectRetentionOperation {
2413
2522
  /**
@@ -2471,24 +2580,36 @@ export interface JobOperation {
2471
2580
  * @public
2472
2581
  * <p>Directs the specified job to run a <code>PutObjectAcl</code> call on every object in the
2473
2582
  * manifest.</p>
2583
+ * <note>
2584
+ * <p>This functionality is not supported by directory buckets.</p>
2585
+ * </note>
2474
2586
  */
2475
2587
  S3PutObjectAcl?: S3SetObjectAclOperation;
2476
2588
  /**
2477
2589
  * @public
2478
2590
  * <p>Directs the specified job to run a PUT Object tagging call on every object in the
2479
2591
  * manifest.</p>
2592
+ * <note>
2593
+ * <p>This functionality is not supported by directory buckets.</p>
2594
+ * </note>
2480
2595
  */
2481
2596
  S3PutObjectTagging?: S3SetObjectTaggingOperation;
2482
2597
  /**
2483
2598
  * @public
2484
2599
  * <p>Directs the specified job to execute a DELETE Object tagging call on every object in the
2485
2600
  * manifest.</p>
2601
+ * <note>
2602
+ * <p>This functionality is not supported by directory buckets.</p>
2603
+ * </note>
2486
2604
  */
2487
2605
  S3DeleteObjectTagging?: S3DeleteObjectTaggingOperation;
2488
2606
  /**
2489
2607
  * @public
2490
2608
  * <p>Directs the specified job to initiate restore requests for every archived object in the
2491
2609
  * manifest.</p>
2610
+ * <note>
2611
+ * <p>This functionality is not supported by directory buckets.</p>
2612
+ * </note>
2492
2613
  */
2493
2614
  S3InitiateRestoreObject?: S3InitiateRestoreObjectOperation;
2494
2615
  /**
@@ -2501,6 +2622,9 @@ export interface JobOperation {
2501
2622
  * API
2502
2623
  * operation. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-legal-hold.html">Using S3 Object Lock legal hold
2503
2624
  * with S3 Batch Operations</a> in the <i>Amazon S3 User Guide</i>.</p>
2625
+ * <note>
2626
+ * <p>This functionality is not supported by directory buckets.</p>
2627
+ * </note>
2504
2628
  */
2505
2629
  S3PutObjectLegalHold?: S3SetObjectLegalHoldOperation;
2506
2630
  /**
@@ -2511,12 +2635,18 @@ export interface JobOperation {
2511
2635
  * API
2512
2636
  * operation. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-retention-date.html">Using S3 Object Lock retention
2513
2637
  * with S3 Batch Operations</a> in the <i>Amazon S3 User Guide</i>.</p>
2638
+ * <note>
2639
+ * <p>This functionality is not supported by directory buckets.</p>
2640
+ * </note>
2514
2641
  */
2515
2642
  S3PutObjectRetention?: S3SetObjectRetentionOperation;
2516
2643
  /**
2517
2644
  * @public
2518
2645
  * <p>Directs the specified job to invoke <code>ReplicateObject</code> on every object in the
2519
2646
  * job's manifest.</p>
2647
+ * <note>
2648
+ * <p>This functionality is not supported by directory buckets.</p>
2649
+ * </note>
2520
2650
  */
2521
2651
  S3ReplicateObject?: S3ReplicateObjectOperation;
2522
2652
  }
@@ -2552,6 +2682,11 @@ export interface JobReport {
2552
2682
  * @public
2553
2683
  * <p>The Amazon Resource Name (ARN) for the bucket where specified job-completion report will
2554
2684
  * be stored.</p>
2685
+ * <note>
2686
+ * <p>
2687
+ * <b>Directory buckets</b> - Directory buckets aren't supported
2688
+ * as a location for Batch Operations to store job completion reports.</p>
2689
+ * </note>
2555
2690
  */
2556
2691
  Bucket?: string;
2557
2692
  /**
@@ -2775,44 +2910,38 @@ export interface MatchObjectSize {
2775
2910
  }
2776
2911
  /**
2777
2912
  * @public
2778
- * <p>
2779
- * A logical operator that allows multiple filter conditions to be joined for more complex comparisons of Storage Lens group data.
2780
- * </p>
2913
+ * <p> A logical operator that allows multiple filter conditions to be joined for more complex
2914
+ * comparisons of Storage Lens group data. </p>
2781
2915
  */
2782
2916
  export interface StorageLensGroupAndOperator {
2783
2917
  /**
2784
2918
  * @public
2785
- * <p>
2786
- * Contains a list of prefixes. At least one prefix must be specified. Up to 10 prefixes are allowed.
2787
- * </p>
2919
+ * <p> Contains a list of prefixes. At least one prefix must be specified. Up to 10 prefixes
2920
+ * are allowed. </p>
2788
2921
  */
2789
2922
  MatchAnyPrefix?: string[];
2790
2923
  /**
2791
2924
  * @public
2792
- * <p>
2793
- * Contains a list of suffixes. At least one suffix must be specified. Up to 10 suffixes are allowed.
2794
- * </p>
2925
+ * <p> Contains a list of suffixes. At least one suffix must be specified. Up to 10 suffixes
2926
+ * are allowed. </p>
2795
2927
  */
2796
2928
  MatchAnySuffix?: string[];
2797
2929
  /**
2798
2930
  * @public
2799
- * <p>
2800
- * Contains the list of object tags. At least one object tag must be specified. Up to 10 object tags are allowed.
2801
- * </p>
2931
+ * <p> Contains the list of object tags. At least one object tag must be specified. Up to 10
2932
+ * object tags are allowed. </p>
2802
2933
  */
2803
2934
  MatchAnyTag?: S3Tag[];
2804
2935
  /**
2805
2936
  * @public
2806
- * <p>
2807
- * Contains <code>DaysGreaterThan</code> and <code>DaysLessThan</code> to define the object age range (minimum and maximum number of days).
2808
- * </p>
2937
+ * <p> Contains <code>DaysGreaterThan</code> and <code>DaysLessThan</code> to define the
2938
+ * object age range (minimum and maximum number of days). </p>
2809
2939
  */
2810
2940
  MatchObjectAge?: MatchObjectAge;
2811
2941
  /**
2812
2942
  * @public
2813
- * <p>
2814
- * Contains <code>BytesGreaterThan</code> and <code>BytesLessThan</code> to define the object size range (minimum and maximum number of Bytes).
2815
- * </p>
2943
+ * <p> Contains <code>BytesGreaterThan</code> and <code>BytesLessThan</code> to define the
2944
+ * object size range (minimum and maximum number of Bytes). </p>
2816
2945
  */
2817
2946
  MatchObjectSize?: MatchObjectSize;
2818
2947
  }
@@ -2820,8 +2949,8 @@ export interface StorageLensGroupAndOperator {
2820
2949
  * @public
2821
2950
  * <p>A container element for specifying <code>Or</code> rule conditions. The rule conditions
2822
2951
  * determine the subset of objects to which the <code>Or</code> rule applies. Objects can
2823
- * match any of the listed filter conditions, which are joined by the <code>Or</code> logical operator.
2824
- * Only one of each filter condition is allowed.</p>
2952
+ * match any of the listed filter conditions, which are joined by the <code>Or</code> logical
2953
+ * operator. Only one of each filter condition is allowed.</p>
2825
2954
  */
2826
2955
  export interface StorageLensGroupOrOperator {
2827
2956
  /**
@@ -2860,58 +2989,54 @@ export interface StorageLensGroupOrOperator {
2860
2989
  }
2861
2990
  /**
2862
2991
  * @public
2863
- * <p>The filter element sets the criteria for the Storage Lens group data that is displayed. For multiple filter conditions, the <code>AND</code> or <code>OR</code>
2864
- * logical operator is used.</p>
2992
+ * <p>The filter element sets the criteria for the Storage Lens group data that is displayed.
2993
+ * For multiple filter conditions, the <code>AND</code> or <code>OR</code> logical operator is
2994
+ * used.</p>
2865
2995
  */
2866
2996
  export interface StorageLensGroupFilter {
2867
2997
  /**
2868
2998
  * @public
2869
- * <p>
2870
- * Contains a list of prefixes. At least one prefix must be specified. Up to 10 prefixes are allowed.
2871
- * </p>
2999
+ * <p> Contains a list of prefixes. At least one prefix must be specified. Up to 10 prefixes
3000
+ * are allowed. </p>
2872
3001
  */
2873
3002
  MatchAnyPrefix?: string[];
2874
3003
  /**
2875
3004
  * @public
2876
- * <p>
2877
- * Contains a list of suffixes. At least one suffix must be specified. Up to 10 suffixes are allowed.
2878
- * </p>
3005
+ * <p> Contains a list of suffixes. At least one suffix must be specified. Up to 10 suffixes
3006
+ * are allowed. </p>
2879
3007
  */
2880
3008
  MatchAnySuffix?: string[];
2881
3009
  /**
2882
3010
  * @public
2883
- * <p>
2884
- * Contains the list of S3 object tags. At least one object tag must be specified. Up to 10 object tags are allowed.
2885
- * </p>
3011
+ * <p> Contains the list of S3 object tags. At least one object tag must be specified. Up to
3012
+ * 10 object tags are allowed. </p>
2886
3013
  */
2887
3014
  MatchAnyTag?: S3Tag[];
2888
3015
  /**
2889
3016
  * @public
2890
- * <p>
2891
- * Contains <code>DaysGreaterThan</code> and <code>DaysLessThan</code> to define the object age range (minimum and maximum number of days).
2892
- * </p>
3017
+ * <p> Contains <code>DaysGreaterThan</code> and <code>DaysLessThan</code> to define the
3018
+ * object age range (minimum and maximum number of days). </p>
2893
3019
  */
2894
3020
  MatchObjectAge?: MatchObjectAge;
2895
3021
  /**
2896
3022
  * @public
2897
- * <p>
2898
- * Contains <code>BytesGreaterThan</code> and <code>BytesLessThan</code> to define the object size range (minimum and maximum number of Bytes).
2899
- * </p>
3023
+ * <p> Contains <code>BytesGreaterThan</code> and <code>BytesLessThan</code> to define the
3024
+ * object size range (minimum and maximum number of Bytes). </p>
2900
3025
  */
2901
3026
  MatchObjectSize?: MatchObjectSize;
2902
3027
  /**
2903
3028
  * @public
2904
3029
  * <p>A logical operator that allows multiple filter conditions to be joined for more complex
2905
3030
  * comparisons of Storage Lens group data. Objects must match all of the listed filter
2906
- * conditions that are joined by the <code>And</code> logical operator. Only one of each filter condition
2907
- * is allowed.</p>
3031
+ * conditions that are joined by the <code>And</code> logical operator. Only one of each
3032
+ * filter condition is allowed.</p>
2908
3033
  */
2909
3034
  And?: StorageLensGroupAndOperator;
2910
3035
  /**
2911
3036
  * @public
2912
3037
  * <p>A single logical operator that allows multiple filter conditions to be joined. Objects
2913
- * can match any of the listed filter conditions, which are joined by the <code>Or</code> logical operator.
2914
- * Only one of each filter condition is allowed. </p>
3038
+ * can match any of the listed filter conditions, which are joined by the <code>Or</code>
3039
+ * logical operator. Only one of each filter condition is allowed. </p>
2915
3040
  */
2916
3041
  Or?: StorageLensGroupOrOperator;
2917
3042
  }
@@ -2925,22 +3050,19 @@ export interface StorageLensGroupFilter {
2925
3050
  export interface StorageLensGroup {
2926
3051
  /**
2927
3052
  * @public
2928
- * <p>
2929
- * Contains the name of the Storage Lens group.
2930
- * </p>
3053
+ * <p> Contains the name of the Storage Lens group. </p>
2931
3054
  */
2932
3055
  Name: string | undefined;
2933
3056
  /**
2934
3057
  * @public
2935
- * <p>Sets the criteria for the Storage Lens group data that is displayed. For multiple filter conditions, the <code>AND</code> or <code>OR</code>
2936
- * logical operator is used.</p>
3058
+ * <p>Sets the criteria for the Storage Lens group data that is displayed. For multiple filter
3059
+ * conditions, the <code>AND</code> or <code>OR</code> logical operator is used.</p>
2937
3060
  */
2938
3061
  Filter: StorageLensGroupFilter | undefined;
2939
3062
  /**
2940
3063
  * @public
2941
- * <p>
2942
- * Contains the Amazon Resource Name (ARN) of the Storage Lens group. This property is read-only.
2943
- * </p>
3064
+ * <p> Contains the Amazon Resource Name (ARN) of the Storage Lens group. This property is
3065
+ * read-only. </p>
2944
3066
  */
2945
3067
  StorageLensGroupArn?: string;
2946
3068
  }
@@ -3345,7 +3467,9 @@ export interface S3GeneratedManifestDescriptor {
3345
3467
  Format?: GeneratedManifestFormat;
3346
3468
  /**
3347
3469
  * @public
3348
- * <p>Contains the information required to locate a manifest object.</p>
3470
+ * <p>Contains the information required to locate a manifest object. Manifests can't be
3471
+ * imported from directory buckets. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-overview.html">Directory
3472
+ * buckets</a>.</p>
3349
3473
  */
3350
3474
  Location?: JobManifestLocation;
3351
3475
  }
@@ -4620,8 +4744,7 @@ export interface Destination {
4620
4744
  * are stored in the <code>OUTPOSTS</code> storage class. S3 on Outposts uses the
4621
4745
  * <code>OUTPOSTS</code> storage class to create the object replicas. </p>
4622
4746
  * <note>
4623
- * <p>Values other than <code>OUTPOSTS</code> are not supported by Amazon S3 on Outposts.
4624
- * </p>
4747
+ * <p>Values other than <code>OUTPOSTS</code> aren't supported by Amazon S3 on Outposts. </p>
4625
4748
  * </note>
4626
4749
  */
4627
4750
  StorageClass?: ReplicationStorageClass;
@@ -488,6 +488,8 @@ export declare namespace JobManifestGenerator {
488
488
  }
489
489
  export interface LambdaInvokeOperation {
490
490
  FunctionArn?: string;
491
+ InvocationSchemaVersion?: string;
492
+ UserArguments?: Record<string, string>;
491
493
  }
492
494
  export interface S3DeleteObjectTaggingOperation {}
493
495
  export declare const S3GlacierJobTier: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3-control",
3
3
  "description": "AWS SDK for JavaScript S3 Control Client for Node.js, Browser and React Native",
4
- "version": "3.458.0",
4
+ "version": "3.461.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -23,20 +23,20 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "3.0.0",
25
25
  "@aws-crypto/sha256-js": "3.0.0",
26
- "@aws-sdk/client-sts": "3.458.0",
26
+ "@aws-sdk/client-sts": "3.461.0",
27
27
  "@aws-sdk/core": "3.451.0",
28
- "@aws-sdk/credential-provider-node": "3.458.0",
29
- "@aws-sdk/middleware-host-header": "3.451.0",
30
- "@aws-sdk/middleware-logger": "3.451.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.451.0",
32
- "@aws-sdk/middleware-sdk-s3-control": "3.451.0",
33
- "@aws-sdk/middleware-signing": "3.451.0",
34
- "@aws-sdk/middleware-user-agent": "3.451.0",
28
+ "@aws-sdk/credential-provider-node": "3.460.0",
29
+ "@aws-sdk/middleware-host-header": "3.460.0",
30
+ "@aws-sdk/middleware-logger": "3.460.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.460.0",
32
+ "@aws-sdk/middleware-sdk-s3-control": "3.460.0",
33
+ "@aws-sdk/middleware-signing": "3.461.0",
34
+ "@aws-sdk/middleware-user-agent": "3.460.0",
35
35
  "@aws-sdk/region-config-resolver": "3.451.0",
36
- "@aws-sdk/types": "3.451.0",
37
- "@aws-sdk/util-endpoints": "3.451.0",
38
- "@aws-sdk/util-user-agent-browser": "3.451.0",
39
- "@aws-sdk/util-user-agent-node": "3.451.0",
36
+ "@aws-sdk/types": "3.460.0",
37
+ "@aws-sdk/util-endpoints": "3.460.0",
38
+ "@aws-sdk/util-user-agent-browser": "3.460.0",
39
+ "@aws-sdk/util-user-agent-node": "3.460.0",
40
40
  "@aws-sdk/xml-builder": "3.310.0",
41
41
  "@smithy/config-resolver": "^2.0.18",
42
42
  "@smithy/fetch-http-handler": "^2.2.6",