@aws-sdk/client-cloudfront 3.744.0 → 3.745.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -321,7 +321,7 @@ export interface AllowedMethods {
|
|
|
321
321
|
CachedMethods?: CachedMethods | undefined;
|
|
322
322
|
}
|
|
323
323
|
/**
|
|
324
|
-
* <p>An Anycast static IP list
|
|
324
|
+
* <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>
|
|
325
325
|
* @public
|
|
326
326
|
*/
|
|
327
327
|
export interface AnycastIpList {
|
|
@@ -1067,12 +1067,12 @@ export interface VpcOriginEndpointConfig {
|
|
|
1067
1067
|
*/
|
|
1068
1068
|
Arn: string | undefined;
|
|
1069
1069
|
/**
|
|
1070
|
-
* <p>The HTTP port for the CloudFront VPC origin endpoint configuration
|
|
1070
|
+
* <p>The HTTP port for the CloudFront VPC origin endpoint configuration. The default value is <code>80</code>.</p>
|
|
1071
1071
|
* @public
|
|
1072
1072
|
*/
|
|
1073
1073
|
HTTPPort: number | undefined;
|
|
1074
1074
|
/**
|
|
1075
|
-
* <p>The HTTPS port of the CloudFront VPC origin endpoint configuration
|
|
1075
|
+
* <p>The HTTPS port of the CloudFront VPC origin endpoint configuration. The default value is <code>443</code>.</p>
|
|
1076
1076
|
* @public
|
|
1077
1077
|
*/
|
|
1078
1078
|
HTTPSPort: number | undefined;
|
|
@@ -1755,7 +1755,7 @@ export interface DeleteVpcOriginRequest {
|
|
|
1755
1755
|
*/
|
|
1756
1756
|
Id: string | undefined;
|
|
1757
1757
|
/**
|
|
1758
|
-
* <p>The VPC origin to delete
|
|
1758
|
+
* <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>
|
|
1759
1759
|
* @public
|
|
1760
1760
|
*/
|
|
1761
1761
|
IfMatch: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudfront",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudfront Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.745.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudfront",
|