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