@aws-sdk/client-cloudfront 3.131.0 → 3.142.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.
Files changed (197) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AssociateAliasCommand.js +1 -1
  4. package/dist-cjs/commands/CreateCachePolicyCommand.js +2 -2
  5. package/dist-cjs/commands/CreateCloudFrontOriginAccessIdentityCommand.js +2 -2
  6. package/dist-cjs/commands/CreateDistributionCommand.js +2 -2
  7. package/dist-cjs/commands/CreateDistributionWithTagsCommand.js +2 -2
  8. package/dist-cjs/commands/CreateFieldLevelEncryptionConfigCommand.js +2 -2
  9. package/dist-cjs/commands/CreateFieldLevelEncryptionProfileCommand.js +2 -2
  10. package/dist-cjs/commands/CreateFunctionCommand.js +2 -2
  11. package/dist-cjs/commands/CreateInvalidationCommand.js +2 -2
  12. package/dist-cjs/commands/CreateKeyGroupCommand.js +2 -2
  13. package/dist-cjs/commands/CreateMonitoringSubscriptionCommand.js +2 -2
  14. package/dist-cjs/commands/CreateOriginRequestPolicyCommand.js +2 -2
  15. package/dist-cjs/commands/CreatePublicKeyCommand.js +2 -2
  16. package/dist-cjs/commands/CreateRealtimeLogConfigCommand.js +2 -2
  17. package/dist-cjs/commands/CreateResponseHeadersPolicyCommand.js +2 -2
  18. package/dist-cjs/commands/CreateStreamingDistributionCommand.js +2 -2
  19. package/dist-cjs/commands/CreateStreamingDistributionWithTagsCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteCachePolicyCommand.js +1 -1
  21. package/dist-cjs/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +1 -1
  22. package/dist-cjs/commands/DeleteDistributionCommand.js +1 -1
  23. package/dist-cjs/commands/DeleteFieldLevelEncryptionConfigCommand.js +1 -1
  24. package/dist-cjs/commands/DeleteFieldLevelEncryptionProfileCommand.js +1 -1
  25. package/dist-cjs/commands/DeleteFunctionCommand.js +1 -1
  26. package/dist-cjs/commands/DeleteKeyGroupCommand.js +1 -1
  27. package/dist-cjs/commands/DeleteMonitoringSubscriptionCommand.js +2 -2
  28. package/dist-cjs/commands/DeleteOriginRequestPolicyCommand.js +1 -1
  29. package/dist-cjs/commands/DeletePublicKeyCommand.js +1 -1
  30. package/dist-cjs/commands/DeleteRealtimeLogConfigCommand.js +1 -1
  31. package/dist-cjs/commands/DeleteResponseHeadersPolicyCommand.js +1 -1
  32. package/dist-cjs/commands/DeleteStreamingDistributionCommand.js +1 -1
  33. package/dist-cjs/commands/DescribeFunctionCommand.js +2 -2
  34. package/dist-cjs/commands/GetCachePolicyCommand.js +2 -2
  35. package/dist-cjs/commands/GetCachePolicyConfigCommand.js +2 -2
  36. package/dist-cjs/commands/GetCloudFrontOriginAccessIdentityCommand.js +2 -2
  37. package/dist-cjs/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +2 -2
  38. package/dist-cjs/commands/GetDistributionCommand.js +2 -2
  39. package/dist-cjs/commands/GetDistributionConfigCommand.js +2 -2
  40. package/dist-cjs/commands/GetFieldLevelEncryptionCommand.js +2 -2
  41. package/dist-cjs/commands/GetFieldLevelEncryptionConfigCommand.js +2 -2
  42. package/dist-cjs/commands/GetFieldLevelEncryptionProfileCommand.js +2 -2
  43. package/dist-cjs/commands/GetFieldLevelEncryptionProfileConfigCommand.js +2 -2
  44. package/dist-cjs/commands/GetFunctionCommand.js +2 -2
  45. package/dist-cjs/commands/GetInvalidationCommand.js +2 -2
  46. package/dist-cjs/commands/GetKeyGroupCommand.js +2 -2
  47. package/dist-cjs/commands/GetKeyGroupConfigCommand.js +2 -2
  48. package/dist-cjs/commands/GetMonitoringSubscriptionCommand.js +2 -2
  49. package/dist-cjs/commands/GetOriginRequestPolicyCommand.js +2 -2
  50. package/dist-cjs/commands/GetOriginRequestPolicyConfigCommand.js +2 -2
  51. package/dist-cjs/commands/GetPublicKeyCommand.js +2 -2
  52. package/dist-cjs/commands/GetPublicKeyConfigCommand.js +2 -2
  53. package/dist-cjs/commands/GetRealtimeLogConfigCommand.js +2 -2
  54. package/dist-cjs/commands/GetResponseHeadersPolicyCommand.js +2 -2
  55. package/dist-cjs/commands/GetResponseHeadersPolicyConfigCommand.js +2 -2
  56. package/dist-cjs/commands/GetStreamingDistributionCommand.js +2 -2
  57. package/dist-cjs/commands/GetStreamingDistributionConfigCommand.js +2 -2
  58. package/dist-cjs/commands/ListCachePoliciesCommand.js +2 -2
  59. package/dist-cjs/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +2 -2
  60. package/dist-cjs/commands/ListConflictingAliasesCommand.js +2 -2
  61. package/dist-cjs/commands/ListDistributionsByCachePolicyIdCommand.js +2 -2
  62. package/dist-cjs/commands/ListDistributionsByKeyGroupCommand.js +2 -2
  63. package/dist-cjs/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +2 -2
  64. package/dist-cjs/commands/ListDistributionsByRealtimeLogConfigCommand.js +2 -2
  65. package/dist-cjs/commands/ListDistributionsByResponseHeadersPolicyIdCommand.js +2 -2
  66. package/dist-cjs/commands/ListDistributionsByWebACLIdCommand.js +2 -2
  67. package/dist-cjs/commands/ListDistributionsCommand.js +2 -2
  68. package/dist-cjs/commands/ListFieldLevelEncryptionConfigsCommand.js +2 -2
  69. package/dist-cjs/commands/ListFieldLevelEncryptionProfilesCommand.js +2 -2
  70. package/dist-cjs/commands/ListFunctionsCommand.js +2 -2
  71. package/dist-cjs/commands/ListInvalidationsCommand.js +2 -2
  72. package/dist-cjs/commands/ListKeyGroupsCommand.js +2 -2
  73. package/dist-cjs/commands/ListOriginRequestPoliciesCommand.js +2 -2
  74. package/dist-cjs/commands/ListPublicKeysCommand.js +2 -2
  75. package/dist-cjs/commands/ListRealtimeLogConfigsCommand.js +2 -2
  76. package/dist-cjs/commands/ListResponseHeadersPoliciesCommand.js +2 -2
  77. package/dist-cjs/commands/ListStreamingDistributionsCommand.js +2 -2
  78. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  79. package/dist-cjs/commands/PublishFunctionCommand.js +2 -2
  80. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  81. package/dist-cjs/commands/TestFunctionCommand.js +2 -2
  82. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  83. package/dist-cjs/commands/UpdateCachePolicyCommand.js +2 -2
  84. package/dist-cjs/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +2 -2
  85. package/dist-cjs/commands/UpdateDistributionCommand.js +2 -2
  86. package/dist-cjs/commands/UpdateFieldLevelEncryptionConfigCommand.js +2 -2
  87. package/dist-cjs/commands/UpdateFieldLevelEncryptionProfileCommand.js +2 -2
  88. package/dist-cjs/commands/UpdateFunctionCommand.js +2 -2
  89. package/dist-cjs/commands/UpdateKeyGroupCommand.js +2 -2
  90. package/dist-cjs/commands/UpdateOriginRequestPolicyCommand.js +2 -2
  91. package/dist-cjs/commands/UpdatePublicKeyCommand.js +2 -2
  92. package/dist-cjs/commands/UpdateRealtimeLogConfigCommand.js +2 -2
  93. package/dist-cjs/commands/UpdateResponseHeadersPolicyCommand.js +2 -2
  94. package/dist-cjs/commands/UpdateStreamingDistributionCommand.js +2 -2
  95. package/dist-cjs/models/models_0.js +635 -949
  96. package/dist-cjs/models/models_1.js +639 -955
  97. package/dist-cjs/protocols/Aws_restXml.js +1399 -2829
  98. package/dist-es/commands/AssociateAliasCommand.js +2 -2
  99. package/dist-es/commands/CreateCachePolicyCommand.js +3 -3
  100. package/dist-es/commands/CreateCloudFrontOriginAccessIdentityCommand.js +3 -3
  101. package/dist-es/commands/CreateDistributionCommand.js +3 -3
  102. package/dist-es/commands/CreateDistributionWithTagsCommand.js +3 -3
  103. package/dist-es/commands/CreateFieldLevelEncryptionConfigCommand.js +3 -3
  104. package/dist-es/commands/CreateFieldLevelEncryptionProfileCommand.js +3 -3
  105. package/dist-es/commands/CreateFunctionCommand.js +3 -3
  106. package/dist-es/commands/CreateInvalidationCommand.js +3 -3
  107. package/dist-es/commands/CreateKeyGroupCommand.js +3 -3
  108. package/dist-es/commands/CreateMonitoringSubscriptionCommand.js +3 -3
  109. package/dist-es/commands/CreateOriginRequestPolicyCommand.js +3 -3
  110. package/dist-es/commands/CreatePublicKeyCommand.js +3 -3
  111. package/dist-es/commands/CreateRealtimeLogConfigCommand.js +3 -3
  112. package/dist-es/commands/CreateResponseHeadersPolicyCommand.js +3 -3
  113. package/dist-es/commands/CreateStreamingDistributionCommand.js +3 -3
  114. package/dist-es/commands/CreateStreamingDistributionWithTagsCommand.js +3 -3
  115. package/dist-es/commands/DeleteCachePolicyCommand.js +2 -2
  116. package/dist-es/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +2 -2
  117. package/dist-es/commands/DeleteDistributionCommand.js +2 -2
  118. package/dist-es/commands/DeleteFieldLevelEncryptionConfigCommand.js +2 -2
  119. package/dist-es/commands/DeleteFieldLevelEncryptionProfileCommand.js +2 -2
  120. package/dist-es/commands/DeleteFunctionCommand.js +2 -2
  121. package/dist-es/commands/DeleteKeyGroupCommand.js +2 -2
  122. package/dist-es/commands/DeleteMonitoringSubscriptionCommand.js +3 -3
  123. package/dist-es/commands/DeleteOriginRequestPolicyCommand.js +2 -2
  124. package/dist-es/commands/DeletePublicKeyCommand.js +2 -2
  125. package/dist-es/commands/DeleteRealtimeLogConfigCommand.js +2 -2
  126. package/dist-es/commands/DeleteResponseHeadersPolicyCommand.js +2 -2
  127. package/dist-es/commands/DeleteStreamingDistributionCommand.js +2 -2
  128. package/dist-es/commands/DescribeFunctionCommand.js +3 -3
  129. package/dist-es/commands/GetCachePolicyCommand.js +3 -3
  130. package/dist-es/commands/GetCachePolicyConfigCommand.js +3 -3
  131. package/dist-es/commands/GetCloudFrontOriginAccessIdentityCommand.js +3 -3
  132. package/dist-es/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +3 -3
  133. package/dist-es/commands/GetDistributionCommand.js +3 -3
  134. package/dist-es/commands/GetDistributionConfigCommand.js +3 -3
  135. package/dist-es/commands/GetFieldLevelEncryptionCommand.js +3 -3
  136. package/dist-es/commands/GetFieldLevelEncryptionConfigCommand.js +3 -3
  137. package/dist-es/commands/GetFieldLevelEncryptionProfileCommand.js +3 -3
  138. package/dist-es/commands/GetFieldLevelEncryptionProfileConfigCommand.js +3 -3
  139. package/dist-es/commands/GetFunctionCommand.js +3 -3
  140. package/dist-es/commands/GetInvalidationCommand.js +3 -3
  141. package/dist-es/commands/GetKeyGroupCommand.js +3 -3
  142. package/dist-es/commands/GetKeyGroupConfigCommand.js +3 -3
  143. package/dist-es/commands/GetMonitoringSubscriptionCommand.js +3 -3
  144. package/dist-es/commands/GetOriginRequestPolicyCommand.js +3 -3
  145. package/dist-es/commands/GetOriginRequestPolicyConfigCommand.js +3 -3
  146. package/dist-es/commands/GetPublicKeyCommand.js +3 -3
  147. package/dist-es/commands/GetPublicKeyConfigCommand.js +3 -3
  148. package/dist-es/commands/GetRealtimeLogConfigCommand.js +3 -3
  149. package/dist-es/commands/GetResponseHeadersPolicyCommand.js +3 -3
  150. package/dist-es/commands/GetResponseHeadersPolicyConfigCommand.js +3 -3
  151. package/dist-es/commands/GetStreamingDistributionCommand.js +3 -3
  152. package/dist-es/commands/GetStreamingDistributionConfigCommand.js +3 -3
  153. package/dist-es/commands/ListCachePoliciesCommand.js +3 -3
  154. package/dist-es/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +3 -3
  155. package/dist-es/commands/ListConflictingAliasesCommand.js +3 -3
  156. package/dist-es/commands/ListDistributionsByCachePolicyIdCommand.js +3 -3
  157. package/dist-es/commands/ListDistributionsByKeyGroupCommand.js +3 -3
  158. package/dist-es/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +3 -3
  159. package/dist-es/commands/ListDistributionsByRealtimeLogConfigCommand.js +3 -3
  160. package/dist-es/commands/ListDistributionsByResponseHeadersPolicyIdCommand.js +3 -3
  161. package/dist-es/commands/ListDistributionsByWebACLIdCommand.js +3 -3
  162. package/dist-es/commands/ListDistributionsCommand.js +3 -3
  163. package/dist-es/commands/ListFieldLevelEncryptionConfigsCommand.js +3 -3
  164. package/dist-es/commands/ListFieldLevelEncryptionProfilesCommand.js +3 -3
  165. package/dist-es/commands/ListFunctionsCommand.js +3 -3
  166. package/dist-es/commands/ListInvalidationsCommand.js +3 -3
  167. package/dist-es/commands/ListKeyGroupsCommand.js +3 -3
  168. package/dist-es/commands/ListOriginRequestPoliciesCommand.js +3 -3
  169. package/dist-es/commands/ListPublicKeysCommand.js +3 -3
  170. package/dist-es/commands/ListRealtimeLogConfigsCommand.js +3 -3
  171. package/dist-es/commands/ListResponseHeadersPoliciesCommand.js +3 -3
  172. package/dist-es/commands/ListStreamingDistributionsCommand.js +3 -3
  173. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  174. package/dist-es/commands/PublishFunctionCommand.js +3 -3
  175. package/dist-es/commands/TagResourceCommand.js +2 -2
  176. package/dist-es/commands/TestFunctionCommand.js +3 -3
  177. package/dist-es/commands/UntagResourceCommand.js +2 -2
  178. package/dist-es/commands/UpdateCachePolicyCommand.js +3 -3
  179. package/dist-es/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +3 -3
  180. package/dist-es/commands/UpdateDistributionCommand.js +3 -3
  181. package/dist-es/commands/UpdateFieldLevelEncryptionConfigCommand.js +3 -3
  182. package/dist-es/commands/UpdateFieldLevelEncryptionProfileCommand.js +3 -3
  183. package/dist-es/commands/UpdateFunctionCommand.js +3 -3
  184. package/dist-es/commands/UpdateKeyGroupCommand.js +3 -3
  185. package/dist-es/commands/UpdateOriginRequestPolicyCommand.js +3 -3
  186. package/dist-es/commands/UpdatePublicKeyCommand.js +3 -3
  187. package/dist-es/commands/UpdateRealtimeLogConfigCommand.js +3 -3
  188. package/dist-es/commands/UpdateResponseHeadersPolicyCommand.js +3 -3
  189. package/dist-es/commands/UpdateStreamingDistributionCommand.js +3 -3
  190. package/dist-es/models/models_0.js +156 -624
  191. package/dist-es/models/models_1.js +157 -629
  192. package/dist-es/protocols/Aws_restXml.js +1745 -2762
  193. package/dist-types/models/models_0.d.ts +616 -924
  194. package/dist-types/models/models_1.d.ts +624 -936
  195. package/dist-types/ts3.4/models/models_0.d.ts +0 -84
  196. package/dist-types/ts3.4/models/models_1.d.ts +312 -624
  197. package/package.json +7 -7
