@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.
- package/CHANGELOG.md +19 -0
- package/dist-cjs/models/models_0.js +5 -0
- package/dist-es/S3Control.js +238 -245
- package/dist-es/S3ControlClient.js +23 -29
- package/dist-es/commands/CreateAccessPointCommand.js +21 -28
- package/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js +21 -28
- package/dist-es/commands/CreateBucketCommand.js +21 -28
- package/dist-es/commands/CreateJobCommand.js +21 -28
- package/dist-es/commands/CreateMultiRegionAccessPointCommand.js +21 -28
- package/dist-es/commands/DeleteAccessPointCommand.js +22 -29
- package/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js +22 -29
- package/dist-es/commands/DeleteAccessPointPolicyCommand.js +22 -29
- package/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +22 -29
- package/dist-es/commands/DeleteBucketCommand.js +22 -29
- package/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js +22 -29
- package/dist-es/commands/DeleteBucketPolicyCommand.js +22 -29
- package/dist-es/commands/DeleteBucketTaggingCommand.js +22 -29
- package/dist-es/commands/DeleteJobTaggingCommand.js +21 -28
- package/dist-es/commands/DeleteMultiRegionAccessPointCommand.js +21 -28
- package/dist-es/commands/DeletePublicAccessBlockCommand.js +22 -29
- package/dist-es/commands/DeleteStorageLensConfigurationCommand.js +22 -29
- package/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js +21 -28
- package/dist-es/commands/DescribeJobCommand.js +21 -28
- package/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js +21 -28
- package/dist-es/commands/GetAccessPointCommand.js +21 -28
- package/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +21 -28
- package/dist-es/commands/GetAccessPointForObjectLambdaCommand.js +21 -28
- package/dist-es/commands/GetAccessPointPolicyCommand.js +21 -28
- package/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +21 -28
- package/dist-es/commands/GetAccessPointPolicyStatusCommand.js +21 -28
- package/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +21 -28
- package/dist-es/commands/GetBucketCommand.js +21 -28
- package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +21 -28
- package/dist-es/commands/GetBucketPolicyCommand.js +21 -28
- package/dist-es/commands/GetBucketTaggingCommand.js +21 -28
- package/dist-es/commands/GetBucketVersioningCommand.js +21 -28
- package/dist-es/commands/GetJobTaggingCommand.js +21 -28
- package/dist-es/commands/GetMultiRegionAccessPointCommand.js +21 -28
- package/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js +21 -28
- package/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +21 -28
- package/dist-es/commands/GetPublicAccessBlockCommand.js +21 -28
- package/dist-es/commands/GetStorageLensConfigurationCommand.js +21 -28
- package/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js +21 -28
- package/dist-es/commands/ListAccessPointsCommand.js +21 -28
- package/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js +21 -28
- package/dist-es/commands/ListJobsCommand.js +21 -28
- package/dist-es/commands/ListMultiRegionAccessPointsCommand.js +21 -28
- package/dist-es/commands/ListRegionalBucketsCommand.js +21 -28
- package/dist-es/commands/ListStorageLensConfigurationsCommand.js +21 -28
- package/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +22 -29
- package/dist-es/commands/PutAccessPointPolicyCommand.js +22 -29
- package/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +22 -29
- package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +22 -29
- package/dist-es/commands/PutBucketPolicyCommand.js +22 -29
- package/dist-es/commands/PutBucketTaggingCommand.js +22 -29
- package/dist-es/commands/PutBucketVersioningCommand.js +22 -29
- package/dist-es/commands/PutJobTaggingCommand.js +21 -28
- package/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js +21 -28
- package/dist-es/commands/PutPublicAccessBlockCommand.js +22 -29
- package/dist-es/commands/PutStorageLensConfigurationCommand.js +22 -29
- package/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js +21 -28
- package/dist-es/commands/UpdateJobPriorityCommand.js +21 -28
- package/dist-es/commands/UpdateJobStatusCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/S3ControlServiceException.js +5 -10
- package/dist-es/models/models_0.js +728 -344
- package/dist-es/pagination/ListAccessPointsForObjectLambdaPaginator.js +25 -68
- package/dist-es/pagination/ListAccessPointsPaginator.js +25 -68
- package/dist-es/pagination/ListJobsPaginator.js +25 -68
- package/dist-es/pagination/ListMultiRegionAccessPointsPaginator.js +25 -68
- package/dist-es/pagination/ListRegionalBucketsPaginator.js +25 -68
- package/dist-es/pagination/ListStorageLensConfigurationsPaginator.js +24 -67
- package/dist-es/protocols/Aws_restXml.js +4548 -6164
- package/dist-es/runtimeConfig.browser.js +28 -12
- package/dist-es/runtimeConfig.js +32 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-types/models/models_0.d.ts +7 -2
- package/dist-types/ts3.4/models/models_0.d.ts +5 -0
- 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) {
|