You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/apigateway/src/main/resources/codegen-resources/service-2.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1956,7 +1956,7 @@
1956
1956
{"shape":"UnauthorizedException"},
1957
1957
{"shape":"TooManyRequestsException"}
1958
1958
],
1959
-
"documentation":"<p>Changes information about a model.</p>"
1959
+
"documentation":"<p>Changes information about a model. The maximum size of the model is 400 KB.</p>"
1960
1960
},
1961
1961
"UpdateRequestValidator":{
1962
1962
"name":"UpdateRequestValidator",
@@ -2743,7 +2743,7 @@
2743
2743
},
2744
2744
"schema":{
2745
2745
"shape":"String",
2746
-
"documentation":"<p>The schema for the model. For <code>application/json</code> models, this should be JSON schema draft 4 model.</p>"
2746
+
"documentation":"<p>The schema for the model. For <code>application/json</code> models, this should be JSON schema draft 4 model. The maximum size of the model is 400 KB.</p>"
2747
2747
},
2748
2748
"contentType":{
2749
2749
"shape":"String",
@@ -6234,7 +6234,7 @@
6234
6234
},
6235
6235
"cacheClusterEnabled":{
6236
6236
"shape":"Boolean",
6237
-
"documentation":"<p>Specifies whether a cache cluster is enabled for the stage.</p>"
6237
+
"documentation":"<p>Specifies whether a cache cluster is enabled for the stage. To activate a method-level cache, set <code>CachingEnabled</code> to <code>true</code> for a method. </p>"
0 commit comments