@aws-sdk/client-cloudfront 3.183.0 → 3.186.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 (119) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/protocols/Aws_restXml.js +2 -2
  3. package/dist-es/CloudFront.js +401 -394
  4. package/dist-es/CloudFrontClient.js +28 -22
  5. package/dist-es/commands/AssociateAliasCommand.js +29 -22
  6. package/dist-es/commands/CreateCachePolicyCommand.js +28 -21
  7. package/dist-es/commands/CreateCloudFrontOriginAccessIdentityCommand.js +28 -21
  8. package/dist-es/commands/CreateDistributionCommand.js +28 -21
  9. package/dist-es/commands/CreateDistributionWithTagsCommand.js +28 -21
  10. package/dist-es/commands/CreateFieldLevelEncryptionConfigCommand.js +28 -21
  11. package/dist-es/commands/CreateFieldLevelEncryptionProfileCommand.js +28 -21
  12. package/dist-es/commands/CreateFunctionCommand.js +28 -21
  13. package/dist-es/commands/CreateInvalidationCommand.js +28 -21
  14. package/dist-es/commands/CreateKeyGroupCommand.js +28 -21
  15. package/dist-es/commands/CreateMonitoringSubscriptionCommand.js +28 -21
  16. package/dist-es/commands/CreateOriginAccessControlCommand.js +28 -21
  17. package/dist-es/commands/CreateOriginRequestPolicyCommand.js +28 -21
  18. package/dist-es/commands/CreatePublicKeyCommand.js +28 -21
  19. package/dist-es/commands/CreateRealtimeLogConfigCommand.js +28 -21
  20. package/dist-es/commands/CreateResponseHeadersPolicyCommand.js +28 -21
  21. package/dist-es/commands/CreateStreamingDistributionCommand.js +28 -21
  22. package/dist-es/commands/CreateStreamingDistributionWithTagsCommand.js +28 -21
  23. package/dist-es/commands/DeleteCachePolicyCommand.js +29 -22
  24. package/dist-es/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +29 -22
  25. package/dist-es/commands/DeleteDistributionCommand.js +29 -22
  26. package/dist-es/commands/DeleteFieldLevelEncryptionConfigCommand.js +29 -22
  27. package/dist-es/commands/DeleteFieldLevelEncryptionProfileCommand.js +29 -22
  28. package/dist-es/commands/DeleteFunctionCommand.js +29 -22
  29. package/dist-es/commands/DeleteKeyGroupCommand.js +29 -22
  30. package/dist-es/commands/DeleteMonitoringSubscriptionCommand.js +28 -21
  31. package/dist-es/commands/DeleteOriginAccessControlCommand.js +29 -22
  32. package/dist-es/commands/DeleteOriginRequestPolicyCommand.js +29 -22
  33. package/dist-es/commands/DeletePublicKeyCommand.js +29 -22
  34. package/dist-es/commands/DeleteRealtimeLogConfigCommand.js +29 -22
  35. package/dist-es/commands/DeleteResponseHeadersPolicyCommand.js +29 -22
  36. package/dist-es/commands/DeleteStreamingDistributionCommand.js +29 -22
  37. package/dist-es/commands/DescribeFunctionCommand.js +28 -21
  38. package/dist-es/commands/GetCachePolicyCommand.js +28 -21
  39. package/dist-es/commands/GetCachePolicyConfigCommand.js +28 -21
  40. package/dist-es/commands/GetCloudFrontOriginAccessIdentityCommand.js +28 -21
  41. package/dist-es/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +28 -21
  42. package/dist-es/commands/GetDistributionCommand.js +28 -21
  43. package/dist-es/commands/GetDistributionConfigCommand.js +28 -21
  44. package/dist-es/commands/GetFieldLevelEncryptionCommand.js +28 -21
  45. package/dist-es/commands/GetFieldLevelEncryptionConfigCommand.js +28 -21
  46. package/dist-es/commands/GetFieldLevelEncryptionProfileCommand.js +28 -21
  47. package/dist-es/commands/GetFieldLevelEncryptionProfileConfigCommand.js +28 -21
  48. package/dist-es/commands/GetFunctionCommand.js +28 -21
  49. package/dist-es/commands/GetInvalidationCommand.js +28 -21
  50. package/dist-es/commands/GetKeyGroupCommand.js +28 -21
  51. package/dist-es/commands/GetKeyGroupConfigCommand.js +28 -21
  52. package/dist-es/commands/GetMonitoringSubscriptionCommand.js +28 -21
  53. package/dist-es/commands/GetOriginAccessControlCommand.js +28 -21
  54. package/dist-es/commands/GetOriginAccessControlConfigCommand.js +28 -21
  55. package/dist-es/commands/GetOriginRequestPolicyCommand.js +28 -21
  56. package/dist-es/commands/GetOriginRequestPolicyConfigCommand.js +28 -21
  57. package/dist-es/commands/GetPublicKeyCommand.js +28 -21
  58. package/dist-es/commands/GetPublicKeyConfigCommand.js +28 -21
  59. package/dist-es/commands/GetRealtimeLogConfigCommand.js +28 -21
  60. package/dist-es/commands/GetResponseHeadersPolicyCommand.js +28 -21
  61. package/dist-es/commands/GetResponseHeadersPolicyConfigCommand.js +28 -21
  62. package/dist-es/commands/GetStreamingDistributionCommand.js +28 -21
  63. package/dist-es/commands/GetStreamingDistributionConfigCommand.js +28 -21
  64. package/dist-es/commands/ListCachePoliciesCommand.js +28 -21
  65. package/dist-es/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +28 -21
  66. package/dist-es/commands/ListConflictingAliasesCommand.js +28 -21
  67. package/dist-es/commands/ListDistributionsByCachePolicyIdCommand.js +28 -21
  68. package/dist-es/commands/ListDistributionsByKeyGroupCommand.js +28 -21
  69. package/dist-es/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +28 -21
  70. package/dist-es/commands/ListDistributionsByRealtimeLogConfigCommand.js +28 -21
  71. package/dist-es/commands/ListDistributionsByResponseHeadersPolicyIdCommand.js +28 -21
  72. package/dist-es/commands/ListDistributionsByWebACLIdCommand.js +28 -21
  73. package/dist-es/commands/ListDistributionsCommand.js +28 -21
  74. package/dist-es/commands/ListFieldLevelEncryptionConfigsCommand.js +28 -21
  75. package/dist-es/commands/ListFieldLevelEncryptionProfilesCommand.js +28 -21
  76. package/dist-es/commands/ListFunctionsCommand.js +28 -21
  77. package/dist-es/commands/ListInvalidationsCommand.js +28 -21
  78. package/dist-es/commands/ListKeyGroupsCommand.js +28 -21
  79. package/dist-es/commands/ListOriginAccessControlsCommand.js +28 -21
  80. package/dist-es/commands/ListOriginRequestPoliciesCommand.js +28 -21
  81. package/dist-es/commands/ListPublicKeysCommand.js +28 -21
  82. package/dist-es/commands/ListRealtimeLogConfigsCommand.js +28 -21
  83. package/dist-es/commands/ListResponseHeadersPoliciesCommand.js +28 -21
  84. package/dist-es/commands/ListStreamingDistributionsCommand.js +28 -21
  85. package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
  86. package/dist-es/commands/PublishFunctionCommand.js +28 -21
  87. package/dist-es/commands/TagResourceCommand.js +29 -22
  88. package/dist-es/commands/TestFunctionCommand.js +28 -21
  89. package/dist-es/commands/UntagResourceCommand.js +29 -22
  90. package/dist-es/commands/UpdateCachePolicyCommand.js +28 -21
  91. package/dist-es/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +28 -21
  92. package/dist-es/commands/UpdateDistributionCommand.js +28 -21
  93. package/dist-es/commands/UpdateFieldLevelEncryptionConfigCommand.js +28 -21
  94. package/dist-es/commands/UpdateFieldLevelEncryptionProfileCommand.js +28 -21
  95. package/dist-es/commands/UpdateFunctionCommand.js +28 -21
  96. package/dist-es/commands/UpdateKeyGroupCommand.js +28 -21
  97. package/dist-es/commands/UpdateOriginAccessControlCommand.js +28 -21
  98. package/dist-es/commands/UpdateOriginRequestPolicyCommand.js +28 -21
  99. package/dist-es/commands/UpdatePublicKeyCommand.js +28 -21
  100. package/dist-es/commands/UpdateRealtimeLogConfigCommand.js +28 -21
  101. package/dist-es/commands/UpdateResponseHeadersPolicyCommand.js +28 -21
  102. package/dist-es/commands/UpdateStreamingDistributionCommand.js +28 -21
  103. package/dist-es/endpoints.js +8 -8
  104. package/dist-es/models/CloudFrontServiceException.js +10 -5
  105. package/dist-es/models/models_0.js +1689 -2003
  106. package/dist-es/models/models_1.js +414 -770
  107. package/dist-es/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js +68 -25
  108. package/dist-es/pagination/ListDistributionsPaginator.js +68 -25
  109. package/dist-es/pagination/ListInvalidationsPaginator.js +68 -25
  110. package/dist-es/pagination/ListStreamingDistributionsPaginator.js +68 -25
  111. package/dist-es/protocols/Aws_restXml.js +12767 -9557
  112. package/dist-es/runtimeConfig.browser.js +12 -26
  113. package/dist-es/runtimeConfig.js +12 -30
  114. package/dist-es/runtimeConfig.native.js +5 -8
  115. package/dist-es/runtimeConfig.shared.js +11 -8
  116. package/dist-es/waiters/waitForDistributionDeployed.js +48 -28
  117. package/dist-es/waiters/waitForInvalidationCompleted.js +48 -28
  118. package/dist-es/waiters/waitForStreamingDistributionDeployed.js +48 -28
  119. package/package.json +35 -35
@@ -1,3 +1,4 @@
1
+ import { __assign, __extends } from "tslib";
1
2
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
2
3
  import { CloudFrontServiceException as __BaseException } from "./CloudFrontServiceException";
3
4
  export var ResponseHeadersPolicyAccessControlAllowMethodsValues;
@@ -11,1150 +12,1150 @@ export var ResponseHeadersPolicyAccessControlAllowMethodsValues;
11
12
  ResponseHeadersPolicyAccessControlAllowMethodsValues["POST"] = "POST";
12
13
  ResponseHeadersPolicyAccessControlAllowMethodsValues["PUT"] = "PUT";
13
14
  })(ResponseHeadersPolicyAccessControlAllowMethodsValues || (ResponseHeadersPolicyAccessControlAllowMethodsValues = {}));
