Skip to content

Commit 7d04209

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Fix EC2 multi-protocol info in models.
1 parent 3b5b044 commit 7d04209

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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": "Fix EC2 multi-protocol info in models."
6+
}

services/ec2/src/main/resources/codegen-resources/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"apiVersion":"2016-11-15",
55
"endpointPrefix":"ec2",
66
"protocol":"ec2",
7-
"protocols":["query"],
7+
"protocols":["ec2"],
88
"serviceAbbreviation":"Amazon EC2",
99
"serviceFullName":"Amazon Elastic Compute Cloud",
1010
"serviceId":"EC2",

0 commit comments

Comments
 (0)