@@ -35,12 +35,6 @@ export interface KeyPairIds {
35
35
  */
36
36
  Items?: string[];
37
37
  }
38
- export declare namespace KeyPairIds {
39
- /**
40
- * @internal
41
- */
42
- const filterSensitiveLog: (obj: KeyPairIds) => any;
43
- }
44
38
  /**
45
39
  * <p>A list of identifiers for the public keys that CloudFront can use to verify the
46
40
  * signatures of signed URLs and signed cookies.</p>
@@ -55,12 +49,6 @@ export interface KGKeyPairIds {
55
49
  */
56
50
  KeyPairIds?: KeyPairIds;
57
51
  }
58
- export declare namespace KGKeyPairIds {
59
- /**
60
- * @internal
61
- */
62
- const filterSensitiveLog: (obj: KGKeyPairIds) => any;
63
- }
64
52
  /**
65
53
  * <p>A list of key groups, and the public keys in each key group,
66
54
  * that CloudFront can use to verify the signatures of signed URLs and signed cookies.</p>
@@ -82,12 +70,6 @@ export interface ActiveTrustedKeyGroups {
82
70
  */
83
71
  Items?: KGKeyPairIds[];
84
72
  }
85
- export declare namespace ActiveTrustedKeyGroups {
86
- /**
87
- * @internal
88
- */
89
- const filterSensitiveLog: (obj: ActiveTrustedKeyGroups) => any;
90
- }
91
73
  /**
92
74
  * <p>A list of Amazon Web Services accounts and the active CloudFront key pairs in each account that CloudFront can use to
93
75
  * verify the signatures of signed URLs and signed cookies.</p>
@@ -105,12 +87,6 @@ export interface Signer {
105
87
  */
106
88
  KeyPairIds?: KeyPairIds;
107
89
  }
108
- export declare namespace Signer {
109
- /**
110
- * @internal
111
- */
112
- const filterSensitiveLog: (obj: Signer) => any;
113
- }
114
90
  /**
115
91
  * <p>A list of Amazon Web Services accounts and the active CloudFront key pairs in each account that CloudFront can use
116
92
  * to verify the signatures of signed URLs and signed cookies.</p>
@@ -132,12 +108,6 @@ export interface ActiveTrustedSigners {
132
108
  */
133
109
  Items?: Signer[];
134
110
  }
135
- export declare namespace ActiveTrustedSigners {
136
- /**
137
- * @internal
138
- */
139
- const filterSensitiveLog: (obj: ActiveTrustedSigners) => any;
140
- }
141
111
  /**
142
112
  * <p>A complex type that contains information about CNAMEs (alternate domain names), if any,
143
113
  * for this distribution. </p>
@@ -154,12 +124,6 @@ export interface Aliases {
154
124
  */
155
125
  Items?: string[];
156
126
  }
157
- export declare namespace Aliases {
158
- /**
159
- * @internal
160
- */
161
- const filterSensitiveLog: (obj: Aliases) => any;
162
- }
163
127
  export declare type ICPRecordalStatus = "APPROVED" | "PENDING" | "SUSPENDED";
164
128
  /**
165
129
  * <p>Amazon Web Services services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content
@@ -200,12 +164,6 @@ export interface AliasICPRecordal {
200
164
  */
201
165
  ICPRecordalStatus?: ICPRecordalStatus | string;
202
166
  }
203
- export declare namespace AliasICPRecordal {
204
- /**
205
- * @internal
206
- */
207
- const filterSensitiveLog: (obj: AliasICPRecordal) => any;
208
- }
209
167
  export declare type Method = "DELETE" | "GET" | "HEAD" | "OPTIONS" | "PATCH" | "POST" | "PUT";
210
168
  /**
211
169
  * <p>A complex type that controls whether CloudFront caches the response to requests using the
@@ -237,12 +195,6 @@ export interface CachedMethods {
237
195
  */
238
196
  Items: (Method | string)[] | undefined;
239
197
  }
240
- export declare namespace CachedMethods {
241
- /**
242
- * @internal
243
- */
244
- const filterSensitiveLog: (obj: CachedMethods) => any;
245
- }
246
198
  /**
247
199
  * <p>A complex type that controls which HTTP methods CloudFront processes and forwards to your
248
200
  * Amazon S3 bucket or your custom origin. There are three choices:</p>
@@ -295,12 +247,6 @@ export interface AllowedMethods {
295
247
  */
296
248
  CachedMethods?: CachedMethods;
297
249
  }
298
- export declare namespace AllowedMethods {
299
- /**
300
- * @internal
301
- */
302
- const filterSensitiveLog: (obj: AllowedMethods) => any;
303
- }
304
250
  export interface AssociateAliasRequest {
305
251
  /**
306
252
  * <p>The ID of the distribution that you’re associating the alias with.</p>
@@ -311,12 +257,6 @@ export interface AssociateAliasRequest {
311
257
  */
312
258
  Alias: string | undefined;
313
259
  }
314
- export declare namespace AssociateAliasRequest {
315
- /**
316
- * @internal
317
- */
318
- const filterSensitiveLog: (obj: AssociateAliasRequest) => any;
319
- }
320
260
  /**
321
261
  * <p>The update contains modifications that are not allowed.</p>
322
262
  */
@@ -391,12 +331,6 @@ export interface CookieNames {
391
331
  */
392
332
  Items?: string[];
393
333
  }
394
- export declare namespace CookieNames {
395
- /**
396
- * @internal
397
- */
398
- const filterSensitiveLog: (obj: CookieNames) => any;
399
- }
400
334
  /**
401
335
  * <p>This field is deprecated. We recommend that you use a cache policy or an origin
402
336
  * request policy instead of this field.</p>
@@ -447,12 +381,6 @@ export interface CookiePreference {
447
381
  */
448
382
  WhitelistedNames?: CookieNames;
449
383
  }
450
- export declare namespace CookiePreference {
451
- /**
452
- * @internal
453
- */
454
- const filterSensitiveLog: (obj: CookiePreference) => any;
455
- }
456
384
  /**
457
385
  * <p>Contains a list of HTTP header names.</p>
458
386
  */
@@ -466,12 +394,6 @@ export interface Headers {
466
394
  */
467
395
  Items?: string[];
468
396
  }
469
- export declare namespace Headers {
470
- /**
471
- * @internal
472
- */
473
- const filterSensitiveLog: (obj: Headers) => any;
474
- }
475
397
  /**
476
398
  * <p>This field is deprecated. We recommend that you use a cache policy or an origin
477
399
  * request policy instead of this field.</p>
@@ -498,12 +420,6 @@ export interface QueryStringCacheKeys {
498
420
  */
499
421
  Items?: string[];
500
422
  }
501
- export declare namespace QueryStringCacheKeys {
502
- /**
503
- * @internal
504
- */
505
- const filterSensitiveLog: (obj: QueryStringCacheKeys) => any;
506
- }
507
423
  /**
508
424
  * <p>This field is deprecated. We recommend that you use a cache policy or an origin
509
425
  * request policy instead of this field.</p>
@@ -583,12 +499,6 @@ export interface ForwardedValues {
583
499
  */
584
500
  QueryStringCacheKeys?: QueryStringCacheKeys;
585
501
  }
586
- export declare namespace ForwardedValues {
587
- /**
588
- * @internal
589
- */
590
- const filterSensitiveLog: (obj: ForwardedValues) => any;
591
- }
592
502
  export declare type EventType = "origin-request" | "origin-response" | "viewer-request" | "viewer-response";
593
503
  /**
594
504
  * <p>A CloudFront function that is associated with a cache behavior in a CloudFront
@@ -607,12 +517,6 @@ export interface FunctionAssociation {
607
517
  */
608
518
  EventType: EventType | string | undefined;
609
519
  }
610
- export declare namespace FunctionAssociation {
611
- /**
612
- * @internal
613
- */
614
- const filterSensitiveLog: (obj: FunctionAssociation) => any;
615
- }
616
520
  /**
617
521
  * <p>A list of CloudFront functions that are associated with a cache behavior in a CloudFront distribution.
618
522
  * CloudFront functions must be published to the <code>LIVE</code> stage to associate them with a
@@ -630,12 +534,6 @@ export interface FunctionAssociations {
630
534
  */
631
535
  Items?: FunctionAssociation[];
632
536
  }
633
- export declare namespace FunctionAssociations {
634
- /**
635
- * @internal
636
- */
637
- const filterSensitiveLog: (obj: FunctionAssociations) => any;
638
- }
639
537
  /**
640
538
  * <p>A complex type that contains a Lambda@Edge function association.</p>
641
539
  */
@@ -680,12 +578,6 @@ export interface LambdaFunctionAssociation {
680
578
  */
681
579
  IncludeBody?: boolean;
682
580
  }
683
- export declare namespace LambdaFunctionAssociation {
684
- /**
685
- * @internal
686
- */
687
- const filterSensitiveLog: (obj: LambdaFunctionAssociation) => any;
688
- }
689
581
  /**
690
582
  * <p>A complex type that specifies a list of Lambda@Edge functions associations for a cache
691
583
  * behavior.</p>
@@ -712,12 +604,6 @@ export interface LambdaFunctionAssociations {
712
604
  */
713
605
  Items?: LambdaFunctionAssociation[];
714
606
  }
715
- export declare namespace LambdaFunctionAssociations {
716
- /**
717
- * @internal
718
- */
719
- const filterSensitiveLog: (obj: LambdaFunctionAssociations) => any;
720
- }
721
607
  /**
722
608
  * <p>A list of key groups whose public keys CloudFront can use to verify the signatures of signed
723
609
  * URLs and signed cookies.</p>
@@ -738,12 +624,6 @@ export interface TrustedKeyGroups {
738
624
  */
739
625
  Items?: string[];
740
626
  }
741
- export declare namespace TrustedKeyGroups {
742
- /**
743
- * @internal
744
- */
745
- const filterSensitiveLog: (obj: TrustedKeyGroups) => any;
746
- }
747
627
  /**
748
628
  * <p>A list of Amazon Web Services accounts whose public keys CloudFront can use to verify the signatures of signed
749
629
  * URLs and signed cookies.</p>
@@ -764,12 +644,6 @@ export interface TrustedSigners {
764
644
  */
765
645
  Items?: string[];
766
646
  }
767
- export declare namespace TrustedSigners {
768
- /**
769
- * @internal
770
- */
771
- const filterSensitiveLog: (obj: TrustedSigners) => any;
772
- }
773
647
  export declare type ViewerProtocolPolicy = "allow-all" | "https-only" | "redirect-to-https";
774
648
  /**
775
649
  * <p>A complex type that describes how CloudFront processes requests.</p>
@@ -1009,12 +883,6 @@ export interface CacheBehavior {
1009
883
  */
1010
884
  MaxTTL?: number;
1011
885
  }
1012
- export declare namespace CacheBehavior {
1013
- /**
1014
- * @internal
1015
- */
1016
- const filterSensitiveLog: (obj: CacheBehavior) => any;
1017
- }
1018
886
  /**
1019
887
  * <p>A complex type that contains zero or more <code>CacheBehavior</code> elements.
1020
888
  * </p>
@@ -1030,12 +898,6 @@ export interface CacheBehaviors {
1030
898
  */
1031
899
  Items?: CacheBehavior[];
1032
900
  }
1033
- export declare namespace CacheBehaviors {
1034
- /**
1035
- * @internal
1036
- */
1037
- const filterSensitiveLog: (obj: CacheBehaviors) => any;
1038
- }
1039
901
  export declare type CachePolicyCookieBehavior = "all" | "allExcept" | "none" | "whitelist";
1040
902
  /**
1041
903
  * <p>An object that determines whether any cookies in viewer requests (and if so, which cookies)
@@ -1084,12 +946,6 @@ export interface CachePolicyCookiesConfig {
1084
946
  */
1085
947
  Cookies?: CookieNames;
1086
948
  }
1087
- export declare namespace CachePolicyCookiesConfig {
1088
- /**
1089
- * @internal
1090
- */
1091
- const filterSensitiveLog: (obj: CachePolicyCookiesConfig) => any;
1092
- }
1093
949
  export declare type CachePolicyHeaderBehavior = "none" | "whitelist";
1094
950
  /**
1095
951
  * <p>An object that determines whether any HTTP headers (and if so, which headers) are included
@@ -1124,12 +980,6 @@ export interface CachePolicyHeadersConfig {
1124
980
  */
1125
981
  Headers?: Headers;
1126
982
  }
1127
- export declare namespace CachePolicyHeadersConfig {
1128
- /**
1129
- * @internal
1130
- */
1131
- const filterSensitiveLog: (obj: CachePolicyHeadersConfig) => any;
1132
- }
1133
983
  export declare type CachePolicyQueryStringBehavior = "all" | "allExcept" | "none" | "whitelist";
1134
984
  /**
1135
985
  * <p>Contains a list of query string names.</p>
@@ -1144,12 +994,6 @@ export interface QueryStringNames {
1144
994
  */
1145
995
  Items?: string[];
1146
996
  }
1147
- export declare namespace QueryStringNames {
1148
- /**
1149
- * @internal
1150
- */
1151
- const filterSensitiveLog: (obj: QueryStringNames) => any;
1152
- }
1153
997
  /**
1154
998
  * <p>An object that determines whether any URL query strings in viewer requests (and if so, which
1155
999
  * query strings) are included in the cache key and automatically included in requests that
@@ -1211,12 +1055,6 @@ export interface CachePolicyQueryStringsConfig {
1211
1055
  */
1212
1056
  QueryStrings?: QueryStringNames;
1213
1057
  }
1214
- export declare namespace CachePolicyQueryStringsConfig {
1215
- /**
1216
- * @internal
1217
- */
1218
- const filterSensitiveLog: (obj: CachePolicyQueryStringsConfig) => any;
1219
- }
1220
1058
  /**
1221
1059
  * <p>This object determines the values that CloudFront includes in the cache key. These values can
1222
1060
  * include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an
@@ -1313,12 +1151,6 @@ export interface ParametersInCacheKeyAndForwardedToOrigin {
1313
1151
  */
1314
1152
  QueryStringsConfig: CachePolicyQueryStringsConfig | undefined;
1315
1153
  }
1316
- export declare namespace ParametersInCacheKeyAndForwardedToOrigin {
1317
- /**
1318
- * @internal
1319
- */
1320
- const filterSensitiveLog: (obj: ParametersInCacheKeyAndForwardedToOrigin) => any;
1321
- }
1322
1154
  /**
1323
1155
  * <p>A cache policy configuration.</p>
1324
1156
  * <p>This configuration determines the following:</p>
@@ -1386,12 +1218,6 @@ export interface CachePolicyConfig {
1386
1218
  */
1387
1219
  ParametersInCacheKeyAndForwardedToOrigin?: ParametersInCacheKeyAndForwardedToOrigin;
1388
1220
  }
1389
- export declare namespace CachePolicyConfig {
1390
- /**
1391
- * @internal
1392
- */
1393
- const filterSensitiveLog: (obj: CachePolicyConfig) => any;
1394
- }
1395
1221
  /**
1396
1222
  * <p>A cache policy.</p>
1397
1223
  * <p>When it’s attached to a cache behavior, the cache policy determines the
@@ -1427,12 +1253,6 @@ export interface CachePolicy {
1427
1253
  */
1428
1254
  CachePolicyConfig: CachePolicyConfig | undefined;
1429
1255
  }
1430
- export declare namespace CachePolicy {
1431
- /**
1432
- * @internal
1433
- */
1434
- const filterSensitiveLog: (obj: CachePolicy) => any;
1435
- }
1436
1256
  /**
1437
1257
  * <p>A cache policy with this name already exists. You must provide a unique name. To
1438
1258
  * modify an existing cache policy, use <code>UpdateCachePolicy</code>.</p>
@@ -1474,12 +1294,6 @@ export interface CachePolicySummary {
1474
1294
  */
1475
1295
  CachePolicy: CachePolicy | undefined;
1476
1296
  }
1477
- export declare namespace CachePolicySummary {
1478
- /**
1479
- * @internal
1480
- */
1481
- const filterSensitiveLog: (obj: CachePolicySummary) => any;
1482
- }
1483
1297
  /**
1484
1298
  * <p>A list of cache policies.</p>
1485
1299
  */
@@ -1503,12 +1317,6 @@ export interface CachePolicyList {
1503
1317
  */
1504
1318
  Items?: CachePolicySummary[];
1505
1319
  }