14
- export class AccessDenied extends __BaseException {
15
- constructor(opts) {
16
- super({
17
- name: "AccessDenied",
18
- $fault: "client",
19
- ...opts,
20
- });
21
- this.name = "AccessDenied";
22
- this.$fault = "client";
23
- Object.setPrototypeOf(this, AccessDenied.prototype);
24
- this.Message = opts.Message;
25
- }
26
- }
27
- export class IllegalUpdate extends __BaseException {
28
- constructor(opts) {
29
- super({
30
- name: "IllegalUpdate",
31
- $fault: "client",
32
- ...opts,
33
- });
34
- this.name = "IllegalUpdate";
35
- this.$fault = "client";
36
- Object.setPrototypeOf(this, IllegalUpdate.prototype);
37
- this.Message = opts.Message;
38
- }
39
- }
40
- export class InvalidArgument extends __BaseException {
41
- constructor(opts) {
42
- super({
43
- name: "InvalidArgument",
44
- $fault: "client",
45
- ...opts,
46
- });
47
- this.name = "InvalidArgument";
48
- this.$fault = "client";
49
- Object.setPrototypeOf(this, InvalidArgument.prototype);
50
- this.Message = opts.Message;
51
- }
52
- }
53
- export class NoSuchDistribution extends __BaseException {
54
- constructor(opts) {
55
- super({
56
- name: "NoSuchDistribution",
57
- $fault: "client",
58
- ...opts,
59
- });
60
- this.name = "NoSuchDistribution";
61
- this.$fault = "client";
62
- Object.setPrototypeOf(this, NoSuchDistribution.prototype);
63
- this.Message = opts.Message;
64
- }
65
- }
66
- export class TooManyDistributionCNAMEs extends __BaseException {
67
- constructor(opts) {
68
- super({
69
- name: "TooManyDistributionCNAMEs",
70
- $fault: "client",
71
- ...opts,
72
- });
73
- this.name = "TooManyDistributionCNAMEs";
74
- this.$fault = "client";
75
- Object.setPrototypeOf(this, TooManyDistributionCNAMEs.prototype);
76
- this.Message = opts.Message;
77
- }
78
- }
79
- export class BatchTooLarge extends __BaseException {
80
- constructor(opts) {
81
- super({
82
- name: "BatchTooLarge",
83
- $fault: "client",
84
- ...opts,
85
- });
86
- this.name = "BatchTooLarge";
87
- this.$fault = "client";
88
- Object.setPrototypeOf(this, BatchTooLarge.prototype);
89
- this.Message = opts.Message;
90
- }
91
- }
92
- export class CachePolicyAlreadyExists extends __BaseException {
93
- constructor(opts) {
94
- super({
95
- name: "CachePolicyAlreadyExists",
96
- $fault: "client",
97
- ...opts,
98
- });
99
- this.name = "CachePolicyAlreadyExists";
100
- this.$fault = "client";
101
- Object.setPrototypeOf(this, CachePolicyAlreadyExists.prototype);
102
- this.Message = opts.Message;
103
- }
104
- }
105
- export class CachePolicyInUse extends __BaseException {
106
- constructor(opts) {
107
- super({
108
- name: "CachePolicyInUse",
109
- $fault: "client",
110
- ...opts,
111
- });
112
- this.name = "CachePolicyInUse";
113
- this.$fault = "client";
114
- Object.setPrototypeOf(this, CachePolicyInUse.prototype);
115
- this.Message = opts.Message;
116
- }
117
- }
118
- export class CannotChangeImmutablePublicKeyFields extends __BaseException {
119
- constructor(opts) {
120
- super({
121
- name: "CannotChangeImmutablePublicKeyFields",
122
- $fault: "client",
123
- ...opts,
124
- });
125
- this.name = "CannotChangeImmutablePublicKeyFields";
126
- this.$fault = "client";
127
- Object.setPrototypeOf(this, CannotChangeImmutablePublicKeyFields.prototype);
128
- this.Message = opts.Message;
129
- }
130
- }
131
- export class InconsistentQuantities extends __BaseException {
132
- constructor(opts) {
133
- super({
134
- name: "InconsistentQuantities",
135
- $fault: "client",
136
- ...opts,
137
- });
138
- this.name = "InconsistentQuantities";
139
- this.$fault = "client";
140
- Object.setPrototypeOf(this, InconsistentQuantities.prototype);
141
- this.Message = opts.Message;
142
- }
143
- }
144
- export class TooManyCachePolicies extends __BaseException {
145
- constructor(opts) {
146
- super({
147
- name: "TooManyCachePolicies",
148
- $fault: "client",
149
- ...opts,
150
- });
151
- this.name = "TooManyCachePolicies";
152
- this.$fault = "client";
153
- Object.setPrototypeOf(this, TooManyCachePolicies.prototype);
154
- this.Message = opts.Message;
155
- }
156
- }
157
- export class TooManyCookiesInCachePolicy extends __BaseException {
158
- constructor(opts) {
159
- super({
160
- name: "TooManyCookiesInCachePolicy",
161
- $fault: "client",
162
- ...opts,
163
- });
164
- this.name = "TooManyCookiesInCachePolicy";
165
- this.$fault = "client";
166
- Object.setPrototypeOf(this, TooManyCookiesInCachePolicy.prototype);
167
- this.Message = opts.Message;
168
- }
169
- }
170
- export class TooManyHeadersInCachePolicy extends __BaseException {
171
- constructor(opts) {
172
- super({
173
- name: "TooManyHeadersInCachePolicy",
174
- $fault: "client",
175
- ...opts,
176
- });
177
- this.name = "TooManyHeadersInCachePolicy";
178
- this.$fault = "client";
179
- Object.setPrototypeOf(this, TooManyHeadersInCachePolicy.prototype);
180
- this.Message = opts.Message;
181
- }
182
- }
183
- export class TooManyQueryStringsInCachePolicy extends __BaseException {
184
- constructor(opts) {
185
- super({
186
- name: "TooManyQueryStringsInCachePolicy",
187
- $fault: "client",
188
- ...opts,
189
- });
190
- this.name = "TooManyQueryStringsInCachePolicy";
191
- this.$fault = "client";
192
- Object.setPrototypeOf(this, TooManyQueryStringsInCachePolicy.prototype);
193
- this.Message = opts.Message;
194
- }
195
- }
196
- export class CloudFrontOriginAccessIdentityAlreadyExists extends __BaseException {
197
- constructor(opts) {
198
- super({
199
- name: "CloudFrontOriginAccessIdentityAlreadyExists",
200
- $fault: "client",
201
- ...opts,
202
- });
203
- this.name = "CloudFrontOriginAccessIdentityAlreadyExists";
204
- this.$fault = "client";
205
- Object.setPrototypeOf(this, CloudFrontOriginAccessIdentityAlreadyExists.prototype);
206
- this.Message = opts.Message;
207
- }
208
- }
209
- export class MissingBody extends __BaseException {
210
- constructor(opts) {
211
- super({
212
- name: "MissingBody",
213
- $fault: "client",
214
- ...opts,
215
- });
216
- this.name = "MissingBody";
217
- this.$fault = "client";
218
- Object.setPrototypeOf(this, MissingBody.prototype);
219
- this.Message = opts.Message;
220
- }
221
- }
222
- export class TooManyCloudFrontOriginAccessIdentities extends __BaseException {
223
- constructor(opts) {
224
- super({
225
- name: "TooManyCloudFrontOriginAccessIdentities",
226
- $fault: "client",
227
- ...opts,
228
- });
229
- this.name = "TooManyCloudFrontOriginAccessIdentities";
230
- this.$fault = "client";
231
- Object.setPrototypeOf(this, TooManyCloudFrontOriginAccessIdentities.prototype);
232
- this.Message = opts.Message;
233
- }
234
- }
235
- export class CNAMEAlreadyExists extends __BaseException {
236
- constructor(opts) {
237
- super({
238
- name: "CNAMEAlreadyExists",
239
- $fault: "client",
240
- ...opts,
241
- });
242
- this.name = "CNAMEAlreadyExists";
243
- this.$fault = "client";
244
- Object.setPrototypeOf(this, CNAMEAlreadyExists.prototype);
245
- this.Message = opts.Message;
246
- }
247
- }
248
- export class DistributionAlreadyExists extends __BaseException {
249
- constructor(opts) {
250
- super({
251
- name: "DistributionAlreadyExists",
252
- $fault: "client",
253
- ...opts,
254
- });
255
- this.name = "DistributionAlreadyExists";
256
- this.$fault = "client";
257
- Object.setPrototypeOf(this, DistributionAlreadyExists.prototype);
258
- this.Message = opts.Message;
259
- }
260
- }
261
- export class IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior extends __BaseException {
262
- constructor(opts) {
263
- super({
264
- name: "IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior",
265
- $fault: "client",
266
- ...opts,
267
- });
268
- this.name = "IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior";
269
- this.$fault = "client";
270
- Object.setPrototypeOf(this, IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior.prototype);
271
- this.Message = opts.Message;
272
- }
273
- }
274
- export class IllegalOriginAccessConfiguration extends __BaseException {
275
- constructor(opts) {
276
- super({
277
- name: "IllegalOriginAccessConfiguration",
278
- $fault: "client",
279
- ...opts,
280
- });
281
- this.name = "IllegalOriginAccessConfiguration";
282
- this.$fault = "client";
283
- Object.setPrototypeOf(this, IllegalOriginAccessConfiguration.prototype);
284
- this.Message = opts.Message;
285
- }
286
- }
287
- export class InvalidDefaultRootObject extends __BaseException {
288
- constructor(opts) {
289
- super({
290
- name: "InvalidDefaultRootObject",
291
- $fault: "client",
292
- ...opts,
293
- });
294
- this.name = "InvalidDefaultRootObject";
295
- this.$fault = "client";
296
- Object.setPrototypeOf(this, InvalidDefaultRootObject.prototype);
297
- this.Message = opts.Message;
298
- }
299
- }
300
- export class InvalidDomainNameForOriginAccessControl extends __BaseException {
301
- constructor(opts) {
302
- super({
303
- name: "InvalidDomainNameForOriginAccessControl",
304
- $fault: "client",
305
- ...opts,
306
- });
307
- this.name = "InvalidDomainNameForOriginAccessControl";
308
- this.$fault = "client";
309
- Object.setPrototypeOf(this, InvalidDomainNameForOriginAccessControl.prototype);
310
- this.Message = opts.Message;
311
- }
312
- }
313
- export class InvalidErrorCode extends __BaseException {
314
- constructor(opts) {
315
- super({
316
- name: "InvalidErrorCode",
317
- $fault: "client",
318
- ...opts,
319
- });
320
- this.name = "InvalidErrorCode";
321
- this.$fault = "client";
322
- Object.setPrototypeOf(this, InvalidErrorCode.prototype);
323
- this.Message = opts.Message;
324
- }
325
- }
326
- export class InvalidForwardCookies extends __BaseException {
327
- constructor(opts) {
328
- super({
329
- name: "InvalidForwardCookies",
330
- $fault: "client",
331
- ...opts,
332
- });
333
- this.name = "InvalidForwardCookies";
334
- this.$fault = "client";
335
- Object.setPrototypeOf(this, InvalidForwardCookies.prototype);
336
- this.Message = opts.Message;
337
- }
338
- }
339
- export class InvalidFunctionAssociation extends __BaseException {
340
- constructor(opts) {
341
- super({
342
- name: "InvalidFunctionAssociation",
343
- $fault: "client",
344
- ...opts,
345
- });
346
- this.name = "InvalidFunctionAssociation";
347
- this.$fault = "client";
348
- Object.setPrototypeOf(this, InvalidFunctionAssociation.prototype);
349
- this.Message = opts.Message;
350
- }
351
- }
352
- export class InvalidGeoRestrictionParameter extends __BaseException {
353
- constructor(opts) {
354
- super({
355
- name: "InvalidGeoRestrictionParameter",
356
- $fault: "client",
357
- ...opts,
358
- });
359
- this.name = "InvalidGeoRestrictionParameter";
360
- this.$fault = "client";
361
- Object.setPrototypeOf(this, InvalidGeoRestrictionParameter.prototype);
362
- this.Message = opts.Message;
363
- }
364
- }
365
- export class InvalidHeadersForS3Origin extends __BaseException {
366
- constructor(opts) {
367
- super({
368
- name: "InvalidHeadersForS3Origin",
369
- $fault: "client",
370
- ...opts,
371
- });
372
- this.name = "InvalidHeadersForS3Origin";
373
- this.$fault = "client";
374
- Object.setPrototypeOf(this, InvalidHeadersForS3Origin.prototype);
375
- this.Message = opts.Message;
376
- }
377
- }
378
- export class InvalidLambdaFunctionAssociation extends __BaseException {
379
- constructor(opts) {
380
- super({
381
- name: "InvalidLambdaFunctionAssociation",
382
- $fault: "client",
383
- ...opts,
384
- });
385
- this.name = "InvalidLambdaFunctionAssociation";
386
- this.$fault = "client";
387
- Object.setPrototypeOf(this, InvalidLambdaFunctionAssociation.prototype);
388
- this.Message = opts.Message;
389
- }
390
- }
391
- export class InvalidLocationCode extends __BaseException {
392
- constructor(opts) {
393
- super({
394
- name: "InvalidLocationCode",
395
- $fault: "client",
396
- ...opts,
397
- });
398
- this.name = "InvalidLocationCode";
399
- this.$fault = "client";
400
- Object.setPrototypeOf(this, InvalidLocationCode.prototype);
401
- this.Message = opts.Message;
402
- }
403
- }
404
- export class InvalidMinimumProtocolVersion extends __BaseException {
405
- constructor(opts) {
406
- super({
407
- name: "InvalidMinimumProtocolVersion",
408
- $fault: "client",
409
- ...opts,
410
- });
411
- this.name = "InvalidMinimumProtocolVersion";
412
- this.$fault = "client";
413
- Object.setPrototypeOf(this, InvalidMinimumProtocolVersion.prototype);
414
- this.Message = opts.Message;
415
- }
416
- }
417
- export class InvalidOrigin extends __BaseException {
418
- constructor(opts) {
419
- super({
420
- name: "InvalidOrigin",
421
- $fault: "client",
422
- ...opts,
423
- });
424
- this.name = "InvalidOrigin";
425
- this.$fault = "client";
426
- Object.setPrototypeOf(this, InvalidOrigin.prototype);
427
- this.Message = opts.Message;
428
- }
429
- }
430
- export class InvalidOriginAccessControl extends __BaseException {
431
- constructor(opts) {
432
- super({
433
- name: "InvalidOriginAccessControl",
434
- $fault: "client",
435
- ...opts,
436
- });
437
- this.name = "InvalidOriginAccessControl";
438
- this.$fault = "client";
439
- Object.setPrototypeOf(this, InvalidOriginAccessControl.prototype);
440
- this.Message = opts.Message;
441
- }
442
- }
443
- export class InvalidOriginAccessIdentity extends __BaseException {
444
- constructor(opts) {
445
- super({
446
- name: "InvalidOriginAccessIdentity",
447
- $fault: "client",
448
- ...opts,
449
- });
450
- this.name = "InvalidOriginAccessIdentity";
451
- this.$fault = "client";
452
- Object.setPrototypeOf(this, InvalidOriginAccessIdentity.prototype);
453
- this.Message = opts.Message;
454
- }
455
- }
456
- export class InvalidOriginKeepaliveTimeout extends __BaseException {
457
- constructor(opts) {
458
- super({
459
- name: "InvalidOriginKeepaliveTimeout",
460
- $fault: "client",
461
- ...opts,
462
- });
463
- this.name = "InvalidOriginKeepaliveTimeout";
464
- this.$fault = "client";
465
- Object.setPrototypeOf(this, InvalidOriginKeepaliveTimeout.prototype);
466
- this.Message = opts.Message;
467
- }
468
- }
469
- export class InvalidOriginReadTimeout extends __BaseException {
470
- constructor(opts) {
471
- super({
472
- name: "InvalidOriginReadTimeout",
473
- $fault: "client",
474
- ...opts,
475
- });
476
- this.name = "InvalidOriginReadTimeout";
477
- this.$fault = "client";
478
- Object.setPrototypeOf(this, InvalidOriginReadTimeout.prototype);
479
- this.Message = opts.Message;
480
- }
481
- }
482
- export class InvalidProtocolSettings extends __BaseException {
483
- constructor(opts) {
484
- super({
485
- name: "InvalidProtocolSettings",
486
- $fault: "client",
487
- ...opts,
488
- });
489
- this.name = "InvalidProtocolSettings";
490
- this.$fault = "client";
491
- Object.setPrototypeOf(this, InvalidProtocolSettings.prototype);
492
- this.Message = opts.Message;
493
- }
494
- }
495
- export class InvalidQueryStringParameters extends __BaseException {
496
- constructor(opts) {
497
- super({
498
- name: "InvalidQueryStringParameters",
499
- $fault: "client",
500
- ...opts,
501
- });
502
- this.name = "InvalidQueryStringParameters";
503
- this.$fault = "client";
504
- Object.setPrototypeOf(this, InvalidQueryStringParameters.prototype);
505
- this.Message = opts.Message;
506
- }
507
- }
508
- export class InvalidRelativePath extends __BaseException {
509
- constructor(opts) {
510
- super({
511
- name: "InvalidRelativePath",
512
- $fault: "client",
513
- ...opts,
514
- });
515
- this.name = "InvalidRelativePath";
516
- this.$fault = "client";
517
- Object.setPrototypeOf(this, InvalidRelativePath.prototype);
518
- this.Message = opts.Message;
519
- }
520
- }
521
- export class InvalidRequiredProtocol extends __BaseException {
522
- constructor(opts) {
523
- super({
524
- name: "InvalidRequiredProtocol",
525
- $fault: "client",
526
- ...opts,
527
- });
528
- this.name = "InvalidRequiredProtocol";
529
- this.$fault = "client";
530
- Object.setPrototypeOf(this, InvalidRequiredProtocol.prototype);
531
- this.Message = opts.Message;
532
- }
533
- }
534
- export class InvalidResponseCode extends __BaseException {
535
- constructor(opts) {
536
- super({
537
- name: "InvalidResponseCode",
538
- $fault: "client",
539
- ...opts,
540
- });
541
- this.name = "InvalidResponseCode";
542
- this.$fault = "client";
543
- Object.setPrototypeOf(this, InvalidResponseCode.prototype);
544
- this.Message = opts.Message;
545
- }
546
- }
547
- export class InvalidTTLOrder extends __BaseException {
548
- constructor(opts) {
549
- super({
550
- name: "InvalidTTLOrder",
551
- $fault: "client",
552
- ...opts,
553
- });
554
- this.name = "InvalidTTLOrder";
555
- this.$fault = "client";
556
- Object.setPrototypeOf(this, InvalidTTLOrder.prototype);
557
- this.Message = opts.Message;
558
- }
559
- }
560
- export class InvalidViewerCertificate extends __BaseException {
561
- constructor(opts) {
562
- super({
563
- name: "InvalidViewerCertificate",
564
- $fault: "client",
565
- ...opts,
566
- });
567
- this.name = "InvalidViewerCertificate";
568
- this.$fault = "client";
569
- Object.setPrototypeOf(this, InvalidViewerCertificate.prototype);
570
- this.Message = opts.Message;
571
- }
572
- }
573
- export class InvalidWebACLId extends __BaseException {
574
- constructor(opts) {
575
- super({
576
- name: "InvalidWebACLId",
577
- $fault: "client",
578
- ...opts,
579
- });
580
- this.name = "InvalidWebACLId";
581
- this.$fault = "client";
582
- Object.setPrototypeOf(this, InvalidWebACLId.prototype);
583
- this.Message = opts.Message;
584
- }
585
- }
586
- export class NoSuchCachePolicy extends __BaseException {
587
- constructor(opts) {
588
- super({
589
- name: "NoSuchCachePolicy",
590
- $fault: "client",
591
- ...opts,
592
- });
593
- this.name = "NoSuchCachePolicy";
594
- this.$fault = "client";
595
- Object.setPrototypeOf(this, NoSuchCachePolicy.prototype);
596
- this.Message = opts.Message;
597
- }
598
- }
599
- export class NoSuchFieldLevelEncryptionConfig extends __BaseException {
600
- constructor(opts) {
601
- super({
602
- name: "NoSuchFieldLevelEncryptionConfig",
603
- $fault: "client",
604
- ...opts,
605
- });
606
- this.name = "NoSuchFieldLevelEncryptionConfig";
607
- this.$fault = "client";
608
- Object.setPrototypeOf(this, NoSuchFieldLevelEncryptionConfig.prototype);
609
- this.Message = opts.Message;
610
- }
611
- }
612
- export class NoSuchOrigin extends __BaseException {
613
- constructor(opts) {
614
- super({
615
- name: "NoSuchOrigin",
616
- $fault: "client",
617
- ...opts,
618
- });
619
- this.name = "NoSuchOrigin";
620
- this.$fault = "client";
621
- Object.setPrototypeOf(this, NoSuchOrigin.prototype);
622
- this.Message = opts.Message;
623
- }
624
- }
625
- export class NoSuchOriginRequestPolicy extends __BaseException {
626
- constructor(opts) {
627
- super({
628
- name: "NoSuchOriginRequestPolicy",
629
- $fault: "client",
630
- ...opts,
631
- });
632
- this.name = "NoSuchOriginRequestPolicy";
633
- this.$fault = "client";
634
- Object.setPrototypeOf(this, NoSuchOriginRequestPolicy.prototype);
635
- this.Message = opts.Message;
636
- }
637
- }
638
- export class NoSuchRealtimeLogConfig extends __BaseException {
639
- constructor(opts) {
640
- super({
641
- name: "NoSuchRealtimeLogConfig",
642
- $fault: "client",
643
- ...opts,
644
- });
645
- this.name = "NoSuchRealtimeLogConfig";
646
- this.$fault = "client";
647
- Object.setPrototypeOf(this, NoSuchRealtimeLogConfig.prototype);
648
- this.Message = opts.Message;
649
- }
650
- }
651
- export class NoSuchResponseHeadersPolicy extends __BaseException {
652
- constructor(opts) {
653
- super({
654
- name: "NoSuchResponseHeadersPolicy",
655
- $fault: "client",
656
- ...opts,
657
- });
658
- this.name = "NoSuchResponseHeadersPolicy";
659
- this.$fault = "client";
660
- Object.setPrototypeOf(this, NoSuchResponseHeadersPolicy.prototype);
661
- this.Message = opts.Message;
662
- }
663
- }
664
- export class RealtimeLogConfigOwnerMismatch extends __BaseException {
665
- constructor(opts) {
666
- super({
667
- name: "RealtimeLogConfigOwnerMismatch",
668
- $fault: "client",
669
- ...opts,
670
- });
671
- this.name = "RealtimeLogConfigOwnerMismatch";
672
- this.$fault = "client";
673
- Object.setPrototypeOf(this, RealtimeLogConfigOwnerMismatch.prototype);
674
- this.Message = opts.Message;
675
- }
676
- }
677
- export class TooManyCacheBehaviors extends __BaseException {
678
- constructor(opts) {
679
- super({
680
- name: "TooManyCacheBehaviors",
681
- $fault: "client",
682
- ...opts,
683
- });
684
- this.name = "TooManyCacheBehaviors";
685
- this.$fault = "client";
686
- Object.setPrototypeOf(this, TooManyCacheBehaviors.prototype);
687
- this.Message = opts.Message;
688
- }
689
- }
690
- export class TooManyCertificates extends __BaseException {
691
- constructor(opts) {
692
- super({
693
- name: "TooManyCertificates",
694
- $fault: "client",
695
- ...opts,
696
- });
697
- this.name = "TooManyCertificates";
698
- this.$fault = "client";
699
- Object.setPrototypeOf(this, TooManyCertificates.prototype);
700
- this.Message = opts.Message;
701
- }
702
- }
703
- export class TooManyCookieNamesInWhiteList extends __BaseException {
704
- constructor(opts) {
705
- super({
706
- name: "TooManyCookieNamesInWhiteList",
707
- $fault: "client",
708
- ...opts,
709
- });
710
- this.name = "TooManyCookieNamesInWhiteList";
711
- this.$fault = "client";
712
- Object.setPrototypeOf(this, TooManyCookieNamesInWhiteList.prototype);
713
- this.Message = opts.Message;
714
- }
715
- }
716
- export class TooManyDistributions extends __BaseException {
717
- constructor(opts) {
718
- super({
719
- name: "TooManyDistributions",
720
- $fault: "client",
721
- ...opts,
722
- });
723
- this.name = "TooManyDistributions";
724
- this.$fault = "client";
725
- Object.setPrototypeOf(this, TooManyDistributions.prototype);
726
- this.Message = opts.Message;
727
- }
728
- }
729
- export class TooManyDistributionsAssociatedToCachePolicy extends __BaseException {
730
- constructor(opts) {
731
- super({
732
- name: "TooManyDistributionsAssociatedToCachePolicy",
733
- $fault: "client",
734
- ...opts,
735
- });
736
- this.name = "TooManyDistributionsAssociatedToCachePolicy";
737
- this.$fault = "client";
738
- Object.setPrototypeOf(this, TooManyDistributionsAssociatedToCachePolicy.prototype);
739
- this.Message = opts.Message;
740
- }
741
- }
742
- export class TooManyDistributionsAssociatedToFieldLevelEncryptionConfig extends __BaseException {
743
- constructor(opts) {
744
- super({
745
- name: "TooManyDistributionsAssociatedToFieldLevelEncryptionConfig",
746
- $fault: "client",
747
- ...opts,
748
- });
749
- this.name = "TooManyDistributionsAssociatedToFieldLevelEncryptionConfig";
750
- this.$fault = "client";
751
- Object.setPrototypeOf(this, TooManyDistributionsAssociatedToFieldLevelEncryptionConfig.prototype);
752
- this.Message = opts.Message;
753
- }
754
- }
755
- export class TooManyDistributionsAssociatedToKeyGroup extends __BaseException {
756
- constructor(opts) {
757
- super({
758
- name: "TooManyDistributionsAssociatedToKeyGroup",
759
- $fault: "client",
760
- ...opts,
761
- });
762
- this.name = "TooManyDistributionsAssociatedToKeyGroup";
763
- this.$fault = "client";
764
- Object.setPrototypeOf(this, TooManyDistributionsAssociatedToKeyGroup.prototype);
765
- this.Message = opts.Message;
766
- }
767
- }
768
- export class TooManyDistributionsAssociatedToOriginAccessControl extends __BaseException {
769
- constructor(opts) {
770
- super({
771
- name: "TooManyDistributionsAssociatedToOriginAccessControl",
772
- $fault: "client",
773
- ...opts,
774
- });
775
- this.name = "TooManyDistributionsAssociatedToOriginAccessControl";
776
- this.$fault = "client";
777
- Object.setPrototypeOf(this, TooManyDistributionsAssociatedToOriginAccessControl.prototype);
778
- this.Message = opts.Message;
779
- }
780
- }
781
- export class TooManyDistributionsAssociatedToOriginRequestPolicy extends __BaseException {
782
- constructor(opts) {
783
- super({
784
- name: "TooManyDistributionsAssociatedToOriginRequestPolicy",
785
- $fault: "client",
786
- ...opts,
787
- });
788
- this.name = "TooManyDistributionsAssociatedToOriginRequestPolicy";
789
- this.$fault = "client";
790
- Object.setPrototypeOf(this, TooManyDistributionsAssociatedToOriginRequestPolicy.prototype);
791
- this.Message = opts.Message;
792
- }
793
- }
794
- export class TooManyDistributionsAssociatedToResponseHeadersPolicy extends __BaseException {
795
- constructor(opts) {
796
- super({
797
- name: "TooManyDistributionsAssociatedToResponseHeadersPolicy",
798
- $fault: "client",
799
- ...opts,
800
- });
801
- this.name = "TooManyDistributionsAssociatedToResponseHeadersPolicy";
802
- this.$fault = "client";
803
- Object.setPrototypeOf(this, TooManyDistributionsAssociatedToResponseHeadersPolicy.prototype);
804
- this.Message = opts.Message;
805
- }
806
- }
807
- export class TooManyDistributionsWithFunctionAssociations extends __BaseException {
808
- constructor(opts) {
809
- super({
810
- name: "TooManyDistributionsWithFunctionAssociations",
811
- $fault: "client",
812
- ...opts,
813
- });
814
- this.name = "TooManyDistributionsWithFunctionAssociations";
815
- this.$fault = "client";
816
- Object.setPrototypeOf(this, TooManyDistributionsWithFunctionAssociations.prototype);
817
- this.Message = opts.Message;
818
- }
819
- }
820
- export class TooManyDistributionsWithLambdaAssociations extends __BaseException {
821
- constructor(opts) {
822
- super({
823
- name: "TooManyDistributionsWithLambdaAssociations",
824
- $fault: "client",
825
- ...opts,
826
- });
827
- this.name = "TooManyDistributionsWithLambdaAssociations";
828
- this.$fault = "client";
829
- Object.setPrototypeOf(this, TooManyDistributionsWithLambdaAssociations.prototype);
830
- this.Message = opts.Message;
831
- }
832
- }
833
- export class TooManyDistributionsWithSingleFunctionARN extends __BaseException {
834
- constructor(opts) {
835
- super({
836
- name: "TooManyDistributionsWithSingleFunctionARN",
837
- $fault: "client",
838
- ...opts,
839
- });
840
- this.name = "TooManyDistributionsWithSingleFunctionARN";
841
- this.$fault = "client";
842
- Object.setPrototypeOf(this, TooManyDistributionsWithSingleFunctionARN.prototype);
843
- this.Message = opts.Message;
844
- }
845
- }
846
- export class TooManyFunctionAssociations extends __BaseException {
847
- constructor(opts) {
848
- super({
849
- name: "TooManyFunctionAssociations",
850
- $fault: "client",
851
- ...opts,
852
- });
853
- this.name = "TooManyFunctionAssociations";
854
- this.$fault = "client";
855
- Object.setPrototypeOf(this, TooManyFunctionAssociations.prototype);
856
- this.Message = opts.Message;
857
- }
858
- }
859
- export class TooManyHeadersInForwardedValues extends __BaseException {
860
- constructor(opts) {
861
- super({
862
- name: "TooManyHeadersInForwardedValues",
863
- $fault: "client",
864
- ...opts,
865
- });
866
- this.name = "TooManyHeadersInForwardedValues";
867
- this.$fault = "client";
868
- Object.setPrototypeOf(this, TooManyHeadersInForwardedValues.prototype);
869
- this.Message = opts.Message;
870
- }
871
- }
872
- export class TooManyKeyGroupsAssociatedToDistribution extends __BaseException {
873
- constructor(opts) {
874
- super({
875
- name: "TooManyKeyGroupsAssociatedToDistribution",
876
- $fault: "client",
877
- ...opts,
878
- });
879
- this.name = "TooManyKeyGroupsAssociatedToDistribution";
880
- this.$fault = "client";
881
- Object.setPrototypeOf(this, TooManyKeyGroupsAssociatedToDistribution.prototype);
882
- this.Message = opts.Message;
883
- }
884
- }
885
- export class TooManyLambdaFunctionAssociations extends __BaseException {
886
- constructor(opts) {
887
- super({
888
- name: "TooManyLambdaFunctionAssociations",
889
- $fault: "client",
890
- ...opts,
891
- });
892
- this.name = "TooManyLambdaFunctionAssociations";
893
- this.$fault = "client";
894
- Object.setPrototypeOf(this, TooManyLambdaFunctionAssociations.prototype);
895
- this.Message = opts.Message;
896
- }
897
- }
898
- export class TooManyOriginCustomHeaders extends __BaseException {
899
- constructor(opts) {
900
- super({
901
- name: "TooManyOriginCustomHeaders",
902
- $fault: "client",
903
- ...opts,
904
- });
905
- this.name = "TooManyOriginCustomHeaders";
906
- this.$fault = "client";
907
- Object.setPrototypeOf(this, TooManyOriginCustomHeaders.prototype);
908
- this.Message = opts.Message;
909
- }
910
- }
911
- export class TooManyOriginGroupsPerDistribution extends __BaseException {
912
- constructor(opts) {
913
- super({
914
- name: "TooManyOriginGroupsPerDistribution",
915
- $fault: "client",
916
- ...opts,
917
- });
918
- this.name = "TooManyOriginGroupsPerDistribution";
919
- this.$fault = "client";
920
- Object.setPrototypeOf(this, TooManyOriginGroupsPerDistribution.prototype);
921
- this.Message = opts.Message;
922
- }
923
- }
924
- export class TooManyOrigins extends __BaseException {
925
- constructor(opts) {
926
- super({
927
- name: "TooManyOrigins",
928
- $fault: "client",
929
- ...opts,
930
- });
931
- this.name = "TooManyOrigins";
932
- this.$fault = "client";
933
- Object.setPrototypeOf(this, TooManyOrigins.prototype);
934
- this.Message = opts.Message;
935
- }
936
- }
937
- export class TooManyQueryStringParameters extends __BaseException {
938
- constructor(opts) {
939
- super({
940
- name: "TooManyQueryStringParameters",
941
- $fault: "client",
942
- ...opts,
943
- });
944
- this.name = "TooManyQueryStringParameters";
945
- this.$fault = "client";
946
- Object.setPrototypeOf(this, TooManyQueryStringParameters.prototype);
947
- this.Message = opts.Message;
948
- }
949
- }
950
- export class TooManyTrustedSigners extends __BaseException {
951
- constructor(opts) {
952
- super({
953
- name: "TooManyTrustedSigners",
954
- $fault: "client",
955
- ...opts,
956
- });
957
- this.name = "TooManyTrustedSigners";
958
- this.$fault = "client";
959
- Object.setPrototypeOf(this, TooManyTrustedSigners.prototype);
960
- this.Message = opts.Message;
961
- }
962
- }
963
- export class TrustedKeyGroupDoesNotExist extends __BaseException {
964
- constructor(opts) {
965
- super({
966
- name: "TrustedKeyGroupDoesNotExist",
967
- $fault: "client",
968
- ...opts,
969
- });
970
- this.name = "TrustedKeyGroupDoesNotExist";
971
- this.$fault = "client";
972
- Object.setPrototypeOf(this, TrustedKeyGroupDoesNotExist.prototype);
973
- this.Message = opts.Message;
974
- }
975
- }
976
- export class TrustedSignerDoesNotExist extends __BaseException {
977
- constructor(opts) {
978
- super({
979
- name: "TrustedSignerDoesNotExist",
980
- $fault: "client",
981
- ...opts,
982
- });
983
- this.name = "TrustedSignerDoesNotExist";
984
- this.$fault = "client";
985
- Object.setPrototypeOf(this, TrustedSignerDoesNotExist.prototype);
986
- this.Message = opts.Message;
987
- }
988
- }
989
- export class InvalidTagging extends __BaseException {
990
- constructor(opts) {
991
- super({
992
- name: "InvalidTagging",
993
- $fault: "client",
994
- ...opts,
995
- });
996
- this.name = "InvalidTagging";
997
- this.$fault = "client";
998
- Object.setPrototypeOf(this, InvalidTagging.prototype);
999
- this.Message = opts.Message;
1000
- }
1001
- }
1002
- export class FieldLevelEncryptionConfigAlreadyExists extends __BaseException {
1003
- constructor(opts) {
1004
- super({
1005
- name: "FieldLevelEncryptionConfigAlreadyExists",
1006
- $fault: "client",
1007
- ...opts,
1008
- });
1009
- this.name = "FieldLevelEncryptionConfigAlreadyExists";
1010
- this.$fault = "client";
1011
- Object.setPrototypeOf(this, FieldLevelEncryptionConfigAlreadyExists.prototype);
1012
- this.Message = opts.Message;
1013
- }
1014
- }
1015
- export class NoSuchFieldLevelEncryptionProfile extends __BaseException {
1016
- constructor(opts) {
1017
- super({
1018
- name: "NoSuchFieldLevelEncryptionProfile",
1019
- $fault: "client",
1020
- ...opts,
1021
- });
1022
- this.name = "NoSuchFieldLevelEncryptionProfile";
1023
- this.$fault = "client";
1024
- Object.setPrototypeOf(this, NoSuchFieldLevelEncryptionProfile.prototype);
1025
- this.Message = opts.Message;
1026
- }
1027
- }
1028
- export class QueryArgProfileEmpty extends __BaseException {
1029
- constructor(opts) {
1030
- super({
1031
- name: "QueryArgProfileEmpty",
1032
- $fault: "client",
1033
- ...opts,
1034
- });
1035
- this.name = "QueryArgProfileEmpty";
1036
- this.$fault = "client";
1037
- Object.setPrototypeOf(this, QueryArgProfileEmpty.prototype);
1038
- this.Message = opts.Message;
1039
- }
1040
- }
1041
- export class TooManyFieldLevelEncryptionConfigs extends __BaseException {
1042
- constructor(opts) {
1043
- super({
1044
- name: "TooManyFieldLevelEncryptionConfigs",
1045
- $fault: "client",
1046
- ...opts,
1047
- });
1048
- this.name = "TooManyFieldLevelEncryptionConfigs";
1049
- this.$fault = "client";
1050
- Object.setPrototypeOf(this, TooManyFieldLevelEncryptionConfigs.prototype);
1051
- this.Message = opts.Message;
1052
- }
1053
- }
1054
- export class TooManyFieldLevelEncryptionContentTypeProfiles extends __BaseException {
1055
- constructor(opts) {
1056
- super({
1057
- name: "TooManyFieldLevelEncryptionContentTypeProfiles",
1058
- $fault: "client",
1059
- ...opts,
1060
- });
1061
- this.name = "TooManyFieldLevelEncryptionContentTypeProfiles";
1062
- this.$fault = "client";
1063
- Object.setPrototypeOf(this, TooManyFieldLevelEncryptionContentTypeProfiles.prototype);
1064
- this.Message = opts.Message;
1065
- }
1066
- }
1067
- export class TooManyFieldLevelEncryptionQueryArgProfiles extends __BaseException {
1068
- constructor(opts) {
1069
- super({
1070
- name: "TooManyFieldLevelEncryptionQueryArgProfiles",
1071
- $fault: "client",
1072
- ...opts,
1073
- });
1074
- this.name = "TooManyFieldLevelEncryptionQueryArgProfiles";
1075
- this.$fault = "client";
1076
- Object.setPrototypeOf(this, TooManyFieldLevelEncryptionQueryArgProfiles.prototype);
1077
- this.Message = opts.Message;
1078
- }
1079
- }
1080
- export class FieldLevelEncryptionProfileAlreadyExists extends __BaseException {
1081
- constructor(opts) {
1082
- super({
1083
- name: "FieldLevelEncryptionProfileAlreadyExists",
1084
- $fault: "client",
1085
- ...opts,
1086
- });
1087
- this.name = "FieldLevelEncryptionProfileAlreadyExists";
1088
- this.$fault = "client";
1089
- Object.setPrototypeOf(this, FieldLevelEncryptionProfileAlreadyExists.prototype);
1090
- this.Message = opts.Message;
1091
- }
1092
- }
1093
- export class FieldLevelEncryptionProfileSizeExceeded extends __BaseException {
1094
- constructor(opts) {
1095
- super({
1096
- name: "FieldLevelEncryptionProfileSizeExceeded",
1097
- $fault: "client",
1098
- ...opts,
1099
- });
1100
- this.name = "FieldLevelEncryptionProfileSizeExceeded";
1101
- this.$fault = "client";
1102
- Object.setPrototypeOf(this, FieldLevelEncryptionProfileSizeExceeded.prototype);
1103
- this.Message = opts.Message;
1104
- }
1105
- }
1106
- export class NoSuchPublicKey extends __BaseException {
1107
- constructor(opts) {
1108
- super({
1109
- name: "NoSuchPublicKey",
1110
- $fault: "client",
1111
- ...opts,
1112
- });
1113
- this.name = "NoSuchPublicKey";
1114
- this.$fault = "client";
1115
- Object.setPrototypeOf(this, NoSuchPublicKey.prototype);
1116
- this.Message = opts.Message;
1117
- }
1118
- }
1119
- export class TooManyFieldLevelEncryptionEncryptionEntities extends __BaseException {
1120
- constructor(opts) {
1121
- super({
1122
- name: "TooManyFieldLevelEncryptionEncryptionEntities",
1123
- $fault: "client",
1124
- ...opts,
1125
- });
1126
- this.name = "TooManyFieldLevelEncryptionEncryptionEntities";
1127
- this.$fault = "client";
1128
- Object.setPrototypeOf(this, TooManyFieldLevelEncryptionEncryptionEntities.prototype);
1129
- this.Message = opts.Message;
1130
- }
1131
- }
1132
- export class TooManyFieldLevelEncryptionFieldPatterns extends __BaseException {
1133
- constructor(opts) {
1134
- super({
1135
- name: "TooManyFieldLevelEncryptionFieldPatterns",
1136
- $fault: "client",
1137
- ...opts,
1138
- });
1139
- this.name = "TooManyFieldLevelEncryptionFieldPatterns";
1140
- this.$fault = "client";
1141
- Object.setPrototypeOf(this, TooManyFieldLevelEncryptionFieldPatterns.prototype);
1142
- this.Message = opts.Message;
1143
- }
1144
- }
1145
- export class TooManyFieldLevelEncryptionProfiles extends __BaseException {
1146
- constructor(opts) {
1147
- super({
1148
- name: "TooManyFieldLevelEncryptionProfiles",
1149
- $fault: "client",
1150
- ...opts,
1151
- });
1152
- this.name = "TooManyFieldLevelEncryptionProfiles";
1153
- this.$fault = "client";
1154
- Object.setPrototypeOf(this, TooManyFieldLevelEncryptionProfiles.prototype);
1155
- this.Message = opts.Message;
1156
- }
1157
- }
15
+ var AccessDenied = (function (_super) {
16
+ __extends(AccessDenied, _super);
17
+ function AccessDenied(opts) {
18
+ var _this = _super.call(this, __assign({ name: "AccessDenied", $fault: "client" }, opts)) || this;
19
+ _this.name = "AccessDenied";
20
+ _this.$fault = "client";
21
+ Object.setPrototypeOf(_this, AccessDenied.prototype);
22
+ _this.Message = opts.Message;
23
+ return _this;
24
+ }
25
+ return AccessDenied;
26
+ }(__BaseException));
27
+ export { AccessDenied };
28
+ var IllegalUpdate = (function (_super) {
29
+ __extends(IllegalUpdate, _super);
30
+ function IllegalUpdate(opts) {
31
+ var _this = _super.call(this, __assign({ name: "IllegalUpdate", $fault: "client" }, opts)) || this;
32
+ _this.name = "IllegalUpdate";
33
+ _this.$fault = "client";
34
+ Object.setPrototypeOf(_this, IllegalUpdate.prototype);
35
+ _this.Message = opts.Message;
36
+ return _this;
37
+ }
38
+ return IllegalUpdate;
39
+ }(__BaseException));
40
+ export { IllegalUpdate };
41
+ var InvalidArgument = (function (_super) {
42
+ __extends(InvalidArgument, _super);
43
+ function InvalidArgument(opts) {
44
+ var _this = _super.call(this, __assign({ name: "InvalidArgument", $fault: "client" }, opts)) || this;
45
+ _this.name = "InvalidArgument";
46
+ _this.$fault = "client";
47
+ Object.setPrototypeOf(_this, InvalidArgument.prototype);
48
+ _this.Message = opts.Message;
49
+ return _this;
50
+ }
51
+ return InvalidArgument;
52
+ }(__BaseException));
53
+ export { InvalidArgument };
54
+ var NoSuchDistribution = (function (_super) {
55
+ __extends(NoSuchDistribution, _super);
56
+ function NoSuchDistribution(opts) {
57
+ var _this = _super.call(this, __assign({ name: "NoSuchDistribution", $fault: "client" }, opts)) || this;
58
+ _this.name = "NoSuchDistribution";
59
+ _this.$fault = "client";
60
+ Object.setPrototypeOf(_this, NoSuchDistribution.prototype);
61
+ _this.Message = opts.Message;
62
+ return _this;
63
+ }
64
+ return NoSuchDistribution;
65
+ }(__BaseException));
66
+ export { NoSuchDistribution };
67
+ var TooManyDistributionCNAMEs = (function (_super) {
68
+ __extends(TooManyDistributionCNAMEs, _super);
69
+ function TooManyDistributionCNAMEs(opts) {
70
+ var _this = _super.call(this, __assign({ name: "TooManyDistributionCNAMEs", $fault: "client" }, opts)) || this;
71
+ _this.name = "TooManyDistributionCNAMEs";
72
+ _this.$fault = "client";
73
+ Object.setPrototypeOf(_this, TooManyDistributionCNAMEs.prototype);
74
+ _this.Message = opts.Message;
75
+ return _this;
76
+ }
77
+ return TooManyDistributionCNAMEs;
78
+ }(__BaseException));
79
+ export { TooManyDistributionCNAMEs };
80
+ var BatchTooLarge = (function (_super) {
81
+ __extends(BatchTooLarge, _super);
82
+ function BatchTooLarge(opts) {
83
+ var _this = _super.call(this, __assign({ name: "BatchTooLarge", $fault: "client" }, opts)) || this;
84
+ _this.name = "BatchTooLarge";
85
+ _this.$fault = "client";
86
+ Object.setPrototypeOf(_this, BatchTooLarge.prototype);
87
+ _this.Message = opts.Message;
88
+ return _this;
89
+ }
90
+ return BatchTooLarge;
91
+ }(__BaseException));
92
+ export { BatchTooLarge };
93
+ var CachePolicyAlreadyExists = (function (_super) {
94
+ __extends(CachePolicyAlreadyExists, _super);
95
+ function CachePolicyAlreadyExists(opts) {
96
+ var _this = _super.call(this, __assign({ name: "CachePolicyAlreadyExists", $fault: "client" }, opts)) || this;
97
+ _this.name = "CachePolicyAlreadyExists";
98
+ _this.$fault = "client";
99
+ Object.setPrototypeOf(_this, CachePolicyAlreadyExists.prototype);
100
+ _this.Message = opts.Message;
101
+ return _this;
102
+ }
103
+ return CachePolicyAlreadyExists;
104
+ }(__BaseException));
105
+ export { CachePolicyAlreadyExists };
106
+ var CachePolicyInUse = (function (_super) {
107
+ __extends(CachePolicyInUse, _super);
108
+ function CachePolicyInUse(opts) {
109
+ var _this = _super.call(this, __assign({ name: "CachePolicyInUse", $fault: "client" }, opts)) || this;
110
+ _this.name = "CachePolicyInUse";
111
+ _this.$fault = "client";
112
+ Object.setPrototypeOf(_this, CachePolicyInUse.prototype);
113
+ _this.Message = opts.Message;
114
+ return _this;
115
+ }
116
+ return CachePolicyInUse;
117
+ }(__BaseException));
118
+ export { CachePolicyInUse };
119
+ var CannotChangeImmutablePublicKeyFields = (function (_super) {
120
+ __extends(CannotChangeImmutablePublicKeyFields, _super);
121
+ function CannotChangeImmutablePublicKeyFields(opts) {
122
+ var _this = _super.call(this, __assign({ name: "CannotChangeImmutablePublicKeyFields", $fault: "client" }, opts)) || this;
123
+ _this.name = "CannotChangeImmutablePublicKeyFields";
124
+ _this.$fault = "client";
125
+ Object.setPrototypeOf(_this, CannotChangeImmutablePublicKeyFields.prototype);
126
+ _this.Message = opts.Message;
127
+ return _this;
128
+ }
129
+ return CannotChangeImmutablePublicKeyFields;
130
+ }(__BaseException));
131
+ export { CannotChangeImmutablePublicKeyFields };
132
+ var InconsistentQuantities = (function (_super) {
133
+ __extends(InconsistentQuantities, _super);
134
+ function InconsistentQuantities(opts) {
135
+ var _this = _super.call(this, __assign({ name: "InconsistentQuantities", $fault: "client" }, opts)) || this;
136
+ _this.name = "InconsistentQuantities";
137
+ _this.$fault = "client";
138
+ Object.setPrototypeOf(_this, InconsistentQuantities.prototype);
139
+ _this.Message = opts.Message;
140
+ return _this;
141
+ }
142
+ return InconsistentQuantities;
143
+ }(__BaseException));
144
+ export { InconsistentQuantities };
145
+ var TooManyCachePolicies = (function (_super) {
146
+ __extends(TooManyCachePolicies, _super);
147
+ function TooManyCachePolicies(opts) {
148
+ var _this = _super.call(this, __assign({ name: "TooManyCachePolicies", $fault: "client" }, opts)) || this;
149
+ _this.name = "TooManyCachePolicies";
150
+ _this.$fault = "client";
151
+ Object.setPrototypeOf(_this, TooManyCachePolicies.prototype);
152
+ _this.Message = opts.Message;
153
+ return _this;
154
+ }
155
+ return TooManyCachePolicies;
156
+ }(__BaseException));
157
+ export { TooManyCachePolicies };
158
+ var TooManyCookiesInCachePolicy = (function (_super) {
159
+ __extends(TooManyCookiesInCachePolicy, _super);
160
+ function TooManyCookiesInCachePolicy(opts) {
161
+ var _this = _super.call(this, __assign({ name: "TooManyCookiesInCachePolicy", $fault: "client" }, opts)) || this;
162
+ _this.name = "TooManyCookiesInCachePolicy";
163
+ _this.$fault = "client";
164
+ Object.setPrototypeOf(_this, TooManyCookiesInCachePolicy.prototype);
165
+ _this.Message = opts.Message;
166
+ return _this;
167
+ }
168
+ return TooManyCookiesInCachePolicy;
169
+ }(__BaseException));
170
+ export { TooManyCookiesInCachePolicy };
171
+ var TooManyHeadersInCachePolicy = (function (_super) {
172
+ __extends(TooManyHeadersInCachePolicy, _super);
173
+ function TooManyHeadersInCachePolicy(opts) {
174
+ var _this = _super.call(this, __assign({ name: "TooManyHeadersInCachePolicy", $fault: "client" }, opts)) || this;
175
+ _this.name = "TooManyHeadersInCachePolicy";
176
+ _this.$fault = "client";
177
+ Object.setPrototypeOf(_this, TooManyHeadersInCachePolicy.prototype);
178
+ _this.Message = opts.Message;
179
+ return _this;
180
+ }
181
+ return TooManyHeadersInCachePolicy;
182
+ }(__BaseException));
183
+ export { TooManyHeadersInCachePolicy };
184
+ var TooManyQueryStringsInCachePolicy = (function (_super) {
185
+ __extends(TooManyQueryStringsInCachePolicy, _super);
186
+ function TooManyQueryStringsInCachePolicy(opts) {
187
+ var _this = _super.call(this, __assign({ name: "TooManyQueryStringsInCachePolicy", $fault: "client" }, opts)) || this;
188
+ _this.name = "TooManyQueryStringsInCachePolicy";
189
+ _this.$fault = "client";
190
+ Object.setPrototypeOf(_this, TooManyQueryStringsInCachePolicy.prototype);
191
+ _this.Message = opts.Message;
192
+ return _this;
193
+ }
194
+ return TooManyQueryStringsInCachePolicy;
195
+ }(__BaseException));
196
+ export { TooManyQueryStringsInCachePolicy };
197
+ var CloudFrontOriginAccessIdentityAlreadyExists = (function (_super) {
198
+ __extends(CloudFrontOriginAccessIdentityAlreadyExists, _super);
199
+ function CloudFrontOriginAccessIdentityAlreadyExists(opts) {
200
+ var _this = _super.call(this, __assign({ name: "CloudFrontOriginAccessIdentityAlreadyExists", $fault: "client" }, opts)) || this;
201
+ _this.name = "CloudFrontOriginAccessIdentityAlreadyExists";
202
+ _this.$fault = "client";
203
+ Object.setPrototypeOf(_this, CloudFrontOriginAccessIdentityAlreadyExists.prototype);
204
+ _this.Message = opts.Message;
205
+ return _this;
206
+ }
207
+ return CloudFrontOriginAccessIdentityAlreadyExists;
208
+ }(__BaseException));
209
+ export { CloudFrontOriginAccessIdentityAlreadyExists };
210
+ var MissingBody = (function (_super) {
211
+ __extends(MissingBody, _super);
212
+ function MissingBody(opts) {
213
+ var _this = _super.call(this, __assign({ name: "MissingBody", $fault: "client" }, opts)) || this;
214
+ _this.name = "MissingBody";
215
+ _this.$fault = "client";
216
+ Object.setPrototypeOf(_this, MissingBody.prototype);
217
+ _this.Message = opts.Message;
218
+ return _this;
219
+ }
220
+ return MissingBody;
221
+ }(__BaseException));
222
+ export { MissingBody };
223
+ var TooManyCloudFrontOriginAccessIdentities = (function (_super) {
224
+ __extends(TooManyCloudFrontOriginAccessIdentities, _super);
225
+ function TooManyCloudFrontOriginAccessIdentities(opts) {
226
+ var _this = _super.call(this, __assign({ name: "TooManyCloudFrontOriginAccessIdentities", $fault: "client" }, opts)) || this;
227
+ _this.name = "TooManyCloudFrontOriginAccessIdentities";
228
+ _this.$fault = "client";
229
+ Object.setPrototypeOf(_this, TooManyCloudFrontOriginAccessIdentities.prototype);
230
+ _this.Message = opts.Message;
231
+ return _this;
232
+ }
233
+ return TooManyCloudFrontOriginAccessIdentities;
234
+ }(__BaseException));
235
+ export { TooManyCloudFrontOriginAccessIdentities };
236
+ var CNAMEAlreadyExists = (function (_super) {
237
+ __extends(CNAMEAlreadyExists, _super);
238
+ function CNAMEAlreadyExists(opts) {
239
+ var _this = _super.call(this, __assign({ name: "CNAMEAlreadyExists", $fault: "client" }, opts)) || this;
240
+ _this.name = "CNAMEAlreadyExists";
241
+ _this.$fault = "client";
242
+ Object.setPrototypeOf(_this, CNAMEAlreadyExists.prototype);
243
+ _this.Message = opts.Message;
244
+ return _this;
245
+ }
246
+ return CNAMEAlreadyExists;
247
+ }(__BaseException));
248
+ export { CNAMEAlreadyExists };
249
+ var DistributionAlreadyExists = (function (_super) {
250
+ __extends(DistributionAlreadyExists, _super);
251
+ function DistributionAlreadyExists(opts) {
252
+ var _this = _super.call(this, __assign({ name: "DistributionAlreadyExists", $fault: "client" }, opts)) || this;
253
+ _this.name = "DistributionAlreadyExists";
254
+ _this.$fault = "client";
255
+ Object.setPrototypeOf(_this, DistributionAlreadyExists.prototype);
256
+ _this.Message = opts.Message;
257
+ return _this;
258
+ }
259
+ return DistributionAlreadyExists;
260
+ }(__BaseException));
261
+ export { DistributionAlreadyExists };
262
+ var IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior = (function (_super) {
263
+ __extends(IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior, _super);
264
+ function IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior(opts) {
265
+ var _this = _super.call(this, __assign({ name: "IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior", $fault: "client" }, opts)) || this;
266
+ _this.name = "IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior";
267
+ _this.$fault = "client";
268
+ Object.setPrototypeOf(_this, IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior.prototype);
269
+ _this.Message = opts.Message;
270
+ return _this;
271
+ }
272
+ return IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior;
273
+ }(__BaseException));
274
+ export { IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior };
275
+ var IllegalOriginAccessConfiguration = (function (_super) {
276
+ __extends(IllegalOriginAccessConfiguration, _super);
277
+ function IllegalOriginAccessConfiguration(opts) {
278
+ var _this = _super.call(this, __assign({ name: "IllegalOriginAccessConfiguration", $fault: "client" }, opts)) || this;
279
+ _this.name = "IllegalOriginAccessConfiguration";
280
+ _this.$fault = "client";
281
+ Object.setPrototypeOf(_this, IllegalOriginAccessConfiguration.prototype);
282
+ _this.Message = opts.Message;
283
+ return _this;
284
+ }
285
+ return IllegalOriginAccessConfiguration;
286
+ }(__BaseException));
287
+ export { IllegalOriginAccessConfiguration };
288
+ var InvalidDefaultRootObject = (function (_super) {
289
+ __extends(InvalidDefaultRootObject, _super);
290
+ function InvalidDefaultRootObject(opts) {
291
+ var _this = _super.call(this, __assign({ name: "InvalidDefaultRootObject", $fault: "client" }, opts)) || this;
292
+ _this.name = "InvalidDefaultRootObject";
293
+ _this.$fault = "client";
294
+ Object.setPrototypeOf(_this, InvalidDefaultRootObject.prototype);
295
+ _this.Message = opts.Message;
296
+ return _this;
297
+ }
298
+ return InvalidDefaultRootObject;
299
+ }(__BaseException));
300
+ export { InvalidDefaultRootObject };
301
+ var InvalidDomainNameForOriginAccessControl = (function (_super) {
302
+ __extends(InvalidDomainNameForOriginAccessControl, _super);
303
+ function InvalidDomainNameForOriginAccessControl(opts) {
304
+ var _this = _super.call(this, __assign({ name: "InvalidDomainNameForOriginAccessControl", $fault: "client" }, opts)) || this;
305
+ _this.name = "InvalidDomainNameForOriginAccessControl";
306
+ _this.$fault = "client";
307
+ Object.setPrototypeOf(_this, InvalidDomainNameForOriginAccessControl.prototype);
308
+ _this.Message = opts.Message;
309
+ return _this;
310
+ }
311
+ return InvalidDomainNameForOriginAccessControl;
312
+ }(__BaseException));
313
+ export { InvalidDomainNameForOriginAccessControl };
314
+ var InvalidErrorCode = (function (_super) {
315
+ __extends(InvalidErrorCode, _super);
316
+ function InvalidErrorCode(opts) {
317
+ var _this = _super.call(this, __assign({ name: "InvalidErrorCode", $fault: "client" }, opts)) || this;
318
+ _this.name = "InvalidErrorCode";
319
+ _this.$fault = "client";
320
+ Object.setPrototypeOf(_this, InvalidErrorCode.prototype);
321
+ _this.Message = opts.Message;
322
+ return _this;
323
+ }
324
+ return InvalidErrorCode;
325
+ }(__BaseException));
326
+ export { InvalidErrorCode };
327
+ var InvalidForwardCookies = (function (_super) {
328
+ __extends(InvalidForwardCookies, _super);
329
+ function InvalidForwardCookies(opts) {
330
+ var _this = _super.call(this, __assign({ name: "InvalidForwardCookies", $fault: "client" }, opts)) || this;
331
+ _this.name = "InvalidForwardCookies";
332
+ _this.$fault = "client";
333
+ Object.setPrototypeOf(_this, InvalidForwardCookies.prototype);
334
+ _this.Message = opts.Message;
335
+ return _this;
336
+ }
337
+ return InvalidForwardCookies;
338
+ }(__BaseException));
339
+ export { InvalidForwardCookies };
340
+ var InvalidFunctionAssociation = (function (_super) {
341
+ __extends(InvalidFunctionAssociation, _super);
342
+ function InvalidFunctionAssociation(opts) {
343
+ var _this = _super.call(this, __assign({ name: "InvalidFunctionAssociation", $fault: "client" }, opts)) || this;
344
+ _this.name = "InvalidFunctionAssociation";
345
+ _this.$fault = "client";
346
+ Object.setPrototypeOf(_this, InvalidFunctionAssociation.prototype);
347
+ _this.Message = opts.Message;
348
+ return _this;
349
+ }
350
+ return InvalidFunctionAssociation;
351
+ }(__BaseException));
352
+ export { InvalidFunctionAssociation };
353
+ var InvalidGeoRestrictionParameter = (function (_super) {
354
+ __extends(InvalidGeoRestrictionParameter, _super);
355
+ function InvalidGeoRestrictionParameter(opts) {
356
+ var _this = _super.call(this, __assign({ name: "InvalidGeoRestrictionParameter", $fault: "client" }, opts)) || this;
357
+ _this.name = "InvalidGeoRestrictionParameter";
358
+ _this.$fault = "client";
359
+ Object.setPrototypeOf(_this, InvalidGeoRestrictionParameter.prototype);
360
+ _this.Message = opts.Message;
361
+ return _this;
362
+ }
363
+ return InvalidGeoRestrictionParameter;
364
+ }(__BaseException));
365
+ export { InvalidGeoRestrictionParameter };
366
+ var InvalidHeadersForS3Origin = (function (_super) {
367
+ __extends(InvalidHeadersForS3Origin, _super);
368
+ function InvalidHeadersForS3Origin(opts) {
369
+ var _this = _super.call(this, __assign({ name: "InvalidHeadersForS3Origin", $fault: "client" }, opts)) || this;
370
+ _this.name = "InvalidHeadersForS3Origin";
371
+ _this.$fault = "client";
372
+ Object.setPrototypeOf(_this, InvalidHeadersForS3Origin.prototype);
373
+ _this.Message = opts.Message;
374
+ return _this;
375
+ }
376
+ return InvalidHeadersForS3Origin;
377
+ }(__BaseException));
378
+ export { InvalidHeadersForS3Origin };
379
+ var InvalidLambdaFunctionAssociation = (function (_super) {
380
+ __extends(InvalidLambdaFunctionAssociation, _super);
381
+ function InvalidLambdaFunctionAssociation(opts) {
382
+ var _this = _super.call(this, __assign({ name: "InvalidLambdaFunctionAssociation", $fault: "client" }, opts)) || this;
383
+ _this.name = "InvalidLambdaFunctionAssociation";
384
+ _this.$fault = "client";
385
+ Object.setPrototypeOf(_this, InvalidLambdaFunctionAssociation.prototype);
386
+ _this.Message = opts.Message;
387
+ return _this;
388
+ }
389
+ return InvalidLambdaFunctionAssociation;
390
+ }(__BaseException));
391
+ export { InvalidLambdaFunctionAssociation };
392
+ var InvalidLocationCode = (function (_super) {
393
+ __extends(InvalidLocationCode, _super);
394
+ function InvalidLocationCode(opts) {
395
+ var _this = _super.call(this, __assign({ name: "InvalidLocationCode", $fault: "client" }, opts)) || this;
396
+ _this.name = "InvalidLocationCode";
397
+ _this.$fault = "client";
398
+ Object.setPrototypeOf(_this, InvalidLocationCode.prototype);
399
+ _this.Message = opts.Message;
400
+ return _this;
401
+ }
402
+ return InvalidLocationCode;
403
+ }(__BaseException));
404
+ export { InvalidLocationCode };
405
+ var InvalidMinimumProtocolVersion = (function (_super) {
406
+ __extends(InvalidMinimumProtocolVersion, _super);
407
+ function InvalidMinimumProtocolVersion(opts) {
408
+ var _this = _super.call(this, __assign({ name: "InvalidMinimumProtocolVersion", $fault: "client" }, opts)) || this;
409
+ _this.name = "InvalidMinimumProtocolVersion";
410
+ _this.$fault = "client";
411
+ Object.setPrototypeOf(_this, InvalidMinimumProtocolVersion.prototype);
412
+ _this.Message = opts.Message;
413
+ return _this;
414
+ }
415
+ return InvalidMinimumProtocolVersion;
416
+ }(__BaseException));
417
+ export { InvalidMinimumProtocolVersion };
418
+ var InvalidOrigin = (function (_super) {
419
+ __extends(InvalidOrigin, _super);
420
+ function InvalidOrigin(opts) {
421
+ var _this = _super.call(this, __assign({ name: "InvalidOrigin", $fault: "client" }, opts)) || this;
422
+ _this.name = "InvalidOrigin";
423
+ _this.$fault = "client";
424
+ Object.setPrototypeOf(_this, InvalidOrigin.prototype);
425
+ _this.Message = opts.Message;
426
+ return _this;
427
+ }
428
+ return InvalidOrigin;
429
+ }(__BaseException));
430
+ export { InvalidOrigin };
431
+ var InvalidOriginAccessControl = (function (_super) {
432
+ __extends(InvalidOriginAccessControl, _super);
433
+ function InvalidOriginAccessControl(opts) {
434
+ var _this = _super.call(this, __assign({ name: "InvalidOriginAccessControl", $fault: "client" }, opts)) || this;
435
+ _this.name = "InvalidOriginAccessControl";
436
+ _this.$fault = "client";
437
+ Object.setPrototypeOf(_this, InvalidOriginAccessControl.prototype);
438
+ _this.Message = opts.Message;
439
+ return _this;
440
+ }
441
+ return InvalidOriginAccessControl;
442
+ }(__BaseException));
443
+ export { InvalidOriginAccessControl };
444
+ var InvalidOriginAccessIdentity = (function (_super) {
445
+ __extends(InvalidOriginAccessIdentity, _super);
446
+ function InvalidOriginAccessIdentity(opts) {
447
+ var _this = _super.call(this, __assign({ name: "InvalidOriginAccessIdentity", $fault: "client" }, opts)) || this;
448
+ _this.name = "InvalidOriginAccessIdentity";
449
+ _this.$fault = "client";
450
+ Object.setPrototypeOf(_this, InvalidOriginAccessIdentity.prototype);
451
+ _this.Message = opts.Message;
452
+ return _this;
453
+ }
454
+ return InvalidOriginAccessIdentity;
455
+ }(__BaseException));
456
+ export { InvalidOriginAccessIdentity };
457
+ var InvalidOriginKeepaliveTimeout = (function (_super) {
458
+ __extends(InvalidOriginKeepaliveTimeout, _super);
459
+ function InvalidOriginKeepaliveTimeout(opts) {
460
+ var _this = _super.call(this, __assign({ name: "InvalidOriginKeepaliveTimeout", $fault: "client" }, opts)) || this;
461
+ _this.name = "InvalidOriginKeepaliveTimeout";
462
+ _this.$fault = "client";
463
+ Object.setPrototypeOf(_this, InvalidOriginKeepaliveTimeout.prototype);
464
+ _this.Message = opts.Message;
465
+ return _this;
466
+ }
467
+ return InvalidOriginKeepaliveTimeout;
468
+ }(__BaseException));
469
+ export { InvalidOriginKeepaliveTimeout };
470
+ var InvalidOriginReadTimeout = (function (_super) {
471
+ __extends(InvalidOriginReadTimeout, _super);
472
+ function InvalidOriginReadTimeout(opts) {
473
+ var _this = _super.call(this, __assign({ name: "InvalidOriginReadTimeout", $fault: "client" }, opts)) || this;
474
+ _this.name = "InvalidOriginReadTimeout";
475
+ _this.$fault = "client";
476
+ Object.setPrototypeOf(_this, InvalidOriginReadTimeout.prototype);
477
+ _this.Message = opts.Message;
478
+ return _this;
479
+ }
480
+ return InvalidOriginReadTimeout;
481
+ }(__BaseException));
482
+ export { InvalidOriginReadTimeout };
483
+ var InvalidProtocolSettings = (function (_super) {
484
+ __extends(InvalidProtocolSettings, _super);
485
+ function InvalidProtocolSettings(opts) {
486
+ var _this = _super.call(this, __assign({ name: "InvalidProtocolSettings", $fault: "client" }, opts)) || this;
487
+ _this.name = "InvalidProtocolSettings";
488
+ _this.$fault = "client";
489
+ Object.setPrototypeOf(_this, InvalidProtocolSettings.prototype);
490
+ _this.Message = opts.Message;
491
+ return _this;
492
+ }
493
+ return InvalidProtocolSettings;
494
+ }(__BaseException));
495
+ export { InvalidProtocolSettings };
496
+ var InvalidQueryStringParameters = (function (_super) {
497
+ __extends(InvalidQueryStringParameters, _super);
498
+ function InvalidQueryStringParameters(opts) {
499
+ var _this = _super.call(this, __assign({ name: "InvalidQueryStringParameters", $fault: "client" }, opts)) || this;
500
+ _this.name = "InvalidQueryStringParameters";
501
+ _this.$fault = "client";
502
+ Object.setPrototypeOf(_this, InvalidQueryStringParameters.prototype);
503
+ _this.Message = opts.Message;
504
+ return _this;
505
+ }
506
+ return InvalidQueryStringParameters;
507
+ }(__BaseException));
508
+ export { InvalidQueryStringParameters };
509
+ var InvalidRelativePath = (function (_super) {
510
+ __extends(InvalidRelativePath, _super);
511
+ function InvalidRelativePath(opts) {
512
+ var _this = _super.call(this, __assign({ name: "InvalidRelativePath", $fault: "client" }, opts)) || this;
513
+ _this.name = "InvalidRelativePath";
514
+ _this.$fault = "client";
515
+ Object.setPrototypeOf(_this, InvalidRelativePath.prototype);
516
+ _this.Message = opts.Message;
517
+ return _this;
518
+ }
519
+ return InvalidRelativePath;
520
+ }(__BaseException));
521
+ export { InvalidRelativePath };
522
+ var InvalidRequiredProtocol = (function (_super) {
523
+ __extends(InvalidRequiredProtocol, _super);
524
+ function InvalidRequiredProtocol(opts) {
525
+ var _this = _super.call(this, __assign({ name: "InvalidRequiredProtocol", $fault: "client" }, opts)) || this;
526
+ _this.name = "InvalidRequiredProtocol";
527
+ _this.$fault = "client";
528
+ Object.setPrototypeOf(_this, InvalidRequiredProtocol.prototype);
529
+ _this.Message = opts.Message;
530
+ return _this;
531
+ }
532
+ return InvalidRequiredProtocol;
533
+ }(__BaseException));
534
+ export { InvalidRequiredProtocol };
535
+ var InvalidResponseCode = (function (_super) {
536
+ __extends(InvalidResponseCode, _super);
537
+ function InvalidResponseCode(opts) {
538
+ var _this = _super.call(this, __assign({ name: "InvalidResponseCode", $fault: "client" }, opts)) || this;
539
+ _this.name = "InvalidResponseCode";
540
+ _this.$fault = "client";
541
+ Object.setPrototypeOf(_this, InvalidResponseCode.prototype);
542
+ _this.Message = opts.Message;
543
+ return _this;
544
+ }
545
+ return InvalidResponseCode;
546
+ }(__BaseException));
547
+ export { InvalidResponseCode };
548
+ var InvalidTTLOrder = (function (_super) {
549
+ __extends(InvalidTTLOrder, _super);
550
+ function InvalidTTLOrder(opts) {
551
+ var _this = _super.call(this, __assign({ name: "InvalidTTLOrder", $fault: "client" }, opts)) || this;
552
+ _this.name = "InvalidTTLOrder";
553
+ _this.$fault = "client";
554
+ Object.setPrototypeOf(_this, InvalidTTLOrder.prototype);
555
+ _this.Message = opts.Message;
556
+ return _this;
557
+ }
558
+ return InvalidTTLOrder;
559
+ }(__BaseException));
560
+ export { InvalidTTLOrder };
561
+ var InvalidViewerCertificate = (function (_super) {
562
+ __extends(InvalidViewerCertificate, _super);
563
+ function InvalidViewerCertificate(opts) {
564
+ var _this = _super.call(this, __assign({ name: "InvalidViewerCertificate", $fault: "client" }, opts)) || this;
565
+ _this.name = "InvalidViewerCertificate";
566
+ _this.$fault = "client";
567
+ Object.setPrototypeOf(_this, InvalidViewerCertificate.prototype);
568
+ _this.Message = opts.Message;
569
+ return _this;
570
+ }
571
+ return InvalidViewerCertificate;
572
+ }(__BaseException));
573
+ export { InvalidViewerCertificate };
574
+ var InvalidWebACLId = (function (_super) {
575
+ __extends(InvalidWebACLId, _super);
576
+ function InvalidWebACLId(opts) {
577
+ var _this = _super.call(this, __assign({ name: "InvalidWebACLId", $fault: "client" }, opts)) || this;
578
+ _this.name = "InvalidWebACLId";
579
+ _this.$fault = "client";
580
+ Object.setPrototypeOf(_this, InvalidWebACLId.prototype);
581
+ _this.Message = opts.Message;
582
+ return _this;
583
+ }
584
+ return InvalidWebACLId;
585
+ }(__BaseException));
586
+ export { InvalidWebACLId };
587
+ var NoSuchCachePolicy = (function (_super) {
588
+ __extends(NoSuchCachePolicy, _super);
589
+ function NoSuchCachePolicy(opts) {
590
+ var _this = _super.call(this, __assign({ name: "NoSuchCachePolicy", $fault: "client" }, opts)) || this;
591
+ _this.name = "NoSuchCachePolicy";
592
+ _this.$fault = "client";
593
+ Object.setPrototypeOf(_this, NoSuchCachePolicy.prototype);
594
+ _this.Message = opts.Message;
595
+ return _this;
596
+ }
597
+ return NoSuchCachePolicy;
598
+ }(__BaseException));
599
+ export { NoSuchCachePolicy };
600
+ var NoSuchFieldLevelEncryptionConfig = (function (_super) {
601
+ __extends(NoSuchFieldLevelEncryptionConfig, _super);
602
+ function NoSuchFieldLevelEncryptionConfig(opts) {
603
+ var _this = _super.call(this, __assign({ name: "NoSuchFieldLevelEncryptionConfig", $fault: "client" }, opts)) || this;
604
+ _this.name = "NoSuchFieldLevelEncryptionConfig";
605
+ _this.$fault = "client";
606
+ Object.setPrototypeOf(_this, NoSuchFieldLevelEncryptionConfig.prototype);
607
+ _this.Message = opts.Message;
608
+ return _this;
609
+ }
610
+ return NoSuchFieldLevelEncryptionConfig;
611
+ }(__BaseException));
612
+ export { NoSuchFieldLevelEncryptionConfig };
613
+ var NoSuchOrigin = (function (_super) {
614
+ __extends(NoSuchOrigin, _super);
615
+ function NoSuchOrigin(opts) {
616
+ var _this = _super.call(this, __assign({ name: "NoSuchOrigin", $fault: "client" }, opts)) || this;
617
+ _this.name = "NoSuchOrigin";
618
+ _this.$fault = "client";
619
+ Object.setPrototypeOf(_this, NoSuchOrigin.prototype);
620
+ _this.Message = opts.Message;
621
+ return _this;
622
+ }
623
+ return NoSuchOrigin;
624
+ }(__BaseException));
625
+ export { NoSuchOrigin };
626
+ var NoSuchOriginRequestPolicy = (function (_super) {
627
+ __extends(NoSuchOriginRequestPolicy, _super);
628
+ function NoSuchOriginRequestPolicy(opts) {
629
+ var _this = _super.call(this, __assign({ name: "NoSuchOriginRequestPolicy", $fault: "client" }, opts)) || this;
630
+ _this.name = "NoSuchOriginRequestPolicy";
631
+ _this.$fault = "client";
632
+ Object.setPrototypeOf(_this, NoSuchOriginRequestPolicy.prototype);
633
+ _this.Message = opts.Message;
634
+ return _this;
635
+ }
636
+ return NoSuchOriginRequestPolicy;
637
+ }(__BaseException));
638
+ export { NoSuchOriginRequestPolicy };
639
+ var NoSuchRealtimeLogConfig = (function (_super) {
640
+ __extends(NoSuchRealtimeLogConfig, _super);
641
+ function NoSuchRealtimeLogConfig(opts) {
642
+ var _this = _super.call(this, __assign({ name: "NoSuchRealtimeLogConfig", $fault: "client" }, opts)) || this;
643
+ _this.name = "NoSuchRealtimeLogConfig";
644
+ _this.$fault = "client";
645
+ Object.setPrototypeOf(_this, NoSuchRealtimeLogConfig.prototype);
646
+ _this.Message = opts.Message;
647
+ return _this;
648
+ }
649
+ return NoSuchRealtimeLogConfig;
650
+ }(__BaseException));
651
+ export { NoSuchRealtimeLogConfig };
652
+ var NoSuchResponseHeadersPolicy = (function (_super) {
653
+ __extends(NoSuchResponseHeadersPolicy, _super);
654
+ function NoSuchResponseHeadersPolicy(opts) {
655
+ var _this = _super.call(this, __assign({ name: "NoSuchResponseHeadersPolicy", $fault: "client" }, opts)) || this;
656
+ _this.name = "NoSuchResponseHeadersPolicy";
657
+ _this.$fault = "client";
658
+ Object.setPrototypeOf(_this, NoSuchResponseHeadersPolicy.prototype);
659
+ _this.Message = opts.Message;
660
+ return _this;
661
+ }
662
+ return NoSuchResponseHeadersPolicy;
663
+ }(__BaseException));
664
+ export { NoSuchResponseHeadersPolicy };
665
+ var RealtimeLogConfigOwnerMismatch = (function (_super) {
666
+ __extends(RealtimeLogConfigOwnerMismatch, _super);
667
+ function RealtimeLogConfigOwnerMismatch(opts) {
668
+ var _this = _super.call(this, __assign({ name: "RealtimeLogConfigOwnerMismatch", $fault: "client" }, opts)) || this;
669
+ _this.name = "RealtimeLogConfigOwnerMismatch";
670
+ _this.$fault = "client";
671
+ Object.setPrototypeOf(_this, RealtimeLogConfigOwnerMismatch.prototype);
672
+ _this.Message = opts.Message;
673
+ return _this;
674
+ }
675
+ return RealtimeLogConfigOwnerMismatch;
676
+ }(__BaseException));
677
+ export { RealtimeLogConfigOwnerMismatch };
678
+ var TooManyCacheBehaviors = (function (_super) {
679
+ __extends(TooManyCacheBehaviors, _super);
680
+ function TooManyCacheBehaviors(opts) {
681
+ var _this = _super.call(this, __assign({ name: "TooManyCacheBehaviors", $fault: "client" }, opts)) || this;
682
+ _this.name = "TooManyCacheBehaviors";
683
+ _this.$fault = "client";
684
+ Object.setPrototypeOf(_this, TooManyCacheBehaviors.prototype);
685
+ _this.Message = opts.Message;
686
+ return _this;
687
+ }
688
+ return TooManyCacheBehaviors;
689
+ }(__BaseException));
690
+ export { TooManyCacheBehaviors };
691
+ var TooManyCertificates = (function (_super) {
692
+ __extends(TooManyCertificates, _super);
693
+ function TooManyCertificates(opts) {
694
+ var _this = _super.call(this, __assign({ name: "TooManyCertificates", $fault: "client" }, opts)) || this;
695
+ _this.name = "TooManyCertificates";
696
+ _this.$fault = "client";
697
+ Object.setPrototypeOf(_this, TooManyCertificates.prototype);
698
+ _this.Message = opts.Message;
699
+ return _this;
700
+ }
701
+ return TooManyCertificates;
702
+ }(__BaseException));
703
+ export { TooManyCertificates };
704
+ var TooManyCookieNamesInWhiteList = (function (_super) {
705
+ __extends(TooManyCookieNamesInWhiteList, _super);
706
+ function TooManyCookieNamesInWhiteList(opts) {
707
+ var _this = _super.call(this, __assign({ name: "TooManyCookieNamesInWhiteList", $fault: "client" }, opts)) || this;
708
+ _this.name = "TooManyCookieNamesInWhiteList";
709
+ _this.$fault = "client";
710
+ Object.setPrototypeOf(_this, TooManyCookieNamesInWhiteList.prototype);
711
+ _this.Message = opts.Message;
712
+ return _this;
713
+ }
714
+ return TooManyCookieNamesInWhiteList;
715
+ }(__BaseException));
716
+ export { TooManyCookieNamesInWhiteList };
717
+ var TooManyDistributions = (function (_super) {
718
+ __extends(TooManyDistributions, _super);
719
+ function TooManyDistributions(opts) {
720
+ var _this = _super.call(this, __assign({ name: "TooManyDistributions", $fault: "client" }, opts)) || this;
721
+ _this.name = "TooManyDistributions";
722
+ _this.$fault = "client";
723
+ Object.setPrototypeOf(_this, TooManyDistributions.prototype);
724
+ _this.Message = opts.Message;
725
+ return _this;
726
+ }
727
+ return TooManyDistributions;
728
+ }(__BaseException));
729
+ export { TooManyDistributions };
730
+ var TooManyDistributionsAssociatedToCachePolicy = (function (_super) {
731
+ __extends(TooManyDistributionsAssociatedToCachePolicy, _super);
732
+ function TooManyDistributionsAssociatedToCachePolicy(opts) {
733
+ var _this = _super.call(this, __assign({ name: "TooManyDistributionsAssociatedToCachePolicy", $fault: "client" }, opts)) || this;
734
+ _this.name = "TooManyDistributionsAssociatedToCachePolicy";
735
+ _this.$fault = "client";
736
+ Object.setPrototypeOf(_this, TooManyDistributionsAssociatedToCachePolicy.prototype);
737
+ _this.Message = opts.Message;
738
+ return _this;
739
+ }
740
+ return TooManyDistributionsAssociatedToCachePolicy;
741
+ }(__BaseException));
742
+ export { TooManyDistributionsAssociatedToCachePolicy };
743
+ var TooManyDistributionsAssociatedToFieldLevelEncryptionConfig = (function (_super) {
744
+ __extends(TooManyDistributionsAssociatedToFieldLevelEncryptionConfig, _super);
745
+ function TooManyDistributionsAssociatedToFieldLevelEncryptionConfig(opts) {
746
+ var _this = _super.call(this, __assign({ name: "TooManyDistributionsAssociatedToFieldLevelEncryptionConfig", $fault: "client" }, opts)) || this;
747
+ _this.name = "TooManyDistributionsAssociatedToFieldLevelEncryptionConfig";
748
+ _this.$fault = "client";
749
+ Object.setPrototypeOf(_this, TooManyDistributionsAssociatedToFieldLevelEncryptionConfig.prototype);
750
+ _this.Message = opts.Message;
751
+ return _this;
752
+ }
753
+ return TooManyDistributionsAssociatedToFieldLevelEncryptionConfig;
754
+ }(__BaseException));
755
+ export { TooManyDistributionsAssociatedToFieldLevelEncryptionConfig };
756
+ var TooManyDistributionsAssociatedToKeyGroup = (function (_super) {
757
+ __extends(TooManyDistributionsAssociatedToKeyGroup, _super);
758
+ function TooManyDistributionsAssociatedToKeyGroup(opts) {
759
+ var _this = _super.call(this, __assign({ name: "TooManyDistributionsAssociatedToKeyGroup", $fault: "client" }, opts)) || this;
760
+ _this.name = "TooManyDistributionsAssociatedToKeyGroup";
761
+ _this.$fault = "client";
762
+ Object.setPrototypeOf(_this, TooManyDistributionsAssociatedToKeyGroup.prototype);
763
+ _this.Message = opts.Message;
764
+ return _this;
765
+ }
766
+ return TooManyDistributionsAssociatedToKeyGroup;
767
+ }(__BaseException));
768
+ export { TooManyDistributionsAssociatedToKeyGroup };
769
+ var TooManyDistributionsAssociatedToOriginAccessControl = (function (_super) {
770
+ __extends(TooManyDistributionsAssociatedToOriginAccessControl, _super);
771
+ function TooManyDistributionsAssociatedToOriginAccessControl(opts) {
772
+ var _this = _super.call(this, __assign({ name: "TooManyDistributionsAssociatedToOriginAccessControl", $fault: "client" }, opts)) || this;
773
+ _this.name = "TooManyDistributionsAssociatedToOriginAccessControl";
774
+ _this.$fault = "client";
775
+ Object.setPrototypeOf(_this, TooManyDistributionsAssociatedToOriginAccessControl.prototype);
776
+ _this.Message = opts.Message;
777
+ return _this;
778
+ }
779
+ return TooManyDistributionsAssociatedToOriginAccessControl;
780
+ }(__BaseException));
781
+ export { TooManyDistributionsAssociatedToOriginAccessControl };
782
+ var TooManyDistributionsAssociatedToOriginRequestPolicy = (function (_super) {
783
+ __extends(TooManyDistributionsAssociatedToOriginRequestPolicy, _super);
784
+ function TooManyDistributionsAssociatedToOriginRequestPolicy(opts) {
785
+ var _this = _super.call(this, __assign({ name: "TooManyDistributionsAssociatedToOriginRequestPolicy", $fault: "client" }, opts)) || this;
786
+ _this.name = "TooManyDistributionsAssociatedToOriginRequestPolicy";
787
+ _this.$fault = "client";
788
+ Object.setPrototypeOf(_this, TooManyDistributionsAssociatedToOriginRequestPolicy.prototype);
789
+ _this.Message = opts.Message;
790
+ return _this;
791
+ }
792
+ return TooManyDistributionsAssociatedToOriginRequestPolicy;
793
+ }(__BaseException));
794
+ export { TooManyDistributionsAssociatedToOriginRequestPolicy };
795
+ var TooManyDistributionsAssociatedToResponseHeadersPolicy = (function (_super) {
796
+ __extends(TooManyDistributionsAssociatedToResponseHeadersPolicy, _super);
797
+ function TooManyDistributionsAssociatedToResponseHeadersPolicy(opts) {
798
+ var _this = _super.call(this, __assign({ name: "TooManyDistributionsAssociatedToResponseHeadersPolicy", $fault: "client" }, opts)) || this;
799
+ _this.name = "TooManyDistributionsAssociatedToResponseHeadersPolicy";
800
+ _this.$fault = "client";
801
+ Object.setPrototypeOf(_this, TooManyDistributionsAssociatedToResponseHeadersPolicy.prototype);
802
+ _this.Message = opts.Message;
803
+ return _this;
804
+ }
805
+ return TooManyDistributionsAssociatedToResponseHeadersPolicy;
806
+ }(__BaseException));
807
+ export { TooManyDistributionsAssociatedToResponseHeadersPolicy };
808
+ var TooManyDistributionsWithFunctionAssociations = (function (_super) {
809
+ __extends(TooManyDistributionsWithFunctionAssociations, _super);
810
+ function TooManyDistributionsWithFunctionAssociations(opts) {
811
+ var _this = _super.call(this, __assign({ name: "TooManyDistributionsWithFunctionAssociations", $fault: "client" }, opts)) || this;
812
+ _this.name = "TooManyDistributionsWithFunctionAssociations";
813
+ _this.$fault = "client";
814
+ Object.setPrototypeOf(_this, TooManyDistributionsWithFunctionAssociations.prototype);
815
+ _this.Message = opts.Message;
816
+ return _this;
817
+ }
818
+ return TooManyDistributionsWithFunctionAssociations;
819
+ }(__BaseException));
820
+ export { TooManyDistributionsWithFunctionAssociations };
821
+ var TooManyDistributionsWithLambdaAssociations = (function (_super) {
822
+ __extends(TooManyDistributionsWithLambdaAssociations, _super);
823
+ function TooManyDistributionsWithLambdaAssociations(opts) {
824
+ var _this = _super.call(this, __assign({ name: "TooManyDistributionsWithLambdaAssociations", $fault: "client" }, opts)) || this;
825
+ _this.name = "TooManyDistributionsWithLambdaAssociations";
826
+ _this.$fault = "client";
827
+ Object.setPrototypeOf(_this, TooManyDistributionsWithLambdaAssociations.prototype);
828
+ _this.Message = opts.Message;
829
+ return _this;
830
+ }
831
+ return TooManyDistributionsWithLambdaAssociations;
832
+ }(__BaseException));
833
+ export { TooManyDistributionsWithLambdaAssociations };
834
+ var TooManyDistributionsWithSingleFunctionARN = (function (_super) {
835
+ __extends(TooManyDistributionsWithSingleFunctionARN, _super);
836
+ function TooManyDistributionsWithSingleFunctionARN(opts) {
837
+ var _this = _super.call(this, __assign({ name: "TooManyDistributionsWithSingleFunctionARN", $fault: "client" }, opts)) || this;
838
+ _this.name = "TooManyDistributionsWithSingleFunctionARN";
839
+ _this.$fault = "client";
840
+ Object.setPrototypeOf(_this, TooManyDistributionsWithSingleFunctionARN.prototype);
841
+ _this.Message = opts.Message;
842
+ return _this;
843
+ }
844
+ return TooManyDistributionsWithSingleFunctionARN;
845
+ }(__BaseException));
846
+ export { TooManyDistributionsWithSingleFunctionARN };
847
+ var TooManyFunctionAssociations = (function (_super) {
848
+ __extends(TooManyFunctionAssociations, _super);
849
+ function TooManyFunctionAssociations(opts) {
850
+ var _this = _super.call(this, __assign({ name: "TooManyFunctionAssociations", $fault: "client" }, opts)) || this;
851
+ _this.name = "TooManyFunctionAssociations";
852
+ _this.$fault = "client";
853
+ Object.setPrototypeOf(_this, TooManyFunctionAssociations.prototype);
854
+ _this.Message = opts.Message;
855
+ return _this;
856
+ }
857
+ return TooManyFunctionAssociations;
858
+ }(__BaseException));
859
+ export { TooManyFunctionAssociations };
860
+ var TooManyHeadersInForwardedValues = (function (_super) {
861
+ __extends(TooManyHeadersInForwardedValues, _super);
862
+ function TooManyHeadersInForwardedValues(opts) {
863
+ var _this = _super.call(this, __assign({ name: "TooManyHeadersInForwardedValues", $fault: "client" }, opts)) || this;
864
+ _this.name = "TooManyHeadersInForwardedValues";
865
+ _this.$fault = "client";
866
+ Object.setPrototypeOf(_this, TooManyHeadersInForwardedValues.prototype);
867
+ _this.Message = opts.Message;
868
+ return _this;
869
+ }
870
+ return TooManyHeadersInForwardedValues;
871
+ }(__BaseException));
872
+ export { TooManyHeadersInForwardedValues };
873
+ var TooManyKeyGroupsAssociatedToDistribution = (function (_super) {
874
+ __extends(TooManyKeyGroupsAssociatedToDistribution, _super);
875
+ function TooManyKeyGroupsAssociatedToDistribution(opts) {
876
+ var _this = _super.call(this, __assign({ name: "TooManyKeyGroupsAssociatedToDistribution", $fault: "client" }, opts)) || this;
877
+ _this.name = "TooManyKeyGroupsAssociatedToDistribution";
878
+ _this.$fault = "client";
879
+ Object.setPrototypeOf(_this, TooManyKeyGroupsAssociatedToDistribution.prototype);
880
+ _this.Message = opts.Message;
881
+ return _this;
882
+ }
883
+ return TooManyKeyGroupsAssociatedToDistribution;
884
+ }(__BaseException));
885
+ export { TooManyKeyGroupsAssociatedToDistribution };
886
+ var TooManyLambdaFunctionAssociations = (function (_super) {
887
+ __extends(TooManyLambdaFunctionAssociations, _super);
888
+ function TooManyLambdaFunctionAssociations(opts) {
889
+ var _this = _super.call(this, __assign({ name: "TooManyLambdaFunctionAssociations", $fault: "client" }, opts)) || this;
890
+ _this.name = "TooManyLambdaFunctionAssociations";
891
+ _this.$fault = "client";
892
+ Object.setPrototypeOf(_this, TooManyLambdaFunctionAssociations.prototype);
893
+ _this.Message = opts.Message;
894
+ return _this;
895
+ }
896
+ return TooManyLambdaFunctionAssociations;
897
+ }(__BaseException));
898
+ export { TooManyLambdaFunctionAssociations };
899
+ var TooManyOriginCustomHeaders = (function (_super) {
900
+ __extends(TooManyOriginCustomHeaders, _super);
901
+ function TooManyOriginCustomHeaders(opts) {
902
+ var _this = _super.call(this, __assign({ name: "TooManyOriginCustomHeaders", $fault: "client" }, opts)) || this;
903
+ _this.name = "TooManyOriginCustomHeaders";
904
+ _this.$fault = "client";
905
+ Object.setPrototypeOf(_this, TooManyOriginCustomHeaders.prototype);
906
+ _this.Message = opts.Message;
907
+ return _this;
908
+ }
909
+ return TooManyOriginCustomHeaders;
910
+ }(__BaseException));
911
+ export { TooManyOriginCustomHeaders };
912
+ var TooManyOriginGroupsPerDistribution = (function (_super) {
913
+ __extends(TooManyOriginGroupsPerDistribution, _super);
914
+ function TooManyOriginGroupsPerDistribution(opts) {
915
+ var _this = _super.call(this, __assign({ name: "TooManyOriginGroupsPerDistribution", $fault: "client" }, opts)) || this;
916
+ _this.name = "TooManyOriginGroupsPerDistribution";
917
+ _this.$fault = "client";
918
+ Object.setPrototypeOf(_this, TooManyOriginGroupsPerDistribution.prototype);
919
+ _this.Message = opts.Message;
920
+ return _this;
921
+ }
922
+ return TooManyOriginGroupsPerDistribution;
923
+ }(__BaseException));
924
+ export { TooManyOriginGroupsPerDistribution };
925
+ var TooManyOrigins = (function (_super) {
926
+ __extends(TooManyOrigins, _super);
927
+ function TooManyOrigins(opts) {
928
+ var _this = _super.call(this, __assign({ name: "TooManyOrigins", $fault: "client" }, opts)) || this;
929
+ _this.name = "TooManyOrigins";
930
+ _this.$fault = "client";
931
+ Object.setPrototypeOf(_this, TooManyOrigins.prototype);
932
+ _this.Message = opts.Message;
933
+ return _this;
934
+ }
935
+ return TooManyOrigins;
936
+ }(__BaseException));
937
+ export { TooManyOrigins };
938
+ var TooManyQueryStringParameters = (function (_super) {
939
+ __extends(TooManyQueryStringParameters, _super);
940
+ function TooManyQueryStringParameters(opts) {
941
+ var _this = _super.call(this, __assign({ name: "TooManyQueryStringParameters", $fault: "client" }, opts)) || this;
942
+ _this.name = "TooManyQueryStringParameters";
943
+ _this.$fault = "client";
944
+ Object.setPrototypeOf(_this, TooManyQueryStringParameters.prototype);
945
+ _this.Message = opts.Message;
946
+ return _this;
947
+ }
948
+ return TooManyQueryStringParameters;
949
+ }(__BaseException));
950
+ export { TooManyQueryStringParameters };
951
+ var TooManyTrustedSigners = (function (_super) {
952
+ __extends(TooManyTrustedSigners, _super);
953
+ function TooManyTrustedSigners(opts) {
954
+ var _this = _super.call(this, __assign({ name: "TooManyTrustedSigners", $fault: "client" }, opts)) || this;
955
+ _this.name = "TooManyTrustedSigners";
956
+ _this.$fault = "client";
957
+ Object.setPrototypeOf(_this, TooManyTrustedSigners.prototype);
958
+ _this.Message = opts.Message;
959
+ return _this;
960
+ }
961
+ return TooManyTrustedSigners;
962
+ }(__BaseException));
963
+ export { TooManyTrustedSigners };
964
+ var TrustedKeyGroupDoesNotExist = (function (_super) {
965
+ __extends(TrustedKeyGroupDoesNotExist, _super);
966
+ function TrustedKeyGroupDoesNotExist(opts) {
967
+ var _this = _super.call(this, __assign({ name: "TrustedKeyGroupDoesNotExist", $fault: "client" }, opts)) || this;
968
+ _this.name = "TrustedKeyGroupDoesNotExist";
969
+ _this.$fault = "client";
970
+ Object.setPrototypeOf(_this, TrustedKeyGroupDoesNotExist.prototype);
971
+ _this.Message = opts.Message;
972
+ return _this;
973
+ }
974
+ return TrustedKeyGroupDoesNotExist;
975
+ }(__BaseException));
976
+ export { TrustedKeyGroupDoesNotExist };
977
+ var TrustedSignerDoesNotExist = (function (_super) {
978
+ __extends(TrustedSignerDoesNotExist, _super);
979
+ function TrustedSignerDoesNotExist(opts) {
980
+ var _this = _super.call(this, __assign({ name: "TrustedSignerDoesNotExist", $fault: "client" }, opts)) || this;
981
+ _this.name = "TrustedSignerDoesNotExist";
982
+ _this.$fault = "client";
983
+ Object.setPrototypeOf(_this, TrustedSignerDoesNotExist.prototype);
984
+ _this.Message = opts.Message;
985
+ return _this;
986
+ }
987
+ return TrustedSignerDoesNotExist;
988
+ }(__BaseException));
989
+ export { TrustedSignerDoesNotExist };
990
+ var InvalidTagging = (function (_super) {
991
+ __extends(InvalidTagging, _super);
992
+ function InvalidTagging(opts) {
993
+ var _this = _super.call(this, __assign({ name: "InvalidTagging", $fault: "client" }, opts)) || this;
994
+ _this.name = "InvalidTagging";
995
+ _this.$fault = "client";
996
+ Object.setPrototypeOf(_this, InvalidTagging.prototype);
997
+ _this.Message = opts.Message;
998
+ return _this;
999
+ }
1000
+ return InvalidTagging;
1001
+ }(__BaseException));
1002
+ export { InvalidTagging };
1003
+ var FieldLevelEncryptionConfigAlreadyExists = (function (_super) {
1004
+ __extends(FieldLevelEncryptionConfigAlreadyExists, _super);
1005
+ function FieldLevelEncryptionConfigAlreadyExists(opts) {
1006
+ var _this = _super.call(this, __assign({ name: "FieldLevelEncryptionConfigAlreadyExists", $fault: "client" }, opts)) || this;
1007
+ _this.name = "FieldLevelEncryptionConfigAlreadyExists";
1008
+ _this.$fault = "client";
1009
+ Object.setPrototypeOf(_this, FieldLevelEncryptionConfigAlreadyExists.prototype);
1010
+ _this.Message = opts.Message;
1011
+ return _this;
1012
+ }
1013
+ return FieldLevelEncryptionConfigAlreadyExists;
1014
+ }(__BaseException));
1015
+ export { FieldLevelEncryptionConfigAlreadyExists };
1016
+ var NoSuchFieldLevelEncryptionProfile = (function (_super) {
1017
+ __extends(NoSuchFieldLevelEncryptionProfile, _super);
1018
+ function NoSuchFieldLevelEncryptionProfile(opts) {
1019
+ var _this = _super.call(this, __assign({ name: "NoSuchFieldLevelEncryptionProfile", $fault: "client" }, opts)) || this;
1020
+ _this.name = "NoSuchFieldLevelEncryptionProfile";
1021
+ _this.$fault = "client";
1022
+ Object.setPrototypeOf(_this, NoSuchFieldLevelEncryptionProfile.prototype);
1023
+ _this.Message = opts.Message;
1024
+ return _this;
1025
+ }
1026
+ return NoSuchFieldLevelEncryptionProfile;
1027
+ }(__BaseException));
1028
+ export { NoSuchFieldLevelEncryptionProfile };
1029
+ var QueryArgProfileEmpty = (function (_super) {
1030
+ __extends(QueryArgProfileEmpty, _super);
1031
+ function QueryArgProfileEmpty(opts) {
1032
+ var _this = _super.call(this, __assign({ name: "QueryArgProfileEmpty", $fault: "client" }, opts)) || this;
1033
+ _this.name = "QueryArgProfileEmpty";
1034
+ _this.$fault = "client";
1035
+ Object.setPrototypeOf(_this, QueryArgProfileEmpty.prototype);
1036
+ _this.Message = opts.Message;
1037
+ return _this;
1038
+ }
1039
+ return QueryArgProfileEmpty;
1040
+ }(__BaseException));
1041
+ export { QueryArgProfileEmpty };
1042
+ var TooManyFieldLevelEncryptionConfigs = (function (_super) {
1043
+ __extends(TooManyFieldLevelEncryptionConfigs, _super);
1044
+ function TooManyFieldLevelEncryptionConfigs(opts) {
1045
+ var _this = _super.call(this, __assign({ name: "TooManyFieldLevelEncryptionConfigs", $fault: "client" }, opts)) || this;
1046
+ _this.name = "TooManyFieldLevelEncryptionConfigs";
1047
+ _this.$fault = "client";
1048
+ Object.setPrototypeOf(_this, TooManyFieldLevelEncryptionConfigs.prototype);
1049
+ _this.Message = opts.Message;
1050
+ return _this;
1051
+ }
1052
+ return TooManyFieldLevelEncryptionConfigs;
1053
+ }(__BaseException));
1054
+ export { TooManyFieldLevelEncryptionConfigs };
1055
+ var TooManyFieldLevelEncryptionContentTypeProfiles = (function (_super) {
1056
+ __extends(TooManyFieldLevelEncryptionContentTypeProfiles, _super);
1057
+ function TooManyFieldLevelEncryptionContentTypeProfiles(opts) {
1058
+ var _this = _super.call(this, __assign({ name: "TooManyFieldLevelEncryptionContentTypeProfiles", $fault: "client" }, opts)) || this;
1059
+ _this.name = "TooManyFieldLevelEncryptionContentTypeProfiles";
1060
+ _this.$fault = "client";
1061
+ Object.setPrototypeOf(_this, TooManyFieldLevelEncryptionContentTypeProfiles.prototype);
1062
+ _this.Message = opts.Message;
1063
+ return _this;
1064
+ }
1065
+ return TooManyFieldLevelEncryptionContentTypeProfiles;
1066
+ }(__BaseException));
1067
+ export { TooManyFieldLevelEncryptionContentTypeProfiles };
1068
+ var TooManyFieldLevelEncryptionQueryArgProfiles = (function (_super) {
1069
+ __extends(TooManyFieldLevelEncryptionQueryArgProfiles, _super);
1070
+ function TooManyFieldLevelEncryptionQueryArgProfiles(opts) {
1071
+ var _this = _super.call(this, __assign({ name: "TooManyFieldLevelEncryptionQueryArgProfiles", $fault: "client" }, opts)) || this;
1072
+ _this.name = "TooManyFieldLevelEncryptionQueryArgProfiles";
1073
+ _this.$fault = "client";
1074
+ Object.setPrototypeOf(_this, TooManyFieldLevelEncryptionQueryArgProfiles.prototype);
1075
+ _this.Message = opts.Message;
1076
+ return _this;
1077
+ }
1078
+ return TooManyFieldLevelEncryptionQueryArgProfiles;
1079
+ }(__BaseException));
1080
+ export { TooManyFieldLevelEncryptionQueryArgProfiles };
1081
+ var FieldLevelEncryptionProfileAlreadyExists = (function (_super) {
1082
+ __extends(FieldLevelEncryptionProfileAlreadyExists, _super);
1083
+ function FieldLevelEncryptionProfileAlreadyExists(opts) {
1084
+ var _this = _super.call(this, __assign({ name: "FieldLevelEncryptionProfileAlreadyExists", $fault: "client" }, opts)) || this;
1085
+ _this.name = "FieldLevelEncryptionProfileAlreadyExists";
1086
+ _this.$fault = "client";
1087
+ Object.setPrototypeOf(_this, FieldLevelEncryptionProfileAlreadyExists.prototype);
1088
+ _this.Message = opts.Message;
1089
+ return _this;
1090
+ }
1091
+ return FieldLevelEncryptionProfileAlreadyExists;
1092
+ }(__BaseException));
1093
+ export { FieldLevelEncryptionProfileAlreadyExists };
1094
+ var FieldLevelEncryptionProfileSizeExceeded = (function (_super) {
1095
+ __extends(FieldLevelEncryptionProfileSizeExceeded, _super);
1096
+ function FieldLevelEncryptionProfileSizeExceeded(opts) {
1097
+ var _this = _super.call(this, __assign({ name: "FieldLevelEncryptionProfileSizeExceeded", $fault: "client" }, opts)) || this;
1098
+ _this.name = "FieldLevelEncryptionProfileSizeExceeded";
1099
+ _this.$fault = "client";
1100
+ Object.setPrototypeOf(_this, FieldLevelEncryptionProfileSizeExceeded.prototype);
1101
+ _this.Message = opts.Message;
1102
+ return _this;
1103
+ }
1104
+ return FieldLevelEncryptionProfileSizeExceeded;
1105
+ }(__BaseException));
1106
+ export { FieldLevelEncryptionProfileSizeExceeded };
1107
+ var NoSuchPublicKey = (function (_super) {
1108
+ __extends(NoSuchPublicKey, _super);
1109
+ function NoSuchPublicKey(opts) {
1110
+ var _this = _super.call(this, __assign({ name: "NoSuchPublicKey", $fault: "client" }, opts)) || this;
1111
+ _this.name = "NoSuchPublicKey";
1112
+ _this.$fault = "client";
1113
+ Object.setPrototypeOf(_this, NoSuchPublicKey.prototype);
1114
+ _this.Message = opts.Message;
1115
+ return _this;
1116
+ }
1117
+ return NoSuchPublicKey;
1118
+ }(__BaseException));
1119
+ export { NoSuchPublicKey };
1120
+ var TooManyFieldLevelEncryptionEncryptionEntities = (function (_super) {
1121
+ __extends(TooManyFieldLevelEncryptionEncryptionEntities, _super);
1122
+ function TooManyFieldLevelEncryptionEncryptionEntities(opts) {
1123
+ var _this = _super.call(this, __assign({ name: "TooManyFieldLevelEncryptionEncryptionEntities", $fault: "client" }, opts)) || this;
1124
+ _this.name = "TooManyFieldLevelEncryptionEncryptionEntities";
1125
+ _this.$fault = "client";
1126
+ Object.setPrototypeOf(_this, TooManyFieldLevelEncryptionEncryptionEntities.prototype);
1127
+ _this.Message = opts.Message;
1128
+ return _this;
1129
+ }
1130
+ return TooManyFieldLevelEncryptionEncryptionEntities;
1131
+ }(__BaseException));
1132
+ export { TooManyFieldLevelEncryptionEncryptionEntities };
1133
+ var TooManyFieldLevelEncryptionFieldPatterns = (function (_super) {
1134
+ __extends(TooManyFieldLevelEncryptionFieldPatterns, _super);
1135
+ function TooManyFieldLevelEncryptionFieldPatterns(opts) {
1136
+ var _this = _super.call(this, __assign({ name: "TooManyFieldLevelEncryptionFieldPatterns", $fault: "client" }, opts)) || this;
1137
+ _this.name = "TooManyFieldLevelEncryptionFieldPatterns";
1138
+ _this.$fault = "client";
1139
+ Object.setPrototypeOf(_this, TooManyFieldLevelEncryptionFieldPatterns.prototype);
1140
+ _this.Message = opts.Message;
1141
+ return _this;
1142
+ }
1143
+ return TooManyFieldLevelEncryptionFieldPatterns;
1144
+ }(__BaseException));
1145
+ export { TooManyFieldLevelEncryptionFieldPatterns };
1146
+ var TooManyFieldLevelEncryptionProfiles = (function (_super) {
1147
+ __extends(TooManyFieldLevelEncryptionProfiles, _super);
1148
+ function TooManyFieldLevelEncryptionProfiles(opts) {
1149
+ var _this = _super.call(this, __assign({ name: "TooManyFieldLevelEncryptionProfiles", $fault: "client" }, opts)) || this;
1150
+ _this.name = "TooManyFieldLevelEncryptionProfiles";
1151
+ _this.$fault = "client";
1152
+ Object.setPrototypeOf(_this, TooManyFieldLevelEncryptionProfiles.prototype);
1153
+ _this.Message = opts.Message;
1154
+ return _this;
1155
+ }
1156
+ return TooManyFieldLevelEncryptionProfiles;
1157
+ }(__BaseException));
1158
+ export { TooManyFieldLevelEncryptionProfiles };
1158
1159
  export var FunctionRuntime;
