Skip to content

Commit 3eecc64

Browse files
author
awstools
committed
docs(client-cloudfront): Doc-only update that adds defaults for CloudFront VpcOriginEndpointConfig values.
1 parent d7d0ef3 commit 3eecc64

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ export interface AllowedMethods {
361361
}
362362

363363
/**
364-
* <p>An Anycast static IP list.</p>
364+
* <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>
365365
* @public
366366
*/
367367
export interface AnycastIpList {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,13 +1296,13 @@ export interface VpcOriginEndpointConfig {
12961296
Arn: string | undefined;
12971297

12981298
/**
1299-
* <p>The HTTP port for the CloudFront VPC origin endpoint configuration.</p>
1299+
* <p>The HTTP port for the CloudFront VPC origin endpoint configuration. The default value is <code>80</code>.</p>
13001300
* @public
13011301
*/
13021302
HTTPPort: number | undefined;
13031303

13041304
/**
1305-
* <p>The HTTPS port of the CloudFront VPC origin endpoint configuration.</p>
1305+
* <p>The HTTPS port of the CloudFront VPC origin endpoint configuration. The default value is <code>443</code>.</p>
13061306
* @public
13071307
*/
13081308
HTTPSPort: number | undefined;
@@ -2204,7 +2204,7 @@ export interface DeleteVpcOriginRequest {
22042204
Id: string | undefined;
22052205

22062206
/**
2207-
* <p>The VPC origin to delete, if a match occurs.</p>
2207+
* <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>
22082208
* @public
22092209
*/
22102210
IfMatch: string | undefined;

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
}
245245
},
246246
"traits": {
247-
"smithy.api#documentation": "<p>An Anycast static IP list.</p>"
247+
"smithy.api#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>"
248248
}
249249
},
250250
"com.amazonaws.cloudfront#AnycastIpListCollection": {
@@ -6772,7 +6772,7 @@
67726772
"IfMatch": {
67736773
"target": "com.amazonaws.cloudfront#string",
67746774
"traits": {
6775-
"smithy.api#documentation": "<p>The VPC origin to delete, if a match occurs.</p>",
6775+
"smithy.api#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>",
67766776
"smithy.api#httpHeader": "If-Match",
67776777
"smithy.api#required": {}
67786778
}
@@ -20497,14 +20497,14 @@
2049720497
"HTTPPort": {
2049820498
"target": "com.amazonaws.cloudfront#integer",
2049920499
"traits": {
20500-
"smithy.api#documentation": "<p>The HTTP port for the CloudFront VPC origin endpoint configuration.</p>",
20500+
"smithy.api#documentation": "<p>The HTTP port for the CloudFront VPC origin endpoint configuration. The default value is <code>80</code>.</p>",
2050120501
"smithy.api#required": {}
2050220502
}
2050320503
},
2050420504
"HTTPSPort": {
2050520505
"target": "com.amazonaws.cloudfront#integer",
2050620506
"traits": {
20507-
"smithy.api#documentation": "<p>The HTTPS port of the CloudFront VPC origin endpoint configuration.</p>",
20507+
"smithy.api#documentation": "<p>The HTTPS port of the CloudFront VPC origin endpoint configuration. The default value is <code>443</code>.</p>",
2050820508
"smithy.api#required": {}
2050920509
}
2051020510
},

0 commit comments

Comments
 (0)