1506
- export declare namespace CachePolicyList {
1507
- /**
1508
- * @internal
1509
- */
1510
- const filterSensitiveLog: (obj: CachePolicyList) => any;
1511
- }
1512
1320
  /**
1513
1321
  * <p>You can't change the value of a public key.</p>
1514
1322
  */
@@ -1528,12 +1336,6 @@ export interface CreateCachePolicyRequest {
1528
1336
  */
1529
1337
  CachePolicyConfig: CachePolicyConfig | undefined;
1530
1338
  }
1531
- export declare namespace CreateCachePolicyRequest {
1532
- /**
1533
- * @internal
1534
- */
1535
- const filterSensitiveLog: (obj: CreateCachePolicyRequest) => any;
1536
- }
1537
1339
  export interface CreateCachePolicyResult {
1538
1340
  /**
1539
1341
  * <p>A cache policy.</p>
@@ -1548,12 +1350,6 @@ export interface CreateCachePolicyResult {
1548
1350
  */
1549
1351
  ETag?: string;
1550
1352
  }
1551
- export declare namespace CreateCachePolicyResult {
1552
- /**
1553
- * @internal
1554
- */
1555
- const filterSensitiveLog: (obj: CreateCachePolicyResult) => any;
1556
- }
1557
1353
  /**
1558
1354
  * <p>The value of <code>Quantity</code> and the size of <code>Items</code> don't match.</p>
1559
1355
  */
@@ -1663,12 +1459,6 @@ export interface CloudFrontOriginAccessIdentityConfig {
1663
1459
  */
1664
1460
  Comment: string | undefined;
1665
1461
  }
1666
- export declare namespace CloudFrontOriginAccessIdentityConfig {
1667
- /**
1668
- * @internal
1669
- */
1670
- const filterSensitiveLog: (obj: CloudFrontOriginAccessIdentityConfig) => any;
1671
- }
1672
1462
  /**
1673
1463
  * <p>The request to create a new origin access identity (OAI). An origin access identity is a
1674
1464
  * special CloudFront user that you can associate with Amazon S3 origins, so that you can secure all or
@@ -1682,12 +1472,6 @@ export interface CreateCloudFrontOriginAccessIdentityRequest {
1682
1472
  */
1683
1473
  CloudFrontOriginAccessIdentityConfig: CloudFrontOriginAccessIdentityConfig | undefined;
1684
1474
  }
1685
- export declare namespace CreateCloudFrontOriginAccessIdentityRequest {
1686
- /**
1687
- * @internal
1688
- */
1689
- const filterSensitiveLog: (obj: CreateCloudFrontOriginAccessIdentityRequest) => any;
1690
- }
1691
1475
  /**
1692
1476
  * <p>CloudFront origin access identity.</p>
1693
1477
  */
@@ -1707,12 +1491,6 @@ export interface CloudFrontOriginAccessIdentity {
1707
1491
  */
1708
1492
  CloudFrontOriginAccessIdentityConfig?: CloudFrontOriginAccessIdentityConfig;
1709
1493
  }
1710
- export declare namespace CloudFrontOriginAccessIdentity {
1711
- /**
1712
- * @internal
1713
- */
1714
- const filterSensitiveLog: (obj: CloudFrontOriginAccessIdentity) => any;
1715
- }
1716
1494
  /**
1717
1495
  * <p>The returned result of the corresponding request.</p>
1718
1496
  */
@@ -1730,12 +1508,6 @@ export interface CreateCloudFrontOriginAccessIdentityResult {
1730
1508
  */
1731
1509
  ETag?: string;
1732
1510
  }
1733
- export declare namespace CreateCloudFrontOriginAccessIdentityResult {
1734
- /**
1735
- * @internal
1736
- */
1737
- const filterSensitiveLog: (obj: CreateCloudFrontOriginAccessIdentityResult) => any;
1738
- }
1739
1511
  /**
1740
1512
  * <p>This operation requires a body. Ensure that the body is present and the <code>Content-Type</code> header is set.</p>
1741
1513
  */
@@ -1852,12 +1624,6 @@ export interface CustomErrorResponse {
1852
1624
  */
1853
1625
  ErrorCachingMinTTL?: number;
1854
1626
  }
1855
- export declare namespace CustomErrorResponse {
1856
- /**
1857
- * @internal
1858
- */
1859
- const filterSensitiveLog: (obj: CustomErrorResponse) => any;
1860
- }
1861
1627
  /**
1862
1628
  * <p>A complex type that controls:</p>
1863
1629
  * <ul>
@@ -1886,12 +1652,6 @@ export interface CustomErrorResponses {
1886
1652
  */
1887
1653
  Items?: CustomErrorResponse[];
1888
1654
  }
1889
- export declare namespace CustomErrorResponses {
1890
- /**
1891
- * @internal
1892
- */
1893
- const filterSensitiveLog: (obj: CustomErrorResponses) => any;
1894
- }
1895
1655
  /**
1896
1656
  * <p>A complex type that describes the default cache behavior if you don’t specify a
1897
1657
  * <code>CacheBehavior</code> element or if request URLs don’t match any of the values of
@@ -2101,12 +1861,6 @@ export interface DefaultCacheBehavior {
2101
1861
  */
2102
1862
  MaxTTL?: number;
2103
1863
  }
2104
- export declare namespace DefaultCacheBehavior {
2105
- /**
2106
- * @internal
2107
- */
2108
- const filterSensitiveLog: (obj: DefaultCacheBehavior) => any;
2109
- }
2110
1864
  export declare type HttpVersion = "http1.1" | "http2";
2111
1865
  /**
2112
1866
  * <p>A complex type that controls whether access logs are written for the
@@ -2144,12 +1898,6 @@ export interface LoggingConfig {
2144
1898
  */
2145
1899
  Prefix: string | undefined;
2146
1900
  }
2147
- export declare namespace LoggingConfig {
2148
- /**
2149
- * @internal
2150
- */
2151
- const filterSensitiveLog: (obj: LoggingConfig) => any;
2152
- }
2153
1901
  /**
2154
1902
  * <p>A complex data type for the status codes that you specify that, when returned by a primary origin, trigger
2155
1903
  * CloudFront to failover to a second origin.</p>
@@ -2164,12 +1912,6 @@ export interface StatusCodes {
2164
1912
  */
2165
1913
  Items: number[] | undefined;
2166
1914
  }
2167
- export declare namespace StatusCodes {
2168
- /**
2169
- * @internal
2170
- */
2171
- const filterSensitiveLog: (obj: StatusCodes) => any;
2172
- }
2173
1915
  /**
2174
1916
  * <p>A complex data type that includes information about the failover criteria for an origin group, including
2175
1917
  * the status codes for which CloudFront will failover from the primary origin to the second origin.</p>
@@ -2181,12 +1923,6 @@ export interface OriginGroupFailoverCriteria {
2181
1923
  */
2182
1924
  StatusCodes: StatusCodes | undefined;
2183
1925
  }
2184
- export declare namespace OriginGroupFailoverCriteria {
2185
- /**
2186
- * @internal
2187
- */
2188
- const filterSensitiveLog: (obj: OriginGroupFailoverCriteria) => any;
2189
- }
2190
1926
  /**
2191
1927
  * <p>An origin in an origin group.</p>
2192
1928
  */
@@ -2196,12 +1932,6 @@ export interface OriginGroupMember {
2196
1932
  */
2197
1933
  OriginId: string | undefined;
2198
1934
  }
2199
- export declare namespace OriginGroupMember {
2200
- /**
2201
- * @internal
2202
- */
2203
- const filterSensitiveLog: (obj: OriginGroupMember) => any;
2204
- }
2205
1935
  /**
2206
1936
  * <p>A complex data type for the origins included in an origin group.</p>
2207
1937
  */
@@ -2215,12 +1945,6 @@ export interface OriginGroupMembers {
2215
1945
  */
2216
1946
  Items: OriginGroupMember[] | undefined;
2217
1947
  }
2218
- export declare namespace OriginGroupMembers {
2219
- /**
2220
- * @internal
2221
- */
2222
- const filterSensitiveLog: (obj: OriginGroupMembers) => any;
2223
- }
2224
1948
  /**
2225
1949
  * <p>An origin group includes two origins (a primary origin and a second origin to failover to) and a failover criteria that you specify.
2226
1950
  * You create an origin group to support origin failover in CloudFront. When you create or update a distribution, you can specifiy
@@ -2241,12 +1965,6 @@ export interface OriginGroup {
2241
1965
  */
2242
1966
  Members: OriginGroupMembers | undefined;
2243
1967
  }
2244
- export declare namespace OriginGroup {
2245
- /**
2246
- * @internal
2247
- */
2248
- const filterSensitiveLog: (obj: OriginGroup) => any;
2249
- }
2250
1968
  /**
2251
1969
  * <p>A complex data type for the origin groups specified for a distribution.</p>
2252
1970
  */
@@ -2260,12 +1978,6 @@ export interface OriginGroups {
2260
1978
  */
2261
1979
  Items?: OriginGroup[];
2262
1980
  }
2263
- export declare namespace OriginGroups {
2264
- /**
2265
- * @internal
2266
- */
2267
- const filterSensitiveLog: (obj: OriginGroups) => any;
2268
- }
2269
1981
  /**
2270
1982
  * <p>A complex type that contains <code>HeaderName</code> and <code>HeaderValue</code>
2271
1983
  * elements, if any, for this distribution. </p>
@@ -2283,12 +1995,6 @@ export interface OriginCustomHeader {
2283
1995
  */
2284
1996
  HeaderValue: string | undefined;
2285
1997
  }
2286
- export declare namespace OriginCustomHeader {
2287
- /**
2288
- * @internal
2289
- */
2290
- const filterSensitiveLog: (obj: OriginCustomHeader) => any;
2291
- }
2292
1998
  /**
2293
1999
  * <p>A complex type that contains the list of Custom Headers for each origin. </p>
2294
2000
  */
@@ -2305,12 +2011,6 @@ export interface CustomHeaders {
2305
2011
  */
2306
2012
  Items?: OriginCustomHeader[];
2307
2013
  }
2308
- export declare namespace CustomHeaders {
2309
- /**
2310
- * @internal
2311
- */
2312
- const filterSensitiveLog: (obj: CustomHeaders) => any;
2313
- }
2314
2014
  export declare type OriginProtocolPolicy = "http-only" | "https-only" | "match-viewer";
2315
2015
  export declare type SslProtocol = "SSLv3" | "TLSv1" | "TLSv1.1" | "TLSv1.2";
2316
2016
  /**
@@ -2328,12 +2028,6 @@ export interface OriginSslProtocols {
2328
2028
  */
2329
2029
  Items: (SslProtocol | string)[] | undefined;
2330
2030
  }
2331
- export declare namespace OriginSslProtocols {
2332
- /**
2333
- * @internal
2334
- */
2335
- const filterSensitiveLog: (obj: OriginSslProtocols) => any;
2336
- }
2337
2031
  /**
2338
2032
  * <p>A custom origin. A custom origin is any origin that is <i>not</i> an Amazon S3
2339
2033
  * bucket, with one exception. An Amazon S3 bucket that is <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html">configured with
@@ -2399,12 +2093,6 @@ export interface CustomOriginConfig {
2399
2093
  */
2400
2094
  OriginKeepaliveTimeout?: number;
2401
2095
  }
2402
- export declare namespace CustomOriginConfig {
2403
- /**
2404
- * @internal
2405
- */
2406
- const filterSensitiveLog: (obj: CustomOriginConfig) => any;
2407
- }
2408
2096
  /**
2409
2097
  * <p>CloudFront Origin Shield.</p>
2410
2098
  * <p>Using Origin Shield can help reduce the load on your origin. For more
@@ -2430,12 +2118,6 @@ export interface OriginShield {
2430
2118
  */
2431
2119
  OriginShieldRegion?: string;
2432
2120
  }
2433
- export declare namespace OriginShield {
2434
- /**
2435
- * @internal
2436
- */
2437
- const filterSensitiveLog: (obj: OriginShield) => any;
2438
- }
2439
2121
  /**
2440
2122
  * <p>A complex type that contains information about the Amazon S3 origin. If the origin is a
2441
2123
  * custom origin or an S3 bucket that is configured as a website endpoint, use the
@@ -2465,12 +2147,6 @@ export interface S3OriginConfig {
2465
2147
  */
2466
2148
  OriginAccessIdentity: string | undefined;
2467
2149
  }
2468
- export declare namespace S3OriginConfig {
2469
- /**
2470
- * @internal
2471
- */
2472
- const filterSensitiveLog: (obj: S3OriginConfig) => any;
2473
- }
2474
2150
  /**
2475
2151
  * <p>An origin.</p>
2476
2152
  * <p>An origin is the location where content is stored, and from which CloudFront gets content to
@@ -2572,12 +2248,6 @@ export interface Origin {
2572
2248
  */
2573
2249
  OriginShield?: OriginShield;
2574
2250
  }
2575
- export declare namespace Origin {
2576
- /**
2577
- * @internal
2578
- */
2579
- const filterSensitiveLog: (obj: Origin) => any;
2580
- }
2581
2251
  /**
2582
2252
  * <p>Contains information about the origins for this distribution.</p>
2583
2253
  */
@@ -2591,12 +2261,6 @@ export interface Origins {
2591
2261
  */
2592
2262
  Items: Origin[] | undefined;
2593
2263
  }
2594
- export declare namespace Origins {
2595
- /**
2596
- * @internal
2597
- */
2598
- const filterSensitiveLog: (obj: Origins) => any;
2599
- }
2600
2264
  export declare type PriceClass = "PriceClass_100" | "PriceClass_200" | "PriceClass_All";
2601
2265
  export declare type GeoRestrictionType = "blacklist" | "none" | "whitelist";
2602
2266
  /**
@@ -2647,12 +2311,6 @@ export interface GeoRestriction {
2647
2311
  */
2648
2312
  Items?: string[];
2649
2313
  }
2650
- export declare namespace GeoRestriction {
2651
- /**
2652
- * @internal
2653
- */
2654
- const filterSensitiveLog: (obj: GeoRestriction) => any;
2655
- }
2656
2314
  /**
2657
2315
  * <p>A complex type that identifies ways in which you want to restrict distribution of your
2658
2316
  * content.</p>
@@ -2664,12 +2322,6 @@ export interface Restrictions {
2664
2322
  */
2665
2323
  GeoRestriction: GeoRestriction | undefined;
2666
2324
  }
2667
- export declare namespace Restrictions {
2668
- /**
2669
- * @internal
2670
- */
2671
- const filterSensitiveLog: (obj: Restrictions) => any;
2672
- }
2673
2325
  export declare type MinimumProtocolVersion = "SSLv3" | "TLSv1" | "TLSv1.1_2016" | "TLSv1.2_2018" | "TLSv1.2_2019" | "TLSv1.2_2021" | "TLSv1_2016";
2674
2326
  export declare type SSLSupportMethod = "sni-only" | "static-ip" | "vip";
2675
2327
  /**
@@ -2883,12 +2535,6 @@ export interface ViewerCertificate {
2883
2535
  */
2884
2536
  CertificateSource?: CertificateSource | string;
2885
2537
  }
2886
- export declare namespace ViewerCertificate {
2887
- /**
2888
- * @internal
2889
- */
2890
- const filterSensitiveLog: (obj: ViewerCertificate) => any;
2891
- }
2892
2538
  /**
2893
2539
  * <p>A distribution configuration.</p>
2894
2540
  */
@@ -3064,12 +2710,6 @@ export interface DistributionConfig {
3064
2710
  */
3065
2711
  IsIPV6Enabled?: boolean;
3066
2712
  }
3067
- export declare namespace DistributionConfig {
3068
- /**
3069
- * @internal
3070
- */
3071
- const filterSensitiveLog: (obj: DistributionConfig) => any;
3072
- }
3073
2713
  /**
3074
2714
  * <p>The request to create a new distribution.</p>
3075
2715
  */
@@ -3079,12 +2719,6 @@ export interface CreateDistributionRequest {
3079
2719
  */
3080
2720
  DistributionConfig: DistributionConfig | undefined;
3081
2721
  }
3082
- export declare namespace CreateDistributionRequest {
3083
- /**
3084
- * @internal
3085
- */
3086
- const filterSensitiveLog: (obj: CreateDistributionRequest) => any;
3087
- }
3088
2722
  /**
3089
2723
  * <p>A distribution tells CloudFront where you want content to be delivered from, and the details about how to
3090
2724
  * track and manage content delivery.</p>
@@ -3152,12 +2786,6 @@ export interface Distribution {
3152
2786
  */
