@aws-sdk/client-cloudfront 3.46.0 → 3.48.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.
@@ -17,12 +17,6 @@ export interface AccessDenied extends __SmithyException, $MetadataBearer {
17
17
  $fault: "client";
18
18
  Message?: string;
19
19
  }
20
- export declare namespace AccessDenied {
21
- /**
22
- * @internal
23
- */
24
- const filterSensitiveLog: (obj: AccessDenied) => any;
25
- }
26
20
  /**
27
21
  * <p>A list of CloudFront key pair identifiers.</p>
28
22
  */
@@ -326,12 +320,6 @@ export interface IllegalUpdate extends __SmithyException, $MetadataBearer {
326
320
  $fault: "client";
327
321
  Message?: string;
328
322
  }
329
- export declare namespace IllegalUpdate {
330
- /**
331
- * @internal
332
- */
333
- const filterSensitiveLog: (obj: IllegalUpdate) => any;
334
- }
335
323
  /**
336
324
  * <p>An argument is invalid.</p>
337
325
  */
@@ -340,12 +328,6 @@ export interface InvalidArgument extends __SmithyException, $MetadataBearer {
340
328
  $fault: "client";
341
329
  Message?: string;
342
330
  }
343
- export declare namespace InvalidArgument {
344
- /**
345
- * @internal
346
- */
347
- const filterSensitiveLog: (obj: InvalidArgument) => any;
348
- }
349
331
  /**
350
332
  * <p>The specified distribution does not exist.</p>
351
333
  */
@@ -354,12 +336,6 @@ export interface NoSuchDistribution extends __SmithyException, $MetadataBearer {
354
336
  $fault: "client";
355
337
  Message?: string;
356
338
  }
357
- export declare namespace NoSuchDistribution {
358
- /**
359
- * @internal
360
- */
361
- const filterSensitiveLog: (obj: NoSuchDistribution) => any;
362
- }
363
339
  /**
364
340
  * <p>Your request contains more CNAMEs than are allowed per distribution.</p>
365
341
  */
@@ -368,12 +344,6 @@ export interface TooManyDistributionCNAMEs extends __SmithyException, $MetadataB
368
344
  $fault: "client";
369
345
  Message?: string;
370
346
  }
371
- export declare namespace TooManyDistributionCNAMEs {
372
- /**
373
- * @internal
374
- */
375
- const filterSensitiveLog: (obj: TooManyDistributionCNAMEs) => any;
376
- }
377
347
  /**
378
348
  * <p>Invalidation batch specified is too large.</p>
379
349
  */
@@ -382,12 +352,6 @@ export interface BatchTooLarge extends __SmithyException, $MetadataBearer {
382
352
  $fault: "client";
383
353
  Message?: string;
384
354
  }
385
- export declare namespace BatchTooLarge {
386
- /**
387
- * @internal
388
- */
389
- const filterSensitiveLog: (obj: BatchTooLarge) => any;
390
- }
391
355
  export declare type ItemSelection = "all" | "none" | "whitelist";
392
356
  /**
393
357
  * <p>Contains a list of cookie names.</p>
@@ -1453,12 +1417,6 @@ export interface CachePolicyAlreadyExists extends __SmithyException, $MetadataBe
1453
1417
  $fault: "client";
1454
1418
  Message?: string;
1455
1419
  }
1456
- export declare namespace CachePolicyAlreadyExists {
1457
- /**
1458
- * @internal
1459
- */
1460
- const filterSensitiveLog: (obj: CachePolicyAlreadyExists) => any;
1461
- }
1462
1420
  /**
1463
1421
  * <p>Cannot delete the cache policy because it is attached to one or more cache
1464
1422
  * behaviors.</p>
@@ -1468,12 +1426,6 @@ export interface CachePolicyInUse extends __SmithyException, $MetadataBearer {
1468
1426
  $fault: "client";
1469
1427
  Message?: string;
1470
1428
  }
1471
- export declare namespace CachePolicyInUse {
1472
- /**
1473
- * @internal
1474
- */
1475
- const filterSensitiveLog: (obj: CachePolicyInUse) => any;
1476
- }
1477
1429
  export declare type CachePolicyType = "custom" | "managed";
1478
1430
  /**
1479
1431
  * <p>Contains a cache policy.</p>
@@ -1532,12 +1484,6 @@ export interface CannotChangeImmutablePublicKeyFields extends __SmithyException,
1532
1484
  $fault: "client";
1533
1485
  Message?: string;
1534
1486
  }
1535
- export declare namespace CannotChangeImmutablePublicKeyFields {
1536
- /**
1537
- * @internal
1538
- */
1539
- const filterSensitiveLog: (obj: CannotChangeImmutablePublicKeyFields) => any;
1540
- }
1541
1487
  export declare type CertificateSource = "acm" | "cloudfront" | "iam";
1542
1488
  export interface CreateCachePolicyRequest {
1543
1489
  /**
@@ -1579,12 +1525,6 @@ export interface InconsistentQuantities extends __SmithyException, $MetadataBear
1579
1525
  $fault: "client";
1580
1526
  Message?: string;
1581
1527
  }
1582
- export declare namespace InconsistentQuantities {
1583
- /**
1584
- * @internal
1585
- */
1586
- const filterSensitiveLog: (obj: InconsistentQuantities) => any;
1587
- }
1588
1528
  /**
1589
1529
  * <p>You have reached the maximum number of cache policies for this Amazon Web Services account. For more
1590
1530
  * information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
@@ -1595,12 +1535,6 @@ export interface TooManyCachePolicies extends __SmithyException, $MetadataBearer
1595
1535
  $fault: "client";
1596
1536
  Message?: string;
1597
1537
  }
1598
- export declare namespace TooManyCachePolicies {
1599
- /**
1600
- * @internal
1601
- */
1602
- const filterSensitiveLog: (obj: TooManyCachePolicies) => any;
1603
- }
1604
1538
  /**
1605
1539
  * <p>The number of cookies in the cache policy exceeds the maximum. For more information,
1606
1540
  * see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
@@ -1611,12 +1545,6 @@ export interface TooManyCookiesInCachePolicy extends __SmithyException, $Metadat
1611
1545
  $fault: "client";
1612
1546
  Message?: string;
1613
1547
  }
1614
- export declare namespace TooManyCookiesInCachePolicy {
1615
- /**
1616
- * @internal
1617
- */
1618
- const filterSensitiveLog: (obj: TooManyCookiesInCachePolicy) => any;
1619
- }
1620
1548
  /**
1621
1549
  * <p>The number of headers in the cache policy exceeds the maximum. For more information,
1622
1550
  * see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
@@ -1627,12 +1555,6 @@ export interface TooManyHeadersInCachePolicy extends __SmithyException, $Metadat
1627
1555
  $fault: "client";
1628
1556
  Message?: string;
1629
1557
  }
1630
- export declare namespace TooManyHeadersInCachePolicy {
1631
- /**
1632
- * @internal
1633
- */
1634
- const filterSensitiveLog: (obj: TooManyHeadersInCachePolicy) => any;
1635
- }
1636
1558
  /**
1637
1559
  * <p>The number of query strings in the cache policy exceeds the maximum. For more
1638
1560
  * information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
@@ -1643,12 +1565,6 @@ export interface TooManyQueryStringsInCachePolicy extends __SmithyException, $Me
1643
1565
  $fault: "client";
1644
1566
  Message?: string;
1645
1567
  }
1646
- export declare namespace TooManyQueryStringsInCachePolicy {
1647
- /**
1648
- * @internal
1649
- */
1650
- const filterSensitiveLog: (obj: TooManyQueryStringsInCachePolicy) => any;
1651
- }
1652
1568
  /**
1653
1569
  * <p>If the <code>CallerReference</code> is a value you already sent in a previous request to create an identity but the content
1654
1570
  * of the <code>CloudFrontOriginAccessIdentityConfig</code> is different from the original request, CloudFront returns a
@@ -1659,12 +1575,6 @@ export interface CloudFrontOriginAccessIdentityAlreadyExists extends __SmithyExc
1659
1575
  $fault: "client";
1660
1576
  Message?: string;
1661
1577
  }
1662
- export declare namespace CloudFrontOriginAccessIdentityAlreadyExists {
1663
- /**
1664
- * @internal
1665
- */
1666
- const filterSensitiveLog: (obj: CloudFrontOriginAccessIdentityAlreadyExists) => any;
1667
- }
1668
1578
  /**
1669
1579
  * <p>Origin access identity configuration. Send a <code>GET</code> request to the
1670
1580
  * <code>/<i>CloudFront API version</i>/CloudFront/identity ID/config</code> resource.
@@ -1773,12 +1683,6 @@ export interface MissingBody extends __SmithyException, $MetadataBearer {
1773
1683
  $fault: "client";
1774
1684
  Message?: string;
1775
1685
  }
1776
- export declare namespace MissingBody {
1777
- /**
1778
- * @internal
1779
- */
1780
- const filterSensitiveLog: (obj: MissingBody) => any;
1781
- }
1782
1686
  /**
1783
1687
  * <p>Processing your request would cause you to exceed the maximum number of origin access identities allowed.</p>
1784
1688
  */
