You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/ec2/src/main/resources/codegen-resources/service-2.json
+16-19Lines changed: 16 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -10316,13 +10316,13 @@
10316
10316
"shape":"LocalGatewayRoutetableId",
10317
10317
"documentation":"<p>The ID of the local gateway route table.</p>"
10318
10318
},
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
-
},
10323
10319
"LocalGatewayVirtualInterfaceGroupId":{
10324
10320
"shape":"LocalGatewayVirtualInterfaceGroupId",
10325
10321
"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>"
10326
10326
}
10327
10327
}
10328
10328
},
@@ -11272,8 +11272,8 @@
11272
11272
"CreateSubnetRequest":{
11273
11273
"type":"structure",
11274
11274
"required":[
11275
-
"VpcId",
11276
-
"CidrBlock"
11275
+
"CidrBlock",
11276
+
"VpcId"
11277
11277
],
11278
11278
"members":{
11279
11279
"TagSpecifications":{
@@ -11289,6 +11289,10 @@
11289
11289
"shape":"String",
11290
11290
"documentation":"<p>The AZ ID or the Local Zone ID of the subnet.</p>"
11291
11291
},
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
+
},
11292
11296
"Ipv6CidrBlock":{
11293
11297
"shape":"String",
11294
11298
"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 @@
11305
11309
"shape":"Boolean",
11306
11310
"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>",
11307
11311
"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>"
11312
11312
}
11313
11313
}
11314
11314
},
@@ -38790,15 +38790,17 @@
38790
38790
},
38791
38791
"SearchLocalGatewayRoutesRequest":{
38792
38792
"type":"structure",
38793
-
"required":[
38794
-
"LocalGatewayRouteTableId",
38795
-
"Filters"
38796
-
],
38793
+
"required":["LocalGatewayRouteTableId"],
38797
38794
"members":{
38798
38795
"LocalGatewayRouteTableId":{
38799
38796
"shape":"LocalGatewayRoutetableId",
38800
38797
"documentation":"<p>The ID of the local gateway route table.</p>"
38801
38798
},
38799
+
"Filters":{
38800
+
"shape":"FilterList",
38801
+
"documentation":"<p>One or more filters.</p>",
38802
+
"locationName":"Filter"
38803
+
},
38802
38804
"MaxResults":{
38803
38805
"shape":"MaxResults",
38804
38806
"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 @@
38810
38812
"DryRun":{
38811
38813
"shape":"Boolean",
38812
38814
"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>"
0 commit comments