Skip to content

Commit eacba6f

Browse files
feat: update AWS API models
1 parent 287971e commit eacba6f

File tree

5 files changed

+700
-25
lines changed

5 files changed

+700
-25
lines changed

codegen/sdk/aws-models/ec2.json

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8860,6 +8860,12 @@
88608860
"traits": {
88618861
"smithy.api#enumValue": "unavailable"
88628862
}
8863+
},
8864+
"constrained": {
8865+
"target": "smithy.api#Unit",
8866+
"traits": {
8867+
"smithy.api#enumValue": "constrained"
8868+
}
88638869
}
88648870
}
88658871
},
@@ -14918,7 +14924,7 @@
1491814924
"ClientToken": {
1491914925
"target": "com.amazonaws.ec2#String",
1492014926
"traits": {
14921-
"smithy.api#documentation": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\n\t\t\trequest. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">How to ensure\n\t\t\t\tidempotency</a>.</p>"
14927+
"smithy.api#documentation": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\n\t\t\trequest. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">Ensuring idempotency</a>.</p>"
1492214928
}
1492314929
},
1492414930
"DryRun": {
@@ -16930,7 +16936,7 @@
1693016936
"ClientToken": {
1693116937
"target": "com.amazonaws.ec2#String",
1693216938
"traits": {
16933-
"smithy.api#documentation": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\n\t\t\trequest. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">How to ensure\n\t\t\t\tidempotency</a>.</p>\n <p>Constraint: Maximum 64 ASCII characters.</p>",
16939+
"smithy.api#documentation": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\n\t\t\trequest. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring idempotency</a>.</p>\n <p>Constraint: Maximum 64 ASCII characters.</p>",
1693416940
"smithy.api#idempotencyToken": {}
1693516941
}
1693616942
},
@@ -17216,6 +17222,13 @@
1721617222
"smithy.api#documentation": "<p>The tags to assign to the network ACL.</p>",
1721717223
"smithy.api#xmlName": "TagSpecification"
1721817224
}
17225+
},
17226+
"ClientToken": {
17227+
"target": "com.amazonaws.ec2#String",
17228+
"traits": {
17229+
"smithy.api#documentation": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\n request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">Ensuring idempotency</a>.</p>",
17230+
"smithy.api#idempotencyToken": {}
17231+
}
1721917232
}
1722017233
},
1722117234
"traits": {
@@ -17232,6 +17245,14 @@
1723217245
"smithy.api#documentation": "<p>Information about the network ACL.</p>",
1723317246
"smithy.api#xmlName": "networkAcl"
1723417247
}
17248+
},
17249+
"ClientToken": {
17250+
"target": "com.amazonaws.ec2#String",
17251+
"traits": {
17252+
"aws.protocols#ec2QueryName": "ClientToken",
17253+
"smithy.api#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>",
17254+
"smithy.api#xmlName": "clientToken"
17255+
}
1723517256
}
1723617257
},
1723717258
"traits": {
@@ -18274,6 +18295,13 @@
1827418295
"smithy.api#documentation": "<p>The tags to assign to the route table.</p>",
1827518296
"smithy.api#xmlName": "TagSpecification"
1827618297
}
18298+
},
18299+
"ClientToken": {
18300+
"target": "com.amazonaws.ec2#String",
18301+
"traits": {
18302+
"smithy.api#documentation": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the\n request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html\">Ensuring idempotency</a>.</p>",
18303+
"smithy.api#idempotencyToken": {}
18304+
}
1827718305
}
1827818306
},
1827918307
"traits": {
@@ -18290,6 +18318,14 @@
1829018318
"smithy.api#documentation": "<p>Information about the route table.</p>",
1829118319
"smithy.api#xmlName": "routeTable"
1829218320
}
18321+
},
18322+
"ClientToken": {
18323+
"target": "com.amazonaws.ec2#String",
18324+
"traits": {
18325+
"aws.protocols#ec2QueryName": "ClientToken",
18326+
"smithy.api#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>",
18327+
"smithy.api#xmlName": "clientToken"
18328+
}
1829318329
}
1829418330
},
1829518331
"traits": {
@@ -96784,6 +96820,12 @@
9678496820
"traits": {
9678596821
"smithy.api#enumValue": "available"
9678696822
}
96823+
},
96824+
"unavailable": {
96825+
"target": "smithy.api#Unit",
96826+
"traits": {
96827+
"smithy.api#enumValue": "unavailable"
96828+
}
9678796829
}
9678896830
}
9678996831
},

0 commit comments

Comments
 (0)