Skip to content

Commit f54ce6e

Browse files
Update API model
1 parent 958f761 commit f54ce6e

File tree

8 files changed

+12557
-5059
lines changed

8 files changed

+12557
-5059
lines changed

tools/code-generation/smithy/api-descriptions/deadline.json

Lines changed: 209 additions & 30 deletions
Large diffs are not rendered by default.

tools/code-generation/smithy/api-descriptions/ec2.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20248,6 +20248,12 @@
2024820248
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the core network.</p>"
2024920249
}
2025020250
},
20251+
"OdbNetworkArn": {
20252+
"target": "com.amazonaws.ec2#OdbNetworkArn",
20253+
"traits": {
20254+
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the ODB network.</p>"
20255+
}
20256+
},
2025120257
"DryRun": {
2025220258
"target": "com.amazonaws.ec2#Boolean",
2025320259
"traits": {
@@ -29725,7 +29731,7 @@
2972529731
"target": "com.amazonaws.ec2#String",
2972629732
"traits": {
2972729733
"smithy.api#clientOptional": {},
29728-
"smithy.api#documentation": "<p>The CIDR you want to deprovision from the pool. Enter the CIDR you want to deprovision with a netmask of <code>/32</code>. You must rerun this command for each IP address in the CIDR range. If your CIDR is a <code>/24</code>, you will have to run this command to deprovision each of the 256 IP addresses in the <code>/24</code> CIDR.</p>",
29734+
"smithy.api#documentation": "<p>The CIDR you want to deprovision from the pool.</p>",
2972929735
"smithy.api#required": {}
2973029736
}
2973129737
}
@@ -91240,6 +91246,9 @@
9124091246
}
9124191247
}
9124291248
},
91249+
"com.amazonaws.ec2#OdbNetworkArn": {
91250+
"type": "string"
91251+
},
9124391252
"com.amazonaws.ec2#OfferingClassType": {
9124491253
"type": "enum",
9124591254
"members": {
@@ -96832,6 +96841,12 @@
9683296841
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the core network.</p>"
9683396842
}
9683496843
},
96844+
"OdbNetworkArn": {
96845+
"target": "com.amazonaws.ec2#OdbNetworkArn",
96846+
"traits": {
96847+
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the ODB network.</p>"
96848+
}
96849+
},
9683596850
"DryRun": {
9683696851
"target": "com.amazonaws.ec2#Boolean",
9683796852
"traits": {
@@ -101472,6 +101487,14 @@
101472101487
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the core network.</p>",
101473101488
"smithy.api#xmlName": "coreNetworkArn"
101474101489
}
101490+
},
101491+
"OdbNetworkArn": {
101492+
"target": "com.amazonaws.ec2#OdbNetworkArn",
101493+
"traits": {
101494+
"aws.protocols#ec2QueryName": "OdbNetworkArn",
101495+
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the ODB network.</p>",
101496+
"smithy.api#xmlName": "odbNetworkArn"
101497+
}
101475101498
}
101476101499
},
101477101500
"traits": {

0 commit comments

Comments
 (0)