Skip to content

Commit 5f03d99

Browse files
author
awstools
committed
docs(client-amplify): Update documentation for cacheConfig in CreateApp API
1 parent a96c5df commit 5f03d99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

clients/client-amplify/src/models/models_0.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ export interface CacheConfig {
137137
* <p>The type of cache configuration to use for an Amplify app.</p>
138138
* <p>The <code>AMPLIFY_MANAGED</code> cache configuration automatically applies an
139139
* optimized cache configuration for your app based on its platform, routing rules, and
140-
* rewrite rules. This is the default setting.</p>
140+
* rewrite rules.</p>
141141
* <p>The <code>AMPLIFY_MANAGED_NO_COOKIES</code> cache configuration type is the same as
142142
* <code>AMPLIFY_MANAGED</code>, except that it excludes all cookies from the cache
143-
* key.</p>
143+
* key. This is the default setting.</p>
144144
* @public
145145
*/
146146
type: CacheConfigType | undefined;

codegen/sdk-codegen/aws-models/amplify.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1832,7 +1832,7 @@
18321832
"type": {
18331833
"target": "com.amazonaws.amplify#CacheConfigType",
18341834
"traits": {
1835-
"smithy.api#documentation": "<p>The type of cache configuration to use for an Amplify app.</p>\n <p>The <code>AMPLIFY_MANAGED</code> cache configuration automatically applies an\n optimized cache configuration for your app based on its platform, routing rules, and\n rewrite rules. This is the default setting.</p>\n <p>The <code>AMPLIFY_MANAGED_NO_COOKIES</code> cache configuration type is the same as\n <code>AMPLIFY_MANAGED</code>, except that it excludes all cookies from the cache\n key.</p>",
1835+
"smithy.api#documentation": "<p>The type of cache configuration to use for an Amplify app.</p>\n <p>The <code>AMPLIFY_MANAGED</code> cache configuration automatically applies an\n optimized cache configuration for your app based on its platform, routing rules, and\n rewrite rules.</p>\n <p>The <code>AMPLIFY_MANAGED_NO_COOKIES</code> cache configuration type is the same as\n <code>AMPLIFY_MANAGED</code>, except that it excludes all cookies from the cache\n key. This is the default setting.</p>",
18361836
"smithy.api#required": {}
18371837
}
18381838
}

0 commit comments

Comments
 (0)