@aws-sdk/client-s3-control 3.450.0 → 3.452.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 +64 -0
- package/dist-cjs/S3Control.js +16 -0
- package/dist-cjs/commands/CreateStorageLensGroupCommand.js +56 -0
- package/dist-cjs/commands/DeleteStorageLensGroupCommand.js +56 -0
- package/dist-cjs/commands/GetStorageLensGroupCommand.js +56 -0
- package/dist-cjs/commands/ListStorageLensGroupsCommand.js +56 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +56 -0
- package/dist-cjs/commands/TagResourceCommand.js +56 -0
- package/dist-cjs/commands/UntagResourceCommand.js +56 -0
- package/dist-cjs/commands/UpdateStorageLensGroupCommand.js +56 -0
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/pagination/ListStorageLensGroupsPaginator.js +28 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restXml.js +968 -3
- package/dist-es/S3Control.js +16 -0
- package/dist-es/commands/CreateStorageLensGroupCommand.js +52 -0
- package/dist-es/commands/DeleteStorageLensGroupCommand.js +52 -0
- package/dist-es/commands/GetStorageLensGroupCommand.js +52 -0
- package/dist-es/commands/ListStorageLensGroupsCommand.js +52 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +52 -0
- package/dist-es/commands/TagResourceCommand.js +52 -0
- package/dist-es/commands/UntagResourceCommand.js +52 -0
- package/dist-es/commands/UpdateStorageLensGroupCommand.js +52 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/pagination/ListStorageLensGroupsPaginator.js +24 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restXml.js +949 -0
- package/dist-types/S3Control.d.ts +56 -0
- package/dist-types/S3ControlClient.d.ts +10 -2
- package/dist-types/commands/CreateStorageLensGroupCommand.d.ts +159 -0
- package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteStorageLensGroupCommand.d.ts +78 -0
- package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +10 -0
- package/dist-types/commands/GetStorageLensGroupCommand.d.ts +149 -0
- package/dist-types/commands/ListStorageLensGroupsCommand.d.ts +88 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +88 -0
- package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +10 -0
- package/dist-types/commands/TagResourceCommand.d.ts +86 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +84 -0
- package/dist-types/commands/UpdateStorageLensGroupCommand.d.ts +148 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +555 -7
- package/dist-types/pagination/ListStorageLensGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restXml.d.ts +72 -0
- package/dist-types/ts3.4/S3Control.d.ts +136 -0
- package/dist-types/ts3.4/S3ControlClient.d.ts +50 -2
- package/dist-types/ts3.4/commands/CreateStorageLensGroupCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteStorageLensGroupCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetStorageLensGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListStorageLensGroupsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateStorageLensGroupCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +101 -0
- package/dist-types/ts3.4/pagination/ListStorageLensGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +96 -0
- package/package.json +40 -40
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.452.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,48 +23,48 @@
|
|
|
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/core": "3.
|
|
28
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-sdk-s3-control": "3.
|
|
33
|
-
"@aws-sdk/middleware-signing": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
36
|
-
"@aws-sdk/types": "3.
|
|
37
|
-
"@aws-sdk/util-endpoints": "3.
|
|
38
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
39
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
26
|
+
"@aws-sdk/client-sts": "3.451.0",
|
|
27
|
+
"@aws-sdk/core": "3.451.0",
|
|
28
|
+
"@aws-sdk/credential-provider-node": "3.451.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",
|
|
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",
|
|
40
40
|
"@aws-sdk/xml-builder": "3.310.0",
|
|
41
|
-
"@smithy/config-resolver": "^2.0.
|
|
42
|
-
"@smithy/fetch-http-handler": "^2.2.
|
|
43
|
-
"@smithy/hash-blob-browser": "^2.0.
|
|
44
|
-
"@smithy/hash-node": "^2.0.
|
|
45
|
-
"@smithy/hash-stream-node": "^2.0.
|
|
46
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
47
|
-
"@smithy/md5-js": "^2.0.
|
|
48
|
-
"@smithy/middleware-apply-body-checksum": "^2.0.
|
|
49
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
50
|
-
"@smithy/middleware-endpoint": "^2.
|
|
51
|
-
"@smithy/middleware-retry": "^2.0.
|
|
52
|
-
"@smithy/middleware-serde": "^2.0.
|
|
53
|
-
"@smithy/middleware-stack": "^2.0.
|
|
54
|
-
"@smithy/node-config-provider": "^2.1.
|
|
55
|
-
"@smithy/node-http-handler": "^2.1.
|
|
56
|
-
"@smithy/protocol-http": "^3.0.
|
|
57
|
-
"@smithy/smithy-client": "^2.1.
|
|
58
|
-
"@smithy/types": "^2.
|
|
59
|
-
"@smithy/url-parser": "^2.0.
|
|
60
|
-
"@smithy/util-base64": "^2.0.
|
|
41
|
+
"@smithy/config-resolver": "^2.0.18",
|
|
42
|
+
"@smithy/fetch-http-handler": "^2.2.6",
|
|
43
|
+
"@smithy/hash-blob-browser": "^2.0.14",
|
|
44
|
+
"@smithy/hash-node": "^2.0.15",
|
|
45
|
+
"@smithy/hash-stream-node": "^2.0.15",
|
|
46
|
+
"@smithy/invalid-dependency": "^2.0.13",
|
|
47
|
+
"@smithy/md5-js": "^2.0.15",
|
|
48
|
+
"@smithy/middleware-apply-body-checksum": "^2.0.15",
|
|
49
|
+
"@smithy/middleware-content-length": "^2.0.15",
|
|
50
|
+
"@smithy/middleware-endpoint": "^2.2.0",
|
|
51
|
+
"@smithy/middleware-retry": "^2.0.20",
|
|
52
|
+
"@smithy/middleware-serde": "^2.0.13",
|
|
53
|
+
"@smithy/middleware-stack": "^2.0.7",
|
|
54
|
+
"@smithy/node-config-provider": "^2.1.5",
|
|
55
|
+
"@smithy/node-http-handler": "^2.1.9",
|
|
56
|
+
"@smithy/protocol-http": "^3.0.9",
|
|
57
|
+
"@smithy/smithy-client": "^2.1.15",
|
|
58
|
+
"@smithy/types": "^2.5.0",
|
|
59
|
+
"@smithy/url-parser": "^2.0.13",
|
|
60
|
+
"@smithy/util-base64": "^2.0.1",
|
|
61
61
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
62
62
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
63
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
64
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
65
|
-
"@smithy/util-endpoints": "^1.0.
|
|
66
|
-
"@smithy/util-retry": "^2.0.
|
|
67
|
-
"@smithy/util-utf8": "^2.0.
|
|
63
|
+
"@smithy/util-defaults-mode-browser": "^2.0.19",
|
|
64
|
+
"@smithy/util-defaults-mode-node": "^2.0.25",
|
|
65
|
+
"@smithy/util-endpoints": "^1.0.4",
|
|
66
|
+
"@smithy/util-retry": "^2.0.6",
|
|
67
|
+
"@smithy/util-utf8": "^2.0.2",
|
|
68
68
|
"fast-xml-parser": "4.2.5",
|
|
69
69
|
"tslib": "^2.5.0",
|
|
70
70
|
"uuid": "^8.3.2"
|