3153
2787
  AliasICPRecordals?: AliasICPRecordal[];
3154
2788
  }
3155
- export declare namespace Distribution {
3156
- /**
3157
- * @internal
3158
- */
3159
- const filterSensitiveLog: (obj: Distribution) => any;
3160
- }
3161
2789
  /**
3162
2790
  * <p>The returned result of the corresponding request.</p>
3163
2791
  */
@@ -3175,12 +2803,6 @@ export interface CreateDistributionResult {
3175
2803
  */
3176
2804
  ETag?: string;
3177
2805
  }
3178
- export declare namespace CreateDistributionResult {
3179
- /**
3180
- * @internal
3181
- */
3182
- const filterSensitiveLog: (obj: CreateDistributionResult) => any;
3183
- }
3184
2806
  /**
3185
2807
  * <p>The caller reference you attempted to create the distribution with is associated with another distribution.</p>
3186
2808
  */
@@ -3860,12 +3482,6 @@ export interface Tag {
3860
3482
  */
3861
3483
  Value?: string;
3862
3484
  }
3863
- export declare namespace Tag {
3864
- /**
3865
- * @internal
3866
- */
3867
- const filterSensitiveLog: (obj: Tag) => any;
3868
- }
3869
3485
  /**
3870
3486
  * <p> A complex type that contains zero or more <code>Tag</code> elements.</p>
3871
3487
  */
@@ -3875,12 +3491,6 @@ export interface Tags {
3875
3491
  */
3876
3492
  Items?: Tag[];
3877
3493
  }
3878
- export declare namespace Tags {
3879
- /**
3880
- * @internal
3881
- */
3882
- const filterSensitiveLog: (obj: Tags) => any;
3883
- }
3884
3494
  /**
3885
3495
  * <p>A distribution Configuration and a list of tags to be associated with the
3886
3496
  * distribution.</p>
@@ -3895,12 +3505,6 @@ export interface DistributionConfigWithTags {
3895
3505
  */
3896
3506
  Tags: Tags | undefined;
3897
3507
  }
3898
- export declare namespace DistributionConfigWithTags {
3899
- /**
3900
- * @internal
3901
- */
3902
- const filterSensitiveLog: (obj: DistributionConfigWithTags) => any;
3903
- }
3904
3508
  /**
3905
3509
  * <p>The request to create a new distribution with tags. </p>
3906
3510
  */
@@ -3910,12 +3514,6 @@ export interface CreateDistributionWithTagsRequest {
3910
3514
  */
3911
3515
  DistributionConfigWithTags: DistributionConfigWithTags | undefined;
3912
3516
  }
3913
- export declare namespace CreateDistributionWithTagsRequest {
3914
- /**
3915
- * @internal
3916
- */
3917
- const filterSensitiveLog: (obj: CreateDistributionWithTagsRequest) => any;
3918
- }
3919
3517
  /**
3920
3518
  * <p>The returned result of the corresponding request. </p>
3921
3519
  */
@@ -3933,12 +3531,6 @@ export interface CreateDistributionWithTagsResult {
3933
3531
  */
3934
3532
  ETag?: string;
3935
3533
  }
3936
- export declare namespace CreateDistributionWithTagsResult {
3937
- /**
3938
- * @internal
3939
- */
3940
- const filterSensitiveLog: (obj: CreateDistributionWithTagsResult) => any;
3941
- }
3942
3534
  /**
3943
3535
  * <p>The tagging specified is not valid.</p>
3944
3536
  */
@@ -3969,12 +3561,6 @@ export interface ContentTypeProfile {
3969
3561
  */
3970
3562
  ContentType: string | undefined;
3971
3563
  }
3972
- export declare namespace ContentTypeProfile {
3973
- /**
3974
- * @internal
3975
- */
3976
- const filterSensitiveLog: (obj: ContentTypeProfile) => any;
3977
- }
3978
3564
  /**
3979
3565
  * <p>Field-level encryption content type-profile. </p>
3980
3566
  */
@@ -3988,12 +3574,6 @@ export interface ContentTypeProfiles {
3988
3574
  */
3989
3575
  Items?: ContentTypeProfile[];
3990
3576
  }
3991
- export declare namespace ContentTypeProfiles {
3992
- /**
3993
- * @internal
3994
- */
3995
- const filterSensitiveLog: (obj: ContentTypeProfiles) => any;
3996
- }
3997
3577
  /**
3998
3578
  * <p>The configuration for a field-level encryption content type-profile mapping. </p>
3999
3579
  */
@@ -4010,12 +3590,6 @@ export interface ContentTypeProfileConfig {
4010
3590
  */
4011
3591
  ContentTypeProfiles?: ContentTypeProfiles;
4012
3592
  }
4013
- export declare namespace ContentTypeProfileConfig {
4014
- /**
4015
- * @internal
4016
- */
4017
- const filterSensitiveLog: (obj: ContentTypeProfileConfig) => any;
4018
- }
4019
3593
  /**
4020
3594
  * <p>Query argument-profile mapping for field-level encryption.</p>
4021
3595
  */
@@ -4029,12 +3603,6 @@ export interface QueryArgProfile {
4029
3603
  */
4030
3604
  ProfileId: string | undefined;
4031
3605
  }
4032
- export declare namespace QueryArgProfile {
4033
- /**
4034
- * @internal
4035
- */
4036
- const filterSensitiveLog: (obj: QueryArgProfile) => any;
4037
- }
4038
3606
  /**
4039
3607
  * <p>Query argument-profile mapping for field-level encryption.</p>
4040
3608
  */
@@ -4048,12 +3616,6 @@ export interface QueryArgProfiles {
4048
3616
  */
4049
3617
  Items?: QueryArgProfile[];
4050
3618
  }
4051
- export declare namespace QueryArgProfiles {
4052
- /**
4053
- * @internal
4054
- */
4055
- const filterSensitiveLog: (obj: QueryArgProfiles) => any;
4056
- }
4057
3619
  /**
4058
3620
  * <p>Configuration for query argument-profile mapping for field-level encryption.</p>
4059
3621
  */
@@ -4068,12 +3630,6 @@ export interface QueryArgProfileConfig {
4068
3630
  */
4069
3631
  QueryArgProfiles?: QueryArgProfiles;
4070
3632
  }
4071
- export declare namespace QueryArgProfileConfig {
4072
- /**
4073
- * @internal
4074
- */
4075
- const filterSensitiveLog: (obj: QueryArgProfileConfig) => any;
4076
- }
4077
3633
  /**
4078
3634
  * <p>A complex data type that includes the profile configurations specified for field-level encryption. </p>
4079
3635
  */
@@ -4098,24 +3654,12 @@ export interface FieldLevelEncryptionConfig {
4098
3654
  */
4099
3655
  ContentTypeProfileConfig?: ContentTypeProfileConfig;
4100
3656
  }
4101
- export declare namespace FieldLevelEncryptionConfig {
4102
- /**
4103
- * @internal
4104
- */
4105
- const filterSensitiveLog: (obj: FieldLevelEncryptionConfig) => any;
4106
- }
4107
3657
  export interface CreateFieldLevelEncryptionConfigRequest {
4108
3658
  /**
4109
3659
  * <p>The request to create a new field-level encryption configuration.</p>
4110
3660
  */
4111
3661
  FieldLevelEncryptionConfig: FieldLevelEncryptionConfig | undefined;
4112
3662
  }
4113
- export declare namespace CreateFieldLevelEncryptionConfigRequest {
4114
- /**
4115
- * @internal
4116
- */
4117
- const filterSensitiveLog: (obj: CreateFieldLevelEncryptionConfigRequest) => any;
4118
- }
4119
3663
  /**
4120
3664
  * <p>A complex data type that includes the profile configurations and other options specified for field-level encryption. </p>
4121
3665
  */
@@ -4134,12 +3678,6 @@ export interface FieldLevelEncryption {
4134
3678
  */
4135
3679
  FieldLevelEncryptionConfig: FieldLevelEncryptionConfig | undefined;
4136
3680
  }
4137
- export declare namespace FieldLevelEncryption {
4138
- /**
4139
- * @internal
4140
- */
4141
- const filterSensitiveLog: (obj: FieldLevelEncryption) => any;
4142
- }
4143
3681
  export interface CreateFieldLevelEncryptionConfigResult {
4144
3682
  /**
4145
3683
  * <p>Returned when you create a new field-level encryption configuration.</p>
@@ -4154,12 +3692,6 @@ export interface CreateFieldLevelEncryptionConfigResult {
4154
3692
  */
4155
3693
  ETag?: string;
4156
3694
  }
4157
- export declare namespace CreateFieldLevelEncryptionConfigResult {
4158
- /**
4159
- * @internal
4160
- */
4161
- const filterSensitiveLog: (obj: CreateFieldLevelEncryptionConfigResult) => any;
4162
- }
4163
3695
  /**
4164
3696
  * <p>The specified configuration for field-level encryption already exists.</p>
4165
3697
  */
@@ -4245,12 +3777,6 @@ export interface FieldPatterns {
4245
3777
  */
4246
3778
  Items?: string[];
4247
3779
  }
4248
- export declare namespace FieldPatterns {
4249
- /**
4250
- * @internal
4251
- */
4252
- const filterSensitiveLog: (obj: FieldPatterns) => any;
4253
- }
4254
3780
  /**
4255
3781
  * <p>Complex data type for field-level encryption profiles that includes the encryption key and field pattern specifications. </p>
4256
3782
  */
@@ -4272,12 +3798,6 @@ export interface EncryptionEntity {
4272
3798
  */
4273
3799
  FieldPatterns: FieldPatterns | undefined;
4274
3800
  }
4275
- export declare namespace EncryptionEntity {
4276
- /**
4277
- * @internal
4278
- */
4279
- const filterSensitiveLog: (obj: EncryptionEntity) => any;
4280
- }
4281
3801
  /**
4282
3802
  * <p>Complex data type for field-level encryption profiles that includes all of the encryption entities. </p>
4283
3803
  */
@@ -4291,12 +3811,6 @@ export interface EncryptionEntities {
4291
3811
  */
4292
3812
  Items?: EncryptionEntity[];
4293
3813
  }
4294
- export declare namespace EncryptionEntities {
4295
- /**
4296
- * @internal
4297
- */
4298
- const filterSensitiveLog: (obj: EncryptionEntities) => any;
4299
- }
4300
3814
  /**
4301
3815
  * <p>A complex data type of profiles for the field-level encryption.</p>
4302
3816
  */
@@ -4320,24 +3834,12 @@ export interface FieldLevelEncryptionProfileConfig {
4320
3834
  */
4321
3835
  EncryptionEntities: EncryptionEntities | undefined;
4322
3836
  }
4323
- export declare namespace FieldLevelEncryptionProfileConfig {
4324
- /**
4325
- * @internal
4326
- */
4327
- const filterSensitiveLog: (obj: FieldLevelEncryptionProfileConfig) => any;
4328
- }
4329
3837
  export interface CreateFieldLevelEncryptionProfileRequest {
4330
3838
  /**
4331
3839
  * <p>The request to create a field-level encryption profile.</p>
4332
3840
  */
4333
3841
  FieldLevelEncryptionProfileConfig: FieldLevelEncryptionProfileConfig | undefined;
4334
3842
  }
4335
- export declare namespace CreateFieldLevelEncryptionProfileRequest {
4336
- /**
4337
- * @internal
4338
- */
4339
- const filterSensitiveLog: (obj: CreateFieldLevelEncryptionProfileRequest) => any;
4340
- }
4341
3843
  /**
4342
3844
  * <p>A complex data type for field-level encryption profiles.</p>
4343
3845
  */
@@ -4356,12 +3858,6 @@ export interface FieldLevelEncryptionProfile {
4356
3858
  */
4357
3859
  FieldLevelEncryptionProfileConfig: FieldLevelEncryptionProfileConfig | undefined;
4358
3860
  }
4359
- export declare namespace FieldLevelEncryptionProfile {
4360
- /**
4361
- * @internal
4362
- */
4363
- const filterSensitiveLog: (obj: FieldLevelEncryptionProfile) => any;
4364
- }
4365
3861
  export interface CreateFieldLevelEncryptionProfileResult {
4366
3862
  /**
4367
3863
  * <p>Returned when you create a new field-level encryption profile.</p>
@@ -4376,12 +3872,6 @@ export interface CreateFieldLevelEncryptionProfileResult {
4376
3872
  */
4377
3873
  ETag?: string;
4378
3874
  }
4379
- export declare namespace CreateFieldLevelEncryptionProfileResult {
4380
- /**
4381
- * @internal
4382
- */
4383
- const filterSensitiveLog: (obj: CreateFieldLevelEncryptionProfileResult) => any;
4384
- }
4385
3875
  /**
4386
3876
  * <p>The specified profile for field-level encryption already exists.</p>
4387
3877
  */
@@ -4471,12 +3961,6 @@ export interface FunctionConfig {
4471
3961
  */
4472
3962
  Runtime: FunctionRuntime | string | undefined;
4473
3963
  }
4474
- export declare namespace FunctionConfig {
4475
- /**
4476
- * @internal
4477
- */
4478
- const filterSensitiveLog: (obj: FunctionConfig) => any;
4479
- }
4480
3964
  export interface CreateFunctionRequest {
4481
3965
  /**
4482
3966
  * <p>A name to identify the function.</p>
@@ -4493,12 +3977,6 @@ export interface CreateFunctionRequest {
4493
3977
  */
4494
3978
  FunctionCode: Uint8Array | undefined;
4495
3979
  }
4496
- export declare namespace CreateFunctionRequest {
4497
- /**
4498
- * @internal
4499
- */
4500
- const filterSensitiveLog: (obj: CreateFunctionRequest) => any;
4501
- }
4502
3980
  export declare enum FunctionStage {
4503
3981
  DEVELOPMENT = "DEVELOPMENT",
4504
3982
  LIVE = "LIVE"
@@ -4530,12 +4008,6 @@ export interface FunctionMetadata {
4530
4008
  */
4531
4009
  LastModifiedTime: Date | undefined;
4532
4010
  }
4533
- export declare namespace FunctionMetadata {
4534
- /**
4535
- * @internal
4536
- */
4537
- const filterSensitiveLog: (obj: FunctionMetadata) => any;
4538
- }
4539
4011
  /**
4540
4012
  * <p>Contains configuration information and metadata about a CloudFront function.</p>
4541
4013
  */
@@ -4557,12 +4029,6 @@ export interface FunctionSummary {
4557
4029
  */
4558
4030
  FunctionMetadata: FunctionMetadata | undefined;
4559
4031
  }
4560
- export declare namespace FunctionSummary {
4561
- /**
4562
- * @internal
4563
- */
4564
- const filterSensitiveLog: (obj: FunctionSummary) => any;
4565
- }
4566
4032
  export interface CreateFunctionResult {
4567
4033
  /**
4568
4034
  * <p>Contains configuration information and metadata about a CloudFront function.</p>
@@ -4578,12 +4044,6 @@ export interface CreateFunctionResult {
4578
4044
  */
4579
4045
  ETag?: string;
4580
4046
  }
4581
- export declare namespace CreateFunctionResult {
4582
- /**
4583
- * @internal
4584
- */
4585
- const filterSensitiveLog: (obj: CreateFunctionResult) => any;
4586
- }
4587
4047
  /**
4588
4048
  * <p>A function with the same name already exists in this Amazon Web Services account. To create a
4589
4049
  * function, you must provide a unique name. To update an existing function, use
@@ -4652,12 +4112,6 @@ export interface Paths {
4652
4112
  */
4653
4113
  Items?: string[];
4654
4114
  }
4655
- export declare namespace Paths {
4656
- /**
4657
- * @internal
4658
- */
4659
- const filterSensitiveLog: (obj: Paths) => any;
4660
- }
4661
4115
  /**
4662
4116
  * <p>An invalidation batch.</p>
4663
4117
  */
@@ -4685,12 +4139,6 @@ export interface InvalidationBatch {
4685
4139
  */
4686
4140
  CallerReference: string | undefined;
4687
4141
  }
4688
- export declare namespace InvalidationBatch {
4689
- /**
4690
- * @internal
4691
- */
4692
- const filterSensitiveLog: (obj: InvalidationBatch) => any;
4693
- }
4694
4142
  /**
4695
4143
  * <p>The request to create an invalidation.</p>
4696
4144
  */
@@ -4704,12 +4152,6 @@ export interface CreateInvalidationRequest {
4704
4152
  */
4705
4153
  InvalidationBatch: InvalidationBatch | undefined;
4706
4154
  }
4707
- export declare namespace CreateInvalidationRequest {
4708
- /**
4709
- * @internal
4710
- */
4711
- const filterSensitiveLog: (obj: CreateInvalidationRequest) => any;
4712
- }
4713
4155
  /**
4714
4156
  * <p>An invalidation. </p>
4715
4157
  */
@@ -4733,12 +4175,6 @@ export interface Invalidation {
4733
4175
  */
4734
4176
  InvalidationBatch: InvalidationBatch | undefined;
4735
4177
  }
4736
- export declare namespace Invalidation {
4737
- /**
4738
- * @internal
4739
- */
4740
- const filterSensitiveLog: (obj: Invalidation) => any;
4741
- }
4742
4178
  /**
4743
4179
  * <p>The returned result of the corresponding request.</p>
4744
4180
  */
@@ -4753,12 +4189,6 @@ export interface CreateInvalidationResult {
4753
4189
  */
4754
4190
  Invalidation?: Invalidation;
4755
4191
  }
4756
- export declare namespace CreateInvalidationResult {
4757
- /**
4758
- * @internal
4759
- */
4760
- const filterSensitiveLog: (obj: CreateInvalidationResult) => any;
4761
- }
4762
4192
  /**
4763
4193
  * <p>You have exceeded the maximum number of allowable InProgress invalidation batch requests, or invalidation objects.</p>
4764
4194
  */
@@ -4790,24 +4220,12 @@ export interface KeyGroupConfig {
4790
4220
  */
4791
4221
  Comment?: string;
4792
4222
  }
4793
- export declare namespace KeyGroupConfig {
4794
- /**
4795
- * @internal
4796
- */
4797
- const filterSensitiveLog: (obj: KeyGroupConfig) => any;
4798
- }
4799
4223
  export interface CreateKeyGroupRequest {
4800
4224
  /**
4801
4225
  * <p>A key group configuration.</p>
4802
4226
  */
4803
4227
  KeyGroupConfig: KeyGroupConfig | undefined;
4804
4228
  }
4805
- export declare namespace CreateKeyGroupRequest {
4806
- /**
4807
- * @internal
4808
- */
4809
- const filterSensitiveLog: (obj: CreateKeyGroupRequest) => any;
4810
- }
4811
4229
  /**
4812
4230
  * <p>A key group.</p>
4813
4231
  * <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>
@@ -4826,12 +4244,6 @@ export interface KeyGroup {
4826
4244
  */
4827
4245
  KeyGroupConfig: KeyGroupConfig | undefined;
4828
4246
  }
4829
- export declare namespace KeyGroup {
4830
- /**
4831
- * @internal
4832
- */
4833
- const filterSensitiveLog: (obj: KeyGroup) => any;
4834
- }
4835
4247
  export interface CreateKeyGroupResult {
4836
4248
  /**
4837
4249
  * <p>The key group that was just created.</p>
@@ -4846,12 +4258,6 @@ export interface CreateKeyGroupResult {
4846
4258
  */
4847
4259
  ETag?: string;
4848
4260
  }
4849
- export declare namespace CreateKeyGroupResult {
4850
- /**
4851
- * @internal
4852
- */
4853
- const filterSensitiveLog: (obj: CreateKeyGroupResult) => any;
4854
- }
4855
4261
  /**
4856
4262
  * <p>A key group with this name already exists. You must provide a unique name. To modify an
4857
4263
  * existing key group, use <code>UpdateKeyGroup</code>.</p>
@@ -4907,12 +4313,6 @@ export interface RealtimeMetricsSubscriptionConfig {
4907
4313
  */
4908
4314
  RealtimeMetricsSubscriptionStatus: RealtimeMetricsSubscriptionStatus | string | undefined;
4909
4315
  }
4910
- export declare namespace RealtimeMetricsSubscriptionConfig {
4911
- /**
4912
- * @internal
4913
- */
4914
- const filterSensitiveLog: (obj: RealtimeMetricsSubscriptionConfig) => any;
4915
- }
4916
4316
  /**
4917
4317
  * <p>A monitoring subscription. This structure contains information about whether additional
4918
4318
  * CloudWatch metrics are enabled for a given CloudFront distribution.</p>
@@ -4923,12 +4323,6 @@ export interface MonitoringSubscription {
4923
4323
  */
4924
4324
  RealtimeMetricsSubscriptionConfig?: RealtimeMetricsSubscriptionConfig;
4925
4325
  }
4926
- export declare namespace MonitoringSubscription {
4927
- /**
4928
- * @internal
4929
- */
4930
- const filterSensitiveLog: (obj: MonitoringSubscription) => any;
4931
- }
4932
4326
  export interface CreateMonitoringSubscriptionRequest {
4933
4327
  /**
4934
4328
  * <p>The ID of the distribution that you are enabling metrics for.</p>
@@ -4940,12 +4334,6 @@ export interface CreateMonitoringSubscriptionRequest {
4940
4334
  */
4941
4335
  MonitoringSubscription: MonitoringSubscription | undefined;
4942
4336
  }
4943
- export declare namespace CreateMonitoringSubscriptionRequest {
4944
- /**
4945
- * @internal
4946
- */
4947
- const filterSensitiveLog: (obj: CreateMonitoringSubscriptionRequest) => any;
4948
- }
4949
4337
  export interface CreateMonitoringSubscriptionResult {
4950
4338
  /**
4951
4339
  * <p>A monitoring subscription. This structure contains information about whether additional
@@ -4953,12 +4341,6 @@ export interface CreateMonitoringSubscriptionResult {
4953
4341
  */
4954
4342
  MonitoringSubscription?: MonitoringSubscription;
4955
4343
  }
4956
- export declare namespace CreateMonitoringSubscriptionResult {
4957
- /**
4958
- * @internal
4959
- */
4960
- const filterSensitiveLog: (obj: CreateMonitoringSubscriptionResult) => any;
4961
- }
4962
4344
  export declare type OriginRequestPolicyCookieBehavior = "all" | "none" | "whitelist";
4963
4345
  /**
4964
4346
  * <p>An object that determines whether any cookies in viewer requests (and if so, which cookies)
@@ -4996,12 +4378,6 @@ export interface OriginRequestPolicyCookiesConfig {
4996
4378
  */
4997
4379
  Cookies?: CookieNames;
4998
4380
  }
4999
- export declare namespace OriginRequestPolicyCookiesConfig {
5000
- /**
5001
- * @internal
5002
- */
5003
- const filterSensitiveLog: (obj: OriginRequestPolicyCookiesConfig) => any;
5004
- }
5005
4381
  export declare type OriginRequestPolicyHeaderBehavior = "allViewer" | "allViewerAndWhitelistCloudFront" | "none" | "whitelist";
5006
4382
  /**
5007
4383
  * <p>An object that determines whether any HTTP headers (and if so, which headers) are included
@@ -5045,12 +4421,6 @@ export interface OriginRequestPolicyHeadersConfig {
5045
4421
  */
5046
4422
  Headers?: Headers;
5047
4423
  }
5048
- export declare namespace OriginRequestPolicyHeadersConfig {
5049
- /**
5050
- * @internal
5051
- */
5052
- const filterSensitiveLog: (obj: OriginRequestPolicyHeadersConfig) => any;
5053
- }
5054
4424
  export declare type OriginRequestPolicyQueryStringBehavior = "all" | "none" | "whitelist";
5055
4425
  /**
5056
4426
  * <p>An object that determines whether any URL query strings in viewer requests (and if so, which
@@ -5088,12 +4458,6 @@ export interface OriginRequestPolicyQueryStringsConfig {
5088
4458
  */
5089
4459
  QueryStrings?: QueryStringNames;
5090
4460
  }
5091
- export declare namespace OriginRequestPolicyQueryStringsConfig {
5092
- /**
5093
- * @internal
5094
- */
5095
- const filterSensitiveLog: (obj: OriginRequestPolicyQueryStringsConfig) => any;
5096
- }
5097
4461
  /**
5098
4462
  * <p>An origin request policy configuration.</p>
5099
4463
  * <p>This configuration determines the values that CloudFront includes in requests that it sends to the
@@ -5142,24 +4506,12 @@ export interface OriginRequestPolicyConfig {
5142
4506
  */
5143
4507
  QueryStringsConfig: OriginRequestPolicyQueryStringsConfig | undefined;
5144
4508
  }
5145
- export declare namespace OriginRequestPolicyConfig {
5146
- /**
5147
- * @internal
5148
- */
5149
- const filterSensitiveLog: (obj: OriginRequestPolicyConfig) => any;
5150
- }
5151
4509
  export interface CreateOriginRequestPolicyRequest {
5152
4510
  /**
5153
4511
  * <p>An origin request policy configuration.</p>
5154
4512
  */
5155
4513
  OriginRequestPolicyConfig: OriginRequestPolicyConfig | undefined;
5156
4514
  }
5157
- export declare namespace CreateOriginRequestPolicyRequest {
5158
- /**
5159
- * @internal
5160
- */
5161
- const filterSensitiveLog: (obj: CreateOriginRequestPolicyRequest) => any;
5162
- }
5163
4515
  /**
5164
4516
  * <p>An origin request policy.</p>
5165
4517
  * <p>When it’s attached to a cache behavior, the origin request policy determines the values that
@@ -5199,12 +4551,6 @@ export interface OriginRequestPolicy {
5199
4551
  */
5200
4552
  OriginRequestPolicyConfig: OriginRequestPolicyConfig | undefined;
5201
4553
  }
5202
- export declare namespace OriginRequestPolicy {
5203
- /**
5204
- * @internal
5205
- */
5206
- const filterSensitiveLog: (obj: OriginRequestPolicy) => any;
5207
- }
5208
4554
  export interface CreateOriginRequestPolicyResult {
5209
4555
  /**
5210
4556
  * <p>An origin request policy.</p>
@@ -5219,12 +4565,6 @@ export interface CreateOriginRequestPolicyResult {
5219
4565
  */
5220
4566
  ETag?: string;
5221
4567
  }
5222
- export declare namespace CreateOriginRequestPolicyResult {
5223
- /**
5224
- * @internal
5225
- */
5226
- const filterSensitiveLog: (obj: CreateOriginRequestPolicyResult) => any;
5227
- }
5228
4568
  /**
5229
4569
  * <p>An origin request policy with this name already exists. You must provide a unique
5230
4570
  * name. To modify an existing origin request policy, use
@@ -5318,24 +4658,12 @@ export interface PublicKeyConfig {
5318
4658
  */
5319
4659
  Comment?: string;
5320
4660
  }
5321
- export declare namespace PublicKeyConfig {
5322
- /**
5323
- * @internal
5324
- */
5325
- const filterSensitiveLog: (obj: PublicKeyConfig) => any;
5326
- }
5327
4661
  export interface CreatePublicKeyRequest {
5328
4662
  /**
5329
4663
  * <p>A CloudFront public key configuration.</p>
5330
4664
  */
5331
4665
  PublicKeyConfig: PublicKeyConfig | undefined;
5332
4666
  }
5333
- export declare namespace CreatePublicKeyRequest {
5334
- /**
5335
- * @internal
5336
- */
5337
- const filterSensitiveLog: (obj: CreatePublicKeyRequest) => any;
5338
- }
5339
4667
  /**
5340
4668
  * <p>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>
5341
4669
  */
@@ -5353,12 +4681,6 @@ export interface PublicKey {
5353
4681
  */
5354
4682
  PublicKeyConfig: PublicKeyConfig | undefined;
5355
4683
  }
5356
- export declare namespace PublicKey {
5357
- /**
5358
- * @internal
5359
- */
5360
- const filterSensitiveLog: (obj: PublicKey) => any;
5361
- }
5362
4684
  export interface CreatePublicKeyResult {
5363
4685
  /**
5364
4686
  * <p>The public key.</p>
@@ -5373,12 +4695,6 @@ export interface CreatePublicKeyResult {
5373
4695
  */
5374
4696
  ETag?: string;
5375
4697
  }
5376
- export declare namespace CreatePublicKeyResult {
5377
- /**
5378
- * @internal
5379
- */
5380
- const filterSensitiveLog: (obj: CreatePublicKeyResult) => any;
5381
- }
5382
4698
  /**
5383
4699
  * <p>The specified public key already exists.</p>
5384
4700
  */
@@ -5421,12 +4737,6 @@ export interface KinesisStreamConfig {
5421
4737
  */
5422
4738
  StreamARN: string | undefined;
5423
4739
  }
5424
- export declare namespace KinesisStreamConfig {
5425
- /**
5426
- * @internal
5427
- */
5428
- const filterSensitiveLog: (obj: KinesisStreamConfig) => any;
5429
- }
5430
4740
  /**
5431
4741
  * <p>Contains information about the Amazon Kinesis data stream where you are sending real-time
5432
4742
  * log data in a real-time log configuration.</p>
@@ -5443,12 +4753,6 @@ export interface EndPoint {
5443
4753
  */
5444
4754
  KinesisStreamConfig?: KinesisStreamConfig;
5445
4755
  }
5446
- export declare namespace EndPoint {
5447
- /**
5448
- * @internal
5449
- */
5450
- const filterSensitiveLog: (obj: EndPoint) => any;
5451
- }
5452
4756
  export interface CreateRealtimeLogConfigRequest {
5453
4757
  /**
5454
4758
  * <p>Contains information about the Amazon Kinesis data stream where you are sending real-time
@@ -5472,12 +4776,6 @@ export interface CreateRealtimeLogConfigRequest {
5472
4776
  */
5473
4777
  SamplingRate: number | undefined;
5474
4778
  }
5475
- export declare namespace CreateRealtimeLogConfigRequest {
5476
- /**
5477
- * @internal
5478
- */
5479
- const filterSensitiveLog: (obj: CreateRealtimeLogConfigRequest) => any;
5480
- }
5481
4779
  /**
5482
4780
  * <p>A real-time log configuration.</p>
5483
4781
  */
@@ -5510,24 +4808,12 @@ export interface RealtimeLogConfig {
5510
4808
  */
5511
4809
  Fields: string[] | undefined;
5512
4810
  }
5513
- export declare namespace RealtimeLogConfig {
5514
- /**
5515
- * @internal
5516
- */
5517
- const filterSensitiveLog: (obj: RealtimeLogConfig) => any;
5518
- }
5519
4811
  export interface CreateRealtimeLogConfigResult {
5520
4812
  /**
5521
4813
  * <p>A real-time log configuration.</p>
5522
4814
  */
5523
4815
  RealtimeLogConfig?: RealtimeLogConfig;
5524
4816
  }
5525
- export declare namespace CreateRealtimeLogConfigResult {
5526
- /**
5527
- * @internal
5528
- */
5529
- const filterSensitiveLog: (obj: CreateRealtimeLogConfigResult) => any;
5530
- }
5531
4817
  /**
5532
4818
  * <p>A real-time log configuration with this name already exists. You must provide a unique name.
5533
4819
  * To modify an existing real-time log configuration, use
@@ -5572,12 +4858,6 @@ export interface ResponseHeadersPolicyAccessControlAllowHeaders {
5572
4858
  */
5573
4859
  Items: string[] | undefined;
5574
4860
  }
5575
- export declare namespace ResponseHeadersPolicyAccessControlAllowHeaders {
5576
- /**
5577
- * @internal
5578
- */
5579
- const filterSensitiveLog: (obj: ResponseHeadersPolicyAccessControlAllowHeaders) => any;
5580
- }
5581
4861
  /**
5582
4862
  * <p>A list of HTTP methods that CloudFront includes as values for the
5583
4863
  * <code>Access-Control-Allow-Methods</code> HTTP response header.</p>
@@ -5639,12 +4919,6 @@ export interface ResponseHeadersPolicyAccessControlAllowMethods {
5639
4919
  */
5640
4920
  Items: (ResponseHeadersPolicyAccessControlAllowMethodsValues | string)[] | undefined;
5641
4921
  }
5642
- export declare namespace ResponseHeadersPolicyAccessControlAllowMethods {
5643
- /**
5644
- * @internal
5645
- */
5646
- const filterSensitiveLog: (obj: ResponseHeadersPolicyAccessControlAllowMethods) => any;
5647
- }
5648
4922
  /**
5649
4923
  * <p>A list of origins (domain names) that CloudFront can use as the value for the
5650
4924
  * <code>Access-Control-Allow-Origin</code> HTTP response header.</p>
@@ -5662,12 +4936,6 @@ export interface ResponseHeadersPolicyAccessControlAllowOrigins {
5662
4936
  */
5663
4937
  Items: string[] | undefined;
5664
4938
  }
5665
- export declare namespace ResponseHeadersPolicyAccessControlAllowOrigins {
5666
- /**
5667
- * @internal
5668
- */
5669
- const filterSensitiveLog: (obj: ResponseHeadersPolicyAccessControlAllowOrigins) => any;
5670
- }
5671
4939
  /**
5672
4940
  * <p>A list of HTTP headers that CloudFront includes as values for the
5673
4941
  * <code>Access-Control-Expose-Headers</code> HTTP response header.</p>
@@ -5684,12 +4952,6 @@ export interface ResponseHeadersPolicyAccessControlExposeHeaders {
5684
4952
  */
5685
4953
  Items?: string[];
5686
4954
  }
5687
- export declare namespace ResponseHeadersPolicyAccessControlExposeHeaders {
5688
- /**
5689
- * @internal
5690
- */
5691
- const filterSensitiveLog: (obj: ResponseHeadersPolicyAccessControlExposeHeaders) => any;
5692
- }
5693
4955
  /**
5694
4956
  * <p>A configuration for a set of HTTP response headers that are used for cross-origin resource
5695
4957
  * sharing (CORS). CloudFront adds these headers to HTTP responses that it sends for CORS
@@ -5747,12 +5009,6 @@ export interface ResponseHeadersPolicyCorsConfig {
5747
5009
  */
5748
5010
  OriginOverride: boolean | undefined;
5749
5011
  }
5750
- export declare namespace ResponseHeadersPolicyCorsConfig {
5751
- /**
5752
- * @internal
5753
- */
5754
- const filterSensitiveLog: (obj: ResponseHeadersPolicyCorsConfig) => any;
5755
- }
5756
5012
  /**
5757
5013
  * <p>An HTTP response header name and its value. CloudFront includes this header in HTTP responses that
5758
5014
  * it sends for requests that match a cache behavior that’s associated with this response
@@ -5773,12 +5029,6 @@ export interface ResponseHeadersPolicyCustomHeader {
5773
5029
  */
5774
5030
  Override: boolean | undefined;
5775
5031
  }
5776
- export declare namespace ResponseHeadersPolicyCustomHeader {
5777
- /**
5778
- * @internal
5779
- */
5780
- const filterSensitiveLog: (obj: ResponseHeadersPolicyCustomHeader) => any;
5781
- }
5782
5032
  /**
5783
5033
  * <p>A list of HTTP response header names and their values. CloudFront includes these headers in HTTP
5784
5034
  * responses that it sends for requests that match a cache behavior that’s associated with
@@ -5794,12 +5044,6 @@ export interface ResponseHeadersPolicyCustomHeadersConfig {
5794
5044
  */
5795
5045
  Items?: ResponseHeadersPolicyCustomHeader[];
5796
5046
  }
5797
- export declare namespace ResponseHeadersPolicyCustomHeadersConfig {
5798
- /**
5799
- * @internal
5800
- */
5801
- const filterSensitiveLog: (obj: ResponseHeadersPolicyCustomHeadersConfig) => any;
5802
- }
5803
5047
  /**
5804
5048
  * <p>The policy directives and their values that CloudFront includes as values for the
5805
5049
  * <code>Content-Security-Policy</code> HTTP response header.</p>
@@ -5819,12 +5063,6 @@ export interface ResponseHeadersPolicyContentSecurityPolicy {
5819
5063
  */
5820
5064
  ContentSecurityPolicy: string | undefined;
5821
5065
  }
5822
- export declare namespace ResponseHeadersPolicyContentSecurityPolicy {
5823
- /**
5824
- * @internal
5825
- */
5826
- const filterSensitiveLog: (obj: ResponseHeadersPolicyContentSecurityPolicy) => any;
5827
- }
5828
5066
  /**
5829
5067
  * <p>Determines whether CloudFront includes the <code>X-Content-Type-Options</code> HTTP response
5830
5068
  * header with its value set to <code>nosniff</code>.</p>
@@ -5839,12 +5077,6 @@ export interface ResponseHeadersPolicyContentTypeOptions {
5839
5077
  */
5840
5078
  Override: boolean | undefined;
5841
5079
  }
5842
- export declare namespace ResponseHeadersPolicyContentTypeOptions {
5843
- /**
5844
- * @internal
5845
- */
5846
- const filterSensitiveLog: (obj: ResponseHeadersPolicyContentTypeOptions) => any;
5847
- }
5848
5080
  export declare enum FrameOptionsList {
5849
5081
  DENY = "DENY",
5850
5082
  SAMEORIGIN = "SAMEORIGIN"
@@ -5869,12 +5101,6 @@ export interface ResponseHeadersPolicyFrameOptions {
5869
5101
  */
5870
5102
  FrameOption: FrameOptionsList | string | undefined;
5871
5103
  }
5872
- export declare namespace ResponseHeadersPolicyFrameOptions {
5873
- /**
5874
- * @internal
5875
- */
5876
- const filterSensitiveLog: (obj: ResponseHeadersPolicyFrameOptions) => any;
5877
- }
5878
5104
  export declare enum ReferrerPolicyList {
5879
5105
  no_referrer = "no-referrer",
5880
5106
  no_referrer_when_downgrade = "no-referrer-when-downgrade",
@@ -5947,12 +5173,6 @@ export interface ResponseHeadersPolicyReferrerPolicy {
5947
5173
  */
5948
5174
  ReferrerPolicy: ReferrerPolicyList | string | undefined;
5949
5175
  }
5950
- export declare namespace ResponseHeadersPolicyReferrerPolicy {
5951
- /**
5952
- * @internal
5953
- */
5954
- const filterSensitiveLog: (obj: ResponseHeadersPolicyReferrerPolicy) => any;
5955
- }
5956
5176
  /**
5957
5177
  * <p>Determines whether CloudFront includes the <code>Strict-Transport-Security</code> HTTP response
5958
5178
  * header and the header’s value.</p>
@@ -5982,12 +5202,6 @@ export interface ResponseHeadersPolicyStrictTransportSecurity {
5982
5202
  */
5983
5203
  AccessControlMaxAgeSec: number | undefined;
5984
5204
  }
5985
- export declare namespace ResponseHeadersPolicyStrictTransportSecurity {
5986
- /**
5987
- * @internal
5988
- */
5989
- const filterSensitiveLog: (obj: ResponseHeadersPolicyStrictTransportSecurity) => any;
5990
- }
5991
5205
  /**
5992
5206
  * <p>Determines whether CloudFront includes the <code>X-XSS-Protection</code> HTTP response header and
5993
5207
  * the header’s value.</p>
@@ -6025,12 +5239,6 @@ export interface ResponseHeadersPolicyXSSProtection {
6025
5239
  */
6026
5240
  ReportUri?: string;
6027
5241
  }
6028
- export declare namespace ResponseHeadersPolicyXSSProtection {
6029
- /**
6030
- * @internal
6031
- */
6032
- const filterSensitiveLog: (obj: ResponseHeadersPolicyXSSProtection) => any;
6033
- }
6034
5242
  /**
6035
5243
  * <p>A configuration for a set of security-related HTTP response headers. CloudFront adds these headers
6036
5244
  * to HTTP responses that it sends for requests that match a cache behavior associated with
@@ -6080,12 +5288,6 @@ export interface ResponseHeadersPolicySecurityHeadersConfig {
6080
5288
  */
6081
5289
  StrictTransportSecurity?: ResponseHeadersPolicyStrictTransportSecurity;
6082
5290
  }
6083
- export declare namespace ResponseHeadersPolicySecurityHeadersConfig {
6084
- /**
6085
- * @internal
6086
- */
6087
- const filterSensitiveLog: (obj: ResponseHeadersPolicySecurityHeadersConfig) => any;
6088
- }
6089
5291
  /**
6090
5292
  * <p>A configuration for enabling the <code>Server-Timing</code> header in HTTP responses sent
6091
5293
  * from CloudFront. CloudFront adds this header to HTTP responses that it sends in response to requests
@@ -6116,12 +5318,6 @@ export interface ResponseHeadersPolicyServerTimingHeadersConfig {
6116
5318
  */
6117
5319
  SamplingRate?: number;
6118
5320
  }
6119
- export declare namespace ResponseHeadersPolicyServerTimingHeadersConfig {
6120
- /**
6121
- * @internal
6122
- */
6123
- const filterSensitiveLog: (obj: ResponseHeadersPolicyServerTimingHeadersConfig) => any;
6124
- }
6125
5321
  /**
6126
5322
  * <p>A response headers policy configuration.</p>
6127
5323
  * <p>A response headers policy configuration contains metadata about the response headers policy,
@@ -6159,12 +5355,6 @@ export interface ResponseHeadersPolicyConfig {
6159
5355
  */
6160
5356
  ServerTimingHeadersConfig?: ResponseHeadersPolicyServerTimingHeadersConfig;
6161
5357
  }
6162
- export declare namespace ResponseHeadersPolicyConfig {
6163
- /**
6164
- * @internal
6165
- */
6166
- const filterSensitiveLog: (obj: ResponseHeadersPolicyConfig) => any;
6167
- }
6168
5358
  export interface CreateResponseHeadersPolicyRequest {
6169
5359
  /**
6170
5360
  * <p>Contains metadata about the response headers policy, and a set of configurations that
@@ -6172,12 +5362,6 @@ export interface CreateResponseHeadersPolicyRequest {
6172
5362
  */
6173
5363
  ResponseHeadersPolicyConfig: ResponseHeadersPolicyConfig | undefined;
6174
5364
  }
6175
- export declare namespace CreateResponseHeadersPolicyRequest {
6176
- /**
6177
- * @internal
6178
- */
6179
- const filterSensitiveLog: (obj: CreateResponseHeadersPolicyRequest) => any;
6180
- }
6181
5365
  /**
6182
5366
  * <p>A response headers policy.</p>
6183
5367
  * <p>A response headers policy contains information about a set of HTTP response headers
@@ -6206,12 +5390,6 @@ export interface ResponseHeadersPolicy {
6206
5390
  */
6207
5391
  ResponseHeadersPolicyConfig: ResponseHeadersPolicyConfig | undefined;
6208
5392
  }
6209
- export declare namespace ResponseHeadersPolicy {
6210
- /**
6211
- * @internal
6212
- */
6213
- const filterSensitiveLog: (obj: ResponseHeadersPolicy) => any;
6214
- }
6215
5393
  export interface CreateResponseHeadersPolicyResult {
6216
5394
  /**
6217
5395
  * <p>Contains a response headers policy.</p>
@@ -6226,12 +5404,6 @@ export interface CreateResponseHeadersPolicyResult {
6226
5404
  */
6227
5405
  ETag?: string;
6228
5406
  }
6229
- export declare namespace CreateResponseHeadersPolicyResult {
6230
- /**
6231
- * @internal
6232
- */
6233
- const filterSensitiveLog: (obj: CreateResponseHeadersPolicyResult) => any;
6234
- }
6235
5407
  /**
6236
5408
  * <p>A response headers policy with this name already exists. You must provide a unique name. To
6237
5409
  * modify an existing response headers policy, use
@@ -6315,12 +5487,6 @@ export interface StreamingLoggingConfig {
6315
5487
  */
6316
5488
  Prefix: string | undefined;
6317
5489
  }
6318
- export declare namespace StreamingLoggingConfig {
6319
- /**
6320
- * @internal
6321
- */
6322
- const filterSensitiveLog: (obj: StreamingLoggingConfig) => any;
6323
- }
6324
5490
  /**
6325
5491
  * <p>A complex type that contains information about the Amazon S3 bucket from which you want
6326
5492
  * CloudFront to get your media files for distribution.</p>
@@ -6347,12 +5513,6 @@ export interface S3Origin {
6347
5513
  */
6348
5514
  OriginAccessIdentity: string | undefined;
6349
5515
  }
6350
- export declare namespace S3Origin {
6351
- /**
6352
- * @internal
6353
- */
6354
- const filterSensitiveLog: (obj: S3Origin) => any;
6355
- }
6356
5516
  /**
6357
5517
  * <p>The RTMP distribution's configuration information.</p>
6358
5518
  */
@@ -6404,12 +5564,6 @@ export interface StreamingDistributionConfig {
6404
5564
  */
6405
5565
  Enabled: boolean | undefined;
6406
5566
  }
6407
- export declare namespace StreamingDistributionConfig {
6408
- /**
6409
- * @internal
6410
- */
6411
- const filterSensitiveLog: (obj: StreamingDistributionConfig) => any;
6412
- }
6413
5567
  /**
6414
5568
  * <p>The request to create a new streaming distribution.</p>
6415
5569
  */
@@ -6419,12 +5573,6 @@ export interface CreateStreamingDistributionRequest {
6419
5573
  */
6420
5574
  StreamingDistributionConfig: StreamingDistributionConfig | undefined;
6421
5575
  }
6422
- export declare namespace CreateStreamingDistributionRequest {
6423
- /**
6424
- * @internal
6425
- */
6426
- const filterSensitiveLog: (obj: CreateStreamingDistributionRequest) => any;
6427
- }
6428
5576
  /**
6429
5577
  * <p>A streaming distribution tells CloudFront where you want RTMP content to be delivered from, and the details about how to
6430
5578
  * track and manage content delivery.</p>
@@ -6472,12 +5620,6 @@ export interface StreamingDistribution {
6472
5620
  */
6473
5621
  StreamingDistributionConfig: StreamingDistributionConfig | undefined;
6474
5622
  }
6475
- export declare namespace StreamingDistribution {
6476
- /**
6477
- * @internal
6478
- */
6479
- const filterSensitiveLog: (obj: StreamingDistribution) => any;
6480
- }
6481
5623
  /**
6482
5624
  * <p>The returned result of the corresponding request.</p>
6483
5625
  */
@@ -6495,12 +5637,6 @@ export interface CreateStreamingDistributionResult {
6495
5637
  */
6496
5638
  ETag?: string;
6497
5639
  }
6498
- export declare namespace CreateStreamingDistributionResult {
6499
- /**
6500
- * @internal
6501
- */
6502
- const filterSensitiveLog: (obj: CreateStreamingDistributionResult) => any;
6503
- }
6504
5640
  /**
6505
5641
  * <p>The caller reference you attempted to create the streaming distribution with
6506
5642
  * is associated with another distribution</p>
@@ -6552,12 +5688,6 @@ export interface StreamingDistributionConfigWithTags {
6552
5688
  */
6553
5689
  Tags: Tags | undefined;
6554
5690
  }
6555
- export declare namespace StreamingDistributionConfigWithTags {
6556
- /**
6557
- * @internal
6558
- */
6559
- const filterSensitiveLog: (obj: StreamingDistributionConfigWithTags) => any;
6560
- }
6561
5691
  /**
6562
5692
  * <p>The request to create a new streaming distribution with tags.</p>
6563
5693
  */
@@ -6567,12 +5697,6 @@ export interface CreateStreamingDistributionWithTagsRequest {
6567
5697
  */
6568
5698
  StreamingDistributionConfigWithTags: StreamingDistributionConfigWithTags | undefined;
6569
5699
  }
6570
- export declare namespace CreateStreamingDistributionWithTagsRequest {
6571
- /**
6572
- * @internal
6573
- */
6574
- const filterSensitiveLog: (obj: CreateStreamingDistributionWithTagsRequest) => any;
6575
- }
6576
5700
  /**
6577
5701
  * <p>The returned result of the corresponding request. </p>
6578
5702
  */
@@ -6590,12 +5714,6 @@ export interface CreateStreamingDistributionWithTagsResult {
6590
5714
  */
6591
5715
  ETag?: string;
6592
5716
  }
6593
- export declare namespace CreateStreamingDistributionWithTagsResult {
6594
- /**
6595
- * @internal
6596
- */
6597
- const filterSensitiveLog: (obj: CreateStreamingDistributionWithTagsResult) => any;
6598
- }
6599
5717
  export interface DeleteCachePolicyRequest {
6600
5718
  /**
6601
5719
  * <p>The unique identifier for the cache policy that you are deleting. To get the
@@ -6610,12 +5728,6 @@ export interface DeleteCachePolicyRequest {
6610
5728
  */
6611
5729
  IfMatch?: string;
6612
5730
  }
6613
- export declare namespace DeleteCachePolicyRequest {
6614
- /**
6615
- * @internal
6616
- */
6617
- const filterSensitiveLog: (obj: DeleteCachePolicyRequest) => any;
6618
- }
6619
5731
  /**
6620
5732
  * <p>You cannot delete a managed policy.</p>
6621
5733
  */
@@ -6679,12 +5791,6 @@ export interface DeleteCloudFrontOriginAccessIdentityRequest {
6679
5791
  */
6680
5792
  IfMatch?: string;
6681
5793
  }
6682
- export declare namespace DeleteCloudFrontOriginAccessIdentityRequest {
6683
- /**
6684
- * @internal
6685
- */
6686
- const filterSensitiveLog: (obj: DeleteCloudFrontOriginAccessIdentityRequest) => any;
6687
- }
6688
5794
  /**
6689
5795
  * <p>The specified origin access identity does not exist.</p>
6690
5796
  */
@@ -6757,12 +5863,6 @@ export interface DeleteDistributionRequest {
6757
5863
  */
6758
5864
  IfMatch?: string;
6759
5865
  }
6760
- export declare namespace DeleteDistributionRequest {
6761
- /**
6762
- * @internal
6763
- */
6764
- const filterSensitiveLog: (obj: DeleteDistributionRequest) => any;
6765
- }
6766
5866
  /**
6767
5867
  * <p>The specified CloudFront distribution is not disabled. You must disable
6768
5868
  * the distribution before you can delete it.</p>
@@ -6787,12 +5887,6 @@ export interface DeleteFieldLevelEncryptionConfigRequest {
6787
5887
  */
6788
5888
  IfMatch?: string;
6789
5889
  }
6790
- export declare namespace DeleteFieldLevelEncryptionConfigRequest {
6791
- /**
6792
- * @internal
6793
- */
6794
- const filterSensitiveLog: (obj: DeleteFieldLevelEncryptionConfigRequest) => any;
6795
- }
6796
5890
  /**
6797
5891
  * <p>The specified configuration for field-level encryption is in use.</p>
6798
5892
  */
@@ -6816,12 +5910,6 @@ export interface DeleteFieldLevelEncryptionProfileRequest {
6816
5910
  */
6817
5911
  IfMatch?: string;
6818
5912
  }
6819
- export declare namespace DeleteFieldLevelEncryptionProfileRequest {
6820
- /**
6821
- * @internal
6822
- */
6823
- const filterSensitiveLog: (obj: DeleteFieldLevelEncryptionProfileRequest) => any;
6824
- }
6825
5913
  /**
6826
5914
  * <p>The specified profile for field-level encryption is in use.</p>
6827
5915
  */
@@ -6845,12 +5933,6 @@ export interface DeleteFunctionRequest {
6845
5933
  */
6846
5934
  IfMatch: string | undefined;
6847
5935
  }
6848
- export declare namespace DeleteFunctionRequest {
6849
- /**
6850
- * @internal
6851
- */
6852
- const filterSensitiveLog: (obj: DeleteFunctionRequest) => any;
6853
- }
6854
5936
  /**
6855
5937
  * <p>Cannot delete the function because it’s attached to one or more cache
6856
5938
  * behaviors.</p>
@@ -6889,12 +5971,6 @@ export interface DeleteKeyGroupRequest {
6889
5971
  */
6890
5972
  IfMatch?: string;
6891
5973
  }
6892
- export declare namespace DeleteKeyGroupRequest {
6893
- /**
6894
- * @internal
6895
- */
6896
- const filterSensitiveLog: (obj: DeleteKeyGroupRequest) => any;
6897
- }
6898
5974
  /**
6899
5975
  * <p>A resource that was specified is not valid.</p>
6900
5976
  */
@@ -6907,3 +5983,619 @@ export declare class NoSuchResource extends __BaseException {
6907
5983
  */
6908
5984
  constructor(opts: __ExceptionOptionType<NoSuchResource, __BaseException>);
6909
5985
  }
