Skip to content

Commit e7e8045

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: This release provides support for a preview of bringing your own IPv6 addresses (BYOIP for IPv6) for use in AWS.
1 parent c3f447c commit e7e8045

File tree

3 files changed

+235
-15
lines changed

3 files changed

+235
-15
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Compute Cloud",
4+
"description": "This release provides support for a preview of bringing your own IPv6 addresses (BYOIP for IPv6) for use in AWS."
5+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,12 @@
174174
"output_token": "NextToken",
175175
"result_key": "InternetGateways"
176176
},
177+
"DescribeIpv6Pools": {
178+
"input_token": "NextToken",
179+
"limit_key": "MaxResults",
180+
"output_token": "NextToken",
181+
"result_key": "Ipv6Pools"
182+
},
177183
"DescribeKeyPairs": {
178184
"result_key": "KeyPairs"
179185
},
@@ -440,6 +446,12 @@
440446
"DescribeVpnGateways": {
441447
"result_key": "VpnGateways"
442448
},
449+
"GetAssociatedIpv6PoolCidrs": {
450+
"input_token": "NextToken",
451+
"limit_key": "MaxResults",
452+
"output_token": "NextToken",
453+
"result_key": "Ipv6CidrAssociations"
454+
},
443455
"GetTransitGatewayAttachmentPropagations": {
444456
"input_token": "NextToken",
445457
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)