@aws-sdk/client-route-53 3.721.0 → 3.725.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. package/dist-cjs/index.js +725 -565
  2. package/dist-es/Route53Client.js +1 -0
  3. package/dist-es/models/models_0.js +148 -138
  4. package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +1 -1
  5. package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateHealthCheckCommand.d.ts +2 -2
  7. package/dist-types/commands/CreateHostedZoneCommand.d.ts +2 -2
  8. package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +2 -2
  9. package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +1 -1
  10. package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +1 -1
  11. package/dist-types/commands/GetHealthCheckCommand.d.ts +1 -1
  12. package/dist-types/commands/GetHostedZoneCommand.d.ts +1 -1
  13. package/dist-types/commands/ListHealthChecksCommand.d.ts +1 -1
  14. package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +1 -1
  15. package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +1 -1
  16. package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +1 -1
  17. package/dist-types/commands/UpdateHealthCheckCommand.d.ts +2 -2
  18. package/dist-types/models/models_0.d.ts +3 -0
  19. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  20. package/dist-types/runtimeConfig.d.ts +1 -1
  21. package/dist-types/runtimeConfig.native.d.ts +2 -2
  22. package/dist-types/ts3.4/models/models_0.d.ts +3 -0
  23. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
  24. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
  25. package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
  26. package/package.json +46 -46
@@ -11,74 +11,74 @@ export const ChangeStatus = {
11
11
  PENDING: "PENDING",
12
12
  };
13
13
  export class ConcurrentModification extends __BaseException {
14
+ name = "ConcurrentModification";
15
+ $fault = "client";
14
16
  constructor(opts) {
15
17
  super({
16
18
  name: "ConcurrentModification",
17
19
  $fault: "client",
18
20
  ...opts,
19
21
  });
20
- this.name = "ConcurrentModification";
21
- this.$fault = "client";
22
22
  Object.setPrototypeOf(this, ConcurrentModification.prototype);
23
23
  }
24
24
  }
25
25
  export class InvalidInput extends __BaseException {
26
+ name = "InvalidInput";
27
+ $fault = "client";
26
28
  constructor(opts) {
27
29
  super({
28
30
  name: "InvalidInput",
29
31
  $fault: "client",
30
32
  ...opts,
31
33
  });
32
- this.name = "InvalidInput";
33
- this.$fault = "client";
34
34
  Object.setPrototypeOf(this, InvalidInput.prototype);
35
35
  }
36
36
  }
37
37
  export class InvalidKeySigningKeyStatus extends __BaseException {
38
+ name = "InvalidKeySigningKeyStatus";
39
+ $fault = "client";
38
40
  constructor(opts) {
39
41
  super({
40
42
  name: "InvalidKeySigningKeyStatus",
41
43
  $fault: "client",
42
44
  ...opts,
43
45
  });
44
- this.name = "InvalidKeySigningKeyStatus";
45
- this.$fault = "client";
46
46
  Object.setPrototypeOf(this, InvalidKeySigningKeyStatus.prototype);
47
47
  }
48
48
  }
49
49
  export class InvalidKMSArn extends __BaseException {
50
+ name = "InvalidKMSArn";
51
+ $fault = "client";
50
52
  constructor(opts) {
51
53
  super({
52
54
  name: "InvalidKMSArn",
53
55
  $fault: "client",
54
56
  ...opts,
55
57
  });
56
- this.name = "InvalidKMSArn";
57
- this.$fault = "client";
58
58
  Object.setPrototypeOf(this, InvalidKMSArn.prototype);
59
59
  }
60
60
  }
61
61
  export class InvalidSigningStatus extends __BaseException {
62
+ name = "InvalidSigningStatus";
63
+ $fault = "client";
62
64
  constructor(opts) {
63
65
  super({
64
66
  name: "InvalidSigningStatus",
65
67
  $fault: "client",
66
68
  ...opts,
67
69
  });
68
- this.name = "InvalidSigningStatus";
69
- this.$fault = "client";
70
70
  Object.setPrototypeOf(this, InvalidSigningStatus.prototype);
71
71
  }
72
72
  }
73
73
  export class NoSuchKeySigningKey extends __BaseException {
74
+ name = "NoSuchKeySigningKey";
75
+ $fault = "client";
74
76
  constructor(opts) {
75
77
  super({
76
78
  name: "NoSuchKeySigningKey",
77
79
  $fault: "client",
78
80
  ...opts,
79
81
  });
80
- this.name = "NoSuchKeySigningKey";
81
- this.$fault = "client";
82
82
  Object.setPrototypeOf(this, NoSuchKeySigningKey.prototype);
83
83
  }
84
84
  }