@@ -1787,12 +1691,6 @@ export interface TooManyCloudFrontOriginAccessIdentities extends __SmithyExcepti
1787
1691
  $fault: "client";
1788
1692
  Message?: string;
1789
1693
  }
1790
- export declare namespace TooManyCloudFrontOriginAccessIdentities {
1791
- /**
1792
- * @internal
1793
- */
1794
- const filterSensitiveLog: (obj: TooManyCloudFrontOriginAccessIdentities) => any;
1795
- }
1796
1694
  /**
1797
1695
  * <p>The CNAME specified is already defined for CloudFront.</p>
1798
1696
  */
@@ -1801,12 +1699,6 @@ export interface CNAMEAlreadyExists extends __SmithyException, $MetadataBearer {
1801
1699
  $fault: "client";
1802
1700
  Message?: string;
1803
1701
  }
1804
- export declare namespace CNAMEAlreadyExists {
1805
- /**
1806
- * @internal
1807
- */
1808
- const filterSensitiveLog: (obj: CNAMEAlreadyExists) => any;
1809
- }
1810
1702
  /**
1811
1703
  * <p>A complex type that controls:</p>
1812
1704
  * <ul>
@@ -3224,12 +3116,6 @@ export interface DistributionAlreadyExists extends __SmithyException, $MetadataB
3224
3116
  $fault: "client";
3225
3117
  Message?: string;
3226
3118
  }
3227
- export declare namespace DistributionAlreadyExists {
3228
- /**
3229
- * @internal
3230
- */
3231
- const filterSensitiveLog: (obj: DistributionAlreadyExists) => any;
3232
- }
3233
3119
  /**
3234
3120
  * <p>The specified configuration for field-level encryption can't be associated with the specified cache behavior.</p>
3235
3121
  */
@@ -3238,12 +3124,6 @@ export interface IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior e
3238
3124
  $fault: "client";
3239
3125
  Message?: string;
3240
3126
  }
3241
- export declare namespace IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior {
3242
- /**
3243
- * @internal
3244
- */
3245
- const filterSensitiveLog: (obj: IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior) => any;
3246
- }
3247
3127
  /**
3248
3128
  * <p>The default root object file name is too big or contains an invalid character.</p>
3249
3129
  */
@@ -3252,12 +3132,6 @@ export interface InvalidDefaultRootObject extends __SmithyException, $MetadataBe
3252
3132
  $fault: "client";
3253
3133
  Message?: string;
3254
3134
  }
3255
- export declare namespace InvalidDefaultRootObject {
3256
- /**
3257
- * @internal
3258
- */
3259
- const filterSensitiveLog: (obj: InvalidDefaultRootObject) => any;
3260
- }
3261
3135
  /**
3262
3136
  * <p>An invalid error code was specified.</p>
3263
3137
  */
@@ -3266,12 +3140,6 @@ export interface InvalidErrorCode extends __SmithyException, $MetadataBearer {
3266
3140
  $fault: "client";
3267
3141
  Message?: string;
3268
3142
  }
3269
- export declare namespace InvalidErrorCode {
3270
- /**
3271
- * @internal
3272
- */
3273
- const filterSensitiveLog: (obj: InvalidErrorCode) => any;
3274
- }
3275
3143
  /**
3276
3144
  * <p>Your request contains forward cookies option which doesn't match with the expectation for the <code>whitelisted</code>
3277
3145
  * list of cookie names. Either list of cookie names has been specified when not allowed or list of cookie names is missing when expected.</p>
@@ -3281,12 +3149,6 @@ export interface InvalidForwardCookies extends __SmithyException, $MetadataBeare
3281
3149
  $fault: "client";
3282
3150
  Message?: string;
3283
3151
  }
3284
- export declare namespace InvalidForwardCookies {
3285
- /**
3286
- * @internal
3287
- */
3288
- const filterSensitiveLog: (obj: InvalidForwardCookies) => any;
3289
- }
3290
3152
  /**
3291
3153
  * <p>A CloudFront function association is invalid.</p>
3292
3154
  */
@@ -3295,12 +3157,6 @@ export interface InvalidFunctionAssociation extends __SmithyException, $Metadata
3295
3157
  $fault: "client";
3296
3158
  Message?: string;
3297
3159
  }
3298
- export declare namespace InvalidFunctionAssociation {
3299
- /**
3300
- * @internal
3301
- */
3302
- const filterSensitiveLog: (obj: InvalidFunctionAssociation) => any;
3303
- }
3304
3160
  /**
3305
3161
  * <p>The specified geo restriction parameter is not valid.</p>
3306
3162
  */
@@ -3309,12 +3165,6 @@ export interface InvalidGeoRestrictionParameter extends __SmithyException, $Meta
3309
3165
  $fault: "client";
3310
3166
  Message?: string;
3311
3167
  }
3312
- export declare namespace InvalidGeoRestrictionParameter {
3313
- /**
3314
- * @internal
3315
- */
3316
- const filterSensitiveLog: (obj: InvalidGeoRestrictionParameter) => any;
3317
- }
3318
3168
  /**
3319
3169
  * <p>The headers specified are not valid for an Amazon S3 origin.</p>
3320
3170
  */
@@ -3323,12 +3173,6 @@ export interface InvalidHeadersForS3Origin extends __SmithyException, $MetadataB
3323
3173
  $fault: "client";
3324
3174
  Message?: string;
3325
3175
  }
3326
- export declare namespace InvalidHeadersForS3Origin {
3327
- /**
3328
- * @internal
3329
- */
3330
- const filterSensitiveLog: (obj: InvalidHeadersForS3Origin) => any;
3331
- }
3332
3176
  /**
3333
3177
  * <p>The specified Lambda@Edge function association is invalid.</p>
3334
3178
  */
@@ -3337,12 +3181,6 @@ export interface InvalidLambdaFunctionAssociation extends __SmithyException, $Me
3337
3181
  $fault: "client";
3338
3182
  Message?: string;
3339
3183
  }
3340
- export declare namespace InvalidLambdaFunctionAssociation {
3341
- /**
3342
- * @internal
3343
- */
3344
- const filterSensitiveLog: (obj: InvalidLambdaFunctionAssociation) => any;
3345
- }
3346
3184
  /**
3347
3185
  * <p>The location code specified is not valid.</p>
3348
3186
  */
@@ -3351,12 +3189,6 @@ export interface InvalidLocationCode extends __SmithyException, $MetadataBearer
3351
3189
  $fault: "client";
3352
3190
  Message?: string;
3353
3191
  }
3354
- export declare namespace InvalidLocationCode {
3355
- /**
3356
- * @internal
3357
- */
3358
- const filterSensitiveLog: (obj: InvalidLocationCode) => any;
3359
- }
3360
3192
  /**
3361
3193
  * <p>The minimum protocol version specified is not valid.</p>
3362
3194
  */
@@ -3365,12 +3197,6 @@ export interface InvalidMinimumProtocolVersion extends __SmithyException, $Metad
3365
3197
  $fault: "client";
3366
3198
  Message?: string;
3367
3199
  }
3368
- export declare namespace InvalidMinimumProtocolVersion {
3369
- /**
3370
- * @internal
3371
- */
3372
- const filterSensitiveLog: (obj: InvalidMinimumProtocolVersion) => any;
3373
- }
3374
3200
  /**
3375
3201
  * <p>The Amazon S3 origin server specified does not refer to a valid Amazon S3 bucket.</p>
3376
3202
  */
@@ -3379,12 +3205,6 @@ export interface InvalidOrigin extends __SmithyException, $MetadataBearer {
3379
3205
  $fault: "client";
3380
3206
  Message?: string;
3381
3207
  }
3382
- export declare namespace InvalidOrigin {
3383
- /**
3384
- * @internal
3385
- */
3386
- const filterSensitiveLog: (obj: InvalidOrigin) => any;
3387
- }
3388
3208
  /**
3389
3209
  * <p>The origin access identity is not valid or doesn't exist.</p>
3390
3210
  */
@@ -3393,12 +3213,6 @@ export interface InvalidOriginAccessIdentity extends __SmithyException, $Metadat
3393
3213
  $fault: "client";
3394
3214
  Message?: string;
3395
3215
  }
3396
- export declare namespace InvalidOriginAccessIdentity {
3397
- /**
3398
- * @internal
3399
- */
3400
- const filterSensitiveLog: (obj: InvalidOriginAccessIdentity) => any;
3401
- }
3402
3216
  /**
3403
3217
  * <p>The keep alive timeout specified for the origin is not valid.</p>
3404
3218
  */
