Skip to content

Commit d5e98f6

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: This release removes a requirement for filters on SearchLocalGatewayRoutes operations.
1 parent 1907fb1 commit d5e98f6

File tree

2 files changed

+22
-19
lines changed

2 files changed

+22
-19
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": "This release removes a requirement for filters on SearchLocalGatewayRoutes operations."
6+
}

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

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10316,13 +10316,13 @@
1031610316
"shape":"LocalGatewayRoutetableId",
1031710317
"documentation":"<p>The ID of the local gateway route table.</p>"
1031810318
},
10319-
"DryRun":{
10320-
"shape":"Boolean",
10321-
"documentation":"<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>"
10322-
},
1032310319
"LocalGatewayVirtualInterfaceGroupId":{
1032410320
"shape":"LocalGatewayVirtualInterfaceGroupId",
1032510321
"documentation":"<p>The ID of the virtual interface group.</p>"
10322+
},
10323+
"DryRun":{
10324+
"shape":"Boolean",
10325+
"documentation":"<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>"
1032610326
}
1032710327
}
1032810328
},
@@ -11272,8 +11272,8 @@
1127211272
"CreateSubnetRequest":{
1127311273
"type":"structure",
1127411274
"required":[
11275-
"VpcId",
11276-
"CidrBlock"
11275+
"CidrBlock",
11276+
"VpcId"
1127711277
],
1127811278
"members":{
1127911279
"TagSpecifications":{
@@ -11289,6 +11289,10 @@
1128911289
"shape":"String",
1129011290
"documentation":"<p>The AZ ID or the Local Zone ID of the subnet.</p>"
1129111291
},
11292+
"CidrBlock":{
11293+
"shape":"String",
11294+
"documentation":"<p>The IPv4 network range for the subnet, in CIDR notation. For example, <code>10.0.0.0/24</code>. We modify the specified CIDR block to its canonical form; for example, if you specify <code>100.68.0.18/18</code>, we modify it to <code>100.68.0.0/18</code>.</p>"
11295+
},
1129211296
"Ipv6CidrBlock":{
1129311297
"shape":"String",
1129411298
"documentation":"<p>The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a /64 prefix length.</p>"
@@ -11305,10 +11309,6 @@
1130511309
"shape":"Boolean",
1130611310
"documentation":"<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
1130711311
"locationName":"dryRun"
11308-
},
11309-
"CidrBlock":{
11310-
"shape":"String",
11311-
"documentation":"<p>The IPv4 network range for the subnet, in CIDR notation. For example, <code>10.0.0.0/24</code>. We modify the specified CIDR block to its canonical form; for example, if you specify <code>100.68.0.18/18</code>, we modify it to <code>100.68.0.0/18</code>.</p>"
1131211312
}
1131311313
}
1131411314
},
@@ -38790,15 +38790,17 @@
3879038790
},
3879138791
"SearchLocalGatewayRoutesRequest":{
3879238792
"type":"structure",
38793-
"required":[
38794-
"LocalGatewayRouteTableId",
38795-
"Filters"
38796-
],
38793+
"required":["LocalGatewayRouteTableId"],
3879738794
"members":{
3879838795
"LocalGatewayRouteTableId":{
3879938796
"shape":"LocalGatewayRoutetableId",
3880038797
"documentation":"<p>The ID of the local gateway route table.</p>"
3880138798
},
38799+
"Filters":{
38800+
"shape":"FilterList",
38801+
"documentation":"<p>One or more filters.</p>",
38802+
"locationName":"Filter"
38803+
},
3880238804
"MaxResults":{
3880338805
"shape":"MaxResults",
3880438806
"documentation":"<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>"
@@ -38810,11 +38812,6 @@
3881038812
"DryRun":{
3881138813
"shape":"Boolean",
3881238814
"documentation":"<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>"
38813-
},
38814-
"Filters":{
38815-
"shape":"FilterList",
38816-
"documentation":"<p>One or more filters.</p>",
38817-
"locationName":"Filter"
3881838815
}
3881938816
}
3882038817
},

0 commit comments

Comments
 (0)