@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.
Files changed (61) hide show
  1. package/README.md +64 -0
  2. package/dist-cjs/S3Control.js +16 -0
  3. package/dist-cjs/commands/CreateStorageLensGroupCommand.js +56 -0
  4. package/dist-cjs/commands/DeleteStorageLensGroupCommand.js +56 -0
  5. package/dist-cjs/commands/GetStorageLensGroupCommand.js +56 -0
  6. package/dist-cjs/commands/ListStorageLensGroupsCommand.js +56 -0
  7. package/dist-cjs/commands/ListTagsForResourceCommand.js +56 -0
  8. package/dist-cjs/commands/TagResourceCommand.js +56 -0
  9. package/dist-cjs/commands/UntagResourceCommand.js +56 -0
  10. package/dist-cjs/commands/UpdateStorageLensGroupCommand.js +56 -0
  11. package/dist-cjs/commands/index.js +8 -0
  12. package/dist-cjs/pagination/ListStorageLensGroupsPaginator.js +28 -0
  13. package/dist-cjs/pagination/index.js +1 -0
  14. package/dist-cjs/protocols/Aws_restXml.js +968 -3
  15. package/dist-es/S3Control.js +16 -0
  16. package/dist-es/commands/CreateStorageLensGroupCommand.js +52 -0
  17. package/dist-es/commands/DeleteStorageLensGroupCommand.js +52 -0
  18. package/dist-es/commands/GetStorageLensGroupCommand.js +52 -0
  19. package/dist-es/commands/ListStorageLensGroupsCommand.js +52 -0
  20. package/dist-es/commands/ListTagsForResourceCommand.js +52 -0
  21. package/dist-es/commands/TagResourceCommand.js +52 -0
  22. package/dist-es/commands/UntagResourceCommand.js +52 -0
  23. package/dist-es/commands/UpdateStorageLensGroupCommand.js +52 -0
  24. package/dist-es/commands/index.js +8 -0
  25. package/dist-es/pagination/ListStorageLensGroupsPaginator.js +24 -0
  26. package/dist-es/pagination/index.js +1 -0
  27. package/dist-es/protocols/Aws_restXml.js +949 -0
  28. package/dist-types/S3Control.d.ts +56 -0
  29. package/dist-types/S3ControlClient.d.ts +10 -2
  30. package/dist-types/commands/CreateStorageLensGroupCommand.d.ts +159 -0
  31. package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +3 -3
  32. package/dist-types/commands/DeleteStorageLensGroupCommand.d.ts +78 -0
  33. package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +10 -0
  34. package/dist-types/commands/GetStorageLensGroupCommand.d.ts +149 -0
  35. package/dist-types/commands/ListStorageLensGroupsCommand.d.ts +88 -0
  36. package/dist-types/commands/ListTagsForResourceCommand.d.ts +88 -0
  37. package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +10 -0
  38. package/dist-types/commands/TagResourceCommand.d.ts +86 -0
  39. package/dist-types/commands/UntagResourceCommand.d.ts +84 -0
  40. package/dist-types/commands/UpdateStorageLensGroupCommand.d.ts +148 -0
  41. package/dist-types/commands/index.d.ts +8 -0
  42. package/dist-types/models/models_0.d.ts +555 -7
  43. package/dist-types/pagination/ListStorageLensGroupsPaginator.d.ts +7 -0
  44. package/dist-types/pagination/index.d.ts +1 -0
  45. package/dist-types/protocols/Aws_restXml.d.ts +72 -0
  46. package/dist-types/ts3.4/S3Control.d.ts +136 -0
  47. package/dist-types/ts3.4/S3ControlClient.d.ts +50 -2
  48. package/dist-types/ts3.4/commands/CreateStorageLensGroupCommand.d.ts +37 -0
  49. package/dist-types/ts3.4/commands/DeleteStorageLensGroupCommand.d.ts +37 -0
  50. package/dist-types/ts3.4/commands/GetStorageLensGroupCommand.d.ts +39 -0
  51. package/dist-types/ts3.4/commands/ListStorageLensGroupsCommand.d.ts +42 -0
  52. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -0
  53. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
  54. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
  55. package/dist-types/ts3.4/commands/UpdateStorageLensGroupCommand.d.ts +37 -0
  56. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  57. package/dist-types/ts3.4/models/models_0.d.ts +101 -0
  58. package/dist-types/ts3.4/pagination/ListStorageLensGroupsPaginator.d.ts +11 -0
  59. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  60. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +96 -0
  61. 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.450.0",
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.450.0",
27
- "@aws-sdk/core": "3.445.0",
28
- "@aws-sdk/credential-provider-node": "3.450.0",
29
- "@aws-sdk/middleware-host-header": "3.449.0",
30
- "@aws-sdk/middleware-logger": "3.449.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.449.0",
32
- "@aws-sdk/middleware-sdk-s3-control": "3.449.0",
33
- "@aws-sdk/middleware-signing": "3.449.0",
34
- "@aws-sdk/middleware-user-agent": "3.449.0",
35
- "@aws-sdk/region-config-resolver": "3.433.0",
36
- "@aws-sdk/types": "3.449.0",
37
- "@aws-sdk/util-endpoints": "3.449.0",
38
- "@aws-sdk/util-user-agent-browser": "3.449.0",
39
- "@aws-sdk/util-user-agent-node": "3.449.0",
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.16",
42
- "@smithy/fetch-http-handler": "^2.2.4",
43
- "@smithy/hash-blob-browser": "^2.0.12",
44
- "@smithy/hash-node": "^2.0.12",
45
- "@smithy/hash-stream-node": "^2.0.12",
46
- "@smithy/invalid-dependency": "^2.0.12",
47
- "@smithy/md5-js": "^2.0.12",
48
- "@smithy/middleware-apply-body-checksum": "^2.0.14",
49
- "@smithy/middleware-content-length": "^2.0.14",
50
- "@smithy/middleware-endpoint": "^2.1.3",
51
- "@smithy/middleware-retry": "^2.0.18",
52
- "@smithy/middleware-serde": "^2.0.12",
53
- "@smithy/middleware-stack": "^2.0.6",
54
- "@smithy/node-config-provider": "^2.1.3",
55
- "@smithy/node-http-handler": "^2.1.8",
56
- "@smithy/protocol-http": "^3.0.8",
57
- "@smithy/smithy-client": "^2.1.12",
58
- "@smithy/types": "^2.4.0",
59
- "@smithy/url-parser": "^2.0.12",
60
- "@smithy/util-base64": "^2.0.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.16",
64
- "@smithy/util-defaults-mode-node": "^2.0.21",
65
- "@smithy/util-endpoints": "^1.0.2",
66
- "@smithy/util-retry": "^2.0.5",
67
- "@smithy/util-utf8": "^2.0.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"