@@ -3407,12 +3221,6 @@ export interface InvalidOriginKeepaliveTimeout extends __SmithyException, $Metad
3407
3221
  $fault: "client";
3408
3222
  Message?: string;
3409
3223
  }
3410
- export declare namespace InvalidOriginKeepaliveTimeout {
3411
- /**
3412
- * @internal
3413
- */
3414
- const filterSensitiveLog: (obj: InvalidOriginKeepaliveTimeout) => any;
3415
- }
3416
3224
  /**
3417
3225
  * <p>The read timeout specified for the origin is not valid.</p>
3418
3226
  */
@@ -3421,12 +3229,6 @@ export interface InvalidOriginReadTimeout extends __SmithyException, $MetadataBe
3421
3229
  $fault: "client";
3422
3230
  Message?: string;
3423
3231
  }
3424
- export declare namespace InvalidOriginReadTimeout {
3425
- /**
3426
- * @internal
3427
- */
3428
- const filterSensitiveLog: (obj: InvalidOriginReadTimeout) => any;
3429
- }
3430
3232
  /**
3431
3233
  * <p>You cannot specify SSLv3 as the minimum protocol version if you only want to support only clients that support
3432
3234
  * Server Name Indication (SNI).</p>
@@ -3436,12 +3238,6 @@ export interface InvalidProtocolSettings extends __SmithyException, $MetadataBea
3436
3238
  $fault: "client";
3437
3239
  Message?: string;
3438
3240
  }
3439
- export declare namespace InvalidProtocolSettings {
3440
- /**
3441
- * @internal
3442
- */
3443
- const filterSensitiveLog: (obj: InvalidProtocolSettings) => any;
3444
- }
3445
3241
  /**
3446
3242
  * <p>The query string parameters specified are not valid.</p>
3447
3243
  */
@@ -3450,12 +3246,6 @@ export interface InvalidQueryStringParameters extends __SmithyException, $Metada
3450
3246
  $fault: "client";
3451
3247
  Message?: string;
3452
3248
  }
3453
- export declare namespace InvalidQueryStringParameters {
3454
- /**
3455
- * @internal
3456
- */
3457
- const filterSensitiveLog: (obj: InvalidQueryStringParameters) => any;
3458
- }
3459
3249
  /**
3460
3250
  * <p>The relative path is too big, is not URL-encoded, or does not begin with a slash (/).</p>
3461
3251
  */
@@ -3464,12 +3254,6 @@ export interface InvalidRelativePath extends __SmithyException, $MetadataBearer
3464
3254
  $fault: "client";
3465
3255
  Message?: string;
3466
3256
  }
3467
- export declare namespace InvalidRelativePath {
3468
- /**
3469
- * @internal
3470
- */
3471
- const filterSensitiveLog: (obj: InvalidRelativePath) => any;
3472
- }
3473
3257
  /**
3474
3258
  * <p>This operation requires the HTTPS protocol. Ensure that you specify the HTTPS protocol in your request, or omit the
3475
3259
  * <code>RequiredProtocols</code> element from your distribution configuration.</p>
@@ -3479,12 +3263,6 @@ export interface InvalidRequiredProtocol extends __SmithyException, $MetadataBea
3479
3263
  $fault: "client";
3480
3264
  Message?: string;
3481
3265
  }
3482
- export declare namespace InvalidRequiredProtocol {
3483
- /**
3484
- * @internal
3485
- */
3486
- const filterSensitiveLog: (obj: InvalidRequiredProtocol) => any;
3487
- }
3488
3266
  /**
3489
3267
  * <p>A response code is not valid.</p>
3490
3268
  */
@@ -3493,12 +3271,6 @@ export interface InvalidResponseCode extends __SmithyException, $MetadataBearer
3493
3271
  $fault: "client";
3494
3272
  Message?: string;
3495
3273
  }
3496
- export declare namespace InvalidResponseCode {
3497
- /**
3498
- * @internal
3499
- */
3500
- const filterSensitiveLog: (obj: InvalidResponseCode) => any;
3501
- }
3502
3274
  /**
3503
3275
  * <p>The TTL order specified is not valid.</p>
3504
3276
  */
@@ -3507,12 +3279,6 @@ export interface InvalidTTLOrder extends __SmithyException, $MetadataBearer {
3507
3279
  $fault: "client";
3508
3280
  Message?: string;
3509
3281
  }
3510
- export declare namespace InvalidTTLOrder {
3511
- /**
3512
- * @internal
3513
- */
3514
- const filterSensitiveLog: (obj: InvalidTTLOrder) => any;
3515
- }
3516
3282
  /**
3517
3283
  * <p>A viewer certificate specified is not valid.</p>
3518
3284
  */
@@ -3521,12 +3287,6 @@ export interface InvalidViewerCertificate extends __SmithyException, $MetadataBe
3521
3287
  $fault: "client";
3522
3288
  Message?: string;
3523
3289
  }
3524
- export declare namespace InvalidViewerCertificate {
3525
- /**
3526
- * @internal
3527
- */
3528
- const filterSensitiveLog: (obj: InvalidViewerCertificate) => any;
3529
- }
3530
3290
  /**
3531
3291
  * <p>A web ACL ID specified is not valid. To specify a web ACL created using the latest
3532
3292
  * version of WAF, use the ACL ARN, for example
@@ -3539,12 +3299,6 @@ export interface InvalidWebACLId extends __SmithyException, $MetadataBearer {
3539
3299
  $fault: "client";
3540
3300
  Message?: string;
3541
3301
  }
3542
- export declare namespace InvalidWebACLId {
3543
- /**
3544
- * @internal
3545
- */
3546
- const filterSensitiveLog: (obj: InvalidWebACLId) => any;
3547
- }
3548
3302
  /**
3549
3303
  * <p>The cache policy does not exist.</p>
3550
3304
  */
@@ -3553,12 +3307,6 @@ export interface NoSuchCachePolicy extends __SmithyException, $MetadataBearer {
3553
3307
  $fault: "client";
3554
3308
  Message?: string;
3555
3309
  }
3556
- export declare namespace NoSuchCachePolicy {
3557
- /**
3558
- * @internal
3559
- */
3560
- const filterSensitiveLog: (obj: NoSuchCachePolicy) => any;
3561
- }
3562
3310
  /**
3563
3311
  * <p>The specified configuration for field-level encryption doesn't exist.</p>
3564
3312
  */
@@ -3567,12 +3315,6 @@ export interface NoSuchFieldLevelEncryptionConfig extends __SmithyException, $Me
3567
3315
  $fault: "client";
3568
3316
  Message?: string;
3569
3317
  }
3570
- export declare namespace NoSuchFieldLevelEncryptionConfig {
3571
- /**
3572
- * @internal
3573
- */
3574
- const filterSensitiveLog: (obj: NoSuchFieldLevelEncryptionConfig) => any;
3575
- }
3576
3318
  /**
3577
3319
  * <p>No origin exists with the specified <code>Origin Id</code>. </p>
3578
3320
  */
@@ -3581,12 +3323,6 @@ export interface NoSuchOrigin extends __SmithyException, $MetadataBearer {
3581
3323
  $fault: "client";
3582
3324
  Message?: string;
3583
3325
  }
3584
- export declare namespace NoSuchOrigin {
3585
- /**
3586
- * @internal
3587
- */
3588
- const filterSensitiveLog: (obj: NoSuchOrigin) => any;
3589
- }
3590
3326
  /**
3591
3327
  * <p>The origin request policy does not exist.</p>
3592
3328
  */
@@ -3595,12 +3331,6 @@ export interface NoSuchOriginRequestPolicy extends __SmithyException, $MetadataB
3595
3331
  $fault: "client";
3596
3332
  Message?: string;
3597
3333
  }
3598
- export declare namespace NoSuchOriginRequestPolicy {
3599
- /**
3600
- * @internal
3601
- */
3602
- const filterSensitiveLog: (obj: NoSuchOriginRequestPolicy) => any;
3603
- }
3604
3334
  /**
3605
3335
  * <p>The real-time log configuration does not exist.</p>
3606
3336
  */
@@ -3609,12 +3339,6 @@ export interface NoSuchRealtimeLogConfig extends __SmithyException, $MetadataBea
3609
3339
  $fault: "client";
3610
3340
  Message?: string;
3611
3341
  }
3612
- export declare namespace NoSuchRealtimeLogConfig {
3613
- /**
3614
- * @internal
3615
- */
3616
- const filterSensitiveLog: (obj: NoSuchRealtimeLogConfig) => any;
3617
- }
3618
3342
  /**
3619
3343
  * <p>The response headers policy does not exist.</p>
3620
3344
  */
