From ba92993e6008a5a47fdfbb206051f48cdd3fa785 Mon Sep 17 00:00:00 2001 From: awstools Date: Wed, 26 Feb 2025 19:37:07 +0000 Subject: [PATCH] docs(client-cloudfront): Documentation update for VPC origin config. --- clients/client-cloudfront/src/models/models_0.ts | 5 ++++- codegen/sdk-codegen/aws-models/cloudfront.json | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/clients/client-cloudfront/src/models/models_0.ts b/clients/client-cloudfront/src/models/models_0.ts index b513cc265685..605a9404f6b6 100644 --- a/clients/client-cloudfront/src/models/models_0.ts +++ b/clients/client-cloudfront/src/models/models_0.ts @@ -2982,6 +2982,9 @@ export interface VpcOriginConfig { * configured with static website hosting.

* *
  • + *

    Use VpcOriginConfig to specify a VPC origin.

    + *
  • + *
  • *

    Use CustomOriginConfig to specify all other kinds of origins, * including:

    * *

    If the distribution uses the CloudFront domain name such as diff --git a/codegen/sdk-codegen/aws-models/cloudfront.json b/codegen/sdk-codegen/aws-models/cloudfront.json index b19bf34cb231..a635bf3b83f9 100644 --- a/codegen/sdk-codegen/aws-models/cloudfront.json +++ b/codegen/sdk-codegen/aws-models/cloudfront.json @@ -14117,7 +14117,7 @@ } }, "traits": { - "smithy.api#documentation": "

    An origin.

    \n

    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:

    \n \n

    For the current maximum number of origins that you can specify per distribution, see\n\t\t\t\tGeneral Quotas on Web Distributions in the\n\t\t\t\tAmazon CloudFront Developer Guide (quotas were formerly referred to as\n\t\t\tlimits).

    " + "smithy.api#documentation": "

    An origin.

    \n

    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:

    \n \n

    For the current maximum number of origins that you can specify per distribution, see\n\t\t\t\tGeneral Quotas on Web Distributions in the\n\t\t\t\tAmazon CloudFront Developer Guide (quotas were formerly referred to as\n\t\t\tlimits).

    " } }, "com.amazonaws.cloudfront#OriginAccessControl": { @@ -20349,7 +20349,7 @@ "SSLSupportMethod": { "target": "com.amazonaws.cloudfront#SSLSupportMethod", "traits": { - "smithy.api#documentation": "

    If the distribution uses Aliases (alternate domain names or CNAMEs),\n\t\t\tspecify which viewers the distribution accepts HTTPS connections from.

    \n \n

    If the distribution uses the CloudFront domain name such as\n\t\t\t\td111111abcdef8.cloudfront.net, don't set a value for this field.

    " + "smithy.api#documentation": "

    If the distribution uses Aliases (alternate domain names or CNAMEs),\n\t\t\tspecify which viewers the distribution accepts HTTPS connections from.

    \n \n

    If the distribution uses the CloudFront domain name such as\n\t\t\t\td111111abcdef8.cloudfront.net, don't set a value for this field.

    " } }, "MinimumProtocolVersion": {