|
17210 | 17210 | "members":{
|
17211 | 17211 | "Type":{
|
17212 | 17212 | "shape":"String",
|
17213 |
| - "documentation":"<p> The type of elastic inference accelerator. The possible values are <code>eia1.small</code>, <code>eia1.medium</code>, and <code>eia1.large</code>. </p>" |
| 17213 | + "documentation":"<p> The type of elastic inference accelerator. The possible values are <code>eia1.medium</code>, <code>eia1.large</code>, and <code>eia1.xlarge</code>. </p>" |
| 17214 | + }, |
| 17215 | + "Count":{ |
| 17216 | + "shape":"ElasticInferenceAcceleratorCount", |
| 17217 | + "documentation":"<p> The number of elastic inference accelerators of given type to be attached to the instance. Only positive values allowed. If not specified defaults to 1. </p>" |
17214 | 17218 | }
|
17215 | 17219 | },
|
17216 | 17220 | "documentation":"<p> Describes an elastic inference accelerator. </p>"
|
|
17248 | 17252 | "locationName":"item"
|
17249 | 17253 | }
|
17250 | 17254 | },
|
| 17255 | + "ElasticInferenceAcceleratorCount":{ |
| 17256 | + "type":"integer", |
| 17257 | + "min":1 |
| 17258 | + }, |
17251 | 17259 | "ElasticInferenceAccelerators":{
|
17252 | 17260 | "type":"list",
|
17253 | 17261 | "member":{
|
@@ -23260,10 +23268,18 @@
|
23260 | 23268 | "Type":{
|
23261 | 23269 | "shape":"String",
|
23262 | 23270 | "documentation":"<p> The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge. </p>"
|
| 23271 | + }, |
| 23272 | + "Count":{ |
| 23273 | + "shape":"LaunchTemplateElasticInferenceAcceleratorCount", |
| 23274 | + "documentation":"<p> The number of elastic inference accelerators of given type to be attached to the instance. Only positive values allowed. If not specified defaults to 1. </p>" |
23263 | 23275 | }
|
23264 | 23276 | },
|
23265 | 23277 | "documentation":"<p> Describes an elastic inference accelerator. </p>"
|
23266 | 23278 | },
|
| 23279 | + "LaunchTemplateElasticInferenceAcceleratorCount":{ |
| 23280 | + "type":"integer", |
| 23281 | + "min":1 |
| 23282 | + }, |
23267 | 23283 | "LaunchTemplateElasticInferenceAcceleratorList":{
|
23268 | 23284 | "type":"list",
|
23269 | 23285 | "member":{
|
|
23278 | 23294 | "shape":"String",
|
23279 | 23295 | "documentation":"<p> The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge. </p>",
|
23280 | 23296 | "locationName":"type"
|
| 23297 | + }, |
| 23298 | + "Count":{ |
| 23299 | + "shape":"Integer", |
| 23300 | + "documentation":"<p> The number of elastic inference accelerators of given type to be attached to the instance. Only positive values allowed. If not specified defaults to 1. </p>", |
| 23301 | + "locationName":"count" |
23281 | 23302 | }
|
23282 | 23303 | },
|
23283 | 23304 | "documentation":"<p> Describes an elastic inference accelerator. </p>"
|
|
0 commit comments