@@ -3623,12 +3347,6 @@ export interface NoSuchResponseHeadersPolicy extends __SmithyException, $Metadat
3623
3347
  $fault: "client";
3624
3348
  Message?: string;
3625
3349
  }
3626
- export declare namespace NoSuchResponseHeadersPolicy {
3627
- /**
3628
- * @internal
3629
- */
3630
- const filterSensitiveLog: (obj: NoSuchResponseHeadersPolicy) => any;
3631
- }
3632
3350
  /**
3633
3351
  * <p>The specified real-time log configuration belongs to a different Amazon Web Services account.</p>
3634
3352
  */
@@ -3637,12 +3355,6 @@ export interface RealtimeLogConfigOwnerMismatch extends __SmithyException, $Meta
3637
3355
  $fault: "client";
3638
3356
  Message?: string;
3639
3357
  }
3640
- export declare namespace RealtimeLogConfigOwnerMismatch {
3641
- /**
3642
- * @internal
3643
- */
3644
- const filterSensitiveLog: (obj: RealtimeLogConfigOwnerMismatch) => any;
3645
- }
3646
3358
  /**
3647
3359
  * <p>You cannot create more cache behaviors for the distribution.</p>
3648
3360
  */
@@ -3651,12 +3363,6 @@ export interface TooManyCacheBehaviors extends __SmithyException, $MetadataBeare
3651
3363
  $fault: "client";
3652
3364
  Message?: string;
3653
3365
  }
3654
- export declare namespace TooManyCacheBehaviors {
3655
- /**
3656
- * @internal
3657
- */
3658
- const filterSensitiveLog: (obj: TooManyCacheBehaviors) => any;
3659
- }
3660
3366
  /**
3661
3367
  * <p>You cannot create anymore custom SSL/TLS certificates.</p>
3662
3368
  */
@@ -3665,12 +3371,6 @@ export interface TooManyCertificates extends __SmithyException, $MetadataBearer
3665
3371
  $fault: "client";
3666
3372
  Message?: string;
3667
3373
  }
3668
- export declare namespace TooManyCertificates {
3669
- /**
3670
- * @internal
3671
- */
3672
- const filterSensitiveLog: (obj: TooManyCertificates) => any;
3673
- }
3674
3374
  /**
3675
3375
  * <p>Your request contains more cookie names in the whitelist than are allowed per cache behavior.</p>
3676
3376
  */
@@ -3679,12 +3379,6 @@ export interface TooManyCookieNamesInWhiteList extends __SmithyException, $Metad
3679
3379
  $fault: "client";
3680
3380
  Message?: string;
3681
3381
  }
3682
- export declare namespace TooManyCookieNamesInWhiteList {
3683
- /**
3684
- * @internal
3685
- */
3686
- const filterSensitiveLog: (obj: TooManyCookieNamesInWhiteList) => any;
3687
- }
3688
3382
  /**
3689
3383
  * <p>Processing your request would cause you to exceed the maximum number of distributions allowed.</p>
3690
3384
  */
@@ -3693,12 +3387,6 @@ export interface TooManyDistributions extends __SmithyException, $MetadataBearer
3693
3387
  $fault: "client";
3694
3388
  Message?: string;
3695
3389
  }
3696
- export declare namespace TooManyDistributions {
3697
- /**
3698
- * @internal
3699
- */
3700
- const filterSensitiveLog: (obj: TooManyDistributions) => any;
3701
- }
3702
3390
  /**
3703
3391
  * <p>The maximum number of distributions have been associated with the specified cache
3704
3392
  * policy. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
@@ -3709,12 +3397,6 @@ export interface TooManyDistributionsAssociatedToCachePolicy extends __SmithyExc
3709
3397
  $fault: "client";
3710
3398
  Message?: string;
3711
3399
  }
3712
- export declare namespace TooManyDistributionsAssociatedToCachePolicy {
3713
- /**
3714
- * @internal
3715
- */
3716
- const filterSensitiveLog: (obj: TooManyDistributionsAssociatedToCachePolicy) => any;
3717
- }
3718
3400
  /**
3719
3401
  * <p>The maximum number of distributions have been associated with the specified configuration for field-level encryption.</p>
3720
3402
  */
@@ -3723,12 +3405,6 @@ export interface TooManyDistributionsAssociatedToFieldLevelEncryptionConfig exte
3723
3405
  $fault: "client";
3724
3406
  Message?: string;
3725
3407
  }
3726
- export declare namespace TooManyDistributionsAssociatedToFieldLevelEncryptionConfig {
3727
- /**
3728
- * @internal
3729
- */
3730
- const filterSensitiveLog: (obj: TooManyDistributionsAssociatedToFieldLevelEncryptionConfig) => any;
3731
- }
3732
3408
  /**
3733
3409
  * <p>The number of distributions that reference this key group is more than the maximum
3734
3410
  * allowed. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
@@ -3739,12 +3415,6 @@ export interface TooManyDistributionsAssociatedToKeyGroup extends __SmithyExcept
3739
3415
  $fault: "client";
3740
3416
  Message?: string;
3741
3417
  }
3742
- export declare namespace TooManyDistributionsAssociatedToKeyGroup {
3743
- /**
3744
- * @internal
3745
- */
3746
- const filterSensitiveLog: (obj: TooManyDistributionsAssociatedToKeyGroup) => any;
3747
- }
3748
3418
  /**
3749
3419
  * <p>The maximum number of distributions have been associated with the specified origin
3750
3420
  * request policy. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
@@ -3755,12 +3425,6 @@ export interface TooManyDistributionsAssociatedToOriginRequestPolicy extends __S
3755
3425
  $fault: "client";
3756
3426
  Message?: string;
3757
3427
  }
3758
- export declare namespace TooManyDistributionsAssociatedToOriginRequestPolicy {
3759
- /**
3760
- * @internal
3761
- */
3762
- const filterSensitiveLog: (obj: TooManyDistributionsAssociatedToOriginRequestPolicy) => any;
3763
- }
3764
3428
  /**
3765
3429
  * <p>The maximum number of distributions have been associated with the specified response headers
3766
3430
  * policy.</p>
@@ -3772,12 +3436,6 @@ export interface TooManyDistributionsAssociatedToResponseHeadersPolicy extends _
3772
3436
  $fault: "client";
3773
3437
  Message?: string;
3774
3438
  }
3775
- export declare namespace TooManyDistributionsAssociatedToResponseHeadersPolicy {
3776
- /**
3777
- * @internal
3778
- */
3779
- const filterSensitiveLog: (obj: TooManyDistributionsAssociatedToResponseHeadersPolicy) => any;
3780
- }
3781
3439
  /**
3782
3440
  * <p>You have reached the maximum number of distributions that are associated with a CloudFront
3783
3441
  * function. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
@@ -3788,12 +3446,6 @@ export interface TooManyDistributionsWithFunctionAssociations extends __SmithyEx
3788
3446
  $fault: "client";
3789
3447
  Message?: string;
3790
3448
  }
3791
- export declare namespace TooManyDistributionsWithFunctionAssociations {
3792
- /**
3793
- * @internal
3794
- */
3795
- const filterSensitiveLog: (obj: TooManyDistributionsWithFunctionAssociations) => any;
3796
- }
3797
3449
  /**
3798
3450
  * <p>Processing your request would cause the maximum number of distributions with Lambda@Edge function associations per owner
3799
3451
  * to be exceeded.</p>
@@ -3803,12 +3455,6 @@ export interface TooManyDistributionsWithLambdaAssociations extends __SmithyExce
3803
3455
  $fault: "client";
3804
3456
  Message?: string;
3805
3457
  }
3806
- export declare namespace TooManyDistributionsWithLambdaAssociations {
3807
- /**
3808
- * @internal
3809
- */
3810
- const filterSensitiveLog: (obj: TooManyDistributionsWithLambdaAssociations) => any;
3811
- }
3812
3458
  /**
3813
3459
  * <p>The maximum number of distributions have been associated with the specified Lambda@Edge
3814
3460
  * function.</p>
@@ -3818,12 +3464,6 @@ export interface TooManyDistributionsWithSingleFunctionARN extends __SmithyExcep
3818
3464
  $fault: "client";
3819
3465
  Message?: string;
3820
3466
  }
3821
- export declare namespace TooManyDistributionsWithSingleFunctionARN {
3822
- /**
3823
- * @internal
3824
- */
3825
- const filterSensitiveLog: (obj: TooManyDistributionsWithSingleFunctionARN) => any;
3826
- }
3827
3467
  /**
3828
3468
  * <p>You have reached the maximum number of CloudFront function associations for this
3829
3469
  * distribution. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
@@ -3834,12 +3474,6 @@ export interface TooManyFunctionAssociations extends __SmithyException, $Metadat
3834
3474
  $fault: "client";
3835
3475
  Message?: string;
3836
3476
  }
3837
- export declare namespace TooManyFunctionAssociations {
3838
- /**
3839
- * @internal
3840
- */
3841
- const filterSensitiveLog: (obj: TooManyFunctionAssociations) => any;
3842
- }
3843
3477
  /**
3844
3478
  * <p>Your request contains too many headers in forwarded values.</p>
3845
3479
  */
@@ -3848,12 +3482,6 @@ export interface TooManyHeadersInForwardedValues extends __SmithyException, $Met
3848
3482
  $fault: "client";
3849
3483
  Message?: string;
3850
3484
  }
3851
- export declare namespace TooManyHeadersInForwardedValues {
3852
- /**
3853
- * @internal
3854
- */
3855
- const filterSensitiveLog: (obj: TooManyHeadersInForwardedValues) => any;
3856
- }
3857
3485
  /**
3858
3486
  * <p>The number of key groups referenced by this distribution is more than the maximum
3859
3487
  * allowed. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
@@ -3864,12 +3492,6 @@ export interface TooManyKeyGroupsAssociatedToDistribution extends __SmithyExcept
3864
3492
  $fault: "client";
3865
3493
  Message?: string;
3866
3494
  }
3867
- export declare namespace TooManyKeyGroupsAssociatedToDistribution {
3868
- /**
3869
- * @internal
3870
- */
3871
- const filterSensitiveLog: (obj: TooManyKeyGroupsAssociatedToDistribution) => any;
3872
- }
3873
3495
  /**
3874
3496
  * <p>Your request contains more Lambda@Edge function associations than are allowed per distribution.</p>
3875
3497
  */
@@ -3878,12 +3500,6 @@ export interface TooManyLambdaFunctionAssociations extends __SmithyException, $M
3878
3500
  $fault: "client";
3879
3501
  Message?: string;
3880
3502
  }
3881
- export declare namespace TooManyLambdaFunctionAssociations {
3882
- /**
3883
- * @internal
3884
- */
3885
- const filterSensitiveLog: (obj: TooManyLambdaFunctionAssociations) => any;
3886
- }
3887
3503
  /**
3888
3504
  * <p>Your request contains too many origin custom headers.</p>
3889
3505
  */
@@ -3892,12 +3508,6 @@ export interface TooManyOriginCustomHeaders extends __SmithyException, $Metadata
3892
3508
  $fault: "client";
3893
3509
  Message?: string;
3894
3510
  }
3895
- export declare namespace TooManyOriginCustomHeaders {
3896
- /**
3897
- * @internal
3898
- */
3899
- const filterSensitiveLog: (obj: TooManyOriginCustomHeaders) => any;
3900
- }
3901
3511
  /**
3902
3512
  * <p>Processing your request would cause you to exceed the maximum number of origin groups allowed.</p>
3903
3513
  */
@@ -3906,12 +3516,6 @@ export interface TooManyOriginGroupsPerDistribution extends __SmithyException, $
3906
3516
  $fault: "client";
3907
3517
  Message?: string;
3908
3518
  }
3909
- export declare namespace TooManyOriginGroupsPerDistribution {
3910
- /**
3911
- * @internal
3912
- */
3913
- const filterSensitiveLog: (obj: TooManyOriginGroupsPerDistribution) => any;
3914
- }
3915
3519
  /**
3916
3520
  * <p>You cannot create more origins for the distribution.</p>
3917
3521
  */
@@ -3920,12 +3524,6 @@ export interface TooManyOrigins extends __SmithyException, $MetadataBearer {
3920
3524
  $fault: "client";
3921
3525
  Message?: string;
3922
3526
  }
3923
- export declare namespace TooManyOrigins {
3924
- /**
3925
- * @internal
3926
- */
3927
- const filterSensitiveLog: (obj: TooManyOrigins) => any;
3928
- }
3929
3527
  /**
3930
3528
  * <p>Your request contains too many query string parameters.</p>
3931
3529
  */
@@ -3934,12 +3532,6 @@ export interface TooManyQueryStringParameters extends __SmithyException, $Metada
3934
3532
  $fault: "client";
3935
3533
  Message?: string;
3936
3534
  }
3937
- export declare namespace TooManyQueryStringParameters {
3938
- /**
3939
- * @internal
3940
- */
3941
- const filterSensitiveLog: (obj: TooManyQueryStringParameters) => any;
3942
- }
3943
3535
  /**
3944
3536
  * <p>Your request contains more trusted signers than are allowed per distribution.</p>
3945
3537
  */
@@ -3948,12 +3540,6 @@ export interface TooManyTrustedSigners extends __SmithyException, $MetadataBeare
3948
3540
  $fault: "client";
3949
3541
  Message?: string;
3950
3542
  }
3951
- export declare namespace TooManyTrustedSigners {
3952
- /**
3953
- * @internal
3954
- */
3955
- const filterSensitiveLog: (obj: TooManyTrustedSigners) => any;
3956
- }
3957
3543
  /**
3958
3544
  * <p>The specified key group does not exist.</p>
3959
3545
  */
@@ -3962,12 +3548,6 @@ export interface TrustedKeyGroupDoesNotExist extends __SmithyException, $Metadat
3962
3548
  $fault: "client";
3963
3549
  Message?: string;
3964
3550
  }
3965
- export declare namespace TrustedKeyGroupDoesNotExist {
3966
- /**
3967
- * @internal
3968
- */
3969
- const filterSensitiveLog: (obj: TrustedKeyGroupDoesNotExist) => any;
3970
- }
3971
3551
  /**
3972
3552
  * <p>One or more of your trusted signers don't exist.</p>
3973
3553
  */
@@ -3976,12 +3556,6 @@ export interface TrustedSignerDoesNotExist extends __SmithyException, $MetadataB
3976
3556
  $fault: "client";
3977
3557
  Message?: string;
3978
3558
  }
3979
- export declare namespace TrustedSignerDoesNotExist {
3980
- /**
3981
- * @internal
3982
- */
3983
- const filterSensitiveLog: (obj: TrustedSignerDoesNotExist) => any;
3984
- }
3985
3559
  /**
3986
3560
  * <p> A complex type that contains <code>Tag</code> key and <code>Tag</code> value.</p>
3987
3561
  */
@@ -4088,12 +3662,6 @@ export interface InvalidTagging extends __SmithyException, $MetadataBearer {
4088
3662
  $fault: "client";
4089
3663
  Message?: string;
4090
3664
  }
4091
- export declare namespace InvalidTagging {
4092
- /**
4093
- * @internal
4094
- */
4095
- const filterSensitiveLog: (obj: InvalidTagging) => any;
4096
- }
4097
3665
  export declare type Format = "URLEncoded";
4098
3666
  /**
4099
3667
  * <p>A field-level encryption content type profile. </p>
@@ -4311,12 +3879,6 @@ export interface FieldLevelEncryptionConfigAlreadyExists extends __SmithyExcepti
4311
3879
  $fault: "client";
4312
3880
  Message?: string;
4313
3881
  }
4314
- export declare namespace FieldLevelEncryptionConfigAlreadyExists {
4315
- /**
4316
- * @internal
4317
- */
4318
- const filterSensitiveLog: (obj: FieldLevelEncryptionConfigAlreadyExists) => any;
4319
- }
4320
3882
  /**
4321
3883
  * <p>The specified profile for field-level encryption doesn't exist.</p>
4322
3884
  */
@@ -4325,12 +3887,6 @@ export interface NoSuchFieldLevelEncryptionProfile extends __SmithyException, $M
4325
3887
  $fault: "client";
4326
3888
  Message?: string;
4327
3889
  }
4328
- export declare namespace NoSuchFieldLevelEncryptionProfile {
4329
- /**
4330
- * @internal
4331
- */
4332
- const filterSensitiveLog: (obj: NoSuchFieldLevelEncryptionProfile) => any;
4333
- }
4334
3890
  /**
4335
3891
  * <p>No profile specified for the field-level encryption query argument.</p>
4336
3892
  */
@@ -4339,12 +3895,6 @@ export interface QueryArgProfileEmpty extends __SmithyException, $MetadataBearer
4339
3895
  $fault: "client";
4340
3896
  Message?: string;
4341
3897
  }
4342
- export declare namespace QueryArgProfileEmpty {
4343
- /**
4344
- * @internal
4345
- */
4346
- const filterSensitiveLog: (obj: QueryArgProfileEmpty) => any;
4347
- }
4348
3898
  /**
4349
3899
  * <p>The maximum number of configurations for field-level encryption have been created.</p>
4350
3900
  */
@@ -4353,12 +3903,6 @@ export interface TooManyFieldLevelEncryptionConfigs extends __SmithyException, $
4353
3903
  $fault: "client";
4354
3904
  Message?: string;
4355
3905
  }