5986
+ /**
5987
+ * @internal
5988
+ */
5989
+ export declare const KeyPairIdsFilterSensitiveLog: (obj: KeyPairIds) => any;
5990
+ /**
5991
+ * @internal
5992
+ */
5993
+ export declare const KGKeyPairIdsFilterSensitiveLog: (obj: KGKeyPairIds) => any;
5994
+ /**
5995
+ * @internal
5996
+ */
5997
+ export declare const ActiveTrustedKeyGroupsFilterSensitiveLog: (obj: ActiveTrustedKeyGroups) => any;
5998
+ /**
5999
+ * @internal
6000
+ */
6001
+ export declare const SignerFilterSensitiveLog: (obj: Signer) => any;
6002
+ /**
6003
+ * @internal
6004
+ */
6005
+ export declare const ActiveTrustedSignersFilterSensitiveLog: (obj: ActiveTrustedSigners) => any;
6006
+ /**
6007
+ * @internal
6008
+ */
6009
+ export declare const AliasesFilterSensitiveLog: (obj: Aliases) => any;
6010
+ /**
6011
+ * @internal
6012
+ */
6013
+ export declare const AliasICPRecordalFilterSensitiveLog: (obj: AliasICPRecordal) => any;
6014
+ /**
6015
+ * @internal
6016
+ */
6017
+ export declare const CachedMethodsFilterSensitiveLog: (obj: CachedMethods) => any;
6018
+ /**
6019
+ * @internal
6020
+ */
6021
+ export declare const AllowedMethodsFilterSensitiveLog: (obj: AllowedMethods) => any;
6022
+ /**
6023
+ * @internal
6024
+ */
6025
+ export declare const AssociateAliasRequestFilterSensitiveLog: (obj: AssociateAliasRequest) => any;
6026
+ /**
6027
+ * @internal
6028
+ */
6029
+ export declare const CookieNamesFilterSensitiveLog: (obj: CookieNames) => any;
6030
+ /**
6031
+ * @internal
6032
+ */
6033
+ export declare const CookiePreferenceFilterSensitiveLog: (obj: CookiePreference) => any;
6034
+ /**
6035
+ * @internal
6036
+ */
6037
+ export declare const HeadersFilterSensitiveLog: (obj: Headers) => any;
6038
+ /**
6039
+ * @internal
6040
+ */
6041
+ export declare const QueryStringCacheKeysFilterSensitiveLog: (obj: QueryStringCacheKeys) => any;
6042
+ /**
6043
+ * @internal
6044
+ */
6045
+ export declare const ForwardedValuesFilterSensitiveLog: (obj: ForwardedValues) => any;
6046
+ /**
6047
+ * @internal
6048
+ */
6049
+ export declare const FunctionAssociationFilterSensitiveLog: (obj: FunctionAssociation) => any;
6050
+ /**
6051
+ * @internal
6052
+ */
6053
+ export declare const FunctionAssociationsFilterSensitiveLog: (obj: FunctionAssociations) => any;
6054
+ /**
6055
+ * @internal
6056
+ */
6057
+ export declare const LambdaFunctionAssociationFilterSensitiveLog: (obj: LambdaFunctionAssociation) => any;
6058
+ /**
6059
+ * @internal
6060
+ */
6061
+ export declare const LambdaFunctionAssociationsFilterSensitiveLog: (obj: LambdaFunctionAssociations) => any;
6062
+ /**
6063
+ * @internal
6064
+ */
6065
+ export declare const TrustedKeyGroupsFilterSensitiveLog: (obj: TrustedKeyGroups) => any;
6066
+ /**
6067
+ * @internal
6068
+ */
6069
+ export declare const TrustedSignersFilterSensitiveLog: (obj: TrustedSigners) => any;
6070
+ /**
6071
+ * @internal
6072
+ */
6073
+ export declare const CacheBehaviorFilterSensitiveLog: (obj: CacheBehavior) => any;
6074
+ /**
6075
+ * @internal
6076
+ */
6077
+ export declare const CacheBehaviorsFilterSensitiveLog: (obj: CacheBehaviors) => any;
6078
+ /**
6079
+ * @internal
6080
+ */
6081
+ export declare const CachePolicyCookiesConfigFilterSensitiveLog: (obj: CachePolicyCookiesConfig) => any;
6082
+ /**
6083
+ * @internal
6084
+ */
6085
+ export declare const CachePolicyHeadersConfigFilterSensitiveLog: (obj: CachePolicyHeadersConfig) => any;
6086
+ /**
6087
+ * @internal
6088
+ */
6089
+ export declare const QueryStringNamesFilterSensitiveLog: (obj: QueryStringNames) => any;
6090
+ /**
6091
+ * @internal
6092
+ */
6093
+ export declare const CachePolicyQueryStringsConfigFilterSensitiveLog: (obj: CachePolicyQueryStringsConfig) => any;
6094
+ /**
6095
+ * @internal
6096
+ */
6097
+ export declare const ParametersInCacheKeyAndForwardedToOriginFilterSensitiveLog: (obj: ParametersInCacheKeyAndForwardedToOrigin) => any;
6098
+ /**
6099
+ * @internal
6100
+ */
6101
+ export declare const CachePolicyConfigFilterSensitiveLog: (obj: CachePolicyConfig) => any;
6102
+ /**
6103
+ * @internal
6104
+ */
6105
+ export declare const CachePolicyFilterSensitiveLog: (obj: CachePolicy) => any;
6106
+ /**
6107
+ * @internal
6108
+ */
6109
+ export declare const CachePolicySummaryFilterSensitiveLog: (obj: CachePolicySummary) => any;
6110
+ /**
6111
+ * @internal
6112
+ */
6113
+ export declare const CachePolicyListFilterSensitiveLog: (obj: CachePolicyList) => any;
6114
+ /**
6115
+ * @internal
6116
+ */
6117
+ export declare const CreateCachePolicyRequestFilterSensitiveLog: (obj: CreateCachePolicyRequest) => any;
6118
+ /**
6119
+ * @internal
6120
+ */
6121
+ export declare const CreateCachePolicyResultFilterSensitiveLog: (obj: CreateCachePolicyResult) => any;
6122
+ /**
6123
+ * @internal
6124
+ */
6125
+ export declare const CloudFrontOriginAccessIdentityConfigFilterSensitiveLog: (obj: CloudFrontOriginAccessIdentityConfig) => any;
6126
+ /**
6127
+ * @internal
6128
+ */
6129
+ export declare const CreateCloudFrontOriginAccessIdentityRequestFilterSensitiveLog: (obj: CreateCloudFrontOriginAccessIdentityRequest) => any;
6130
+ /**
6131
+ * @internal
6132
+ */
6133
+ export declare const CloudFrontOriginAccessIdentityFilterSensitiveLog: (obj: CloudFrontOriginAccessIdentity) => any;
6134
+ /**
6135
+ * @internal
6136
+ */
6137
+ export declare const CreateCloudFrontOriginAccessIdentityResultFilterSensitiveLog: (obj: CreateCloudFrontOriginAccessIdentityResult) => any;
6138
+ /**
6139
+ * @internal
6140
+ */
6141
+ export declare const CustomErrorResponseFilterSensitiveLog: (obj: CustomErrorResponse) => any;
6142
+ /**
6143
+ * @internal
6144
+ */
6145
+ export declare const CustomErrorResponsesFilterSensitiveLog: (obj: CustomErrorResponses) => any;
6146
+ /**
6147
+ * @internal
6148
+ */
6149
+ export declare const DefaultCacheBehaviorFilterSensitiveLog: (obj: DefaultCacheBehavior) => any;
6150
+ /**
6151
+ * @internal
6152
+ */
6153
+ export declare const LoggingConfigFilterSensitiveLog: (obj: LoggingConfig) => any;
6154
+ /**
6155
+ * @internal
6156
+ */
6157
+ export declare const StatusCodesFilterSensitiveLog: (obj: StatusCodes) => any;
6158
+ /**
6159
+ * @internal
6160
+ */
6161
+ export declare const OriginGroupFailoverCriteriaFilterSensitiveLog: (obj: OriginGroupFailoverCriteria) => any;
6162
+ /**
6163
+ * @internal
6164
+ */
6165
+ export declare const OriginGroupMemberFilterSensitiveLog: (obj: OriginGroupMember) => any;
6166
+ /**
6167
+ * @internal
6168
+ */
6169
+ export declare const OriginGroupMembersFilterSensitiveLog: (obj: OriginGroupMembers) => any;
6170
+ /**
6171
+ * @internal
6172
+ */
6173
+ export declare const OriginGroupFilterSensitiveLog: (obj: OriginGroup) => any;
6174
+ /**
6175
+ * @internal
6176
+ */
6177
+ export declare const OriginGroupsFilterSensitiveLog: (obj: OriginGroups) => any;
6178
+ /**
6179
+ * @internal
6180
+ */
6181
+ export declare const OriginCustomHeaderFilterSensitiveLog: (obj: OriginCustomHeader) => any;
6182
+ /**
6183
+ * @internal
6184
+ */
6185
+ export declare const CustomHeadersFilterSensitiveLog: (obj: CustomHeaders) => any;
6186
+ /**
6187
+ * @internal
6188
+ */
6189
+ export declare const OriginSslProtocolsFilterSensitiveLog: (obj: OriginSslProtocols) => any;
6190
+ /**
6191
+ * @internal
6192
+ */
6193
+ export declare const CustomOriginConfigFilterSensitiveLog: (obj: CustomOriginConfig) => any;
6194
+ /**
6195
+ * @internal
6196
+ */
6197
+ export declare const OriginShieldFilterSensitiveLog: (obj: OriginShield) => any;
6198
+ /**
6199
+ * @internal
6200
+ */
6201
+ export declare const S3OriginConfigFilterSensitiveLog: (obj: S3OriginConfig) => any;
6202
+ /**
6203
+ * @internal
6204
+ */
6205
+ export declare const OriginFilterSensitiveLog: (obj: Origin) => any;
6206
+ /**
6207
+ * @internal
6208
+ */
6209
+ export declare const OriginsFilterSensitiveLog: (obj: Origins) => any;
6210
+ /**
6211
+ * @internal
6212
+ */
6213
+ export declare const GeoRestrictionFilterSensitiveLog: (obj: GeoRestriction) => any;
6214
+ /**
6215
+ * @internal
6216
+ */
6217
+ export declare const RestrictionsFilterSensitiveLog: (obj: Restrictions) => any;
6218
+ /**
6219
+ * @internal
6220
+ */
6221
+ export declare const ViewerCertificateFilterSensitiveLog: (obj: ViewerCertificate) => any;
6222
+ /**
6223
+ * @internal
6224
+ */
6225
+ export declare const DistributionConfigFilterSensitiveLog: (obj: DistributionConfig) => any;
6226
+ /**
6227
+ * @internal
6228
+ */
6229
+ export declare const CreateDistributionRequestFilterSensitiveLog: (obj: CreateDistributionRequest) => any;
6230
+ /**
6231
+ * @internal
6232
+ */
6233
+ export declare const DistributionFilterSensitiveLog: (obj: Distribution) => any;
6234
+ /**
6235
+ * @internal
6236
+ */
6237
+ export declare const CreateDistributionResultFilterSensitiveLog: (obj: CreateDistributionResult) => any;
6238
+ /**
6239
+ * @internal
6240
+ */
6241
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
6242
+ /**
6243
+ * @internal
6244
+ */
6245
+ export declare const TagsFilterSensitiveLog: (obj: Tags) => any;
6246
+ /**
6247
+ * @internal
6248
+ */
6249
+ export declare const DistributionConfigWithTagsFilterSensitiveLog: (obj: DistributionConfigWithTags) => any;
6250
+ /**
6251
+ * @internal
6252
+ */
6253
+ export declare const CreateDistributionWithTagsRequestFilterSensitiveLog: (obj: CreateDistributionWithTagsRequest) => any;
6254
+ /**
6255
+ * @internal
6256
+ */
6257
+ export declare const CreateDistributionWithTagsResultFilterSensitiveLog: (obj: CreateDistributionWithTagsResult) => any;
6258
+ /**
6259
+ * @internal
6260
+ */
6261
+ export declare const ContentTypeProfileFilterSensitiveLog: (obj: ContentTypeProfile) => any;
6262
+ /**
6263
+ * @internal
6264
+ */
6265
+ export declare const ContentTypeProfilesFilterSensitiveLog: (obj: ContentTypeProfiles) => any;
6266
+ /**
6267
+ * @internal
6268
+ */
6269
+ export declare const ContentTypeProfileConfigFilterSensitiveLog: (obj: ContentTypeProfileConfig) => any;
6270
+ /**
6271
+ * @internal
6272
+ */
6273
+ export declare const QueryArgProfileFilterSensitiveLog: (obj: QueryArgProfile) => any;
6274
+ /**
6275
+ * @internal
6276
+ */
6277
+ export declare const QueryArgProfilesFilterSensitiveLog: (obj: QueryArgProfiles) => any;
6278
+ /**
6279
+ * @internal
6280
+ */
6281
+ export declare const QueryArgProfileConfigFilterSensitiveLog: (obj: QueryArgProfileConfig) => any;
6282
+ /**
6283
+ * @internal
6284
+ */
6285
+ export declare const FieldLevelEncryptionConfigFilterSensitiveLog: (obj: FieldLevelEncryptionConfig) => any;
6286
+ /**
6287
+ * @internal
6288
+ */
6289
+ export declare const CreateFieldLevelEncryptionConfigRequestFilterSensitiveLog: (obj: CreateFieldLevelEncryptionConfigRequest) => any;
6290
+ /**
6291
+ * @internal
6292
+ */
6293
+ export declare const FieldLevelEncryptionFilterSensitiveLog: (obj: FieldLevelEncryption) => any;
6294
+ /**
6295
+ * @internal
6296
+ */
6297
+ export declare const CreateFieldLevelEncryptionConfigResultFilterSensitiveLog: (obj: CreateFieldLevelEncryptionConfigResult) => any;
6298
+ /**
6299
+ * @internal
6300
+ */
6301
+ export declare const FieldPatternsFilterSensitiveLog: (obj: FieldPatterns) => any;
6302
+ /**
6303
+ * @internal
6304
+ */
6305
+ export declare const EncryptionEntityFilterSensitiveLog: (obj: EncryptionEntity) => any;
6306
+ /**
6307
+ * @internal
6308
+ */
6309
+ export declare const EncryptionEntitiesFilterSensitiveLog: (obj: EncryptionEntities) => any;
6310
+ /**
6311
+ * @internal
6312
+ */
6313
+ export declare const FieldLevelEncryptionProfileConfigFilterSensitiveLog: (obj: FieldLevelEncryptionProfileConfig) => any;
6314
+ /**
6315
+ * @internal
6316
+ */
6317
+ export declare const CreateFieldLevelEncryptionProfileRequestFilterSensitiveLog: (obj: CreateFieldLevelEncryptionProfileRequest) => any;
6318
+ /**
6319
+ * @internal
6320
+ */
6321
+ export declare const FieldLevelEncryptionProfileFilterSensitiveLog: (obj: FieldLevelEncryptionProfile) => any;
6322
+ /**
6323
+ * @internal
6324
+ */
6325
+ export declare const CreateFieldLevelEncryptionProfileResultFilterSensitiveLog: (obj: CreateFieldLevelEncryptionProfileResult) => any;
6326
+ /**
6327
+ * @internal
6328
+ */
6329
+ export declare const FunctionConfigFilterSensitiveLog: (obj: FunctionConfig) => any;
6330
+ /**
6331
+ * @internal
6332
+ */
6333
+ export declare const CreateFunctionRequestFilterSensitiveLog: (obj: CreateFunctionRequest) => any;
6334
+ /**
6335
+ * @internal
6336
+ */
6337
+ export declare const FunctionMetadataFilterSensitiveLog: (obj: FunctionMetadata) => any;
6338
+ /**
6339
+ * @internal
6340
+ */
6341
+ export declare const FunctionSummaryFilterSensitiveLog: (obj: FunctionSummary) => any;
6342
+ /**
6343
+ * @internal
6344
+ */
6345
+ export declare const CreateFunctionResultFilterSensitiveLog: (obj: CreateFunctionResult) => any;
6346
+ /**
6347
+ * @internal
6348
+ */
6349
+ export declare const PathsFilterSensitiveLog: (obj: Paths) => any;
6350
+ /**
6351
+ * @internal
6352
+ */
6353
+ export declare const InvalidationBatchFilterSensitiveLog: (obj: InvalidationBatch) => any;
6354
+ /**
6355
+ * @internal
6356
+ */
6357
+ export declare const CreateInvalidationRequestFilterSensitiveLog: (obj: CreateInvalidationRequest) => any;
6358
+ /**
6359
+ * @internal
6360
+ */
6361
+ export declare const InvalidationFilterSensitiveLog: (obj: Invalidation) => any;
6362
+ /**
6363
+ * @internal
6364
+ */
6365
+ export declare const CreateInvalidationResultFilterSensitiveLog: (obj: CreateInvalidationResult) => any;
6366
+ /**
6367
+ * @internal
6368
+ */
6369
+ export declare const KeyGroupConfigFilterSensitiveLog: (obj: KeyGroupConfig) => any;
6370
+ /**
6371
+ * @internal
6372
+ */
6373
+ export declare const CreateKeyGroupRequestFilterSensitiveLog: (obj: CreateKeyGroupRequest) => any;
6374
+ /**
6375
+ * @internal
6376
+ */
6377
+ export declare const KeyGroupFilterSensitiveLog: (obj: KeyGroup) => any;
6378
+ /**
6379
+ * @internal
6380
+ */
6381
+ export declare const CreateKeyGroupResultFilterSensitiveLog: (obj: CreateKeyGroupResult) => any;
6382
+ /**
6383
+ * @internal
6384
+ */
6385
+ export declare const RealtimeMetricsSubscriptionConfigFilterSensitiveLog: (obj: RealtimeMetricsSubscriptionConfig) => any;
6386
+ /**
6387
+ * @internal
6388
+ */
6389
+ export declare const MonitoringSubscriptionFilterSensitiveLog: (obj: MonitoringSubscription) => any;
6390
+ /**
6391
+ * @internal
6392
+ */
6393
+ export declare const CreateMonitoringSubscriptionRequestFilterSensitiveLog: (obj: CreateMonitoringSubscriptionRequest) => any;
6394
+ /**
6395
+ * @internal
6396
+ */
6397
+ export declare const CreateMonitoringSubscriptionResultFilterSensitiveLog: (obj: CreateMonitoringSubscriptionResult) => any;
6398
+ /**
6399
+ * @internal
6400
+ */
6401
+ export declare const OriginRequestPolicyCookiesConfigFilterSensitiveLog: (obj: OriginRequestPolicyCookiesConfig) => any;
6402
+ /**
6403
+ * @internal
6404
+ */
6405
+ export declare const OriginRequestPolicyHeadersConfigFilterSensitiveLog: (obj: OriginRequestPolicyHeadersConfig) => any;
6406
+ /**
6407
+ * @internal
6408
+ */
6409
+ export declare const OriginRequestPolicyQueryStringsConfigFilterSensitiveLog: (obj: OriginRequestPolicyQueryStringsConfig) => any;
6410
+ /**
6411
+ * @internal
6412
+ */
6413
+ export declare const OriginRequestPolicyConfigFilterSensitiveLog: (obj: OriginRequestPolicyConfig) => any;
6414
+ /**
6415
+ * @internal
6416
+ */
6417
+ export declare const CreateOriginRequestPolicyRequestFilterSensitiveLog: (obj: CreateOriginRequestPolicyRequest) => any;
6418
+ /**
6419
+ * @internal
6420
+ */
6421
+ export declare const OriginRequestPolicyFilterSensitiveLog: (obj: OriginRequestPolicy) => any;
6422
+ /**
6423
+ * @internal
6424
+ */
6425
+ export declare const CreateOriginRequestPolicyResultFilterSensitiveLog: (obj: CreateOriginRequestPolicyResult) => any;
6426
+ /**
6427
+ * @internal
6428
+ */
6429
+ export declare const PublicKeyConfigFilterSensitiveLog: (obj: PublicKeyConfig) => any;
6430
+ /**
6431
+ * @internal
6432
+ */
6433
+ export declare const CreatePublicKeyRequestFilterSensitiveLog: (obj: CreatePublicKeyRequest) => any;
6434
+ /**
6435
+ * @internal
6436
+ */
6437
+ export declare const PublicKeyFilterSensitiveLog: (obj: PublicKey) => any;
6438
+ /**
6439
+ * @internal
6440
+ */
6441
+ export declare const CreatePublicKeyResultFilterSensitiveLog: (obj: CreatePublicKeyResult) => any;
6442
+ /**
6443
+ * @internal
6444
+ */
6445
+ export declare const KinesisStreamConfigFilterSensitiveLog: (obj: KinesisStreamConfig) => any;
6446
+ /**
6447
+ * @internal
6448
+ */
6449
+ export declare const EndPointFilterSensitiveLog: (obj: EndPoint) => any;
6450
+ /**
6451
+ * @internal
6452
+ */
6453
+ export declare const CreateRealtimeLogConfigRequestFilterSensitiveLog: (obj: CreateRealtimeLogConfigRequest) => any;
6454
+ /**
6455
+ * @internal
6456
+ */
6457
+ export declare const RealtimeLogConfigFilterSensitiveLog: (obj: RealtimeLogConfig) => any;
6458
+ /**
6459
+ * @internal
6460
+ */
6461
+ export declare const CreateRealtimeLogConfigResultFilterSensitiveLog: (obj: CreateRealtimeLogConfigResult) => any;
6462
+ /**
6463
+ * @internal
6464
+ */
6465
+ export declare const ResponseHeadersPolicyAccessControlAllowHeadersFilterSensitiveLog: (obj: ResponseHeadersPolicyAccessControlAllowHeaders) => any;
6466
+ /**
6467
+ * @internal
6468
+ */
6469
+ export declare const ResponseHeadersPolicyAccessControlAllowMethodsFilterSensitiveLog: (obj: ResponseHeadersPolicyAccessControlAllowMethods) => any;
6470
+ /**
6471
+ * @internal
6472
+ */
6473
+ export declare const ResponseHeadersPolicyAccessControlAllowOriginsFilterSensitiveLog: (obj: ResponseHeadersPolicyAccessControlAllowOrigins) => any;
6474
+ /**
6475
+ * @internal
6476
+ */
6477
+ export declare const ResponseHeadersPolicyAccessControlExposeHeadersFilterSensitiveLog: (obj: ResponseHeadersPolicyAccessControlExposeHeaders) => any;
6478
+ /**
6479
+ * @internal
6480
+ */
6481
+ export declare const ResponseHeadersPolicyCorsConfigFilterSensitiveLog: (obj: ResponseHeadersPolicyCorsConfig) => any;
6482
+ /**
6483
+ * @internal
6484
+ */
6485
+ export declare const ResponseHeadersPolicyCustomHeaderFilterSensitiveLog: (obj: ResponseHeadersPolicyCustomHeader) => any;
6486
+ /**
6487
+ * @internal
6488
+ */
6489
+ export declare const ResponseHeadersPolicyCustomHeadersConfigFilterSensitiveLog: (obj: ResponseHeadersPolicyCustomHeadersConfig) => any;
6490
+ /**
6491
+ * @internal
6492
+ */
6493
+ export declare const ResponseHeadersPolicyContentSecurityPolicyFilterSensitiveLog: (obj: ResponseHeadersPolicyContentSecurityPolicy) => any;
6494
+ /**
6495
+ * @internal
6496
+ */
6497
+ export declare const ResponseHeadersPolicyContentTypeOptionsFilterSensitiveLog: (obj: ResponseHeadersPolicyContentTypeOptions) => any;
6498
+ /**
6499
+ * @internal
6500
+ */
6501
+ export declare const ResponseHeadersPolicyFrameOptionsFilterSensitiveLog: (obj: ResponseHeadersPolicyFrameOptions) => any;
6502
+ /**
6503
+ * @internal
6504
+ */
6505
+ export declare const ResponseHeadersPolicyReferrerPolicyFilterSensitiveLog: (obj: ResponseHeadersPolicyReferrerPolicy) => any;
6506
+ /**
6507
+ * @internal
6508
+ */
6509
+ export declare const ResponseHeadersPolicyStrictTransportSecurityFilterSensitiveLog: (obj: ResponseHeadersPolicyStrictTransportSecurity) => any;
6510
+ /**
6511
+ * @internal
6512
+ */
6513
+ export declare const ResponseHeadersPolicyXSSProtectionFilterSensitiveLog: (obj: ResponseHeadersPolicyXSSProtection) => any;
6514
+ /**
6515
+ * @internal
6516
+ */
6517
+ export declare const ResponseHeadersPolicySecurityHeadersConfigFilterSensitiveLog: (obj: ResponseHeadersPolicySecurityHeadersConfig) => any;
6518
+ /**
6519
+ * @internal
6520
+ */
6521
+ export declare const ResponseHeadersPolicyServerTimingHeadersConfigFilterSensitiveLog: (obj: ResponseHeadersPolicyServerTimingHeadersConfig) => any;
6522
+ /**
6523
+ * @internal
6524
+ */
6525
+ export declare const ResponseHeadersPolicyConfigFilterSensitiveLog: (obj: ResponseHeadersPolicyConfig) => any;
6526
+ /**
6527
+ * @internal
6528
+ */
6529
+ export declare const CreateResponseHeadersPolicyRequestFilterSensitiveLog: (obj: CreateResponseHeadersPolicyRequest) => any;
6530
+ /**
6531
+ * @internal
6532
+ */
6533
+ export declare const ResponseHeadersPolicyFilterSensitiveLog: (obj: ResponseHeadersPolicy) => any;
6534
+ /**
6535
+ * @internal
6536
+ */
6537
+ export declare const CreateResponseHeadersPolicyResultFilterSensitiveLog: (obj: CreateResponseHeadersPolicyResult) => any;
6538
+ /**
6539
+ * @internal
6540
+ */
6541
+ export declare const StreamingLoggingConfigFilterSensitiveLog: (obj: StreamingLoggingConfig) => any;
6542
+ /**
6543
+ * @internal
6544
+ */
6545
+ export declare const S3OriginFilterSensitiveLog: (obj: S3Origin) => any;
6546
+ /**
6547
+ * @internal
6548
+ */
6549
+ export declare const StreamingDistributionConfigFilterSensitiveLog: (obj: StreamingDistributionConfig) => any;
6550
+ /**
6551
+ * @internal
6552
+ */
6553
+ export declare const CreateStreamingDistributionRequestFilterSensitiveLog: (obj: CreateStreamingDistributionRequest) => any;
6554
+ /**
6555
+ * @internal
6556
+ */
6557
+ export declare const StreamingDistributionFilterSensitiveLog: (obj: StreamingDistribution) => any;
6558
+ /**
6559
+ * @internal
6560
+ */
6561
+ export declare const CreateStreamingDistributionResultFilterSensitiveLog: (obj: CreateStreamingDistributionResult) => any;
6562
+ /**
6563
+ * @internal
6564
+ */
6565
+ export declare const StreamingDistributionConfigWithTagsFilterSensitiveLog: (obj: StreamingDistributionConfigWithTags) => any;
6566
+ /**
6567
+ * @internal
6568
+ */
6569
+ export declare const CreateStreamingDistributionWithTagsRequestFilterSensitiveLog: (obj: CreateStreamingDistributionWithTagsRequest) => any;
6570
+ /**
6571
+ * @internal
6572
+ */
6573
+ export declare const CreateStreamingDistributionWithTagsResultFilterSensitiveLog: (obj: CreateStreamingDistributionWithTagsResult) => any;
6574
+ /**
6575
+ * @internal
6576
+ */
6577
+ export declare const DeleteCachePolicyRequestFilterSensitiveLog: (obj: DeleteCachePolicyRequest) => any;
6578
+ /**
6579
+ * @internal
6580
+ */
6581
+ export declare const DeleteCloudFrontOriginAccessIdentityRequestFilterSensitiveLog: (obj: DeleteCloudFrontOriginAccessIdentityRequest) => any;
6582
+ /**
6583
+ * @internal
6584
+ */
6585
+ export declare const DeleteDistributionRequestFilterSensitiveLog: (obj: DeleteDistributionRequest) => any;
6586
+ /**
6587
+ * @internal
6588
+ */
6589
+ export declare const DeleteFieldLevelEncryptionConfigRequestFilterSensitiveLog: (obj: DeleteFieldLevelEncryptionConfigRequest) => any;
6590
+ /**
6591
+ * @internal
6592
+ */
6593
+ export declare const DeleteFieldLevelEncryptionProfileRequestFilterSensitiveLog: (obj: DeleteFieldLevelEncryptionProfileRequest) => any;
6594
+ /**
6595
+ * @internal
6596
+ */
6597
+ export declare const DeleteFunctionRequestFilterSensitiveLog: (obj: DeleteFunctionRequest) => any;
6598
+ /**
6599
+ * @internal
6600
+ */
6601
+ export declare const DeleteKeyGroupRequestFilterSensitiveLog: (obj: DeleteKeyGroupRequest) => any;