@aws-sdk/client-cloudfront 3.301.0 → 3.303.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/models/models_0.js +169 -200
- package/dist-cjs/models/models_1.js +8 -10
- package/dist-es/models/models_0.js +169 -200
- package/dist-es/models/models_1.js +8 -10
- package/dist-types/models/models_0.d.ts +324 -169
- package/dist-types/models/models_1.d.ts +18 -8
- package/dist-types/ts3.4/models/models_0.d.ts +223 -169
- package/dist-types/ts3.4/models/models_1.d.ts +12 -8
- package/package.json +36 -36
|
@@ -6,17 +6,16 @@ exports.OriginsFilterSensitiveLog = exports.OriginFilterSensitiveLog = exports.C
|
|
|
6
6
|
exports.CreateFunctionRequestFilterSensitiveLog = exports.CreateDistributionWithTagsResultFilterSensitiveLog = exports.CreateDistributionWithTagsRequestFilterSensitiveLog = exports.DistributionConfigWithTagsFilterSensitiveLog = exports.CreateDistributionResultFilterSensitiveLog = exports.CreateDistributionRequestFilterSensitiveLog = exports.CopyDistributionResultFilterSensitiveLog = exports.DistributionFilterSensitiveLog = exports.DistributionConfigFilterSensitiveLog = void 0;
|
|
7
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
8
|
const CloudFrontServiceException_1 = require("./CloudFrontServiceException");
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
})(ResponseHeadersPolicyAccessControlAllowMethodsValues = exports.ResponseHeadersPolicyAccessControlAllowMethodsValues || (exports.ResponseHeadersPolicyAccessControlAllowMethodsValues = {}));
|
|
9
|
+
exports.ResponseHeadersPolicyAccessControlAllowMethodsValues = {
|
|
10
|
+
ALL: "ALL",
|
|
11
|
+
DELETE: "DELETE",
|
|
12
|
+
GET: "GET",
|
|
13
|
+
HEAD: "HEAD",
|
|
14
|
+
OPTIONS: "OPTIONS",
|
|
15
|
+
PATCH: "PATCH",
|
|
16
|
+
POST: "POST",
|
|
17
|
+
PUT: "PUT",
|
|
18
|
+
};
|
|
20
19
|
class AccessDenied extends CloudFrontServiceException_1.CloudFrontServiceException {
|
|
21
20
|
constructor(opts) {
|
|
22
21
|
super({
|
|
@@ -31,22 +30,20 @@ class AccessDenied extends CloudFrontServiceException_1.CloudFrontServiceExcepti
|
|
|
31
30
|
}
|
|
32
31
|
}
|
|
33
32
|
exports.AccessDenied = AccessDenied;
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
Method["PUT"] = "PUT";
|
|
49
|
-
})(Method = exports.Method || (exports.Method = {}));
|
|
33
|
+
exports.ICPRecordalStatus = {
|
|
34
|
+
APPROVED: "APPROVED",
|
|
35
|
+
PENDING: "PENDING",
|
|
36
|
+
SUSPENDED: "SUSPENDED",
|
|
37
|
+
};
|
|
38
|
+
exports.Method = {
|
|
39
|
+
DELETE: "DELETE",
|
|
40
|
+
GET: "GET",
|
|
41
|
+
HEAD: "HEAD",
|
|
42
|
+
OPTIONS: "OPTIONS",
|
|
43
|
+
PATCH: "PATCH",
|
|
44
|
+
POST: "POST",
|
|
45
|
+
PUT: "PUT",
|
|
46
|
+
};
|
|
50
47
|
class IllegalUpdate extends CloudFrontServiceException_1.CloudFrontServiceException {
|
|
51
48
|
constructor(opts) {
|
|
52
49
|
super({
|
|
@@ -117,44 +114,38 @@ class BatchTooLarge extends CloudFrontServiceException_1.CloudFrontServiceExcept
|
|
|
117
114
|
}
|
|
118
115
|
}
|
|
119
116
|
exports.BatchTooLarge = BatchTooLarge;
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
(function (CachePolicyQueryStringBehavior) {
|
|
153
|
-
CachePolicyQueryStringBehavior["all"] = "all";
|
|
154
|
-
CachePolicyQueryStringBehavior["allExcept"] = "allExcept";
|
|
155
|
-
CachePolicyQueryStringBehavior["none"] = "none";
|
|
156
|
-
CachePolicyQueryStringBehavior["whitelist"] = "whitelist";
|
|
157
|
-
})(CachePolicyQueryStringBehavior = exports.CachePolicyQueryStringBehavior || (exports.CachePolicyQueryStringBehavior = {}));
|
|
117
|
+
exports.ItemSelection = {
|
|
118
|
+
all: "all",
|
|
119
|
+
none: "none",
|
|
120
|
+
whitelist: "whitelist",
|
|
121
|
+
};
|
|
122
|
+
exports.EventType = {
|
|
123
|
+
origin_request: "origin-request",
|
|
124
|
+
origin_response: "origin-response",
|
|
125
|
+
viewer_request: "viewer-request",
|
|
126
|
+
viewer_response: "viewer-response",
|
|
127
|
+
};
|
|
128
|
+
exports.ViewerProtocolPolicy = {
|
|
129
|
+
allow_all: "allow-all",
|
|
130
|
+
https_only: "https-only",
|
|
131
|
+
redirect_to_https: "redirect-to-https",
|
|
132
|
+
};
|
|
133
|
+
exports.CachePolicyCookieBehavior = {
|
|
134
|
+
all: "all",
|
|
135
|
+
allExcept: "allExcept",
|
|
136
|
+
none: "none",
|
|
137
|
+
whitelist: "whitelist",
|
|
138
|
+
};
|
|
139
|
+
exports.CachePolicyHeaderBehavior = {
|
|
140
|
+
none: "none",
|
|
141
|
+
whitelist: "whitelist",
|
|
142
|
+
};
|
|
143
|
+
exports.CachePolicyQueryStringBehavior = {
|
|
144
|
+
all: "all",
|
|
145
|
+
allExcept: "allExcept",
|
|
146
|
+
none: "none",
|
|
147
|
+
whitelist: "whitelist",
|
|
148
|
+
};
|
|
158
149
|
class CachePolicyAlreadyExists extends CloudFrontServiceException_1.CloudFrontServiceException {
|
|
159
150
|
constructor(opts) {
|
|
160
151
|
super({
|
|
@@ -183,11 +174,10 @@ class CachePolicyInUse extends CloudFrontServiceException_1.CloudFrontServiceExc
|
|
|
183
174
|
}
|
|
184
175
|
}
|
|
185
176
|
exports.CachePolicyInUse = CachePolicyInUse;
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
})(CachePolicyType = exports.CachePolicyType || (exports.CachePolicyType = {}));
|
|
177
|
+
exports.CachePolicyType = {
|
|
178
|
+
custom: "custom",
|
|
179
|
+
managed: "managed",
|
|
180
|
+
};
|
|
191
181
|
class CannotChangeImmutablePublicKeyFields extends CloudFrontServiceException_1.CloudFrontServiceException {
|
|
192
182
|
constructor(opts) {
|
|
193
183
|
super({
|
|
@@ -202,12 +192,11 @@ class CannotChangeImmutablePublicKeyFields extends CloudFrontServiceException_1.
|
|
|
202
192
|
}
|
|
203
193
|
}
|
|
204
194
|
exports.CannotChangeImmutablePublicKeyFields = CannotChangeImmutablePublicKeyFields;
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
})(CertificateSource = exports.CertificateSource || (exports.CertificateSource = {}));
|
|
195
|
+
exports.CertificateSource = {
|
|
196
|
+
acm: "acm",
|
|
197
|
+
cloudfront: "cloudfront",
|
|
198
|
+
iam: "iam",
|
|
199
|
+
};
|
|
211
200
|
class CNAMEAlreadyExists extends CloudFrontServiceException_1.CloudFrontServiceException {
|
|
212
201
|
constructor(opts) {
|
|
213
202
|
super({
|
|
@@ -222,54 +211,47 @@ class CNAMEAlreadyExists extends CloudFrontServiceException_1.CloudFrontServiceE
|
|
|
222
211
|
}
|
|
223
212
|
}
|
|
224
213
|
exports.CNAMEAlreadyExists = CNAMEAlreadyExists;
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
})(MinimumProtocolVersion = exports.MinimumProtocolVersion || (exports.MinimumProtocolVersion = {}));
|
|
267
|
-
var SSLSupportMethod;
|
|
268
|
-
(function (SSLSupportMethod) {
|
|
269
|
-
SSLSupportMethod["sni_only"] = "sni-only";
|
|
270
|
-
SSLSupportMethod["static_ip"] = "static-ip";
|
|
271
|
-
SSLSupportMethod["vip"] = "vip";
|
|
272
|
-
})(SSLSupportMethod = exports.SSLSupportMethod || (exports.SSLSupportMethod = {}));
|
|
214
|
+
exports.HttpVersion = {
|
|
215
|
+
http1_1: "http1.1",
|
|
216
|
+
http2: "http2",
|
|
217
|
+
http2and3: "http2and3",
|
|
218
|
+
http3: "http3",
|
|
219
|
+
};
|
|
220
|
+
exports.OriginProtocolPolicy = {
|
|
221
|
+
http_only: "http-only",
|
|
222
|
+
https_only: "https-only",
|
|
223
|
+
match_viewer: "match-viewer",
|
|
224
|
+
};
|
|
225
|
+
exports.SslProtocol = {
|
|
226
|
+
SSLv3: "SSLv3",
|
|
227
|
+
TLSv1: "TLSv1",
|
|
228
|
+
TLSv1_1: "TLSv1.1",
|
|
229
|
+
TLSv1_2: "TLSv1.2",
|
|
230
|
+
};
|
|
231
|
+
exports.PriceClass = {
|
|
232
|
+
PriceClass_100: "PriceClass_100",
|
|
233
|
+
PriceClass_200: "PriceClass_200",
|
|
234
|
+
PriceClass_All: "PriceClass_All",
|
|
235
|
+
};
|
|
236
|
+
exports.GeoRestrictionType = {
|
|
237
|
+
blacklist: "blacklist",
|
|
238
|
+
none: "none",
|
|
239
|
+
whitelist: "whitelist",
|
|
240
|
+
};
|
|
241
|
+
exports.MinimumProtocolVersion = {
|
|
242
|
+
SSLv3: "SSLv3",
|
|
243
|
+
TLSv1: "TLSv1",
|
|
244
|
+
TLSv1_1_2016: "TLSv1.1_2016",
|
|
245
|
+
TLSv1_2016: "TLSv1_2016",
|
|
246
|
+
TLSv1_2_2018: "TLSv1.2_2018",
|
|
247
|
+
TLSv1_2_2019: "TLSv1.2_2019",
|
|
248
|
+
TLSv1_2_2021: "TLSv1.2_2021",
|
|
249
|
+
};
|
|
250
|
+
exports.SSLSupportMethod = {
|
|
251
|
+
sni_only: "sni-only",
|
|
252
|
+
static_ip: "static-ip",
|
|
253
|
+
vip: "vip",
|
|
254
|
+
};
|
|
273
255
|
class DistributionAlreadyExists extends CloudFrontServiceException_1.CloudFrontServiceException {
|
|
274
256
|
constructor(opts) {
|
|
275
257
|
super({
|
|
@@ -1180,11 +1162,10 @@ class ContinuousDeploymentPolicyAlreadyExists extends CloudFrontServiceException
|
|
|
1180
1162
|
}
|
|
1181
1163
|
}
|
|
1182
1164
|
exports.ContinuousDeploymentPolicyAlreadyExists = ContinuousDeploymentPolicyAlreadyExists;
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
})(ContinuousDeploymentPolicyType = exports.ContinuousDeploymentPolicyType || (exports.ContinuousDeploymentPolicyType = {}));
|
|
1165
|
+
exports.ContinuousDeploymentPolicyType = {
|
|
1166
|
+
SingleHeader: "SingleHeader",
|
|
1167
|
+
SingleWeight: "SingleWeight",
|
|
1168
|
+
};
|
|
1188
1169
|
class StagingDistributionInUse extends CloudFrontServiceException_1.CloudFrontServiceException {
|
|
1189
1170
|
constructor(opts) {
|
|
1190
1171
|
super({
|
|
@@ -1297,10 +1278,9 @@ class InvalidTagging extends CloudFrontServiceException_1.CloudFrontServiceExcep
|
|
|
1297
1278
|
}
|
|
1298
1279
|
}
|
|
1299
1280
|
exports.InvalidTagging = InvalidTagging;
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
})(Format = exports.Format || (exports.Format = {}));
|
|
1281
|
+
exports.Format = {
|
|
1282
|
+
URLEncoded: "URLEncoded",
|
|
1283
|
+
};
|
|
1304
1284
|
class FieldLevelEncryptionConfigAlreadyExists extends CloudFrontServiceException_1.CloudFrontServiceException {
|
|
1305
1285
|
constructor(opts) {
|
|
1306
1286
|
super({
|
|
@@ -1469,15 +1449,13 @@ class TooManyFieldLevelEncryptionProfiles extends CloudFrontServiceException_1.C
|
|
|
1469
1449
|
}
|
|
1470
1450
|
}
|
|
1471
1451
|
exports.TooManyFieldLevelEncryptionProfiles = TooManyFieldLevelEncryptionProfiles;
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
FunctionStage["LIVE"] = "LIVE";
|
|
1480
|
-
})(FunctionStage = exports.FunctionStage || (exports.FunctionStage = {}));
|
|
1452
|
+
exports.FunctionRuntime = {
|
|
1453
|
+
cloudfront_js_1_0: "cloudfront-js-1.0",
|
|
1454
|
+
};
|
|
1455
|
+
exports.FunctionStage = {
|
|
1456
|
+
DEVELOPMENT: "DEVELOPMENT",
|
|
1457
|
+
LIVE: "LIVE",
|
|
1458
|
+
};
|
|
1481
1459
|
class FunctionAlreadyExists extends CloudFrontServiceException_1.CloudFrontServiceException {
|
|
1482
1460
|
constructor(opts) {
|
|
1483
1461
|
super({
|
|
@@ -1590,11 +1568,10 @@ class TooManyPublicKeysInKeyGroup extends CloudFrontServiceException_1.CloudFron
|
|
|
1590
1568
|
}
|
|
1591
1569
|
}
|
|
1592
1570
|
exports.TooManyPublicKeysInKeyGroup = TooManyPublicKeysInKeyGroup;
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
})(RealtimeMetricsSubscriptionStatus = exports.RealtimeMetricsSubscriptionStatus || (exports.RealtimeMetricsSubscriptionStatus = {}));
|
|
1571
|
+
exports.RealtimeMetricsSubscriptionStatus = {
|
|
1572
|
+
Disabled: "Disabled",
|
|
1573
|
+
Enabled: "Enabled",
|
|
1574
|
+
};
|
|
1598
1575
|
class MonitoringSubscriptionAlreadyExists extends CloudFrontServiceException_1.CloudFrontServiceException {
|
|
1599
1576
|
constructor(opts) {
|
|
1600
1577
|
super({
|
|
@@ -1609,21 +1586,18 @@ class MonitoringSubscriptionAlreadyExists extends CloudFrontServiceException_1.C
|
|
|
1609
1586
|
}
|
|
1610
1587
|
}
|
|
1611
1588
|
exports.MonitoringSubscriptionAlreadyExists = MonitoringSubscriptionAlreadyExists;
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
(function (OriginAccessControlSigningProtocols) {
|
|
1625
|
-
OriginAccessControlSigningProtocols["sigv4"] = "sigv4";
|
|
1626
|
-
})(OriginAccessControlSigningProtocols = exports.OriginAccessControlSigningProtocols || (exports.OriginAccessControlSigningProtocols = {}));
|
|
1589
|
+
exports.OriginAccessControlOriginTypes = {
|
|
1590
|
+
mediastore: "mediastore",
|
|
1591
|
+
s3: "s3",
|
|
1592
|
+
};
|
|
1593
|
+
exports.OriginAccessControlSigningBehaviors = {
|
|
1594
|
+
always: "always",
|
|
1595
|
+
never: "never",
|
|
1596
|
+
no_override: "no-override",
|
|
1597
|
+
};
|
|
1598
|
+
exports.OriginAccessControlSigningProtocols = {
|
|
1599
|
+
sigv4: "sigv4",
|
|
1600
|
+
};
|
|
1627
1601
|
class OriginAccessControlAlreadyExists extends CloudFrontServiceException_1.CloudFrontServiceException {
|
|
1628
1602
|
constructor(opts) {
|
|
1629
1603
|
super({
|
|
@@ -1652,28 +1626,25 @@ class TooManyOriginAccessControls extends CloudFrontServiceException_1.CloudFron
|
|
|
1652
1626
|
}
|
|
1653
1627
|
}
|
|
1654
1628
|
exports.TooManyOriginAccessControls = TooManyOriginAccessControls;
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
OriginRequestPolicyQueryStringBehavior["none"] = "none";
|
|
1675
|
-
OriginRequestPolicyQueryStringBehavior["whitelist"] = "whitelist";
|
|
1676
|
-
})(OriginRequestPolicyQueryStringBehavior = exports.OriginRequestPolicyQueryStringBehavior || (exports.OriginRequestPolicyQueryStringBehavior = {}));
|
|
1629
|
+
exports.OriginRequestPolicyCookieBehavior = {
|
|
1630
|
+
all: "all",
|
|
1631
|
+
allExcept: "allExcept",
|
|
1632
|
+
none: "none",
|
|
1633
|
+
whitelist: "whitelist",
|
|
1634
|
+
};
|
|
1635
|
+
exports.OriginRequestPolicyHeaderBehavior = {
|
|
1636
|
+
allExcept: "allExcept",
|
|
1637
|
+
allViewer: "allViewer",
|
|
1638
|
+
allViewerAndWhitelistCloudFront: "allViewerAndWhitelistCloudFront",
|
|
1639
|
+
none: "none",
|
|
1640
|
+
whitelist: "whitelist",
|
|
1641
|
+
};
|
|
1642
|
+
exports.OriginRequestPolicyQueryStringBehavior = {
|
|
1643
|
+
all: "all",
|
|
1644
|
+
allExcept: "allExcept",
|
|
1645
|
+
none: "none",
|
|
1646
|
+
whitelist: "whitelist",
|
|
1647
|
+
};
|
|
1677
1648
|
class OriginRequestPolicyAlreadyExists extends CloudFrontServiceException_1.CloudFrontServiceException {
|
|
1678
1649
|
constructor(opts) {
|
|
1679
1650
|
super({
|
|
@@ -1800,22 +1771,20 @@ class TooManyRealtimeLogConfigs extends CloudFrontServiceException_1.CloudFrontS
|
|
|
1800
1771
|
}
|
|
1801
1772
|
}
|
|
1802
1773
|
exports.TooManyRealtimeLogConfigs = TooManyRealtimeLogConfigs;
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
ReferrerPolicyList["unsafe_url"] = "unsafe-url";
|
|
1818
|
-
})(ReferrerPolicyList = exports.ReferrerPolicyList || (exports.ReferrerPolicyList = {}));
|
|
1774
|
+
exports.FrameOptionsList = {
|
|
1775
|
+
DENY: "DENY",
|
|
1776
|
+
SAMEORIGIN: "SAMEORIGIN",
|
|
1777
|
+
};
|
|
1778
|
+
exports.ReferrerPolicyList = {
|
|
1779
|
+
no_referrer: "no-referrer",
|
|
1780
|
+
no_referrer_when_downgrade: "no-referrer-when-downgrade",
|
|
1781
|
+
origin: "origin",
|
|
1782
|
+
origin_when_cross_origin: "origin-when-cross-origin",
|
|
1783
|
+
same_origin: "same-origin",
|
|
1784
|
+
strict_origin: "strict-origin",
|
|
1785
|
+
strict_origin_when_cross_origin: "strict-origin-when-cross-origin",
|
|
1786
|
+
unsafe_url: "unsafe-url",
|
|
1787
|
+
};
|
|
1819
1788
|
const OriginCustomHeaderFilterSensitiveLog = (obj) => ({
|
|
1820
1789
|
...obj,
|
|
1821
1790
|
...(obj.HeaderValue && { HeaderValue: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -396,16 +396,14 @@ class NoSuchInvalidation extends CloudFrontServiceException_1.CloudFrontServiceE
|
|
|
396
396
|
}
|
|
397
397
|
}
|
|
398
398
|
exports.NoSuchInvalidation = NoSuchInvalidation;
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
ResponseHeadersPolicyType["managed"] = "managed";
|
|
408
|
-
})(ResponseHeadersPolicyType = exports.ResponseHeadersPolicyType || (exports.ResponseHeadersPolicyType = {}));
|
|
399
|
+
exports.OriginRequestPolicyType = {
|
|
400
|
+
custom: "custom",
|
|
401
|
+
managed: "managed",
|
|
402
|
+
};
|
|
403
|
+
exports.ResponseHeadersPolicyType = {
|
|
404
|
+
custom: "custom",
|
|
405
|
+
managed: "managed",
|
|
406
|
+
};
|
|
409
407
|
class TestFunctionFailed extends CloudFrontServiceException_1.CloudFrontServiceException {
|
|
410
408
|
constructor(opts) {
|
|
411
409
|
super({
|