|
1381 | 1381 | "shape":"String",
|
1382 | 1382 | "documentation":"<p>The <code>version</code> of the request mapping template. Currently, the supported value is 2018-05-29.</p>"
|
1383 | 1383 | },
|
1384 |
| - "syncConfig":{"shape":"SyncConfig"} |
| 1384 | + "syncConfig":{"shape":"SyncConfig"}, |
| 1385 | + "maxBatchSize":{ |
| 1386 | + "shape":"MaxBatchSize", |
| 1387 | + "documentation":"<p>The maximum batching size for a resolver.</p>" |
| 1388 | + } |
1385 | 1389 | }
|
1386 | 1390 | },
|
1387 | 1391 | "CreateFunctionResponse":{
|
|
1498 | 1502 | "cachingConfig":{
|
1499 | 1503 | "shape":"CachingConfig",
|
1500 | 1504 | "documentation":"<p>The caching configuration for the resolver.</p>"
|
| 1505 | + }, |
| 1506 | + "maxBatchSize":{ |
| 1507 | + "shape":"MaxBatchSize", |
| 1508 | + "documentation":"<p>The maximum batching size for a resolver.</p>" |
1501 | 1509 | }
|
1502 | 1510 | }
|
1503 | 1511 | },
|
|
1994 | 2002 | "shape":"String",
|
1995 | 2003 | "documentation":"<p>The version of the request mapping template. Currently, only the 2018-05-29 version of the template is supported.</p>"
|
1996 | 2004 | },
|
1997 |
| - "syncConfig":{"shape":"SyncConfig"} |
| 2005 | + "syncConfig":{"shape":"SyncConfig"}, |
| 2006 | + "maxBatchSize":{ |
| 2007 | + "shape":"MaxBatchSize", |
| 2008 | + "documentation":"<p>The maximum batching size for a resolver.</p>" |
| 2009 | + } |
1998 | 2010 | },
|
1999 | 2011 | "documentation":"<p>A function is a reusable entity. You can use multiple functions to compose the resolver logic.</p>"
|
2000 | 2012 | },
|
|
2793 | 2805 | "MappingTemplate":{
|
2794 | 2806 | "type":"string",
|
2795 | 2807 | "max":65536,
|
2796 |
| - "min":1 |
| 2808 | + "min":1, |
| 2809 | + "pattern":"^.*$" |
| 2810 | + }, |
| 2811 | + "MaxBatchSize":{ |
| 2812 | + "type":"integer", |
| 2813 | + "max":2000, |
| 2814 | + "min":0 |
2797 | 2815 | },
|
2798 | 2816 | "MaxResults":{
|
2799 | 2817 | "type":"integer",
|
|
2959 | 2977 | "cachingConfig":{
|
2960 | 2978 | "shape":"CachingConfig",
|
2961 | 2979 | "documentation":"<p>The caching configuration for the resolver.</p>"
|
| 2980 | + }, |
| 2981 | + "maxBatchSize":{ |
| 2982 | + "shape":"MaxBatchSize", |
| 2983 | + "documentation":"<p>The maximum batching size for a resolver.</p>" |
2962 | 2984 | }
|
2963 | 2985 | },
|
2964 | 2986 | "documentation":"<p>Describes a resolver.</p>"
|
|
3097 | 3119 | "TagValue":{
|
3098 | 3120 | "type":"string",
|
3099 | 3121 | "documentation":"<p>The value for the tag.</p>",
|
3100 |
| - "max":256 |
| 3122 | + "max":256, |
| 3123 | + "pattern":"^[\\s\\w+-=\\.:/@]*$" |
3101 | 3124 | },
|
3102 | 3125 | "Type":{
|
3103 | 3126 | "type":"structure",
|
|
3387 | 3410 | "shape":"String",
|
3388 | 3411 | "documentation":"<p>The <code>version</code> of the request mapping template. Currently, the supported value is 2018-05-29.</p>"
|
3389 | 3412 | },
|
3390 |
| - "syncConfig":{"shape":"SyncConfig"} |
| 3413 | + "syncConfig":{"shape":"SyncConfig"}, |
| 3414 | + "maxBatchSize":{ |
| 3415 | + "shape":"MaxBatchSize", |
| 3416 | + "documentation":"<p>The maximum batching size for a resolver.</p>" |
| 3417 | + } |
3391 | 3418 | }
|
3392 | 3419 | },
|
3393 | 3420 | "UpdateFunctionResponse":{
|
|
3508 | 3535 | "cachingConfig":{
|
3509 | 3536 | "shape":"CachingConfig",
|
3510 | 3537 | "documentation":"<p>The caching configuration for the resolver.</p>"
|
| 3538 | + }, |
| 3539 | + "maxBatchSize":{ |
| 3540 | + "shape":"MaxBatchSize", |
| 3541 | + "documentation":"<p>The maximum batching size for a resolver.</p>" |
3511 | 3542 | }
|
3512 | 3543 | }
|
3513 | 3544 | },
|
|
0 commit comments