Skip to content

Commit

Permalink
docs(client-cloudfront): Documentation update for VPC origin config.
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 26, 2025
1 parent 577b28e commit ba92993
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion clients/client-cloudfront/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2982,6 +2982,9 @@ export interface VpcOriginConfig {
* configured with static website hosting.</p>
* </li>
* <li>
* <p>Use <code>VpcOriginConfig</code> to specify a VPC origin.</p>
* </li>
* <li>
* <p>Use <code>CustomOriginConfig</code> to specify all other kinds of origins,
* including:</p>
* <ul>
Expand Down Expand Up @@ -3393,7 +3396,7 @@ export interface ViewerCertificate {
* <code>static-ip</code> - Do not specify this value unless your distribution
* has been enabled for this feature by the CloudFront team. If you have a use case
* that requires static IP addresses for a distribution, contact CloudFront through
* the <a href="https://console.aws.amazon.com/support/home">Amazon Web Services Support Center</a>.</p>
* the <a href="https://console.aws.amazon.com/support/home">Amazon Web ServicesSupport Center</a>.</p>
* </li>
* </ul>
* <p>If the distribution uses the CloudFront domain name such as
Expand Down
4 changes: 2 additions & 2 deletions codegen/sdk-codegen/aws-models/cloudfront.json
Original file line number Diff line number Diff line change
Expand Up @@ -14117,7 +14117,7 @@
}
},
"traits": {
"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>"
"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>"
}
},
"com.amazonaws.cloudfront#OriginAccessControl": {
Expand Down Expand Up @@ -20349,7 +20349,7 @@
"SSLSupportMethod": {
"target": "com.amazonaws.cloudfront#SSLSupportMethod",
"traits": {
"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>"
"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>"
}
},
"MinimumProtocolVersion": {
Expand Down

0 comments on commit ba92993

Please sign in to comment.