|
828 | 828 | "shape":"EnableBasicAuth",
|
829 | 829 | "documentation":"<p> Enables basic authorization for the autocreated branch. </p>"
|
830 | 830 | },
|
| 831 | + "enablePerformanceMode":{ |
| 832 | + "shape":"EnablePerformanceMode", |
| 833 | + "documentation":"<p> Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. Enabling performance mode will mean that hosting configuration or code changes can take up to 10 minutes to roll out. </p>" |
| 834 | + }, |
831 | 835 | "buildSpec":{
|
832 | 836 | "shape":"BuildSpec",
|
833 | 837 | "documentation":"<p> The build specification (build spec) for the autocreated branch. </p>"
|
|
1011 | 1015 | "shape":"EnableBasicAuth",
|
1012 | 1016 | "documentation":"<p> Enables basic authorization for a branch of an Amplify app. </p>"
|
1013 | 1017 | },
|
| 1018 | + "enablePerformanceMode":{ |
| 1019 | + "shape":"EnablePerformanceMode", |
| 1020 | + "documentation":"<p> Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. Enabling performance mode will mean that hosting configuration or code changes can take up to 10 minutes to roll out. </p>" |
| 1021 | + }, |
1014 | 1022 | "thumbnailUrl":{
|
1015 | 1023 | "shape":"ThumbnailUrl",
|
1016 | 1024 | "documentation":"<p> The thumbnail URL for the branch of an Amplify app. </p>"
|
|
1268 | 1276 | "shape":"EnableBasicAuth",
|
1269 | 1277 | "documentation":"<p> Enables basic authorization for the branch. </p>"
|
1270 | 1278 | },
|
| 1279 | + "enablePerformanceMode":{ |
| 1280 | + "shape":"EnablePerformanceMode", |
| 1281 | + "documentation":"<p> Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. Enabling performance mode will mean that hosting configuration or code changes can take up to 10 minutes to roll out. </p>" |
| 1282 | + }, |
1271 | 1283 | "tags":{
|
1272 | 1284 | "shape":"TagMap",
|
1273 | 1285 | "documentation":"<p> The tag for the branch. </p>"
|
|
1776 | 1788 | "EnableBranchAutoBuild":{"type":"boolean"},
|
1777 | 1789 | "EnableBranchAutoDeletion":{"type":"boolean"},
|
1778 | 1790 | "EnableNotification":{"type":"boolean"},
|
| 1791 | + "EnablePerformanceMode":{"type":"boolean"}, |
1779 | 1792 | "EnablePullRequestPreview":{"type":"boolean"},
|
1780 | 1793 | "EndTime":{"type":"timestamp"},
|
1781 | 1794 | "EnvKey":{
|
|
3162 | 3175 | "shape":"EnableBasicAuth",
|
3163 | 3176 | "documentation":"<p> Enables basic authorization for the branch. </p>"
|
3164 | 3177 | },
|
| 3178 | + "enablePerformanceMode":{ |
| 3179 | + "shape":"EnablePerformanceMode", |
| 3180 | + "documentation":"<p> Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. Enabling performance mode will mean that hosting configuration or code changes can take up to 10 minutes to roll out. </p>" |
| 3181 | + }, |
3165 | 3182 | "buildSpec":{
|
3166 | 3183 | "shape":"BuildSpec",
|
3167 | 3184 | "documentation":"<p> The build specification (build spec) for the branch. </p>"
|
|
0 commit comments