|
973 | 973 | "shape":"Platform",
|
974 | 974 | "documentation":"<p>The platform of the component.</p>"
|
975 | 975 | },
|
| 976 | + "supportedOsVersions":{ |
| 977 | + "shape":"OsVersionList", |
| 978 | + "documentation":"<p>The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the parent image OS version during image recipe creation. </p>" |
| 979 | + }, |
976 | 980 | "owner":{
|
977 | 981 | "shape":"NonEmptyString",
|
978 | 982 | "documentation":"<p>The owner of the component.</p>"
|
|
1044 | 1048 | "shape":"Platform",
|
1045 | 1049 | "documentation":"<p>The platform of the component.</p>"
|
1046 | 1050 | },
|
| 1051 | + "supportedOsVersions":{ |
| 1052 | + "shape":"OsVersionList", |
| 1053 | + "documentation":"<p>The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the parent image OS version during image recipe creation. </p>" |
| 1054 | + }, |
1047 | 1055 | "type":{
|
1048 | 1056 | "shape":"ComponentType",
|
1049 | 1057 | "documentation":"<p>The type of the component denotes whether the component is used to build the image or only to test it.</p>"
|
|
1105 | 1113 | "shape":"Platform",
|
1106 | 1114 | "documentation":"<p>The platform of the component.</p>"
|
1107 | 1115 | },
|
| 1116 | + "supportedOsVersions":{ |
| 1117 | + "shape":"OsVersionList", |
| 1118 | + "documentation":"<p> The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the parent image OS version during image recipe creation. </p>" |
| 1119 | + }, |
1108 | 1120 | "type":{
|
1109 | 1121 | "shape":"ComponentType",
|
1110 | 1122 | "documentation":"<p>The type of the component denotes whether the component is used to build the image or only to test it.</p>"
|
|
1161 | 1173 | "shape":"Platform",
|
1162 | 1174 | "documentation":"<p>The platform of the component.</p>"
|
1163 | 1175 | },
|
| 1176 | + "supportedOsVersions":{ |
| 1177 | + "shape":"OsVersionList", |
| 1178 | + "documentation":"<p> The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the parent image OS version during image recipe creation. </p>" |
| 1179 | + }, |
1164 | 1180 | "data":{
|
1165 | 1181 | "shape":"InlineComponentData",
|
1166 | 1182 | "documentation":"<p>The data of the component. Used to specify the data inline. Either <code>data</code> or <code>uri</code> can be used to specify the data within the component.</p>"
|
|
3162 | 3178 | "type":"string",
|
3163 | 3179 | "min":1
|
3164 | 3180 | },
|
| 3181 | + "OsVersionList":{ |
| 3182 | + "type":"list", |
| 3183 | + "member":{"shape":"OsVersion"}, |
| 3184 | + "max":25, |
| 3185 | + "min":1 |
| 3186 | + }, |
3165 | 3187 | "OutputResources":{
|
3166 | 3188 | "type":"structure",
|
3167 | 3189 | "members":{
|
|
0 commit comments