4356
- export declare namespace TooManyFieldLevelEncryptionConfigs {
4357
- /**
4358
- * @internal
4359
- */
4360
- const filterSensitiveLog: (obj: TooManyFieldLevelEncryptionConfigs) => any;
4361
- }
4362
3906
  /**
4363
3907
  * <p>The maximum number of content type profiles for field-level encryption have been created.</p>
4364
3908
  */
@@ -4367,12 +3911,6 @@ export interface TooManyFieldLevelEncryptionContentTypeProfiles extends __Smithy
4367
3911
  $fault: "client";
4368
3912
  Message?: string;
4369
3913
  }
4370
- export declare namespace TooManyFieldLevelEncryptionContentTypeProfiles {
4371
- /**
4372
- * @internal
4373
- */
4374
- const filterSensitiveLog: (obj: TooManyFieldLevelEncryptionContentTypeProfiles) => any;
4375
- }
4376
3914
  /**
4377
3915
  * <p>The maximum number of query arg profiles for field-level encryption have been created.</p>
4378
3916
  */
@@ -4381,12 +3919,6 @@ export interface TooManyFieldLevelEncryptionQueryArgProfiles extends __SmithyExc
4381
3919
  $fault: "client";
4382
3920
  Message?: string;
4383
3921
  }
4384
- export declare namespace TooManyFieldLevelEncryptionQueryArgProfiles {
4385
- /**
4386
- * @internal
4387
- */
4388
- const filterSensitiveLog: (obj: TooManyFieldLevelEncryptionQueryArgProfiles) => any;
4389
- }
4390
3922
  /**
4391
3923
  * <p>A complex data type that includes the field patterns to match for field-level encryption.</p>
4392
3924
  */
@@ -4545,12 +4077,6 @@ export interface FieldLevelEncryptionProfileAlreadyExists extends __SmithyExcept
4545
4077
  $fault: "client";
4546
4078
  Message?: string;
4547
4079
  }
4548
- export declare namespace FieldLevelEncryptionProfileAlreadyExists {
4549
- /**
4550
- * @internal
4551
- */
4552
- const filterSensitiveLog: (obj: FieldLevelEncryptionProfileAlreadyExists) => any;
4553
- }
4554
4080
  /**
4555
4081
  * <p>The maximum size of a profile for field-level encryption was exceeded.</p>
4556
4082
  */
@@ -4559,12 +4085,6 @@ export interface FieldLevelEncryptionProfileSizeExceeded extends __SmithyExcepti
4559
4085
  $fault: "client";
4560
4086
  Message?: string;
4561
4087
  }
4562
- export declare namespace FieldLevelEncryptionProfileSizeExceeded {
4563
- /**
4564
- * @internal
4565
- */
4566
- const filterSensitiveLog: (obj: FieldLevelEncryptionProfileSizeExceeded) => any;
4567
- }
4568
4088
  /**
4569
4089
  * <p>The specified public key doesn't exist.</p>
4570
4090
  */
@@ -4573,12 +4093,6 @@ export interface NoSuchPublicKey extends __SmithyException, $MetadataBearer {
4573
4093
  $fault: "client";
4574
4094
  Message?: string;
4575
4095
  }
4576
- export declare namespace NoSuchPublicKey {
4577
- /**
4578
- * @internal
4579
- */
4580
- const filterSensitiveLog: (obj: NoSuchPublicKey) => any;
4581
- }
4582
4096
  /**
4583
4097
  * <p>The maximum number of encryption entities for field-level encryption have been created.</p>
4584
4098
  */
@@ -4587,12 +4101,6 @@ export interface TooManyFieldLevelEncryptionEncryptionEntities extends __SmithyE
4587
4101
  $fault: "client";
4588
4102
  Message?: string;
4589
4103
  }
4590
- export declare namespace TooManyFieldLevelEncryptionEncryptionEntities {
4591
- /**
4592
- * @internal
4593
- */
4594
- const filterSensitiveLog: (obj: TooManyFieldLevelEncryptionEncryptionEntities) => any;
4595
- }
4596
4104
  /**
4597
4105
  * <p>The maximum number of field patterns for field-level encryption have been created.</p>
4598
4106
  */
@@ -4601,12 +4109,6 @@ export interface TooManyFieldLevelEncryptionFieldPatterns extends __SmithyExcept
4601
4109
  $fault: "client";
4602
4110
  Message?: string;
4603
4111
  }
4604
- export declare namespace TooManyFieldLevelEncryptionFieldPatterns {
4605
- /**
4606
- * @internal
4607
- */
4608
- const filterSensitiveLog: (obj: TooManyFieldLevelEncryptionFieldPatterns) => any;
4609
- }
4610
4112
  /**
4611
4113
  * <p>The maximum number of profiles for field-level encryption have been created.</p>
4612
4114
  */
@@ -4615,12 +4117,6 @@ export interface TooManyFieldLevelEncryptionProfiles extends __SmithyException,
4615
4117
  $fault: "client";
4616
4118
  Message?: string;
4617
4119
  }
4618
- export declare namespace TooManyFieldLevelEncryptionProfiles {
4619
- /**
4620
- * @internal
4621
- */
4622
- const filterSensitiveLog: (obj: TooManyFieldLevelEncryptionProfiles) => any;
4623
- }
4624
4120
  export declare enum FunctionRuntime {
4625
4121
  cloudfront_js_1_0 = "cloudfront-js-1.0"
4626
4122
  }
@@ -4761,12 +4257,6 @@ export interface FunctionAlreadyExists extends __SmithyException, $MetadataBeare
4761
4257
  $fault: "client";
4762
4258
  Message?: string;
4763
4259
  }
4764
- export declare namespace FunctionAlreadyExists {
4765
- /**
4766
- * @internal
4767
- */
4768
- const filterSensitiveLog: (obj: FunctionAlreadyExists) => any;
4769
- }
4770
4260
  /**
4771
4261
  * <p>The function is too large. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
4772
4262
  * <i>Amazon CloudFront Developer Guide</i>.</p>
@@ -4776,12 +4266,6 @@ export interface FunctionSizeLimitExceeded extends __SmithyException, $MetadataB
4776
4266
  $fault: "client";
4777
4267
  Message?: string;
4778
4268
  }
4779
- export declare namespace FunctionSizeLimitExceeded {
4780
- /**
4781
- * @internal
4782
- */
4783
- const filterSensitiveLog: (obj: FunctionSizeLimitExceeded) => any;
4784
- }
4785
4269
  /**
4786
4270
  * <p>You have reached the maximum number of CloudFront functions for this Amazon Web Services account. For more
4787
4271
  * information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
@@ -4792,12 +4276,6 @@ export interface TooManyFunctions extends __SmithyException, $MetadataBearer {
4792
4276
  $fault: "client";
4793
4277
  Message?: string;
4794
4278
  }
4795
- export declare namespace TooManyFunctions {
4796
- /**
4797
- * @internal
4798
- */
4799
- const filterSensitiveLog: (obj: TooManyFunctions) => any;
4800
- }
4801
4279
  /**
4802
4280
  * <p>This operation is not supported in this region.</p>
4803
4281
  */
@@ -4806,12 +4284,6 @@ export interface UnsupportedOperation extends __SmithyException, $MetadataBearer
4806
4284
  $fault: "client";
4807
4285
  Message?: string;
4808
4286
  }
