@aws-sdk/client-s3-control 3.299.0 → 3.301.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/dist-types/commands/CreateAccessPointCommand.d.ts +15 -0
- package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +24 -0
- package/dist-types/commands/CreateBucketCommand.d.ts +14 -0
- package/dist-types/commands/CreateJobCommand.d.ts +161 -0
- package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +19 -0
- package/dist-types/commands/DeleteAccessPointCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBucketCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +4 -0
- package/dist-types/commands/DeleteJobTaggingCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +7 -0
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +3 -0
- package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +4 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +4 -0
- package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +4 -0
- package/dist-types/commands/GetAccessPointCommand.d.ts +4 -0
- package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +4 -0
- package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +4 -0
- package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +4 -0
- package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +4 -0
- package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +4 -0
- package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +4 -0
- package/dist-types/commands/GetBucketCommand.d.ts +4 -0
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +4 -0
- package/dist-types/commands/GetBucketReplicationCommand.d.ts +4 -0
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +4 -0
- package/dist-types/commands/GetBucketVersioningCommand.d.ts +4 -0
- package/dist-types/commands/GetJobTaggingCommand.d.ts +4 -0
- package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +4 -0
- package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +4 -0
- package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +4 -0
- package/dist-types/commands/GetMultiRegionAccessPointRoutesCommand.d.ts +4 -0
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +3 -0
- package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +4 -0
- package/dist-types/commands/ListAccessPointsCommand.d.ts +6 -0
- package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +5 -0
- package/dist-types/commands/ListJobsCommand.d.ts +8 -0
- package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +5 -0
- package/dist-types/commands/ListRegionalBucketsCommand.d.ts +6 -0
- package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +4 -0
- package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +24 -0
- package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +5 -0
- package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +5 -0
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +57 -0
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +6 -0
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +69 -0
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +12 -0
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +9 -0
- package/dist-types/commands/PutJobTaggingCommand.d.ts +10 -0
- package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +8 -0
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +9 -0
- package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +90 -0
- package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +10 -0
- package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +11 -0
- package/dist-types/commands/UpdateJobPriorityCommand.d.ts +5 -0
- package/dist-types/commands/UpdateJobStatusCommand.d.ts +6 -0
- package/package.json +9 -9
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.
|
|
4
|
+
"version": "3.301.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,9 +23,9 @@
|
|
|
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.
|
|
27
|
-
"@aws-sdk/config-resolver": "3.
|
|
28
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
27
|
+
"@aws-sdk/config-resolver": "3.300.0",
|
|
28
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
29
29
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
30
30
|
"@aws-sdk/hash-blob-browser": "3.299.0",
|
|
31
31
|
"@aws-sdk/hash-node": "3.296.0",
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
39
39
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
40
40
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
41
|
-
"@aws-sdk/middleware-retry": "3.
|
|
42
|
-
"@aws-sdk/middleware-sdk-s3-control": "3.
|
|
41
|
+
"@aws-sdk/middleware-retry": "3.300.0",
|
|
42
|
+
"@aws-sdk/middleware-sdk-s3-control": "3.300.0",
|
|
43
43
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
44
44
|
"@aws-sdk/middleware-signing": "3.299.0",
|
|
45
45
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
46
46
|
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
47
|
-
"@aws-sdk/node-config-provider": "3.
|
|
47
|
+
"@aws-sdk/node-config-provider": "3.300.0",
|
|
48
48
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
49
49
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
50
50
|
"@aws-sdk/smithy-client": "3.296.0",
|
|
@@ -54,11 +54,11 @@
|
|
|
54
54
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
55
55
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
56
56
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
57
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
57
|
+
"@aws-sdk/util-defaults-mode-node": "3.300.0",
|
|
58
58
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
59
59
|
"@aws-sdk/util-retry": "3.296.0",
|
|
60
60
|
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
61
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
61
|
+
"@aws-sdk/util-user-agent-node": "3.300.0",
|
|
62
62
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
63
63
|
"@aws-sdk/xml-builder": "3.295.0",
|
|
64
64
|
"fast-xml-parser": "4.1.2",
|