Skip to content

Commit 1d7ad68

Browse files
Update documentation for cacheConfig in CreateApp API
1 parent f3e9122 commit 1d7ad68

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

generator/ServiceModels/amplify/amplify-2017-07-25.docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
"CacheConfigType": {
330330
"base": null,
331331
"refs": {
332-
"CacheConfig$type": "<p>The type of cache configuration to use for an Amplify app.</p> <p>The <code>AMPLIFY_MANAGED</code> cache configuration automatically applies an optimized cache configuration for your app based on its platform, routing rules, and rewrite rules. This is the default setting.</p> <p>The <code>AMPLIFY_MANAGED_NO_COOKIES</code> cache configuration type is the same as <code>AMPLIFY_MANAGED</code>, except that it excludes all cookies from the cache key.</p>"
332+
"CacheConfig$type": "<p>The type of cache configuration to use for an Amplify app.</p> <p>The <code>AMPLIFY_MANAGED</code> cache configuration automatically applies an optimized cache configuration for your app based on its platform, routing rules, and rewrite rules.</p> <p>The <code>AMPLIFY_MANAGED_NO_COOKIES</code> cache configuration type is the same as <code>AMPLIFY_MANAGED</code>, except that it excludes all cookies from the cache key. This is the default setting.</p>"
333333
}
334334
},
335335
"Certificate": {

generator/ServiceModels/amplify/amplify-2017-07-25.normal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@
11561156
"members":{
11571157
"type":{
11581158
"shape":"CacheConfigType",
1159-
"documentation":"<p>The type of cache configuration to use for an Amplify app.</p> <p>The <code>AMPLIFY_MANAGED</code> cache configuration automatically applies an optimized cache configuration for your app based on its platform, routing rules, and rewrite rules. This is the default setting.</p> <p>The <code>AMPLIFY_MANAGED_NO_COOKIES</code> cache configuration type is the same as <code>AMPLIFY_MANAGED</code>, except that it excludes all cookies from the cache key.</p>"
1159+
"documentation":"<p>The type of cache configuration to use for an Amplify app.</p> <p>The <code>AMPLIFY_MANAGED</code> cache configuration automatically applies an optimized cache configuration for your app based on its platform, routing rules, and rewrite rules.</p> <p>The <code>AMPLIFY_MANAGED_NO_COOKIES</code> cache configuration type is the same as <code>AMPLIFY_MANAGED</code>, except that it excludes all cookies from the cache key. This is the default setting.</p>"
11601160
}
11611161
},
11621162
"documentation":"<p>Describes the cache configuration for an Amplify app.</p> <p>For more information about how Amplify applies an optimal cache configuration for your app based on the type of content that is being served, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/managing-cache-configuration\">Managing cache configuration</a> in the <i>Amplify User guide</i>.</p>"

sdk/src/Services/Amplify/Generated/Model/CacheConfig.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ public partial class CacheConfig
5252
/// <para>
5353
/// The <c>AMPLIFY_MANAGED</c> cache configuration automatically applies an optimized
5454
/// cache configuration for your app based on its platform, routing rules, and rewrite
55-
/// rules. This is the default setting.
55+
/// rules.
5656
/// </para>
5757
///
5858
/// <para>
5959
/// The <c>AMPLIFY_MANAGED_NO_COOKIES</c> cache configuration type is the same as <c>AMPLIFY_MANAGED</c>,
60-
/// except that it excludes all cookies from the cache key.
60+
/// except that it excludes all cookies from the cache key. This is the default setting.
6161
/// </para>
6262
/// </summary>
6363
[AWSProperty(Required=true)]

0 commit comments

Comments
 (0)