@aws-sdk/client-cloudfront 3.862.0 → 3.864.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/models_0.js +1 -0
- package/dist-types/commands/CopyDistributionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDistributionCommand.d.ts +2 -2
- package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +2 -2
- package/dist-types/commands/GetDistributionCommand.d.ts +1 -1
- package/dist-types/commands/GetDistributionConfigCommand.d.ts +1 -1
- package/dist-types/commands/ListDistributionsByAnycastIpListIdCommand.d.ts +1 -1
- package/dist-types/commands/ListDistributionsByConnectionModeCommand.d.ts +1 -1
- package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +1 -1
- package/dist-types/commands/ListDistributionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDistributionCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -1009,7 +1009,8 @@ var MinimumProtocolVersion = {
|
|
|
1009
1009
|
TLSv1_2016: "TLSv1_2016",
|
|
1010
1010
|
TLSv1_2_2018: "TLSv1.2_2018",
|
|
1011
1011
|
TLSv1_2_2019: "TLSv1.2_2019",
|
|
1012
|
-
TLSv1_2_2021: "TLSv1.2_2021"
|
|
1012
|
+
TLSv1_2_2021: "TLSv1.2_2021",
|
|
1013
|
+
TLSv1_3_2025: "TLSv1.3_2025"
|
|
1013
1014
|
};
|
|
1014
1015
|
var SSLSupportMethod = {
|
|
1015
1016
|
sni_only: "sni-only",
|
|
@@ -363,7 +363,7 @@ declare const CopyDistributionCommand_base: {
|
|
|
363
363
|
* // IAMCertificateId: "STRING_VALUE",
|
|
364
364
|
* // ACMCertificateArn: "STRING_VALUE",
|
|
365
365
|
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
366
|
-
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",
|
|
366
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
367
367
|
* // Certificate: "STRING_VALUE",
|
|
368
368
|
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
369
369
|
* // },
|
|
@@ -317,7 +317,7 @@ declare const CreateDistributionCommand_base: {
|
|
|
317
317
|
* IAMCertificateId: "STRING_VALUE",
|
|
318
318
|
* ACMCertificateArn: "STRING_VALUE",
|
|
319
319
|
* SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
320
|
-
* MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",
|
|
320
|
+
* MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
321
321
|
* Certificate: "STRING_VALUE",
|
|
322
322
|
* CertificateSource: "cloudfront" || "iam" || "acm",
|
|
323
323
|
* },
|
|
@@ -675,7 +675,7 @@ declare const CreateDistributionCommand_base: {
|
|
|
675
675
|
* // IAMCertificateId: "STRING_VALUE",
|
|
676
676
|
* // ACMCertificateArn: "STRING_VALUE",
|
|
677
677
|
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
678
|
-
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",
|
|
678
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
679
679
|
* // Certificate: "STRING_VALUE",
|
|
680
680
|
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
681
681
|
* // },
|
|
@@ -318,7 +318,7 @@ declare const CreateDistributionWithTagsCommand_base: {
|
|
|
318
318
|
* IAMCertificateId: "STRING_VALUE",
|
|
319
319
|
* ACMCertificateArn: "STRING_VALUE",
|
|
320
320
|
* SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
321
|
-
* MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",
|
|
321
|
+
* MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
322
322
|
* Certificate: "STRING_VALUE",
|
|
323
323
|
* CertificateSource: "cloudfront" || "iam" || "acm",
|
|
324
324
|
* },
|
|
@@ -685,7 +685,7 @@ declare const CreateDistributionWithTagsCommand_base: {
|
|
|
685
685
|
* // IAMCertificateId: "STRING_VALUE",
|
|
686
686
|
* // ACMCertificateArn: "STRING_VALUE",
|
|
687
687
|
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
688
|
-
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",
|
|
688
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
689
689
|
* // Certificate: "STRING_VALUE",
|
|
690
690
|
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
691
691
|
* // },
|
|
@@ -359,7 +359,7 @@ declare const GetDistributionCommand_base: {
|
|
|
359
359
|
* // IAMCertificateId: "STRING_VALUE",
|
|
360
360
|
* // ACMCertificateArn: "STRING_VALUE",
|
|
361
361
|
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
362
|
-
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",
|
|
362
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
363
363
|
* // Certificate: "STRING_VALUE",
|
|
364
364
|
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
365
365
|
* // },
|
|
@@ -322,7 +322,7 @@ declare const GetDistributionConfigCommand_base: {
|
|
|
322
322
|
* // IAMCertificateId: "STRING_VALUE",
|
|
323
323
|
* // ACMCertificateArn: "STRING_VALUE",
|
|
324
324
|
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
325
|
-
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",
|
|
325
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
326
326
|
* // Certificate: "STRING_VALUE",
|
|
327
327
|
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
328
328
|
* // },
|
|
@@ -329,7 +329,7 @@ declare const ListDistributionsByAnycastIpListIdCommand_base: {
|
|
|
329
329
|
* // IAMCertificateId: "STRING_VALUE",
|
|
330
330
|
* // ACMCertificateArn: "STRING_VALUE",
|
|
331
331
|
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
332
|
-
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",
|
|
332
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
333
333
|
* // Certificate: "STRING_VALUE",
|
|
334
334
|
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
335
335
|
* // },
|
|
@@ -329,7 +329,7 @@ declare const ListDistributionsByConnectionModeCommand_base: {
|
|
|
329
329
|
* // IAMCertificateId: "STRING_VALUE",
|
|
330
330
|
* // ACMCertificateArn: "STRING_VALUE",
|
|
331
331
|
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
332
|
-
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",
|
|
332
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
333
333
|
* // Certificate: "STRING_VALUE",
|
|
334
334
|
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
335
335
|
* // },
|
|
@@ -330,7 +330,7 @@ declare const ListDistributionsByRealtimeLogConfigCommand_base: {
|
|
|
330
330
|
* // IAMCertificateId: "STRING_VALUE",
|
|
331
331
|
* // ACMCertificateArn: "STRING_VALUE",
|
|
332
332
|
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
333
|
-
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",
|
|
333
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
334
334
|
* // Certificate: "STRING_VALUE",
|
|
335
335
|
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
336
336
|
* // },
|
|
@@ -329,7 +329,7 @@ declare const ListDistributionsByWebACLIdCommand_base: {
|
|
|
329
329
|
* // IAMCertificateId: "STRING_VALUE",
|
|
330
330
|
* // ACMCertificateArn: "STRING_VALUE",
|
|
331
331
|
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
332
|
-
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",
|
|
332
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
333
333
|
* // Certificate: "STRING_VALUE",
|
|
334
334
|
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
335
335
|
* // },
|
|
@@ -328,7 +328,7 @@ declare const ListDistributionsCommand_base: {
|
|
|
328
328
|
* // IAMCertificateId: "STRING_VALUE",
|
|
329
329
|
* // ACMCertificateArn: "STRING_VALUE",
|
|
330
330
|
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
331
|
-
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",
|
|
331
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
332
332
|
* // Certificate: "STRING_VALUE",
|
|
333
333
|
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
334
334
|
* // },
|
|
@@ -317,7 +317,7 @@ declare const UpdateDistributionCommand_base: {
|
|
|
317
317
|
* IAMCertificateId: "STRING_VALUE",
|
|
318
318
|
* ACMCertificateArn: "STRING_VALUE",
|
|
319
319
|
* SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
320
|
-
* MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",
|
|
320
|
+
* MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
321
321
|
* Certificate: "STRING_VALUE",
|
|
322
322
|
* CertificateSource: "cloudfront" || "iam" || "acm",
|
|
323
323
|
* },
|
|
@@ -677,7 +677,7 @@ declare const UpdateDistributionCommand_base: {
|
|
|
677
677
|
* // IAMCertificateId: "STRING_VALUE",
|
|
678
678
|
* // ACMCertificateArn: "STRING_VALUE",
|
|
679
679
|
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
680
|
-
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",
|
|
680
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
681
681
|
* // Certificate: "STRING_VALUE",
|
|
682
682
|
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
683
683
|
* // },
|
|
@@ -361,7 +361,7 @@ declare const UpdateDistributionWithStagingConfigCommand_base: {
|
|
|
361
361
|
* // IAMCertificateId: "STRING_VALUE",
|
|
362
362
|
* // ACMCertificateArn: "STRING_VALUE",
|
|
363
363
|
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
364
|
-
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",
|
|
364
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",
|
|
365
365
|
* // Certificate: "STRING_VALUE",
|
|
366
366
|
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
367
367
|
* // },
|
|
@@ -1991,6 +1991,7 @@ export declare const MinimumProtocolVersion: {
|
|
|
1991
1991
|
readonly TLSv1_2_2018: "TLSv1.2_2018";
|
|
1992
1992
|
readonly TLSv1_2_2019: "TLSv1.2_2019";
|
|
1993
1993
|
readonly TLSv1_2_2021: "TLSv1.2_2021";
|
|
1994
|
+
readonly TLSv1_3_2025: "TLSv1.3_2025";
|
|
1994
1995
|
};
|
|
1995
1996
|
/**
|
|
1996
1997
|
* @public
|
|
@@ -609,6 +609,7 @@ export declare const MinimumProtocolVersion: {
|
|
|
609
609
|
readonly TLSv1_2_2018: "TLSv1.2_2018";
|
|
610
610
|
readonly TLSv1_2_2019: "TLSv1.2_2019";
|
|
611
611
|
readonly TLSv1_2_2021: "TLSv1.2_2021";
|
|
612
|
+
readonly TLSv1_3_2025: "TLSv1.3_2025";
|
|
612
613
|
};
|
|
613
614
|
export type MinimumProtocolVersion =
|
|
614
615
|
(typeof MinimumProtocolVersion)[keyof typeof MinimumProtocolVersion];
|
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.864.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,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.864.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.864.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.862.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.862.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.862.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.864.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.862.0",
|
|
30
30
|
"@aws-sdk/types": "3.862.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.862.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.862.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.864.0",
|
|
34
34
|
"@aws-sdk/xml-builder": "3.862.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.1.5",
|
|
36
36
|
"@smithy/core": "^3.8.0",
|