@aws-sdk/client-sesv2 3.953.0 → 3.955.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 (45) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +167 -19
  3. package/dist-es/SESv2.js +2 -0
  4. package/dist-es/commands/GetEmailAddressInsightsCommand.js +16 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/index.js +2 -0
  7. package/dist-es/models/enums.js +14 -4
  8. package/dist-es/schemas/schemas_0.js +127 -15
  9. package/dist-types/SESv2.d.ts +7 -0
  10. package/dist-types/SESv2Client.d.ts +3 -2
  11. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +8 -0
  12. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateEmailTemplateCommand.d.ts +6 -0
  14. package/dist-types/commands/GetAccountCommand.d.ts +8 -0
  15. package/dist-types/commands/GetConfigurationSetCommand.d.ts +8 -0
  16. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +6 -0
  17. package/dist-types/commands/GetEmailAddressInsightsCommand.d.ts +100 -0
  18. package/dist-types/commands/GetEmailTemplateCommand.d.ts +6 -0
  19. package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +8 -0
  20. package/dist-types/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +8 -0
  21. package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +1 -1
  22. package/dist-types/commands/PutSuppressedDestinationCommand.d.ts +1 -1
  23. package/dist-types/commands/SendBulkEmailCommand.d.ts +1 -1
  24. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +1 -1
  25. package/dist-types/commands/SendEmailCommand.d.ts +1 -2
  26. package/dist-types/commands/index.d.ts +1 -0
  27. package/dist-types/index.d.ts +2 -2
  28. package/dist-types/models/enums.d.ts +35 -9
  29. package/dist-types/models/models_0.d.ts +182 -322
  30. package/dist-types/models/models_1.d.ts +322 -2
  31. package/dist-types/schemas/schemas_0.d.ts +10 -0
  32. package/dist-types/ts3.4/SESv2.d.ts +17 -0
  33. package/dist-types/ts3.4/SESv2Client.d.ts +6 -0
  34. package/dist-types/ts3.4/commands/GetEmailAddressInsightsCommand.d.ts +51 -0
  35. package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +1 -1
  36. package/dist-types/ts3.4/commands/PutSuppressedDestinationCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/SendBulkEmailCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +1 -2
  40. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  41. package/dist-types/ts3.4/models/enums.d.ts +19 -5
  42. package/dist-types/ts3.4/models/models_0.d.ts +44 -49
  43. package/dist-types/ts3.4/models/models_1.d.ts +62 -1
  44. package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -0
  45. package/package.json +11 -11
package/README.md CHANGED
@@ -561,6 +561,14 @@ GetDomainStatisticsReport
561
561
 
562
562
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetDomainStatisticsReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetDomainStatisticsReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetDomainStatisticsReportCommandOutput/)
563
563
 
564
+ </details>
565
+ <details>
566
+ <summary>
567
+ GetEmailAddressInsights
568
+ </summary>
569
+
570
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetEmailAddressInsightsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetEmailAddressInsightsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetEmailAddressInsightsCommandOutput/)
571
+
564
572
  </details>
565
573
  <details>
566
574
  <summary>
package/dist-cjs/index.js CHANGED
@@ -385,17 +385,21 @@ const _CSN = "ConfigurationSetName";
385
385
  const _CST = "ComplaintSubType";
386
386
  const _CT = "ContentType";
387
387
  const _CTE = "ContentTransferEncoding";
388
+ const _CTEo = "ConditionThresholdEnabled";
388
389
  const _CTR = "CreateTenantRequest";
389
390
  const _CTRA = "CreateTenantResourceAssociation";
390
391
  const _CTRAR = "CreateTenantResourceAssociationRequest";
391
392
  const _CTRARr = "CreateTenantResourceAssociationResponse";
392
393
  const _CTRr = "CreateTenantResponse";
393
394
  const _CTo = "CompletedTimestamp";
395
+ const _CTon = "ConditionThreshold";
394
396
  const _CTr = "CreatedTimestamp";
395
397
  const _CTre = "CreateTenant";
398
+ const _CV = "ConfidenceVerdict";
396
399
  const _CVET = "CustomVerificationEmailTemplates";
397
400
  const _CVETL = "CustomVerificationEmailTemplatesList";
398
401
  const _CVETM = "CustomVerificationEmailTemplateMetadata";
402
+ const _CVT = "ConfidenceVerdictThreshold";
399
403
  const _CWD = "CloudWatchDestination";