1159
1160
  (function (FunctionRuntime) {
1160
1161
  FunctionRuntime["cloudfront_js_1_0"] = "cloudfront-js-1.0";
@@ -1164,128 +1165,128 @@ export var FunctionStage;
1164
1165
  FunctionStage["DEVELOPMENT"] = "DEVELOPMENT";
1165
1166
  FunctionStage["LIVE"] = "LIVE";
1166
1167
  })(FunctionStage || (FunctionStage = {}));
1167
- export class FunctionAlreadyExists extends __BaseException {
1168
- constructor(opts) {
1169
- super({
1170
- name: "FunctionAlreadyExists",
1171
- $fault: "client",
1172
- ...opts,
1173
- });
1174
- this.name = "FunctionAlreadyExists";
1175
- this.$fault = "client";
1176
- Object.setPrototypeOf(this, FunctionAlreadyExists.prototype);
1177
- this.Message = opts.Message;
1178
- }
1179
- }
1180
- export class FunctionSizeLimitExceeded extends __BaseException {
1181
- constructor(opts) {
1182
- super({
1183
- name: "FunctionSizeLimitExceeded",
1184
- $fault: "client",
1185
- ...opts,
1186
- });
1187
- this.name = "FunctionSizeLimitExceeded";
1188
- this.$fault = "client";
1189
- Object.setPrototypeOf(this, FunctionSizeLimitExceeded.prototype);
1190
- this.Message = opts.Message;
1191
- }
1192
- }
1193
- export class TooManyFunctions extends __BaseException {
1194
- constructor(opts) {
1195
- super({
1196
- name: "TooManyFunctions",
1197
- $fault: "client",
1198
- ...opts,
1199
- });
1200
- this.name = "TooManyFunctions";
1201
- this.$fault = "client";
1202
- Object.setPrototypeOf(this, TooManyFunctions.prototype);
1203
- this.Message = opts.Message;
1204
- }
1205
- }
1206
- export class UnsupportedOperation extends __BaseException {
1207
- constructor(opts) {
1208
- super({
1209
- name: "UnsupportedOperation",
1210
- $fault: "client",
1211
- ...opts,
1212
- });
1213
- this.name = "UnsupportedOperation";
1214
- this.$fault = "client";
1215
- Object.setPrototypeOf(this, UnsupportedOperation.prototype);
1216
- this.Message = opts.Message;
1217
- }
1218
- }
1219
- export class TooManyInvalidationsInProgress extends __BaseException {
1220
- constructor(opts) {
1221
- super({
1222
- name: "TooManyInvalidationsInProgress",
1223
- $fault: "client",
1224
- ...opts,
1225
- });
1226
- this.name = "TooManyInvalidationsInProgress";
1227
- this.$fault = "client";
1228
- Object.setPrototypeOf(this, TooManyInvalidationsInProgress.prototype);
1229
- this.Message = opts.Message;
1230
- }
1231
- }
1232
- export class KeyGroupAlreadyExists extends __BaseException {
1233
- constructor(opts) {
1234
- super({
1235
- name: "KeyGroupAlreadyExists",
1236
- $fault: "client",
1237
- ...opts,
1238
- });
1239
- this.name = "KeyGroupAlreadyExists";
1240
- this.$fault = "client";
1241
- Object.setPrototypeOf(this, KeyGroupAlreadyExists.prototype);
1242
- this.Message = opts.Message;
1243
- }
1244
- }
1245
- export class TooManyKeyGroups extends __BaseException {
1246
- constructor(opts) {
1247
- super({
1248
- name: "TooManyKeyGroups",
1249
- $fault: "client",
1250
- ...opts,
1251
- });
1252
- this.name = "TooManyKeyGroups";
1253
- this.$fault = "client";
1254
- Object.setPrototypeOf(this, TooManyKeyGroups.prototype);
1255
- this.Message = opts.Message;
1256
- }
1257
- }
1258
- export class TooManyPublicKeysInKeyGroup extends __BaseException {
1259
- constructor(opts) {
1260
- super({
1261
- name: "TooManyPublicKeysInKeyGroup",
1262
- $fault: "client",
1263
- ...opts,
1264
- });
1265
- this.name = "TooManyPublicKeysInKeyGroup";
1266
- this.$fault = "client";
1267
- Object.setPrototypeOf(this, TooManyPublicKeysInKeyGroup.prototype);
1268
- this.Message = opts.Message;
1269
- }
1270
- }
1168
+ var FunctionAlreadyExists = (function (_super) {
1169
+ __extends(FunctionAlreadyExists, _super);
1170
+ function FunctionAlreadyExists(opts) {
1171
+ var _this = _super.call(this, __assign({ name: "FunctionAlreadyExists", $fault: "client" }, opts)) || this;
1172
+ _this.name = "FunctionAlreadyExists";
1173
+ _this.$fault = "client";
1174
+ Object.setPrototypeOf(_this, FunctionAlreadyExists.prototype);
1175
+ _this.Message = opts.Message;
1176
+ return _this;
1177
+ }
1178
+ return FunctionAlreadyExists;
1179
+ }(__BaseException));
1180
+ export { FunctionAlreadyExists };
1181
+ var FunctionSizeLimitExceeded = (function (_super) {
1182
+ __extends(FunctionSizeLimitExceeded, _super);
1183
+ function FunctionSizeLimitExceeded(opts) {
1184
+ var _this = _super.call(this, __assign({ name: "FunctionSizeLimitExceeded", $fault: "client" }, opts)) || this;
1185
+ _this.name = "FunctionSizeLimitExceeded";
1186
+ _this.$fault = "client";
1187
+ Object.setPrototypeOf(_this, FunctionSizeLimitExceeded.prototype);
1188
+ _this.Message = opts.Message;
1189
+ return _this;
1190
+ }
1191
+ return FunctionSizeLimitExceeded;
1192
+ }(__BaseException));
1193
+ export { FunctionSizeLimitExceeded };
1194
+ var TooManyFunctions = (function (_super) {
1195
+ __extends(TooManyFunctions, _super);
1196
+ function TooManyFunctions(opts) {
1197
+ var _this = _super.call(this, __assign({ name: "TooManyFunctions", $fault: "client" }, opts)) || this;
1198
+ _this.name = "TooManyFunctions";
1199
+ _this.$fault = "client";
1200
+ Object.setPrototypeOf(_this, TooManyFunctions.prototype);
1201
+ _this.Message = opts.Message;
1202
+ return _this;
1203
+ }
1204
+ return TooManyFunctions;
1205
+ }(__BaseException));
1206
+ export { TooManyFunctions };
1207
+ var UnsupportedOperation = (function (_super) {
1208
+ __extends(UnsupportedOperation, _super);
1209
+ function UnsupportedOperation(opts) {
1210
+ var _this = _super.call(this, __assign({ name: "UnsupportedOperation", $fault: "client" }, opts)) || this;
1211
+ _this.name = "UnsupportedOperation";
1212
+ _this.$fault = "client";
1213
+ Object.setPrototypeOf(_this, UnsupportedOperation.prototype);
1214
+ _this.Message = opts.Message;
1215
+ return _this;
1216
+ }
1217
+ return UnsupportedOperation;
1218
+ }(__BaseException));
1219
+ export { UnsupportedOperation };
1220
+ var TooManyInvalidationsInProgress = (function (_super) {
1221
+ __extends(TooManyInvalidationsInProgress, _super);
1222
+ function TooManyInvalidationsInProgress(opts) {
1223
+ var _this = _super.call(this, __assign({ name: "TooManyInvalidationsInProgress", $fault: "client" }, opts)) || this;
1224
+ _this.name = "TooManyInvalidationsInProgress";
1225
+ _this.$fault = "client";
1226
+ Object.setPrototypeOf(_this, TooManyInvalidationsInProgress.prototype);
1227
+ _this.Message = opts.Message;
1228
+ return _this;
1229
+ }
1230
+ return TooManyInvalidationsInProgress;
1231
+ }(__BaseException));
1232
+ export { TooManyInvalidationsInProgress };
1233
+ var KeyGroupAlreadyExists = (function (_super) {
1234
+ __extends(KeyGroupAlreadyExists, _super);
1235
+ function KeyGroupAlreadyExists(opts) {
1236
+ var _this = _super.call(this, __assign({ name: "KeyGroupAlreadyExists", $fault: "client" }, opts)) || this;
1237
+ _this.name = "KeyGroupAlreadyExists";
1238
+ _this.$fault = "client";
1239
+ Object.setPrototypeOf(_this, KeyGroupAlreadyExists.prototype);
1240
+ _this.Message = opts.Message;
1241
+ return _this;
1242
+ }
1243
+ return KeyGroupAlreadyExists;
1244
+ }(__BaseException));
1245
+ export { KeyGroupAlreadyExists };
1246
+ var TooManyKeyGroups = (function (_super) {
1247
+ __extends(TooManyKeyGroups, _super);
1248
+ function TooManyKeyGroups(opts) {
1249
+ var _this = _super.call(this, __assign({ name: "TooManyKeyGroups", $fault: "client" }, opts)) || this;
1250
+ _this.name = "TooManyKeyGroups";
1251
+ _this.$fault = "client";
1252
+ Object.setPrototypeOf(_this, TooManyKeyGroups.prototype);
1253
+ _this.Message = opts.Message;
1254
+ return _this;
1255
+ }
1256
+ return TooManyKeyGroups;
1257
+ }(__BaseException));
1258
+ export { TooManyKeyGroups };
1259
+ var TooManyPublicKeysInKeyGroup = (function (_super) {
1260
+ __extends(TooManyPublicKeysInKeyGroup, _super);
1261
+ function TooManyPublicKeysInKeyGroup(opts) {
1262
+ var _this = _super.call(this, __assign({ name: "TooManyPublicKeysInKeyGroup", $fault: "client" }, opts)) || this;
1263
+ _this.name = "TooManyPublicKeysInKeyGroup";
1264
+ _this.$fault = "client";
1265
+ Object.setPrototypeOf(_this, TooManyPublicKeysInKeyGroup.prototype);
1266
+ _this.Message = opts.Message;
1267
+ return _this;
1268
+ }
1269
+ return TooManyPublicKeysInKeyGroup;
1270
+ }(__BaseException));
1271
+ export { TooManyPublicKeysInKeyGroup };
1271
1272
  export var RealtimeMetricsSubscriptionStatus;
