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:
static-ip
- 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 Amazon Web Services Support Center.
+ * the Amazon Web ServicesSupport Center.
* 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.
\nAn 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:
\nUse S3OriginConfig
to specify an Amazon S3 bucket that is not\n\t\t\t\t\tconfigured with static website hosting.
Use CustomOriginConfig
to specify all other kinds of origins,\n\t\t\t\t\tincluding:
An Amazon S3 bucket that is configured with static website hosting
\nAn Elastic Load Balancing load balancer
\nAn Elemental MediaPackage endpoint
\nAn Elemental MediaStore container
\nAny other HTTP server, running on an Amazon EC2 instance or any other kind\n\t\t\t\t\t\t\tof host
\nFor 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.
\nAn 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:
\nUse S3OriginConfig
to specify an Amazon S3 bucket that is not\n\t\t\t\t\tconfigured with static website hosting.
Use VpcOriginConfig
to specify a VPC origin.
Use CustomOriginConfig
to specify all other kinds of origins,\n\t\t\t\t\tincluding:
An Amazon S3 bucket that is configured with static website hosting
\nAn Elastic Load Balancing load balancer
\nAn Elemental MediaPackage endpoint
\nAn Elemental MediaStore container
\nAny other HTTP server, running on an Amazon EC2 instance or any other kind\n\t\t\t\t\t\t\tof host
\nFor 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 sni-only
– The distribution accepts HTTPS connections from only\n\t\t\t\t\tviewers that support server name\n\t\t\t\t\t\tindication (SNI). This is recommended. Most browsers and clients\n\t\t\t\t\tsupport SNI.
\n vip
– 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.
\n static-ip
- 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 Amazon Web Services Support Center.
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.
If the distribution uses Aliases
(alternate domain names or CNAMEs),\n\t\t\tspecify which viewers the distribution accepts HTTPS connections from.
\n sni-only
– The distribution accepts HTTPS connections from only\n\t\t\t\t\tviewers that support server name\n\t\t\t\t\t\tindication (SNI). This is recommended. Most browsers and clients\n\t\t\t\t\tsupport SNI.
\n vip
– 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.
\n static-ip
- 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 Amazon Web ServicesSupport Center.
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.