400
404
  const _CWDC = "CloudWatchDimensionConfiguration";
401
405
  const _CWDCl = "CloudWatchDimensionConfigurations";
@@ -496,6 +500,8 @@ const _Do = "Domain";
496
500
  const _E = "Errors";
497
501
  const _EA = "EmailAddress";
498
502
  const _EAFL = "EmailAddressFilterList";
503
+ const _EAIME = "EmailAddressInsightsMailboxEvaluations";
504
+ const _EAIV = "EmailAddressInsightsVerdict";
499
505
  const _EBA = "EventBusArn";
500
506
  const _EBD = "EventBridgeDestination";
501
507
  const _EC = "EmailContent";
@@ -537,6 +543,7 @@ const _En = "Enabled";
537
543
  const _Er = "Error";
538
544
  const _Es = "Esps";
539
545
  const _Ev = "Events";
546
+ const _Eva = "Evaluations";
540
547
  const _Ex = "Exclude";
541
548
  const _F = "Filter";
542
549
  const _FA = "FromAddress";
@@ -597,6 +604,9 @@ const _GDSRRe = "GetDomainStatisticsReportResponse";
597
604
  const _GDTR = "GetDeliverabilityTestReport";
598
605
  const _GDTRR = "GetDeliverabilityTestReportRequest";
599
606
  const _GDTRRe = "GetDeliverabilityTestReportResponse";
607
+ const _GEAI = "GetEmailAddressInsights";
608
+ const _GEAIR = "GetEmailAddressInsightsRequest";
609
+ const _GEAIRe = "GetEmailAddressInsightsResponse";
600
610
  const _GEI = "GetEmailIdentity";
601
611
  const _GEIP = "GetEmailIdentityPolicies";
602
612
  const _GEIPR = "GetEmailIdentityPoliciesRequest";
@@ -630,12 +640,15 @@ const _GTR = "GetTenantRequest";
630
640
  const _GTRe = "GetTenantResponse";
631
641
  const _H = "Html";
632
642
  const _HP = "HttpsPolicy";
643
+ const _HVDR = "HasValidDnsRecords";
644
+ const _HVS = "HasValidSyntax";
633
645
  const _He = "Headers";
634
646
  const _I = "Id";
635
647
  const _IC = "InboxCount";
636
648
  const _ID = "ImportDestination";
637
649
  const _IDS = "ImportDataSource";
638
650
  const _IDT = "ImportDestinationType";
651
+ const _IDs = "IsDisposable";
639
652
  const _IE = "InsightsEvent";
640
653
  const _IEA = "InsightsEmailAddress";
641
654
  const _IEn = "InsightsEvents";
@@ -651,11 +664,14 @@ const _IP = "InboxPercentage";
651
664
  const _IPTO = "InboxPlacementTrackingOption";
652
665
  const _IPs = "IspPlacements";
653
666
  const _IPsp = "IspPlacement";
654
- const _IRA = "IamRoleArn";
667
+ const _IRA = "IsRoleAddress";
668
+ const _IRAa = "IamRoleArn";
655
669
  const _IRC = "InboxRawCount";
670
+ const _IRI = "IsRandomInput";
656
671
  const _ISEE = "InternalServiceErrorException";
657
672
  const _IT = "IdentityType";
658
673
  const _IU = "ImageUrl";
674
+ const _IV = "IsValid";
659
675
  const _Im = "Impact";
660
676
  const _In = "Insights";
661
677
  const _Inc = "Include";
@@ -744,6 +760,7 @@ const _MDR = "MetricDataResult";
744
760
  const _MDRL = "MetricDataResultList";
745
761
  const _MDS = "MaxDeliverySeconds";
746
762
  const _MDSe = "MetricsDataSource";
763
+ const _ME = "MailboxExists";
747
764
  const _MET = "MatchingEventTypes";
748
765
  const _MFA = "MailFromAttributes";
749
766
  const _MFD = "MailFromDomain";
@@ -764,6 +781,7 @@ const _MSR = "MaxSendRate";
764
781
  const _MT = "MailType";
765
782
  const _MTL = "MessageTagList";
766
783
  const _MTe = "MessageTag";
784
+ const _MV = "MailboxValidation";
767
785
  const _Me = "Message";
768
786
  const _Met = "Metrics";
769
787
  const _N = "Namespace";
@@ -771,6 +789,7 @@ const _NFE = "NotFoundException";
771
789
  const _NSKL = "NextSigningKeyLength";
772
790
  const _NT = "NextToken";
773
791
  const _Na = "Name";
792
+ const _OCT = "OverallConfidenceThreshold";
774
793
  const _OP = "OverallPlacement";
775
794
  const _OSD = "OptimizedSharedDelivery";
776
795
  const _OV = "OverallVolume";
@@ -908,6 +927,8 @@ const _SBE = "SendBulkEmail";
908
927
  const _SBER = "SendBulkEmailRequest";
909
928
  const _SBERe = "SendBulkEmailResponse";
910
929
  const _SC = "SpamCount";
930
+ const _SCT = "SuppressionConditionThreshold";
931
+ const _SCTu = "SuppressionConfidenceThreshold";
911
932
  const _SCVE = "SendCustomVerificationEmail";
912
933
  const _SCVER = "SendCustomVerificationEmailRequest";
913
934
  const _SCVERe = "SendCustomVerificationEmailResponse";
@@ -949,6 +970,8 @@ const _SSA = "SendingStatusAggregate";
949
970
  const _SSD = "SubscriptionStartDate";
950
971
  const _SSu = "SubscriptionStatus";
951
972
  const _SU = "S3Url";
973
+ const _SVA = "SuppressionValidationAttributes";
974
+ const _SVO = "SuppressionValidationOptions";
952
975
  const _Si = "Simple";
953
976
  const _St = "Statistics";
954
977
  const _Su = "Subject";
@@ -1030,10 +1053,12 @@ const _URR = "UntagResourceRequest";
1030
1053
  const _URRn = "UntagResourceResponse";
1031
1054
  const _V = "Value";
1032
1055
  const _VA = "VdmAttributes";
1056
+ const _VAa = "ValidationAttributes";
1033
1057
  const _VE = "VdmEnabled";
1034
1058
  const _VFSS = "VerifiedForSendingStatus";
1035
1059
  const _VI = "VerificationInfo";
1036
1060
  const _VO = "VdmOptions";
1061
+ const _VOa = "ValidationOptions";
1037
1062
  const _VS = "VolumeStatistics";
1038
1063
  const _VSe = "VerificationStatus";
1039
1064
  const _Va = "Values";
@@ -1200,8 +1225,8 @@ var CreateCustomVerificationEmailTemplateRequest$ = [
1200
1225
  n0,
1201
1226
  _CCVETR,
1202
1227
  0,
1203
- [_TN, _FEA, _TS, _TC, _SRURL, _FRURL],
1204
- [0, 0, 0, 0, 0, 0],
1228
+ [_TN, _FEA, _TS, _TC, _Ta, _SRURL, _FRURL],
1229
+ [0, 0, 0, 0, () => TagList, 0, 0],
1205
1230
  ];
1206
1231
  var CreateCustomVerificationEmailTemplateResponse$ = [3, n0, _CCVETRr, 0, [], []];
1207
1232
  var CreateDedicatedIpPoolRequest$ = [
@@ -1252,8 +1277,8 @@ var CreateEmailTemplateRequest$ = [
1252
1277
  n0,
1253
1278
  _CETR,
1254
1279
  0,
1255
- [_TN, _TC],
1256
- [0, () => EmailTemplateContent$],
1280
+ [_TN, _TC, _Ta],
1281
+ [0, () => EmailTemplateContent$, () => TagList],
1257
1282
  ];
1258
1283
  var CreateEmailTemplateResponse$ = [3, n0, _CETRr, 0, [], []];
1259
1284
  var CreateExportJobRequest$ = [
@@ -1414,6 +1439,22 @@ var DomainDeliverabilityTrackingOption$ = [
1414
1439
  [0, 4, () => InboxPlacementTrackingOption$],
1415
1440
  ];
1416
1441
  var DomainIspPlacement$ = [3, n0, _DIPo, 0, [_IN, _IRC, _SRC, _IP, _SP], [0, 1, 1, 1, 1]];
1442
+ var EmailAddressInsightsMailboxEvaluations$ = [
1443
+ 3,
1444
+ n0,
1445
+ _EAIME,
1446
+ 0,
1447
+ [_HVS, _HVDR, _ME, _IRA, _IDs, _IRI],
1448
+ [
1449
+ () => EmailAddressInsightsVerdict$,
1450
+ () => EmailAddressInsightsVerdict$,
1451
+ () => EmailAddressInsightsVerdict$,
1452
+ () => EmailAddressInsightsVerdict$,
1453
+ () => EmailAddressInsightsVerdict$,
1454
+ () => EmailAddressInsightsVerdict$,
1455
+ ],
1456
+ ];
1457
+ var EmailAddressInsightsVerdict$ = [3, n0, _EAIV, 0, [_CV], [0]];
1417
1458
  var EmailContent$ = [
1418
1459
  3,
1419
1460
  n0,
@@ -1553,8 +1594,8 @@ var GetCustomVerificationEmailTemplateResponse$ = [
1553
1594
  n0,
1554
1595
  _GCVETRe,
1555
1596
  0,
1556
- [_TN, _FEA, _TS, _TC, _SRURL, _FRURL],
1557
- [0, 0, 0, 0, 0, 0],
1597
+ [_TN, _FEA, _TS, _TC, _Ta, _SRURL, _FRURL],
1598
+ [0, 0, 0, 0, () => TagList, 0, 0],
1558
1599
  ];
1559
1600
  var GetDedicatedIpPoolRequest$ = [3, n0, _GDIPR, 0, [_PN], [[0, 1]]];
1560
1601
  var GetDedicatedIpPoolResponse$ = [3, n0, _GDIPRe, 0, [_DIPe], [() => DedicatedIpPool$]];
@@ -1627,6 +1668,15 @@ var GetDomainStatisticsReportResponse$ = [
1627
1668
  [_OV, _DVa],
1628
1669
  [() => OverallVolume$, () => DailyVolumes],
1629
1670
  ];
1671
+ var GetEmailAddressInsightsRequest$ = [3, n0, _GEAIR, 0, [_EA], [0]];
1672
+ var GetEmailAddressInsightsResponse$ = [
1673
+ 3,
1674
+ n0,
1675
+ _GEAIRe,
1676
+ 0,
1677
+ [_MV],
1678
+ [() => MailboxValidation$],
1679
+ ];
1630
1680
  var GetEmailIdentityPoliciesRequest$ = [3, n0, _GEIPR, 0, [_EI], [[0, 1]]];
1631
1681
  var GetEmailIdentityPoliciesResponse$ = [3, n0, _GEIPRe, 0, [_Po], [128 | 0]];
1632
1682
  var GetEmailIdentityRequest$ = [3, n0, _GEIR, 0, [_EI], [[0, 1]]];
@@ -1644,8 +1694,8 @@ var GetEmailTemplateResponse$ = [
1644
1694
  n0,
1645
1695
  _GETRe,
1646
1696
  0,
1647
- [_TN, _TC],
1648
- [0, () => EmailTemplateContent$],
1697
+ [_TN, _TC, _Ta],
1698
+ [0, () => EmailTemplateContent$, () => TagList],
1649
1699
  ];
1650
1700
  var GetExportJobRequest$ = [3, n0, _GEJR, 0, [_JI], [[0, 1]]];
1651
1701
  var GetExportJobResponse$ = [
@@ -1733,7 +1783,7 @@ schema.TypeRegistry.for(n0).registerError(InternalServiceErrorException$, Intern
1733
1783
  var InvalidNextTokenException$ = [-3, n0, _INTE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1734
1784
  schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
1735
1785
  var IspPlacement$ = [3, n0, _IPsp, 0, [_IN, _PSl], [0, () => PlacementStatistics$]];
1736
- var KinesisFirehoseDestination$ = [3, n0, _KFD, 0, [_IRA, _DSAe], [0, 0]];
1786
+ var KinesisFirehoseDestination$ = [3, n0, _KFD, 0, [_IRAa, _DSAe], [0, 0]];
1737
1787
  var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1738
1788
  schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
1739
1789
  var ListConfigurationSetsRequest$ = [
@@ -1994,6 +2044,14 @@ var ListTenantResourcesResponse$ = [
1994
2044
  ];
1995
2045
  var ListTenantsRequest$ = [3, n0, _LTR, 0, [_NT, _PS], [0, 1]];
1996
2046
  var ListTenantsResponse$ = [3, n0, _LTRi, 0, [_Tena, _NT], [() => TenantInfoList, 0]];
2047
+ var MailboxValidation$ = [
2048
+ 3,
2049
+ n0,
2050
+ _MV,
2051
+ 0,
2052
+ [_IV, _Eva],
2053
+ [() => EmailAddressInsightsVerdict$, () => EmailAddressInsightsMailboxEvaluations$],
2054
+ ];
1997
2055
  var MailFromAttributes$ = [3, n0, _MFA, 0, [_MFD, _MFDS, _BOMF], [0, 0, 0]];
1998
2056
  var MailFromDomainNotVerifiedException$ = [
1999
2057
  -3,
@@ -2082,7 +2140,14 @@ var PutAccountDetailsRequest$ = [
2082
2140
  var PutAccountDetailsResponse$ = [3, n0, _PADRu, 0, [], []];
2083
2141
  var PutAccountSendingAttributesRequest$ = [3, n0, _PASAR, 0, [_SEe], [2]];
2084
2142
  var PutAccountSendingAttributesResponse$ = [3, n0, _PASARu, 0, [], []];
2085
- var PutAccountSuppressionAttributesRequest$ = [3, n0, _PASARut, 0, [_SR], [64 | 0]];
2143
+ var PutAccountSuppressionAttributesRequest$ = [
2144
+ 3,
2145
+ n0,
2146
+ _PASARut,
2147
+ 0,
2148
+ [_SR, _VAa],
2149
+ [64 | 0, () => SuppressionValidationAttributes$],
2150
+ ];
2086
2151
  var PutAccountSuppressionAttributesResponse$ = [3, n0, _PASARutc, 0, [], []];
2087
2152
  var PutAccountVdmAttributesRequest$ = [3, n0, _PAVAR, 0, [_VA], [() => VdmAttributes$]];
2088
2153
  var PutAccountVdmAttributesResponse$ = [3, n0, _PAVARu, 0, [], []];
@@ -2127,8 +2192,8 @@ var PutConfigurationSetSuppressionOptionsRequest$ = [
2127
2192
  n0,
2128
2193
  _PCSSORut,
2129
2194
  0,
2130
- [_CSN, _SR],
2131
- [[0, 1], 64 | 0],
2195
+ [_CSN, _SR, _VOa],
2196
+ [[0, 1], 64 | 0, () => SuppressionValidationOptions$],
2132
2197
  ];
2133
2198
  var PutConfigurationSetSuppressionOptionsResponse$ = [3, n0, _PCSSORuto, 0, [], []];
2134
2199
  var PutConfigurationSetTrackingOptionsRequest$ = [
@@ -2299,9 +2364,48 @@ var SuppressedDestination$ = [
2299
2364
  ];
2300
2365
  var SuppressedDestinationAttributes$ = [3, n0, _SDA, 0, [_MI, _FIe], [0, 0]];
2301
2366
  var SuppressedDestinationSummary$ = [3, n0, _SDSu, 0, [_EA, _Reas, _LUTa], [0, 0, 4]];
2302
- var SuppressionAttributes$ = [3, n0, _SA, 0, [_SR], [64 | 0]];
2367
+ var SuppressionAttributes$ = [
2368
+ 3,
2369
+ n0,
2370
+ _SA,
2371
+ 0,
2372
+ [_SR, _VAa],
2373
+ [64 | 0, () => SuppressionValidationAttributes$],
2374
+ ];
2375
+ var SuppressionConditionThreshold$ = [
2376
+ 3,
2377
+ n0,
2378
+ _SCT,
2379
+ 0,
2380
+ [_CTEo, _OCT],
2381
+ [0, () => SuppressionConfidenceThreshold$],
2382
+ ];
2383
+ var SuppressionConfidenceThreshold$ = [3, n0, _SCTu, 0, [_CVT], [0]];
2303
2384
  var SuppressionListDestination$ = [3, n0, _SLD, 0, [_SLIA], [0]];
2304
- var SuppressionOptions$ = [3, n0, _SOu, 0, [_SR], [64 | 0]];
2385
+ var SuppressionOptions$ = [
2386
+ 3,
2387
+ n0,
2388
+ _SOu,
2389
+ 0,
2390
+ [_SR, _VOa],
2391
+ [64 | 0, () => SuppressionValidationOptions$],
2392
+ ];
2393
+ var SuppressionValidationAttributes$ = [
2394
+ 3,
2395
+ n0,
2396
+ _SVA,
2397
+ 0,
2398
+ [_CTon],
2399
+ [() => SuppressionConditionThreshold$],
2400
+ ];
2401
+ var SuppressionValidationOptions$ = [
2402
+ 3,
2403
+ n0,
2404
+ _SVO,
2405
+ 0,
2406
+ [_CTon],
2407
+ [() => SuppressionConditionThreshold$],
2408
+ ];
2305
2409
  var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
2306
2410
  var TagResourceRequest$ = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => TagList]];
2307
2411
  var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
@@ -2856,6 +2960,14 @@ var GetDomainStatisticsReport$ = [
2856
2960
  () => GetDomainStatisticsReportRequest$,
2857
2961
  () => GetDomainStatisticsReportResponse$,
2858
2962
  ];
2963
+ var GetEmailAddressInsights$ = [
2964
+ 9,
2965
+ n0,
2966
+ _GEAI,
2967
+ { [_h]: ["POST", "/v2/email/email-address-insights", 200] },
2968
+ () => GetEmailAddressInsightsRequest$,
2969
+ () => GetEmailAddressInsightsResponse$,
2970
+ ];
2859
2971
  var GetEmailIdentity$ = [
2860
2972
  9,
2861
2973
  n0,
@@ -3913,6 +4025,18 @@ class GetDomainStatisticsReportCommand extends smithyClient.Command
3913
4025
  .build() {
3914
4026
  }
3915
4027
 
4028
+ class GetEmailAddressInsightsCommand extends smithyClient.Command
4029
+ .classBuilder()
4030
+ .ep(commonParams)
4031
+ .m(function (Command, cs, config, o) {
4032
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4033
+ })
4034
+ .s("SimpleEmailService_v2", "GetEmailAddressInsights", {})
4035
+ .n("SESv2Client", "GetEmailAddressInsightsCommand")
4036
+ .sc(GetEmailAddressInsights$)
4037
+ .build() {
4038
+ }
4039
+
3916
4040
  class GetEmailIdentityCommand extends smithyClient.Command
3917
4041
  .classBuilder()
3918
4042
  .ep(commonParams)
@@ -4744,6 +4868,7 @@ const commands = {
4744
4868
  GetDeliverabilityTestReportCommand,
4745
4869
  GetDomainDeliverabilityCampaignCommand,
4746
4870
  GetDomainStatisticsReportCommand,
4871
+ GetEmailAddressInsightsCommand,
4747
4872
  GetEmailIdentityCommand,
4748
4873
  GetEmailIdentityPoliciesCommand,
4749
4874
  GetEmailTemplateCommand,
@@ -4945,15 +5070,20 @@ const SuppressionListReason = {
4945
5070
  BOUNCE: "BOUNCE",
4946
5071
  COMPLAINT: "COMPLAINT",
4947
5072
  };
5073
+ const FeatureStatus = {
5074
+ DISABLED: "DISABLED",
5075
+ ENABLED: "ENABLED",
5076
+ };
5077
+ const SuppressionConfidenceVerdictThreshold = {
5078
+ HIGH: "HIGH",
5079
+ MANAGED: "MANAGED",
5080
+ MEDIUM: "MEDIUM",
5081
+ };
4948
5082
  const HttpsPolicy = {
4949
5083
  OPTIONAL: "OPTIONAL",
4950
5084
  REQUIRE: "REQUIRE",
4951
5085
  REQUIRE_OPEN_ONLY: "REQUIRE_OPEN_ONLY",
4952
5086
  };
4953
- const FeatureStatus = {
4954
- DISABLED: "DISABLED",
4955
- ENABLED: "ENABLED",
4956
- };
4957
5087
  const EventType = {
4958
5088
  BOUNCE: "BOUNCE",
4959
5089
  CLICK: "CLICK",
@@ -5066,6 +5196,11 @@ const DeliverabilityDashboardAccountStatus = {
5066
5196
  DISABLED: "DISABLED",
5067
5197
  PENDING_EXPIRATION: "PENDING_EXPIRATION",
5068
5198
  };
5199
+ const EmailAddressInsightsConfidenceVerdict = {
5200
+ HIGH: "HIGH",
5201
+ LOW: "LOW",
5202
+ MEDIUM: "MEDIUM",
5203
+ };
5069
5204
  const ExportSourceType = {
5070
5205
  MESSAGE_INSIGHTS: "MESSAGE_INSIGHTS",
5071
5206
  METRICS_DATA: "METRICS_DATA",
@@ -5333,6 +5468,9 @@ exports.DkimStatus = DkimStatus;
5333
5468
  exports.DomainDeliverabilityCampaign$ = DomainDeliverabilityCampaign$;
5334
5469
  exports.DomainDeliverabilityTrackingOption$ = DomainDeliverabilityTrackingOption$;
5335
5470
  exports.DomainIspPlacement$ = DomainIspPlacement$;
5471
+ exports.EmailAddressInsightsConfidenceVerdict = EmailAddressInsightsConfidenceVerdict;
5472
+ exports.EmailAddressInsightsMailboxEvaluations$ = EmailAddressInsightsMailboxEvaluations$;
5473
+ exports.EmailAddressInsightsVerdict$ = EmailAddressInsightsVerdict$;
5336
5474
  exports.EmailContent$ = EmailContent$;
5337
5475
  exports.EmailInsights$ = EmailInsights$;
5338
5476
  exports.EmailTemplateContent$ = EmailTemplateContent$;
@@ -5407,6 +5545,10 @@ exports.GetDomainStatisticsReport$ = GetDomainStatisticsReport$;
5407
5545
  exports.GetDomainStatisticsReportCommand = GetDomainStatisticsReportCommand;
5408
5546
  exports.GetDomainStatisticsReportRequest$ = GetDomainStatisticsReportRequest$;
5409
5547
  exports.GetDomainStatisticsReportResponse$ = GetDomainStatisticsReportResponse$;
5548
+ exports.GetEmailAddressInsights$ = GetEmailAddressInsights$;
5549
+ exports.GetEmailAddressInsightsCommand = GetEmailAddressInsightsCommand;
5550
+ exports.GetEmailAddressInsightsRequest$ = GetEmailAddressInsightsRequest$;
5551
+ exports.GetEmailAddressInsightsResponse$ = GetEmailAddressInsightsResponse$;
5410
5552
  exports.GetEmailIdentity$ = GetEmailIdentity$;
5411
5553
  exports.GetEmailIdentityCommand = GetEmailIdentityCommand;
5412
5554
  exports.GetEmailIdentityPolicies$ = GetEmailIdentityPolicies$;
@@ -5552,6 +5694,7 @@ exports.MailFromDomainNotVerifiedException = MailFromDomainNotVerifiedException;
5552
5694
  exports.MailFromDomainNotVerifiedException$ = MailFromDomainNotVerifiedException$;
5553
5695
  exports.MailFromDomainStatus = MailFromDomainStatus;
5554
5696
  exports.MailType = MailType;
5697
+ exports.MailboxValidation$ = MailboxValidation$;
5555
5698
  exports.Message$ = Message$;
5556
5699
  exports.MessageHeader$ = MessageHeader$;
5557
5700
  exports.MessageInsightsDataSource$ = MessageInsightsDataSource$;
@@ -5709,10 +5852,15 @@ exports.SuppressedDestination$ = SuppressedDestination$;
5709
5852
  exports.SuppressedDestinationAttributes$ = SuppressedDestinationAttributes$;
5710
5853
  exports.SuppressedDestinationSummary$ = SuppressedDestinationSummary$;
5711
5854
  exports.SuppressionAttributes$ = SuppressionAttributes$;
5855
+ exports.SuppressionConditionThreshold$ = SuppressionConditionThreshold$;
5856
+ exports.SuppressionConfidenceThreshold$ = SuppressionConfidenceThreshold$;
5857
+ exports.SuppressionConfidenceVerdictThreshold = SuppressionConfidenceVerdictThreshold;
5712
5858
  exports.SuppressionListDestination$ = SuppressionListDestination$;
5713
5859
  exports.SuppressionListImportAction = SuppressionListImportAction;
5714
5860
  exports.SuppressionListReason = SuppressionListReason;
5715
5861
  exports.SuppressionOptions$ = SuppressionOptions$;
5862
+ exports.SuppressionValidationAttributes$ = SuppressionValidationAttributes$;
5863
+ exports.SuppressionValidationOptions$ = SuppressionValidationOptions$;
5716
5864
  exports.Tag$ = Tag$;
5717
5865
  exports.TagResource$ = TagResource$;
5718
5866
  exports.TagResourceCommand = TagResourceCommand;
package/dist-es/SESv2.js CHANGED
@@ -43,6 +43,7 @@ import { GetDeliverabilityDashboardOptionsCommand, } from "./commands/GetDeliver
43
43
  import { GetDeliverabilityTestReportCommand, } from "./commands/GetDeliverabilityTestReportCommand";
44
44
  import { GetDomainDeliverabilityCampaignCommand, } from "./commands/GetDomainDeliverabilityCampaignCommand";
45
45
  import { GetDomainStatisticsReportCommand, } from "./commands/GetDomainStatisticsReportCommand";
46
+ import { GetEmailAddressInsightsCommand, } from "./commands/GetEmailAddressInsightsCommand";
46
47
  import { GetEmailIdentityCommand, } from "./commands/GetEmailIdentityCommand";
47
48
  import { GetEmailIdentityPoliciesCommand, } from "./commands/GetEmailIdentityPoliciesCommand";
48
49
  import { GetEmailTemplateCommand, } from "./commands/GetEmailTemplateCommand";
@@ -154,6 +155,7 @@ const commands = {
154
155
  GetDeliverabilityTestReportCommand,
155
156
  GetDomainDeliverabilityCampaignCommand,
156
157
  GetDomainStatisticsReportCommand,
158
+ GetEmailAddressInsightsCommand,
157
159
  GetEmailIdentityCommand,
158
160
  GetEmailIdentityPoliciesCommand,
159
161
  GetEmailTemplateCommand,
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetEmailAddressInsights$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetEmailAddressInsightsCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("SimpleEmailService_v2", "GetEmailAddressInsights", {})
13
+ .n("SESv2Client", "GetEmailAddressInsightsCommand")
14
+ .sc(GetEmailAddressInsights$)
15
+ .build() {
16
+ }
@@ -42,6 +42,7 @@ export * from "./GetDeliverabilityDashboardOptionsCommand";
42
42
  export * from "./GetDeliverabilityTestReportCommand";
43
43
  export * from "./GetDomainDeliverabilityCampaignCommand";
44
44
  export * from "./GetDomainStatisticsReportCommand";
45
+ export * from "./GetEmailAddressInsightsCommand";
45
46
  export * from "./GetEmailIdentityCommand";
46
47
  export * from "./GetEmailIdentityPoliciesCommand";
47
48
  export * from "./GetEmailTemplateCommand";
package/dist-es/index.js CHANGED
@@ -5,4 +5,6 @@ export * from "./schemas/schemas_0";
5
5
  export * from "./pagination";
6
6
  export * from "./models/enums";
7
7
  export * from "./models/errors";
8
+ export * from "./models/models_0";
9
+ export * from "./models/models_1";
8
10
  export { SESv2ServiceException } from "./models/SESv2ServiceException";
@@ -91,15 +91,20 @@ export const SuppressionListReason = {
91
91
  BOUNCE: "BOUNCE",
92
92
  COMPLAINT: "COMPLAINT",
93
93
  };
94
+ export const FeatureStatus = {
95
+ DISABLED: "DISABLED",
96
+ ENABLED: "ENABLED",
97
+ };
98
+ export const SuppressionConfidenceVerdictThreshold = {
99
+ HIGH: "HIGH",
100
+ MANAGED: "MANAGED",
101
+ MEDIUM: "MEDIUM",
102
+ };
94
103
  export const HttpsPolicy = {
95
104
  OPTIONAL: "OPTIONAL",
96
105
  REQUIRE: "REQUIRE",
97
106
  REQUIRE_OPEN_ONLY: "REQUIRE_OPEN_ONLY",
98
107
  };
99
- export const FeatureStatus = {
100
- DISABLED: "DISABLED",
101
- ENABLED: "ENABLED",
102
- };
103
108
  export const EventType = {
104
109
  BOUNCE: "BOUNCE",
105
110
  CLICK: "CLICK",
@@ -212,6 +217,11 @@ export const DeliverabilityDashboardAccountStatus = {
212
217
  DISABLED: "DISABLED",
213
218
  PENDING_EXPIRATION: "PENDING_EXPIRATION",
214
219
  };
220
+ export const EmailAddressInsightsConfidenceVerdict = {
221
+ HIGH: "HIGH",
222
+ LOW: "LOW",
223
+ MEDIUM: "MEDIUM",
224
+ };
215
225
  export const ExportSourceType = {
216
226
  MESSAGE_INSIGHTS: "MESSAGE_INSIGHTS",
217
227
  METRICS_DATA: "METRICS_DATA",