@@ -95,6 +95,7 @@ export const CloudWatchRegion = {
95
95
  ap_southeast_3: "ap-southeast-3",
96
96
  ap_southeast_4: "ap-southeast-4",
97
97
  ap_southeast_5: "ap-southeast-5",
98
+ ap_southeast_7: "ap-southeast-7",
98
99
  ca_central_1: "ca-central-1",
99
100
  ca_west_1: "ca-west-1",
100
101
  cn_north_1: "cn-north-1",
@@ -134,6 +135,7 @@ export const VPCRegion = {
134
135
  ap_southeast_3: "ap-southeast-3",
135
136
  ap_southeast_4: "ap-southeast-4",
136
137
  ap_southeast_5: "ap-southeast-5",
138
+ ap_southeast_7: "ap-southeast-7",
137
139
  ca_central_1: "ca-central-1",
138
140
  ca_west_1: "ca-west-1",
139
141
  cn_north_1: "cn-north-1",
@@ -161,86 +163,86 @@ export const VPCRegion = {
161
163
  us_west_2: "us-west-2",
162
164
  };
163
165
  export class ConflictingDomainExists extends __BaseException {
166
+ name = "ConflictingDomainExists";
167
+ $fault = "client";
164
168
  constructor(opts) {
165
169
  super({
166
170
  name: "ConflictingDomainExists",
167
171
  $fault: "client",
168
172
  ...opts,
169
173
  });
170
- this.name = "ConflictingDomainExists";
171
- this.$fault = "client";
172
174
  Object.setPrototypeOf(this, ConflictingDomainExists.prototype);
173
175
  }
174
176
  }
175
177
  export class InvalidVPCId extends __BaseException {
178
+ name = "InvalidVPCId";
179
+ $fault = "client";
176
180
  constructor(opts) {
177
181
  super({
178
182
  name: "InvalidVPCId",
179
183
  $fault: "client",
180
184
  ...opts,
181
185
  });
182
- this.name = "InvalidVPCId";
183
- this.$fault = "client";
184
186
  Object.setPrototypeOf(this, InvalidVPCId.prototype);
185
187
  }
186
188
  }
187
189
  export class LimitsExceeded extends __BaseException {
190
+ name = "LimitsExceeded";
191
+ $fault = "client";
188
192
  constructor(opts) {
189
193
  super({
190
194
  name: "LimitsExceeded",
191
195
  $fault: "client",
192
196
  ...opts,
193
197
  });
194
- this.name = "LimitsExceeded";
195
- this.$fault = "client";
196
198
  Object.setPrototypeOf(this, LimitsExceeded.prototype);
197
199
  }
198
200
  }
199
201
  export class NoSuchHostedZone extends __BaseException {
202
+ name = "NoSuchHostedZone";
203
+ $fault = "client";
200
204
  constructor(opts) {
201
205
  super({
202
206
  name: "NoSuchHostedZone",
203
207
  $fault: "client",
204
208
  ...opts,
205
209
  });
206
- this.name = "NoSuchHostedZone";
207
- this.$fault = "client";
208
210
  Object.setPrototypeOf(this, NoSuchHostedZone.prototype);
209
211
  }
210
212
  }
211
213
  export class NotAuthorizedException extends __BaseException {
214
+ name = "NotAuthorizedException";
215
+ $fault = "client";
212
216
  constructor(opts) {
213
217
  super({
214
218
  name: "NotAuthorizedException",
215
219
  $fault: "client",
216
220
  ...opts,
217
221
  });
218
- this.name = "NotAuthorizedException";
219
- this.$fault = "client";
220
222
  Object.setPrototypeOf(this, NotAuthorizedException.prototype);
221
223
  }
222
224
  }
223
225
  export class PriorRequestNotComplete extends __BaseException {
226
+ name = "PriorRequestNotComplete";
227
+ $fault = "client";
224
228
  constructor(opts) {
225
229
  super({
226
230
  name: "PriorRequestNotComplete",
227
231
  $fault: "client",
228
232
  ...opts,
229
233
  });
230
- this.name = "PriorRequestNotComplete";
231
- this.$fault = "client";
232
234
  Object.setPrototypeOf(this, PriorRequestNotComplete.prototype);
233
235
  }
234
236
  }
235
237
  export class PublicZoneVPCAssociation extends __BaseException {
238
+ name = "PublicZoneVPCAssociation";
239
+ $fault = "client";
236
240
  constructor(opts) {
237
241
  super({
238
242
  name: "PublicZoneVPCAssociation",
239
243
  $fault: "client",
240
244
  ...opts,
241
245
  });
242
- this.name = "PublicZoneVPCAssociation";
243
- this.$fault = "client";
244
246
  Object.setPrototypeOf(this, PublicZoneVPCAssociation.prototype);
245
247
  }
246
248
  }
@@ -249,40 +251,43 @@ export const CidrCollectionChangeAction = {
249
251
  PUT: "PUT",
250
252
  };
251
253
  export class CidrBlockInUseException extends __BaseException {
254
+ name = "CidrBlockInUseException";
255
+ $fault = "client";
256
+ Message;
252
257
  constructor(opts) {
253
258
  super({
254
259
  name: "CidrBlockInUseException",
255
260
  $fault: "client",
256
261
  ...opts,
257
262
  });
258
- this.name = "CidrBlockInUseException";
259
- this.$fault = "client";
260
263
  Object.setPrototypeOf(this, CidrBlockInUseException.prototype);
261
264
  this.Message = opts.Message;
262
265
  }
263
266
  }
264
267
  export class CidrCollectionVersionMismatchException extends __BaseException {
268
+ name = "CidrCollectionVersionMismatchException";
269
+ $fault = "client";
270
+ Message;
265
271
  constructor(opts) {
266
272
  super({
267
273
  name: "CidrCollectionVersionMismatchException",
268
274
  $fault: "client",
269
275
  ...opts,
270
276
  });
271
- this.name = "CidrCollectionVersionMismatchException";
272
- this.$fault = "client";
273
277
  Object.setPrototypeOf(this, CidrCollectionVersionMismatchException.prototype);
274
278
  this.Message = opts.Message;
275
279
  }
276
280
  }
277
281
  export class NoSuchCidrCollectionException extends __BaseException {
282
+ name = "NoSuchCidrCollectionException";
283
+ $fault = "client";
284
+ Message;
278
285
  constructor(opts) {
279
286
  super({
280
287
  name: "NoSuchCidrCollectionException",
281
288
  $fault: "client",
282
289
  ...opts,
283
290
  });
284
- this.name = "NoSuchCidrCollectionException";
285
- this.$fault = "client";
286
291
  Object.setPrototypeOf(this, NoSuchCidrCollectionException.prototype);
287
292
  this.Message = opts.Message;
288
293
  }
@@ -309,6 +314,7 @@ export const ResourceRecordSetRegion = {
309
314
  ap_southeast_3: "ap-southeast-3",
310
315
  ap_southeast_4: "ap-southeast-4",
311
316
  ap_southeast_5: "ap-southeast-5",
317
+ ap_southeast_7: "ap-southeast-7",
312
318
  ca_central_1: "ca-central-1",
313
319
  ca_west_1: "ca-west-1",
314
320
  cn_north_1: "cn-north-1",
@@ -350,27 +356,28 @@ export const RRType = {
350
356
  TXT: "TXT",
351
357
  };
352
358
  export class InvalidChangeBatch extends __BaseException {
359
+ name = "InvalidChangeBatch";
360
+ $fault = "client";
361
+ messages;
353
362
  constructor(opts) {
354
363
  super({
355
364
  name: "InvalidChangeBatch",
356
365
  $fault: "client",
357
366
  ...opts,
358
367
  });
359
- this.name = "InvalidChangeBatch";
360
- this.$fault = "client";
361
368
  Object.setPrototypeOf(this, InvalidChangeBatch.prototype);
362
369
  this.messages = opts.messages;
363
370
  }
364
371
  }
365
372
  export class NoSuchHealthCheck extends __BaseException {
373
+ name = "NoSuchHealthCheck";
374
+ $fault = "client";
366
375
  constructor(opts) {
367
376
  super({
368
377
  name: "NoSuchHealthCheck",
369
378
  $fault: "client",
370
379
  ...opts,
371
380
  });
372
- this.name = "NoSuchHealthCheck";
373
- this.$fault = "client";
374
381
  Object.setPrototypeOf(this, NoSuchHealthCheck.prototype);
375
382
  }
376
383
  }
@@ -379,26 +386,27 @@ export const TagResourceType = {
379
386
  hostedzone: "hostedzone",
380
387
  };
381
388
  export class ThrottlingException extends __BaseException {
389
+ name = "ThrottlingException";
390
+ $fault = "client";
382
391
  constructor(opts) {
383
392
  super({
384
393
  name: "ThrottlingException",
385
394
  $fault: "client",
386
395
  ...opts,
387
396
  });
388
- this.name = "ThrottlingException";
389
- this.$fault = "client";
390
397
  Object.setPrototypeOf(this, ThrottlingException.prototype);
391
398
  }
392
399
  }
393
400
  export class CidrCollectionAlreadyExistsException extends __BaseException {
401
+ name = "CidrCollectionAlreadyExistsException";
402
+ $fault = "client";
403
+ Message;
394
404
  constructor(opts) {
395
405
  super({
396
406
  name: "CidrCollectionAlreadyExistsException",
397
407
  $fault: "client",
398
408
  ...opts,
399
409
  });
400
- this.name = "CidrCollectionAlreadyExistsException";
401
- this.$fault = "client";
402
410
  Object.setPrototypeOf(this, CidrCollectionAlreadyExistsException.prototype);
403
411
  this.Message = opts.Message;
404
412
  }
@@ -442,531 +450,532 @@ export const Statistic = {
442
450
  Sum: "Sum",
443
451
  };
444
452
  export class HealthCheckAlreadyExists extends __BaseException {
453
+ name = "HealthCheckAlreadyExists";
454
+ $fault = "client";
445
455
  constructor(opts) {
446
456
  super({
447
457
  name: "HealthCheckAlreadyExists",
448
458
  $fault: "client",
449
459
  ...opts,
450
460
  });
451
- this.name = "HealthCheckAlreadyExists";
452
- this.$fault = "client";
453
461
  Object.setPrototypeOf(this, HealthCheckAlreadyExists.prototype);
454
462
  }
455
463
  }
456
464
  export class TooManyHealthChecks extends __BaseException {
465
+ name = "TooManyHealthChecks";
466
+ $fault = "client";
457
467
  constructor(opts) {
458
468
  super({
459
469
  name: "TooManyHealthChecks",
460
470
  $fault: "client",
461
471
  ...opts,
462
472
  });
463
- this.name = "TooManyHealthChecks";
464
- this.$fault = "client";
465
473
  Object.setPrototypeOf(this, TooManyHealthChecks.prototype);
466
474
  }
467
475
  }
468
476
  export class DelegationSetNotAvailable extends __BaseException {
477
+ name = "DelegationSetNotAvailable";
478
+ $fault = "client";
469
479
  constructor(opts) {
470
480
  super({
471
481
  name: "DelegationSetNotAvailable",
472
482
  $fault: "client",
473
483
  ...opts,
474
484
  });
475
- this.name = "DelegationSetNotAvailable";
476
- this.$fault = "client";
477
485
  Object.setPrototypeOf(this, DelegationSetNotAvailable.prototype);
478
486
  }
479
487
  }
480
488
  export class DelegationSetNotReusable extends __BaseException {
489
+ name = "DelegationSetNotReusable";
490
+ $fault = "client";
481
491
  constructor(opts) {
482
492
  super({
483
493
  name: "DelegationSetNotReusable",
484
494
  $fault: "client",
485
495
  ...opts,
486
496
  });
487
- this.name = "DelegationSetNotReusable";
488
- this.$fault = "client";
489
497
  Object.setPrototypeOf(this, DelegationSetNotReusable.prototype);
490
498
  }
491
499
  }
492
500
  export class HostedZoneAlreadyExists extends __BaseException {
501
+ name = "HostedZoneAlreadyExists";
502
+ $fault = "client";
493
503
  constructor(opts) {
494
504
  super({
495
505
  name: "HostedZoneAlreadyExists",
496
506
  $fault: "client",
497
507
  ...opts,
498
508
  });
499
- this.name = "HostedZoneAlreadyExists";
500
- this.$fault = "client";
501
509
  Object.setPrototypeOf(this, HostedZoneAlreadyExists.prototype);
502
510
  }
503
511
  }
504
512
  export class InvalidDomainName extends __BaseException {
513
+ name = "InvalidDomainName";
514
+ $fault = "client";
505
515
  constructor(opts) {
506
516
  super({
507
517
  name: "InvalidDomainName",
508
518
  $fault: "client",
509
519
  ...opts,
510
520
  });
511
- this.name = "InvalidDomainName";
512
- this.$fault = "client";
513
521
  Object.setPrototypeOf(this, InvalidDomainName.prototype);
514
522
  }
515
523
  }
516
524
  export class NoSuchDelegationSet extends __BaseException {
525
+ name = "NoSuchDelegationSet";
526
+ $fault = "client";
517
527
  constructor(opts) {
518
528
  super({
519
529
  name: "NoSuchDelegationSet",
520
530
  $fault: "client",
521
531
  ...opts,
522
532
  });
523
- this.name = "NoSuchDelegationSet";
524
- this.$fault = "client";
525
533
  Object.setPrototypeOf(this, NoSuchDelegationSet.prototype);
526
534
  }
527
535
  }
528
536
  export class TooManyHostedZones extends __BaseException {
537
+ name = "TooManyHostedZones";
538
+ $fault = "client";
529
539
  constructor(opts) {
530
540
  super({
531
541
  name: "TooManyHostedZones",
532
542
  $fault: "client",
533
543
  ...opts,
534
544
  });
535
- this.name = "TooManyHostedZones";
536
- this.$fault = "client";
537
545
  Object.setPrototypeOf(this, TooManyHostedZones.prototype);
538
546
  }
539
547
  }
540
548
  export class InvalidArgument extends __BaseException {
549
+ name = "InvalidArgument";
550
+ $fault = "client";
541
551
  constructor(opts) {
542
552
  super({
543
553
  name: "InvalidArgument",
544
554
  $fault: "client",
545
555
  ...opts,
546
556
  });
547
- this.name = "InvalidArgument";
548
- this.$fault = "client";
549
557
  Object.setPrototypeOf(this, InvalidArgument.prototype);
550
558
  }
551
559
  }
552
560
  export class InvalidKeySigningKeyName extends __BaseException {
561
+ name = "InvalidKeySigningKeyName";
562
+ $fault = "client";
553
563
  constructor(opts) {
554
564
  super({
555
565
  name: "InvalidKeySigningKeyName",
556
566
  $fault: "client",
557
567
  ...opts,
558
568
  });
559
- this.name = "InvalidKeySigningKeyName";
560
- this.$fault = "client";
561
569
  Object.setPrototypeOf(this, InvalidKeySigningKeyName.prototype);
562
570
  }
563
571
  }
564
572
  export class KeySigningKeyAlreadyExists extends __BaseException {
573
+ name = "KeySigningKeyAlreadyExists";
574
+ $fault = "client";
565
575
  constructor(opts) {
566
576
  super({
567
577
  name: "KeySigningKeyAlreadyExists",
568
578
  $fault: "client",
569
579
  ...opts,
570
580
  });
571
- this.name = "KeySigningKeyAlreadyExists";
572
- this.$fault = "client";
573
581
  Object.setPrototypeOf(this, KeySigningKeyAlreadyExists.prototype);
574
582
  }
575
583
  }
576
584
  export class TooManyKeySigningKeys extends __BaseException {
585
+ name = "TooManyKeySigningKeys";
586
+ $fault = "client";
577
587
  constructor(opts) {
578
588
  super({
579
589
  name: "TooManyKeySigningKeys",
580
590
  $fault: "client",
581
591
  ...opts,
582
592
  });
583
- this.name = "TooManyKeySigningKeys";
584
- this.$fault = "client";
585
593
  Object.setPrototypeOf(this, TooManyKeySigningKeys.prototype);
586
594
  }
587
595
  }
588
596
  export class InsufficientCloudWatchLogsResourcePolicy extends __BaseException {
597
+ name = "InsufficientCloudWatchLogsResourcePolicy";
598
+ $fault = "client";
589
599
  constructor(opts) {
590
600
  super({
591
601
  name: "InsufficientCloudWatchLogsResourcePolicy",
592
602
  $fault: "client",
593
603
  ...opts,
594
604
  });
595
- this.name = "InsufficientCloudWatchLogsResourcePolicy";
596
- this.$fault = "client";
597
605
  Object.setPrototypeOf(this, InsufficientCloudWatchLogsResourcePolicy.prototype);
598
606
  }
599
607
  }
600
608
  export class NoSuchCloudWatchLogsLogGroup extends __BaseException {
609
+ name = "NoSuchCloudWatchLogsLogGroup";
610
+ $fault = "client";
601
611
  constructor(opts) {
602
612
  super({
603
613
  name: "NoSuchCloudWatchLogsLogGroup",
604
614
  $fault: "client",
605
615
  ...opts,
606
616
  });
607
- this.name = "NoSuchCloudWatchLogsLogGroup";
608
- this.$fault = "client";
609
617
  Object.setPrototypeOf(this, NoSuchCloudWatchLogsLogGroup.prototype);
610
618
  }
611
619
  }
612
620
  export class QueryLoggingConfigAlreadyExists extends __BaseException {
621
+ name = "QueryLoggingConfigAlreadyExists";
622
+ $fault = "client";
613
623
  constructor(opts) {
614
624
  super({
615
625
  name: "QueryLoggingConfigAlreadyExists",
616
626
  $fault: "client",
617
627
  ...opts,
618
628
  });
619
- this.name = "QueryLoggingConfigAlreadyExists";
620
- this.$fault = "client";
621
629
  Object.setPrototypeOf(this, QueryLoggingConfigAlreadyExists.prototype);
622
630
  }
623
631
  }
624
632
  export class DelegationSetAlreadyCreated extends __BaseException {
633
+ name = "DelegationSetAlreadyCreated";
634
+ $fault = "client";
625
635
  constructor(opts) {
626
636
  super({
627
637
  name: "DelegationSetAlreadyCreated",
628
638
  $fault: "client",
629
639
  ...opts,
630
640
  });
631
- this.name = "DelegationSetAlreadyCreated";
632
- this.$fault = "client";
633
641
  Object.setPrototypeOf(this, DelegationSetAlreadyCreated.prototype);
634
642
  }
635
643
  }
636
644
  export class DelegationSetAlreadyReusable extends __BaseException {
645
+ name = "DelegationSetAlreadyReusable";
646
+ $fault = "client";
637
647
  constructor(opts) {
638
648
  super({
639
649
  name: "DelegationSetAlreadyReusable",
640
650
  $fault: "client",
641
651
  ...opts,
642
652
  });
643
- this.name = "DelegationSetAlreadyReusable";
644
- this.$fault = "client";
645
653
  Object.setPrototypeOf(this, DelegationSetAlreadyReusable.prototype);
646
654
  }
647
655
  }
648
656
  export class HostedZoneNotFound extends __BaseException {
657
+ name = "HostedZoneNotFound";
658
+ $fault = "client";
649
659
  constructor(opts) {
650
660
  super({
651
661
  name: "HostedZoneNotFound",
652
662
  $fault: "client",
653
663
  ...opts,
654
664
  });
655
- this.name = "HostedZoneNotFound";
656
- this.$fault = "client";
657
665
  Object.setPrototypeOf(this, HostedZoneNotFound.prototype);
658
666
  }
659
667
  }
660
668
  export class InvalidTrafficPolicyDocument extends __BaseException {
669
+ name = "InvalidTrafficPolicyDocument";
670
+ $fault = "client";
661
671
  constructor(opts) {
662
672
  super({
663
673
  name: "InvalidTrafficPolicyDocument",
664
674
  $fault: "client",
665
675
  ...opts,
666
676
  });
667
- this.name = "InvalidTrafficPolicyDocument";
668
- this.$fault = "client";
669
677
  Object.setPrototypeOf(this, InvalidTrafficPolicyDocument.prototype);
670
678
  }
671
679
  }
672
680
  export class TooManyTrafficPolicies extends __BaseException {
681
+ name = "TooManyTrafficPolicies";
682
+ $fault = "client";
673
683
  constructor(opts) {
674
684
  super({
675
685
  name: "TooManyTrafficPolicies",
676
686
  $fault: "client",
677
687
  ...opts,
678
688
  });
679
- this.name = "TooManyTrafficPolicies";
680
- this.$fault = "client";
681
689
  Object.setPrototypeOf(this, TooManyTrafficPolicies.prototype);
682
690
  }
683
691
  }
684
692
  export class TrafficPolicyAlreadyExists extends __BaseException {
693
+ name = "TrafficPolicyAlreadyExists";
694
+ $fault = "client";
685
695
  constructor(opts) {
686
696
  super({
687
697
  name: "TrafficPolicyAlreadyExists",
688
698
  $fault: "client",
689
699
  ...opts,
690
700
  });
691
- this.name = "TrafficPolicyAlreadyExists";
692
- this.$fault = "client";
693
701
  Object.setPrototypeOf(this, TrafficPolicyAlreadyExists.prototype);
694
702
  }
695
703
  }
696
704
  export class NoSuchTrafficPolicy extends __BaseException {
705
+ name = "NoSuchTrafficPolicy";
706
+ $fault = "client";
697
707
  constructor(opts) {
698
708
  super({
699
709
  name: "NoSuchTrafficPolicy",
700
710
  $fault: "client",
701
711
  ...opts,
702
712
  });
703
- this.name = "NoSuchTrafficPolicy";
704
- this.$fault = "client";
705
713
  Object.setPrototypeOf(this, NoSuchTrafficPolicy.prototype);
706
714
  }
707
715
  }
708
716
  export class TooManyTrafficPolicyInstances extends __BaseException {
717
+ name = "TooManyTrafficPolicyInstances";
718
+ $fault = "client";
709
719
  constructor(opts) {
710
720
  super({
711
721
  name: "TooManyTrafficPolicyInstances",
712
722
  $fault: "client",
713
723
  ...opts,
714
724
  });
715
- this.name = "TooManyTrafficPolicyInstances";
716
- this.$fault = "client";
717
725
  Object.setPrototypeOf(this, TooManyTrafficPolicyInstances.prototype);
718
726
  }
719
727
  }
720
728
  export class TrafficPolicyInstanceAlreadyExists extends __BaseException {
729
+ name = "TrafficPolicyInstanceAlreadyExists";
730
+ $fault = "client";
721
731
  constructor(opts) {
722
732
  super({
723
733
  name: "TrafficPolicyInstanceAlreadyExists",
724
734
  $fault: "client",
725
735
  ...opts,
726
736
  });
727
- this.name = "TrafficPolicyInstanceAlreadyExists";
728
- this.$fault = "client";
729
737
  Object.setPrototypeOf(this, TrafficPolicyInstanceAlreadyExists.prototype);
730
738
  }
731
739
  }
732
740
  export class TooManyTrafficPolicyVersionsForCurrentPolicy extends __BaseException {
741
+ name = "TooManyTrafficPolicyVersionsForCurrentPolicy";
742
+ $fault = "client";
733
743
  constructor(opts) {
734
744
  super({
735
745
  name: "TooManyTrafficPolicyVersionsForCurrentPolicy",
736
746
  $fault: "client",
737
747
  ...opts,
738
748
  });
739
- this.name = "TooManyTrafficPolicyVersionsForCurrentPolicy";
740
- this.$fault = "client";
741
749
  Object.setPrototypeOf(this, TooManyTrafficPolicyVersionsForCurrentPolicy.prototype);
742
750
  }
743
751
  }
744
752
  export class TooManyVPCAssociationAuthorizations extends __BaseException {
753
+ name = "TooManyVPCAssociationAuthorizations";
754
+ $fault = "client";
745
755
  constructor(opts) {
746
756
  super({
747
757
  name: "TooManyVPCAssociationAuthorizations",
748
758
  $fault: "client",
749
759
  ...opts,
750
760
  });
751
- this.name = "TooManyVPCAssociationAuthorizations";
752
- this.$fault = "client";
753
761
  Object.setPrototypeOf(this, TooManyVPCAssociationAuthorizations.prototype);
754
762
  }
755
763
  }
756
764
  export class KeySigningKeyInParentDSRecord extends __BaseException {
765
+ name = "KeySigningKeyInParentDSRecord";
766
+ $fault = "client";
757
767
  constructor(opts) {
758
768
  super({
759
769
  name: "KeySigningKeyInParentDSRecord",
760
770
  $fault: "client",
761
771
  ...opts,
762
772
  });
763
- this.name = "KeySigningKeyInParentDSRecord";
764
- this.$fault = "client";
765
773
  Object.setPrototypeOf(this, KeySigningKeyInParentDSRecord.prototype);
766
774
  }
767
775
  }
768
776
  export class KeySigningKeyInUse extends __BaseException {
777
+ name = "KeySigningKeyInUse";
778
+ $fault = "client";
769
779
  constructor(opts) {
770
780
  super({
771
781
  name: "KeySigningKeyInUse",
772
782
  $fault: "client",
773
783
  ...opts,
774
784
  });
775
- this.name = "KeySigningKeyInUse";
776
- this.$fault = "client";
777
785
  Object.setPrototypeOf(this, KeySigningKeyInUse.prototype);
778
786
  }
779
787
  }
780
788
  export class CidrCollectionInUseException extends __BaseException {
789
+ name = "CidrCollectionInUseException";
790
+ $fault = "client";
791
+ Message;
781
792
  constructor(opts) {
782
793
  super({
783
794
  name: "CidrCollectionInUseException",
784
795
  $fault: "client",
785
796
  ...opts,
786
797
  });
787
- this.name = "CidrCollectionInUseException";
788
- this.$fault = "client";
789
798
  Object.setPrototypeOf(this, CidrCollectionInUseException.prototype);
790
799
  this.Message = opts.Message;
791
800
  }
792
801
  }
793
802
  export class HealthCheckInUse extends __BaseException {
803
+ name = "HealthCheckInUse";
804
+ $fault = "client";
794
805
  constructor(opts) {
795
806
  super({
796
807
  name: "HealthCheckInUse",
797
808
  $fault: "client",
798
809
  ...opts,
799
810
  });
800
- this.name = "HealthCheckInUse";
801
- this.$fault = "client";
802
811
  Object.setPrototypeOf(this, HealthCheckInUse.prototype);
803
812
  }
804
813
  }
805
814
  export class HostedZoneNotEmpty extends __BaseException {
815
+ name = "HostedZoneNotEmpty";
816
+ $fault = "client";
806
817
  constructor(opts) {
807
818
  super({
808
819
  name: "HostedZoneNotEmpty",
809
820
  $fault: "client",
810
821
  ...opts,
811
822
  });
812
- this.name = "HostedZoneNotEmpty";
813
- this.$fault = "client";
814
823
  Object.setPrototypeOf(this, HostedZoneNotEmpty.prototype);
815
824
  }
816
825
  }
817
826
  export class NoSuchQueryLoggingConfig extends __BaseException {
827
+ name = "NoSuchQueryLoggingConfig";
828
+ $fault = "client";
818
829
  constructor(opts) {
819
830
  super({
820
831
  name: "NoSuchQueryLoggingConfig",
821
832
  $fault: "client",
822
833
  ...opts,
823
834
  });
824
- this.name = "NoSuchQueryLoggingConfig";
825
- this.$fault = "client";
826
835
  Object.setPrototypeOf(this, NoSuchQueryLoggingConfig.prototype);
827
836
  }
828
837
  }
829
838
  export class DelegationSetInUse extends __BaseException {
839
+ name = "DelegationSetInUse";
840
+ $fault = "client";
830
841
  constructor(opts) {
831
842
  super({
832
843
  name: "DelegationSetInUse",
833
844
  $fault: "client",
834
845
  ...opts,
835
846
  });
836
- this.name = "DelegationSetInUse";
837
- this.$fault = "client";
838
847
  Object.setPrototypeOf(this, DelegationSetInUse.prototype);
839
848
  }
840
849
  }
841
850
  export class TrafficPolicyInUse extends __BaseException {
851
+ name = "TrafficPolicyInUse";
852
+ $fault = "client";
842
853
  constructor(opts) {
843
854
  super({
844
855
  name: "TrafficPolicyInUse",
845
856
  $fault: "client",
846
857
  ...opts,
847
858
  });
848
- this.name = "TrafficPolicyInUse";
849
- this.$fault = "client";
850
859
  Object.setPrototypeOf(this, TrafficPolicyInUse.prototype);
851
860
  }
852
861
  }
853
862
  export class NoSuchTrafficPolicyInstance extends __BaseException {
863
+ name = "NoSuchTrafficPolicyInstance";
864
+ $fault = "client";
854
865
  constructor(opts) {
855
866
  super({
856
867
  name: "NoSuchTrafficPolicyInstance",
857
868
  $fault: "client",
858
869
  ...opts,
859
870
  });
860
- this.name = "NoSuchTrafficPolicyInstance";
861
- this.$fault = "client";
862
871
  Object.setPrototypeOf(this, NoSuchTrafficPolicyInstance.prototype);
863
872
  }
864
873
  }
865
874
  export class VPCAssociationAuthorizationNotFound extends __BaseException {
875
+ name = "VPCAssociationAuthorizationNotFound";
876
+ $fault = "client";
866
877
  constructor(opts) {
867
878
  super({
868
879
  name: "VPCAssociationAuthorizationNotFound",
869
880
  $fault: "client",
870
881
  ...opts,
871
882
  });
872
- this.name = "VPCAssociationAuthorizationNotFound";
873
- this.$fault = "client";
874
883
  Object.setPrototypeOf(this, VPCAssociationAuthorizationNotFound.prototype);
875
884
  }
876
885
  }
877
886
  export class DNSSECNotFound extends __BaseException {
887
+ name = "DNSSECNotFound";
888
+ $fault = "client";
878
889
  constructor(opts) {
879
890
  super({
880
891
  name: "DNSSECNotFound",
881
892
  $fault: "client",
882
893
  ...opts,
883
894
  });
884
- this.name = "DNSSECNotFound";
885
- this.$fault = "client";
886
895
  Object.setPrototypeOf(this, DNSSECNotFound.prototype);
887
896
  }
888
897
  }
889
898
  export class LastVPCAssociation extends __BaseException {
899
+ name = "LastVPCAssociation";
900
+ $fault = "client";
890
901
  constructor(opts) {
891
902
  super({
892
903
  name: "LastVPCAssociation",
893
904
  $fault: "client",
894
905
  ...opts,
895
906
  });
896
- this.name = "LastVPCAssociation";
897
- this.$fault = "client";
898
907
  Object.setPrototypeOf(this, LastVPCAssociation.prototype);
899
908
  }
900
909
  }
901
910
  export class VPCAssociationNotFound extends __BaseException {
911
+ name = "VPCAssociationNotFound";
912
+ $fault = "client";
902
913
  constructor(opts) {
903
914
  super({
904
915
  name: "VPCAssociationNotFound",
905
916
  $fault: "client",
906
917
  ...opts,
907
918
  });
908
- this.name = "VPCAssociationNotFound";
909
- this.$fault = "client";
910
919
  Object.setPrototypeOf(this, VPCAssociationNotFound.prototype);
911
920
  }
912
921
  }
913
922
  export class HostedZonePartiallyDelegated extends __BaseException {
923
+ name = "HostedZonePartiallyDelegated";
924
+ $fault = "client";
914
925
  constructor(opts) {
915
926
  super({
916
927
  name: "HostedZonePartiallyDelegated",
917
928
  $fault: "client",
918
929
  ...opts,
919
930
  });
920
- this.name = "HostedZonePartiallyDelegated";
921
- this.$fault = "client";
922
931
  Object.setPrototypeOf(this, HostedZonePartiallyDelegated.prototype);
923
932
  }
924
933
  }
925
934
  export class KeySigningKeyWithActiveStatusNotFound extends __BaseException {
935
+ name = "KeySigningKeyWithActiveStatusNotFound";
936
+ $fault = "client";
926
937
  constructor(opts) {
927
938
  super({
928
939
  name: "KeySigningKeyWithActiveStatusNotFound",
929
940
  $fault: "client",
930
941
  ...opts,
931
942
  });
932
- this.name = "KeySigningKeyWithActiveStatusNotFound";
933
- this.$fault = "client";
934
943
  Object.setPrototypeOf(this, KeySigningKeyWithActiveStatusNotFound.prototype);
935
944
  }
936
945
  }
937
946
  export class NoSuchChange extends __BaseException {
947
+ name = "NoSuchChange";
948
+ $fault = "client";
938
949
  constructor(opts) {
939
950
  super({
940
951
  name: "NoSuchChange",
941
952
  $fault: "client",
942
953
  ...opts,
943
954
  });
944
- this.name = "NoSuchChange";
945
- this.$fault = "client";
946
955
  Object.setPrototypeOf(this, NoSuchChange.prototype);
947
956
  }
948
957
  }
949
958
  export class NoSuchGeoLocation extends __BaseException {
959
+ name = "NoSuchGeoLocation";
960
+ $fault = "client";
950
961
  constructor(opts) {
951
962
  super({
952
963
  name: "NoSuchGeoLocation",
953
964
  $fault: "client",
954
965
  ...opts,
955
966
  });
956
- this.name = "NoSuchGeoLocation";
957
- this.$fault = "client";
958
967
  Object.setPrototypeOf(this, NoSuchGeoLocation.prototype);
959
968
  }
960
969
  }
961
970
  export class IncompatibleVersion extends __BaseException {
971
+ name = "IncompatibleVersion";
972
+ $fault = "client";
962
973
  constructor(opts) {
963
974
  super({
964
975
  name: "IncompatibleVersion",
965
976
  $fault: "client",
966
977
  ...opts,
967
978
  });
968
- this.name = "IncompatibleVersion";
969
- this.$fault = "client";
970
979
  Object.setPrototypeOf(this, IncompatibleVersion.prototype);
971
980
  }
972
981
  }
@@ -975,14 +984,14 @@ export const HostedZoneLimitType = {
975
984
  MAX_VPCS_ASSOCIATED_BY_ZONE: "MAX_VPCS_ASSOCIATED_BY_ZONE",
976
985
  };
977
986
  export class HostedZoneNotPrivate extends __BaseException {
987
+ name = "HostedZoneNotPrivate";
988
+ $fault = "client";
978
989
  constructor(opts) {
979
990
  super({
980
991
  name: "HostedZoneNotPrivate",
981
992
  $fault: "client",
982
993
  ...opts,
983
994
  });
984
- this.name = "HostedZoneNotPrivate";
985
- this.$fault = "client";
986
995
  Object.setPrototypeOf(this, HostedZoneNotPrivate.prototype);
987
996
  }
988
997
  }
@@ -990,14 +999,15 @@ export const ReusableDelegationSetLimitType = {
990
999
  MAX_ZONES_BY_REUSABLE_DELEGATION_SET: "MAX_ZONES_BY_REUSABLE_DELEGATION_SET",
991
1000
  };
992
1001
  export class NoSuchCidrLocationException extends __BaseException {
1002
+ name = "NoSuchCidrLocationException";
1003
+ $fault = "client";
1004
+ Message;
993
1005
  constructor(opts) {
994
1006
  super({
995
1007
  name: "NoSuchCidrLocationException",
996
1008
  $fault: "client",
997
1009
  ...opts,
998
1010
  });
999
- this.name = "NoSuchCidrLocationException";
1000
- this.$fault = "client";
1001
1011
  Object.setPrototypeOf(this, NoSuchCidrLocationException.prototype);
1002
1012
  this.Message = opts.Message;
1003
1013
  }
@@ -1006,26 +1016,26 @@ export const HostedZoneType = {
1006
1016
  PRIVATE_HOSTED_ZONE: "PrivateHostedZone",
1007
1017
  };
1008
1018
  export class InvalidPaginationToken extends __BaseException {
1019
+ name = "InvalidPaginationToken";
1020
+ $fault = "client";
1009
1021
  constructor(opts) {
1010
1022
  super({
1011
1023
  name: "InvalidPaginationToken",
1012
1024
  $fault: "client",
1013
1025
  ...opts,
1014
1026
  });
1015
- this.name = "InvalidPaginationToken";
1016
- this.$fault = "client";
1017
1027
  Object.setPrototypeOf(this, InvalidPaginationToken.prototype);
1018
1028
  }
1019
1029
  }
1020
1030
  export class HealthCheckVersionMismatch extends __BaseException {
1031
+ name = "HealthCheckVersionMismatch";
1032
+ $fault = "client";
1021
1033
  constructor(opts) {
1022
1034
  super({
1023
1035
  name: "HealthCheckVersionMismatch",
1024
1036
  $fault: "client",
1025
1037
  ...opts,
1026
1038
  });
1027
- this.name = "HealthCheckVersionMismatch";
1028
- this.$fault = "client";
1029
1039
  Object.setPrototypeOf(this, HealthCheckVersionMismatch.prototype);
1030
1040
  }
1031
1041
  }
@@ -1036,14 +1046,14 @@ export const ResettableElementName = {
1036
1046
  ResourcePath: "ResourcePath",
1037
1047
  };
1038
1048
  export class ConflictingTypes extends __BaseException {
1049
+ name = "ConflictingTypes";
1050
+ $fault = "client";
1039
1051
  constructor(opts) {
1040
1052
  super({
1041
1053
  name: "ConflictingTypes",
1042
1054
  $fault: "client",
1043
1055
  ...opts,
1044
1056
  });
1045
- this.name = "ConflictingTypes";
1046
- this.$fault = "client";
1047
1057
  Object.setPrototypeOf(this, ConflictingTypes.prototype);
1048
1058
  }
1049
1059
  }