|
11649 | 11649 | "available",
|
11650 | 11650 | "information",
|
11651 | 11651 | "impaired",
|
11652 |
| - "unavailable" |
| 11652 | + "unavailable", |
| 11653 | + "constrained" |
11653 | 11654 | ]
|
11654 | 11655 | },
|
11655 | 11656 | "AvailabilityZoneStringList": {
|
|
15089 | 15090 | "members": {
|
15090 | 15091 | "ClientToken": {
|
15091 | 15092 | "shape": "String",
|
15092 |
| - "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>" |
| 15093 | + "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>" |
15093 | 15094 | },
|
15094 | 15095 | "DryRun": {
|
15095 | 15096 | "shape": "Boolean",
|
|
16184 | 16185 | },
|
16185 | 16186 | "ClientToken": {
|
16186 | 16187 | "shape": "String",
|
16187 |
| - "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>", |
| 16188 | + "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>", |
16188 | 16189 | "idempotencyToken": true
|
16189 | 16190 | },
|
16190 | 16191 | "DryRun": {
|
|
16321 | 16322 | "shape": "TagSpecificationList",
|
16322 | 16323 | "documentation": "<p>The tags to assign to the network ACL.</p>",
|
16323 | 16324 | "locationName": "TagSpecification"
|
| 16325 | + }, |
| 16326 | + "ClientToken": { |
| 16327 | + "shape": "String", |
| 16328 | + "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>", |
| 16329 | + "idempotencyToken": true |
16324 | 16330 | }
|
16325 | 16331 | }
|
16326 | 16332 | },
|
|
16331 | 16337 | "shape": "NetworkAcl",
|
16332 | 16338 | "documentation": "<p>Information about the network ACL.</p>",
|
16333 | 16339 | "locationName": "networkAcl"
|
| 16340 | + }, |
| 16341 | + "ClientToken": { |
| 16342 | + "shape": "String", |
| 16343 | + "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>", |
| 16344 | + "locationName": "clientToken" |
16334 | 16345 | }
|
16335 | 16346 | }
|
16336 | 16347 | },
|
|
16906 | 16917 | "shape": "TagSpecificationList",
|
16907 | 16918 | "documentation": "<p>The tags to assign to the route table.</p>",
|
16908 | 16919 | "locationName": "TagSpecification"
|
| 16920 | + }, |
| 16921 | + "ClientToken": { |
| 16922 | + "shape": "String", |
| 16923 | + "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>", |
| 16924 | + "idempotencyToken": true |
16909 | 16925 | }
|
16910 | 16926 | }
|
16911 | 16927 | },
|
|
16916 | 16932 | "shape": "RouteTable",
|
16917 | 16933 | "documentation": "<p>Information about the route table.</p>",
|
16918 | 16934 | "locationName": "routeTable"
|
| 16935 | + }, |
| 16936 | + "ClientToken": { |
| 16937 | + "shape": "String", |
| 16938 | + "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>", |
| 16939 | + "locationName": "clientToken" |
16919 | 16940 | }
|
16920 | 16941 | }
|
16921 | 16942 | },
|
|
58044 | 58065 | "type": "string",
|
58045 | 58066 | "enum": [
|
58046 | 58067 | "pending",
|
58047 |
| - "available" |
| 58068 | + "available", |
| 58069 | + "unavailable" |
58048 | 58070 | ]
|
58049 | 58071 | },
|
58050 | 58072 | "Subscription": {
|
|
0 commit comments