Skip to content

Commit 5abe098

Browse files
committed
Update EC2
1 parent 83b9d30 commit 5abe098

File tree

4 files changed

+1534
-418
lines changed

4 files changed

+1534
-418
lines changed

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,33 @@
185185
}
186186
]
187187
},
188+
"ModifyInstanceCapacityReservationAttributesResult": {
189+
"modify": [
190+
{
191+
"Return": {
192+
"emitPropertyName": "ReturnValue"
193+
}
194+
}
195+
]
196+
},
197+
"ModifyCapacityReservationResult": {
198+
"modify": [
199+
{
200+
"Return": {
201+
"emitPropertyName": "ReturnValue"
202+
}
203+
}
204+
]
205+
},
206+
"CancelCapacityReservationResult": {
207+
"modify": [
208+
{
209+
"Return": {
210+
"emitPropertyName": "ReturnValue"
211+
}
212+
}
213+
]
214+
},
188215
"Image": {
189216
"modify": [
190217
{

services/ec2/src/main/resources/codegen-resources/examples-1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@
887887
"From": 53,
888888
"To": 53
889889
},
890-
"Protocol": "udp",
890+
"Protocol": "17",
891891
"RuleAction": "allow",
892892
"RuleNumber": 100
893893
},
@@ -4398,7 +4398,7 @@
43984398
"From": 53,
43994399
"To": 53
44004400
},
4401-
"Protocol": "udp",
4401+
"Protocol": "17",
44024402
"RuleAction": "allow",
44034403
"RuleNumber": 100
44044404
},

services/ec2/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
"result_key": "NetworkAcls"
5656
},
5757
"DescribeNetworkInterfaces": {
58+
"input_token": "NextToken",
59+
"limit_key": "MaxResults",
60+
"output_token": "NextToken",
5861
"result_key": "NetworkInterfaces"
5962
},
6063
"DescribePlacementGroups": {
@@ -81,9 +84,15 @@
8184
"result_key": "ReservedInstancesOfferings"
8285
},
8386
"DescribeRouteTables": {
87+
"input_token": "NextToken",
88+
"limit_key": "MaxResults",
89+
"output_token": "NextToken",
8490
"result_key": "RouteTables"
8591
},
8692
"DescribeSecurityGroups": {
93+
"input_token": "NextToken",
94+
"limit_key": "MaxResults",
95+
"output_token": "NextToken",
8796
"result_key": "SecurityGroups"
8897
},
8998
"DescribeSnapshots": {

0 commit comments

Comments
 (0)