@aws-sdk/client-route-53 3.933.0 → 3.935.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.
@@ -1,1078 +1 @@
1
- import { Route53ServiceException as __BaseException } from "./Route53ServiceException";
2
- export const AccountLimitType = {
3
- MAX_HEALTH_CHECKS_BY_OWNER: "MAX_HEALTH_CHECKS_BY_OWNER",
4
- MAX_HOSTED_ZONES_BY_OWNER: "MAX_HOSTED_ZONES_BY_OWNER",
5
- MAX_REUSABLE_DELEGATION_SETS_BY_OWNER: "MAX_REUSABLE_DELEGATION_SETS_BY_OWNER",
6
- MAX_TRAFFIC_POLICIES_BY_OWNER: "MAX_TRAFFIC_POLICIES_BY_OWNER",
7
- MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER: "MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER",
8
- };
9
- export const ChangeStatus = {
10
- INSYNC: "INSYNC",
11
- PENDING: "PENDING",
12
- };
13
- export class ConcurrentModification extends __BaseException {
14
- name = "ConcurrentModification";
15
- $fault = "client";
16
- constructor(opts) {
17
- super({
18
- name: "ConcurrentModification",
19
- $fault: "client",
20
- ...opts,
21
- });
22
- Object.setPrototypeOf(this, ConcurrentModification.prototype);
23
- }
24
- }
25
- export class InvalidInput extends __BaseException {
26
- name = "InvalidInput";
27
- $fault = "client";
28
- constructor(opts) {
29
- super({
30
- name: "InvalidInput",
31
- $fault: "client",
32
- ...opts,
33
- });
34
- Object.setPrototypeOf(this, InvalidInput.prototype);
35
- }
36
- }
37
- export class InvalidKeySigningKeyStatus extends __BaseException {
38
- name = "InvalidKeySigningKeyStatus";
39
- $fault = "client";
40
- constructor(opts) {
41
- super({
42
- name: "InvalidKeySigningKeyStatus",
43
- $fault: "client",
44
- ...opts,
45
- });
46
- Object.setPrototypeOf(this, InvalidKeySigningKeyStatus.prototype);
47
- }
48
- }
49
- export class InvalidKMSArn extends __BaseException {
50
- name = "InvalidKMSArn";
51
- $fault = "client";
52
- constructor(opts) {
53
- super({
54
- name: "InvalidKMSArn",
55
- $fault: "client",
56
- ...opts,
57
- });
58
- Object.setPrototypeOf(this, InvalidKMSArn.prototype);
59
- }
60
- }
61
- export class InvalidSigningStatus extends __BaseException {
62
- name = "InvalidSigningStatus";
63
- $fault = "client";
64
- constructor(opts) {
65
- super({
66
- name: "InvalidSigningStatus",
67
- $fault: "client",
68
- ...opts,
69
- });
70
- Object.setPrototypeOf(this, InvalidSigningStatus.prototype);
71
- }
72
- }
73
- export class NoSuchKeySigningKey extends __BaseException {
74
- name = "NoSuchKeySigningKey";
75
- $fault = "client";
76
- constructor(opts) {
77
- super({
78
- name: "NoSuchKeySigningKey",
79
- $fault: "client",
80
- ...opts,
81
- });
82
- Object.setPrototypeOf(this, NoSuchKeySigningKey.prototype);
83
- }
84
- }
85
- export const CloudWatchRegion = {
86
- af_south_1: "af-south-1",
87
- ap_east_1: "ap-east-1",
88
- ap_east_2: "ap-east-2",
89
- ap_northeast_1: "ap-northeast-1",
90
- ap_northeast_2: "ap-northeast-2",
91
- ap_northeast_3: "ap-northeast-3",
92
- ap_south_1: "ap-south-1",
93
- ap_south_2: "ap-south-2",
94
- ap_southeast_1: "ap-southeast-1",
95
- ap_southeast_2: "ap-southeast-2",
96
- ap_southeast_3: "ap-southeast-3",
97
- ap_southeast_4: "ap-southeast-4",
98
- ap_southeast_5: "ap-southeast-5",
99
- ap_southeast_6: "ap-southeast-6",
100
- ap_southeast_7: "ap-southeast-7",
101
- ca_central_1: "ca-central-1",
102
- ca_west_1: "ca-west-1",
103
- cn_north_1: "cn-north-1",
104
- cn_northwest_1: "cn-northwest-1",
105
- eu_central_1: "eu-central-1",
106
- eu_central_2: "eu-central-2",
107
- eu_isoe_west_1: "eu-isoe-west-1",
108
- eu_north_1: "eu-north-1",
109
- eu_south_1: "eu-south-1",
110
- eu_south_2: "eu-south-2",
111
- eu_west_1: "eu-west-1",
112
- eu_west_2: "eu-west-2",
113
- eu_west_3: "eu-west-3",
114
- il_central_1: "il-central-1",
115
- me_central_1: "me-central-1",
116
- me_south_1: "me-south-1",
117
- mx_central_1: "mx-central-1",
118
- sa_east_1: "sa-east-1",
119
- us_east_1: "us-east-1",
120
- us_east_2: "us-east-2",
121
- us_gov_east_1: "us-gov-east-1",
122
- us_gov_west_1: "us-gov-west-1",
123
- us_iso_east_1: "us-iso-east-1",
124
- us_iso_west_1: "us-iso-west-1",
125
- us_isob_east_1: "us-isob-east-1",
126
- us_isob_west_1: "us-isob-west-1",
127
- us_isof_east_1: "us-isof-east-1",
128
- us_isof_south_1: "us-isof-south-1",
129
- us_west_1: "us-west-1",
130
- us_west_2: "us-west-2",
131
- };
132
- export const VPCRegion = {
133
- af_south_1: "af-south-1",
134
- ap_east_1: "ap-east-1",
135
- ap_east_2: "ap-east-2",
136
- ap_northeast_1: "ap-northeast-1",
137
- ap_northeast_2: "ap-northeast-2",
138
- ap_northeast_3: "ap-northeast-3",
139
- ap_south_1: "ap-south-1",
140
- ap_south_2: "ap-south-2",
141
- ap_southeast_1: "ap-southeast-1",
142
- ap_southeast_2: "ap-southeast-2",
143
- ap_southeast_3: "ap-southeast-3",
144
- ap_southeast_4: "ap-southeast-4",
145
- ap_southeast_5: "ap-southeast-5",
146
- ap_southeast_6: "ap-southeast-6",
147
- ap_southeast_7: "ap-southeast-7",
148
- ca_central_1: "ca-central-1",
149
- ca_west_1: "ca-west-1",
150
- cn_north_1: "cn-north-1",
151
- cn_northwest_1: "cn-northwest-1",
152
- eu_central_1: "eu-central-1",
153
- eu_central_2: "eu-central-2",
154
- eu_isoe_west_1: "eu-isoe-west-1",
155
- eu_north_1: "eu-north-1",
156
- eu_south_1: "eu-south-1",
157
- eu_south_2: "eu-south-2",
158
- eu_west_1: "eu-west-1",
159
- eu_west_2: "eu-west-2",
160
- eu_west_3: "eu-west-3",
161
- il_central_1: "il-central-1",
162
- me_central_1: "me-central-1",
163
- me_south_1: "me-south-1",
164
- mx_central_1: "mx-central-1",
165
- sa_east_1: "sa-east-1",
166
- us_east_1: "us-east-1",
167
- us_east_2: "us-east-2",
168
- us_gov_east_1: "us-gov-east-1",
169
- us_gov_west_1: "us-gov-west-1",
170
- us_iso_east_1: "us-iso-east-1",
171
- us_iso_west_1: "us-iso-west-1",
172
- us_isob_east_1: "us-isob-east-1",
173
- us_isob_west_1: "us-isob-west-1",
174
- us_isof_east_1: "us-isof-east-1",
175
- us_isof_south_1: "us-isof-south-1",
176
- us_west_1: "us-west-1",
177
- us_west_2: "us-west-2",
178
- };
179
- export class ConflictingDomainExists extends __BaseException {
180
- name = "ConflictingDomainExists";
181
- $fault = "client";
182
- constructor(opts) {
183
- super({
184
- name: "ConflictingDomainExists",
185
- $fault: "client",
186
- ...opts,
187
- });
188
- Object.setPrototypeOf(this, ConflictingDomainExists.prototype);
189
- }
190
- }
191
- export class InvalidVPCId extends __BaseException {
192
- name = "InvalidVPCId";
193
- $fault = "client";
194
- constructor(opts) {
195
- super({
196
- name: "InvalidVPCId",
197
- $fault: "client",
198
- ...opts,
199
- });
200
- Object.setPrototypeOf(this, InvalidVPCId.prototype);
201
- }
202
- }
203
- export class LimitsExceeded extends __BaseException {
204
- name = "LimitsExceeded";
205
- $fault = "client";
206
- constructor(opts) {
207
- super({
208
- name: "LimitsExceeded",
209
- $fault: "client",
210
- ...opts,
211
- });
212
- Object.setPrototypeOf(this, LimitsExceeded.prototype);
213
- }
214
- }
215
- export class NoSuchHostedZone extends __BaseException {
216
- name = "NoSuchHostedZone";
217
- $fault = "client";
218
- constructor(opts) {
219
- super({
220
- name: "NoSuchHostedZone",
221
- $fault: "client",
222
- ...opts,
223
- });
224
- Object.setPrototypeOf(this, NoSuchHostedZone.prototype);
225
- }
226
- }
227
- export class NotAuthorizedException extends __BaseException {
228
- name = "NotAuthorizedException";
229
- $fault = "client";
230
- constructor(opts) {
231
- super({
232
- name: "NotAuthorizedException",
233
- $fault: "client",
234
- ...opts,
235
- });
236
- Object.setPrototypeOf(this, NotAuthorizedException.prototype);
237
- }
238
- }
239
- export class PriorRequestNotComplete extends __BaseException {
240
- name = "PriorRequestNotComplete";
241
- $fault = "client";
242
- constructor(opts) {
243
- super({
244
- name: "PriorRequestNotComplete",
245
- $fault: "client",
246
- ...opts,
247
- });
248
- Object.setPrototypeOf(this, PriorRequestNotComplete.prototype);
249
- }
250
- }
251
- export class PublicZoneVPCAssociation extends __BaseException {
252
- name = "PublicZoneVPCAssociation";
253
- $fault = "client";
254
- constructor(opts) {
255
- super({
256
- name: "PublicZoneVPCAssociation",
257
- $fault: "client",
258
- ...opts,
259
- });
260
- Object.setPrototypeOf(this, PublicZoneVPCAssociation.prototype);
261
- }
262
- }
263
- export const CidrCollectionChangeAction = {
264
- DELETE_IF_EXISTS: "DELETE_IF_EXISTS",
265
- PUT: "PUT",
266
- };
267
- export class CidrBlockInUseException extends __BaseException {
268
- name = "CidrBlockInUseException";
269
- $fault = "client";
270
- Message;
271
- constructor(opts) {
272
- super({
273
- name: "CidrBlockInUseException",
274
- $fault: "client",
275
- ...opts,
276
- });
277
- Object.setPrototypeOf(this, CidrBlockInUseException.prototype);
278
- this.Message = opts.Message;
279
- }
280
- }
281
- export class CidrCollectionVersionMismatchException extends __BaseException {
282
- name = "CidrCollectionVersionMismatchException";
283
- $fault = "client";
284
- Message;
285
- constructor(opts) {
286
- super({
287
- name: "CidrCollectionVersionMismatchException",
288
- $fault: "client",
289
- ...opts,
290
- });
291
- Object.setPrototypeOf(this, CidrCollectionVersionMismatchException.prototype);
292
- this.Message = opts.Message;
293
- }
294
- }
295
- export class NoSuchCidrCollectionException extends __BaseException {
296
- name = "NoSuchCidrCollectionException";
297
- $fault = "client";
298
- Message;
299
- constructor(opts) {
300
- super({
301
- name: "NoSuchCidrCollectionException",
302
- $fault: "client",
303
- ...opts,
304
- });
305
- Object.setPrototypeOf(this, NoSuchCidrCollectionException.prototype);
306
- this.Message = opts.Message;
307
- }
308
- }
309
- export const ChangeAction = {
310
- CREATE: "CREATE",
311
- DELETE: "DELETE",
312
- UPSERT: "UPSERT",
313
- };
314
- export const ResourceRecordSetFailover = {
315
- PRIMARY: "PRIMARY",
316
- SECONDARY: "SECONDARY",
317
- };
318
- export const ResourceRecordSetRegion = {
319
- af_south_1: "af-south-1",
320
- ap_east_1: "ap-east-1",
321
- ap_east_2: "ap-east-2",
322
- ap_northeast_1: "ap-northeast-1",
323
- ap_northeast_2: "ap-northeast-2",
324
- ap_northeast_3: "ap-northeast-3",
325
- ap_south_1: "ap-south-1",
326
- ap_south_2: "ap-south-2",
327
- ap_southeast_1: "ap-southeast-1",
328
- ap_southeast_2: "ap-southeast-2",
329
- ap_southeast_3: "ap-southeast-3",
330
- ap_southeast_4: "ap-southeast-4",
331
- ap_southeast_5: "ap-southeast-5",
332
- ap_southeast_6: "ap-southeast-6",
333
- ap_southeast_7: "ap-southeast-7",
334
- ca_central_1: "ca-central-1",
335
- ca_west_1: "ca-west-1",
336
- cn_north_1: "cn-north-1",
337
- cn_northwest_1: "cn-northwest-1",
338
- eu_central_1: "eu-central-1",
339
- eu_central_2: "eu-central-2",
340
- eu_north_1: "eu-north-1",
341
- eu_south_1: "eu-south-1",
342
- eu_south_2: "eu-south-2",
343
- eu_west_1: "eu-west-1",
344
- eu_west_2: "eu-west-2",
345
- eu_west_3: "eu-west-3",
346
- il_central_1: "il-central-1",
347
- me_central_1: "me-central-1",
348
- me_south_1: "me-south-1",
349
- mx_central_1: "mx-central-1",
350
- sa_east_1: "sa-east-1",
351
- us_east_1: "us-east-1",
352
- us_east_2: "us-east-2",
353
- us_gov_east_1: "us-gov-east-1",
354
- us_gov_west_1: "us-gov-west-1",
355
- us_west_1: "us-west-1",
356
- us_west_2: "us-west-2",
357
- };
358
- export const RRType = {
359
- A: "A",
360
- AAAA: "AAAA",
361
- CAA: "CAA",
362
- CNAME: "CNAME",
363
- DS: "DS",
364
- HTTPS: "HTTPS",
365
- MX: "MX",
366
- NAPTR: "NAPTR",
367
- NS: "NS",
368
- PTR: "PTR",
369
- SOA: "SOA",
370
- SPF: "SPF",
371
- SRV: "SRV",
372
- SSHFP: "SSHFP",
373
- SVCB: "SVCB",
374
- TLSA: "TLSA",
375
- TXT: "TXT",
376
- };
377
- export class InvalidChangeBatch extends __BaseException {
378
- name = "InvalidChangeBatch";
379
- $fault = "client";
380
- messages;
381
- constructor(opts) {
382
- super({
383
- name: "InvalidChangeBatch",
384
- $fault: "client",
385
- ...opts,
386
- });
387
- Object.setPrototypeOf(this, InvalidChangeBatch.prototype);
388
- this.messages = opts.messages;
389
- }
390
- }
391
- export class NoSuchHealthCheck extends __BaseException {
392
- name = "NoSuchHealthCheck";
393
- $fault = "client";
394
- constructor(opts) {
395
- super({
396
- name: "NoSuchHealthCheck",
397
- $fault: "client",
398
- ...opts,
399
- });
400
- Object.setPrototypeOf(this, NoSuchHealthCheck.prototype);
401
- }
402
- }
403
- export const TagResourceType = {
404
- healthcheck: "healthcheck",
405
- hostedzone: "hostedzone",
406
- };
407
- export class ThrottlingException extends __BaseException {
408
- name = "ThrottlingException";
409
- $fault = "client";
410
- constructor(opts) {
411
- super({
412
- name: "ThrottlingException",
413
- $fault: "client",
414
- ...opts,
415
- });
416
- Object.setPrototypeOf(this, ThrottlingException.prototype);
417
- }
418
- }
419
- export class CidrCollectionAlreadyExistsException extends __BaseException {
420
- name = "CidrCollectionAlreadyExistsException";
421
- $fault = "client";
422
- Message;
423
- constructor(opts) {
424
- super({
425
- name: "CidrCollectionAlreadyExistsException",
426
- $fault: "client",
427
- ...opts,
428
- });
429
- Object.setPrototypeOf(this, CidrCollectionAlreadyExistsException.prototype);
430
- this.Message = opts.Message;
431
- }
432
- }
433
- export const InsufficientDataHealthStatus = {
434
- Healthy: "Healthy",
435
- LastKnownStatus: "LastKnownStatus",
436
- Unhealthy: "Unhealthy",
437
- };
438
- export const HealthCheckRegion = {
439
- ap_northeast_1: "ap-northeast-1",
440
- ap_southeast_1: "ap-southeast-1",
441
- ap_southeast_2: "ap-southeast-2",
442
- eu_west_1: "eu-west-1",
443
- sa_east_1: "sa-east-1",
444
- us_east_1: "us-east-1",
445
- us_west_1: "us-west-1",
446
- us_west_2: "us-west-2",
447
- };
448
- export const HealthCheckType = {
449
- CALCULATED: "CALCULATED",
450
- CLOUDWATCH_METRIC: "CLOUDWATCH_METRIC",
451
- HTTP: "HTTP",
452
- HTTPS: "HTTPS",
453
- HTTPS_STR_MATCH: "HTTPS_STR_MATCH",
454
- HTTP_STR_MATCH: "HTTP_STR_MATCH",
455
- RECOVERY_CONTROL: "RECOVERY_CONTROL",
456
- TCP: "TCP",
457
- };
458
- export const ComparisonOperator = {
459
- GreaterThanOrEqualToThreshold: "GreaterThanOrEqualToThreshold",
460
- GreaterThanThreshold: "GreaterThanThreshold",
461
- LessThanOrEqualToThreshold: "LessThanOrEqualToThreshold",
462
- LessThanThreshold: "LessThanThreshold",
463
- };
464
- export const Statistic = {
465
- Average: "Average",
466
- Maximum: "Maximum",
467
- Minimum: "Minimum",
468
- SampleCount: "SampleCount",
469
- Sum: "Sum",
470
- };
471
- export class HealthCheckAlreadyExists extends __BaseException {
472
- name = "HealthCheckAlreadyExists";
473
- $fault = "client";
474
- constructor(opts) {
475
- super({
476
- name: "HealthCheckAlreadyExists",
477
- $fault: "client",
478
- ...opts,
479
- });
480
- Object.setPrototypeOf(this, HealthCheckAlreadyExists.prototype);
481
- }
482
- }
483
- export class TooManyHealthChecks extends __BaseException {
484
- name = "TooManyHealthChecks";
485
- $fault = "client";
486
- constructor(opts) {
487
- super({
488
- name: "TooManyHealthChecks",
489
- $fault: "client",
490
- ...opts,
491
- });
492
- Object.setPrototypeOf(this, TooManyHealthChecks.prototype);
493
- }
494
- }
495
- export class DelegationSetNotAvailable extends __BaseException {
496
- name = "DelegationSetNotAvailable";
497
- $fault = "client";
498
- constructor(opts) {
499
- super({
500
- name: "DelegationSetNotAvailable",
501
- $fault: "client",
502
- ...opts,
503
- });
504
- Object.setPrototypeOf(this, DelegationSetNotAvailable.prototype);
505
- }
506
- }
507
- export class DelegationSetNotReusable extends __BaseException {
508
- name = "DelegationSetNotReusable";
509
- $fault = "client";
510
- constructor(opts) {
511
- super({
512
- name: "DelegationSetNotReusable",
513
- $fault: "client",
514
- ...opts,
515
- });
516
- Object.setPrototypeOf(this, DelegationSetNotReusable.prototype);
517
- }
518
- }
519
- export class HostedZoneAlreadyExists extends __BaseException {
520
- name = "HostedZoneAlreadyExists";
521
- $fault = "client";
522
- constructor(opts) {
523
- super({
524
- name: "HostedZoneAlreadyExists",
525
- $fault: "client",
526
- ...opts,
527
- });
528
- Object.setPrototypeOf(this, HostedZoneAlreadyExists.prototype);
529
- }
530
- }
531
- export class InvalidDomainName extends __BaseException {
532
- name = "InvalidDomainName";
533
- $fault = "client";
534
- constructor(opts) {
535
- super({
536
- name: "InvalidDomainName",
537
- $fault: "client",
538
- ...opts,
539
- });
540
- Object.setPrototypeOf(this, InvalidDomainName.prototype);
541
- }
542
- }
543
- export class NoSuchDelegationSet extends __BaseException {
544
- name = "NoSuchDelegationSet";
545
- $fault = "client";
546
- constructor(opts) {
547
- super({
548
- name: "NoSuchDelegationSet",
549
- $fault: "client",
550
- ...opts,
551
- });
552
- Object.setPrototypeOf(this, NoSuchDelegationSet.prototype);
553
- }
554
- }
555
- export class TooManyHostedZones extends __BaseException {
556
- name = "TooManyHostedZones";
557
- $fault = "client";
558
- constructor(opts) {
559
- super({
560
- name: "TooManyHostedZones",
561
- $fault: "client",
562
- ...opts,
563
- });
564
- Object.setPrototypeOf(this, TooManyHostedZones.prototype);
565
- }
566
- }
567
- export class InvalidArgument extends __BaseException {
568
- name = "InvalidArgument";
569
- $fault = "client";
570
- constructor(opts) {
571
- super({
572
- name: "InvalidArgument",
573
- $fault: "client",
574
- ...opts,
575
- });
576
- Object.setPrototypeOf(this, InvalidArgument.prototype);
577
- }
578
- }
579
- export class InvalidKeySigningKeyName extends __BaseException {
580
- name = "InvalidKeySigningKeyName";
581
- $fault = "client";
582
- constructor(opts) {
583
- super({
584
- name: "InvalidKeySigningKeyName",
585
- $fault: "client",
586
- ...opts,
587
- });
588
- Object.setPrototypeOf(this, InvalidKeySigningKeyName.prototype);
589
- }
590
- }
591
- export class KeySigningKeyAlreadyExists extends __BaseException {
592
- name = "KeySigningKeyAlreadyExists";
593
- $fault = "client";
594
- constructor(opts) {
595
- super({
596
- name: "KeySigningKeyAlreadyExists",
597
- $fault: "client",
598
- ...opts,
599
- });
600
- Object.setPrototypeOf(this, KeySigningKeyAlreadyExists.prototype);
601
- }
602
- }
603
- export class TooManyKeySigningKeys extends __BaseException {
604
- name = "TooManyKeySigningKeys";
605
- $fault = "client";
606
- constructor(opts) {
607
- super({
608
- name: "TooManyKeySigningKeys",
609
- $fault: "client",
610
- ...opts,
611
- });
612
- Object.setPrototypeOf(this, TooManyKeySigningKeys.prototype);
613
- }
614
- }
615
- export class InsufficientCloudWatchLogsResourcePolicy extends __BaseException {
616
- name = "InsufficientCloudWatchLogsResourcePolicy";
617
- $fault = "client";
618
- constructor(opts) {
619
- super({
620
- name: "InsufficientCloudWatchLogsResourcePolicy",
621
- $fault: "client",
622
- ...opts,
623
- });
624
- Object.setPrototypeOf(this, InsufficientCloudWatchLogsResourcePolicy.prototype);
625
- }
626
- }
627
- export class NoSuchCloudWatchLogsLogGroup extends __BaseException {
628
- name = "NoSuchCloudWatchLogsLogGroup";
629
- $fault = "client";
630
- constructor(opts) {
631
- super({
632
- name: "NoSuchCloudWatchLogsLogGroup",
633
- $fault: "client",
634
- ...opts,
635
- });
636
- Object.setPrototypeOf(this, NoSuchCloudWatchLogsLogGroup.prototype);
637
- }
638
- }
639
- export class QueryLoggingConfigAlreadyExists extends __BaseException {
640
- name = "QueryLoggingConfigAlreadyExists";
641
- $fault = "client";
642
- constructor(opts) {
643
- super({
644
- name: "QueryLoggingConfigAlreadyExists",
645
- $fault: "client",
646
- ...opts,
647
- });
648
- Object.setPrototypeOf(this, QueryLoggingConfigAlreadyExists.prototype);
649
- }
650
- }
651
- export class DelegationSetAlreadyCreated extends __BaseException {
652
- name = "DelegationSetAlreadyCreated";
653
- $fault = "client";
654
- constructor(opts) {
655
- super({
656
- name: "DelegationSetAlreadyCreated",
657
- $fault: "client",
658
- ...opts,
659
- });
660
- Object.setPrototypeOf(this, DelegationSetAlreadyCreated.prototype);
661
- }
662
- }
663
- export class DelegationSetAlreadyReusable extends __BaseException {
664
- name = "DelegationSetAlreadyReusable";
665
- $fault = "client";
666
- constructor(opts) {
667
- super({
668
- name: "DelegationSetAlreadyReusable",
669
- $fault: "client",
670
- ...opts,
671
- });
672
- Object.setPrototypeOf(this, DelegationSetAlreadyReusable.prototype);
673
- }
674
- }
675
- export class HostedZoneNotFound extends __BaseException {
676
- name = "HostedZoneNotFound";
677
- $fault = "client";
678
- constructor(opts) {
679
- super({
680
- name: "HostedZoneNotFound",
681
- $fault: "client",
682
- ...opts,
683
- });
684
- Object.setPrototypeOf(this, HostedZoneNotFound.prototype);
685
- }
686
- }
687
- export class InvalidTrafficPolicyDocument extends __BaseException {
688
- name = "InvalidTrafficPolicyDocument";
689
- $fault = "client";
690
- constructor(opts) {
691
- super({
692
- name: "InvalidTrafficPolicyDocument",
693
- $fault: "client",
694
- ...opts,
695
- });
696
- Object.setPrototypeOf(this, InvalidTrafficPolicyDocument.prototype);
697
- }
698
- }
699
- export class TooManyTrafficPolicies extends __BaseException {
700
- name = "TooManyTrafficPolicies";
701
- $fault = "client";
702
- constructor(opts) {
703
- super({
704
- name: "TooManyTrafficPolicies",
705
- $fault: "client",
706
- ...opts,
707
- });
708
- Object.setPrototypeOf(this, TooManyTrafficPolicies.prototype);
709
- }
710
- }
711
- export class TrafficPolicyAlreadyExists extends __BaseException {
712
- name = "TrafficPolicyAlreadyExists";
713
- $fault = "client";
714
- constructor(opts) {
715
- super({
716
- name: "TrafficPolicyAlreadyExists",
717
- $fault: "client",
718
- ...opts,
719
- });
720
- Object.setPrototypeOf(this, TrafficPolicyAlreadyExists.prototype);
721
- }
722
- }
723
- export class NoSuchTrafficPolicy extends __BaseException {
724
- name = "NoSuchTrafficPolicy";
725
- $fault = "client";
726
- constructor(opts) {
727
- super({
728
- name: "NoSuchTrafficPolicy",
729
- $fault: "client",
730
- ...opts,
731
- });
732
- Object.setPrototypeOf(this, NoSuchTrafficPolicy.prototype);
733
- }
734
- }
735
- export class TooManyTrafficPolicyInstances extends __BaseException {
736
- name = "TooManyTrafficPolicyInstances";
737
- $fault = "client";
738
- constructor(opts) {
739
- super({
740
- name: "TooManyTrafficPolicyInstances",
741
- $fault: "client",
742
- ...opts,
743
- });
744
- Object.setPrototypeOf(this, TooManyTrafficPolicyInstances.prototype);
745
- }
746
- }
747
- export class TrafficPolicyInstanceAlreadyExists extends __BaseException {
748
- name = "TrafficPolicyInstanceAlreadyExists";
749
- $fault = "client";
750
- constructor(opts) {
751
- super({
752
- name: "TrafficPolicyInstanceAlreadyExists",
753
- $fault: "client",
754
- ...opts,
755
- });
756
- Object.setPrototypeOf(this, TrafficPolicyInstanceAlreadyExists.prototype);
757
- }
758
- }
759
- export class TooManyTrafficPolicyVersionsForCurrentPolicy extends __BaseException {
760
- name = "TooManyTrafficPolicyVersionsForCurrentPolicy";
761
- $fault = "client";
762
- constructor(opts) {
763
- super({
764
- name: "TooManyTrafficPolicyVersionsForCurrentPolicy",
765
- $fault: "client",
766
- ...opts,
767
- });
768
- Object.setPrototypeOf(this, TooManyTrafficPolicyVersionsForCurrentPolicy.prototype);
769
- }
770
- }
771
- export class TooManyVPCAssociationAuthorizations extends __BaseException {
772
- name = "TooManyVPCAssociationAuthorizations";
773
- $fault = "client";
774
- constructor(opts) {
775
- super({
776
- name: "TooManyVPCAssociationAuthorizations",
777
- $fault: "client",
778
- ...opts,
779
- });
780
- Object.setPrototypeOf(this, TooManyVPCAssociationAuthorizations.prototype);
781
- }
782
- }
783
- export class KeySigningKeyInParentDSRecord extends __BaseException {
784
- name = "KeySigningKeyInParentDSRecord";
785
- $fault = "client";
786
- constructor(opts) {
787
- super({
788
- name: "KeySigningKeyInParentDSRecord",
789
- $fault: "client",
790
- ...opts,
791
- });
792
- Object.setPrototypeOf(this, KeySigningKeyInParentDSRecord.prototype);
793
- }
794
- }
795
- export class KeySigningKeyInUse extends __BaseException {
796
- name = "KeySigningKeyInUse";
797
- $fault = "client";
798
- constructor(opts) {
799
- super({
800
- name: "KeySigningKeyInUse",
801
- $fault: "client",
802
- ...opts,
803
- });
804
- Object.setPrototypeOf(this, KeySigningKeyInUse.prototype);
805
- }
806
- }
807
- export class CidrCollectionInUseException extends __BaseException {
808
- name = "CidrCollectionInUseException";
809
- $fault = "client";
810
- Message;
811
- constructor(opts) {
812
- super({
813
- name: "CidrCollectionInUseException",
814
- $fault: "client",
815
- ...opts,
816
- });
817
- Object.setPrototypeOf(this, CidrCollectionInUseException.prototype);
818
- this.Message = opts.Message;
819
- }
820
- }
821
- export class HealthCheckInUse extends __BaseException {
822
- name = "HealthCheckInUse";
823
- $fault = "client";
824
- constructor(opts) {
825
- super({
826
- name: "HealthCheckInUse",
827
- $fault: "client",
828
- ...opts,
829
- });
830
- Object.setPrototypeOf(this, HealthCheckInUse.prototype);
831
- }
832
- }
833
- export class HostedZoneNotEmpty extends __BaseException {
834
- name = "HostedZoneNotEmpty";
835
- $fault = "client";
836
- constructor(opts) {
837
- super({
838
- name: "HostedZoneNotEmpty",
839
- $fault: "client",
840
- ...opts,
841
- });
842
- Object.setPrototypeOf(this, HostedZoneNotEmpty.prototype);
843
- }
844
- }
845
- export class NoSuchQueryLoggingConfig extends __BaseException {
846
- name = "NoSuchQueryLoggingConfig";
847
- $fault = "client";
848
- constructor(opts) {
849
- super({
850
- name: "NoSuchQueryLoggingConfig",
851
- $fault: "client",
852
- ...opts,
853
- });
854
- Object.setPrototypeOf(this, NoSuchQueryLoggingConfig.prototype);
855
- }
856
- }
857
- export class DelegationSetInUse extends __BaseException {
858
- name = "DelegationSetInUse";
859
- $fault = "client";
860
- constructor(opts) {
861
- super({
862
- name: "DelegationSetInUse",
863
- $fault: "client",
864
- ...opts,
865
- });
866
- Object.setPrototypeOf(this, DelegationSetInUse.prototype);
867
- }
868
- }
869
- export class TrafficPolicyInUse extends __BaseException {
870
- name = "TrafficPolicyInUse";
871
- $fault = "client";
872
- constructor(opts) {
873
- super({
874
- name: "TrafficPolicyInUse",
875
- $fault: "client",
876
- ...opts,
877
- });
878
- Object.setPrototypeOf(this, TrafficPolicyInUse.prototype);
879
- }
880
- }
881
- export class NoSuchTrafficPolicyInstance extends __BaseException {
882
- name = "NoSuchTrafficPolicyInstance";
883
- $fault = "client";
884
- constructor(opts) {
885
- super({
886
- name: "NoSuchTrafficPolicyInstance",
887
- $fault: "client",
888
- ...opts,
889
- });
890
- Object.setPrototypeOf(this, NoSuchTrafficPolicyInstance.prototype);
891
- }
892
- }
893
- export class VPCAssociationAuthorizationNotFound extends __BaseException {
894
- name = "VPCAssociationAuthorizationNotFound";
895
- $fault = "client";
896
- constructor(opts) {
897
- super({
898
- name: "VPCAssociationAuthorizationNotFound",
899
- $fault: "client",
900
- ...opts,
901
- });
902
- Object.setPrototypeOf(this, VPCAssociationAuthorizationNotFound.prototype);
903
- }
904
- }
905
- export class DNSSECNotFound extends __BaseException {
906
- name = "DNSSECNotFound";
907
- $fault = "client";
908
- constructor(opts) {
909
- super({
910
- name: "DNSSECNotFound",
911
- $fault: "client",
912
- ...opts,
913
- });
914
- Object.setPrototypeOf(this, DNSSECNotFound.prototype);
915
- }
916
- }
917
- export class LastVPCAssociation extends __BaseException {
918
- name = "LastVPCAssociation";
919
- $fault = "client";
920
- constructor(opts) {
921
- super({
922
- name: "LastVPCAssociation",
923
- $fault: "client",
924
- ...opts,
925
- });
926
- Object.setPrototypeOf(this, LastVPCAssociation.prototype);
927
- }
928
- }
929
- export class VPCAssociationNotFound extends __BaseException {
930
- name = "VPCAssociationNotFound";
931
- $fault = "client";
932
- constructor(opts) {
933
- super({
934
- name: "VPCAssociationNotFound",
935
- $fault: "client",
936
- ...opts,
937
- });
938
- Object.setPrototypeOf(this, VPCAssociationNotFound.prototype);
939
- }
940
- }
941
- export class HostedZonePartiallyDelegated extends __BaseException {
942
- name = "HostedZonePartiallyDelegated";
943
- $fault = "client";
944
- constructor(opts) {
945
- super({
946
- name: "HostedZonePartiallyDelegated",
947
- $fault: "client",
948
- ...opts,
949
- });
950
- Object.setPrototypeOf(this, HostedZonePartiallyDelegated.prototype);
951
- }
952
- }
953
- export class KeySigningKeyWithActiveStatusNotFound extends __BaseException {
954
- name = "KeySigningKeyWithActiveStatusNotFound";
955
- $fault = "client";
956
- constructor(opts) {
957
- super({
958
- name: "KeySigningKeyWithActiveStatusNotFound",
959
- $fault: "client",
960
- ...opts,
961
- });
962
- Object.setPrototypeOf(this, KeySigningKeyWithActiveStatusNotFound.prototype);
963
- }
964
- }
965
- export class NoSuchChange extends __BaseException {
966
- name = "NoSuchChange";
967
- $fault = "client";
968
- constructor(opts) {
969
- super({
970
- name: "NoSuchChange",
971
- $fault: "client",
972
- ...opts,
973
- });
974
- Object.setPrototypeOf(this, NoSuchChange.prototype);
975
- }
976
- }
977
- export class NoSuchGeoLocation extends __BaseException {
978
- name = "NoSuchGeoLocation";
979
- $fault = "client";
980
- constructor(opts) {
981
- super({
982
- name: "NoSuchGeoLocation",
983
- $fault: "client",
984
- ...opts,
985
- });
986
- Object.setPrototypeOf(this, NoSuchGeoLocation.prototype);
987
- }
988
- }
989
- export class IncompatibleVersion extends __BaseException {
990
- name = "IncompatibleVersion";
991
- $fault = "client";
992
- constructor(opts) {
993
- super({
994
- name: "IncompatibleVersion",
995
- $fault: "client",
996
- ...opts,
997
- });
998
- Object.setPrototypeOf(this, IncompatibleVersion.prototype);
999
- }
1000
- }
1001
- export const HostedZoneLimitType = {
1002
- MAX_RRSETS_BY_ZONE: "MAX_RRSETS_BY_ZONE",
1003
- MAX_VPCS_ASSOCIATED_BY_ZONE: "MAX_VPCS_ASSOCIATED_BY_ZONE",
1004
- };
1005
- export class HostedZoneNotPrivate extends __BaseException {
1006
- name = "HostedZoneNotPrivate";
1007
- $fault = "client";
1008
- constructor(opts) {
1009
- super({
1010
- name: "HostedZoneNotPrivate",
1011
- $fault: "client",
1012
- ...opts,
1013
- });
1014
- Object.setPrototypeOf(this, HostedZoneNotPrivate.prototype);
1015
- }
1016
- }
1017
- export const ReusableDelegationSetLimitType = {
1018
- MAX_ZONES_BY_REUSABLE_DELEGATION_SET: "MAX_ZONES_BY_REUSABLE_DELEGATION_SET",
1019
- };
1020
- export class NoSuchCidrLocationException extends __BaseException {
1021
- name = "NoSuchCidrLocationException";
1022
- $fault = "client";
1023
- Message;
1024
- constructor(opts) {
1025
- super({
1026
- name: "NoSuchCidrLocationException",
1027
- $fault: "client",
1028
- ...opts,
1029
- });
1030
- Object.setPrototypeOf(this, NoSuchCidrLocationException.prototype);
1031
- this.Message = opts.Message;
1032
- }
1033
- }
1034
- export const HostedZoneType = {
1035
- PRIVATE_HOSTED_ZONE: "PrivateHostedZone",
1036
- };
1037
- export class InvalidPaginationToken extends __BaseException {
1038
- name = "InvalidPaginationToken";
1039
- $fault = "client";
1040
- constructor(opts) {
1041
- super({
1042
- name: "InvalidPaginationToken",
1043
- $fault: "client",
1044
- ...opts,
1045
- });
1046
- Object.setPrototypeOf(this, InvalidPaginationToken.prototype);
1047
- }
1048
- }
1049
- export class HealthCheckVersionMismatch extends __BaseException {
1050
- name = "HealthCheckVersionMismatch";
1051
- $fault = "client";
1052
- constructor(opts) {
1053
- super({
1054
- name: "HealthCheckVersionMismatch",
1055
- $fault: "client",
1056
- ...opts,
1057
- });
1058
- Object.setPrototypeOf(this, HealthCheckVersionMismatch.prototype);
1059
- }
1060
- }
1061
- export const ResettableElementName = {
1062
- ChildHealthChecks: "ChildHealthChecks",
1063
- FullyQualifiedDomainName: "FullyQualifiedDomainName",
1064
- Regions: "Regions",
1065
- ResourcePath: "ResourcePath",
1066
- };
1067
- export class ConflictingTypes extends __BaseException {
1068
- name = "ConflictingTypes";
1069
- $fault = "client";
1070
- constructor(opts) {
1071
- super({
1072
- name: "ConflictingTypes",
1073
- $fault: "client",
1074
- ...opts,
1075
- });
1076
- Object.setPrototypeOf(this, ConflictingTypes.prototype);
1077
- }
1078
- }
1
+ export {};