@aws-sdk/client-cloudfront-keyvaluestore 3.1044.0 → 3.1046.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 (53) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +7 -7
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +28 -29
  5. package/dist-cjs/models/CloudFrontKeyValueStoreServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +19 -23
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/CloudFrontKeyValueStore.js +1 -1
  10. package/dist-es/CloudFrontKeyValueStoreClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +2 -2
  12. package/dist-es/commands/DeleteKeyCommand.js +2 -2
  13. package/dist-es/commands/DescribeKeyValueStoreCommand.js +2 -2
  14. package/dist-es/commands/GetKeyCommand.js +2 -2
  15. package/dist-es/commands/ListKeysCommand.js +2 -2
  16. package/dist-es/commands/PutKeyCommand.js +2 -2
  17. package/dist-es/commands/UpdateKeysCommand.js +2 -2
  18. package/dist-es/endpoint/bdd.js +1 -1
  19. package/dist-es/endpoint/endpointResolver.js +1 -1
  20. package/dist-es/models/CloudFrontKeyValueStoreServiceException.js +1 -1
  21. package/dist-es/runtimeConfig.browser.js +4 -6
  22. package/dist-es/runtimeConfig.js +4 -8
  23. package/dist-es/runtimeConfig.shared.js +3 -4
  24. package/dist-es/runtimeExtensions.js +2 -2
  25. package/dist-types/CloudFrontKeyValueStoreClient.d.ts +5 -5
  26. package/dist-types/commands/DeleteKeyCommand.d.ts +6 -4
  27. package/dist-types/commands/DescribeKeyValueStoreCommand.d.ts +6 -4
  28. package/dist-types/commands/GetKeyCommand.d.ts +6 -4
  29. package/dist-types/commands/ListKeysCommand.d.ts +6 -4
  30. package/dist-types/commands/PutKeyCommand.d.ts +6 -4
  31. package/dist-types/commands/UpdateKeysCommand.d.ts +6 -4
  32. package/dist-types/endpoint/bdd.d.ts +1 -1
  33. package/dist-types/extensionConfiguration.d.ts +1 -1
  34. package/dist-types/models/CloudFrontKeyValueStoreServiceException.d.ts +1 -1
  35. package/dist-types/models/errors.d.ts +1 -1
  36. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  37. package/dist-types/runtimeConfig.d.ts +2 -2
  38. package/dist-types/runtimeConfig.native.d.ts +2 -2
  39. package/dist-types/ts3.4/CloudFrontKeyValueStoreClient.d.ts +8 -14
  40. package/dist-types/ts3.4/commands/DeleteKeyCommand.d.ts +6 -8
  41. package/dist-types/ts3.4/commands/DescribeKeyValueStoreCommand.d.ts +6 -4
  42. package/dist-types/ts3.4/commands/GetKeyCommand.d.ts +6 -4
  43. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +6 -8
  44. package/dist-types/ts3.4/commands/PutKeyCommand.d.ts +6 -4
  45. package/dist-types/ts3.4/commands/UpdateKeysCommand.d.ts +6 -4
  46. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  47. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  48. package/dist-types/ts3.4/models/CloudFrontKeyValueStoreServiceException.d.ts +1 -1
  49. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  53. package/package.json +14 -35
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudfront-keyvaluestore",
3
3
  "description": "AWS SDK for JavaScript Cloudfront Keyvaluestore Client for Node.js, Browser and React Native",
4
- "version": "3.1044.0",
4
+ "version": "3.1046.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cloudfront-keyvaluestore",
@@ -21,43 +21,22 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.974.8",
25
- "@aws-sdk/credential-provider-node": "^3.972.39",
26
- "@aws-sdk/middleware-host-header": "^3.972.10",
24
+ "@aws-sdk/core": "^3.974.9",
25
+ "@aws-sdk/credential-provider-node": "^3.972.40",
26
+ "@aws-sdk/middleware-host-header": "^3.972.11",
27
27
  "@aws-sdk/middleware-logger": "^3.972.10",
28
- "@aws-sdk/middleware-recursion-detection": "^3.972.11",
29
- "@aws-sdk/middleware-user-agent": "^3.972.38",
30
- "@aws-sdk/region-config-resolver": "^3.972.13",
31
- "@aws-sdk/signature-v4-multi-region": "^3.996.25",
28
+ "@aws-sdk/middleware-recursion-detection": "^3.972.12",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.39",
30
+ "@aws-sdk/region-config-resolver": "^3.972.14",
31
+ "@aws-sdk/signature-v4-multi-region": "^3.996.26",
32
32
  "@aws-sdk/types": "^3.973.8",
33
- "@aws-sdk/util-endpoints": "^3.996.8",
34
- "@aws-sdk/util-user-agent-browser": "^3.972.10",
35
- "@aws-sdk/util-user-agent-node": "^3.973.24",
36
- "@smithy/config-resolver": "^4.4.17",
37
- "@smithy/core": "^3.23.17",
38
- "@smithy/fetch-http-handler": "^5.3.17",
39
- "@smithy/hash-node": "^4.2.14",
40
- "@smithy/invalid-dependency": "^4.2.14",
41
- "@smithy/middleware-content-length": "^4.2.14",
42
- "@smithy/middleware-endpoint": "^4.4.32",
43
- "@smithy/middleware-retry": "^4.5.7",
44
- "@smithy/middleware-serde": "^4.2.20",
45
- "@smithy/middleware-stack": "^4.2.14",
46
- "@smithy/node-config-provider": "^4.3.14",
47
- "@smithy/node-http-handler": "^4.6.1",
48
- "@smithy/protocol-http": "^5.3.14",
49
- "@smithy/smithy-client": "^4.12.13",
33
+ "@aws-sdk/util-endpoints": "^3.996.9",
34
+ "@aws-sdk/util-user-agent-browser": "^3.972.11",
35
+ "@aws-sdk/util-user-agent-node": "^3.973.25",
36
+ "@smithy/core": "^3.24.1",
37
+ "@smithy/fetch-http-handler": "^5.4.1",
38
+ "@smithy/node-http-handler": "^4.7.1",
50
39
  "@smithy/types": "^4.14.1",
51
- "@smithy/url-parser": "^4.2.14",
52
- "@smithy/util-base64": "^4.3.2",
53
- "@smithy/util-body-length-browser": "^4.2.2",
54
- "@smithy/util-body-length-node": "^4.2.3",
55
- "@smithy/util-defaults-mode-browser": "^4.3.49",
56
- "@smithy/util-defaults-mode-node": "^4.2.54",
57
- "@smithy/util-endpoints": "^3.4.2",
58
- "@smithy/util-middleware": "^4.2.14",
59
- "@smithy/util-retry": "^4.3.6",
60
- "@smithy/util-utf8": "^4.2.2",
61
40
  "tslib": "^2.6.2"
62
41
  },
63
42
  "devDependencies": {