1272
1273
  (function (RealtimeMetricsSubscriptionStatus) {
1273
1274
  RealtimeMetricsSubscriptionStatus["Disabled"] = "Disabled";
1274
1275
  RealtimeMetricsSubscriptionStatus["Enabled"] = "Enabled";
1275
1276
  })(RealtimeMetricsSubscriptionStatus || (RealtimeMetricsSubscriptionStatus = {}));
1276
- export class MonitoringSubscriptionAlreadyExists extends __BaseException {
1277
- constructor(opts) {
1278
- super({
1279
- name: "MonitoringSubscriptionAlreadyExists",
1280
- $fault: "client",
1281
- ...opts,
1282
- });
1283
- this.name = "MonitoringSubscriptionAlreadyExists";
1284
- this.$fault = "client";
1285
- Object.setPrototypeOf(this, MonitoringSubscriptionAlreadyExists.prototype);
1286
- this.Message = opts.Message;
1287
- }
1288
- }
1277
+ var MonitoringSubscriptionAlreadyExists = (function (_super) {
1278
+ __extends(MonitoringSubscriptionAlreadyExists, _super);
1279
+ function MonitoringSubscriptionAlreadyExists(opts) {
1280
+ var _this = _super.call(this, __assign({ name: "MonitoringSubscriptionAlreadyExists", $fault: "client" }, opts)) || this;
1281
+ _this.name = "MonitoringSubscriptionAlreadyExists";
1282
+ _this.$fault = "client";
1283
+ Object.setPrototypeOf(_this, MonitoringSubscriptionAlreadyExists.prototype);
1284
+ _this.Message = opts.Message;
1285
+ return _this;
1286
+ }
1287
+ return MonitoringSubscriptionAlreadyExists;
1288
+ }(__BaseException));
1289
+ export { MonitoringSubscriptionAlreadyExists };
1289
1290
  export var OriginAccessControlOriginTypes;
