@aws-sdk/client-s3-control 3.181.0 → 3.184.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 (80) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/models/models_0.js +5 -0
  3. package/dist-es/S3Control.js +238 -245
  4. package/dist-es/S3ControlClient.js +23 -29
  5. package/dist-es/commands/CreateAccessPointCommand.js +21 -28
  6. package/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js +21 -28
  7. package/dist-es/commands/CreateBucketCommand.js +21 -28
  8. package/dist-es/commands/CreateJobCommand.js +21 -28
  9. package/dist-es/commands/CreateMultiRegionAccessPointCommand.js +21 -28
  10. package/dist-es/commands/DeleteAccessPointCommand.js +22 -29
  11. package/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js +22 -29
  12. package/dist-es/commands/DeleteAccessPointPolicyCommand.js +22 -29
  13. package/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +22 -29
  14. package/dist-es/commands/DeleteBucketCommand.js +22 -29
  15. package/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js +22 -29
  16. package/dist-es/commands/DeleteBucketPolicyCommand.js +22 -29
  17. package/dist-es/commands/DeleteBucketTaggingCommand.js +22 -29
  18. package/dist-es/commands/DeleteJobTaggingCommand.js +21 -28
  19. package/dist-es/commands/DeleteMultiRegionAccessPointCommand.js +21 -28
  20. package/dist-es/commands/DeletePublicAccessBlockCommand.js +22 -29
  21. package/dist-es/commands/DeleteStorageLensConfigurationCommand.js +22 -29
  22. package/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js +21 -28
  23. package/dist-es/commands/DescribeJobCommand.js +21 -28
  24. package/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js +21 -28
  25. package/dist-es/commands/GetAccessPointCommand.js +21 -28
  26. package/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +21 -28
  27. package/dist-es/commands/GetAccessPointForObjectLambdaCommand.js +21 -28
  28. package/dist-es/commands/GetAccessPointPolicyCommand.js +21 -28
  29. package/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +21 -28
  30. package/dist-es/commands/GetAccessPointPolicyStatusCommand.js +21 -28
  31. package/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +21 -28
  32. package/dist-es/commands/GetBucketCommand.js +21 -28
  33. package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +21 -28
  34. package/dist-es/commands/GetBucketPolicyCommand.js +21 -28
  35. package/dist-es/commands/GetBucketTaggingCommand.js +21 -28
  36. package/dist-es/commands/GetBucketVersioningCommand.js +21 -28
  37. package/dist-es/commands/GetJobTaggingCommand.js +21 -28
  38. package/dist-es/commands/GetMultiRegionAccessPointCommand.js +21 -28
  39. package/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js +21 -28
  40. package/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +21 -28
  41. package/dist-es/commands/GetPublicAccessBlockCommand.js +21 -28
  42. package/dist-es/commands/GetStorageLensConfigurationCommand.js +21 -28
  43. package/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js +21 -28
  44. package/dist-es/commands/ListAccessPointsCommand.js +21 -28
  45. package/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js +21 -28
  46. package/dist-es/commands/ListJobsCommand.js +21 -28
  47. package/dist-es/commands/ListMultiRegionAccessPointsCommand.js +21 -28
  48. package/dist-es/commands/ListRegionalBucketsCommand.js +21 -28
  49. package/dist-es/commands/ListStorageLensConfigurationsCommand.js +21 -28
  50. package/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +22 -29
  51. package/dist-es/commands/PutAccessPointPolicyCommand.js +22 -29
  52. package/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +22 -29
  53. package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +22 -29
  54. package/dist-es/commands/PutBucketPolicyCommand.js +22 -29
  55. package/dist-es/commands/PutBucketTaggingCommand.js +22 -29
  56. package/dist-es/commands/PutBucketVersioningCommand.js +22 -29
  57. package/dist-es/commands/PutJobTaggingCommand.js +21 -28
  58. package/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js +21 -28
  59. package/dist-es/commands/PutPublicAccessBlockCommand.js +22 -29
  60. package/dist-es/commands/PutStorageLensConfigurationCommand.js +22 -29
  61. package/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js +21 -28
  62. package/dist-es/commands/UpdateJobPriorityCommand.js +21 -28
  63. package/dist-es/commands/UpdateJobStatusCommand.js +21 -28
  64. package/dist-es/endpoints.js +8 -8
  65. package/dist-es/models/S3ControlServiceException.js +5 -10
  66. package/dist-es/models/models_0.js +728 -344
  67. package/dist-es/pagination/ListAccessPointsForObjectLambdaPaginator.js +25 -68
  68. package/dist-es/pagination/ListAccessPointsPaginator.js +25 -68
  69. package/dist-es/pagination/ListJobsPaginator.js +25 -68
  70. package/dist-es/pagination/ListMultiRegionAccessPointsPaginator.js +25 -68
  71. package/dist-es/pagination/ListRegionalBucketsPaginator.js +25 -68
  72. package/dist-es/pagination/ListStorageLensConfigurationsPaginator.js +24 -67
  73. package/dist-es/protocols/Aws_restXml.js +4548 -6164
  74. package/dist-es/runtimeConfig.browser.js +28 -12
  75. package/dist-es/runtimeConfig.js +32 -12
  76. package/dist-es/runtimeConfig.native.js +8 -5
  77. package/dist-es/runtimeConfig.shared.js +8 -11
  78. package/dist-types/models/models_0.d.ts +7 -2
  79. package/dist-types/ts3.4/models/models_0.d.ts +5 -0
  80. package/package.json +39 -39
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.184.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.183.0...v3.184.0) (2022-10-04)
7
+
8
+
9
+ ### Features
10
+
11
+ * **client-s3-control:** S3 Object Lambda adds support to allow customers to intercept HeadObject and ListObjects requests and introduce their own compute. These requests were previously proxied to S3. ([9915896](https://github.com/aws/aws-sdk-js-v3/commit/9915896feb5537e59f42a18f08eb65629dc5269b))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-s3-control
20
+
21
+
22
+
23
+
24
+
6
25
  # [3.181.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.180.0...v3.181.0) (2022-09-29)
7
26
 
8
27
 
@@ -21,10 +21,15 @@ var ObjectLambdaAllowedFeature;
21
21
  (function (ObjectLambdaAllowedFeature) {
22
22
  ObjectLambdaAllowedFeature["GetObjectPartNumber"] = "GetObject-PartNumber";
23
23
  ObjectLambdaAllowedFeature["GetObjectRange"] = "GetObject-Range";
24
+ ObjectLambdaAllowedFeature["HeadObjectPartNumber"] = "HeadObject-PartNumber";
25
+ ObjectLambdaAllowedFeature["HeadObjectRange"] = "HeadObject-Range";
24
26
  })(ObjectLambdaAllowedFeature = exports.ObjectLambdaAllowedFeature || (exports.ObjectLambdaAllowedFeature = {}));
25
27
  var ObjectLambdaTransformationConfigurationAction;
26
28
  (function (ObjectLambdaTransformationConfigurationAction) {
27
29
  ObjectLambdaTransformationConfigurationAction["GetObject"] = "GetObject";
30
+ ObjectLambdaTransformationConfigurationAction["HeadObject"] = "HeadObject";
31
+ ObjectLambdaTransformationConfigurationAction["ListObjects"] = "ListObjects";
32
+ ObjectLambdaTransformationConfigurationAction["ListObjectsV2"] = "ListObjectsV2";
28
33
  })(ObjectLambdaTransformationConfigurationAction = exports.ObjectLambdaTransformationConfigurationAction || (exports.ObjectLambdaTransformationConfigurationAction = {}));
29
34
  var ObjectLambdaContentTransformation;
30
35
  (function (ObjectLambdaContentTransformation) {