@aws-sdk/client-cloudfront 3.552.0 → 3.554.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.
- package/README.md +1 -1
- package/dist-cjs/index.js +2 -0
- package/dist-es/models/models_0.js +2 -0
- package/dist-types/CloudFront.d.ts +1 -1
- package/dist-types/CloudFrontClient.d.ts +1 -1
- package/dist-types/commands/CreateInvalidationCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyValueStoreCommand.d.ts +7 -4
- package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +2 -2
- package/dist-types/commands/DeleteKeyValueStoreCommand.d.ts +6 -3
- package/dist-types/commands/DeleteMonitoringSubscriptionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeKeyValueStoreCommand.d.ts +5 -2
- package/dist-types/commands/GetOriginAccessControlCommand.d.ts +1 -1
- package/dist-types/commands/GetOriginAccessControlConfigCommand.d.ts +1 -1
- package/dist-types/commands/ListKeyValueStoresCommand.d.ts +4 -1
- package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyValueStoreCommand.d.ts +5 -2
- package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +2 -2
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +58 -52
- package/dist-types/models/models_1.d.ts +28 -23
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ AWS SDK for JavaScript CloudFront Client for Node.js, Browser and React Native.
|
|
|
11
11
|
<p>This is the <i>Amazon CloudFront API Reference</i>. This guide is for developers
|
|
12
12
|
who need detailed information about CloudFront API actions, data types, and errors. For
|
|
13
13
|
detailed information about CloudFront features, see the
|
|
14
|
-
<
|
|
14
|
+
<a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Introduction.html">Amazon CloudFront Developer Guide</a>.</p>
|
|
15
15
|
|
|
16
16
|
## Installing
|
|
17
17
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -2608,6 +2608,8 @@ var _MonitoringSubscriptionAlreadyExists = class _MonitoringSubscriptionAlreadyE
|
|
|
2608
2608
|
__name(_MonitoringSubscriptionAlreadyExists, "MonitoringSubscriptionAlreadyExists");
|
|
2609
2609
|
var MonitoringSubscriptionAlreadyExists = _MonitoringSubscriptionAlreadyExists;
|
|
2610
2610
|
var OriginAccessControlOriginTypes = {
|
|
2611
|
+
lambda: "lambda",
|
|
2612
|
+
mediapackagev2: "mediapackagev2",
|
|
2611
2613
|
mediastore: "mediastore",
|
|
2612
2614
|
s3: "s3"
|
|
2613
2615
|
};
|
|
@@ -1533,6 +1533,8 @@ export class MonitoringSubscriptionAlreadyExists extends __BaseException {
|
|
|
1533
1533
|
}
|
|
1534
1534
|
}
|
|
1535
1535
|
export const OriginAccessControlOriginTypes = {
|
|
1536
|
+
lambda: "lambda",
|
|
1537
|
+
mediapackagev2: "mediapackagev2",
|
|
1536
1538
|
mediastore: "mediastore",
|
|
1537
1539
|
s3: "s3",
|
|
1538
1540
|
};
|
|
@@ -803,7 +803,7 @@ export interface CloudFront {
|
|
|
803
803
|
* <p>This is the <i>Amazon CloudFront API Reference</i>. This guide is for developers
|
|
804
804
|
* who need detailed information about CloudFront API actions, data types, and errors. For
|
|
805
805
|
* detailed information about CloudFront features, see the
|
|
806
|
-
* <
|
|
806
|
+
* <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Introduction.html">Amazon CloudFront Developer Guide</a>.</p>
|
|
807
807
|
* @public
|
|
808
808
|
*/
|
|
809
809
|
export declare class CloudFront extends CloudFrontClient implements CloudFront {
|
|
@@ -266,7 +266,7 @@ export interface CloudFrontClientResolvedConfig extends CloudFrontClientResolved
|
|
|
266
266
|
* <p>This is the <i>Amazon CloudFront API Reference</i>. This guide is for developers
|
|
267
267
|
* who need detailed information about CloudFront API actions, data types, and errors. For
|
|
268
268
|
* detailed information about CloudFront features, see the
|
|
269
|
-
* <
|
|
269
|
+
* <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Introduction.html">Amazon CloudFront Developer Guide</a>.</p>
|
|
270
270
|
* @public
|
|
271
271
|
*/
|
|
272
272
|
export declare class CloudFrontClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CloudFrontClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ declare const CreateInvalidationCommand_base: {
|
|
|
26
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* <p>Create a new invalidation
|
|
29
|
+
* <p>Create a new invalidation. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html">Invalidating files</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
32
|
* ```javascript
|
|
@@ -26,7 +26,7 @@ declare const CreateKeyValueStoreCommand_base: {
|
|
|
26
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* <p>Specifies the
|
|
29
|
+
* <p>Specifies the key value store resource to add to your account. In your account, the key value store names must be unique. You can also import key value store data in JSON format from an S3 bucket by providing a valid <code>ImportSource</code> that you own.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
32
|
* ```javascript
|
|
@@ -68,18 +68,21 @@ declare const CreateKeyValueStoreCommand_base: {
|
|
|
68
68
|
* <p>Access denied.</p>
|
|
69
69
|
*
|
|
70
70
|
* @throws {@link EntityAlreadyExists} (client fault)
|
|
71
|
-
* <p>The
|
|
71
|
+
* <p>The key value store entity already exists. You must provide a unique key value store
|
|
72
72
|
* entity.</p>
|
|
73
73
|
*
|
|
74
74
|
* @throws {@link EntityLimitExceeded} (client fault)
|
|
75
|
-
* <p>The
|
|
75
|
+
* <p>The key value store entity limit has been exceeded.</p>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link EntitySizeLimitExceeded} (client fault)
|
|
78
|
-
* <p>The
|
|
78
|
+
* <p>The key value store entity size limit was exceeded.</p>
|
|
79
79
|
*
|
|
80
80
|
* @throws {@link InvalidArgument} (client fault)
|
|
81
81
|
* <p>An argument is invalid.</p>
|
|
82
82
|
*
|
|
83
|
+
* @throws {@link UnsupportedOperation} (client fault)
|
|
84
|
+
* <p>This operation is not supported in this region.</p>
|
|
85
|
+
*
|
|
83
86
|
* @throws {@link CloudFrontServiceException}
|
|
84
87
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
85
88
|
*
|
|
@@ -45,7 +45,7 @@ declare const CreateOriginAccessControlCommand_base: {
|
|
|
45
45
|
* Description: "STRING_VALUE",
|
|
46
46
|
* SigningProtocol: "sigv4", // required
|
|
47
47
|
* SigningBehavior: "never" || "always" || "no-override", // required
|
|
48
|
-
* OriginAccessControlOriginType: "s3" || "mediastore", // required
|
|
48
|
+
* OriginAccessControlOriginType: "s3" || "mediastore" || "mediapackagev2" || "lambda", // required
|
|
49
49
|
* },
|
|
50
50
|
* };
|
|
51
51
|
* const command = new CreateOriginAccessControlCommand(input);
|
|
@@ -58,7 +58,7 @@ declare const CreateOriginAccessControlCommand_base: {
|
|
|
58
58
|
* // Description: "STRING_VALUE",
|
|
59
59
|
* // SigningProtocol: "sigv4", // required
|
|
60
60
|
* // SigningBehavior: "never" || "always" || "no-override", // required
|
|
61
|
-
* // OriginAccessControlOriginType: "s3" || "mediastore", // required
|
|
61
|
+
* // OriginAccessControlOriginType: "s3" || "mediastore" || "mediapackagev2" || "lambda", // required
|
|
62
62
|
* // },
|
|
63
63
|
* // },
|
|
64
64
|
* // Location: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ declare const DeleteKeyValueStoreCommand_base: {
|
|
|
26
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* <p>Specifies the
|
|
29
|
+
* <p>Specifies the key value store to delete.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
32
|
* ```javascript
|
|
@@ -53,10 +53,10 @@ declare const DeleteKeyValueStoreCommand_base: {
|
|
|
53
53
|
* <p>Access denied.</p>
|
|
54
54
|
*
|
|
55
55
|
* @throws {@link CannotDeleteEntityWhileInUse} (client fault)
|
|
56
|
-
* <p>The
|
|
56
|
+
* <p>The key value store entity cannot be deleted while it is in use.</p>
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link EntityNotFound} (client fault)
|
|
59
|
-
* <p>The
|
|
59
|
+
* <p>The key value store entity was not found.</p>
|
|
60
60
|
*
|
|
61
61
|
* @throws {@link InvalidIfMatchVersion} (client fault)
|
|
62
62
|
* <p>The <code>If-Match</code> version is missing or not valid.</p>
|
|
@@ -65,6 +65,9 @@ declare const DeleteKeyValueStoreCommand_base: {
|
|
|
65
65
|
* <p>The precondition in one or more of the request fields evaluated to
|
|
66
66
|
* <code>false</code>.</p>
|
|
67
67
|
*
|
|
68
|
+
* @throws {@link UnsupportedOperation} (client fault)
|
|
69
|
+
* <p>This operation is not supported in this region.</p>
|
|
70
|
+
*
|
|
68
71
|
* @throws {@link CloudFrontServiceException}
|
|
69
72
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
70
73
|
*
|
|
@@ -26,8 +26,7 @@ declare const DeleteMonitoringSubscriptionCommand_base: {
|
|
|
26
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* <p>Disables additional CloudWatch metrics for the specified CloudFront
|
|
30
|
-
* distribution.</p>
|
|
29
|
+
* <p>Disables additional CloudWatch metrics for the specified CloudFront distribution.</p>
|
|
31
30
|
* @example
|
|
32
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
32
|
* ```javascript
|
|
@@ -26,7 +26,7 @@ declare const DescribeKeyValueStoreCommand_base: {
|
|
|
26
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* <p>Specifies the
|
|
29
|
+
* <p>Specifies the key value store and its configuration.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
32
|
* ```javascript
|
|
@@ -62,11 +62,14 @@ declare const DescribeKeyValueStoreCommand_base: {
|
|
|
62
62
|
* <p>Access denied.</p>
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link EntityNotFound} (client fault)
|
|
65
|
-
* <p>The
|
|
65
|
+
* <p>The key value store entity was not found.</p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link InvalidArgument} (client fault)
|
|
68
68
|
* <p>An argument is invalid.</p>
|
|
69
69
|
*
|
|
70
|
+
* @throws {@link UnsupportedOperation} (client fault)
|
|
71
|
+
* <p>This operation is not supported in this region.</p>
|
|
72
|
+
*
|
|
70
73
|
* @throws {@link CloudFrontServiceException}
|
|
71
74
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
72
75
|
*
|
|
@@ -46,7 +46,7 @@ declare const GetOriginAccessControlCommand_base: {
|
|
|
46
46
|
* // Description: "STRING_VALUE",
|
|
47
47
|
* // SigningProtocol: "sigv4", // required
|
|
48
48
|
* // SigningBehavior: "never" || "always" || "no-override", // required
|
|
49
|
-
* // OriginAccessControlOriginType: "s3" || "mediastore", // required
|
|
49
|
+
* // OriginAccessControlOriginType: "s3" || "mediastore" || "mediapackagev2" || "lambda", // required
|
|
50
50
|
* // },
|
|
51
51
|
* // },
|
|
52
52
|
* // ETag: "STRING_VALUE",
|
|
@@ -44,7 +44,7 @@ declare const GetOriginAccessControlConfigCommand_base: {
|
|
|
44
44
|
* // Description: "STRING_VALUE",
|
|
45
45
|
* // SigningProtocol: "sigv4", // required
|
|
46
46
|
* // SigningBehavior: "never" || "always" || "no-override", // required
|
|
47
|
-
* // OriginAccessControlOriginType: "s3" || "mediastore", // required
|
|
47
|
+
* // OriginAccessControlOriginType: "s3" || "mediastore" || "mediapackagev2" || "lambda", // required
|
|
48
48
|
* // },
|
|
49
49
|
* // ETag: "STRING_VALUE",
|
|
50
50
|
* // };
|
|
@@ -26,7 +26,7 @@ declare const ListKeyValueStoresCommand_base: {
|
|
|
26
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* <p>Specifies the
|
|
29
|
+
* <p>Specifies the key value stores to list.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
32
|
* ```javascript
|
|
@@ -72,6 +72,9 @@ declare const ListKeyValueStoresCommand_base: {
|
|
|
72
72
|
* @throws {@link InvalidArgument} (client fault)
|
|
73
73
|
* <p>An argument is invalid.</p>
|
|
74
74
|
*
|
|
75
|
+
* @throws {@link UnsupportedOperation} (client fault)
|
|
76
|
+
* <p>This operation is not supported in this region.</p>
|
|
77
|
+
*
|
|
75
78
|
* @throws {@link CloudFrontServiceException}
|
|
76
79
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
77
80
|
*
|
|
@@ -58,7 +58,7 @@ declare const ListOriginAccessControlsCommand_base: {
|
|
|
58
58
|
* // Name: "STRING_VALUE", // required
|
|
59
59
|
* // SigningProtocol: "sigv4", // required
|
|
60
60
|
* // SigningBehavior: "never" || "always" || "no-override", // required
|
|
61
|
-
* // OriginAccessControlOriginType: "s3" || "mediastore", // required
|
|
61
|
+
* // OriginAccessControlOriginType: "s3" || "mediastore" || "mediapackagev2" || "lambda", // required
|
|
62
62
|
* // },
|
|
63
63
|
* // ],
|
|
64
64
|
* // },
|
|
@@ -26,7 +26,7 @@ declare const UpdateKeyValueStoreCommand_base: {
|
|
|
26
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* <p>Specifies the
|
|
29
|
+
* <p>Specifies the key value store to update.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
32
|
* ```javascript
|
|
@@ -64,7 +64,7 @@ declare const UpdateKeyValueStoreCommand_base: {
|
|
|
64
64
|
* <p>Access denied.</p>
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link EntityNotFound} (client fault)
|
|
67
|
-
* <p>The
|
|
67
|
+
* <p>The key value store entity was not found.</p>
|
|
68
68
|
*
|
|
69
69
|
* @throws {@link InvalidArgument} (client fault)
|
|
70
70
|
* <p>An argument is invalid.</p>
|
|
@@ -76,6 +76,9 @@ declare const UpdateKeyValueStoreCommand_base: {
|
|
|
76
76
|
* <p>The precondition in one or more of the request fields evaluated to
|
|
77
77
|
* <code>false</code>.</p>
|
|
78
78
|
*
|
|
79
|
+
* @throws {@link UnsupportedOperation} (client fault)
|
|
80
|
+
* <p>This operation is not supported in this region.</p>
|
|
81
|
+
*
|
|
79
82
|
* @throws {@link CloudFrontServiceException}
|
|
80
83
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
81
84
|
*
|
|
@@ -39,7 +39,7 @@ declare const UpdateOriginAccessControlCommand_base: {
|
|
|
39
39
|
* Description: "STRING_VALUE",
|
|
40
40
|
* SigningProtocol: "sigv4", // required
|
|
41
41
|
* SigningBehavior: "never" || "always" || "no-override", // required
|
|
42
|
-
* OriginAccessControlOriginType: "s3" || "mediastore", // required
|
|
42
|
+
* OriginAccessControlOriginType: "s3" || "mediastore" || "mediapackagev2" || "lambda", // required
|
|
43
43
|
* },
|
|
44
44
|
* Id: "STRING_VALUE", // required
|
|
45
45
|
* IfMatch: "STRING_VALUE",
|
|
@@ -54,7 +54,7 @@ declare const UpdateOriginAccessControlCommand_base: {
|
|
|
54
54
|
* // Description: "STRING_VALUE",
|
|
55
55
|
* // SigningProtocol: "sigv4", // required
|
|
56
56
|
* // SigningBehavior: "never" || "always" || "no-override", // required
|
|
57
|
-
* // OriginAccessControlOriginType: "s3" || "mediastore", // required
|
|
57
|
+
* // OriginAccessControlOriginType: "s3" || "mediastore" || "mediapackagev2" || "lambda", // required
|
|
58
58
|
* // },
|
|
59
59
|
* // },
|
|
60
60
|
* // ETag: "STRING_VALUE",
|
package/dist-types/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* <p>This is the <i>Amazon CloudFront API Reference</i>. This guide is for developers
|
|
4
4
|
* who need detailed information about CloudFront API actions, data types, and errors. For
|
|
5
5
|
* detailed information about CloudFront features, see the
|
|
6
|
-
* <
|
|
6
|
+
* <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Introduction.html">Amazon CloudFront Developer Guide</a>.</p>
|
|
7
7
|
*
|
|
8
8
|
* @packageDocumentation
|
|
9
9
|
*/
|
|
@@ -652,7 +652,7 @@ export interface FunctionAssociation {
|
|
|
652
652
|
}
|
|
653
653
|
/**
|
|
654
654
|
* <p>A list of CloudFront functions that are associated with a cache behavior in a CloudFront
|
|
655
|
-
* distribution.
|
|
655
|
+
* distribution. Your functions must be published to the <code>LIVE</code> stage to
|
|
656
656
|
* associate them with a cache behavior.</p>
|
|
657
657
|
* @public
|
|
658
658
|
*/
|
|
@@ -664,7 +664,7 @@ export interface FunctionAssociations {
|
|
|
664
664
|
Quantity: number | undefined;
|
|
665
665
|
/**
|
|
666
666
|
* <p>The CloudFront functions that are associated with a cache behavior in a CloudFront distribution.
|
|
667
|
-
*
|
|
667
|
+
* Your functions must be published to the <code>LIVE</code> stage to associate them with a
|
|
668
668
|
* cache behavior.</p>
|
|
669
669
|
* @public
|
|
670
670
|
*/
|
|
@@ -824,7 +824,7 @@ export type ViewerProtocolPolicy = (typeof ViewerProtocolPolicy)[keyof typeof Vi
|
|
|
824
824
|
* you can add to a distribution, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> in the
|
|
825
825
|
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
826
826
|
* <p>If you don't want to specify any cache behaviors, include only an empty
|
|
827
|
-
*
|
|
827
|
+
* <code>CacheBehaviors</code> element. For more information, see <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CacheBehaviors.html">CacheBehaviors</a>. Don't include an empty
|
|
828
828
|
* <code>CacheBehavior</code> element because this is invalid.</p>
|
|
829
829
|
* <p>To delete all cache behaviors in an existing distribution, update the distribution
|
|
830
830
|
* configuration and include only an empty <code>CacheBehaviors</code> element.</p>
|
|
@@ -907,7 +907,7 @@ export interface CacheBehavior {
|
|
|
907
907
|
* HTTP status code of 403 (Forbidden).</p>
|
|
908
908
|
* </li>
|
|
909
909
|
* </ul>
|
|
910
|
-
* <p>For more information about requiring the HTTPS protocol, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https-viewers-to-cloudfront.html">Requiring HTTPS Between Viewers and
|
|
910
|
+
* <p>For more information about requiring the HTTPS protocol, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https-viewers-to-cloudfront.html">Requiring HTTPS Between Viewers and CloudFront</a> in the
|
|
911
911
|
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
912
912
|
* <note>
|
|
913
913
|
* <p>The only way to guarantee that viewers retrieve an object that was fetched from
|
|
@@ -1611,7 +1611,7 @@ export declare class CannotChangeImmutablePublicKeyFields extends __BaseExceptio
|
|
|
1611
1611
|
constructor(opts: __ExceptionOptionType<CannotChangeImmutablePublicKeyFields, __BaseException>);
|
|
1612
1612
|
}
|
|
1613
1613
|
/**
|
|
1614
|
-
* <p>The
|
|
1614
|
+
* <p>The key value store entity cannot be deleted while it is in use.</p>
|
|
1615
1615
|
* @public
|
|
1616
1616
|
*/
|
|
1617
1617
|
export declare class CannotDeleteEntityWhileInUse extends __BaseException {
|
|
@@ -1874,7 +1874,7 @@ export interface DefaultCacheBehavior {
|
|
|
1874
1874
|
* HTTP status code of 403 (Forbidden).</p>
|
|
1875
1875
|
* </li>
|
|
1876
1876
|
* </ul>
|
|
1877
|
-
* <p>For more information about requiring the HTTPS protocol, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https-viewers-to-cloudfront.html">Requiring HTTPS Between Viewers and
|
|
1877
|
+
* <p>For more information about requiring the HTTPS protocol, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https-viewers-to-cloudfront.html">Requiring HTTPS Between Viewers and CloudFront</a> in the
|
|
1878
1878
|
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
1879
1879
|
* <note>
|
|
1880
1880
|
* <p>The only way to guarantee that viewers retrieve an object that was fetched from
|
|
@@ -1937,7 +1937,7 @@ export interface DefaultCacheBehavior {
|
|
|
1937
1937
|
*/
|
|
1938
1938
|
LambdaFunctionAssociations?: LambdaFunctionAssociations;
|
|
1939
1939
|
/**
|
|
1940
|
-
* <p>A list of CloudFront functions that are associated with this cache behavior.
|
|
1940
|
+
* <p>A list of CloudFront functions that are associated with this cache behavior. Your functions
|
|
1941
1941
|
* must be published to the <code>LIVE</code> stage to associate them with a cache
|
|
1942
1942
|
* behavior.</p>
|
|
1943
1943
|
* @public
|
|
@@ -2129,8 +2129,7 @@ export interface StatusCodes {
|
|
|
2129
2129
|
*/
|
|
2130
2130
|
export interface OriginGroupFailoverCriteria {
|
|
2131
2131
|
/**
|
|
2132
|
-
* <p>The status codes that, when returned from the primary origin, will trigger CloudFront
|
|
2133
|
-
* to failover to the second origin.</p>
|
|
2132
|
+
* <p>The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.</p>
|
|
2134
2133
|
* @public
|
|
2135
2134
|
*/
|
|
2136
2135
|
StatusCodes: StatusCodes | undefined;
|
|
@@ -2165,7 +2164,7 @@ export interface OriginGroupMembers {
|
|
|
2165
2164
|
/**
|
|
2166
2165
|
* <p>An origin group includes two origins (a primary origin and a second origin to failover to)
|
|
2167
2166
|
* and a failover criteria that you specify. You create an origin group to support origin
|
|
2168
|
-
* failover in
|
|
2167
|
+
* failover in CloudFront. When you create or update a distribution, you can specify the
|
|
2169
2168
|
* origin group instead of a single origin, and CloudFront will failover from the primary
|
|
2170
2169
|
* origin to the second origin under the failover conditions that you've chosen.</p>
|
|
2171
2170
|
* @public
|
|
@@ -2398,15 +2397,22 @@ export interface OriginShield {
|
|
|
2398
2397
|
*/
|
|
2399
2398
|
export interface S3OriginConfig {
|
|
2400
2399
|
/**
|
|
2401
|
-
* <
|
|
2400
|
+
* <note>
|
|
2401
|
+
* <p>If you're using origin access control (OAC) instead of origin access identity,
|
|
2402
|
+
* specify an empty <code>OriginAccessIdentity</code> element. For more information,
|
|
2403
|
+
* see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-origin.html">Restricting access to an Amazon Web Services</a> in the
|
|
2404
|
+
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
2405
|
+
* </note>
|
|
2406
|
+
* <p>The CloudFront origin access identity to associate with the origin. Use an origin access
|
|
2402
2407
|
* identity to configure the origin so that viewers can <i>only</i> access
|
|
2403
2408
|
* objects in an Amazon S3 bucket through CloudFront. The format of the value is:</p>
|
|
2404
|
-
* <p>
|
|
2409
|
+
* <p>
|
|
2410
|
+
* <code>origin-access-identity/cloudfront/ID-of-origin-access-identity</code>
|
|
2405
2411
|
* </p>
|
|
2406
|
-
* <p>
|
|
2412
|
+
* <p>The <code>
|
|
2407
2413
|
* <i>ID-of-origin-access-identity</i>
|
|
2408
|
-
* </code> is the value that
|
|
2409
|
-
*
|
|
2414
|
+
* </code> is the value that CloudFront
|
|
2415
|
+
* returned in the <code>ID</code> element when you created the origin access
|
|
2410
2416
|
* identity.</p>
|
|
2411
2417
|
* <p>If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3
|
|
2412
2418
|
* URL, specify an empty <code>OriginAccessIdentity</code> element.</p>
|
|
@@ -3029,9 +3035,9 @@ export interface DistributionConfig {
|
|
|
3029
3035
|
* <p>A unique identifier that specifies the WAF web ACL, if any, to associate with this
|
|
3030
3036
|
* distribution. To specify a web ACL created using the latest version of WAF, use the
|
|
3031
3037
|
* ACL ARN, for example
|
|
3032
|
-
*
|
|
3038
|
+
* <code>arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111</code>.
|
|
3033
3039
|
* To specify a web ACL created using WAF Classic, use the ACL ID, for example
|
|
3034
|
-
*
|
|
3040
|
+
* <code>a1b2c3d4-5678-90ab-cdef-EXAMPLE11111</code>.</p>
|
|
3035
3041
|
* <p>WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests
|
|
3036
3042
|
* that are forwarded to CloudFront, and lets you control access to your content. Based on
|
|
3037
3043
|
* conditions that you specify, such as the IP addresses that requests originate from or
|
|
@@ -3043,10 +3049,9 @@ export interface DistributionConfig {
|
|
|
3043
3049
|
*/
|
|
3044
3050
|
WebACLId?: string;
|
|
3045
3051
|
/**
|
|
3046
|
-
* <p>(Optional) Specify the
|
|
3047
|
-
*
|
|
3048
|
-
*
|
|
3049
|
-
* version.</p>
|
|
3052
|
+
* <p>(Optional) Specify the HTTP version(s) that you want viewers to use to communicate with
|
|
3053
|
+
* CloudFront. The default value for new web distributions is <code>http2</code>. Viewers that
|
|
3054
|
+
* don't support HTTP/2 automatically use an earlier HTTP version.</p>
|
|
3050
3055
|
* <p>For viewers and CloudFront to use HTTP/2, viewers must support TLSv1.2 or later, and must
|
|
3051
3056
|
* support Server Name Indication (SNI).</p>
|
|
3052
3057
|
* <p>For viewers and CloudFront to use HTTP/3, viewers must support TLSv1.3 and Server Name
|
|
@@ -4282,7 +4287,7 @@ export interface SessionStickinessConfig {
|
|
|
4282
4287
|
/**
|
|
4283
4288
|
* <p>The maximum amount of time to consider requests from the viewer as being part of the
|
|
4284
4289
|
* same session. Allowed values are 300–3600 seconds (5–60 minutes).</p>
|
|
4285
|
-
* <p>The value must be
|
|
4290
|
+
* <p>The value must be greater than or equal to <code>IdleTTL</code>.</p>
|
|
4286
4291
|
* @public
|
|
4287
4292
|
*/
|
|
4288
4293
|
MaximumTTL: number | undefined;
|
|
@@ -4294,7 +4299,7 @@ export interface SessionStickinessConfig {
|
|
|
4294
4299
|
export interface ContinuousDeploymentSingleWeightConfig {
|
|
4295
4300
|
/**
|
|
4296
4301
|
* <p>The percentage of traffic to send to a staging distribution, expressed as a decimal
|
|
4297
|
-
* number between 0 and .15.</p>
|
|
4302
|
+
* number between 0 and 0.15. For example, a value of 0.10 means 10% of traffic is sent to the staging distribution.</p>
|
|
4298
4303
|
* @public
|
|
4299
4304
|
*/
|
|
4300
4305
|
Weight: number | undefined;
|
|
@@ -5142,28 +5147,28 @@ export declare class TooManyFieldLevelEncryptionProfiles extends __BaseException
|
|
|
5142
5147
|
constructor(opts: __ExceptionOptionType<TooManyFieldLevelEncryptionProfiles, __BaseException>);
|
|
5143
5148
|
}
|
|
5144
5149
|
/**
|
|
5145
|
-
* <p>The
|
|
5150
|
+
* <p>The key value store association.</p>
|
|
5146
5151
|
* @public
|
|
5147
5152
|
*/
|
|
5148
5153
|
export interface KeyValueStoreAssociation {
|
|
5149
5154
|
/**
|
|
5150
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
5155
|
+
* <p>The Amazon Resource Name (ARN) of the key value store association.</p>
|
|
5151
5156
|
* @public
|
|
5152
5157
|
*/
|
|
5153
5158
|
KeyValueStoreARN: string | undefined;
|
|
5154
5159
|
}
|
|
5155
5160
|
/**
|
|
5156
|
-
* <p>The
|
|
5161
|
+
* <p>The key value store associations.</p>
|
|
5157
5162
|
* @public
|
|
5158
5163
|
*/
|
|
5159
5164
|
export interface KeyValueStoreAssociations {
|
|
5160
5165
|
/**
|
|
5161
|
-
* <p>The quantity of
|
|
5166
|
+
* <p>The quantity of key value store associations.</p>
|
|
5162
5167
|
* @public
|
|
5163
5168
|
*/
|
|
5164
5169
|
Quantity: number | undefined;
|
|
5165
5170
|
/**
|
|
5166
|
-
* <p>The items of the
|
|
5171
|
+
* <p>The items of the key value store association.</p>
|
|
5167
5172
|
* @public
|
|
5168
5173
|
*/
|
|
5169
5174
|
Items?: KeyValueStoreAssociation[];
|
|
@@ -5196,7 +5201,7 @@ export interface FunctionConfig {
|
|
|
5196
5201
|
*/
|
|
5197
5202
|
Runtime: FunctionRuntime | undefined;
|
|
5198
5203
|
/**
|
|
5199
|
-
* <p>The configuration for the
|
|
5204
|
+
* <p>The configuration for the key value store associations.</p>
|
|
5200
5205
|
* @public
|
|
5201
5206
|
*/
|
|
5202
5207
|
KeyValueStoreAssociations?: KeyValueStoreAssociations;
|
|
@@ -5628,17 +5633,17 @@ export declare const ImportSourceType: {
|
|
|
5628
5633
|
*/
|
|
5629
5634
|
export type ImportSourceType = (typeof ImportSourceType)[keyof typeof ImportSourceType];
|
|
5630
5635
|
/**
|
|
5631
|
-
* <p>The import source for the
|
|
5636
|
+
* <p>The import source for the key value store.</p>
|
|
5632
5637
|
* @public
|
|
5633
5638
|
*/
|
|
5634
5639
|
export interface ImportSource {
|
|
5635
5640
|
/**
|
|
5636
|
-
* <p>The source type of the import source for the
|
|
5641
|
+
* <p>The source type of the import source for the key value store.</p>
|
|
5637
5642
|
* @public
|
|
5638
5643
|
*/
|
|
5639
5644
|
SourceType: ImportSourceType | undefined;
|
|
5640
5645
|
/**
|
|
5641
|
-
* <p>The Amazon Resource Name (ARN) of the import source for the
|
|
5646
|
+
* <p>The Amazon Resource Name (ARN) of the import source for the key value store.</p>
|
|
5642
5647
|
* @public
|
|
5643
5648
|
*/
|
|
5644
5649
|
SourceARN: string | undefined;
|
|
@@ -5648,12 +5653,13 @@ export interface ImportSource {
|
|
|
5648
5653
|
*/
|
|
5649
5654
|
export interface CreateKeyValueStoreRequest {
|
|
5650
5655
|
/**
|
|
5651
|
-
* <p>The name of the
|
|
5656
|
+
* <p>The name of the key value store. The minimum length is 1 character and the maximum length is
|
|
5657
|
+
* 64 characters.</p>
|
|
5652
5658
|
* @public
|
|
5653
5659
|
*/
|
|
5654
5660
|
Name: string | undefined;
|
|
5655
5661
|
/**
|
|
5656
|
-
* <p>The comment of the
|
|
5662
|
+
* <p>The comment of the key value store.</p>
|
|
5657
5663
|
* @public
|
|
5658
5664
|
*/
|
|
5659
5665
|
Comment?: string;
|
|
@@ -5664,39 +5670,39 @@ export interface CreateKeyValueStoreRequest {
|
|
|
5664
5670
|
ImportSource?: ImportSource;
|
|
5665
5671
|
}
|
|
5666
5672
|
/**
|
|
5667
|
-
* <p>The
|
|
5668
|
-
* data without having to publish a new version of a function. The
|
|
5673
|
+
* <p>The key value store. Use this to separate data from function code, allowing you to update
|
|
5674
|
+
* data without having to publish a new version of a function. The key value store holds
|
|
5669
5675
|
* keys and their corresponding values.</p>
|
|
5670
5676
|
* @public
|
|
5671
5677
|
*/
|
|
5672
5678
|
export interface KeyValueStore {
|
|
5673
5679
|
/**
|
|
5674
|
-
* <p>The name of the
|
|
5680
|
+
* <p>The name of the key value store.</p>
|
|
5675
5681
|
* @public
|
|
5676
5682
|
*/
|
|
5677
5683
|
Name: string | undefined;
|
|
5678
5684
|
/**
|
|
5679
|
-
* <p>The unique Id for the
|
|
5685
|
+
* <p>The unique Id for the key value store.</p>
|
|
5680
5686
|
* @public
|
|
5681
5687
|
*/
|
|
5682
5688
|
Id: string | undefined;
|
|
5683
5689
|
/**
|
|
5684
|
-
* <p>A comment for the
|
|
5690
|
+
* <p>A comment for the key value store.</p>
|
|
5685
5691
|
* @public
|
|
5686
5692
|
*/
|
|
5687
5693
|
Comment: string | undefined;
|
|
5688
5694
|
/**
|
|
5689
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
5695
|
+
* <p>The Amazon Resource Name (ARN) of the key value store.</p>
|
|
5690
5696
|
* @public
|
|
5691
5697
|
*/
|
|
5692
5698
|
ARN: string | undefined;
|
|
5693
5699
|
/**
|
|
5694
|
-
* <p>The status of the
|
|
5700
|
+
* <p>The status of the key value store.</p>
|
|
5695
5701
|
* @public
|
|
5696
5702
|
*/
|
|
5697
5703
|
Status?: string;
|
|
5698
5704
|
/**
|
|
5699
|
-
* <p>The last-modified time of the
|
|
5705
|
+
* <p>The last-modified time of the key value store.</p>
|
|
5700
5706
|
* @public
|
|
5701
5707
|
*/
|
|
5702
5708
|
LastModifiedTime: Date | undefined;
|
|
@@ -5706,23 +5712,23 @@ export interface KeyValueStore {
|
|
|
5706
5712
|
*/
|
|
5707
5713
|
export interface CreateKeyValueStoreResult {
|
|
5708
5714
|
/**
|
|
5709
|
-
* <p>The resulting
|
|
5715
|
+
* <p>The resulting key value store.</p>
|
|
5710
5716
|
* @public
|
|
5711
5717
|
*/
|
|
5712
5718
|
KeyValueStore?: KeyValueStore;
|
|
5713
5719
|
/**
|
|
5714
|
-
* <p>The ETag in the resulting
|
|
5720
|
+
* <p>The <code>ETag</code> in the resulting key value store.</p>
|
|
5715
5721
|
* @public
|
|
5716
5722
|
*/
|
|
5717
5723
|
ETag?: string;
|
|
5718
5724
|
/**
|
|
5719
|
-
* <p>The location of the resulting
|
|
5725
|
+
* <p>The location of the resulting key value store.</p>
|
|
5720
5726
|
* @public
|
|
5721
5727
|
*/
|
|
5722
5728
|
Location?: string;
|
|
5723
5729
|
}
|
|
5724
5730
|
/**
|
|
5725
|
-
* <p>The
|
|
5731
|
+
* <p>The key value store entity already exists. You must provide a unique key value store
|
|
5726
5732
|
* entity.</p>
|
|
5727
5733
|
* @public
|
|
5728
5734
|
*/
|
|
@@ -5736,7 +5742,7 @@ export declare class EntityAlreadyExists extends __BaseException {
|
|
|
5736
5742
|
constructor(opts: __ExceptionOptionType<EntityAlreadyExists, __BaseException>);
|
|
5737
5743
|
}
|
|
5738
5744
|
/**
|
|
5739
|
-
* <p>The
|
|
5745
|
+
* <p>The key value store entity limit has been exceeded.</p>
|
|
5740
5746
|
* @public
|
|
5741
5747
|
*/
|
|
5742
5748
|
export declare class EntityLimitExceeded extends __BaseException {
|
|
@@ -5749,7 +5755,7 @@ export declare class EntityLimitExceeded extends __BaseException {
|
|
|
5749
5755
|
constructor(opts: __ExceptionOptionType<EntityLimitExceeded, __BaseException>);
|
|
5750
5756
|
}
|
|
5751
5757
|
/**
|
|
5752
|
-
* <p>The
|
|
5758
|
+
* <p>The key value store entity size limit was exceeded.</p>
|
|
5753
5759
|
* @public
|
|
5754
5760
|
*/
|
|
5755
5761
|
export declare class EntitySizeLimitExceeded extends __BaseException {
|
|
@@ -5842,6 +5848,8 @@ export declare class MonitoringSubscriptionAlreadyExists extends __BaseException
|
|
|
5842
5848
|
* @enum
|
|
5843
5849
|
*/
|
|
5844
5850
|
export declare const OriginAccessControlOriginTypes: {
|
|
5851
|
+
readonly lambda: "lambda";
|
|
5852
|
+
readonly mediapackagev2: "mediapackagev2";
|
|
5845
5853
|
readonly mediastore: "mediastore";
|
|
5846
5854
|
readonly s3: "s3";
|
|
5847
5855
|
};
|
|
@@ -5879,7 +5887,7 @@ export type OriginAccessControlSigningProtocols = (typeof OriginAccessControlSig
|
|
|
5879
5887
|
*/
|
|
5880
5888
|
export interface OriginAccessControlConfig {
|
|
5881
5889
|
/**
|
|
5882
|
-
* <p>A name to identify the origin access control.</p>
|
|
5890
|
+
* <p>A name to identify the origin access control. You can specify up to 64 characters.</p>
|
|
5883
5891
|
* @public
|
|
5884
5892
|
*/
|
|
5885
5893
|
Name: string | undefined;
|
|
@@ -6586,9 +6594,7 @@ export interface CreateRealtimeLogConfigRequest {
|
|
|
6586
6594
|
*/
|
|
6587
6595
|
Name: string | undefined;
|
|
6588
6596
|
/**
|
|
6589
|
-
* <p>The sampling rate for this real-time log configuration.
|
|
6590
|
-
* the percentage of viewer requests that are represented in the real-time log data. You
|
|
6591
|
-
* must provide an integer between 1 and 100, inclusive.</p>
|
|
6597
|
+
* <p>The sampling rate for this real-time log configuration. You can specify a whole number between 1 and 100 (inclusive) to determine the percentage of viewer requests that are represented in the real-time log data.</p>
|
|
6592
6598
|
* @public
|
|
6593
6599
|
*/
|
|
6594
6600
|
SamplingRate: number | undefined;
|
|
@@ -246,7 +246,7 @@ export interface ResponseHeadersPolicySecurityHeadersConfig {
|
|
|
246
246
|
* <p>Determines whether CloudFront includes the <code>Strict-Transport-Security</code> HTTP
|
|
247
247
|
* response header and the header's value.</p>
|
|
248
248
|
* <p>For more information about the <code>Strict-Transport-Security</code> HTTP response
|
|
249
|
-
* header, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security">Strict-Transport-Security</a> in the MDN Web Docs.</p>
|
|
249
|
+
* header, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/understanding-response-headers-policies.html#understanding-response-headers-policies-security">Security headers</a> in the <i>Amazon CloudFront Developer Guide</i> and <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security">Strict-Transport-Security</a> in the MDN Web Docs.</p>
|
|
250
250
|
* @public
|
|
251
251
|
*/
|
|
252
252
|
StrictTransportSecurity?: ResponseHeadersPolicyStrictTransportSecurity;
|
|
@@ -1094,18 +1094,18 @@ export declare class ResourceInUse extends __BaseException {
|
|
|
1094
1094
|
*/
|
|
1095
1095
|
export interface DeleteKeyValueStoreRequest {
|
|
1096
1096
|
/**
|
|
1097
|
-
* <p>The name of the
|
|
1097
|
+
* <p>The name of the key value store.</p>
|
|
1098
1098
|
* @public
|
|
1099
1099
|
*/
|
|
1100
1100
|
Name: string | undefined;
|
|
1101
1101
|
/**
|
|
1102
|
-
* <p>The
|
|
1102
|
+
* <p>The key value store to delete, if a match occurs.</p>
|
|
1103
1103
|
* @public
|
|
1104
1104
|
*/
|
|
1105
1105
|
IfMatch: string | undefined;
|
|
1106
1106
|
}
|
|
1107
1107
|
/**
|
|
1108
|
-
* <p>The
|
|
1108
|
+
* <p>The key value store entity was not found.</p>
|
|
1109
1109
|
* @public
|
|
1110
1110
|
*/
|
|
1111
1111
|
export declare class EntityNotFound extends __BaseException {
|
|
@@ -1392,7 +1392,7 @@ export interface DescribeFunctionResult {
|
|
|
1392
1392
|
*/
|
|
1393
1393
|
export interface DescribeKeyValueStoreRequest {
|
|
1394
1394
|
/**
|
|
1395
|
-
* <p>The name of the
|
|
1395
|
+
* <p>The name of the key value store.</p>
|
|
1396
1396
|
* @public
|
|
1397
1397
|
*/
|
|
1398
1398
|
Name: string | undefined;
|
|
@@ -1402,12 +1402,12 @@ export interface DescribeKeyValueStoreRequest {
|
|
|
1402
1402
|
*/
|
|
1403
1403
|
export interface DescribeKeyValueStoreResult {
|
|
1404
1404
|
/**
|
|
1405
|
-
* <p>The resulting
|
|
1405
|
+
* <p>The resulting key value store.</p>
|
|
1406
1406
|
* @public
|
|
1407
1407
|
*/
|
|
1408
1408
|
KeyValueStore?: KeyValueStore;
|
|
1409
1409
|
/**
|
|
1410
|
-
* <p>The ETag of the resulting
|
|
1410
|
+
* <p>The <code>ETag</code> of the resulting key value store.</p>
|
|
1411
1411
|
* @public
|
|
1412
1412
|
*/
|
|
1413
1413
|
ETag?: string;
|
|
@@ -2657,7 +2657,9 @@ export interface DistributionSummary {
|
|
|
2657
2657
|
*/
|
|
2658
2658
|
AliasICPRecordals?: AliasICPRecordal[];
|
|
2659
2659
|
/**
|
|
2660
|
-
* <p>
|
|
2660
|
+
* <p>A Boolean that indicates whether this is a staging distribution. When this value is
|
|
2661
|
+
* <code>true</code>, this is a staging distribution. When this value is
|
|
2662
|
+
* <code>false</code>, this is not a staging distribution.</p>
|
|
2661
2663
|
* @public
|
|
2662
2664
|
*/
|
|
2663
2665
|
Staging: boolean | undefined;
|
|
@@ -2953,7 +2955,10 @@ export interface ListDistributionsByWebACLIdRequest {
|
|
|
2953
2955
|
/**
|
|
2954
2956
|
* <p>The ID of the WAF web ACL that you want to list the associated distributions. If you
|
|
2955
2957
|
* specify "null" for the ID, the request returns a list of the distributions that aren't
|
|
2956
|
-
* associated with a web ACL
|
|
2958
|
+
* associated with a web ACL. </p>
|
|
2959
|
+
* <p>For WAFV2, this is the ARN of the web ACL, such as
|
|
2960
|
+
* <code>arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111</code>.</p>
|
|
2961
|
+
* <p>For WAF Classic, this is the ID of the web ACL, such as <code>a1b2c3d4-5678-90ab-cdef-EXAMPLE11111</code>.</p>
|
|
2957
2962
|
* @public
|
|
2958
2963
|
*/
|
|
2959
2964
|
WebACLId: string | undefined;
|
|
@@ -3393,43 +3398,43 @@ export interface ListKeyGroupsResult {
|
|
|
3393
3398
|
*/
|
|
3394
3399
|
export interface ListKeyValueStoresRequest {
|
|
3395
3400
|
/**
|
|
3396
|
-
* <p>The marker associated with the
|
|
3401
|
+
* <p>The marker associated with the key value stores list.</p>
|
|
3397
3402
|
* @public
|
|
3398
3403
|
*/
|
|
3399
3404
|
Marker?: string;
|
|
3400
3405
|
/**
|
|
3401
|
-
* <p>The maximum number of items in the
|
|
3406
|
+
* <p>The maximum number of items in the key value stores list.</p>
|
|
3402
3407
|
* @public
|
|
3403
3408
|
*/
|
|
3404
3409
|
MaxItems?: number;
|
|
3405
3410
|
/**
|
|
3406
|
-
* <p>The status of the request for the
|
|
3411
|
+
* <p>The status of the request for the key value stores list.</p>
|
|
3407
3412
|
* @public
|
|
3408
3413
|
*/
|
|
3409
3414
|
Status?: string;
|
|
3410
3415
|
}
|
|
3411
3416
|
/**
|
|
3412
|
-
* <p>The
|
|
3417
|
+
* <p>The key value store list.</p>
|
|
3413
3418
|
* @public
|
|
3414
3419
|
*/
|
|
3415
3420
|
export interface KeyValueStoreList {
|
|
3416
3421
|
/**
|
|
3417
|
-
* <p>The next marker associated with the
|
|
3422
|
+
* <p>The next marker associated with the key value store list.</p>
|
|
3418
3423
|
* @public
|
|
3419
3424
|
*/
|
|
3420
3425
|
NextMarker?: string;
|
|
3421
3426
|
/**
|
|
3422
|
-
* <p>The maximum number of items in the
|
|
3427
|
+
* <p>The maximum number of items in the key value store list.</p>
|
|
3423
3428
|
* @public
|
|
3424
3429
|
*/
|
|
3425
3430
|
MaxItems: number | undefined;
|
|
3426
3431
|
/**
|
|
3427
|
-
* <p>The quantity of the
|
|
3432
|
+
* <p>The quantity of the key value store list.</p>
|
|
3428
3433
|
* @public
|
|
3429
3434
|
*/
|
|
3430
3435
|
Quantity: number | undefined;
|
|
3431
3436
|
/**
|
|
3432
|
-
* <p>The items of the
|
|
3437
|
+
* <p>The items of the key value store list.</p>
|
|
3433
3438
|
* @public
|
|
3434
3439
|
*/
|
|
3435
3440
|
Items?: KeyValueStore[];
|
|
@@ -3439,7 +3444,7 @@ export interface KeyValueStoreList {
|
|
|
3439
3444
|
*/
|
|
3440
3445
|
export interface ListKeyValueStoresResult {
|
|
3441
3446
|
/**
|
|
3442
|
-
* <p>The resulting
|
|
3447
|
+
* <p>The resulting key value stores list.</p>
|
|
3443
3448
|
* @public
|
|
3444
3449
|
*/
|
|
3445
3450
|
KeyValueStoreList?: KeyValueStoreList;
|
|
@@ -4615,17 +4620,17 @@ export interface UpdateKeyGroupResult {
|
|
|
4615
4620
|
*/
|
|
4616
4621
|
export interface UpdateKeyValueStoreRequest {
|
|
4617
4622
|
/**
|
|
4618
|
-
* <p>The name of the
|
|
4623
|
+
* <p>The name of the key value store to update.</p>
|
|
4619
4624
|
* @public
|
|
4620
4625
|
*/
|
|
4621
4626
|
Name: string | undefined;
|
|
4622
4627
|
/**
|
|
4623
|
-
* <p>The comment of the
|
|
4628
|
+
* <p>The comment of the key value store to update.</p>
|
|
4624
4629
|
* @public
|
|
4625
4630
|
*/
|
|
4626
4631
|
Comment: string | undefined;
|
|
4627
4632
|
/**
|
|
4628
|
-
* <p>The
|
|
4633
|
+
* <p>The key value store to update, if a match occurs.</p>
|
|
4629
4634
|
* @public
|
|
4630
4635
|
*/
|
|
4631
4636
|
IfMatch: string | undefined;
|
|
@@ -4635,12 +4640,12 @@ export interface UpdateKeyValueStoreRequest {
|
|
|
4635
4640
|
*/
|
|
4636
4641
|
export interface UpdateKeyValueStoreResult {
|
|
4637
4642
|
/**
|
|
4638
|
-
* <p>The resulting
|
|
4643
|
+
* <p>The resulting key value store to update.</p>
|
|
4639
4644
|
* @public
|
|
4640
4645
|
*/
|
|
4641
4646
|
KeyValueStore?: KeyValueStore;
|
|
4642
4647
|
/**
|
|
4643
|
-
* <p>The ETag of the resulting
|
|
4648
|
+
* <p>The <code>ETag</code> of the resulting key value store.</p>
|
|
4644
4649
|
* @public
|
|
4645
4650
|
*/
|
|
4646
4651
|
ETag?: string;
|
|
@@ -1719,6 +1719,8 @@ export declare class MonitoringSubscriptionAlreadyExists extends __BaseException
|
|
|
1719
1719
|
);
|
|
1720
1720
|
}
|
|
1721
1721
|
export declare const OriginAccessControlOriginTypes: {
|
|
1722
|
+
readonly lambda: "lambda";
|
|
1723
|
+
readonly mediapackagev2: "mediapackagev2";
|
|
1722
1724
|
readonly mediastore: "mediastore";
|
|
1723
1725
|
readonly s3: "s3";
|
|
1724
1726
|
};
|
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.554.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",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.554.0",
|
|
24
|
+
"@aws-sdk/core": "3.554.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.554.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.535.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.535.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.535.0",
|