Skip to content

Commit f5b127a

Browse files
author
AWS
committed
Amazon CloudFront Update: This release adds bring your own IP (BYOIP) IPv6 support to CloudFront's CreateAnycastIpList and UpdateAnycastIpList API through the IpamCidrConfigs field.
1 parent 69f50c2 commit f5b127a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
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 CloudFront",
4+
"contributor": "",
5+
"description": "This release adds bring your own IP (BYOIP) IPv6 support to CloudFront's CreateAnycastIpList and UpdateAnycastIpList API through the IpamCidrConfigs field."
6+
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15235,6 +15235,10 @@
1523515235
"shape":"IpAddressType",
1523615236
"documentation":"<p>The IP address type for the Anycast static IP list. You can specify one of the following options:</p> <ul> <li> <p> <code>ipv4</code> only</p> </li> <li> <p> <code>ipv6</code> only</p> </li> <li> <p> <code>dualstack</code> - Allocate a list of both IPv4 and IPv6 addresses</p> </li> </ul>"
1523715237
},
15238+
"IpamCidrConfigs":{
15239+
"shape":"IpamCidrConfigList",
15240+
"documentation":"<p> A list of IPAM CIDR configurations that specify the IP address ranges and IPAM pool settings for updating the Anycast static IP list. </p>"
15241+
},
1523815242
"IfMatch":{
1523915243
"shape":"string",
1524015244
"documentation":"<p>The current version (ETag value) of the Anycast static IP list that you are updating.</p>",

0 commit comments

Comments
 (0)