@aws-sdk/client-s3-control 3.288.0 → 3.290.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/README.md +24 -0
- package/dist-cjs/S3Control.js +45 -0
- package/dist-cjs/commands/DeleteBucketReplicationCommand.js +52 -0
- package/dist-cjs/commands/GetBucketReplicationCommand.js +52 -0
- package/dist-cjs/commands/PutBucketReplicationCommand.js +54 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/endpoint/ruleset.js +2 -2
- package/dist-cjs/models/models_0.js +133 -5
- package/dist-cjs/protocols/Aws_restXml.js +654 -3
- package/dist-es/S3Control.js +45 -0
- package/dist-es/commands/DeleteBucketReplicationCommand.js +48 -0
- package/dist-es/commands/GetBucketReplicationCommand.js +48 -0
- package/dist-es/commands/PutBucketReplicationCommand.js +50 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/endpoint/ruleset.js +2 -2
- package/dist-es/models/models_0.js +108 -0
- package/dist-es/protocols/Aws_restXml.js +645 -0
- package/dist-types/S3Control.d.ts +222 -29
- package/dist-types/S3ControlClient.d.ts +5 -2
- package/dist-types/commands/CreateAccessPointCommand.d.ts +1 -0
- package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/CreateBucketCommand.d.ts +9 -0
- package/dist-types/commands/CreateJobCommand.d.ts +13 -0
- package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccessPointCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBucketCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +78 -0
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -0
- package/dist-types/commands/DeleteJobTaggingCommand.d.ts +14 -3
- package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +1 -0
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -0
- package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +1 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +13 -0
- package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessPointCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/GetBucketCommand.d.ts +1 -0
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetBucketReplicationCommand.d.ts +85 -0
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -0
- package/dist-types/commands/GetBucketVersioningCommand.d.ts +12 -6
- package/dist-types/commands/GetJobTaggingCommand.d.ts +14 -3
- package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +1 -0
- package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetMultiRegionAccessPointRoutesCommand.d.ts +1 -0
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +6 -0
- package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +1 -0
- package/dist-types/commands/ListAccessPointsCommand.d.ts +9 -4
- package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/ListJobsCommand.d.ts +10 -0
- package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -0
- package/dist-types/commands/ListRegionalBucketsCommand.d.ts +1 -0
- package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +1 -0
- package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -0
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +122 -0
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -0
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +16 -9
- package/dist-types/commands/PutJobTaggingCommand.d.ts +17 -2
- package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -0
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -0
- package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -0
- package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -0
- package/dist-types/commands/UpdateJobPriorityCommand.d.ts +13 -0
- package/dist-types/commands/UpdateJobStatusCommand.d.ts +16 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +680 -73
- package/dist-types/protocols/Aws_restXml.d.ts +9 -0
- package/dist-types/ts3.4/S3Control.d.ts +51 -0
- package/dist-types/ts3.4/S3ControlClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +180 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +36 -0
- package/package.json +34 -34
|
@@ -51,6 +51,10 @@ import {
|
|
|
51
51
|
DeleteBucketPolicyCommandInput,
|
|
52
52
|
DeleteBucketPolicyCommandOutput,
|
|
53
53
|
} from "../commands/DeleteBucketPolicyCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteBucketReplicationCommandInput,
|
|
56
|
+
DeleteBucketReplicationCommandOutput,
|
|
57
|
+
} from "../commands/DeleteBucketReplicationCommand";
|
|
54
58
|
import {
|
|
55
59
|
DeleteBucketTaggingCommandInput,
|
|
56
60
|
DeleteBucketTaggingCommandOutput,
|
|
@@ -123,6 +127,10 @@ import {
|
|
|
123
127
|
GetBucketPolicyCommandInput,
|
|
124
128
|
GetBucketPolicyCommandOutput,
|
|
125
129
|
} from "../commands/GetBucketPolicyCommand";
|
|
130
|
+
import {
|
|
131
|
+
GetBucketReplicationCommandInput,
|
|
132
|
+
GetBucketReplicationCommandOutput,
|
|
133
|
+
} from "../commands/GetBucketReplicationCommand";
|
|
126
134
|
import {
|
|
127
135
|
GetBucketTaggingCommandInput,
|
|
128
136
|
GetBucketTaggingCommandOutput,
|
|
@@ -207,6 +215,10 @@ import {
|
|
|
207
215
|
PutBucketPolicyCommandInput,
|
|
208
216
|
PutBucketPolicyCommandOutput,
|
|
209
217
|
} from "../commands/PutBucketPolicyCommand";
|
|
218
|
+
import {
|
|
219
|
+
PutBucketReplicationCommandInput,
|
|
220
|
+
PutBucketReplicationCommandOutput,
|
|
221
|
+
} from "../commands/PutBucketReplicationCommand";
|
|
210
222
|
import {
|
|
211
223
|
PutBucketTaggingCommandInput,
|
|
212
224
|
PutBucketTaggingCommandOutput,
|
|
@@ -295,6 +307,10 @@ export declare const serializeAws_restXmlDeleteBucketPolicyCommand: (
|
|
|
295
307
|
input: DeleteBucketPolicyCommandInput,
|
|
296
308
|
context: __SerdeContext
|
|
297
309
|
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_restXmlDeleteBucketReplicationCommand: (
|
|
311
|
+
input: DeleteBucketReplicationCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
298
314
|
export declare const serializeAws_restXmlDeleteBucketTaggingCommand: (
|
|
299
315
|
input: DeleteBucketTaggingCommandInput,
|
|
300
316
|
context: __SerdeContext
|
|
@@ -367,6 +383,10 @@ export declare const serializeAws_restXmlGetBucketPolicyCommand: (
|
|
|
367
383
|
input: GetBucketPolicyCommandInput,
|
|
368
384
|
context: __SerdeContext
|
|
369
385
|
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const serializeAws_restXmlGetBucketReplicationCommand: (
|
|
387
|
+
input: GetBucketReplicationCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
370
390
|
export declare const serializeAws_restXmlGetBucketTaggingCommand: (
|
|
371
391
|
input: GetBucketTaggingCommandInput,
|
|
372
392
|
context: __SerdeContext
|
|
@@ -451,6 +471,10 @@ export declare const serializeAws_restXmlPutBucketPolicyCommand: (
|
|
|
451
471
|
input: PutBucketPolicyCommandInput,
|
|
452
472
|
context: __SerdeContext
|
|
453
473
|
) => Promise<__HttpRequest>;
|
|
474
|
+
export declare const serializeAws_restXmlPutBucketReplicationCommand: (
|
|
475
|
+
input: PutBucketReplicationCommandInput,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<__HttpRequest>;
|
|
454
478
|
export declare const serializeAws_restXmlPutBucketTaggingCommand: (
|
|
455
479
|
input: PutBucketTaggingCommandInput,
|
|
456
480
|
context: __SerdeContext
|
|
@@ -539,6 +563,10 @@ export declare const deserializeAws_restXmlDeleteBucketPolicyCommand: (
|
|
|
539
563
|
output: __HttpResponse,
|
|
540
564
|
context: __SerdeContext
|
|
541
565
|
) => Promise<DeleteBucketPolicyCommandOutput>;
|
|
566
|
+
export declare const deserializeAws_restXmlDeleteBucketReplicationCommand: (
|
|
567
|
+
output: __HttpResponse,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<DeleteBucketReplicationCommandOutput>;
|
|
542
570
|
export declare const deserializeAws_restXmlDeleteBucketTaggingCommand: (
|
|
543
571
|
output: __HttpResponse,
|
|
544
572
|
context: __SerdeContext
|
|
@@ -611,6 +639,10 @@ export declare const deserializeAws_restXmlGetBucketPolicyCommand: (
|
|
|
611
639
|
output: __HttpResponse,
|
|
612
640
|
context: __SerdeContext
|
|
613
641
|
) => Promise<GetBucketPolicyCommandOutput>;
|
|
642
|
+
export declare const deserializeAws_restXmlGetBucketReplicationCommand: (
|
|
643
|
+
output: __HttpResponse,
|
|
644
|
+
context: __SerdeContext
|
|
645
|
+
) => Promise<GetBucketReplicationCommandOutput>;
|
|
614
646
|
export declare const deserializeAws_restXmlGetBucketTaggingCommand: (
|
|
615
647
|
output: __HttpResponse,
|
|
616
648
|
context: __SerdeContext
|
|
@@ -695,6 +727,10 @@ export declare const deserializeAws_restXmlPutBucketPolicyCommand: (
|
|
|
695
727
|
output: __HttpResponse,
|
|
696
728
|
context: __SerdeContext
|
|
697
729
|
) => Promise<PutBucketPolicyCommandOutput>;
|
|
730
|
+
export declare const deserializeAws_restXmlPutBucketReplicationCommand: (
|
|
731
|
+
output: __HttpResponse,
|
|
732
|
+
context: __SerdeContext
|
|
733
|
+
) => Promise<PutBucketReplicationCommandOutput>;
|
|
698
734
|
export declare const deserializeAws_restXmlPutBucketTaggingCommand: (
|
|
699
735
|
output: __HttpResponse,
|
|
700
736
|
context: __SerdeContext
|
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.290.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",
|
|
@@ -22,42 +22,42 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
25
|
-
"@aws-sdk/client-sts": "3.
|
|
26
|
-
"@aws-sdk/config-resolver": "3.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
28
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
29
|
-
"@aws-sdk/hash-blob-browser": "3.
|
|
30
|
-
"@aws-sdk/hash-node": "3.
|
|
31
|
-
"@aws-sdk/hash-stream-node": "3.
|
|
32
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
33
|
-
"@aws-sdk/md5-js": "3.
|
|
34
|
-
"@aws-sdk/middleware-apply-body-checksum": "3.
|
|
35
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
36
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
38
|
-
"@aws-sdk/middleware-logger": "3.
|
|
39
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
40
|
-
"@aws-sdk/middleware-retry": "3.
|
|
41
|
-
"@aws-sdk/middleware-sdk-s3-control": "3.
|
|
42
|
-
"@aws-sdk/middleware-serde": "3.
|
|
43
|
-
"@aws-sdk/middleware-signing": "3.
|
|
44
|
-
"@aws-sdk/middleware-stack": "3.
|
|
45
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
46
|
-
"@aws-sdk/node-config-provider": "3.
|
|
47
|
-
"@aws-sdk/node-http-handler": "3.
|
|
48
|
-
"@aws-sdk/protocol-http": "3.
|
|
49
|
-
"@aws-sdk/smithy-client": "3.
|
|
50
|
-
"@aws-sdk/types": "3.
|
|
51
|
-
"@aws-sdk/url-parser": "3.
|
|
25
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
26
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
29
|
+
"@aws-sdk/hash-blob-browser": "3.290.0",
|
|
30
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
31
|
+
"@aws-sdk/hash-stream-node": "3.290.0",
|
|
32
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
33
|
+
"@aws-sdk/md5-js": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-apply-body-checksum": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
39
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
40
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
41
|
+
"@aws-sdk/middleware-sdk-s3-control": "3.290.0",
|
|
42
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
43
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
44
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
45
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
46
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
47
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
48
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
49
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
50
|
+
"@aws-sdk/types": "3.290.0",
|
|
51
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
52
52
|
"@aws-sdk/util-base64": "3.208.0",
|
|
53
53
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
54
54
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
55
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
56
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
57
|
-
"@aws-sdk/util-endpoints": "3.
|
|
58
|
-
"@aws-sdk/util-retry": "3.
|
|
59
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
60
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
56
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
57
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
58
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
59
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
60
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
61
61
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
62
62
|
"@aws-sdk/xml-builder": "3.201.0",
|
|
63
63
|
"fast-xml-parser": "4.1.2",
|