Skip to content

Commit 424e6fd

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Release VPC Route Server, a new feature allowing dynamic routing in VPCs.
1 parent d480bb2 commit 424e6fd

File tree

3 files changed

+1305
-5
lines changed

3 files changed

+1305
-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": "Release VPC Route Server, a new feature allowing dynamic routing in VPCs."
6+
}

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,24 @@
479479
"output_token": "NextToken",
480480
"result_key": "ReservedInstancesOfferings"
481481
},
482+
"DescribeRouteServerEndpoints": {
483+
"input_token": "NextToken",
484+
"limit_key": "MaxResults",
485+
"output_token": "NextToken",
486+
"result_key": "RouteServerEndpoints"
487+
},
488+
"DescribeRouteServerPeers": {
489+
"input_token": "NextToken",
490+
"limit_key": "MaxResults",
491+
"output_token": "NextToken",
492+
"result_key": "RouteServerPeers"
493+
},
494+
"DescribeRouteServers": {
495+
"input_token": "NextToken",
496+
"limit_key": "MaxResults",
497+
"output_token": "NextToken",
498+
"result_key": "RouteServers"
499+
},
482500
"DescribeRouteTables": {
483501
"input_token": "NextToken",
484502
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)