4809
- export declare namespace UnsupportedOperation {
4810
- /**
4811
- * @internal
4812
- */
4813
- const filterSensitiveLog: (obj: UnsupportedOperation) => any;
4814
- }
4815
4287
  /**
4816
4288
  * <p>A complex type that contains information about the objects that you want to invalidate.
4817
4289
  * For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html#invalidation-specifying-objects">Specifying the Objects
@@ -4942,12 +4414,6 @@ export interface TooManyInvalidationsInProgress extends __SmithyException, $Meta
4942
4414
  $fault: "client";
4943
4415
  Message?: string;
4944
4416
  }
4945
- export declare namespace TooManyInvalidationsInProgress {
4946
- /**
4947
- * @internal
4948
- */
4949
- const filterSensitiveLog: (obj: TooManyInvalidationsInProgress) => any;
4950
- }
4951
4417
  /**
4952
4418
  * <p>A key group configuration.</p>
4953
4419
  * <p>A key group contains a list of public keys that you can use with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">CloudFront signed URLs and signed cookies</a>.</p>
@@ -5038,12 +4504,6 @@ export interface KeyGroupAlreadyExists extends __SmithyException, $MetadataBeare
5038
4504
  $fault: "client";
5039
4505
  Message?: string;
5040
4506
  }
5041
- export declare namespace KeyGroupAlreadyExists {
5042
- /**
5043
- * @internal
5044
- */
5045
- const filterSensitiveLog: (obj: KeyGroupAlreadyExists) => any;
5046
- }
5047
4507
  /**
5048
4508
  * <p>You have reached the maximum number of key groups for this Amazon Web Services account. For more
5049
4509
  * information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
@@ -5054,12 +4514,6 @@ export interface TooManyKeyGroups extends __SmithyException, $MetadataBearer {
5054
4514
  $fault: "client";
5055
4515
  Message?: string;
5056
4516
  }
5057
- export declare namespace TooManyKeyGroups {
5058
- /**
5059
- * @internal
5060
- */
5061
- const filterSensitiveLog: (obj: TooManyKeyGroups) => any;
5062
- }
5063
4517
  /**
5064
4518
  * <p>The number of public keys in this key group is more than the maximum allowed. For more
5065
4519
  * information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
@@ -5070,12 +4524,6 @@ export interface TooManyPublicKeysInKeyGroup extends __SmithyException, $Metadat
5070
4524
  $fault: "client";
5071
4525
  Message?: string;
5072
4526
  }
5073
- export declare namespace TooManyPublicKeysInKeyGroup {
5074
- /**
5075
- * @internal
5076
- */
5077
- const filterSensitiveLog: (obj: TooManyPublicKeysInKeyGroup) => any;
5078
- }
5079
4527
  export declare enum RealtimeMetricsSubscriptionStatus {
5080
4528
  Disabled = "Disabled",
5081
4529
  Enabled = "Enabled"
@@ -5418,12 +4866,6 @@ export interface OriginRequestPolicyAlreadyExists extends __SmithyException, $Me
5418
4866
  $fault: "client";
5419
4867
  Message?: string;
5420
4868
  }
5421
- export declare namespace OriginRequestPolicyAlreadyExists {
5422
- /**
5423
- * @internal
5424
- */
5425
- const filterSensitiveLog: (obj: OriginRequestPolicyAlreadyExists) => any;
5426
- }
5427
4869
  /**
5428
4870
  * <p>The number of cookies in the origin request policy exceeds the maximum. For more
5429
4871
  * information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
@@ -5434,12 +4876,6 @@ export interface TooManyCookiesInOriginRequestPolicy extends __SmithyException,
5434
4876
  $fault: "client";
5435
4877
  Message?: string;
5436
4878
  }
5437
- export declare namespace TooManyCookiesInOriginRequestPolicy {
5438
- /**
5439
- * @internal
5440
- */
5441
- const filterSensitiveLog: (obj: TooManyCookiesInOriginRequestPolicy) => any;
5442
- }
5443
4879
  /**
5444
4880
  * <p>The number of headers in the origin request policy exceeds the maximum. For more
5445
4881
  * information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
@@ -5450,12 +4886,6 @@ export interface TooManyHeadersInOriginRequestPolicy extends __SmithyException,
5450
4886
  $fault: "client";
5451
4887
  Message?: string;
5452
4888
  }
5453
- export declare namespace TooManyHeadersInOriginRequestPolicy {
5454
- /**
5455
- * @internal
5456
- */
5457
- const filterSensitiveLog: (obj: TooManyHeadersInOriginRequestPolicy) => any;
5458
- }
5459
4889
  /**
5460
4890
  * <p>You have reached the maximum number of origin request policies for this Amazon Web Services account.
5461
4891
  * For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
@@ -5466,12 +4896,6 @@ export interface TooManyOriginRequestPolicies extends __SmithyException, $Metada
5466
4896
  $fault: "client";
5467
4897
  Message?: string;
5468
4898
  }
5469
- export declare namespace TooManyOriginRequestPolicies {
5470
- /**
5471
- * @internal
5472
- */
5473
- const filterSensitiveLog: (obj: TooManyOriginRequestPolicies) => any;
5474
- }
5475
4899
  /**
5476
4900
  * <p>The number of query strings in the origin request policy exceeds the maximum. For more
5477
4901
  * information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
@@ -5482,12 +4906,6 @@ export interface TooManyQueryStringsInOriginRequestPolicy extends __SmithyExcept
5482
4906
  $fault: "client";
5483
4907
  Message?: string;
5484
4908
  }
5485
- export declare namespace TooManyQueryStringsInOriginRequestPolicy {
5486
- /**
5487
- * @internal
5488
- */
5489
- const filterSensitiveLog: (obj: TooManyQueryStringsInOriginRequestPolicy) => any;
5490
- }
5491
4909
  /**
5492
4910
  * <p>Configuration information about a public key that you can use with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">signed URLs and signed cookies</a>, or with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html">field-level encryption</a>.</p>
5493
4911
  */
@@ -5580,12 +4998,6 @@ export interface PublicKeyAlreadyExists extends __SmithyException, $MetadataBear
5580
4998
  $fault: "client";
5581
4999
  Message?: string;
5582
5000
  }
5583
- export declare namespace PublicKeyAlreadyExists {
5584
- /**
5585
- * @internal
5586
- */
5587
- const filterSensitiveLog: (obj: PublicKeyAlreadyExists) => any;
5588
- }
5589
5001
  /**
5590
5002
  * <p>The maximum number of public keys for field-level encryption have been created. To create a new public key, delete one of the existing keys.</p>
5591
5003
  */
@@ -5594,12 +5006,6 @@ export interface TooManyPublicKeys extends __SmithyException, $MetadataBearer {
5594
5006
  $fault: "client";
5595
5007
  Message?: string;
5596
5008
  }
5597
- export declare namespace TooManyPublicKeys {
5598
- /**
5599
- * @internal
5600
- */
5601
- const filterSensitiveLog: (obj: TooManyPublicKeys) => any;
5602
- }
5603
5009
  /**
5604
5010
  * <p>Contains information about the Amazon Kinesis data stream where you are sending
5605
5011
  * real-time log data.</p>
@@ -5735,12 +5141,6 @@ export interface RealtimeLogConfigAlreadyExists extends __SmithyException, $Meta
5735
5141
  $fault: "client";
5736
5142
  Message?: string;
5737
5143
  }
5738
- export declare namespace RealtimeLogConfigAlreadyExists {
5739
- /**
5740
- * @internal
5741
- */
5742
- const filterSensitiveLog: (obj: RealtimeLogConfigAlreadyExists) => any;
5743
- }
5744
5144
  /**
5745
5145
  * <p>You have reached the maximum number of real-time log configurations for this Amazon Web Services account.
5746
5146
  * For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
@@ -5751,12 +5151,6 @@ export interface TooManyRealtimeLogConfigs extends __SmithyException, $MetadataB
5751
5151
  $fault: "client";
5752
5152
  Message?: string;
5753
5153
  }
5754
- export declare namespace TooManyRealtimeLogConfigs {
5755
- /**
5756
- * @internal
5757
- */
5758
- const filterSensitiveLog: (obj: TooManyRealtimeLogConfigs) => any;
5759
- }
5760
5154
  /**
5761
5155
  * <p>A list of HTTP header names that CloudFront includes as values for the
5762
5156
  * <code>Access-Control-Allow-Headers</code> HTTP response header.</p>
@@ -6402,12 +5796,6 @@ export interface ResponseHeadersPolicyAlreadyExists extends __SmithyException, $
6402
5796
  $fault: "client";
6403
5797
  Message?: string;
6404
5798
  }
6405
- export declare namespace ResponseHeadersPolicyAlreadyExists {
6406
- /**
6407
- * @internal
6408
- */
6409
- const filterSensitiveLog: (obj: ResponseHeadersPolicyAlreadyExists) => any;
6410
- }
6411
5799
  /**
6412
5800
  * <p>The number of custom headers in the response headers policy exceeds the maximum.</p>
6413
5801
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
@@ -6418,12 +5806,6 @@ export interface TooManyCustomHeadersInResponseHeadersPolicy extends __SmithyExc
6418
5806
  $fault: "client";
6419
5807
  Message?: string;
6420
5808
  }
6421
- export declare namespace TooManyCustomHeadersInResponseHeadersPolicy {
6422
- /**
6423
- * @internal
6424
- */
6425
- const filterSensitiveLog: (obj: TooManyCustomHeadersInResponseHeadersPolicy) => any;
6426
- }
6427
5809
  /**
6428
5810
  * <p>You have reached the maximum number of response headers policies for this
6429
5811
  * Amazon Web Services account.</p>
@@ -6435,12 +5817,6 @@ export interface TooManyResponseHeadersPolicies extends __SmithyException, $Meta
6435
5817
  $fault: "client";
6436
5818
  Message?: string;
6437
5819
  }
6438
- export declare namespace TooManyResponseHeadersPolicies {
6439
- /**
6440
- * @internal
6441
- */
6442
- const filterSensitiveLog: (obj: TooManyResponseHeadersPolicies) => any;
6443
- }
6444
5820
  /**
6445
5821
  * <p>A complex type that controls whether access logs are written for this streaming distribution.</p>
6446
5822
  */
