Skip to content

Commit fbfc680

Browse files
author
AWS
committed
Amazon CloudFront Update: Doc-only update that adds defaults for CloudFront VpcOriginEndpointConfig values.
1 parent fbb1f40 commit fbfc680

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
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": "Doc-only update that adds defaults for CloudFront VpcOriginEndpointConfig values."
6+
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2669,7 +2669,7 @@
26692669
"documentation":"<p>The last time the Anycast static IP list was modified.</p>"
26702670
}
26712671
},
2672-
"documentation":"<p>An Anycast static IP list.</p>"
2672+
"documentation":"<p>An Anycast static IP list. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/request-static-ips.html\">Request Anycast static IPs to use for allowlisting</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>"
26732673
},
26742674
"AnycastIpListCollection":{
26752675
"type":"structure",
@@ -4942,7 +4942,7 @@
49424942
},
49434943
"IfMatch":{
49444944
"shape":"string",
4945-
"documentation":"<p>The VPC origin to delete, if a match occurs.</p>",
4945+
"documentation":"<p>The version identifier of the VPC origin to delete. This is the <code>ETag</code> value returned in the response to <a>GetVpcOrigin</a>.</p>",
49464946
"location":"header",
49474947
"locationName":"If-Match"
49484948
}
@@ -12897,11 +12897,11 @@
1289712897
},
1289812898
"HTTPPort":{
1289912899
"shape":"integer",
12900-
"documentation":"<p>The HTTP port for the CloudFront VPC origin endpoint configuration.</p>"
12900+
"documentation":"<p>The HTTP port for the CloudFront VPC origin endpoint configuration. The default value is <code>80</code>.</p>"
1290112901
},
1290212902
"HTTPSPort":{
1290312903
"shape":"integer",
12904-
"documentation":"<p>The HTTPS port of the CloudFront VPC origin endpoint configuration.</p>"
12904+
"documentation":"<p>The HTTPS port of the CloudFront VPC origin endpoint configuration. The default value is <code>443</code>.</p>"
1290512905
},
1290612906
"OriginProtocolPolicy":{
1290712907
"shape":"OriginProtocolPolicy",

0 commit comments

Comments
 (0)