|
9245 | 9245 | "available",
|
9246 | 9246 | "information",
|
9247 | 9247 | "impaired",
|
9248 |
| - "unavailable" |
| 9248 | + "unavailable", |
| 9249 | + "constrained" |
9249 | 9250 | ]
|
9250 | 9251 | },
|
9251 | 9252 | "AvailabilityZoneStringList":{
|
|
12595 | 12596 | "members":{
|
12596 | 12597 | "ClientToken":{
|
12597 | 12598 | "shape":"String",
|
12598 |
| - "documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">How to ensure idempotency</a>.</p>" |
| 12599 | + "documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">Ensuring idempotency</a>.</p>" |
12599 | 12600 | },
|
12600 | 12601 | "DryRun":{
|
12601 | 12602 | "shape":"Boolean",
|
|
13674 | 13675 | },
|
13675 | 13676 | "ClientToken":{
|
13676 | 13677 | "shape":"String",
|
13677 |
| - "documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">How to ensure idempotency</a>.</p> <p>Constraint: Maximum 64 ASCII characters.</p>", |
| 13678 | + "documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring idempotency</a>.</p> <p>Constraint: Maximum 64 ASCII characters.</p>", |
13678 | 13679 | "idempotencyToken":true
|
13679 | 13680 | },
|
13680 | 13681 | "DryRun":{
|
|
13809 | 13810 | "shape":"TagSpecificationList",
|
13810 | 13811 | "documentation":"<p>The tags to assign to the network ACL.</p>",
|
13811 | 13812 | "locationName":"TagSpecification"
|
| 13813 | + }, |
| 13814 | + "ClientToken":{ |
| 13815 | + "shape":"String", |
| 13816 | + "documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">Ensuring idempotency</a>.</p>", |
| 13817 | + "idempotencyToken":true |
13812 | 13818 | }
|
13813 | 13819 | }
|
13814 | 13820 | },
|
|
13819 | 13825 | "shape":"NetworkAcl",
|
13820 | 13826 | "documentation":"<p>Information about the network ACL.</p>",
|
13821 | 13827 | "locationName":"networkAcl"
|
| 13828 | + }, |
| 13829 | + "ClientToken":{ |
| 13830 | + "shape":"String", |
| 13831 | + "documentation":"<p>Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.</p>", |
| 13832 | + "locationName":"clientToken" |
13822 | 13833 | }
|
13823 | 13834 | }
|
13824 | 13835 | },
|
|
14384 | 14395 | "shape":"TagSpecificationList",
|
14385 | 14396 | "documentation":"<p>The tags to assign to the route table.</p>",
|
14386 | 14397 | "locationName":"TagSpecification"
|
| 14398 | + }, |
| 14399 | + "ClientToken":{ |
| 14400 | + "shape":"String", |
| 14401 | + "documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">Ensuring idempotency</a>.</p>", |
| 14402 | + "idempotencyToken":true |
14387 | 14403 | }
|
14388 | 14404 | }
|
14389 | 14405 | },
|
|
14394 | 14410 | "shape":"RouteTable",
|
14395 | 14411 | "documentation":"<p>Information about the route table.</p>",
|
14396 | 14412 | "locationName":"routeTable"
|
| 14413 | + }, |
| 14414 | + "ClientToken":{ |
| 14415 | + "shape":"String", |
| 14416 | + "documentation":"<p>Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.</p>", |
| 14417 | + "locationName":"clientToken" |
14397 | 14418 | }
|
14398 | 14419 | }
|
14399 | 14420 | },
|
|
54690 | 54711 | "type":"string",
|
54691 | 54712 | "enum":[
|
54692 | 54713 | "pending",
|
54693 |
| - "available" |
| 54714 | + "available", |
| 54715 | + "unavailable" |
54694 | 54716 | ]
|
54695 | 54717 | },
|
54696 | 54718 | "Subscription":{
|
|
0 commit comments