@@ -6661,12 +6037,6 @@ export interface StreamingDistributionAlreadyExists extends __SmithyException, $
6661
6037
  $fault: "client";
6662
6038
  Message?: string;
6663
6039
  }
6664
- export declare namespace StreamingDistributionAlreadyExists {
6665
- /**
6666
- * @internal
6667
- */
6668
- const filterSensitiveLog: (obj: StreamingDistributionAlreadyExists) => any;
6669
- }
6670
6040
  /**
6671
6041
  * <p>Your request contains more CNAMEs than are allowed per distribution.</p>
6672
6042
  */
@@ -6675,12 +6045,6 @@ export interface TooManyStreamingDistributionCNAMEs extends __SmithyException, $
6675
6045
  $fault: "client";
6676
6046
  Message?: string;
6677
6047
  }
6678
- export declare namespace TooManyStreamingDistributionCNAMEs {
6679
- /**
6680
- * @internal
6681
- */
6682
- const filterSensitiveLog: (obj: TooManyStreamingDistributionCNAMEs) => any;
6683
- }
6684
6048
  /**
6685
6049
  * <p>Processing your request would cause you to exceed the maximum number of streaming distributions allowed.</p>
6686
6050
  */
@@ -6689,12 +6053,6 @@ export interface TooManyStreamingDistributions extends __SmithyException, $Metad
6689
6053
  $fault: "client";
6690
6054
  Message?: string;
6691
6055
  }
6692
- export declare namespace TooManyStreamingDistributions {
6693
- /**
6694
- * @internal
6695
- */
6696
- const filterSensitiveLog: (obj: TooManyStreamingDistributions) => any;
6697
- }
6698
6056
  /**
6699
6057
  * <p>A streaming distribution Configuration and a list of tags to be associated with the
6700
6058
  * streaming distribution.</p>
@@ -6781,12 +6139,6 @@ export interface IllegalDelete extends __SmithyException, $MetadataBearer {
6781
6139
  $fault: "client";
6782
6140
  Message?: string;
6783
6141
  }
6784
- export declare namespace IllegalDelete {
6785
- /**
6786
- * @internal
6787
- */
6788
- const filterSensitiveLog: (obj: IllegalDelete) => any;
6789
- }
6790
6142
  /**
6791
6143
  * <p>The <code>If-Match</code> version is missing or not valid.</p>
6792
6144
  */
@@ -6795,12 +6147,6 @@ export interface InvalidIfMatchVersion extends __SmithyException, $MetadataBeare
6795
6147
  $fault: "client";
6796
6148
  Message?: string;
6797
6149
  }
6798
- export declare namespace InvalidIfMatchVersion {
6799
- /**
6800
- * @internal
6801
- */
6802
- const filterSensitiveLog: (obj: InvalidIfMatchVersion) => any;
6803
- }
6804
6150
  /**
6805
6151
  * <p>The precondition in one or more of the request fields evaluated to
6806
6152
  * <code>false</code>.</p>
@@ -6810,12 +6156,6 @@ export interface PreconditionFailed extends __SmithyException, $MetadataBearer {
6810
6156
  $fault: "client";
6811
6157
  Message?: string;
6812
6158
  }
6813
- export declare namespace PreconditionFailed {
6814
- /**
6815
- * @internal
6816
- */
6817
- const filterSensitiveLog: (obj: PreconditionFailed) => any;
6818
- }
6819
6159
  /**
6820
6160
  * <p>The Origin Access Identity specified is already in use.</p>
6821
6161
  */
@@ -6824,12 +6164,6 @@ export interface CloudFrontOriginAccessIdentityInUse extends __SmithyException,
6824
6164
  $fault: "client";
6825
6165
  Message?: string;
6826
6166
  }
6827
- export declare namespace CloudFrontOriginAccessIdentityInUse {
6828
- /**
6829
- * @internal
6830
- */
6831
- const filterSensitiveLog: (obj: CloudFrontOriginAccessIdentityInUse) => any;
6832
- }
6833
6167
  /**
6834
6168
  * <p>Deletes a origin access identity.</p>
6835
6169
  */
@@ -6858,12 +6192,6 @@ export interface NoSuchCloudFrontOriginAccessIdentity extends __SmithyException,
6858
6192
  $fault: "client";
6859
6193
  Message?: string;
6860
6194
  }
6861
- export declare namespace NoSuchCloudFrontOriginAccessIdentity {
6862
- /**
6863
- * @internal
6864
- */
6865
- const filterSensitiveLog: (obj: NoSuchCloudFrontOriginAccessIdentity) => any;
6866
- }
6867
6195
  /**
6868
6196
  * <p>This action deletes a web distribution. To delete a web distribution using the CloudFront
6869
6197
  * API, perform the following steps.</p>
@@ -6939,12 +6267,6 @@ export interface DistributionNotDisabled extends __SmithyException, $MetadataBea
6939
6267
  $fault: "client";
6940
6268
  Message?: string;
6941
6269
  }
6942
- export declare namespace DistributionNotDisabled {
6943
- /**
6944
- * @internal
6945
- */
6946
- const filterSensitiveLog: (obj: DistributionNotDisabled) => any;
6947
- }
6948
6270
  export interface DeleteFieldLevelEncryptionConfigRequest {
6949
6271
  /**
6950
6272
  * <p>The ID of the configuration you want to delete from CloudFront.</p>
@@ -6970,12 +6292,6 @@ export interface FieldLevelEncryptionConfigInUse extends __SmithyException, $Met
6970
6292
  $fault: "client";
6971
6293
  Message?: string;
6972
6294
  }
6973
- export declare namespace FieldLevelEncryptionConfigInUse {
6974
- /**
6975
- * @internal
6976
- */
6977
- const filterSensitiveLog: (obj: FieldLevelEncryptionConfigInUse) => any;
6978
- }
6979
6295
  export interface DeleteFieldLevelEncryptionProfileRequest {
6980
6296
  /**
6981
6297
  * <p>Request the ID of the profile you want to delete from CloudFront.</p>
@@ -7001,12 +6317,6 @@ export interface FieldLevelEncryptionProfileInUse extends __SmithyException, $Me
7001
6317
  $fault: "client";
7002
6318
  Message?: string;
7003
6319
  }
7004
- export declare namespace FieldLevelEncryptionProfileInUse {
7005
- /**
7006
- * @internal
7007
- */
7008
- const filterSensitiveLog: (obj: FieldLevelEncryptionProfileInUse) => any;
7009
- }
7010
6320
  export interface DeleteFunctionRequest {
7011
6321
  /**
7012
6322
  * <p>The name of the function that you are deleting.</p>
@@ -7033,12 +6343,6 @@ export interface FunctionInUse extends __SmithyException, $MetadataBearer {
7033
6343
  $fault: "client";
7034
6344
  Message?: string;
7035
6345
  }
7036
- export declare namespace FunctionInUse {
7037
- /**
7038
- * @internal
7039
- */
7040
- const filterSensitiveLog: (obj: FunctionInUse) => any;
7041
- }
7042
6346
  /**
7043
6347
  * <p>The function does not exist.</p>
7044
6348
  */
@@ -7047,12 +6351,6 @@ export interface NoSuchFunctionExists extends __SmithyException, $MetadataBearer
7047
6351
  $fault: "client";
7048
6352
  Message?: string;
7049
6353
  }
7050
- export declare namespace NoSuchFunctionExists {
7051
- /**
7052
- * @internal
7053
- */
7054
- const filterSensitiveLog: (obj: NoSuchFunctionExists) => any;
7055
- }
7056
6354
  export interface DeleteKeyGroupRequest {
7057
6355
  /**
7058
6356
  * <p>The identifier of the key group that you are deleting. To get the identifier, use
@@ -7080,12 +6378,6 @@ export interface NoSuchResource extends __SmithyException, $MetadataBearer {
7080
6378
  $fault: "client";
7081
6379
  Message?: string;
7082
6380
  }
7083
- export declare namespace NoSuchResource {
7084
- /**
7085
- * @internal
7086
- */
7087
- const filterSensitiveLog: (obj: NoSuchResource) => any;
7088
- }
7089
6381
  /**
7090
6382
  * <p>Cannot delete this resource because it is in use.</p>
7091
6383
  */
@@ -7094,12 +6386,6 @@ export interface ResourceInUse extends __SmithyException, $MetadataBearer {
7094
6386
  $fault: "client";
7095
6387
  Message?: string;
7096
6388
  }
7097
- export declare namespace ResourceInUse {
7098
- /**
7099
- * @internal
7100
- */
7101
- const filterSensitiveLog: (obj: ResourceInUse) => any;
7102
- }
7103
6389
  export interface DeleteMonitoringSubscriptionRequest {
7104
6390
  /**
7105
6391
  * <p>The ID of the distribution that you are disabling metrics for.</p>