Skip to content

Commit ba92993

Browse files
author
awstools
committed
docs(client-cloudfront): Documentation update for VPC origin config.
1 parent 577b28e commit ba92993

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

clients/client-cloudfront/src/models/models_0.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -2982,6 +2982,9 @@ export interface VpcOriginConfig {
29822982
* configured with static website hosting.</p>
29832983
* </li>
29842984
* <li>
2985+
* <p>Use <code>VpcOriginConfig</code> to specify a VPC origin.</p>
2986+
* </li>
2987+
* <li>
29852988
* <p>Use <code>CustomOriginConfig</code> to specify all other kinds of origins,
29862989
* including:</p>
29872990
* <ul>
@@ -3393,7 +3396,7 @@ export interface ViewerCertificate {
33933396
* <code>static-ip</code> - Do not specify this value unless your distribution
33943397
* has been enabled for this feature by the CloudFront team. If you have a use case
33953398
* that requires static IP addresses for a distribution, contact CloudFront through
3396-
* the <a href="https://console.aws.amazon.com/support/home">Amazon Web Services Support Center</a>.</p>
3399+
* the <a href="https://console.aws.amazon.com/support/home">Amazon Web ServicesSupport Center</a>.</p>
33973400
* </li>
33983401
* </ul>
33993402
* <p>If the distribution uses the CloudFront domain name such as

codegen/sdk-codegen/aws-models/cloudfront.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14117,7 +14117,7 @@
1411714117
}
1411814118
},
1411914119
"traits": {
14120-
"smithy.api#documentation": "<p>An origin.</p>\n <p>An origin is the location where content is stored, and from which CloudFront gets content to\n\t\t\tserve to viewers. To specify an origin:</p>\n <ul>\n <li>\n <p>Use <code>S3OriginConfig</code> to specify an Amazon S3 bucket that is not\n\t\t\t\t\tconfigured with static website hosting.</p>\n </li>\n <li>\n <p>Use <code>CustomOriginConfig</code> to specify all other kinds of origins,\n\t\t\t\t\tincluding:</p>\n <ul>\n <li>\n <p>An Amazon S3 bucket that is configured with static website hosting</p>\n </li>\n <li>\n <p>An Elastic Load Balancing load balancer</p>\n </li>\n <li>\n <p>An Elemental MediaPackage endpoint</p>\n </li>\n <li>\n <p>An Elemental MediaStore container</p>\n </li>\n <li>\n <p>Any other HTTP server, running on an Amazon EC2 instance or any other kind\n\t\t\t\t\t\t\tof host</p>\n </li>\n </ul>\n </li>\n </ul>\n <p>For the current maximum number of origins that you can specify per distribution, see\n\t\t\t\t<a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html#limits-web-distributions\">General Quotas on Web Distributions</a> in the\n\t\t\t\t<i>Amazon CloudFront Developer Guide</i> (quotas were formerly referred to as\n\t\t\tlimits).</p>"
14120+
"smithy.api#documentation": "<p>An origin.</p>\n <p>An origin is the location where content is stored, and from which CloudFront gets content to\n\t\t\tserve to viewers. To specify an origin:</p>\n <ul>\n <li>\n <p>Use <code>S3OriginConfig</code> to specify an Amazon S3 bucket that is not\n\t\t\t\t\tconfigured with static website hosting.</p>\n </li>\n <li>\n <p>Use <code>VpcOriginConfig</code> to specify a VPC origin.</p>\n </li>\n <li>\n <p>Use <code>CustomOriginConfig</code> to specify all other kinds of origins,\n\t\t\t\t\tincluding:</p>\n <ul>\n <li>\n <p>An Amazon S3 bucket that is configured with static website hosting</p>\n </li>\n <li>\n <p>An Elastic Load Balancing load balancer</p>\n </li>\n <li>\n <p>An Elemental MediaPackage endpoint</p>\n </li>\n <li>\n <p>An Elemental MediaStore container</p>\n </li>\n <li>\n <p>Any other HTTP server, running on an Amazon EC2 instance or any other kind\n\t\t\t\t\t\t\tof host</p>\n </li>\n </ul>\n </li>\n </ul>\n <p>For the current maximum number of origins that you can specify per distribution, see\n\t\t\t\t<a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html#limits-web-distributions\">General Quotas on Web Distributions</a> in the\n\t\t\t\t<i>Amazon CloudFront Developer Guide</i> (quotas were formerly referred to as\n\t\t\tlimits).</p>"
1412114121
}
1412214122
},
1412314123
"com.amazonaws.cloudfront#OriginAccessControl": {
@@ -20349,7 +20349,7 @@
2034920349
"SSLSupportMethod": {
2035020350
"target": "com.amazonaws.cloudfront#SSLSupportMethod",
2035120351
"traits": {
20352-
"smithy.api#documentation": "<p>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs),\n\t\t\tspecify which viewers the distribution accepts HTTPS connections from.</p>\n <ul>\n <li>\n <p>\n <code>sni-only</code> – The distribution accepts HTTPS connections from only\n\t\t\t\t\tviewers that support <a href=\"https://en.wikipedia.org/wiki/Server_Name_Indication\">server name\n\t\t\t\t\t\tindication (SNI)</a>. This is recommended. Most browsers and clients\n\t\t\t\t\tsupport SNI.</p>\n </li>\n <li>\n <p>\n <code>vip</code> – The distribution accepts HTTPS connections from all viewers\n\t\t\t\t\tincluding those that don't support SNI. This is not recommended, and results in\n\t\t\t\t\tadditional monthly charges from CloudFront.</p>\n </li>\n <li>\n <p>\n <code>static-ip</code> - Do not specify this value unless your distribution\n\t\t\t\t\thas been enabled for this feature by the CloudFront team. If you have a use case\n\t\t\t\t\tthat requires static IP addresses for a distribution, contact CloudFront through\n\t\t\t\t\tthe <a href=\"https://console.aws.amazon.com/support/home\">Amazon Web Services Support Center</a>.</p>\n </li>\n </ul>\n <p>If the distribution uses the CloudFront domain name such as\n\t\t\t\t<code>d111111abcdef8.cloudfront.net</code>, don't set a value for this field.</p>"
20352+
"smithy.api#documentation": "<p>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs),\n\t\t\tspecify which viewers the distribution accepts HTTPS connections from.</p>\n <ul>\n <li>\n <p>\n <code>sni-only</code> – The distribution accepts HTTPS connections from only\n\t\t\t\t\tviewers that support <a href=\"https://en.wikipedia.org/wiki/Server_Name_Indication\">server name\n\t\t\t\t\t\tindication (SNI)</a>. This is recommended. Most browsers and clients\n\t\t\t\t\tsupport SNI.</p>\n </li>\n <li>\n <p>\n <code>vip</code> – The distribution accepts HTTPS connections from all viewers\n\t\t\t\t\tincluding those that don't support SNI. This is not recommended, and results in\n\t\t\t\t\tadditional monthly charges from CloudFront.</p>\n </li>\n <li>\n <p>\n <code>static-ip</code> - Do not specify this value unless your distribution\n\t\t\t\t\thas been enabled for this feature by the CloudFront team. If you have a use case\n\t\t\t\t\tthat requires static IP addresses for a distribution, contact CloudFront through\n\t\t\t\t\tthe <a href=\"https://console.aws.amazon.com/support/home\">Amazon Web ServicesSupport Center</a>.</p>\n </li>\n </ul>\n <p>If the distribution uses the CloudFront domain name such as\n\t\t\t\t<code>d111111abcdef8.cloudfront.net</code>, don't set a value for this field.</p>"
2035320353
}
2035420354
},
2035520355
"MinimumProtocolVersion": {

0 commit comments

Comments
 (0)