Skip to content

Commit 39ae55c

Browse files
authored
The DryRun field in EC2 APIs is no longer hidden by the SDK through customization and is now exposed (#4353)
* The DryRun field in EC2 APIs is no longer hidden by the SDK through customization and is now exposed. * Rename file to have Ec2 as prefix * fix code smells * Removed the Integ Test as per review comment
1 parent 233668b commit 39ae55c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "The DryRun field in EC2 APIs is no longer hidden and has been exposed. To determine the DryRun status for an EC2 operation using the dryRun field, users are now required to catch the Ec2Exception and extract the dryRun status from the errorCode of AwsErrorDetails within the Ec2Exception."
6+
}

services/ec2/src/main/resources/codegen-resources/customization.config

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@
8181
"describeVpnGateways"
8282
],
8383
"shapeModifiers": {
84-
"*": {
85-
"exclude": [
86-
"DryRun"
87-
]
88-
},
8984
"AttachClassicLinkVpcResult": {
9085
"modify": [
9186
{

0 commit comments

Comments
 (0)