1290
1291
  (function (OriginAccessControlOriginTypes) {
1291
1292
  OriginAccessControlOriginTypes["s3"] = "s3";
@@ -1300,149 +1301,149 @@ export var OriginAccessControlSigningProtocols;
1300
1301
  (function (OriginAccessControlSigningProtocols) {
1301
1302
  OriginAccessControlSigningProtocols["sigv4"] = "sigv4";
1302
1303
  })(OriginAccessControlSigningProtocols || (OriginAccessControlSigningProtocols = {}));
1303
- export class OriginAccessControlAlreadyExists extends __BaseException {
1304
- constructor(opts) {
1305
- super({
1306
- name: "OriginAccessControlAlreadyExists",
1307
- $fault: "client",
1308
- ...opts,
1309
- });
1310
- this.name = "OriginAccessControlAlreadyExists";
1311
- this.$fault = "client";
1312
- Object.setPrototypeOf(this, OriginAccessControlAlreadyExists.prototype);
1313
- this.Message = opts.Message;
1314
- }
1315
- }
1316
- export class TooManyOriginAccessControls extends __BaseException {
1317
- constructor(opts) {
1318
- super({
1319
- name: "TooManyOriginAccessControls",
1320
- $fault: "client",
1321
- ...opts,
1322
- });
1323
- this.name = "TooManyOriginAccessControls";
1324
- this.$fault = "client";
1325
- Object.setPrototypeOf(this, TooManyOriginAccessControls.prototype);
1326
- this.Message = opts.Message;
1327
- }
1328
- }
1329
- export class OriginRequestPolicyAlreadyExists extends __BaseException {
1330
- constructor(opts) {
1331
- super({
1332
- name: "OriginRequestPolicyAlreadyExists",
1333
- $fault: "client",
1334
- ...opts,
1335
- });
1336
- this.name = "OriginRequestPolicyAlreadyExists";
1337
- this.$fault = "client";
1338
- Object.setPrototypeOf(this, OriginRequestPolicyAlreadyExists.prototype);
1339
- this.Message = opts.Message;
1340
- }
1341
- }
1342
- export class TooManyCookiesInOriginRequestPolicy extends __BaseException {
1343
- constructor(opts) {
1344
- super({
1345
- name: "TooManyCookiesInOriginRequestPolicy",
1346
- $fault: "client",
1347
- ...opts,
1348
- });
1349
- this.name = "TooManyCookiesInOriginRequestPolicy";
1350
- this.$fault = "client";
1351
- Object.setPrototypeOf(this, TooManyCookiesInOriginRequestPolicy.prototype);
1352
- this.Message = opts.Message;
1353
- }
1354
- }
1355
- export class TooManyHeadersInOriginRequestPolicy extends __BaseException {
1356
- constructor(opts) {
1357
- super({
1358
- name: "TooManyHeadersInOriginRequestPolicy",
1359
- $fault: "client",
1360
- ...opts,
1361
- });
1362
- this.name = "TooManyHeadersInOriginRequestPolicy";
1363
- this.$fault = "client";
1364
- Object.setPrototypeOf(this, TooManyHeadersInOriginRequestPolicy.prototype);
1365
- this.Message = opts.Message;
1366
- }
1367
- }
1368
- export class TooManyOriginRequestPolicies extends __BaseException {
1369
- constructor(opts) {
1370
- super({
1371
- name: "TooManyOriginRequestPolicies",
1372
- $fault: "client",
1373
- ...opts,
1374
- });
1375
- this.name = "TooManyOriginRequestPolicies";
1376
- this.$fault = "client";
1377
- Object.setPrototypeOf(this, TooManyOriginRequestPolicies.prototype);
1378
- this.Message = opts.Message;
1379
- }
1380
- }
1381
- export class TooManyQueryStringsInOriginRequestPolicy extends __BaseException {
1382
- constructor(opts) {
1383
- super({
1384
- name: "TooManyQueryStringsInOriginRequestPolicy",
1385
- $fault: "client",
1386
- ...opts,
1387
- });
1388
- this.name = "TooManyQueryStringsInOriginRequestPolicy";
1389
- this.$fault = "client";
1390
- Object.setPrototypeOf(this, TooManyQueryStringsInOriginRequestPolicy.prototype);
1391
- this.Message = opts.Message;
1392
- }
1393
- }
1394
- export class PublicKeyAlreadyExists extends __BaseException {
1395
- constructor(opts) {
1396
- super({
1397
- name: "PublicKeyAlreadyExists",
1398
- $fault: "client",
1399
- ...opts,
1400
- });
1401
- this.name = "PublicKeyAlreadyExists";
1402
- this.$fault = "client";
1403
- Object.setPrototypeOf(this, PublicKeyAlreadyExists.prototype);
1404
- this.Message = opts.Message;
1405
- }
1406
- }
1407
- export class TooManyPublicKeys extends __BaseException {
1408
- constructor(opts) {
1409
- super({
1410
- name: "TooManyPublicKeys",
1411
- $fault: "client",
1412
- ...opts,
1413
- });
1414
- this.name = "TooManyPublicKeys";
1415
- this.$fault = "client";
1416
- Object.setPrototypeOf(this, TooManyPublicKeys.prototype);
1417
- this.Message = opts.Message;
1418
- }
1419
- }
1420
- export class RealtimeLogConfigAlreadyExists extends __BaseException {
1421
- constructor(opts) {
1422
- super({
1423
- name: "RealtimeLogConfigAlreadyExists",
1424
- $fault: "client",
1425
- ...opts,
1426
- });
1427
- this.name = "RealtimeLogConfigAlreadyExists";
1428
- this.$fault = "client";
1429
- Object.setPrototypeOf(this, RealtimeLogConfigAlreadyExists.prototype);
1430
- this.Message = opts.Message;
1431
- }
1432
- }
1433
- export class TooManyRealtimeLogConfigs extends __BaseException {
1434
- constructor(opts) {
1435
- super({
1436
- name: "TooManyRealtimeLogConfigs",
1437
- $fault: "client",
1438
- ...opts,
1439
- });
1440
- this.name = "TooManyRealtimeLogConfigs";
1441
- this.$fault = "client";
1442
- Object.setPrototypeOf(this, TooManyRealtimeLogConfigs.prototype);
1443
- this.Message = opts.Message;
1444
- }
1445
- }
1304
+ var OriginAccessControlAlreadyExists = (function (_super) {
1305
+ __extends(OriginAccessControlAlreadyExists, _super);
1306
+ function OriginAccessControlAlreadyExists(opts) {
1307
+ var _this = _super.call(this, __assign({ name: "OriginAccessControlAlreadyExists", $fault: "client" }, opts)) || this;
1308
+ _this.name = "OriginAccessControlAlreadyExists";
1309
+ _this.$fault = "client";
1310
+ Object.setPrototypeOf(_this, OriginAccessControlAlreadyExists.prototype);
1311
+ _this.Message = opts.Message;
1312
+ return _this;
1313
+ }
1314
+ return OriginAccessControlAlreadyExists;
1315
+ }(__BaseException));
1316
+ export { OriginAccessControlAlreadyExists };
1317
+ var TooManyOriginAccessControls = (function (_super) {
1318
+ __extends(TooManyOriginAccessControls, _super);
1319
+ function TooManyOriginAccessControls(opts) {
1320
+ var _this = _super.call(this, __assign({ name: "TooManyOriginAccessControls", $fault: "client" }, opts)) || this;
1321
+ _this.name = "TooManyOriginAccessControls";
1322
+ _this.$fault = "client";
1323
+ Object.setPrototypeOf(_this, TooManyOriginAccessControls.prototype);
1324
+ _this.Message = opts.Message;
1325
+ return _this;
1326
+ }
1327
+ return TooManyOriginAccessControls;
1328
+ }(__BaseException));
1329
+ export { TooManyOriginAccessControls };
1330
+ var OriginRequestPolicyAlreadyExists = (function (_super) {
1331
+ __extends(OriginRequestPolicyAlreadyExists, _super);
1332
+ function OriginRequestPolicyAlreadyExists(opts) {
1333
+ var _this = _super.call(this, __assign({ name: "OriginRequestPolicyAlreadyExists", $fault: "client" }, opts)) || this;
1334
+ _this.name = "OriginRequestPolicyAlreadyExists";
1335
+ _this.$fault = "client";
1336
+ Object.setPrototypeOf(_this, OriginRequestPolicyAlreadyExists.prototype);
1337
+ _this.Message = opts.Message;
1338
+ return _this;
1339
+ }
1340
+ return OriginRequestPolicyAlreadyExists;
1341
+ }(__BaseException));
1342
+ export { OriginRequestPolicyAlreadyExists };
1343
+ var TooManyCookiesInOriginRequestPolicy = (function (_super) {
1344
+ __extends(TooManyCookiesInOriginRequestPolicy, _super);
1345
+ function TooManyCookiesInOriginRequestPolicy(opts) {
1346
+ var _this = _super.call(this, __assign({ name: "TooManyCookiesInOriginRequestPolicy", $fault: "client" }, opts)) || this;
1347
+ _this.name = "TooManyCookiesInOriginRequestPolicy";
1348
+ _this.$fault = "client";
1349
+ Object.setPrototypeOf(_this, TooManyCookiesInOriginRequestPolicy.prototype);
1350
+ _this.Message = opts.Message;
1351
+ return _this;
1352
+ }
1353
+ return TooManyCookiesInOriginRequestPolicy;
1354
+ }(__BaseException));
1355
+ export { TooManyCookiesInOriginRequestPolicy };
1356
+ var TooManyHeadersInOriginRequestPolicy = (function (_super) {
1357
+ __extends(TooManyHeadersInOriginRequestPolicy, _super);
1358
+ function TooManyHeadersInOriginRequestPolicy(opts) {
1359
+ var _this = _super.call(this, __assign({ name: "TooManyHeadersInOriginRequestPolicy", $fault: "client" }, opts)) || this;
1360
+ _this.name = "TooManyHeadersInOriginRequestPolicy";
1361
+ _this.$fault = "client";
1362
+ Object.setPrototypeOf(_this, TooManyHeadersInOriginRequestPolicy.prototype);
1363
+ _this.Message = opts.Message;
1364
+ return _this;
1365
+ }
1366
+ return TooManyHeadersInOriginRequestPolicy;
1367
+ }(__BaseException));
1368
+ export { TooManyHeadersInOriginRequestPolicy };
1369
+ var TooManyOriginRequestPolicies = (function (_super) {
1370
+ __extends(TooManyOriginRequestPolicies, _super);
1371
+ function TooManyOriginRequestPolicies(opts) {
1372
+ var _this = _super.call(this, __assign({ name: "TooManyOriginRequestPolicies", $fault: "client" }, opts)) || this;
1373
+ _this.name = "TooManyOriginRequestPolicies";
1374
+ _this.$fault = "client";
1375
+ Object.setPrototypeOf(_this, TooManyOriginRequestPolicies.prototype);
1376
+ _this.Message = opts.Message;
1377
+ return _this;
1378
+ }
1379
+ return TooManyOriginRequestPolicies;
1380
+ }(__BaseException));
1381
+ export { TooManyOriginRequestPolicies };
1382
+ var TooManyQueryStringsInOriginRequestPolicy = (function (_super) {
1383
+ __extends(TooManyQueryStringsInOriginRequestPolicy, _super);
1384
+ function TooManyQueryStringsInOriginRequestPolicy(opts) {
1385
+ var _this = _super.call(this, __assign({ name: "TooManyQueryStringsInOriginRequestPolicy", $fault: "client" }, opts)) || this;
1386
+ _this.name = "TooManyQueryStringsInOriginRequestPolicy";
1387
+ _this.$fault = "client";
1388
+ Object.setPrototypeOf(_this, TooManyQueryStringsInOriginRequestPolicy.prototype);
1389
+ _this.Message = opts.Message;
1390
+ return _this;
1391
+ }
1392
+ return TooManyQueryStringsInOriginRequestPolicy;
1393
+ }(__BaseException));
1394
+ export { TooManyQueryStringsInOriginRequestPolicy };
1395
+ var PublicKeyAlreadyExists = (function (_super) {
1396
+ __extends(PublicKeyAlreadyExists, _super);
1397
+ function PublicKeyAlreadyExists(opts) {
1398
+ var _this = _super.call(this, __assign({ name: "PublicKeyAlreadyExists", $fault: "client" }, opts)) || this;
1399
+ _this.name = "PublicKeyAlreadyExists";
1400
+ _this.$fault = "client";
1401
+ Object.setPrototypeOf(_this, PublicKeyAlreadyExists.prototype);
1402
+ _this.Message = opts.Message;
1403
+ return _this;
1404
+ }
1405
+ return PublicKeyAlreadyExists;
1406
+ }(__BaseException));
1407
+ export { PublicKeyAlreadyExists };
1408
+ var TooManyPublicKeys = (function (_super) {
1409
+ __extends(TooManyPublicKeys, _super);
1410
+ function TooManyPublicKeys(opts) {
1411
+ var _this = _super.call(this, __assign({ name: "TooManyPublicKeys", $fault: "client" }, opts)) || this;
1412
+ _this.name = "TooManyPublicKeys";
1413
+ _this.$fault = "client";
1414
+ Object.setPrototypeOf(_this, TooManyPublicKeys.prototype);
1415
+ _this.Message = opts.Message;
1416
+ return _this;
1417
+ }
1418
+ return TooManyPublicKeys;
1419
+ }(__BaseException));
1420
+ export { TooManyPublicKeys };
1421
+ var RealtimeLogConfigAlreadyExists = (function (_super) {
1422
+ __extends(RealtimeLogConfigAlreadyExists, _super);
1423
+ function RealtimeLogConfigAlreadyExists(opts) {
1424
+ var _this = _super.call(this, __assign({ name: "RealtimeLogConfigAlreadyExists", $fault: "client" }, opts)) || this;
1425
+ _this.name = "RealtimeLogConfigAlreadyExists";
1426
+ _this.$fault = "client";
1427
+ Object.setPrototypeOf(_this, RealtimeLogConfigAlreadyExists.prototype);
1428
+ _this.Message = opts.Message;
1429
+ return _this;
1430
+ }
1431
+ return RealtimeLogConfigAlreadyExists;
1432
+ }(__BaseException));
1433
+ export { RealtimeLogConfigAlreadyExists };
1434
+ var TooManyRealtimeLogConfigs = (function (_super) {
1435
+ __extends(TooManyRealtimeLogConfigs, _super);
1436
+ function TooManyRealtimeLogConfigs(opts) {
1437
+ var _this = _super.call(this, __assign({ name: "TooManyRealtimeLogConfigs", $fault: "client" }, opts)) || this;
1438
+ _this.name = "TooManyRealtimeLogConfigs";
1439
+ _this.$fault = "client";
1440
+ Object.setPrototypeOf(_this, TooManyRealtimeLogConfigs.prototype);
1441
+ _this.Message = opts.Message;
1442
+ return _this;
1443
+ }
1444
+ return TooManyRealtimeLogConfigs;
1445
+ }(__BaseException));
1446
+ export { TooManyRealtimeLogConfigs };
1446
1447
  export var FrameOptionsList;
1447
1448
  (function (FrameOptionsList) {
1448
1449
  FrameOptionsList["DENY"] = "DENY";
@@ -1459,602 +1460,287 @@ export var ReferrerPolicyList;
1459
1460
  ReferrerPolicyList["strict_origin_when_cross_origin"] = "strict-origin-when-cross-origin";
1460
1461
  ReferrerPolicyList["unsafe_url"] = "unsafe-url";
1461
1462
  })(ReferrerPolicyList || (ReferrerPolicyList = {}));
1462
- export class ResponseHeadersPolicyAlreadyExists extends __BaseException {
1463
- constructor(opts) {
1464
- super({
1465
- name: "ResponseHeadersPolicyAlreadyExists",
1466
- $fault: "client",
1467
- ...opts,
1468
- });
1469
- this.name = "ResponseHeadersPolicyAlreadyExists";
1470
- this.$fault = "client";
1471
- Object.setPrototypeOf(this, ResponseHeadersPolicyAlreadyExists.prototype);
1472
- this.Message = opts.Message;
1473
- }
1474
- }
1475
- export class TooLongCSPInResponseHeadersPolicy extends __BaseException {
1476
- constructor(opts) {
1477
- super({
1478
- name: "TooLongCSPInResponseHeadersPolicy",
1479
- $fault: "client",
1480
- ...opts,
1481
- });
1482
- this.name = "TooLongCSPInResponseHeadersPolicy";
1483
- this.$fault = "client";
1484
- Object.setPrototypeOf(this, TooLongCSPInResponseHeadersPolicy.prototype);
1485
- this.Message = opts.Message;
1486
- }
1487
- }
1488
- export class TooManyCustomHeadersInResponseHeadersPolicy extends __BaseException {
1489
- constructor(opts) {
1490
- super({
1491
- name: "TooManyCustomHeadersInResponseHeadersPolicy",
1492
- $fault: "client",
1493
- ...opts,
1494
- });
1495
- this.name = "TooManyCustomHeadersInResponseHeadersPolicy";
1496
- this.$fault = "client";
1497
- Object.setPrototypeOf(this, TooManyCustomHeadersInResponseHeadersPolicy.prototype);
1498
- this.Message = opts.Message;
1499
- }
1500
- }
1501
- export class TooManyResponseHeadersPolicies extends __BaseException {
1502
- constructor(opts) {
1503
- super({
1504
- name: "TooManyResponseHeadersPolicies",
1505
- $fault: "client",
1506
- ...opts,
1507
- });
1508
- this.name = "TooManyResponseHeadersPolicies";
1509
- this.$fault = "client";
1510
- Object.setPrototypeOf(this, TooManyResponseHeadersPolicies.prototype);
1511
- this.Message = opts.Message;
1512
- }
1513
- }
1514
- export class StreamingDistributionAlreadyExists extends __BaseException {
1515
- constructor(opts) {
1516
- super({
1517
- name: "StreamingDistributionAlreadyExists",
1518
- $fault: "client",
1519
- ...opts,
1520
- });
1521
- this.name = "StreamingDistributionAlreadyExists";
1522
- this.$fault = "client";
1523
- Object.setPrototypeOf(this, StreamingDistributionAlreadyExists.prototype);
1524
- this.Message = opts.Message;
1525
- }
1526
- }
1527
- export class TooManyStreamingDistributionCNAMEs extends __BaseException {
1528
- constructor(opts) {
1529
- super({
1530
- name: "TooManyStreamingDistributionCNAMEs",
1531
- $fault: "client",
1532
- ...opts,
1533
- });
1534
- this.name = "TooManyStreamingDistributionCNAMEs";
1535
- this.$fault = "client";
1536
- Object.setPrototypeOf(this, TooManyStreamingDistributionCNAMEs.prototype);
1537
- this.Message = opts.Message;
1538
- }
1539
- }
1540
- export class TooManyStreamingDistributions extends __BaseException {
1541
- constructor(opts) {
1542
- super({
1543
- name: "TooManyStreamingDistributions",
1544
- $fault: "client",
1545
- ...opts,
1546
- });
1547
- this.name = "TooManyStreamingDistributions";
1548
- this.$fault = "client";
1549
- Object.setPrototypeOf(this, TooManyStreamingDistributions.prototype);
1550
- this.Message = opts.Message;
1551
- }
1552
- }
1553
- export class IllegalDelete extends __BaseException {
1554
- constructor(opts) {
1555
- super({
1556
- name: "IllegalDelete",
1557
- $fault: "client",
1558
- ...opts,
1559
- });
1560
- this.name = "IllegalDelete";
1561
- this.$fault = "client";
1562
- Object.setPrototypeOf(this, IllegalDelete.prototype);
1563
- this.Message = opts.Message;
1564
- }
1565
- }
1566
- export class InvalidIfMatchVersion extends __BaseException {
1567
- constructor(opts) {
1568
- super({
1569
- name: "InvalidIfMatchVersion",
1570
- $fault: "client",
1571
- ...opts,
1572
- });
1573
- this.name = "InvalidIfMatchVersion";
1574
- this.$fault = "client";
1575
- Object.setPrototypeOf(this, InvalidIfMatchVersion.prototype);
1576
- this.Message = opts.Message;
1577
- }
1578
- }
1579
- export class PreconditionFailed extends __BaseException {
1580
- constructor(opts) {
1581
- super({
1582
- name: "PreconditionFailed",
1583
- $fault: "client",
1584
- ...opts,
1585
- });
1586
- this.name = "PreconditionFailed";
1587
- this.$fault = "client";
1588
- Object.setPrototypeOf(this, PreconditionFailed.prototype);
1589
- this.Message = opts.Message;
1590
- }
1591
- }
1592
- export const KeyPairIdsFilterSensitiveLog = (obj) => ({
1593
- ...obj,
1594
- });
1595
- export const KGKeyPairIdsFilterSensitiveLog = (obj) => ({
1596
- ...obj,
1597
- });
1598
- export const ActiveTrustedKeyGroupsFilterSensitiveLog = (obj) => ({
1599
- ...obj,
1600
- });
1601
- export const SignerFilterSensitiveLog = (obj) => ({
1602
- ...obj,
1603
- });
1604
- export const ActiveTrustedSignersFilterSensitiveLog = (obj) => ({
1605
- ...obj,
1606
- });
1607
- export const AliasesFilterSensitiveLog = (obj) => ({
1608
- ...obj,
1609
- });
1610
- export const AliasICPRecordalFilterSensitiveLog = (obj) => ({
1611
- ...obj,
1612
- });
1613
- export const CachedMethodsFilterSensitiveLog = (obj) => ({
1614
- ...obj,
1615
- });
1616
- export const AllowedMethodsFilterSensitiveLog = (obj) => ({
1617
- ...obj,
1618
- });
1619
- export const AssociateAliasRequestFilterSensitiveLog = (obj) => ({
1620
- ...obj,
1621
- });
1622
- export const CookieNamesFilterSensitiveLog = (obj) => ({
1623
- ...obj,
1624
- });
1625
- export const CookiePreferenceFilterSensitiveLog = (obj) => ({
1626
- ...obj,
1627
- });
1628
- export const HeadersFilterSensitiveLog = (obj) => ({
1629
- ...obj,
1630
- });
1631
- export const QueryStringCacheKeysFilterSensitiveLog = (obj) => ({
1632
- ...obj,
1633
- });
1634
- export const ForwardedValuesFilterSensitiveLog = (obj) => ({
1635
- ...obj,
1636
- });
1637
- export const FunctionAssociationFilterSensitiveLog = (obj) => ({
1638
- ...obj,
1639
- });
1640
- export const FunctionAssociationsFilterSensitiveLog = (obj) => ({
1641
- ...obj,
1642
- });
1643
- export const LambdaFunctionAssociationFilterSensitiveLog = (obj) => ({
1644
- ...obj,
1645
- });
1646
- export const LambdaFunctionAssociationsFilterSensitiveLog = (obj) => ({
1647
- ...obj,
1648
- });
1649
- export const TrustedKeyGroupsFilterSensitiveLog = (obj) => ({
1650
- ...obj,
1651
- });
1652
- export const TrustedSignersFilterSensitiveLog = (obj) => ({
1653
- ...obj,
1654
- });
1655
- export const CacheBehaviorFilterSensitiveLog = (obj) => ({
1656
- ...obj,
1657
- });
1658
- export const CacheBehaviorsFilterSensitiveLog = (obj) => ({
1659
- ...obj,
1660
- });
1661
- export const CachePolicyCookiesConfigFilterSensitiveLog = (obj) => ({
1662
- ...obj,
1663
- });
1664
- export const CachePolicyHeadersConfigFilterSensitiveLog = (obj) => ({
1665
- ...obj,
1666
- });
1667
- export const QueryStringNamesFilterSensitiveLog = (obj) => ({
1668
- ...obj,
1669
- });
1670
- export const CachePolicyQueryStringsConfigFilterSensitiveLog = (obj) => ({
1671
- ...obj,
1672
- });
1673
- export const ParametersInCacheKeyAndForwardedToOriginFilterSensitiveLog = (obj) => ({
1674
- ...obj,
1675
- });
1676
- export const CachePolicyConfigFilterSensitiveLog = (obj) => ({
1677
- ...obj,
1678
- });
1679
- export const CachePolicyFilterSensitiveLog = (obj) => ({
1680
- ...obj,
1681
- });
1682
- export const CachePolicySummaryFilterSensitiveLog = (obj) => ({
1683
- ...obj,
1684
- });
1685
- export const CachePolicyListFilterSensitiveLog = (obj) => ({
1686
- ...obj,
1687
- });
1688
- export const CreateCachePolicyRequestFilterSensitiveLog = (obj) => ({
1689
- ...obj,
1690
- });
1691
- export const CreateCachePolicyResultFilterSensitiveLog = (obj) => ({
1692
- ...obj,
1693
- });
1694
- export const CloudFrontOriginAccessIdentityConfigFilterSensitiveLog = (obj) => ({
1695
- ...obj,
1696
- });
1697
- export const CreateCloudFrontOriginAccessIdentityRequestFilterSensitiveLog = (obj) => ({
1698
- ...obj,
1699
- });
1700
- export const CloudFrontOriginAccessIdentityFilterSensitiveLog = (obj) => ({
1701
- ...obj,
1702
- });
1703
- export const CreateCloudFrontOriginAccessIdentityResultFilterSensitiveLog = (obj) => ({
1704
- ...obj,
1705
- });
1706
- export const CustomErrorResponseFilterSensitiveLog = (obj) => ({
1707
- ...obj,
1708
- });
1709
- export const CustomErrorResponsesFilterSensitiveLog = (obj) => ({
1710
- ...obj,
1711
- });
1712
- export const DefaultCacheBehaviorFilterSensitiveLog = (obj) => ({
1713
- ...obj,
1714
- });
1715
- export const LoggingConfigFilterSensitiveLog = (obj) => ({
1716
- ...obj,
1717
- });
1718
- export const StatusCodesFilterSensitiveLog = (obj) => ({
1719
- ...obj,
1720
- });
1721
- export const OriginGroupFailoverCriteriaFilterSensitiveLog = (obj) => ({
1722
- ...obj,
1723
- });
1724
- export const OriginGroupMemberFilterSensitiveLog = (obj) => ({
1725
- ...obj,
1726
- });
1727
- export const OriginGroupMembersFilterSensitiveLog = (obj) => ({
1728
- ...obj,
1729
- });
1730
- export const OriginGroupFilterSensitiveLog = (obj) => ({
1731
- ...obj,
1732
- });
1733
- export const OriginGroupsFilterSensitiveLog = (obj) => ({
1734
- ...obj,
1735
- });
1736
- export const OriginCustomHeaderFilterSensitiveLog = (obj) => ({
1737
- ...obj,
1738
- ...(obj.HeaderValue && { HeaderValue: SENSITIVE_STRING }),
1739
- });
1740
- export const CustomHeadersFilterSensitiveLog = (obj) => ({
1741
- ...obj,
1742
- ...(obj.Items && { Items: obj.Items.map((item) => OriginCustomHeaderFilterSensitiveLog(item)) }),
1743
- });
1744
- export const OriginSslProtocolsFilterSensitiveLog = (obj) => ({
1745
- ...obj,
1746
- });
1747
- export const CustomOriginConfigFilterSensitiveLog = (obj) => ({
1748
- ...obj,
1749
- });
1750
- export const OriginShieldFilterSensitiveLog = (obj) => ({
1751
- ...obj,
1752
- });
1753
- export const S3OriginConfigFilterSensitiveLog = (obj) => ({
1754
- ...obj,
1755
- });
1756
- export const OriginFilterSensitiveLog = (obj) => ({
1757
- ...obj,
1758
- ...(obj.CustomHeaders && { CustomHeaders: CustomHeadersFilterSensitiveLog(obj.CustomHeaders) }),
1759
- });
1760
- export const OriginsFilterSensitiveLog = (obj) => ({
1761
- ...obj,
1762
- });
1763
- export const GeoRestrictionFilterSensitiveLog = (obj) => ({
1764
- ...obj,
1765
- });
1766
- export const RestrictionsFilterSensitiveLog = (obj) => ({
1767
- ...obj,
1768
- });
1769
- export const ViewerCertificateFilterSensitiveLog = (obj) => ({
1770
- ...obj,
1771
- });
1772
- export const DistributionConfigFilterSensitiveLog = (obj) => ({
1773
- ...obj,
1774
- ...(obj.Comment && { Comment: SENSITIVE_STRING }),
1775
- });
1776
- export const CreateDistributionRequestFilterSensitiveLog = (obj) => ({
1777
- ...obj,
1778
- ...(obj.DistributionConfig && { DistributionConfig: DistributionConfigFilterSensitiveLog(obj.DistributionConfig) }),
1779
- });
1780
- export const DistributionFilterSensitiveLog = (obj) => ({
1781
- ...obj,
1782
- ...(obj.DistributionConfig && { DistributionConfig: DistributionConfigFilterSensitiveLog(obj.DistributionConfig) }),
1783
- });
1784
- export const CreateDistributionResultFilterSensitiveLog = (obj) => ({
1785
- ...obj,
1786
- ...(obj.Distribution && { Distribution: DistributionFilterSensitiveLog(obj.Distribution) }),
1787
- });
1788
- export const TagFilterSensitiveLog = (obj) => ({
1789
- ...obj,
1790
- });
1791
- export const TagsFilterSensitiveLog = (obj) => ({
1792
- ...obj,
1793
- });
1794
- export const DistributionConfigWithTagsFilterSensitiveLog = (obj) => ({
1795
- ...obj,
1796
- ...(obj.DistributionConfig && { DistributionConfig: DistributionConfigFilterSensitiveLog(obj.DistributionConfig) }),
1797
- });
1798
- export const CreateDistributionWithTagsRequestFilterSensitiveLog = (obj) => ({
1799
- ...obj,
1800
- ...(obj.DistributionConfigWithTags && {
1801
- DistributionConfigWithTags: DistributionConfigWithTagsFilterSensitiveLog(obj.DistributionConfigWithTags),
1802
- }),
1803
- });
1804
- export const CreateDistributionWithTagsResultFilterSensitiveLog = (obj) => ({
1805
- ...obj,
1806
- ...(obj.Distribution && { Distribution: DistributionFilterSensitiveLog(obj.Distribution) }),
1807
- });
1808
- export const ContentTypeProfileFilterSensitiveLog = (obj) => ({
1809
- ...obj,
1810
- });
1811
- export const ContentTypeProfilesFilterSensitiveLog = (obj) => ({
1812
- ...obj,
1813
- });
1814
- export const ContentTypeProfileConfigFilterSensitiveLog = (obj) => ({
1815
- ...obj,
1816
- });
1817
- export const QueryArgProfileFilterSensitiveLog = (obj) => ({
1818
- ...obj,
1819
- });
1820
- export const QueryArgProfilesFilterSensitiveLog = (obj) => ({
1821
- ...obj,
1822
- });
1823
- export const QueryArgProfileConfigFilterSensitiveLog = (obj) => ({
1824
- ...obj,
1825
- });
1826
- export const FieldLevelEncryptionConfigFilterSensitiveLog = (obj) => ({
1827
- ...obj,
1828
- });
1829
- export const CreateFieldLevelEncryptionConfigRequestFilterSensitiveLog = (obj) => ({
1830
- ...obj,
1831
- });
1832
- export const FieldLevelEncryptionFilterSensitiveLog = (obj) => ({
1833
- ...obj,
1834
- });
1835
- export const CreateFieldLevelEncryptionConfigResultFilterSensitiveLog = (obj) => ({
1836
- ...obj,
1837
- });
1838
- export const FieldPatternsFilterSensitiveLog = (obj) => ({
1839
- ...obj,
1840
- });
1841
- export const EncryptionEntityFilterSensitiveLog = (obj) => ({
1842
- ...obj,
1843
- });
1844
- export const EncryptionEntitiesFilterSensitiveLog = (obj) => ({
1845
- ...obj,
1846
- });
1847
- export const FieldLevelEncryptionProfileConfigFilterSensitiveLog = (obj) => ({
1848
- ...obj,
1849
- });
1850
- export const CreateFieldLevelEncryptionProfileRequestFilterSensitiveLog = (obj) => ({
1851
- ...obj,
1852
- });
1853
- export const FieldLevelEncryptionProfileFilterSensitiveLog = (obj) => ({
1854
- ...obj,
1855
- });
1856
- export const CreateFieldLevelEncryptionProfileResultFilterSensitiveLog = (obj) => ({
1857
- ...obj,
1858
- });
1859
- export const FunctionConfigFilterSensitiveLog = (obj) => ({
1860
- ...obj,
1861
- });
1862
- export const CreateFunctionRequestFilterSensitiveLog = (obj) => ({
1863
- ...obj,
1864
- ...(obj.FunctionCode && { FunctionCode: SENSITIVE_STRING }),
1865
- });
1866
- export const FunctionMetadataFilterSensitiveLog = (obj) => ({
1867
- ...obj,
1868
- });
1869
- export const FunctionSummaryFilterSensitiveLog = (obj) => ({
1870
- ...obj,
1871
- });
1872
- export const CreateFunctionResultFilterSensitiveLog = (obj) => ({
1873
- ...obj,
1874
- });
1875
- export const PathsFilterSensitiveLog = (obj) => ({
1876
- ...obj,
1877
- });
1878
- export const InvalidationBatchFilterSensitiveLog = (obj) => ({
1879
- ...obj,
1880
- });
1881
- export const CreateInvalidationRequestFilterSensitiveLog = (obj) => ({
1882
- ...obj,
1883
- });
1884
- export const InvalidationFilterSensitiveLog = (obj) => ({
1885
- ...obj,
1886
- });
1887
- export const CreateInvalidationResultFilterSensitiveLog = (obj) => ({
1888
- ...obj,
1889
- });
1890
- export const KeyGroupConfigFilterSensitiveLog = (obj) => ({
1891
- ...obj,
1892
- });
1893
- export const CreateKeyGroupRequestFilterSensitiveLog = (obj) => ({
1894
- ...obj,
1895
- });
1896
- export const KeyGroupFilterSensitiveLog = (obj) => ({
1897
- ...obj,
1898
- });
1899
- export const CreateKeyGroupResultFilterSensitiveLog = (obj) => ({
1900
- ...obj,
1901
- });
1902
- export const RealtimeMetricsSubscriptionConfigFilterSensitiveLog = (obj) => ({
1903
- ...obj,
1904
- });
1905
- export const MonitoringSubscriptionFilterSensitiveLog = (obj) => ({
1906
- ...obj,
1907
- });
1908
- export const CreateMonitoringSubscriptionRequestFilterSensitiveLog = (obj) => ({
1909
- ...obj,
1910
- });
1911
- export const CreateMonitoringSubscriptionResultFilterSensitiveLog = (obj) => ({
1912
- ...obj,
1913
- });
1914
- export const OriginAccessControlConfigFilterSensitiveLog = (obj) => ({
1915
- ...obj,
1916
- });
1917
- export const CreateOriginAccessControlRequestFilterSensitiveLog = (obj) => ({
1918
- ...obj,
1919
- });
1920
- export const OriginAccessControlFilterSensitiveLog = (obj) => ({
1921
- ...obj,
1922
- });
1923
- export const CreateOriginAccessControlResultFilterSensitiveLog = (obj) => ({
1924
- ...obj,
1925
- });
1926
- export const OriginRequestPolicyCookiesConfigFilterSensitiveLog = (obj) => ({
1927
- ...obj,
1928
- });
1929
- export const OriginRequestPolicyHeadersConfigFilterSensitiveLog = (obj) => ({
1930
- ...obj,
1931
- });
1932
- export const OriginRequestPolicyQueryStringsConfigFilterSensitiveLog = (obj) => ({
1933
- ...obj,
1934
- });
1935
- export const OriginRequestPolicyConfigFilterSensitiveLog = (obj) => ({
1936
- ...obj,
1937
- });
1938
- export const CreateOriginRequestPolicyRequestFilterSensitiveLog = (obj) => ({
1939
- ...obj,
1940
- });
1941
- export const OriginRequestPolicyFilterSensitiveLog = (obj) => ({
1942
- ...obj,
1943
- });
1944
- export const CreateOriginRequestPolicyResultFilterSensitiveLog = (obj) => ({
1945
- ...obj,
1946
- });
1947
- export const PublicKeyConfigFilterSensitiveLog = (obj) => ({
1948
- ...obj,
1949
- });
1950
- export const CreatePublicKeyRequestFilterSensitiveLog = (obj) => ({
1951
- ...obj,
1952
- });
1953
- export const PublicKeyFilterSensitiveLog = (obj) => ({
1954
- ...obj,
1955
- });
1956
- export const CreatePublicKeyResultFilterSensitiveLog = (obj) => ({
1957
- ...obj,
1958
- });
1959
- export const KinesisStreamConfigFilterSensitiveLog = (obj) => ({
1960
- ...obj,
1961
- });
1962
- export const EndPointFilterSensitiveLog = (obj) => ({
1963
- ...obj,
1964
- });
1965
- export const CreateRealtimeLogConfigRequestFilterSensitiveLog = (obj) => ({
1966
- ...obj,
1967
- });
1968
- export const RealtimeLogConfigFilterSensitiveLog = (obj) => ({
1969
- ...obj,
1970
- });
1971
- export const CreateRealtimeLogConfigResultFilterSensitiveLog = (obj) => ({
1972
- ...obj,
1973
- });
1974
- export const ResponseHeadersPolicyAccessControlAllowHeadersFilterSensitiveLog = (obj) => ({
1975
- ...obj,
1976
- });
1977
- export const ResponseHeadersPolicyAccessControlAllowMethodsFilterSensitiveLog = (obj) => ({
1978
- ...obj,
1979
- });
1980
- export const ResponseHeadersPolicyAccessControlAllowOriginsFilterSensitiveLog = (obj) => ({
1981
- ...obj,
1982
- });
1983
- export const ResponseHeadersPolicyAccessControlExposeHeadersFilterSensitiveLog = (obj) => ({
1984
- ...obj,
1985
- });
1986
- export const ResponseHeadersPolicyCorsConfigFilterSensitiveLog = (obj) => ({
1987
- ...obj,
1988
- });
1989
- export const ResponseHeadersPolicyCustomHeaderFilterSensitiveLog = (obj) => ({
1990
- ...obj,
1991
- });
1992
- export const ResponseHeadersPolicyCustomHeadersConfigFilterSensitiveLog = (obj) => ({
1993
- ...obj,
1994
- });
1995
- export const ResponseHeadersPolicyContentSecurityPolicyFilterSensitiveLog = (obj) => ({
1996
- ...obj,
1997
- });
1998
- export const ResponseHeadersPolicyContentTypeOptionsFilterSensitiveLog = (obj) => ({
1999
- ...obj,
2000
- });
2001
- export const ResponseHeadersPolicyFrameOptionsFilterSensitiveLog = (obj) => ({
2002
- ...obj,
2003
- });
2004
- export const ResponseHeadersPolicyReferrerPolicyFilterSensitiveLog = (obj) => ({
2005
- ...obj,
2006
- });
2007
- export const ResponseHeadersPolicyStrictTransportSecurityFilterSensitiveLog = (obj) => ({
2008
- ...obj,
2009
- });
2010
- export const ResponseHeadersPolicyXSSProtectionFilterSensitiveLog = (obj) => ({
2011
- ...obj,
2012
- });
2013
- export const ResponseHeadersPolicySecurityHeadersConfigFilterSensitiveLog = (obj) => ({
2014
- ...obj,
2015
- });
2016
- export const ResponseHeadersPolicyServerTimingHeadersConfigFilterSensitiveLog = (obj) => ({
2017
- ...obj,
2018
- });
2019
- export const ResponseHeadersPolicyConfigFilterSensitiveLog = (obj) => ({
2020
- ...obj,
2021
- });
2022
- export const CreateResponseHeadersPolicyRequestFilterSensitiveLog = (obj) => ({
2023
- ...obj,
2024
- });
2025
- export const ResponseHeadersPolicyFilterSensitiveLog = (obj) => ({
2026
- ...obj,
2027
- });
2028
- export const CreateResponseHeadersPolicyResultFilterSensitiveLog = (obj) => ({
2029
- ...obj,
2030
- });
2031
- export const StreamingLoggingConfigFilterSensitiveLog = (obj) => ({
2032
- ...obj,
2033
- });
2034
- export const S3OriginFilterSensitiveLog = (obj) => ({
2035
- ...obj,
2036
- });
2037
- export const StreamingDistributionConfigFilterSensitiveLog = (obj) => ({
2038
- ...obj,
2039
- });
2040
- export const CreateStreamingDistributionRequestFilterSensitiveLog = (obj) => ({
2041
- ...obj,
2042
- });
2043
- export const StreamingDistributionFilterSensitiveLog = (obj) => ({
2044
- ...obj,
2045
- });
2046
- export const CreateStreamingDistributionResultFilterSensitiveLog = (obj) => ({
2047
- ...obj,
2048
- });
2049
- export const StreamingDistributionConfigWithTagsFilterSensitiveLog = (obj) => ({
2050
- ...obj,
2051
- });
2052
- export const CreateStreamingDistributionWithTagsRequestFilterSensitiveLog = (obj) => ({
2053
- ...obj,
2054
- });
2055
- export const CreateStreamingDistributionWithTagsResultFilterSensitiveLog = (obj) => ({
2056
- ...obj,
2057
- });
2058
- export const DeleteCachePolicyRequestFilterSensitiveLog = (obj) => ({
2059
- ...obj,
2060
- });
1463
+ var ResponseHeadersPolicyAlreadyExists = (function (_super) {
1464
+ __extends(ResponseHeadersPolicyAlreadyExists, _super);
1465
+ function ResponseHeadersPolicyAlreadyExists(opts) {
1466
+ var _this = _super.call(this, __assign({ name: "ResponseHeadersPolicyAlreadyExists", $fault: "client" }, opts)) || this;
1467
+ _this.name = "ResponseHeadersPolicyAlreadyExists";
1468
+ _this.$fault = "client";
1469
+ Object.setPrototypeOf(_this, ResponseHeadersPolicyAlreadyExists.prototype);
1470
+ _this.Message = opts.Message;
1471
+ return _this;
1472
+ }
1473
+ return ResponseHeadersPolicyAlreadyExists;
1474
+ }(__BaseException));
1475
+ export { ResponseHeadersPolicyAlreadyExists };
1476
+ var TooLongCSPInResponseHeadersPolicy = (function (_super) {
1477
+ __extends(TooLongCSPInResponseHeadersPolicy, _super);
1478
+ function TooLongCSPInResponseHeadersPolicy(opts) {
1479
+ var _this = _super.call(this, __assign({ name: "TooLongCSPInResponseHeadersPolicy", $fault: "client" }, opts)) || this;
1480
+ _this.name = "TooLongCSPInResponseHeadersPolicy";
1481
+ _this.$fault = "client";
1482
+ Object.setPrototypeOf(_this, TooLongCSPInResponseHeadersPolicy.prototype);
1483
+ _this.Message = opts.Message;
1484
+ return _this;
1485
+ }
1486
+ return TooLongCSPInResponseHeadersPolicy;
1487
+ }(__BaseException));
1488
+ export { TooLongCSPInResponseHeadersPolicy };
1489
+ var TooManyCustomHeadersInResponseHeadersPolicy = (function (_super) {
1490
+ __extends(TooManyCustomHeadersInResponseHeadersPolicy, _super);
1491
+ function TooManyCustomHeadersInResponseHeadersPolicy(opts) {
1492
+ var _this = _super.call(this, __assign({ name: "TooManyCustomHeadersInResponseHeadersPolicy", $fault: "client" }, opts)) || this;
1493
+ _this.name = "TooManyCustomHeadersInResponseHeadersPolicy";
1494
+ _this.$fault = "client";
1495
+ Object.setPrototypeOf(_this, TooManyCustomHeadersInResponseHeadersPolicy.prototype);
1496
+ _this.Message = opts.Message;
1497
+ return _this;
1498
+ }
1499
+ return TooManyCustomHeadersInResponseHeadersPolicy;
1500
+ }(__BaseException));
1501
+ export { TooManyCustomHeadersInResponseHeadersPolicy };
1502
+ var TooManyResponseHeadersPolicies = (function (_super) {
1503
+ __extends(TooManyResponseHeadersPolicies, _super);
1504
+ function TooManyResponseHeadersPolicies(opts) {
1505
+ var _this = _super.call(this, __assign({ name: "TooManyResponseHeadersPolicies", $fault: "client" }, opts)) || this;
1506
+ _this.name = "TooManyResponseHeadersPolicies";
1507
+ _this.$fault = "client";
1508
+ Object.setPrototypeOf(_this, TooManyResponseHeadersPolicies.prototype);
1509
+ _this.Message = opts.Message;
1510
+ return _this;
1511
+ }
1512
+ return TooManyResponseHeadersPolicies;
1513
+ }(__BaseException));
1514
+ export { TooManyResponseHeadersPolicies };
1515
+ var StreamingDistributionAlreadyExists = (function (_super) {
1516
+ __extends(StreamingDistributionAlreadyExists, _super);
1517
+ function StreamingDistributionAlreadyExists(opts) {
1518
+ var _this = _super.call(this, __assign({ name: "StreamingDistributionAlreadyExists", $fault: "client" }, opts)) || this;
1519
+ _this.name = "StreamingDistributionAlreadyExists";
1520
+ _this.$fault = "client";
1521
+ Object.setPrototypeOf(_this, StreamingDistributionAlreadyExists.prototype);
1522
+ _this.Message = opts.Message;
1523
+ return _this;
1524
+ }
1525
+ return StreamingDistributionAlreadyExists;
1526
+ }(__BaseException));
1527
+ export { StreamingDistributionAlreadyExists };
1528
+ var TooManyStreamingDistributionCNAMEs = (function (_super) {
1529
+ __extends(TooManyStreamingDistributionCNAMEs, _super);
1530
+ function TooManyStreamingDistributionCNAMEs(opts) {
1531
+ var _this = _super.call(this, __assign({ name: "TooManyStreamingDistributionCNAMEs", $fault: "client" }, opts)) || this;
1532
+ _this.name = "TooManyStreamingDistributionCNAMEs";
1533
+ _this.$fault = "client";
1534
+ Object.setPrototypeOf(_this, TooManyStreamingDistributionCNAMEs.prototype);
1535
+ _this.Message = opts.Message;
1536
+ return _this;
1537
+ }
1538
+ return TooManyStreamingDistributionCNAMEs;
1539
+ }(__BaseException));
1540
+ export { TooManyStreamingDistributionCNAMEs };
1541
+ var TooManyStreamingDistributions = (function (_super) {
1542
+ __extends(TooManyStreamingDistributions, _super);
1543
+ function TooManyStreamingDistributions(opts) {
1544
+ var _this = _super.call(this, __assign({ name: "TooManyStreamingDistributions", $fault: "client" }, opts)) || this;
1545
+ _this.name = "TooManyStreamingDistributions";
1546
+ _this.$fault = "client";
1547
+ Object.setPrototypeOf(_this, TooManyStreamingDistributions.prototype);
1548
+ _this.Message = opts.Message;
1549
+ return _this;
1550
+ }
1551
+ return TooManyStreamingDistributions;
1552
+ }(__BaseException));
1553
+ export { TooManyStreamingDistributions };
1554
+ var IllegalDelete = (function (_super) {
1555
+ __extends(IllegalDelete, _super);
1556
+ function IllegalDelete(opts) {
1557
+ var _this = _super.call(this, __assign({ name: "IllegalDelete", $fault: "client" }, opts)) || this;
1558
+ _this.name = "IllegalDelete";
1559
+ _this.$fault = "client";
1560
+ Object.setPrototypeOf(_this, IllegalDelete.prototype);
1561
+ _this.Message = opts.Message;
1562
+ return _this;
1563
+ }
1564
+ return IllegalDelete;
1565
+ }(__BaseException));
1566
+ export { IllegalDelete };
1567
+ var InvalidIfMatchVersion = (function (_super) {
1568
+ __extends(InvalidIfMatchVersion, _super);
1569
+ function InvalidIfMatchVersion(opts) {
1570
+ var _this = _super.call(this, __assign({ name: "InvalidIfMatchVersion", $fault: "client" }, opts)) || this;
1571
+ _this.name = "InvalidIfMatchVersion";
1572
+ _this.$fault = "client";
1573
+ Object.setPrototypeOf(_this, InvalidIfMatchVersion.prototype);
1574
+ _this.Message = opts.Message;
1575
+ return _this;
1576
+ }
1577
+ return InvalidIfMatchVersion;
1578
+ }(__BaseException));
1579
+ export { InvalidIfMatchVersion };
1580
+ var PreconditionFailed = (function (_super) {
1581
+ __extends(PreconditionFailed, _super);
1582
+ function PreconditionFailed(opts) {
1583
+ var _this = _super.call(this, __assign({ name: "PreconditionFailed", $fault: "client" }, opts)) || this;
1584
+ _this.name = "PreconditionFailed";
1585
+ _this.$fault = "client";
1586
+ Object.setPrototypeOf(_this, PreconditionFailed.prototype);
1587
+ _this.Message = opts.Message;
1588
+ return _this;
1589
+ }
1590
+ return PreconditionFailed;
1591
+ }(__BaseException));
1592
+ export { PreconditionFailed };
1593
+ export var KeyPairIdsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1594
+ export var KGKeyPairIdsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1595
+ export var ActiveTrustedKeyGroupsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1596
+ export var SignerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1597
+ export var ActiveTrustedSignersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1598
+ export var AliasesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1599
+ export var AliasICPRecordalFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1600
+ export var CachedMethodsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1601
+ export var AllowedMethodsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1602
+ export var AssociateAliasRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1603
+ export var CookieNamesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1604
+ export var CookiePreferenceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1605
+ export var HeadersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1606
+ export var QueryStringCacheKeysFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1607
+ export var ForwardedValuesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1608
+ export var FunctionAssociationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1609
+ export var FunctionAssociationsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1610
+ export var LambdaFunctionAssociationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1611
+ export var LambdaFunctionAssociationsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1612
+ export var TrustedKeyGroupsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1613
+ export var TrustedSignersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1614
+ export var CacheBehaviorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1615
+ export var CacheBehaviorsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1616
+ export var CachePolicyCookiesConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1617
+ export var CachePolicyHeadersConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1618
+ export var QueryStringNamesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1619
+ export var CachePolicyQueryStringsConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1620
+ export var ParametersInCacheKeyAndForwardedToOriginFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1621
+ export var CachePolicyConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1622
+ export var CachePolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1623
+ export var CachePolicySummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1624
+ export var CachePolicyListFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1625
+ export var CreateCachePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1626
+ export var CreateCachePolicyResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1627
+ export var CloudFrontOriginAccessIdentityConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1628
+ export var CreateCloudFrontOriginAccessIdentityRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1629
+ export var CloudFrontOriginAccessIdentityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1630
+ export var CreateCloudFrontOriginAccessIdentityResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1631
+ export var CustomErrorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1632
+ export var CustomErrorResponsesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1633
+ export var DefaultCacheBehaviorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1634
+ export var LoggingConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1635
+ export var StatusCodesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1636
+ export var OriginGroupFailoverCriteriaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1637
+ export var OriginGroupMemberFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1638
+ export var OriginGroupMembersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1639
+ export var OriginGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1640
+ export var OriginGroupsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1641
+ export var OriginCustomHeaderFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.HeaderValue && { HeaderValue: SENSITIVE_STRING }))); };
1642
+ export var CustomHeadersFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Items && { Items: obj.Items.map(function (item) { return OriginCustomHeaderFilterSensitiveLog(item); }) }))); };
1643
+ export var OriginSslProtocolsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1644
+ export var CustomOriginConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1645
+ export var OriginShieldFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1646
+ export var S3OriginConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1647
+ export var OriginFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CustomHeaders && { CustomHeaders: CustomHeadersFilterSensitiveLog(obj.CustomHeaders) }))); };
1648
+ export var OriginsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1649
+ export var GeoRestrictionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1650
+ export var RestrictionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1651
+ export var ViewerCertificateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1652
+ export var DistributionConfigFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Comment && { Comment: SENSITIVE_STRING }))); };
1653
+ export var CreateDistributionRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DistributionConfig && { DistributionConfig: DistributionConfigFilterSensitiveLog(obj.DistributionConfig) }))); };
1654
+ export var DistributionFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DistributionConfig && { DistributionConfig: DistributionConfigFilterSensitiveLog(obj.DistributionConfig) }))); };
1655
+ export var CreateDistributionResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Distribution && { Distribution: DistributionFilterSensitiveLog(obj.Distribution) }))); };
1656
+ export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1657
+ export var TagsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1658
+ export var DistributionConfigWithTagsFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DistributionConfig && { DistributionConfig: DistributionConfigFilterSensitiveLog(obj.DistributionConfig) }))); };
1659
+ export var CreateDistributionWithTagsRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DistributionConfigWithTags && {
1660
+ DistributionConfigWithTags: DistributionConfigWithTagsFilterSensitiveLog(obj.DistributionConfigWithTags),
1661
+ }))); };
1662
+ export var CreateDistributionWithTagsResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Distribution && { Distribution: DistributionFilterSensitiveLog(obj.Distribution) }))); };
1663
+ export var ContentTypeProfileFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1664
+ export var ContentTypeProfilesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1665
+ export var ContentTypeProfileConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1666
+ export var QueryArgProfileFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1667
+ export var QueryArgProfilesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1668
+ export var QueryArgProfileConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1669
+ export var FieldLevelEncryptionConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1670
+ export var CreateFieldLevelEncryptionConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1671
+ export var FieldLevelEncryptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1672
+ export var CreateFieldLevelEncryptionConfigResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1673
+ export var FieldPatternsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1674
+ export var EncryptionEntityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1675
+ export var EncryptionEntitiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1676
+ export var FieldLevelEncryptionProfileConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1677
+ export var CreateFieldLevelEncryptionProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1678
+ export var FieldLevelEncryptionProfileFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1679
+ export var CreateFieldLevelEncryptionProfileResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1680
+ export var FunctionConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1681
+ export var CreateFunctionRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.FunctionCode && { FunctionCode: SENSITIVE_STRING }))); };
1682
+ export var FunctionMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1683
+ export var FunctionSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1684
+ export var CreateFunctionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1685
+ export var PathsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1686
+ export var InvalidationBatchFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1687
+ export var CreateInvalidationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1688
+ export var InvalidationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1689
+ export var CreateInvalidationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1690
+ export var KeyGroupConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1691
+ export var CreateKeyGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1692
+ export var KeyGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1693
+ export var CreateKeyGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1694
+ export var RealtimeMetricsSubscriptionConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1695
+ export var MonitoringSubscriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1696
+ export var CreateMonitoringSubscriptionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1697
+ export var CreateMonitoringSubscriptionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1698
+ export var OriginAccessControlConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1699
+ export var CreateOriginAccessControlRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1700
+ export var OriginAccessControlFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1701
+ export var CreateOriginAccessControlResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1702
+ export var OriginRequestPolicyCookiesConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1703
+ export var OriginRequestPolicyHeadersConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1704
+ export var OriginRequestPolicyQueryStringsConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1705
+ export var OriginRequestPolicyConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1706
+ export var CreateOriginRequestPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1707
+ export var OriginRequestPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1708
+ export var CreateOriginRequestPolicyResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1709
+ export var PublicKeyConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1710
+ export var CreatePublicKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1711
+ export var PublicKeyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1712
+ export var CreatePublicKeyResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1713
+ export var KinesisStreamConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1714
+ export var EndPointFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1715
+ export var CreateRealtimeLogConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1716
+ export var RealtimeLogConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1717
+ export var CreateRealtimeLogConfigResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1718
+ export var ResponseHeadersPolicyAccessControlAllowHeadersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1719
+ export var ResponseHeadersPolicyAccessControlAllowMethodsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1720
+ export var ResponseHeadersPolicyAccessControlAllowOriginsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1721
+ export var ResponseHeadersPolicyAccessControlExposeHeadersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1722
+ export var ResponseHeadersPolicyCorsConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1723
+ export var ResponseHeadersPolicyCustomHeaderFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1724
+ export var ResponseHeadersPolicyCustomHeadersConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1725
+ export var ResponseHeadersPolicyContentSecurityPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1726
+ export var ResponseHeadersPolicyContentTypeOptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1727
+ export var ResponseHeadersPolicyFrameOptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1728
+ export var ResponseHeadersPolicyReferrerPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1729
+ export var ResponseHeadersPolicyStrictTransportSecurityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1730
+ export var ResponseHeadersPolicyXSSProtectionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1731
+ export var ResponseHeadersPolicySecurityHeadersConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1732
+ export var ResponseHeadersPolicyServerTimingHeadersConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1733
+ export var ResponseHeadersPolicyConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1734
+ export var CreateResponseHeadersPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1735
+ export var ResponseHeadersPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1736
+ export var CreateResponseHeadersPolicyResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1737
+ export var StreamingLoggingConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1738
+ export var S3OriginFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1739
+ export var StreamingDistributionConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1740
+ export var CreateStreamingDistributionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1741
+ export var StreamingDistributionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1742
+ export var CreateStreamingDistributionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1743
+ export var StreamingDistributionConfigWithTagsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1744
+ export var CreateStreamingDistributionWithTagsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1745
+ export var CreateStreamingDistributionWithTagsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1746
+ export var DeleteCachePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };