@aws-sdk/client-amplify 3.821.0 → 3.824.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.
@@ -112,10 +112,10 @@ export interface CacheConfig {
112
112
  * <p>The type of cache configuration to use for an Amplify app.</p>
113
113
  * <p>The <code>AMPLIFY_MANAGED</code> cache configuration automatically applies an
114
114
  * optimized cache configuration for your app based on its platform, routing rules, and
115
- * rewrite rules. This is the default setting.</p>
115
+ * rewrite rules.</p>
116
116
  * <p>The <code>AMPLIFY_MANAGED_NO_COOKIES</code> cache configuration type is the same as
117
117
  * <code>AMPLIFY_MANAGED</code>, except that it excludes all cookies from the cache
118
- * key.</p>
118
+ * key. This is the default setting.</p>
119
119
  * @public
120
120
  */
121
121
  type: CacheConfigType | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-amplify",
3
3
  "description": "AWS SDK for JavaScript Amplify Client for Node.js, Browser and React Native",
4
- "version": "3.821.0",
4
+ "version": "3.824.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-amplify",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.821.0",
24
- "@aws-sdk/credential-provider-node": "3.821.0",
23
+ "@aws-sdk/core": "3.823.0",
24
+ "@aws-sdk/credential-provider-node": "3.823.0",
25
25
  "@aws-sdk/middleware-host-header": "3.821.0",
26
26
  "@aws-sdk/middleware-logger": "3.821.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.821.0",
28
- "@aws-sdk/middleware-user-agent": "3.821.0",
28
+ "@aws-sdk/middleware-user-agent": "3.823.0",
29
29
  "@aws-sdk/region-config-resolver": "3.821.0",
30
30
  "@aws-sdk/types": "3.821.0",
31
31
  "@aws-sdk/util-endpoints": "3.821.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.821.0",
33
- "@aws-sdk/util-user-agent-node": "3.821.0",
33
+ "@aws-sdk/util-user-agent-node": "3.823.0",
34
34
  "@smithy/config-resolver": "^4.1.4",
35
35
  "@smithy/core": "^3.5.1",
36
36
  "@smithy/fetch-http-handler": "^5.0.4",