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/appsync/src/main/resources/codegen-resources/service-2.json
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1372,7 +1372,7 @@
1372
1372
},
1373
1373
"apiCachingBehavior":{
1374
1374
"shape":"ApiCachingBehavior",
1375
-
"documentation":"<p>Caching behavior.</p> <ul> <li> <p> <b>FULL_REQUEST_CACHING</b>: All requests are fully cached.</p> </li> <li> <p> <b>PER_RESOLVER_CACHING</b>: Individual resolvers that you specify are cached.</p> </li> </ul>"
1375
+
"documentation":"<p>Caching behavior.</p> <ul> <li> <p> <b>FULL_REQUEST_CACHING</b>: All requests from the same user are cached. Individual resolvers are automatically cached. All API calls will try to return responses from the cache.</p> </li> <li> <p> <b>PER_RESOLVER_CACHING</b>: Individual resolvers that you specify are cached.</p> </li> <li> <p> <b>OPERATION_LEVEL_CACHING</b>: Full requests are cached together and returned without executing resolvers.</p> </li> </ul>"
1376
1376
},
1377
1377
"transitEncryptionEnabled":{
1378
1378
"shape":"Boolean",
@@ -1431,7 +1431,8 @@
1431
1431
"type":"string",
1432
1432
"enum":[
1433
1433
"FULL_REQUEST_CACHING",
1434
-
"PER_RESOLVER_CACHING"
1434
+
"PER_RESOLVER_CACHING",
1435
+
"OPERATION_LEVEL_CACHING"
1435
1436
]
1436
1437
},
1437
1438
"ApiKey":{
@@ -1967,7 +1968,7 @@
1967
1968
},
1968
1969
"apiCachingBehavior":{
1969
1970
"shape":"ApiCachingBehavior",
1970
-
"documentation":"<p>Caching behavior.</p> <ul> <li> <p> <b>FULL_REQUEST_CACHING</b>: All requests are fully cached.</p> </li> <li> <p> <b>PER_RESOLVER_CACHING</b>: Individual resolvers that you specify are cached.</p> </li> </ul>"
1971
+
"documentation":"<p>Caching behavior.</p> <ul> <li> <p> <b>FULL_REQUEST_CACHING</b>: All requests from the same user are cached. Individual resolvers are automatically cached. All API calls will try to return responses from the cache.</p> </li> <li> <p> <b>PER_RESOLVER_CACHING</b>: Individual resolvers that you specify are cached.</p> </li> <li> <p> <b>OPERATION_LEVEL_CACHING</b>: Full requests are cached together and returned without executing resolvers.</p> </li> </ul>"
1971
1972
},
1972
1973
"type":{
1973
1974
"shape":"ApiCacheType",
@@ -5317,7 +5318,7 @@
5317
5318
},
5318
5319
"apiCachingBehavior":{
5319
5320
"shape":"ApiCachingBehavior",
5320
-
"documentation":"<p>Caching behavior.</p> <ul> <li> <p> <b>FULL_REQUEST_CACHING</b>: All requests are fully cached.</p> </li> <li> <p> <b>PER_RESOLVER_CACHING</b>: Individual resolvers that you specify are cached.</p> </li> </ul>"
5321
+
"documentation":"<p>Caching behavior.</p> <ul> <li> <p> <b>FULL_REQUEST_CACHING</b>: All requests from the same user are cached. Individual resolvers are automatically cached. All API calls will try to return responses from the cache.</p> </li> <li> <p> <b>PER_RESOLVER_CACHING</b>: Individual resolvers that you specify are cached.</p> </li> <li> <p> <b>OPERATION_LEVEL_CACHING</b>: Full requests are cached together and returned without executing resolvers.</p> </li> </ul>"
0 commit comments