Skip to content

Commit 537a133

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Amazon Secondary Networks is a networking feature that provides high-performance, low-latency connectivity for specialized workloads.
1 parent cb139b2 commit 537a133

4 files changed

Lines changed: 1263 additions & 7 deletions

File tree

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": "Amazon Secondary Networks is a networking feature that provides high-performance, low-latency connectivity for specialized workloads."
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
@@ -569,6 +569,24 @@
569569
"output_token": "NextToken",
570570
"result_key": "ScheduledInstanceSet"
571571
},
572+
"DescribeSecondaryInterfaces": {
573+
"input_token": "NextToken",
574+
"limit_key": "MaxResults",
575+
"output_token": "NextToken",
576+
"result_key": "SecondaryInterfaces"
577+
},
578+
"DescribeSecondaryNetworks": {
579+
"input_token": "NextToken",
580+
"limit_key": "MaxResults",
581+
"output_token": "NextToken",
582+
"result_key": "SecondaryNetworks"
583+
},
584+
"DescribeSecondarySubnets": {
585+
"input_token": "NextToken",
586+
"limit_key": "MaxResults",
587+
"output_token": "NextToken",
588+
"result_key": "SecondarySubnets"
589+
},
572590
"DescribeSecurityGroupRules": {
573591
"input_token": "NextToken",
574592
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)