@aws-sdk/client-cloudfront 3.1114.0 → 3.1116.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/dist-cjs/index.js +2 -1
- package/dist-es/models/enums.js +1 -0
- package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +2 -2
- package/dist-types/commands/GetOriginAccessControlCommand.d.ts +1 -1
- package/dist-types/commands/GetOriginAccessControlConfigCommand.d.ts +1 -1
- package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +2 -2
- package/dist-types/models/enums.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2 -2
- package/dist-types/models/models_1.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/package.json +9 -9
package/dist-cjs/index.js
CHANGED
|
@@ -69,7 +69,7 @@ const commonParams = {
|
|
|
69
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
-
var version = "3.
|
|
72
|
+
var version = "3.1115.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -8965,6 +8965,7 @@ const OriginAccessControlSigningBehaviors = {
|
|
|
8965
8965
|
};
|
|
8966
8966
|
const OriginAccessControlSigningProtocols = {
|
|
8967
8967
|
sigv4: "sigv4",
|
|
8968
|
+
sigv4a: "sigv4a",
|
|
8968
8969
|
};
|
|
8969
8970
|
const OriginRequestPolicyCookieBehavior = {
|
|
8970
8971
|
all: "all",
|
package/dist-es/models/enums.js
CHANGED
|
@@ -37,7 +37,7 @@ declare const CreateOriginAccessControlCommand_base: {
|
|
|
37
37
|
* OriginAccessControlConfig: { // OriginAccessControlConfig
|
|
38
38
|
* Name: "STRING_VALUE", // required
|
|
39
39
|
* Description: "STRING_VALUE",
|
|
40
|
-
* SigningProtocol: "sigv4", // required
|
|
40
|
+
* SigningProtocol: "sigv4" || "sigv4a", // required
|
|
41
41
|
* SigningBehavior: "never" || "always" || "no-override", // required
|
|
42
42
|
* OriginAccessControlOriginType: "s3" || "mediastore" || "mediapackagev2" || "lambda", // required
|
|
43
43
|
* },
|
|
@@ -50,7 +50,7 @@ declare const CreateOriginAccessControlCommand_base: {
|
|
|
50
50
|
* // OriginAccessControlConfig: { // OriginAccessControlConfig
|
|
51
51
|
* // Name: "STRING_VALUE", // required
|
|
52
52
|
* // Description: "STRING_VALUE",
|
|
53
|
-
* // SigningProtocol: "sigv4", // required
|
|
53
|
+
* // SigningProtocol: "sigv4" || "sigv4a", // required
|
|
54
54
|
* // SigningBehavior: "never" || "always" || "no-override", // required
|
|
55
55
|
* // OriginAccessControlOriginType: "s3" || "mediastore" || "mediapackagev2" || "lambda", // required
|
|
56
56
|
* // },
|
|
@@ -44,7 +44,7 @@ declare const GetOriginAccessControlCommand_base: {
|
|
|
44
44
|
* // OriginAccessControlConfig: { // OriginAccessControlConfig
|
|
45
45
|
* // Name: "STRING_VALUE", // required
|
|
46
46
|
* // Description: "STRING_VALUE",
|
|
47
|
-
* // SigningProtocol: "sigv4", // required
|
|
47
|
+
* // SigningProtocol: "sigv4" || "sigv4a", // required
|
|
48
48
|
* // SigningBehavior: "never" || "always" || "no-override", // required
|
|
49
49
|
* // OriginAccessControlOriginType: "s3" || "mediastore" || "mediapackagev2" || "lambda", // required
|
|
50
50
|
* // },
|
|
@@ -42,7 +42,7 @@ declare const GetOriginAccessControlConfigCommand_base: {
|
|
|
42
42
|
* // OriginAccessControlConfig: { // OriginAccessControlConfig
|
|
43
43
|
* // Name: "STRING_VALUE", // required
|
|
44
44
|
* // Description: "STRING_VALUE",
|
|
45
|
-
* // SigningProtocol: "sigv4", // required
|
|
45
|
+
* // SigningProtocol: "sigv4" || "sigv4a", // required
|
|
46
46
|
* // SigningBehavior: "never" || "always" || "no-override", // required
|
|
47
47
|
* // OriginAccessControlOriginType: "s3" || "mediastore" || "mediapackagev2" || "lambda", // required
|
|
48
48
|
* // },
|
|
@@ -51,7 +51,7 @@ declare const ListOriginAccessControlsCommand_base: {
|
|
|
51
51
|
* // Id: "STRING_VALUE", // required
|
|
52
52
|
* // Description: "STRING_VALUE", // required
|
|
53
53
|
* // Name: "STRING_VALUE", // required
|
|
54
|
-
* // SigningProtocol: "sigv4", // required
|
|
54
|
+
* // SigningProtocol: "sigv4" || "sigv4a", // required
|
|
55
55
|
* // SigningBehavior: "never" || "always" || "no-override", // required
|
|
56
56
|
* // OriginAccessControlOriginType: "s3" || "mediastore" || "mediapackagev2" || "lambda", // required
|
|
57
57
|
* // },
|
|
@@ -37,7 +37,7 @@ declare const UpdateOriginAccessControlCommand_base: {
|
|
|
37
37
|
* OriginAccessControlConfig: { // OriginAccessControlConfig
|
|
38
38
|
* Name: "STRING_VALUE", // required
|
|
39
39
|
* Description: "STRING_VALUE",
|
|
40
|
-
* SigningProtocol: "sigv4", // required
|
|
40
|
+
* SigningProtocol: "sigv4" || "sigv4a", // required
|
|
41
41
|
* SigningBehavior: "never" || "always" || "no-override", // required
|
|
42
42
|
* OriginAccessControlOriginType: "s3" || "mediastore" || "mediapackagev2" || "lambda", // required
|
|
43
43
|
* },
|
|
@@ -52,7 +52,7 @@ declare const UpdateOriginAccessControlCommand_base: {
|
|
|
52
52
|
* // OriginAccessControlConfig: { // OriginAccessControlConfig
|
|
53
53
|
* // Name: "STRING_VALUE", // required
|
|
54
54
|
* // Description: "STRING_VALUE",
|
|
55
|
-
* // SigningProtocol: "sigv4", // required
|
|
55
|
+
* // SigningProtocol: "sigv4" || "sigv4a", // required
|
|
56
56
|
* // SigningBehavior: "never" || "always" || "no-override", // required
|
|
57
57
|
* // OriginAccessControlOriginType: "s3" || "mediastore" || "mediapackagev2" || "lambda", // required
|
|
58
58
|
* // },
|
|
@@ -1721,7 +1721,7 @@ export interface ViewerCertificate {
|
|
|
1721
1721
|
*/
|
|
1722
1722
|
ACMCertificateArn?: string | undefined;
|
|
1723
1723
|
/**
|
|
1724
|
-
* <p>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.</p> <ul> <li> <p> <code>sni-only</code> – The distribution accepts HTTPS connections from only viewers that support <a href="https://en.wikipedia.org/wiki/Server_Name_Indication">server name indication (SNI)</a>. This is recommended. Most browsers and clients support SNI.</p> </li> <li> <p> <code>vip</code> – The distribution accepts HTTPS connections from all viewers including those that don't support SNI. This is not recommended, and results in additional monthly charges from CloudFront.</p> </li> <li> <p> <code>static-ip</code> - 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 <a href="https://console.aws.amazon.com/support/home">Amazon Web
|
|
1724
|
+
* <p>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs), specify which viewers the distribution accepts HTTPS connections from.</p> <ul> <li> <p> <code>sni-only</code> – The distribution accepts HTTPS connections from only viewers that support <a href="https://en.wikipedia.org/wiki/Server_Name_Indication">server name indication (SNI)</a>. This is recommended. Most browsers and clients support SNI.</p> </li> <li> <p> <code>vip</code> – The distribution accepts HTTPS connections from all viewers including those that don't support SNI. This is not recommended, and results in additional monthly charges from CloudFront.</p> </li> <li> <p> <code>static-ip</code> - 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 <a href="https://console.aws.amazon.com/support/home">Amazon Web ServicesSupport Center</a>.</p> </li> </ul> <p>If the distribution uses the CloudFront domain name such as <code>d111111abcdef8.cloudfront.net</code>, don't set a value for this field.</p>
|
|
1725
1725
|
* @public
|
|
1726
1726
|
*/
|
|
1727
1727
|
SSLSupportMethod?: SSLSupportMethod | undefined;
|
|
@@ -3657,7 +3657,7 @@ export interface OriginAccessControlConfig {
|
|
|
3657
3657
|
*/
|
|
3658
3658
|
Description?: string | undefined;
|
|
3659
3659
|
/**
|
|
3660
|
-
* <p>The signing protocol of the origin access control, which determines how CloudFront signs (authenticates) requests. The only valid
|
|
3660
|
+
* <p>The signing protocol of the origin access control, which determines how CloudFront signs (authenticates) requests. The only valid values are <code>sigv4</code> and <code>sigv4a</code>.</p>
|
|
3661
3661
|
* @public
|
|
3662
3662
|
*/
|
|
3663
3663
|
SigningProtocol: OriginAccessControlSigningProtocols | undefined;
|
|
@@ -2267,7 +2267,7 @@ export interface OriginAccessControlSummary {
|
|
|
2267
2267
|
*/
|
|
2268
2268
|
Name: string | undefined;
|
|
2269
2269
|
/**
|
|
2270
|
-
* <p>The signing protocol of the origin access control. The signing protocol determines how CloudFront signs (authenticates) requests. The only valid
|
|
2270
|
+
* <p>The signing protocol of the origin access control. The signing protocol determines how CloudFront signs (authenticates) requests. The only valid values are <code>sigv4</code> and <code>sigv4a</code>.</p>
|
|
2271
2271
|
* @public
|
|
2272
2272
|
*/
|
|
2273
2273
|
SigningProtocol: OriginAccessControlSigningProtocols | undefined;
|
|
@@ -237,6 +237,7 @@ export type OriginAccessControlSigningBehaviors =
|
|
|
237
237
|
(typeof OriginAccessControlSigningBehaviors)[keyof typeof OriginAccessControlSigningBehaviors];
|
|
238
238
|
export declare const OriginAccessControlSigningProtocols: {
|
|
239
239
|
readonly sigv4: "sigv4";
|
|
240
|
+
readonly sigv4a: "sigv4a";
|
|
240
241
|
};
|
|
241
242
|
export type OriginAccessControlSigningProtocols =
|
|
242
243
|
(typeof OriginAccessControlSigningProtocols)[keyof typeof OriginAccessControlSigningProtocols];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudfront",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1116.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Cloudfront Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-cloudfront",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -52,17 +52,17 @@
|
|
|
52
52
|
"test:index": "tsc -p tsconfig.test.json && node ./test/index-objects.spec.mjs"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@aws-sdk/core": "^3.977.
|
|
56
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
57
|
-
"@aws-sdk/types": "^3.974.
|
|
58
|
-
"@smithy/core": "^3.
|
|
59
|
-
"@smithy/fetch-http-handler": "^5.
|
|
60
|
-
"@smithy/node-http-handler": "^4.
|
|
61
|
-
"@smithy/types": "^4.
|
|
55
|
+
"@aws-sdk/core": "^3.977.9",
|
|
56
|
+
"@aws-sdk/credential-provider-node": "^3.972.81",
|
|
57
|
+
"@aws-sdk/types": "^3.974.5",
|
|
58
|
+
"@smithy/core": "^3.33.3",
|
|
59
|
+
"@smithy/fetch-http-handler": "^5.7.2",
|
|
60
|
+
"@smithy/node-http-handler": "^4.11.3",
|
|
61
|
+
"@smithy/types": "^4.17.2",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@smithy/snapshot-testing": "^2.2
|
|
65
|
+
"@smithy/snapshot-testing": "^2.3.2",
|
|
66
66
|
"@tsconfig/node20": "20.1.8",
|
|
67
67
|
"@types/node": "^20.14.8",
|
|
68
68
|
"concurrently": "7.0.0",
|