@aws-sdk/client-cloudfront 3.980.0 → 3.981.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 +10 -2
- package/dist-es/schemas/schemas_0.js +9 -2
- package/dist-types/commands/CopyDistributionCommand.d.ts +3 -0
- package/dist-types/commands/CreateDistributionCommand.d.ts +6 -0
- package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +6 -0
- package/dist-types/commands/GetDistributionCommand.d.ts +3 -0
- package/dist-types/commands/GetDistributionConfigCommand.d.ts +3 -0
- package/dist-types/commands/GetManagedCertificateDetailsCommand.d.ts +1 -2
- package/dist-types/commands/ListDistributionsByAnycastIpListIdCommand.d.ts +3 -0
- package/dist-types/commands/ListDistributionsByConnectionFunctionCommand.d.ts +3 -0
- package/dist-types/commands/ListDistributionsByConnectionModeCommand.d.ts +3 -0
- package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +3 -0
- package/dist-types/commands/ListDistributionsByTrustStoreCommand.d.ts +3 -0
- package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +3 -0
- package/dist-types/commands/ListDistributionsCommand.d.ts +3 -0
- package/dist-types/commands/UpdateDistributionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +16 -10
- package/dist-types/models/models_1.d.ts +10 -0
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetManagedCertificateDetailsCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +4 -3
- package/dist-types/ts3.4/models/models_1.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +2 -2
package/dist-cjs/index.js
CHANGED
|
@@ -2307,6 +2307,7 @@ const _CBL = "CacheBehaviorList";
|
|
|
2307
2307
|
const _CBa = "CacheBehaviors";
|
|
2308
2308
|
const _CBo = "CookieBehavior";
|
|
2309
2309
|
const _CC = "CookiesConfig";
|
|
2310
|
+
const _CCA = "ClientCertificateArn";
|
|
2310
2311
|
const _CCBS = "CaCertificatesBundleSource";
|
|
2311
2312
|
const _CCBSL = "CaCertificatesBundleS3Location";
|
|
2312
2313
|
const _CCDP = "CreateContinuousDeploymentPolicy";
|
|
@@ -3049,6 +3050,7 @@ const _OGr = "OriginGroup";
|
|
|
3049
3050
|
const _OI = "OriginId";
|
|
3050
3051
|
const _OKT = "OriginKeepaliveTimeout";
|
|
3051
3052
|
const _OL = "OriginList";
|
|
3053
|
+
const _OMC = "OriginMtlsConfig";
|
|
3052
3054
|
const _OO = "OriginOverride";
|
|
3053
3055
|
const _OP = "OriginPath";
|
|
3054
3056
|
const _OPP = "OriginProtocolPolicy";
|
|
@@ -4028,8 +4030,8 @@ var Customizations$ = [3, n0, _Cu,
|
|
|
4028
4030
|
];
|
|
4029
4031
|
var CustomOriginConfig$ = [3, n0, _COC,
|
|
4030
4032
|
0,
|
|
4031
|
-
[_HTTPP, _HTTPSP, _OPP, _OSP, _ORT, _OKT, _IAT],
|
|
4032
|
-
[1, 1, 0, [() => OriginSslProtocols$, 0], 1, 1, 0], 3
|
|
4033
|
+
[_HTTPP, _HTTPSP, _OPP, _OSP, _ORT, _OKT, _IAT, _OMC],
|
|
4034
|
+
[1, 1, 0, [() => OriginSslProtocols$, 0], 1, 1, 0, () => OriginMtlsConfig$], 3
|
|
4033
4035
|
];
|
|
4034
4036
|
var DefaultCacheBehavior$ = [3, n0, _DCB,
|
|
4035
4037
|
0,
|
|
@@ -5769,6 +5771,11 @@ var OriginGroups$ = [3, n0, _OG,
|
|
|
5769
5771
|
[_Q, _I],
|
|
5770
5772
|
[1, [() => OriginGroupList, 0]], 1
|
|
5771
5773
|
];
|
|
5774
|
+
var OriginMtlsConfig$ = [3, n0, _OMC,
|
|
5775
|
+
0,
|
|
5776
|
+
[_CCA],
|
|
5777
|
+
[0], 1
|
|
5778
|
+
];
|
|
5772
5779
|
var OriginRequestPolicy$ = [3, n0, _ORP,
|
|
5773
5780
|
0,
|
|
5774
5781
|
[_Id, _LMT, _ORPC],
|
|
@@ -11181,6 +11188,7 @@ exports.OriginGroupMember$ = OriginGroupMember$;
|
|
|
11181
11188
|
exports.OriginGroupMembers$ = OriginGroupMembers$;
|
|
11182
11189
|
exports.OriginGroupSelectionCriteria = OriginGroupSelectionCriteria;
|
|
11183
11190
|
exports.OriginGroups$ = OriginGroups$;
|
|
11191
|
+
exports.OriginMtlsConfig$ = OriginMtlsConfig$;
|
|
11184
11192
|
exports.OriginProtocolPolicy = OriginProtocolPolicy;
|
|
11185
11193
|
exports.OriginRequestPolicy$ = OriginRequestPolicy$;
|
|
11186
11194
|
exports.OriginRequestPolicyAlreadyExists = OriginRequestPolicyAlreadyExists;
|
|
@@ -58,6 +58,7 @@ const _CBL = "CacheBehaviorList";
|
|
|
58
58
|
const _CBa = "CacheBehaviors";
|
|
59
59
|
const _CBo = "CookieBehavior";
|
|
60
60
|
const _CC = "CookiesConfig";
|
|
61
|
+
const _CCA = "ClientCertificateArn";
|
|
61
62
|
const _CCBS = "CaCertificatesBundleSource";
|
|
62
63
|
const _CCBSL = "CaCertificatesBundleS3Location";
|
|
63
64
|
const _CCDP = "CreateContinuousDeploymentPolicy";
|
|
@@ -800,6 +801,7 @@ const _OGr = "OriginGroup";
|
|
|
800
801
|
const _OI = "OriginId";
|
|
801
802
|
const _OKT = "OriginKeepaliveTimeout";
|
|
802
803
|
const _OL = "OriginList";
|
|
804
|
+
const _OMC = "OriginMtlsConfig";
|
|
803
805
|
const _OO = "OriginOverride";
|
|
804
806
|
const _OP = "OriginPath";
|
|
805
807
|
const _OPP = "OriginProtocolPolicy";
|
|
@@ -1782,8 +1784,8 @@ export var Customizations$ = [3, n0, _Cu,
|
|
|
1782
1784
|
];
|
|
1783
1785
|
export var CustomOriginConfig$ = [3, n0, _COC,
|
|
1784
1786
|
0,
|
|
1785
|
-
[_HTTPP, _HTTPSP, _OPP, _OSP, _ORT, _OKT, _IAT],
|
|
1786
|
-
[1, 1, 0, [() => OriginSslProtocols$, 0], 1, 1, 0], 3
|
|
1787
|
+
[_HTTPP, _HTTPSP, _OPP, _OSP, _ORT, _OKT, _IAT, _OMC],
|
|
1788
|
+
[1, 1, 0, [() => OriginSslProtocols$, 0], 1, 1, 0, () => OriginMtlsConfig$], 3
|
|
1787
1789
|
];
|
|
1788
1790
|
export var DefaultCacheBehavior$ = [3, n0, _DCB,
|
|
1789
1791
|
0,
|
|
@@ -3523,6 +3525,11 @@ export var OriginGroups$ = [3, n0, _OG,
|
|
|
3523
3525
|
[_Q, _I],
|
|
3524
3526
|
[1, [() => OriginGroupList, 0]], 1
|
|
3525
3527
|
];
|
|
3528
|
+
export var OriginMtlsConfig$ = [3, n0, _OMC,
|
|
3529
|
+
0,
|
|
3530
|
+
[_CCA],
|
|
3531
|
+
[0], 1
|
|
3532
|
+
];
|
|
3526
3533
|
export var OriginRequestPolicy$ = [3, n0, _ORP,
|
|
3527
3534
|
0,
|
|
3528
3535
|
[_Id, _LMT, _ORPC],
|
|
@@ -125,6 +125,9 @@ declare const CopyDistributionCommand_base: {
|
|
|
125
125
|
* // OriginReadTimeout: Number("int"),
|
|
126
126
|
* // OriginKeepaliveTimeout: Number("int"),
|
|
127
127
|
* // IpAddressType: "ipv4" || "ipv6" || "dualstack",
|
|
128
|
+
* // OriginMtlsConfig: { // OriginMtlsConfig
|
|
129
|
+
* // ClientCertificateArn: "STRING_VALUE", // required
|
|
130
|
+
* // },
|
|
128
131
|
* // },
|
|
129
132
|
* // VpcOriginConfig: { // VpcOriginConfig
|
|
130
133
|
* // VpcOriginId: "STRING_VALUE", // required
|
|
@@ -79,6 +79,9 @@ declare const CreateDistributionCommand_base: {
|
|
|
79
79
|
* OriginReadTimeout: Number("int"),
|
|
80
80
|
* OriginKeepaliveTimeout: Number("int"),
|
|
81
81
|
* IpAddressType: "ipv4" || "ipv6" || "dualstack",
|
|
82
|
+
* OriginMtlsConfig: { // OriginMtlsConfig
|
|
83
|
+
* ClientCertificateArn: "STRING_VALUE", // required
|
|
84
|
+
* },
|
|
82
85
|
* },
|
|
83
86
|
* VpcOriginConfig: { // VpcOriginConfig
|
|
84
87
|
* VpcOriginId: "STRING_VALUE", // required
|
|
@@ -450,6 +453,9 @@ declare const CreateDistributionCommand_base: {
|
|
|
450
453
|
* // OriginReadTimeout: Number("int"),
|
|
451
454
|
* // OriginKeepaliveTimeout: Number("int"),
|
|
452
455
|
* // IpAddressType: "ipv4" || "ipv6" || "dualstack",
|
|
456
|
+
* // OriginMtlsConfig: { // OriginMtlsConfig
|
|
457
|
+
* // ClientCertificateArn: "STRING_VALUE", // required
|
|
458
|
+
* // },
|
|
453
459
|
* // },
|
|
454
460
|
* // VpcOriginConfig: { // VpcOriginConfig
|
|
455
461
|
* // VpcOriginId: "STRING_VALUE", // required
|
|
@@ -80,6 +80,9 @@ declare const CreateDistributionWithTagsCommand_base: {
|
|
|
80
80
|
* OriginReadTimeout: Number("int"),
|
|
81
81
|
* OriginKeepaliveTimeout: Number("int"),
|
|
82
82
|
* IpAddressType: "ipv4" || "ipv6" || "dualstack",
|
|
83
|
+
* OriginMtlsConfig: { // OriginMtlsConfig
|
|
84
|
+
* ClientCertificateArn: "STRING_VALUE", // required
|
|
85
|
+
* },
|
|
83
86
|
* },
|
|
84
87
|
* VpcOriginConfig: { // VpcOriginConfig
|
|
85
88
|
* VpcOriginId: "STRING_VALUE", // required
|
|
@@ -460,6 +463,9 @@ declare const CreateDistributionWithTagsCommand_base: {
|
|
|
460
463
|
* // OriginReadTimeout: Number("int"),
|
|
461
464
|
* // OriginKeepaliveTimeout: Number("int"),
|
|
462
465
|
* // IpAddressType: "ipv4" || "ipv6" || "dualstack",
|
|
466
|
+
* // OriginMtlsConfig: { // OriginMtlsConfig
|
|
467
|
+
* // ClientCertificateArn: "STRING_VALUE", // required
|
|
468
|
+
* // },
|
|
463
469
|
* // },
|
|
464
470
|
* // VpcOriginConfig: { // VpcOriginConfig
|
|
465
471
|
* // VpcOriginId: "STRING_VALUE", // required
|
|
@@ -121,6 +121,9 @@ declare const GetDistributionCommand_base: {
|
|
|
121
121
|
* // OriginReadTimeout: Number("int"),
|
|
122
122
|
* // OriginKeepaliveTimeout: Number("int"),
|
|
123
123
|
* // IpAddressType: "ipv4" || "ipv6" || "dualstack",
|
|
124
|
+
* // OriginMtlsConfig: { // OriginMtlsConfig
|
|
125
|
+
* // ClientCertificateArn: "STRING_VALUE", // required
|
|
126
|
+
* // },
|
|
124
127
|
* // },
|
|
125
128
|
* // VpcOriginConfig: { // VpcOriginConfig
|
|
126
129
|
* // VpcOriginId: "STRING_VALUE", // required
|
|
@@ -84,6 +84,9 @@ declare const GetDistributionConfigCommand_base: {
|
|
|
84
84
|
* // OriginReadTimeout: Number("int"),
|
|
85
85
|
* // OriginKeepaliveTimeout: Number("int"),
|
|
86
86
|
* // IpAddressType: "ipv4" || "ipv6" || "dualstack",
|
|
87
|
+
* // OriginMtlsConfig: { // OriginMtlsConfig
|
|
88
|
+
* // ClientCertificateArn: "STRING_VALUE", // required
|
|
89
|
+
* // },
|
|
87
90
|
* // },
|
|
88
91
|
* // VpcOriginConfig: { // VpcOriginConfig
|
|
89
92
|
* // VpcOriginId: "STRING_VALUE", // required
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
-
import type { GetManagedCertificateDetailsRequest } from "../models/
|
|
5
|
-
import type { GetManagedCertificateDetailsResult } from "../models/models_1";
|
|
4
|
+
import type { GetManagedCertificateDetailsRequest, GetManagedCertificateDetailsResult } from "../models/models_1";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -97,6 +97,9 @@ declare const ListDistributionsByAnycastIpListIdCommand_base: {
|
|
|
97
97
|
* // OriginReadTimeout: Number("int"),
|
|
98
98
|
* // OriginKeepaliveTimeout: Number("int"),
|
|
99
99
|
* // IpAddressType: "ipv4" || "ipv6" || "dualstack",
|
|
100
|
+
* // OriginMtlsConfig: { // OriginMtlsConfig
|
|
101
|
+
* // ClientCertificateArn: "STRING_VALUE", // required
|
|
102
|
+
* // },
|
|
100
103
|
* // },
|
|
101
104
|
* // VpcOriginConfig: { // VpcOriginConfig
|
|
102
105
|
* // VpcOriginId: "STRING_VALUE", // required
|
|
@@ -97,6 +97,9 @@ declare const ListDistributionsByConnectionFunctionCommand_base: {
|
|
|
97
97
|
* // OriginReadTimeout: Number("int"),
|
|
98
98
|
* // OriginKeepaliveTimeout: Number("int"),
|
|
99
99
|
* // IpAddressType: "ipv4" || "ipv6" || "dualstack",
|
|
100
|
+
* // OriginMtlsConfig: { // OriginMtlsConfig
|
|
101
|
+
* // ClientCertificateArn: "STRING_VALUE", // required
|
|
102
|
+
* // },
|
|
100
103
|
* // },
|
|
101
104
|
* // VpcOriginConfig: { // VpcOriginConfig
|
|
102
105
|
* // VpcOriginId: "STRING_VALUE", // required
|
|
@@ -97,6 +97,9 @@ declare const ListDistributionsByConnectionModeCommand_base: {
|
|
|
97
97
|
* // OriginReadTimeout: Number("int"),
|
|
98
98
|
* // OriginKeepaliveTimeout: Number("int"),
|
|
99
99
|
* // IpAddressType: "ipv4" || "ipv6" || "dualstack",
|
|
100
|
+
* // OriginMtlsConfig: { // OriginMtlsConfig
|
|
101
|
+
* // ClientCertificateArn: "STRING_VALUE", // required
|
|
102
|
+
* // },
|
|
100
103
|
* // },
|
|
101
104
|
* // VpcOriginConfig: { // VpcOriginConfig
|
|
102
105
|
* // VpcOriginId: "STRING_VALUE", // required
|
|
@@ -98,6 +98,9 @@ declare const ListDistributionsByRealtimeLogConfigCommand_base: {
|
|
|
98
98
|
* // OriginReadTimeout: Number("int"),
|
|
99
99
|
* // OriginKeepaliveTimeout: Number("int"),
|
|
100
100
|
* // IpAddressType: "ipv4" || "ipv6" || "dualstack",
|
|
101
|
+
* // OriginMtlsConfig: { // OriginMtlsConfig
|
|
102
|
+
* // ClientCertificateArn: "STRING_VALUE", // required
|
|
103
|
+
* // },
|
|
101
104
|
* // },
|
|
102
105
|
* // VpcOriginConfig: { // VpcOriginConfig
|
|
103
106
|
* // VpcOriginId: "STRING_VALUE", // required
|
|
@@ -97,6 +97,9 @@ declare const ListDistributionsByTrustStoreCommand_base: {
|
|
|
97
97
|
* // OriginReadTimeout: Number("int"),
|
|
98
98
|
* // OriginKeepaliveTimeout: Number("int"),
|
|
99
99
|
* // IpAddressType: "ipv4" || "ipv6" || "dualstack",
|
|
100
|
+
* // OriginMtlsConfig: { // OriginMtlsConfig
|
|
101
|
+
* // ClientCertificateArn: "STRING_VALUE", // required
|
|
102
|
+
* // },
|
|
100
103
|
* // },
|
|
101
104
|
* // VpcOriginConfig: { // VpcOriginConfig
|
|
102
105
|
* // VpcOriginId: "STRING_VALUE", // required
|
|
@@ -97,6 +97,9 @@ declare const ListDistributionsByWebACLIdCommand_base: {
|
|
|
97
97
|
* // OriginReadTimeout: Number("int"),
|
|
98
98
|
* // OriginKeepaliveTimeout: Number("int"),
|
|
99
99
|
* // IpAddressType: "ipv4" || "ipv6" || "dualstack",
|
|
100
|
+
* // OriginMtlsConfig: { // OriginMtlsConfig
|
|
101
|
+
* // ClientCertificateArn: "STRING_VALUE", // required
|
|
102
|
+
* // },
|
|
100
103
|
* // },
|
|
101
104
|
* // VpcOriginConfig: { // VpcOriginConfig
|
|
102
105
|
* // VpcOriginId: "STRING_VALUE", // required
|
|
@@ -96,6 +96,9 @@ declare const ListDistributionsCommand_base: {
|
|
|
96
96
|
* // OriginReadTimeout: Number("int"),
|
|
97
97
|
* // OriginKeepaliveTimeout: Number("int"),
|
|
98
98
|
* // IpAddressType: "ipv4" || "ipv6" || "dualstack",
|
|
99
|
+
* // OriginMtlsConfig: { // OriginMtlsConfig
|
|
100
|
+
* // ClientCertificateArn: "STRING_VALUE", // required
|
|
101
|
+
* // },
|
|
99
102
|
* // },
|
|
100
103
|
* // VpcOriginConfig: { // VpcOriginConfig
|
|
101
104
|
* // VpcOriginId: "STRING_VALUE", // required
|
|
@@ -79,6 +79,9 @@ declare const UpdateDistributionCommand_base: {
|
|
|
79
79
|
* OriginReadTimeout: Number("int"),
|
|
80
80
|
* OriginKeepaliveTimeout: Number("int"),
|
|
81
81
|
* IpAddressType: "ipv4" || "ipv6" || "dualstack",
|
|
82
|
+
* OriginMtlsConfig: { // OriginMtlsConfig
|
|
83
|
+
* ClientCertificateArn: "STRING_VALUE", // required
|
|
84
|
+
* },
|
|
82
85
|
* },
|
|
83
86
|
* VpcOriginConfig: { // VpcOriginConfig
|
|
84
87
|
* VpcOriginId: "STRING_VALUE", // required
|
|
@@ -452,6 +455,9 @@ declare const UpdateDistributionCommand_base: {
|
|
|
452
455
|
* // OriginReadTimeout: Number("int"),
|
|
453
456
|
* // OriginKeepaliveTimeout: Number("int"),
|
|
454
457
|
* // IpAddressType: "ipv4" || "ipv6" || "dualstack",
|
|
458
|
+
* // OriginMtlsConfig: { // OriginMtlsConfig
|
|
459
|
+
* // ClientCertificateArn: "STRING_VALUE", // required
|
|
460
|
+
* // },
|
|
455
461
|
* // },
|
|
456
462
|
* // VpcOriginConfig: { // VpcOriginConfig
|
|
457
463
|
* // VpcOriginId: "STRING_VALUE", // required
|
|
@@ -123,6 +123,9 @@ declare const UpdateDistributionWithStagingConfigCommand_base: {
|
|
|
123
123
|
* // OriginReadTimeout: Number("int"),
|
|
124
124
|
* // OriginKeepaliveTimeout: Number("int"),
|
|
125
125
|
* // IpAddressType: "ipv4" || "ipv6" || "dualstack",
|
|
126
|
+
* // OriginMtlsConfig: { // OriginMtlsConfig
|
|
127
|
+
* // ClientCertificateArn: "STRING_VALUE", // required
|
|
128
|
+
* // },
|
|
126
129
|
* // },
|
|
127
130
|
* // VpcOriginConfig: { // VpcOriginConfig
|
|
128
131
|
* // VpcOriginId: "STRING_VALUE", // required
|
|
@@ -1385,6 +1385,17 @@ export interface CustomHeaders {
|
|
|
1385
1385
|
*/
|
|
1386
1386
|
Items?: OriginCustomHeader[] | undefined;
|
|
1387
1387
|
}
|
|
1388
|
+
/**
|
|
1389
|
+
* <p>Configures mutual TLS authentication between CloudFront and your origin server.</p>
|
|
1390
|
+
* @public
|
|
1391
|
+
*/
|
|
1392
|
+
export interface OriginMtlsConfig {
|
|
1393
|
+
/**
|
|
1394
|
+
* <p>The Amazon Resource Name (ARN) of the client certificate stored in Amazon Web Services Certificate Manager (ACM) that CloudFront uses to authenticate with your origin using Mutual TLS.</p>
|
|
1395
|
+
* @public
|
|
1396
|
+
*/
|
|
1397
|
+
ClientCertificateArn: string | undefined;
|
|
1398
|
+
}
|
|
1388
1399
|
/**
|
|
1389
1400
|
* <p>A complex type that contains information about the SSL/TLS protocols that CloudFront can use when establishing an HTTPS connection with your origin.</p>
|
|
1390
1401
|
* @public
|
|
@@ -1441,6 +1452,11 @@ export interface CustomOriginConfig {
|
|
|
1441
1452
|
* @public
|
|
1442
1453
|
*/
|
|
1443
1454
|
IpAddressType?: IpAddressType | undefined;
|
|
1455
|
+
/**
|
|
1456
|
+
* <p>Configures mutual TLS authentication between CloudFront and your origin server.</p>
|
|
1457
|
+
* @public
|
|
1458
|
+
*/
|
|
1459
|
+
OriginMtlsConfig?: OriginMtlsConfig | undefined;
|
|
1444
1460
|
}
|
|
1445
1461
|
/**
|
|
1446
1462
|
* <p>CloudFront Origin Shield.</p> <p>Using Origin Shield can help reduce the load on your origin. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/origin-shield.html">Using Origin Shield</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
@@ -5905,13 +5921,3 @@ export interface GetKeyGroupConfigResult {
|
|
|
5905
5921
|
*/
|
|
5906
5922
|
ETag?: string | undefined;
|
|
5907
5923
|
}
|
|
5908
|
-
/**
|
|
5909
|
-
* @public
|
|
5910
|
-
*/
|
|
5911
|
-
export interface GetManagedCertificateDetailsRequest {
|
|
5912
|
-
/**
|
|
5913
|
-
* <p>The identifier of the distribution tenant. You can specify the ARN, ID, or name of the distribution tenant.</p>
|
|
5914
|
-
* @public
|
|
5915
|
-
*/
|
|
5916
|
-
Identifier: string | undefined;
|
|
5917
|
-
}
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
import { CachePolicyType, ConnectionMode, DistributionResourceType, DnsConfigurationStatus, FunctionStage, HttpVersion, IpAddressType, ManagedCertificateStatus, OriginAccessControlOriginTypes, OriginAccessControlSigningBehaviors, OriginAccessControlSigningProtocols, OriginRequestPolicyType, PriceClass, ResponseHeadersPolicyType, TrustStoreStatus, ValidationTokenHost } from "./enums";
|
|
2
2
|
import { type Aliases, type AnycastIpList, type AnycastIpListCollection, type CaCertificatesBundleSource, type CacheBehaviors, type CachePolicy, type CachePolicyConfig, type CachePolicyList, type CloudFrontOriginAccessIdentity, type CloudFrontOriginAccessIdentityConfig, type ConnectionFunctionAssociation, type ConnectionGroup, type ContentTypeProfileConfig, type ContinuousDeploymentPolicy, type ContinuousDeploymentPolicyConfig, type CustomErrorResponses, type Customizations, type DefaultCacheBehavior, type Distribution, type DistributionConfig, type DistributionTenant, type EncryptionEntities, type FieldLevelEncryption, type FieldLevelEncryptionConfig, type FieldLevelEncryptionProfile, type FieldLevelEncryptionProfileConfig, type FunctionConfig, type KeyGroup, type KeyGroupConfig, type ManagedCertificateRequest, type MonitoringSubscription, type OriginAccessControl, type OriginAccessControlConfig, type OriginGroups, type OriginRequestPolicy, type OriginRequestPolicyConfig, type Origins, type PublicKey, type PublicKeyConfig, type QueryArgProfileConfig, type ResponseHeadersPolicy, type ResponseHeadersPolicyConfig, type Restrictions, type S3Origin, type StreamingDistribution, type StreamingDistributionConfig, type Tags, type TrustedSigners, type TrustStore, type ViewerCertificate, type ViewerMtlsConfig, type VpcOrigin, type VpcOriginEndpointConfig, AliasICPRecordal, ConnectionFunctionSummary, DomainItem, DomainResult, EndPoint, FunctionSummary, KeyValueStore, Parameter, RealtimeLogConfig } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface GetManagedCertificateDetailsRequest {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The identifier of the distribution tenant. You can specify the ARN, ID, or name of the distribution tenant.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
Identifier: string | undefined;
|
|
12
|
+
}
|
|
3
13
|
/**
|
|
4
14
|
* <p>Contains details about the validation token.</p>
|
|
5
15
|
* @public
|
|
@@ -452,6 +452,7 @@ export declare var OriginGroupFailoverCriteria$: StaticStructureSchema;
|
|
|
452
452
|
export declare var OriginGroupMember$: StaticStructureSchema;
|
|
453
453
|
export declare var OriginGroupMembers$: StaticStructureSchema;
|
|
454
454
|
export declare var OriginGroups$: StaticStructureSchema;
|
|
455
|
+
export declare var OriginMtlsConfig$: StaticStructureSchema;
|
|
455
456
|
export declare var OriginRequestPolicy$: StaticStructureSchema;
|
|
456
457
|
export declare var OriginRequestPolicyAlreadyExists$: StaticErrorSchema;
|
|
457
458
|
export declare var OriginRequestPolicyConfig$: StaticStructureSchema;
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CloudFrontClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
GetManagedCertificateDetailsRequest,
|
|
10
|
+
GetManagedCertificateDetailsResult,
|
|
11
|
+
} from "../models/models_1";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface GetManagedCertificateDetailsCommandInput
|
|
@@ -378,6 +378,9 @@ export interface CustomHeaders {
|
|
|
378
378
|
Quantity: number | undefined;
|
|
379
379
|
Items?: OriginCustomHeader[] | undefined;
|
|
380
380
|
}
|
|
381
|
+
export interface OriginMtlsConfig {
|
|
382
|
+
ClientCertificateArn: string | undefined;
|
|
383
|
+
}
|
|
381
384
|
export interface OriginSslProtocols {
|
|
382
385
|
Quantity: number | undefined;
|
|
383
386
|
Items: SslProtocol[] | undefined;
|
|
@@ -390,6 +393,7 @@ export interface CustomOriginConfig {
|
|
|
390
393
|
OriginReadTimeout?: number | undefined;
|
|
391
394
|
OriginKeepaliveTimeout?: number | undefined;
|
|
392
395
|
IpAddressType?: IpAddressType | undefined;
|
|
396
|
+
OriginMtlsConfig?: OriginMtlsConfig | undefined;
|
|
393
397
|
}
|
|
394
398
|
export interface OriginShield {
|
|
395
399
|
Enabled: boolean | undefined;
|
|
@@ -1536,6 +1540,3 @@ export interface GetKeyGroupConfigResult {
|
|
|
1536
1540
|
KeyGroupConfig?: KeyGroupConfig | undefined;
|
|
1537
1541
|
ETag?: string | undefined;
|
|
1538
1542
|
}
|
|
1539
|
-
export interface GetManagedCertificateDetailsRequest {
|
|
1540
|
-
Identifier: string | undefined;
|
|
1541
|
-
}
|
|
@@ -80,6 +80,9 @@ import {
|
|
|
80
80
|
Parameter,
|
|
81
81
|
RealtimeLogConfig,
|
|
82
82
|
} from "./models_0";
|
|
83
|
+
export interface GetManagedCertificateDetailsRequest {
|
|
84
|
+
Identifier: string | undefined;
|
|
85
|
+
}
|
|
83
86
|
export interface ValidationTokenDetail {
|
|
84
87
|
Domain: string | undefined;
|
|
85
88
|
RedirectTo?: string | undefined;
|
|
@@ -457,6 +457,7 @@ export declare var OriginGroupFailoverCriteria$: StaticStructureSchema;
|
|
|
457
457
|
export declare var OriginGroupMember$: StaticStructureSchema;
|
|
458
458
|
export declare var OriginGroupMembers$: StaticStructureSchema;
|
|
459
459
|
export declare var OriginGroups$: StaticStructureSchema;
|
|
460
|
+
export declare var OriginMtlsConfig$: StaticStructureSchema;
|
|
460
461
|
export declare var OriginRequestPolicy$: StaticStructureSchema;
|
|
461
462
|
export declare var OriginRequestPolicyAlreadyExists$: StaticErrorSchema;
|
|
462
463
|
export declare var OriginRequestPolicyConfig$: StaticStructureSchema;
|
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.981.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudfront",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@aws-sdk/middleware-user-agent": "^3.972.5",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
33
33
|
"@aws-sdk/types": "^3.973.1",
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.981.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
36
36
|
"@aws-sdk/util-user-agent-node": "^3.972.3",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|