@aws-sdk/client-cloudfront 3.145.0 → 3.157.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/CHANGELOG.md +30 -0
- package/dist-cjs/CloudFront.js +90 -0
- package/dist-cjs/commands/CreateOriginAccessControlCommand.js +36 -0
- package/dist-cjs/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +2 -2
- package/dist-cjs/commands/DeleteDistributionCommand.js +2 -2
- package/dist-cjs/commands/DeleteFieldLevelEncryptionConfigCommand.js +2 -2
- package/dist-cjs/commands/DeleteFieldLevelEncryptionProfileCommand.js +2 -2
- package/dist-cjs/commands/DeleteFunctionCommand.js +2 -2
- package/dist-cjs/commands/DeleteKeyGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteOriginAccessControlCommand.js +36 -0
- package/dist-cjs/commands/GetOriginAccessControlCommand.js +36 -0
- package/dist-cjs/commands/GetOriginAccessControlConfigCommand.js +36 -0
- package/dist-cjs/commands/ListOriginAccessControlsCommand.js +36 -0
- package/dist-cjs/commands/UpdateOriginAccessControlCommand.js +36 -0
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/models_0.js +134 -142
- package/dist-cjs/models/models_1.js +226 -4
- package/dist-cjs/protocols/Aws_restXml.js +697 -20
- package/dist-es/CloudFront.js +90 -0
- package/dist-es/commands/CreateOriginAccessControlCommand.js +39 -0
- package/dist-es/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +1 -1
- package/dist-es/commands/DeleteDistributionCommand.js +1 -1
- package/dist-es/commands/DeleteFieldLevelEncryptionConfigCommand.js +1 -1
- package/dist-es/commands/DeleteFieldLevelEncryptionProfileCommand.js +1 -1
- package/dist-es/commands/DeleteFunctionCommand.js +1 -1
- package/dist-es/commands/DeleteKeyGroupCommand.js +1 -1
- package/dist-es/commands/DeleteOriginAccessControlCommand.js +39 -0
- package/dist-es/commands/GetOriginAccessControlCommand.js +39 -0
- package/dist-es/commands/GetOriginAccessControlConfigCommand.js +39 -0
- package/dist-es/commands/ListOriginAccessControlsCommand.js +39 -0
- package/dist-es/commands/UpdateOriginAccessControlCommand.js +39 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +109 -110
- package/dist-es/models/models_1.js +160 -0
- package/dist-es/protocols/Aws_restXml.js +1488 -629
- package/dist-types/CloudFront.d.ts +56 -0
- package/dist-types/CloudFrontClient.d.ts +8 -2
- package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +41 -0
- package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDistributionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFunctionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKeyGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteOriginAccessControlCommand.d.ts +38 -0
- package/dist-types/commands/GetOriginAccessControlCommand.d.ts +35 -0
- package/dist-types/commands/GetOriginAccessControlConfigCommand.d.ts +35 -0
- package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +40 -0
- package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +228 -255
- package/dist-types/models/models_1.d.ts +494 -1
- package/dist-types/protocols/Aws_restXml.d.ts +18 -0
- package/dist-types/ts3.4/CloudFront.d.ts +30 -0
- package/dist-types/ts3.4/CloudFrontClient.d.ts +8 -2
- package/dist-types/ts3.4/commands/CreateOriginAccessControlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteOriginAccessControlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetOriginAccessControlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetOriginAccessControlConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOriginAccessControlsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateOriginAccessControlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_1.d.ts +241 -1
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +18 -0
- package/package.json +4 -4
|
@@ -272,6 +272,19 @@ var IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior = (function (_
|
|
|
272
272
|
return IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior;
|
|
273
273
|
}(__BaseException));
|
|
274
274
|
export { IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior };
|
|
275
|
+
var IllegalOriginAccessConfiguration = (function (_super) {
|
|
276
|
+
__extends(IllegalOriginAccessConfiguration, _super);
|
|
277
|
+
function IllegalOriginAccessConfiguration(opts) {
|
|
278
|
+
var _this = _super.call(this, __assign({ name: "IllegalOriginAccessConfiguration", $fault: "client" }, opts)) || this;
|
|
279
|
+
_this.name = "IllegalOriginAccessConfiguration";
|
|
280
|
+
_this.$fault = "client";
|
|
281
|
+
Object.setPrototypeOf(_this, IllegalOriginAccessConfiguration.prototype);
|
|
282
|
+
_this.Message = opts.Message;
|
|
283
|
+
return _this;
|
|
284
|
+
}
|
|
285
|
+
return IllegalOriginAccessConfiguration;
|
|
286
|
+
}(__BaseException));
|
|
287
|
+
export { IllegalOriginAccessConfiguration };
|
|
275
288
|
var InvalidDefaultRootObject = (function (_super) {
|
|
276
289
|
__extends(InvalidDefaultRootObject, _super);
|
|
277
290
|
function InvalidDefaultRootObject(opts) {
|
|
@@ -285,6 +298,19 @@ var InvalidDefaultRootObject = (function (_super) {
|
|
|
285
298
|
return InvalidDefaultRootObject;
|
|
286
299
|
}(__BaseException));
|
|
287
300
|
export { InvalidDefaultRootObject };
|
|
301
|
+
var InvalidDomainNameForOriginAccessControl = (function (_super) {
|
|
302
|
+
__extends(InvalidDomainNameForOriginAccessControl, _super);
|
|
303
|
+
function InvalidDomainNameForOriginAccessControl(opts) {
|
|
304
|
+
var _this = _super.call(this, __assign({ name: "InvalidDomainNameForOriginAccessControl", $fault: "client" }, opts)) || this;
|
|
305
|
+
_this.name = "InvalidDomainNameForOriginAccessControl";
|
|
306
|
+
_this.$fault = "client";
|
|
307
|
+
Object.setPrototypeOf(_this, InvalidDomainNameForOriginAccessControl.prototype);
|
|
308
|
+
_this.Message = opts.Message;
|
|
309
|
+
return _this;
|
|
310
|
+
}
|
|
311
|
+
return InvalidDomainNameForOriginAccessControl;
|
|
312
|
+
}(__BaseException));
|
|
313
|
+
export { InvalidDomainNameForOriginAccessControl };
|
|
288
314
|
var InvalidErrorCode = (function (_super) {
|
|
289
315
|
__extends(InvalidErrorCode, _super);
|
|
290
316
|
function InvalidErrorCode(opts) {
|
|
@@ -402,6 +428,19 @@ var InvalidOrigin = (function (_super) {
|
|
|
402
428
|
return InvalidOrigin;
|
|
403
429
|
}(__BaseException));
|
|
404
430
|
export { InvalidOrigin };
|
|
431
|
+
var InvalidOriginAccessControl = (function (_super) {
|
|
432
|
+
__extends(InvalidOriginAccessControl, _super);
|
|
433
|
+
function InvalidOriginAccessControl(opts) {
|
|
434
|
+
var _this = _super.call(this, __assign({ name: "InvalidOriginAccessControl", $fault: "client" }, opts)) || this;
|
|
435
|
+
_this.name = "InvalidOriginAccessControl";
|
|
436
|
+
_this.$fault = "client";
|
|
437
|
+
Object.setPrototypeOf(_this, InvalidOriginAccessControl.prototype);
|
|
438
|
+
_this.Message = opts.Message;
|
|
439
|
+
return _this;
|
|
440
|
+
}
|
|
441
|
+
return InvalidOriginAccessControl;
|
|
442
|
+
}(__BaseException));
|
|
443
|
+
export { InvalidOriginAccessControl };
|
|
405
444
|
var InvalidOriginAccessIdentity = (function (_super) {
|
|
406
445
|
__extends(InvalidOriginAccessIdentity, _super);
|
|
407
446
|
function InvalidOriginAccessIdentity(opts) {
|
|
@@ -727,6 +766,19 @@ var TooManyDistributionsAssociatedToKeyGroup = (function (_super) {
|
|
|
727
766
|
return TooManyDistributionsAssociatedToKeyGroup;
|
|
728
767
|
}(__BaseException));
|
|
729
768
|
export { TooManyDistributionsAssociatedToKeyGroup };
|
|
769
|
+
var TooManyDistributionsAssociatedToOriginAccessControl = (function (_super) {
|
|
770
|
+
__extends(TooManyDistributionsAssociatedToOriginAccessControl, _super);
|
|
771
|
+
function TooManyDistributionsAssociatedToOriginAccessControl(opts) {
|
|
772
|
+
var _this = _super.call(this, __assign({ name: "TooManyDistributionsAssociatedToOriginAccessControl", $fault: "client" }, opts)) || this;
|
|
773
|
+
_this.name = "TooManyDistributionsAssociatedToOriginAccessControl";
|
|
774
|
+
_this.$fault = "client";
|
|
775
|
+
Object.setPrototypeOf(_this, TooManyDistributionsAssociatedToOriginAccessControl.prototype);
|
|
776
|
+
_this.Message = opts.Message;
|
|
777
|
+
return _this;
|
|
778
|
+
}
|
|
779
|
+
return TooManyDistributionsAssociatedToOriginAccessControl;
|
|
780
|
+
}(__BaseException));
|
|
781
|
+
export { TooManyDistributionsAssociatedToOriginAccessControl };
|
|
730
782
|
var TooManyDistributionsAssociatedToOriginRequestPolicy = (function (_super) {
|
|
731
783
|
__extends(TooManyDistributionsAssociatedToOriginRequestPolicy, _super);
|
|
732
784
|
function TooManyDistributionsAssociatedToOriginRequestPolicy(opts) {
|
|
@@ -1222,6 +1274,59 @@ export var RealtimeMetricsSubscriptionStatus;
|
|
|
1222
1274
|
RealtimeMetricsSubscriptionStatus["Disabled"] = "Disabled";
|
|
1223
1275
|
RealtimeMetricsSubscriptionStatus["Enabled"] = "Enabled";
|
|
1224
1276
|
})(RealtimeMetricsSubscriptionStatus || (RealtimeMetricsSubscriptionStatus = {}));
|
|
1277
|
+
var MonitoringSubscriptionAlreadyExists = (function (_super) {
|
|
1278
|
+
__extends(MonitoringSubscriptionAlreadyExists, _super);
|
|
1279
|
+
function MonitoringSubscriptionAlreadyExists(opts) {
|
|
1280
|
+
var _this = _super.call(this, __assign({ name: "MonitoringSubscriptionAlreadyExists", $fault: "client" }, opts)) || this;
|
|
1281
|
+
_this.name = "MonitoringSubscriptionAlreadyExists";
|
|
1282
|
+
_this.$fault = "client";
|
|
1283
|
+
Object.setPrototypeOf(_this, MonitoringSubscriptionAlreadyExists.prototype);
|
|
1284
|
+
_this.Message = opts.Message;
|
|
1285
|
+
return _this;
|
|
1286
|
+
}
|
|
1287
|
+
return MonitoringSubscriptionAlreadyExists;
|
|
1288
|
+
}(__BaseException));
|
|
1289
|
+
export { MonitoringSubscriptionAlreadyExists };
|
|
1290
|
+
export var OriginAccessControlOriginTypes;
|
|
1291
|
+
(function (OriginAccessControlOriginTypes) {
|
|
1292
|
+
OriginAccessControlOriginTypes["s3"] = "s3";
|
|
1293
|
+
})(OriginAccessControlOriginTypes || (OriginAccessControlOriginTypes = {}));
|
|
1294
|
+
export var OriginAccessControlSigningBehaviors;
|
|
1295
|
+
(function (OriginAccessControlSigningBehaviors) {
|
|
1296
|
+
OriginAccessControlSigningBehaviors["always"] = "always";
|
|
1297
|
+
OriginAccessControlSigningBehaviors["never"] = "never";
|
|
1298
|
+
OriginAccessControlSigningBehaviors["no_override"] = "no-override";
|
|
1299
|
+
})(OriginAccessControlSigningBehaviors || (OriginAccessControlSigningBehaviors = {}));
|
|
1300
|
+
export var OriginAccessControlSigningProtocols;
|
|
1301
|
+
(function (OriginAccessControlSigningProtocols) {
|
|
1302
|
+
OriginAccessControlSigningProtocols["sigv4"] = "sigv4";
|
|
1303
|
+
})(OriginAccessControlSigningProtocols || (OriginAccessControlSigningProtocols = {}));
|
|
1304
|
+
var OriginAccessControlAlreadyExists = (function (_super) {
|
|
1305
|
+
__extends(OriginAccessControlAlreadyExists, _super);
|
|
1306
|
+
function OriginAccessControlAlreadyExists(opts) {
|
|
1307
|
+
var _this = _super.call(this, __assign({ name: "OriginAccessControlAlreadyExists", $fault: "client" }, opts)) || this;
|
|
1308
|
+
_this.name = "OriginAccessControlAlreadyExists";
|
|
1309
|
+
_this.$fault = "client";
|
|
1310
|
+
Object.setPrototypeOf(_this, OriginAccessControlAlreadyExists.prototype);
|
|
1311
|
+
_this.Message = opts.Message;
|
|
1312
|
+
return _this;
|
|
1313
|
+
}
|
|
1314
|
+
return OriginAccessControlAlreadyExists;
|
|
1315
|
+
}(__BaseException));
|
|
1316
|
+
export { OriginAccessControlAlreadyExists };
|
|
1317
|
+
var TooManyOriginAccessControls = (function (_super) {
|
|
1318
|
+
__extends(TooManyOriginAccessControls, _super);
|
|
1319
|
+
function TooManyOriginAccessControls(opts) {
|
|
1320
|
+
var _this = _super.call(this, __assign({ name: "TooManyOriginAccessControls", $fault: "client" }, opts)) || this;
|
|
1321
|
+
_this.name = "TooManyOriginAccessControls";
|
|
1322
|
+
_this.$fault = "client";
|
|
1323
|
+
Object.setPrototypeOf(_this, TooManyOriginAccessControls.prototype);
|
|
1324
|
+
_this.Message = opts.Message;
|
|
1325
|
+
return _this;
|
|
1326
|
+
}
|
|
1327
|
+
return TooManyOriginAccessControls;
|
|
1328
|
+
}(__BaseException));
|
|
1329
|
+
export { TooManyOriginAccessControls };
|
|
1225
1330
|
var OriginRequestPolicyAlreadyExists = (function (_super) {
|
|
1226
1331
|
__extends(OriginRequestPolicyAlreadyExists, _super);
|
|
1227
1332
|
function OriginRequestPolicyAlreadyExists(opts) {
|
|
@@ -1485,110 +1590,6 @@ var PreconditionFailed = (function (_super) {
|
|
|
1485
1590
|
return PreconditionFailed;
|
|
1486
1591
|
}(__BaseException));
|
|
1487
1592
|
export { PreconditionFailed };
|
|
1488
|
-
var CloudFrontOriginAccessIdentityInUse = (function (_super) {
|
|
1489
|
-
__extends(CloudFrontOriginAccessIdentityInUse, _super);
|
|
1490
|
-
function CloudFrontOriginAccessIdentityInUse(opts) {
|
|
1491
|
-
var _this = _super.call(this, __assign({ name: "CloudFrontOriginAccessIdentityInUse", $fault: "client" }, opts)) || this;
|
|
1492
|
-
_this.name = "CloudFrontOriginAccessIdentityInUse";
|
|
1493
|
-
_this.$fault = "client";
|
|
1494
|
-
Object.setPrototypeOf(_this, CloudFrontOriginAccessIdentityInUse.prototype);
|
|
1495
|
-
_this.Message = opts.Message;
|
|
1496
|
-
return _this;
|
|
1497
|
-
}
|
|
1498
|
-
return CloudFrontOriginAccessIdentityInUse;
|
|
1499
|
-
}(__BaseException));
|
|
1500
|
-
export { CloudFrontOriginAccessIdentityInUse };
|
|
1501
|
-
var NoSuchCloudFrontOriginAccessIdentity = (function (_super) {
|
|
1502
|
-
__extends(NoSuchCloudFrontOriginAccessIdentity, _super);
|
|
1503
|
-
function NoSuchCloudFrontOriginAccessIdentity(opts) {
|
|
1504
|
-
var _this = _super.call(this, __assign({ name: "NoSuchCloudFrontOriginAccessIdentity", $fault: "client" }, opts)) || this;
|
|
1505
|
-
_this.name = "NoSuchCloudFrontOriginAccessIdentity";
|
|
1506
|
-
_this.$fault = "client";
|
|
1507
|
-
Object.setPrototypeOf(_this, NoSuchCloudFrontOriginAccessIdentity.prototype);
|
|
1508
|
-
_this.Message = opts.Message;
|
|
1509
|
-
return _this;
|
|
1510
|
-
}
|
|
1511
|
-
return NoSuchCloudFrontOriginAccessIdentity;
|
|
1512
|
-
}(__BaseException));
|
|
1513
|
-
export { NoSuchCloudFrontOriginAccessIdentity };
|
|
1514
|
-
var DistributionNotDisabled = (function (_super) {
|
|
1515
|
-
__extends(DistributionNotDisabled, _super);
|
|
1516
|
-
function DistributionNotDisabled(opts) {
|
|
1517
|
-
var _this = _super.call(this, __assign({ name: "DistributionNotDisabled", $fault: "client" }, opts)) || this;
|
|
1518
|
-
_this.name = "DistributionNotDisabled";
|
|
1519
|
-
_this.$fault = "client";
|
|
1520
|
-
Object.setPrototypeOf(_this, DistributionNotDisabled.prototype);
|
|
1521
|
-
_this.Message = opts.Message;
|
|
1522
|
-
return _this;
|
|
1523
|
-
}
|
|
1524
|
-
return DistributionNotDisabled;
|
|
1525
|
-
}(__BaseException));
|
|
1526
|
-
export { DistributionNotDisabled };
|
|
1527
|
-
var FieldLevelEncryptionConfigInUse = (function (_super) {
|
|
1528
|
-
__extends(FieldLevelEncryptionConfigInUse, _super);
|
|
1529
|
-
function FieldLevelEncryptionConfigInUse(opts) {
|
|
1530
|
-
var _this = _super.call(this, __assign({ name: "FieldLevelEncryptionConfigInUse", $fault: "client" }, opts)) || this;
|
|
1531
|
-
_this.name = "FieldLevelEncryptionConfigInUse";
|
|
1532
|
-
_this.$fault = "client";
|
|
1533
|
-
Object.setPrototypeOf(_this, FieldLevelEncryptionConfigInUse.prototype);
|
|
1534
|
-
_this.Message = opts.Message;
|
|
1535
|
-
return _this;
|
|
1536
|
-
}
|
|
1537
|
-
return FieldLevelEncryptionConfigInUse;
|
|
1538
|
-
}(__BaseException));
|
|
1539
|
-
export { FieldLevelEncryptionConfigInUse };
|
|
1540
|
-
var FieldLevelEncryptionProfileInUse = (function (_super) {
|
|
1541
|
-
__extends(FieldLevelEncryptionProfileInUse, _super);
|
|
1542
|
-
function FieldLevelEncryptionProfileInUse(opts) {
|
|
1543
|
-
var _this = _super.call(this, __assign({ name: "FieldLevelEncryptionProfileInUse", $fault: "client" }, opts)) || this;
|
|
1544
|
-
_this.name = "FieldLevelEncryptionProfileInUse";
|
|
1545
|
-
_this.$fault = "client";
|
|
1546
|
-
Object.setPrototypeOf(_this, FieldLevelEncryptionProfileInUse.prototype);
|
|
1547
|
-
_this.Message = opts.Message;
|
|
1548
|
-
return _this;
|
|
1549
|
-
}
|
|
1550
|
-
return FieldLevelEncryptionProfileInUse;
|
|
1551
|
-
}(__BaseException));
|
|
1552
|
-
export { FieldLevelEncryptionProfileInUse };
|
|
1553
|
-
var FunctionInUse = (function (_super) {
|
|
1554
|
-
__extends(FunctionInUse, _super);
|
|
1555
|
-
function FunctionInUse(opts) {
|
|
1556
|
-
var _this = _super.call(this, __assign({ name: "FunctionInUse", $fault: "client" }, opts)) || this;
|
|
1557
|
-
_this.name = "FunctionInUse";
|
|
1558
|
-
_this.$fault = "client";
|
|
1559
|
-
Object.setPrototypeOf(_this, FunctionInUse.prototype);
|
|
1560
|
-
_this.Message = opts.Message;
|
|
1561
|
-
return _this;
|
|
1562
|
-
}
|
|
1563
|
-
return FunctionInUse;
|
|
1564
|
-
}(__BaseException));
|
|
1565
|
-
export { FunctionInUse };
|
|
1566
|
-
var NoSuchFunctionExists = (function (_super) {
|
|
1567
|
-
__extends(NoSuchFunctionExists, _super);
|
|
1568
|
-
function NoSuchFunctionExists(opts) {
|
|
1569
|
-
var _this = _super.call(this, __assign({ name: "NoSuchFunctionExists", $fault: "client" }, opts)) || this;
|
|
1570
|
-
_this.name = "NoSuchFunctionExists";
|
|
1571
|
-
_this.$fault = "client";
|
|
1572
|
-
Object.setPrototypeOf(_this, NoSuchFunctionExists.prototype);
|
|
1573
|
-
_this.Message = opts.Message;
|
|
1574
|
-
return _this;
|
|
1575
|
-
}
|
|
1576
|
-
return NoSuchFunctionExists;
|
|
1577
|
-
}(__BaseException));
|
|
1578
|
-
export { NoSuchFunctionExists };
|
|
1579
|
-
var NoSuchResource = (function (_super) {
|
|
1580
|
-
__extends(NoSuchResource, _super);
|
|
1581
|
-
function NoSuchResource(opts) {
|
|
1582
|
-
var _this = _super.call(this, __assign({ name: "NoSuchResource", $fault: "client" }, opts)) || this;
|
|
1583
|
-
_this.name = "NoSuchResource";
|
|
1584
|
-
_this.$fault = "client";
|
|
1585
|
-
Object.setPrototypeOf(_this, NoSuchResource.prototype);
|
|
1586
|
-
_this.Message = opts.Message;
|
|
1587
|
-
return _this;
|
|
1588
|
-
}
|
|
1589
|
-
return NoSuchResource;
|
|
1590
|
-
}(__BaseException));
|
|
1591
|
-
export { NoSuchResource };
|
|
1592
1593
|
export var KeyPairIdsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1593
1594
|
export var KGKeyPairIdsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1594
1595
|
export var ActiveTrustedKeyGroupsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1694,6 +1695,10 @@ export var RealtimeMetricsSubscriptionConfigFilterSensitiveLog = function (obj)
|
|
|
1694
1695
|
export var MonitoringSubscriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1695
1696
|
export var CreateMonitoringSubscriptionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1696
1697
|
export var CreateMonitoringSubscriptionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1698
|
+
export var OriginAccessControlConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1699
|
+
export var CreateOriginAccessControlRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1700
|
+
export var OriginAccessControlFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1701
|
+
export var CreateOriginAccessControlResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1697
1702
|
export var OriginRequestPolicyCookiesConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1698
1703
|
export var OriginRequestPolicyHeadersConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1699
1704
|
export var OriginRequestPolicyQueryStringsConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1739,9 +1744,3 @@ export var StreamingDistributionConfigWithTagsFilterSensitiveLog = function (obj
|
|
|
1739
1744
|
export var CreateStreamingDistributionWithTagsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1740
1745
|
export var CreateStreamingDistributionWithTagsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1741
1746
|
export var DeleteCachePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1742
|
-
export var DeleteCloudFrontOriginAccessIdentityRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1743
|
-
export var DeleteDistributionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1744
|
-
export var DeleteFieldLevelEncryptionConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1745
|
-
export var DeleteFieldLevelEncryptionProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1746
|
-
export var DeleteFunctionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1747
|
-
export var DeleteKeyGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -2,6 +2,110 @@ import { __assign, __extends } from "tslib";
|
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { CloudFrontServiceException as __BaseException } from "./CloudFrontServiceException";
|
|
4
4
|
import { DistributionConfigFilterSensitiveLog, DistributionFilterSensitiveLog, } from "./models_0";
|
|
5
|
+
var CloudFrontOriginAccessIdentityInUse = (function (_super) {
|
|
6
|
+
__extends(CloudFrontOriginAccessIdentityInUse, _super);
|
|
7
|
+
function CloudFrontOriginAccessIdentityInUse(opts) {
|
|
8
|
+
var _this = _super.call(this, __assign({ name: "CloudFrontOriginAccessIdentityInUse", $fault: "client" }, opts)) || this;
|
|
9
|
+
_this.name = "CloudFrontOriginAccessIdentityInUse";
|
|
10
|
+
_this.$fault = "client";
|
|
11
|
+
Object.setPrototypeOf(_this, CloudFrontOriginAccessIdentityInUse.prototype);
|
|
12
|
+
_this.Message = opts.Message;
|
|
13
|
+
return _this;
|
|
14
|
+
}
|
|
15
|
+
return CloudFrontOriginAccessIdentityInUse;
|
|
16
|
+
}(__BaseException));
|
|
17
|
+
export { CloudFrontOriginAccessIdentityInUse };
|
|
18
|
+
var NoSuchCloudFrontOriginAccessIdentity = (function (_super) {
|
|
19
|
+
__extends(NoSuchCloudFrontOriginAccessIdentity, _super);
|
|
20
|
+
function NoSuchCloudFrontOriginAccessIdentity(opts) {
|
|
21
|
+
var _this = _super.call(this, __assign({ name: "NoSuchCloudFrontOriginAccessIdentity", $fault: "client" }, opts)) || this;
|
|
22
|
+
_this.name = "NoSuchCloudFrontOriginAccessIdentity";
|
|
23
|
+
_this.$fault = "client";
|
|
24
|
+
Object.setPrototypeOf(_this, NoSuchCloudFrontOriginAccessIdentity.prototype);
|
|
25
|
+
_this.Message = opts.Message;
|
|
26
|
+
return _this;
|
|
27
|
+
}
|
|
28
|
+
return NoSuchCloudFrontOriginAccessIdentity;
|
|
29
|
+
}(__BaseException));
|
|
30
|
+
export { NoSuchCloudFrontOriginAccessIdentity };
|
|
31
|
+
var DistributionNotDisabled = (function (_super) {
|
|
32
|
+
__extends(DistributionNotDisabled, _super);
|
|
33
|
+
function DistributionNotDisabled(opts) {
|
|
34
|
+
var _this = _super.call(this, __assign({ name: "DistributionNotDisabled", $fault: "client" }, opts)) || this;
|
|
35
|
+
_this.name = "DistributionNotDisabled";
|
|
36
|
+
_this.$fault = "client";
|
|
37
|
+
Object.setPrototypeOf(_this, DistributionNotDisabled.prototype);
|
|
38
|
+
_this.Message = opts.Message;
|
|
39
|
+
return _this;
|
|
40
|
+
}
|
|
41
|
+
return DistributionNotDisabled;
|
|
42
|
+
}(__BaseException));
|
|
43
|
+
export { DistributionNotDisabled };
|
|
44
|
+
var FieldLevelEncryptionConfigInUse = (function (_super) {
|
|
45
|
+
__extends(FieldLevelEncryptionConfigInUse, _super);
|
|
46
|
+
function FieldLevelEncryptionConfigInUse(opts) {
|
|
47
|
+
var _this = _super.call(this, __assign({ name: "FieldLevelEncryptionConfigInUse", $fault: "client" }, opts)) || this;
|
|
48
|
+
_this.name = "FieldLevelEncryptionConfigInUse";
|
|
49
|
+
_this.$fault = "client";
|
|
50
|
+
Object.setPrototypeOf(_this, FieldLevelEncryptionConfigInUse.prototype);
|
|
51
|
+
_this.Message = opts.Message;
|
|
52
|
+
return _this;
|
|
53
|
+
}
|
|
54
|
+
return FieldLevelEncryptionConfigInUse;
|
|
55
|
+
}(__BaseException));
|
|
56
|
+
export { FieldLevelEncryptionConfigInUse };
|
|
57
|
+
var FieldLevelEncryptionProfileInUse = (function (_super) {
|
|
58
|
+
__extends(FieldLevelEncryptionProfileInUse, _super);
|
|
59
|
+
function FieldLevelEncryptionProfileInUse(opts) {
|
|
60
|
+
var _this = _super.call(this, __assign({ name: "FieldLevelEncryptionProfileInUse", $fault: "client" }, opts)) || this;
|
|
61
|
+
_this.name = "FieldLevelEncryptionProfileInUse";
|
|
62
|
+
_this.$fault = "client";
|
|
63
|
+
Object.setPrototypeOf(_this, FieldLevelEncryptionProfileInUse.prototype);
|
|
64
|
+
_this.Message = opts.Message;
|
|
65
|
+
return _this;
|
|
66
|
+
}
|
|
67
|
+
return FieldLevelEncryptionProfileInUse;
|
|
68
|
+
}(__BaseException));
|
|
69
|
+
export { FieldLevelEncryptionProfileInUse };
|
|
70
|
+
var FunctionInUse = (function (_super) {
|
|
71
|
+
__extends(FunctionInUse, _super);
|
|
72
|
+
function FunctionInUse(opts) {
|
|
73
|
+
var _this = _super.call(this, __assign({ name: "FunctionInUse", $fault: "client" }, opts)) || this;
|
|
74
|
+
_this.name = "FunctionInUse";
|
|
75
|
+
_this.$fault = "client";
|
|
76
|
+
Object.setPrototypeOf(_this, FunctionInUse.prototype);
|
|
77
|
+
_this.Message = opts.Message;
|
|
78
|
+
return _this;
|
|
79
|
+
}
|
|
80
|
+
return FunctionInUse;
|
|
81
|
+
}(__BaseException));
|
|
82
|
+
export { FunctionInUse };
|
|
83
|
+
var NoSuchFunctionExists = (function (_super) {
|
|
84
|
+
__extends(NoSuchFunctionExists, _super);
|
|
85
|
+
function NoSuchFunctionExists(opts) {
|
|
86
|
+
var _this = _super.call(this, __assign({ name: "NoSuchFunctionExists", $fault: "client" }, opts)) || this;
|
|
87
|
+
_this.name = "NoSuchFunctionExists";
|
|
88
|
+
_this.$fault = "client";
|
|
89
|
+
Object.setPrototypeOf(_this, NoSuchFunctionExists.prototype);
|
|
90
|
+
_this.Message = opts.Message;
|
|
91
|
+
return _this;
|
|
92
|
+
}
|
|
93
|
+
return NoSuchFunctionExists;
|
|
94
|
+
}(__BaseException));
|
|
95
|
+
export { NoSuchFunctionExists };
|
|
96
|
+
var NoSuchResource = (function (_super) {
|
|
97
|
+
__extends(NoSuchResource, _super);
|
|
98
|
+
function NoSuchResource(opts) {
|
|
99
|
+
var _this = _super.call(this, __assign({ name: "NoSuchResource", $fault: "client" }, opts)) || this;
|
|
100
|
+
_this.name = "NoSuchResource";
|
|
101
|
+
_this.$fault = "client";
|
|
102
|
+
Object.setPrototypeOf(_this, NoSuchResource.prototype);
|
|
103
|
+
_this.Message = opts.Message;
|
|
104
|
+
return _this;
|
|
105
|
+
}
|
|
106
|
+
return NoSuchResource;
|
|
107
|
+
}(__BaseException));
|
|
108
|
+
export { NoSuchResource };
|
|
5
109
|
var ResourceInUse = (function (_super) {
|
|
6
110
|
__extends(ResourceInUse, _super);
|
|
7
111
|
function ResourceInUse(opts) {
|
|
@@ -15,6 +119,45 @@ var ResourceInUse = (function (_super) {
|
|
|
15
119
|
return ResourceInUse;
|
|
16
120
|
}(__BaseException));
|
|
17
121
|
export { ResourceInUse };
|
|
122
|
+
var NoSuchMonitoringSubscription = (function (_super) {
|
|
123
|
+
__extends(NoSuchMonitoringSubscription, _super);
|
|
124
|
+
function NoSuchMonitoringSubscription(opts) {
|
|
125
|
+
var _this = _super.call(this, __assign({ name: "NoSuchMonitoringSubscription", $fault: "client" }, opts)) || this;
|
|
126
|
+
_this.name = "NoSuchMonitoringSubscription";
|
|
127
|
+
_this.$fault = "client";
|
|
128
|
+
Object.setPrototypeOf(_this, NoSuchMonitoringSubscription.prototype);
|
|
129
|
+
_this.Message = opts.Message;
|
|
130
|
+
return _this;
|
|
131
|
+
}
|
|
132
|
+
return NoSuchMonitoringSubscription;
|
|
133
|
+
}(__BaseException));
|
|
134
|
+
export { NoSuchMonitoringSubscription };
|
|
135
|
+
var NoSuchOriginAccessControl = (function (_super) {
|
|
136
|
+
__extends(NoSuchOriginAccessControl, _super);
|
|
137
|
+
function NoSuchOriginAccessControl(opts) {
|
|
138
|
+
var _this = _super.call(this, __assign({ name: "NoSuchOriginAccessControl", $fault: "client" }, opts)) || this;
|
|
139
|
+
_this.name = "NoSuchOriginAccessControl";
|
|
140
|
+
_this.$fault = "client";
|
|
141
|
+
Object.setPrototypeOf(_this, NoSuchOriginAccessControl.prototype);
|
|
142
|
+
_this.Message = opts.Message;
|
|
143
|
+
return _this;
|
|
144
|
+
}
|
|
145
|
+
return NoSuchOriginAccessControl;
|
|
146
|
+
}(__BaseException));
|
|
147
|
+
export { NoSuchOriginAccessControl };
|
|
148
|
+
var OriginAccessControlInUse = (function (_super) {
|
|
149
|
+
__extends(OriginAccessControlInUse, _super);
|
|
150
|
+
function OriginAccessControlInUse(opts) {
|
|
151
|
+
var _this = _super.call(this, __assign({ name: "OriginAccessControlInUse", $fault: "client" }, opts)) || this;
|
|
152
|
+
_this.name = "OriginAccessControlInUse";
|
|
153
|
+
_this.$fault = "client";
|
|
154
|
+
Object.setPrototypeOf(_this, OriginAccessControlInUse.prototype);
|
|
155
|
+
_this.Message = opts.Message;
|
|
156
|
+
return _this;
|
|
157
|
+
}
|
|
158
|
+
return OriginAccessControlInUse;
|
|
159
|
+
}(__BaseException));
|
|
160
|
+
export { OriginAccessControlInUse };
|
|
18
161
|
var OriginRequestPolicyInUse = (function (_super) {
|
|
19
162
|
__extends(OriginRequestPolicyInUse, _super);
|
|
20
163
|
function OriginRequestPolicyInUse(opts) {
|
|
@@ -124,8 +267,15 @@ var TestFunctionFailed = (function (_super) {
|
|
|
124
267
|
return TestFunctionFailed;
|
|
125
268
|
}(__BaseException));
|
|
126
269
|
export { TestFunctionFailed };
|
|
270
|
+
export var DeleteCloudFrontOriginAccessIdentityRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
271
|
+
export var DeleteDistributionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
+
export var DeleteFieldLevelEncryptionConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
|
+
export var DeleteFieldLevelEncryptionProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
+
export var DeleteFunctionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
+
export var DeleteKeyGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
276
|
export var DeleteMonitoringSubscriptionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
277
|
export var DeleteMonitoringSubscriptionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
+
export var DeleteOriginAccessControlRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
129
279
|
export var DeleteOriginRequestPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
130
280
|
export var DeletePublicKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
131
281
|
export var DeleteRealtimeLogConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -163,6 +313,10 @@ export var GetKeyGroupConfigRequestFilterSensitiveLog = function (obj) { return
|
|
|
163
313
|
export var GetKeyGroupConfigResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
164
314
|
export var GetMonitoringSubscriptionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
165
315
|
export var GetMonitoringSubscriptionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
|
+
export var GetOriginAccessControlRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
|
+
export var GetOriginAccessControlResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
|
+
export var GetOriginAccessControlConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
|
+
export var GetOriginAccessControlConfigResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
166
320
|
export var GetOriginRequestPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
321
|
export var GetOriginRequestPolicyResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
168
322
|
export var GetOriginRequestPolicyConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -227,6 +381,10 @@ export var ListKeyGroupsRequestFilterSensitiveLog = function (obj) { return (__a
|
|
|
227
381
|
export var KeyGroupSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
228
382
|
export var KeyGroupListFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
229
383
|
export var ListKeyGroupsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
|
+
export var ListOriginAccessControlsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
385
|
+
export var OriginAccessControlSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
|
+
export var OriginAccessControlListFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
387
|
+
export var ListOriginAccessControlsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
388
|
export var ListOriginRequestPoliciesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
231
389
|
export var OriginRequestPolicySummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
232
390
|
export var OriginRequestPolicyListFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -270,6 +428,8 @@ export var UpdateFunctionRequestFilterSensitiveLog = function (obj) { return (__
|
|
|
270
428
|
export var UpdateFunctionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
271
429
|
export var UpdateKeyGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
430
|
export var UpdateKeyGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
431
|
+
export var UpdateOriginAccessControlRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
432
|
+
export var UpdateOriginAccessControlResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
433
|
export var UpdateOriginRequestPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
434
|
export var UpdateOriginRequestPolicyResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
435
|
export var UpdatePublicKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|