|
643 | 643 | "repositoryCloneMethod":{"shape":"RepositoryCloneMethod"},
|
644 | 644 | "cacheConfig":{"shape":"CacheConfig"},
|
645 | 645 | "webhookCreateTime":{"shape":"webhookCreateTime"},
|
646 |
| - "wafConfiguration":{"shape":"WafConfiguration"} |
| 646 | + "wafConfiguration":{"shape":"WafConfiguration"}, |
| 647 | + "jobConfig":{"shape":"JobConfig"} |
647 | 648 | }
|
648 | 649 | },
|
649 | 650 | "AppArn":{
|
|
858 | 859 | "member":{"shape":"Branch"},
|
859 | 860 | "max":255
|
860 | 861 | },
|
| 862 | + "BuildComputeType":{ |
| 863 | + "type":"string", |
| 864 | + "enum":[ |
| 865 | + "STANDARD_8GB", |
| 866 | + "LARGE_16GB", |
| 867 | + "XLARGE_72GB" |
| 868 | + ] |
| 869 | + }, |
861 | 870 | "BuildSpec":{
|
862 | 871 | "type":"string",
|
863 | 872 | "max":25000,
|
|
962 | 971 | "enableAutoBranchCreation":{"shape":"EnableAutoBranchCreation"},
|
963 | 972 | "autoBranchCreationPatterns":{"shape":"AutoBranchCreationPatterns"},
|
964 | 973 | "autoBranchCreationConfig":{"shape":"AutoBranchCreationConfig"},
|
| 974 | + "jobConfig":{"shape":"JobConfig"}, |
965 | 975 | "cacheConfig":{"shape":"CacheConfig"}
|
966 | 976 | }
|
967 | 977 | },
|
|
1661 | 1671 | "type":"string",
|
1662 | 1672 | "max":1000
|
1663 | 1673 | },
|
| 1674 | + "JobConfig":{ |
| 1675 | + "type":"structure", |
| 1676 | + "required":["buildComputeType"], |
| 1677 | + "members":{ |
| 1678 | + "buildComputeType":{"shape":"BuildComputeType"} |
| 1679 | + } |
| 1680 | + }, |
1664 | 1681 | "JobId":{
|
1665 | 1682 | "type":"string",
|
1666 | 1683 | "max":255,
|
|
2334 | 2351 | },
|
2335 | 2352 | "TagResourceResponse":{
|
2336 | 2353 | "type":"structure",
|
2337 |
| - "members":{ |
2338 |
| - } |
| 2354 | + "members":{} |
2339 | 2355 | },
|
2340 | 2356 | "TagValue":{
|
2341 | 2357 | "type":"string",
|
|
2398 | 2414 | },
|
2399 | 2415 | "UntagResourceResponse":{
|
2400 | 2416 | "type":"structure",
|
2401 |
| - "members":{ |
2402 |
| - } |
| 2417 | + "members":{} |
2403 | 2418 | },
|
2404 | 2419 | "UpdateAppRequest":{
|
2405 | 2420 | "type":"structure",
|
|
2429 | 2444 | "repository":{"shape":"Repository"},
|
2430 | 2445 | "oauthToken":{"shape":"OauthToken"},
|
2431 | 2446 | "accessToken":{"shape":"AccessToken"},
|
| 2447 | + "jobConfig":{"shape":"JobConfig"}, |
2432 | 2448 | "cacheConfig":{"shape":"CacheConfig"}
|
2433 | 2449 | }
|
2434 | 2450 | },
|
|
0 commit comments