@aws-sdk/client-ses 3.987.0 → 3.989.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 +90 -2645
- package/dist-cjs/models/SESServiceException.js +12 -0
- package/dist-cjs/models/errors.js +504 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1812 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +226 -220
- package/dist-types/schemas/schemas_0.d.ts +41 -34
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +36 -34
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultSESHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2010-12-01",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsQueryProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.ses",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
xmlNamespace: "http://ses.amazonaws.com/doc/2010-12-01/",
|
|
30
32
|
version: "2010-12-01",
|
|
31
33
|
serviceTarget: "SimpleEmailService",
|
|
@@ -5,7 +5,7 @@ const _AHA = "AddHeaderAction";
|
|
|
5
5
|
const _ASPE = "AccountSendingPausedException";
|
|
6
6
|
const _Ac = "Actions";
|
|
7
7
|
const _Act = "Action";
|
|
8
|
-
const _B = "
|
|
8
|
+
const _B = "Bucket";
|
|
9
9
|
const _BA = "BounceAction";
|
|
10
10
|
const _BAc = "BccAddresses";
|
|
11
11
|
const _BED = "BulkEmailDestination";
|
|
@@ -20,8 +20,8 @@ const _BS = "BounceSender";
|
|
|
20
20
|
const _BSA = "BounceSenderArn";
|
|
21
21
|
const _BT = "BounceType";
|
|
22
22
|
const _BTo = "BounceTopic";
|
|
23
|
-
const _Bo = "
|
|
24
|
-
const
|
|
23
|
+
const _Bo = "Body";
|
|
24
|
+
const _Bou = "Bounces";
|
|
25
25
|
const _C = "Content";
|
|
26
26
|
const _CA = "ConnectAction";
|
|
27
27
|
const _CAc = "CcAddresses";
|
|
@@ -256,9 +256,9 @@ const _MFDS = "MailFromDomainStatus";
|
|
|
256
256
|
const _MHS = "Max24HourSend";
|
|
257
257
|
const _MI = "MessageId";
|
|
258
258
|
const _MIa = "MaxItems";
|
|
259
|
-
const _MR = "
|
|
259
|
+
const _MR = "MessageRejected";
|
|
260
260
|
const _MRAE = "MissingRenderingAttributeException";
|
|
261
|
-
const
|
|
261
|
+
const _MRa = "MaxResults";
|
|
262
262
|
const _MSR = "MaxSendRate";
|
|
263
263
|
const _MT = "MessageTag";
|
|
264
264
|
const _MTL = "MessageTagList";
|
|
@@ -378,7 +378,7 @@ const _Sc = "Scope";
|
|
|
378
378
|
const _So = "Source";
|
|
379
379
|
const _St = "Status";
|
|
380
380
|
const _Su = "Subject";
|
|
381
|
-
const _T = "
|
|
381
|
+
const _T = "Topic";
|
|
382
382
|
const _TA = "TopicArn";
|
|
383
383
|
const _TARN = "TopicARN";
|
|
384
384
|
const _TAe = "TemplateArn";
|
|
@@ -400,9 +400,9 @@ const _TRTR = "TestRenderTemplateRequest";
|
|
|
400
400
|
const _TRTRe = "TestRenderTemplateResponse";
|
|
401
401
|
const _TS = "TemplateSubject";
|
|
402
402
|
const _Ta = "Tags";
|
|
403
|
-
const _Te = "
|
|
403
|
+
const _Te = "Text";
|
|
404
|
+
const _Tem = "Template";
|
|
404
405
|
const _Ti = "Timestamp";
|
|
405
|
-
const _To = "Topic";
|
|
406
406
|
const _UASE = "UpdateAccountSendingEnabled";
|
|
407
407
|
const _UASER = "UpdateAccountSendingEnabledRequest";
|
|
408
408
|
const _UCSED = "UpdateConfigurationSetEventDestination";
|
|
@@ -450,26 +450,226 @@ const n0 = "com.amazonaws.ses";
|
|
|
450
450
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
451
451
|
import { AccountSendingPausedException, AlreadyExistsException, CannotDeleteException, ConfigurationSetAlreadyExistsException, ConfigurationSetDoesNotExistException, ConfigurationSetSendingPausedException, CustomVerificationEmailInvalidContentException, CustomVerificationEmailTemplateAlreadyExistsException, CustomVerificationEmailTemplateDoesNotExistException, EventDestinationAlreadyExistsException, EventDestinationDoesNotExistException, FromEmailAddressNotVerifiedException, InvalidCloudWatchDestinationException, InvalidConfigurationSetException, InvalidDeliveryOptionsException, InvalidFirehoseDestinationException, InvalidLambdaFunctionException, InvalidPolicyException, InvalidRenderingParameterException, InvalidS3ConfigurationException, InvalidSNSDestinationException, InvalidSnsTopicException, InvalidTemplateException, InvalidTrackingOptionsException, LimitExceededException, MailFromDomainNotVerifiedException, MessageRejected, MissingRenderingAttributeException, ProductionAccessNotGrantedException, RuleDoesNotExistException, RuleSetDoesNotExistException, TemplateDoesNotExistException, TrackingOptionsAlreadyExistsException, TrackingOptionsDoesNotExistException, } from "../models/errors";
|
|
452
452
|
import { SESServiceException } from "../models/SESServiceException";
|
|
453
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
454
|
+
export var SESServiceException$ = [-3, _s, "SESServiceException", 0, [], []];
|
|
455
|
+
_s_registry.registerError(SESServiceException$, SESServiceException);
|
|
456
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
453
457
|
export var AccountSendingPausedException$ = [-3, n0, _ASPE,
|
|
454
458
|
{ [_aQE]: [`AccountSendingPausedException`, 400], [_e]: _c, [_hE]: 400 },
|
|
455
459
|
[_m],
|
|
456
460
|
[0]
|
|
457
461
|
];
|
|
458
|
-
|
|
459
|
-
export var AddHeaderAction$ = [3, n0, _AHA,
|
|
460
|
-
0,
|
|
461
|
-
[_HN, _HV],
|
|
462
|
-
[0, 0], 2
|
|
463
|
-
];
|
|
462
|
+
n0_registry.registerError(AccountSendingPausedException$, AccountSendingPausedException);
|
|
464
463
|
export var AlreadyExistsException$ = [-3, n0, _AEE,
|
|
465
464
|
{ [_aQE]: [`AlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
466
465
|
[_N, _m],
|
|
467
466
|
[0, 0]
|
|
468
467
|
];
|
|
469
|
-
|
|
470
|
-
export var
|
|
468
|
+
n0_registry.registerError(AlreadyExistsException$, AlreadyExistsException);
|
|
469
|
+
export var CannotDeleteException$ = [-3, n0, _CDE,
|
|
470
|
+
{ [_aQE]: [`CannotDelete`, 400], [_e]: _c, [_hE]: 400 },
|
|
471
|
+
[_N, _m],
|
|
472
|
+
[0, 0]
|
|
473
|
+
];
|
|
474
|
+
n0_registry.registerError(CannotDeleteException$, CannotDeleteException);
|
|
475
|
+
export var ConfigurationSetAlreadyExistsException$ = [-3, n0, _CSAEE,
|
|
476
|
+
{ [_aQE]: [`ConfigurationSetAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
477
|
+
[_CSN, _m],
|
|
478
|
+
[0, 0]
|
|
479
|
+
];
|
|
480
|
+
n0_registry.registerError(ConfigurationSetAlreadyExistsException$, ConfigurationSetAlreadyExistsException);
|
|
481
|
+
export var ConfigurationSetDoesNotExistException$ = [-3, n0, _CSDNEE,
|
|
482
|
+
{ [_aQE]: [`ConfigurationSetDoesNotExist`, 400], [_e]: _c, [_hE]: 400 },
|
|
483
|
+
[_CSN, _m],
|
|
484
|
+
[0, 0]
|
|
485
|
+
];
|
|
486
|
+
n0_registry.registerError(ConfigurationSetDoesNotExistException$, ConfigurationSetDoesNotExistException);
|
|
487
|
+
export var ConfigurationSetSendingPausedException$ = [-3, n0, _CSSPE,
|
|
488
|
+
{ [_aQE]: [`ConfigurationSetSendingPausedException`, 400], [_e]: _c, [_hE]: 400 },
|
|
489
|
+
[_CSN, _m],
|
|
490
|
+
[0, 0]
|
|
491
|
+
];
|
|
492
|
+
n0_registry.registerError(ConfigurationSetSendingPausedException$, ConfigurationSetSendingPausedException);
|
|
493
|
+
export var CustomVerificationEmailInvalidContentException$ = [-3, n0, _CVEICE,
|
|
494
|
+
{ [_aQE]: [`CustomVerificationEmailInvalidContent`, 400], [_e]: _c, [_hE]: 400 },
|
|
495
|
+
[_m],
|
|
496
|
+
[0]
|
|
497
|
+
];
|
|
498
|
+
n0_registry.registerError(CustomVerificationEmailInvalidContentException$, CustomVerificationEmailInvalidContentException);
|
|
499
|
+
export var CustomVerificationEmailTemplateAlreadyExistsException$ = [-3, n0, _CVETAEE,
|
|
500
|
+
{ [_aQE]: [`CustomVerificationEmailTemplateAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
501
|
+
[_CVETN, _m],
|
|
502
|
+
[0, 0]
|
|
503
|
+
];
|
|
504
|
+
n0_registry.registerError(CustomVerificationEmailTemplateAlreadyExistsException$, CustomVerificationEmailTemplateAlreadyExistsException);
|
|
505
|
+
export var CustomVerificationEmailTemplateDoesNotExistException$ = [-3, n0, _CVETDNEE,
|
|
506
|
+
{ [_aQE]: [`CustomVerificationEmailTemplateDoesNotExist`, 400], [_e]: _c, [_hE]: 400 },
|
|
507
|
+
[_CVETN, _m],
|
|
508
|
+
[0, 0]
|
|
509
|
+
];
|
|
510
|
+
n0_registry.registerError(CustomVerificationEmailTemplateDoesNotExistException$, CustomVerificationEmailTemplateDoesNotExistException);
|
|
511
|
+
export var EventDestinationAlreadyExistsException$ = [-3, n0, _EDAEE,
|
|
512
|
+
{ [_aQE]: [`EventDestinationAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
513
|
+
[_CSN, _EDN, _m],
|
|
514
|
+
[0, 0, 0]
|
|
515
|
+
];
|
|
516
|
+
n0_registry.registerError(EventDestinationAlreadyExistsException$, EventDestinationAlreadyExistsException);
|
|
517
|
+
export var EventDestinationDoesNotExistException$ = [-3, n0, _EDDNEE,
|
|
518
|
+
{ [_aQE]: [`EventDestinationDoesNotExist`, 400], [_e]: _c, [_hE]: 400 },
|
|
519
|
+
[_CSN, _EDN, _m],
|
|
520
|
+
[0, 0, 0]
|
|
521
|
+
];
|
|
522
|
+
n0_registry.registerError(EventDestinationDoesNotExistException$, EventDestinationDoesNotExistException);
|
|
523
|
+
export var FromEmailAddressNotVerifiedException$ = [-3, n0, _FEANVE,
|
|
524
|
+
{ [_aQE]: [`FromEmailAddressNotVerified`, 400], [_e]: _c, [_hE]: 400 },
|
|
525
|
+
[_FEA, _m],
|
|
526
|
+
[0, 0]
|
|
527
|
+
];
|
|
528
|
+
n0_registry.registerError(FromEmailAddressNotVerifiedException$, FromEmailAddressNotVerifiedException);
|
|
529
|
+
export var InvalidCloudWatchDestinationException$ = [-3, n0, _ICWDE,
|
|
530
|
+
{ [_aQE]: [`InvalidCloudWatchDestination`, 400], [_e]: _c, [_hE]: 400 },
|
|
531
|
+
[_CSN, _EDN, _m],
|
|
532
|
+
[0, 0, 0]
|
|
533
|
+
];
|
|
534
|
+
n0_registry.registerError(InvalidCloudWatchDestinationException$, InvalidCloudWatchDestinationException);
|
|
535
|
+
export var InvalidConfigurationSetException$ = [-3, n0, _ICSE,
|
|
536
|
+
{ [_aQE]: [`InvalidConfigurationSet`, 400], [_e]: _c, [_hE]: 400 },
|
|
537
|
+
[_m],
|
|
538
|
+
[0]
|
|
539
|
+
];
|
|
540
|
+
n0_registry.registerError(InvalidConfigurationSetException$, InvalidConfigurationSetException);
|
|
541
|
+
export var InvalidDeliveryOptionsException$ = [-3, n0, _IDOE,
|
|
542
|
+
{ [_aQE]: [`InvalidDeliveryOptions`, 400], [_e]: _c, [_hE]: 400 },
|
|
543
|
+
[_m],
|
|
544
|
+
[0]
|
|
545
|
+
];
|
|
546
|
+
n0_registry.registerError(InvalidDeliveryOptionsException$, InvalidDeliveryOptionsException);
|
|
547
|
+
export var InvalidFirehoseDestinationException$ = [-3, n0, _IFDE,
|
|
548
|
+
{ [_aQE]: [`InvalidFirehoseDestination`, 400], [_e]: _c, [_hE]: 400 },
|
|
549
|
+
[_CSN, _EDN, _m],
|
|
550
|
+
[0, 0, 0]
|
|
551
|
+
];
|
|
552
|
+
n0_registry.registerError(InvalidFirehoseDestinationException$, InvalidFirehoseDestinationException);
|
|
553
|
+
export var InvalidLambdaFunctionException$ = [-3, n0, _ILFE,
|
|
554
|
+
{ [_aQE]: [`InvalidLambdaFunction`, 400], [_e]: _c, [_hE]: 400 },
|
|
555
|
+
[_FA, _m],
|
|
556
|
+
[0, 0]
|
|
557
|
+
];
|
|
558
|
+
n0_registry.registerError(InvalidLambdaFunctionException$, InvalidLambdaFunctionException);
|
|
559
|
+
export var InvalidPolicyException$ = [-3, n0, _IPE,
|
|
560
|
+
{ [_aQE]: [`InvalidPolicy`, 400], [_e]: _c, [_hE]: 400 },
|
|
561
|
+
[_m],
|
|
562
|
+
[0]
|
|
563
|
+
];
|
|
564
|
+
n0_registry.registerError(InvalidPolicyException$, InvalidPolicyException);
|
|
565
|
+
export var InvalidRenderingParameterException$ = [-3, n0, _IRPE,
|
|
566
|
+
{ [_aQE]: [`InvalidRenderingParameter`, 400], [_e]: _c, [_hE]: 400 },
|
|
567
|
+
[_TN, _m],
|
|
568
|
+
[0, 0]
|
|
569
|
+
];
|
|
570
|
+
n0_registry.registerError(InvalidRenderingParameterException$, InvalidRenderingParameterException);
|
|
571
|
+
export var InvalidS3ConfigurationException$ = [-3, n0, _ISCE,
|
|
572
|
+
{ [_aQE]: [`InvalidS3Configuration`, 400], [_e]: _c, [_hE]: 400 },
|
|
573
|
+
[_B, _m],
|
|
574
|
+
[0, 0]
|
|
575
|
+
];
|
|
576
|
+
n0_registry.registerError(InvalidS3ConfigurationException$, InvalidS3ConfigurationException);
|
|
577
|
+
export var InvalidSNSDestinationException$ = [-3, n0, _ISNSDE,
|
|
578
|
+
{ [_aQE]: [`InvalidSNSDestination`, 400], [_e]: _c, [_hE]: 400 },
|
|
579
|
+
[_CSN, _EDN, _m],
|
|
580
|
+
[0, 0, 0]
|
|
581
|
+
];
|
|
582
|
+
n0_registry.registerError(InvalidSNSDestinationException$, InvalidSNSDestinationException);
|
|
583
|
+
export var InvalidSnsTopicException$ = [-3, n0, _ISTE,
|
|
584
|
+
{ [_aQE]: [`InvalidSnsTopic`, 400], [_e]: _c, [_hE]: 400 },
|
|
585
|
+
[_T, _m],
|
|
586
|
+
[0, 0]
|
|
587
|
+
];
|
|
588
|
+
n0_registry.registerError(InvalidSnsTopicException$, InvalidSnsTopicException);
|
|
589
|
+
export var InvalidTemplateException$ = [-3, n0, _ITE,
|
|
590
|
+
{ [_aQE]: [`InvalidTemplate`, 400], [_e]: _c, [_hE]: 400 },
|
|
591
|
+
[_TN, _m],
|
|
592
|
+
[0, 0]
|
|
593
|
+
];
|
|
594
|
+
n0_registry.registerError(InvalidTemplateException$, InvalidTemplateException);
|
|
595
|
+
export var InvalidTrackingOptionsException$ = [-3, n0, _ITOE,
|
|
596
|
+
{ [_aQE]: [`InvalidTrackingOptions`, 400], [_e]: _c, [_hE]: 400 },
|
|
597
|
+
[_m],
|
|
598
|
+
[0]
|
|
599
|
+
];
|
|
600
|
+
n0_registry.registerError(InvalidTrackingOptionsException$, InvalidTrackingOptionsException);
|
|
601
|
+
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
602
|
+
{ [_aQE]: [`LimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
603
|
+
[_m],
|
|
604
|
+
[0]
|
|
605
|
+
];
|
|
606
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
607
|
+
export var MailFromDomainNotVerifiedException$ = [-3, n0, _MFDNVE,
|
|
608
|
+
{ [_aQE]: [`MailFromDomainNotVerifiedException`, 400], [_e]: _c, [_hE]: 400 },
|
|
609
|
+
[_m],
|
|
610
|
+
[0]
|
|
611
|
+
];
|
|
612
|
+
n0_registry.registerError(MailFromDomainNotVerifiedException$, MailFromDomainNotVerifiedException);
|
|
613
|
+
export var MessageRejected$ = [-3, n0, _MR,
|
|
614
|
+
{ [_aQE]: [`MessageRejected`, 400], [_e]: _c, [_hE]: 400 },
|
|
615
|
+
[_m],
|
|
616
|
+
[0]
|
|
617
|
+
];
|
|
618
|
+
n0_registry.registerError(MessageRejected$, MessageRejected);
|
|
619
|
+
export var MissingRenderingAttributeException$ = [-3, n0, _MRAE,
|
|
620
|
+
{ [_aQE]: [`MissingRenderingAttribute`, 400], [_e]: _c, [_hE]: 400 },
|
|
621
|
+
[_TN, _m],
|
|
622
|
+
[0, 0]
|
|
623
|
+
];
|
|
624
|
+
n0_registry.registerError(MissingRenderingAttributeException$, MissingRenderingAttributeException);
|
|
625
|
+
export var ProductionAccessNotGrantedException$ = [-3, n0, _PANGE,
|
|
626
|
+
{ [_aQE]: [`ProductionAccessNotGranted`, 400], [_e]: _c, [_hE]: 400 },
|
|
627
|
+
[_m],
|
|
628
|
+
[0]
|
|
629
|
+
];
|
|
630
|
+
n0_registry.registerError(ProductionAccessNotGrantedException$, ProductionAccessNotGrantedException);
|
|
631
|
+
export var RuleDoesNotExistException$ = [-3, n0, _RDNEE,
|
|
632
|
+
{ [_aQE]: [`RuleDoesNotExist`, 400], [_e]: _c, [_hE]: 400 },
|
|
633
|
+
[_N, _m],
|
|
634
|
+
[0, 0]
|
|
635
|
+
];
|
|
636
|
+
n0_registry.registerError(RuleDoesNotExistException$, RuleDoesNotExistException);
|
|
637
|
+
export var RuleSetDoesNotExistException$ = [-3, n0, _RSDNEE,
|
|
638
|
+
{ [_aQE]: [`RuleSetDoesNotExist`, 400], [_e]: _c, [_hE]: 400 },
|
|
639
|
+
[_N, _m],
|
|
640
|
+
[0, 0]
|
|
641
|
+
];
|
|
642
|
+
n0_registry.registerError(RuleSetDoesNotExistException$, RuleSetDoesNotExistException);
|
|
643
|
+
export var TemplateDoesNotExistException$ = [-3, n0, _TDNEE,
|
|
644
|
+
{ [_aQE]: [`TemplateDoesNotExist`, 400], [_e]: _c, [_hE]: 400 },
|
|
645
|
+
[_TN, _m],
|
|
646
|
+
[0, 0]
|
|
647
|
+
];
|
|
648
|
+
n0_registry.registerError(TemplateDoesNotExistException$, TemplateDoesNotExistException);
|
|
649
|
+
export var TrackingOptionsAlreadyExistsException$ = [-3, n0, _TOAEE,
|
|
650
|
+
{ [_aQE]: [`TrackingOptionsAlreadyExistsException`, 400], [_e]: _c, [_hE]: 400 },
|
|
651
|
+
[_CSN, _m],
|
|
652
|
+
[0, 0]
|
|
653
|
+
];
|
|
654
|
+
n0_registry.registerError(TrackingOptionsAlreadyExistsException$, TrackingOptionsAlreadyExistsException);
|
|
655
|
+
export var TrackingOptionsDoesNotExistException$ = [-3, n0, _TODNEE,
|
|
656
|
+
{ [_aQE]: [`TrackingOptionsDoesNotExistException`, 400], [_e]: _c, [_hE]: 400 },
|
|
657
|
+
[_CSN, _m],
|
|
658
|
+
[0, 0]
|
|
659
|
+
];
|
|
660
|
+
n0_registry.registerError(TrackingOptionsDoesNotExistException$, TrackingOptionsDoesNotExistException);
|
|
661
|
+
export const errorTypeRegistries = [
|
|
662
|
+
_s_registry,
|
|
663
|
+
n0_registry,
|
|
664
|
+
];
|
|
665
|
+
export var AddHeaderAction$ = [3, n0, _AHA,
|
|
666
|
+
0,
|
|
667
|
+
[_HN, _HV],
|
|
668
|
+
[0, 0], 2
|
|
669
|
+
];
|
|
670
|
+
export var Body$ = [3, n0, _Bo,
|
|
471
671
|
0,
|
|
472
|
-
[
|
|
672
|
+
[_Te, _H],
|
|
473
673
|
[() => Content$, () => Content$]
|
|
474
674
|
];
|
|
475
675
|
export var BounceAction$ = [3, n0, _BA,
|
|
@@ -492,12 +692,6 @@ export var BulkEmailDestinationStatus$ = [3, n0, _BEDS,
|
|
|
492
692
|
[_St, _E, _MI],
|
|
493
693
|
[0, 0, 0]
|
|
494
694
|
];
|
|
495
|
-
export var CannotDeleteException$ = [-3, n0, _CDE,
|
|
496
|
-
{ [_aQE]: [`CannotDelete`, 400], [_e]: _c, [_hE]: 400 },
|
|
497
|
-
[_N, _m],
|
|
498
|
-
[0, 0]
|
|
499
|
-
];
|
|
500
|
-
TypeRegistry.for(n0).registerError(CannotDeleteException$, CannotDeleteException);
|
|
501
695
|
export var CloneReceiptRuleSetRequest$ = [3, n0, _CRRSR,
|
|
502
696
|
0,
|
|
503
697
|
[_RSN, _ORSN],
|
|
@@ -523,24 +717,6 @@ export var ConfigurationSet$ = [3, n0, _CS,
|
|
|
523
717
|
[_N],
|
|
524
718
|
[0], 1
|
|
525
719
|
];
|
|
526
|
-
export var ConfigurationSetAlreadyExistsException$ = [-3, n0, _CSAEE,
|
|
527
|
-
{ [_aQE]: [`ConfigurationSetAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
528
|
-
[_CSN, _m],
|
|
529
|
-
[0, 0]
|
|
530
|
-
];
|
|
531
|
-
TypeRegistry.for(n0).registerError(ConfigurationSetAlreadyExistsException$, ConfigurationSetAlreadyExistsException);
|
|
532
|
-
export var ConfigurationSetDoesNotExistException$ = [-3, n0, _CSDNEE,
|
|
533
|
-
{ [_aQE]: [`ConfigurationSetDoesNotExist`, 400], [_e]: _c, [_hE]: 400 },
|
|
534
|
-
[_CSN, _m],
|
|
535
|
-
[0, 0]
|
|
536
|
-
];
|
|
537
|
-
TypeRegistry.for(n0).registerError(ConfigurationSetDoesNotExistException$, ConfigurationSetDoesNotExistException);
|
|
538
|
-
export var ConfigurationSetSendingPausedException$ = [-3, n0, _CSSPE,
|
|
539
|
-
{ [_aQE]: [`ConfigurationSetSendingPausedException`, 400], [_e]: _c, [_hE]: 400 },
|
|
540
|
-
[_CSN, _m],
|
|
541
|
-
[0, 0]
|
|
542
|
-
];
|
|
543
|
-
TypeRegistry.for(n0).registerError(ConfigurationSetSendingPausedException$, ConfigurationSetSendingPausedException);
|
|
544
720
|
export var ConnectAction$ = [3, n0, _CA,
|
|
545
721
|
0,
|
|
546
722
|
[_IARN, _IAMRARN],
|
|
@@ -618,7 +794,7 @@ export var CreateReceiptRuleSetResponse$ = [3, n0, _CRRSRre,
|
|
|
618
794
|
];
|
|
619
795
|
export var CreateTemplateRequest$ = [3, n0, _CTR,
|
|
620
796
|
0,
|
|
621
|
-
[
|
|
797
|
+
[_Tem],
|
|
622
798
|
[() => Template$], 1
|
|
623
799
|
];
|
|
624
800
|
export var CreateTemplateResponse$ = [3, n0, _CTRr,
|
|
@@ -626,29 +802,11 @@ export var CreateTemplateResponse$ = [3, n0, _CTRr,
|
|
|
626
802
|
[],
|
|
627
803
|
[]
|
|
628
804
|
];
|
|
629
|
-
export var CustomVerificationEmailInvalidContentException$ = [-3, n0, _CVEICE,
|
|
630
|
-
{ [_aQE]: [`CustomVerificationEmailInvalidContent`, 400], [_e]: _c, [_hE]: 400 },
|
|
631
|
-
[_m],
|
|
632
|
-
[0]
|
|
633
|
-
];
|
|
634
|
-
TypeRegistry.for(n0).registerError(CustomVerificationEmailInvalidContentException$, CustomVerificationEmailInvalidContentException);
|
|
635
805
|
export var CustomVerificationEmailTemplate$ = [3, n0, _CVET,
|
|
636
806
|
0,
|
|
637
807
|
[_TN, _FEA, _TS, _SRURL, _FRURL],
|
|
638
808
|
[0, 0, 0, 0, 0]
|
|
639
809
|
];
|
|
640
|
-
export var CustomVerificationEmailTemplateAlreadyExistsException$ = [-3, n0, _CVETAEE,
|
|
641
|
-
{ [_aQE]: [`CustomVerificationEmailTemplateAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
642
|
-
[_CVETN, _m],
|
|
643
|
-
[0, 0]
|
|
644
|
-
];
|
|
645
|
-
TypeRegistry.for(n0).registerError(CustomVerificationEmailTemplateAlreadyExistsException$, CustomVerificationEmailTemplateAlreadyExistsException);
|
|
646
|
-
export var CustomVerificationEmailTemplateDoesNotExistException$ = [-3, n0, _CVETDNEE,
|
|
647
|
-
{ [_aQE]: [`CustomVerificationEmailTemplateDoesNotExist`, 400], [_e]: _c, [_hE]: 400 },
|
|
648
|
-
[_CVETN, _m],
|
|
649
|
-
[0, 0]
|
|
650
|
-
];
|
|
651
|
-
TypeRegistry.for(n0).registerError(CustomVerificationEmailTemplateDoesNotExistException$, CustomVerificationEmailTemplateDoesNotExistException);
|
|
652
810
|
export var DeleteConfigurationSetEventDestinationRequest$ = [3, n0, _DCSEDR,
|
|
653
811
|
0,
|
|
654
812
|
[_CSN, _EDN],
|
|
@@ -804,29 +962,11 @@ export var EventDestination$ = [3, n0, _ED,
|
|
|
804
962
|
[_N, _MET, _En, _KFD, _CWD, _SNSD],
|
|
805
963
|
[0, 64 | 0, 2, () => KinesisFirehoseDestination$, () => CloudWatchDestination$, () => SNSDestination$], 2
|
|
806
964
|
];
|
|
807
|
-
export var EventDestinationAlreadyExistsException$ = [-3, n0, _EDAEE,
|
|
808
|
-
{ [_aQE]: [`EventDestinationAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
809
|
-
[_CSN, _EDN, _m],
|
|
810
|
-
[0, 0, 0]
|
|
811
|
-
];
|
|
812
|
-
TypeRegistry.for(n0).registerError(EventDestinationAlreadyExistsException$, EventDestinationAlreadyExistsException);
|
|
813
|
-
export var EventDestinationDoesNotExistException$ = [-3, n0, _EDDNEE,
|
|
814
|
-
{ [_aQE]: [`EventDestinationDoesNotExist`, 400], [_e]: _c, [_hE]: 400 },
|
|
815
|
-
[_CSN, _EDN, _m],
|
|
816
|
-
[0, 0, 0]
|
|
817
|
-
];
|
|
818
|
-
TypeRegistry.for(n0).registerError(EventDestinationDoesNotExistException$, EventDestinationDoesNotExistException);
|
|
819
965
|
export var ExtensionField$ = [3, n0, _EF,
|
|
820
966
|
0,
|
|
821
967
|
[_N, _V],
|
|
822
968
|
[0, 0], 2
|
|
823
969
|
];
|
|
824
|
-
export var FromEmailAddressNotVerifiedException$ = [-3, n0, _FEANVE,
|
|
825
|
-
{ [_aQE]: [`FromEmailAddressNotVerified`, 400], [_e]: _c, [_hE]: 400 },
|
|
826
|
-
[_FEA, _m],
|
|
827
|
-
[0, 0]
|
|
828
|
-
];
|
|
829
|
-
TypeRegistry.for(n0).registerError(FromEmailAddressNotVerifiedException$, FromEmailAddressNotVerifiedException);
|
|
830
970
|
export var GetAccountSendingEnabledResponse$ = [3, n0, _GASER,
|
|
831
971
|
0,
|
|
832
972
|
[_En],
|
|
@@ -909,7 +1049,7 @@ export var GetTemplateRequest$ = [3, n0, _GTR,
|
|
|
909
1049
|
];
|
|
910
1050
|
export var GetTemplateResponse$ = [3, n0, _GTRe,
|
|
911
1051
|
0,
|
|
912
|
-
[
|
|
1052
|
+
[_Tem],
|
|
913
1053
|
[() => Template$]
|
|
914
1054
|
];
|
|
915
1055
|
export var IdentityDkimAttributes$ = [3, n0, _IDA,
|
|
@@ -932,78 +1072,6 @@ export var IdentityVerificationAttributes$ = [3, n0, _IVA,
|
|
|
932
1072
|
[_VS, _VT],
|
|
933
1073
|
[0, 0], 1
|
|
934
1074
|
];
|
|
935
|
-
export var InvalidCloudWatchDestinationException$ = [-3, n0, _ICWDE,
|
|
936
|
-
{ [_aQE]: [`InvalidCloudWatchDestination`, 400], [_e]: _c, [_hE]: 400 },
|
|
937
|
-
[_CSN, _EDN, _m],
|
|
938
|
-
[0, 0, 0]
|
|
939
|
-
];
|
|
940
|
-
TypeRegistry.for(n0).registerError(InvalidCloudWatchDestinationException$, InvalidCloudWatchDestinationException);
|
|
941
|
-
export var InvalidConfigurationSetException$ = [-3, n0, _ICSE,
|
|
942
|
-
{ [_aQE]: [`InvalidConfigurationSet`, 400], [_e]: _c, [_hE]: 400 },
|
|
943
|
-
[_m],
|
|
944
|
-
[0]
|
|
945
|
-
];
|
|
946
|
-
TypeRegistry.for(n0).registerError(InvalidConfigurationSetException$, InvalidConfigurationSetException);
|
|
947
|
-
export var InvalidDeliveryOptionsException$ = [-3, n0, _IDOE,
|
|
948
|
-
{ [_aQE]: [`InvalidDeliveryOptions`, 400], [_e]: _c, [_hE]: 400 },
|
|
949
|
-
[_m],
|
|
950
|
-
[0]
|
|
951
|
-
];
|
|
952
|
-
TypeRegistry.for(n0).registerError(InvalidDeliveryOptionsException$, InvalidDeliveryOptionsException);
|
|
953
|
-
export var InvalidFirehoseDestinationException$ = [-3, n0, _IFDE,
|
|
954
|
-
{ [_aQE]: [`InvalidFirehoseDestination`, 400], [_e]: _c, [_hE]: 400 },
|
|
955
|
-
[_CSN, _EDN, _m],
|
|
956
|
-
[0, 0, 0]
|
|
957
|
-
];
|
|
958
|
-
TypeRegistry.for(n0).registerError(InvalidFirehoseDestinationException$, InvalidFirehoseDestinationException);
|
|
959
|
-
export var InvalidLambdaFunctionException$ = [-3, n0, _ILFE,
|
|
960
|
-
{ [_aQE]: [`InvalidLambdaFunction`, 400], [_e]: _c, [_hE]: 400 },
|
|
961
|
-
[_FA, _m],
|
|
962
|
-
[0, 0]
|
|
963
|
-
];
|
|
964
|
-
TypeRegistry.for(n0).registerError(InvalidLambdaFunctionException$, InvalidLambdaFunctionException);
|
|
965
|
-
export var InvalidPolicyException$ = [-3, n0, _IPE,
|
|
966
|
-
{ [_aQE]: [`InvalidPolicy`, 400], [_e]: _c, [_hE]: 400 },
|
|
967
|
-
[_m],
|
|
968
|
-
[0]
|
|
969
|
-
];
|
|
970
|
-
TypeRegistry.for(n0).registerError(InvalidPolicyException$, InvalidPolicyException);
|
|
971
|
-
export var InvalidRenderingParameterException$ = [-3, n0, _IRPE,
|
|
972
|
-
{ [_aQE]: [`InvalidRenderingParameter`, 400], [_e]: _c, [_hE]: 400 },
|
|
973
|
-
[_TN, _m],
|
|
974
|
-
[0, 0]
|
|
975
|
-
];
|
|
976
|
-
TypeRegistry.for(n0).registerError(InvalidRenderingParameterException$, InvalidRenderingParameterException);
|
|
977
|
-
export var InvalidS3ConfigurationException$ = [-3, n0, _ISCE,
|
|
978
|
-
{ [_aQE]: [`InvalidS3Configuration`, 400], [_e]: _c, [_hE]: 400 },
|
|
979
|
-
[_Bu, _m],
|
|
980
|
-
[0, 0]
|
|
981
|
-
];
|
|
982
|
-
TypeRegistry.for(n0).registerError(InvalidS3ConfigurationException$, InvalidS3ConfigurationException);
|
|
983
|
-
export var InvalidSNSDestinationException$ = [-3, n0, _ISNSDE,
|
|
984
|
-
{ [_aQE]: [`InvalidSNSDestination`, 400], [_e]: _c, [_hE]: 400 },
|
|
985
|
-
[_CSN, _EDN, _m],
|
|
986
|
-
[0, 0, 0]
|
|
987
|
-
];
|
|
988
|
-
TypeRegistry.for(n0).registerError(InvalidSNSDestinationException$, InvalidSNSDestinationException);
|
|
989
|
-
export var InvalidSnsTopicException$ = [-3, n0, _ISTE,
|
|
990
|
-
{ [_aQE]: [`InvalidSnsTopic`, 400], [_e]: _c, [_hE]: 400 },
|
|
991
|
-
[_To, _m],
|
|
992
|
-
[0, 0]
|
|
993
|
-
];
|
|
994
|
-
TypeRegistry.for(n0).registerError(InvalidSnsTopicException$, InvalidSnsTopicException);
|
|
995
|
-
export var InvalidTemplateException$ = [-3, n0, _ITE,
|
|
996
|
-
{ [_aQE]: [`InvalidTemplate`, 400], [_e]: _c, [_hE]: 400 },
|
|
997
|
-
[_TN, _m],
|
|
998
|
-
[0, 0]
|
|
999
|
-
];
|
|
1000
|
-
TypeRegistry.for(n0).registerError(InvalidTemplateException$, InvalidTemplateException);
|
|
1001
|
-
export var InvalidTrackingOptionsException$ = [-3, n0, _ITOE,
|
|
1002
|
-
{ [_aQE]: [`InvalidTrackingOptions`, 400], [_e]: _c, [_hE]: 400 },
|
|
1003
|
-
[_m],
|
|
1004
|
-
[0]
|
|
1005
|
-
];
|
|
1006
|
-
TypeRegistry.for(n0).registerError(InvalidTrackingOptionsException$, InvalidTrackingOptionsException);
|
|
1007
1075
|
export var KinesisFirehoseDestination$ = [3, n0, _KFD,
|
|
1008
1076
|
0,
|
|
1009
1077
|
[_IAMRARN, _DSARN],
|
|
@@ -1014,12 +1082,6 @@ export var LambdaAction$ = [3, n0, _LA,
|
|
|
1014
1082
|
[_FA, _TA, _IT],
|
|
1015
1083
|
[0, 0, 0], 1
|
|
1016
1084
|
];
|
|
1017
|
-
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
1018
|
-
{ [_aQE]: [`LimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
1019
|
-
[_m],
|
|
1020
|
-
[0]
|
|
1021
|
-
];
|
|
1022
|
-
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1023
1085
|
export var ListConfigurationSetsRequest$ = [3, n0, _LCSR,
|
|
1024
1086
|
0,
|
|
1025
1087
|
[_NT, _MIa],
|
|
@@ -1032,7 +1094,7 @@ export var ListConfigurationSetsResponse$ = [3, n0, _LCSRi,
|
|
|
1032
1094
|
];
|
|
1033
1095
|
export var ListCustomVerificationEmailTemplatesRequest$ = [3, n0, _LCVETR,
|
|
1034
1096
|
0,
|
|
1035
|
-
[_NT,
|
|
1097
|
+
[_NT, _MRa],
|
|
1036
1098
|
[0, 1]
|
|
1037
1099
|
];
|
|
1038
1100
|
export var ListCustomVerificationEmailTemplatesResponse$ = [3, n0, _LCVETRi,
|
|
@@ -1095,15 +1157,9 @@ export var ListVerifiedEmailAddressesResponse$ = [3, n0, _LVEAR,
|
|
|
1095
1157
|
[_VEA],
|
|
1096
1158
|
[64 | 0]
|
|
1097
1159
|
];
|
|
1098
|
-
export var MailFromDomainNotVerifiedException$ = [-3, n0, _MFDNVE,
|
|
1099
|
-
{ [_aQE]: [`MailFromDomainNotVerifiedException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1100
|
-
[_m],
|
|
1101
|
-
[0]
|
|
1102
|
-
];
|
|
1103
|
-
TypeRegistry.for(n0).registerError(MailFromDomainNotVerifiedException$, MailFromDomainNotVerifiedException);
|
|
1104
1160
|
export var Message$ = [3, n0, _M,
|
|
1105
1161
|
0,
|
|
1106
|
-
[_Su,
|
|
1162
|
+
[_Su, _Bo],
|
|
1107
1163
|
[() => Content$, () => Body$], 2
|
|
1108
1164
|
];
|
|
1109
1165
|
export var MessageDsn$ = [3, n0, _MD,
|
|
@@ -1111,29 +1167,11 @@ export var MessageDsn$ = [3, n0, _MD,
|
|
|
1111
1167
|
[_RM, _AD, _EFx],
|
|
1112
1168
|
[0, 4, () => ExtensionFieldList], 1
|
|
1113
1169
|
];
|
|
1114
|
-
export var MessageRejected$ = [-3, n0, _MRe,
|
|
1115
|
-
{ [_aQE]: [`MessageRejected`, 400], [_e]: _c, [_hE]: 400 },
|
|
1116
|
-
[_m],
|
|
1117
|
-
[0]
|
|
1118
|
-
];
|
|
1119
|
-
TypeRegistry.for(n0).registerError(MessageRejected$, MessageRejected);
|
|
1120
1170
|
export var MessageTag$ = [3, n0, _MT,
|
|
1121
1171
|
0,
|
|
1122
1172
|
[_N, _V],
|
|
1123
1173
|
[0, 0], 2
|
|
1124
1174
|
];
|
|
1125
|
-
export var MissingRenderingAttributeException$ = [-3, n0, _MRAE,
|
|
1126
|
-
{ [_aQE]: [`MissingRenderingAttribute`, 400], [_e]: _c, [_hE]: 400 },
|
|
1127
|
-
[_TN, _m],
|
|
1128
|
-
[0, 0]
|
|
1129
|
-
];
|
|
1130
|
-
TypeRegistry.for(n0).registerError(MissingRenderingAttributeException$, MissingRenderingAttributeException);
|
|
1131
|
-
export var ProductionAccessNotGrantedException$ = [-3, n0, _PANGE,
|
|
1132
|
-
{ [_aQE]: [`ProductionAccessNotGranted`, 400], [_e]: _c, [_hE]: 400 },
|
|
1133
|
-
[_m],
|
|
1134
|
-
[0]
|
|
1135
|
-
];
|
|
1136
|
-
TypeRegistry.for(n0).registerError(ProductionAccessNotGrantedException$, ProductionAccessNotGrantedException);
|
|
1137
1175
|
export var PutConfigurationSetDeliveryOptionsRequest$ = [3, n0, _PCSDOR,
|
|
1138
1176
|
0,
|
|
1139
1177
|
[_CSN, _DO],
|
|
@@ -1204,18 +1242,6 @@ export var ReputationOptions$ = [3, n0, _RO,
|
|
|
1204
1242
|
[_SEe, _RME, _LFS],
|
|
1205
1243
|
[2, 2, 4]
|
|
1206
1244
|
];
|
|
1207
|
-
export var RuleDoesNotExistException$ = [-3, n0, _RDNEE,
|
|
1208
|
-
{ [_aQE]: [`RuleDoesNotExist`, 400], [_e]: _c, [_hE]: 400 },
|
|
1209
|
-
[_N, _m],
|
|
1210
|
-
[0, 0]
|
|
1211
|
-
];
|
|
1212
|
-
TypeRegistry.for(n0).registerError(RuleDoesNotExistException$, RuleDoesNotExistException);
|
|
1213
|
-
export var RuleSetDoesNotExistException$ = [-3, n0, _RSDNEE,
|
|
1214
|
-
{ [_aQE]: [`RuleSetDoesNotExist`, 400], [_e]: _c, [_hE]: 400 },
|
|
1215
|
-
[_N, _m],
|
|
1216
|
-
[0, 0]
|
|
1217
|
-
];
|
|
1218
|
-
TypeRegistry.for(n0).registerError(RuleSetDoesNotExistException$, RuleSetDoesNotExistException);
|
|
1219
1245
|
export var S3Action$ = [3, n0, _SA,
|
|
1220
1246
|
0,
|
|
1221
1247
|
[_BN, _TA, _OKP, _KKA, _IRA],
|
|
@@ -1233,7 +1259,7 @@ export var SendBounceResponse$ = [3, n0, _SBRe,
|
|
|
1233
1259
|
];
|
|
1234
1260
|
export var SendBulkTemplatedEmailRequest$ = [3, n0, _SBTER,
|
|
1235
1261
|
0,
|
|
1236
|
-
[_So,
|
|
1262
|
+
[_So, _Tem, _DTD, _De, _SAo, _RTA, _RP, _RPA, _CSN, _DTef, _TAe],
|
|
1237
1263
|
[0, 0, 0, () => BulkEmailDestinationList, 0, 64 | 0, 0, 0, 0, () => MessageTagList, 0], 4
|
|
1238
1264
|
];
|
|
1239
1265
|
export var SendBulkTemplatedEmailResponse$ = [3, n0, _SBTERe,
|
|
@@ -1253,7 +1279,7 @@ export var SendCustomVerificationEmailResponse$ = [3, n0, _SCVERe,
|
|
|
1253
1279
|
];
|
|
1254
1280
|
export var SendDataPoint$ = [3, n0, _SDPe,
|
|
1255
1281
|
0,
|
|
1256
|
-
[_Ti, _DAe,
|
|
1282
|
+
[_Ti, _DAe, _Bou, _Co, _Rej],
|
|
1257
1283
|
[4, 1, 1, 1, 1]
|
|
1258
1284
|
];
|
|
1259
1285
|
export var SendEmailRequest$ = [3, n0, _SER,
|
|
@@ -1278,7 +1304,7 @@ export var SendRawEmailResponse$ = [3, n0, _SRERe,
|
|
|
1278
1304
|
];
|
|
1279
1305
|
export var SendTemplatedEmailRequest$ = [3, n0, _STER,
|
|
1280
1306
|
0,
|
|
1281
|
-
[_So, _D,
|
|
1307
|
+
[_So, _D, _Tem, _TD, _RTA, _RP, _SAo, _RPA, _Ta, _CSN, _TAe],
|
|
1282
1308
|
[0, () => Destination$, 0, 0, 64 | 0, 0, 0, 0, () => MessageTagList, 0, 0], 4
|
|
1283
1309
|
];
|
|
1284
1310
|
export var SendTemplatedEmailResponse$ = [3, n0, _STERe,
|
|
@@ -1371,17 +1397,11 @@ export var StopAction$ = [3, n0, _SAt,
|
|
|
1371
1397
|
[_Sc, _TA],
|
|
1372
1398
|
[0, 0], 1
|
|
1373
1399
|
];
|
|
1374
|
-
export var Template$ = [3, n0,
|
|
1400
|
+
export var Template$ = [3, n0, _Tem,
|
|
1375
1401
|
0,
|
|
1376
1402
|
[_TN, _SP, _TPe, _HP],
|
|
1377
1403
|
[0, 0, 0, 0], 1
|
|
1378
1404
|
];
|
|
1379
|
-
export var TemplateDoesNotExistException$ = [-3, n0, _TDNEE,
|
|
1380
|
-
{ [_aQE]: [`TemplateDoesNotExist`, 400], [_e]: _c, [_hE]: 400 },
|
|
1381
|
-
[_TN, _m],
|
|
1382
|
-
[0, 0]
|
|
1383
|
-
];
|
|
1384
|
-
TypeRegistry.for(n0).registerError(TemplateDoesNotExistException$, TemplateDoesNotExistException);
|
|
1385
1405
|
export var TemplateMetadata$ = [3, n0, _TMe,
|
|
1386
1406
|
0,
|
|
1387
1407
|
[_N, _CTr],
|
|
@@ -1402,18 +1422,6 @@ export var TrackingOptions$ = [3, n0, _TO,
|
|
|
1402
1422
|
[_CRD],
|
|
1403
1423
|
[0]
|
|
1404
1424
|
];
|
|
1405
|
-
export var TrackingOptionsAlreadyExistsException$ = [-3, n0, _TOAEE,
|
|
1406
|
-
{ [_aQE]: [`TrackingOptionsAlreadyExistsException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1407
|
-
[_CSN, _m],
|
|
1408
|
-
[0, 0]
|
|
1409
|
-
];
|
|
1410
|
-
TypeRegistry.for(n0).registerError(TrackingOptionsAlreadyExistsException$, TrackingOptionsAlreadyExistsException);
|
|
1411
|
-
export var TrackingOptionsDoesNotExistException$ = [-3, n0, _TODNEE,
|
|
1412
|
-
{ [_aQE]: [`TrackingOptionsDoesNotExistException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1413
|
-
[_CSN, _m],
|
|
1414
|
-
[0, 0]
|
|
1415
|
-
];
|
|
1416
|
-
TypeRegistry.for(n0).registerError(TrackingOptionsDoesNotExistException$, TrackingOptionsDoesNotExistException);
|
|
1417
1425
|
export var UpdateAccountSendingEnabledRequest$ = [3, n0, _UASER,
|
|
1418
1426
|
0,
|
|
1419
1427
|
[_En],
|
|
@@ -1466,7 +1474,7 @@ export var UpdateReceiptRuleResponse$ = [3, n0, _URRRp,
|
|
|
1466
1474
|
];
|
|
1467
1475
|
export var UpdateTemplateRequest$ = [3, n0, _UTR,
|
|
1468
1476
|
0,
|
|
1469
|
-
[
|
|
1477
|
+
[_Tem],
|
|
1470
1478
|
[() => Template$], 1
|
|
1471
1479
|
];
|
|
1472
1480
|
export var UpdateTemplateResponse$ = [3, n0, _UTRp,
|
|
@@ -1515,8 +1523,6 @@ export var WorkmailAction$ = [3, n0, _WA,
|
|
|
1515
1523
|
[0, 0], 1
|
|
1516
1524
|
];
|
|
1517
1525
|
var __Unit = "unit";
|
|
1518
|
-
export var SESServiceException$ = [-3, _s, "SESServiceException", 0, [], []];
|
|
1519
|
-
TypeRegistry.for(_s).registerError(SESServiceException$, SESServiceException);
|
|
1520
1526
|
var AddressList = 64 | 0;
|
|
1521
1527
|
var BouncedRecipientInfoList = [1, n0, _BRIL,
|
|
1522
1528
|
0, () => BouncedRecipientInfo$
|