@aws-sdk/client-sesv2 3.954.0 → 3.956.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/README.md +8 -0
- package/dist-cjs/index.js +167 -19
- package/dist-es/SESv2.js +2 -0
- package/dist-es/commands/GetEmailAddressInsightsCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/index.js +2 -0
- package/dist-es/models/enums.js +14 -4
- package/dist-es/schemas/schemas_0.js +127 -15
- package/dist-types/SESv2.d.ts +7 -0
- package/dist-types/SESv2Client.d.ts +3 -2
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +8 -0
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +6 -0
- package/dist-types/commands/CreateEmailTemplateCommand.d.ts +6 -0
- package/dist-types/commands/GetAccountCommand.d.ts +8 -0
- package/dist-types/commands/GetConfigurationSetCommand.d.ts +8 -0
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +6 -0
- package/dist-types/commands/GetEmailAddressInsightsCommand.d.ts +100 -0
- package/dist-types/commands/GetEmailTemplateCommand.d.ts +6 -0
- package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +8 -0
- package/dist-types/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +8 -0
- package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutSuppressedDestinationCommand.d.ts +1 -1
- package/dist-types/commands/SendBulkEmailCommand.d.ts +1 -1
- package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +1 -1
- package/dist-types/commands/SendEmailCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/enums.d.ts +35 -9
- package/dist-types/models/models_0.d.ts +182 -322
- package/dist-types/models/models_1.d.ts +322 -2
- package/dist-types/schemas/schemas_0.d.ts +10 -0
- package/dist-types/ts3.4/SESv2.d.ts +17 -0
- package/dist-types/ts3.4/SESv2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/GetEmailAddressInsightsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutSuppressedDestinationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendBulkEmailCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +19 -5
- package/dist-types/ts3.4/models/models_0.d.ts +44 -49
- package/dist-types/ts3.4/models/models_1.d.ts +62 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -0
- package/package.json +34 -34
|
@@ -108,17 +108,21 @@ const _CSN = "ConfigurationSetName";
|
|
|
108
108
|
const _CST = "ComplaintSubType";
|
|
109
109
|
const _CT = "ContentType";
|
|
110
110
|
const _CTE = "ContentTransferEncoding";
|
|
111
|
+
const _CTEo = "ConditionThresholdEnabled";
|
|
111
112
|
const _CTR = "CreateTenantRequest";
|
|
112
113
|
const _CTRA = "CreateTenantResourceAssociation";
|
|
113
114
|
const _CTRAR = "CreateTenantResourceAssociationRequest";
|
|
114
115
|
const _CTRARr = "CreateTenantResourceAssociationResponse";
|
|
115
116
|
const _CTRr = "CreateTenantResponse";
|
|
116
117
|
const _CTo = "CompletedTimestamp";
|
|
118
|
+
const _CTon = "ConditionThreshold";
|
|
117
119
|
const _CTr = "CreatedTimestamp";
|
|
118
120
|
const _CTre = "CreateTenant";
|
|
121
|
+
const _CV = "ConfidenceVerdict";
|
|
119
122
|
const _CVET = "CustomVerificationEmailTemplates";
|
|
120
123
|
const _CVETL = "CustomVerificationEmailTemplatesList";
|
|
121
124
|
const _CVETM = "CustomVerificationEmailTemplateMetadata";
|
|
125
|
+
const _CVT = "ConfidenceVerdictThreshold";
|
|
122
126
|
const _CWD = "CloudWatchDestination";
|
|
123
127
|
const _CWDC = "CloudWatchDimensionConfiguration";
|
|
124
128
|
const _CWDCl = "CloudWatchDimensionConfigurations";
|
|
@@ -219,6 +223,8 @@ const _Do = "Domain";
|
|
|
219
223
|
const _E = "Errors";
|
|
220
224
|
const _EA = "EmailAddress";
|
|
221
225
|
const _EAFL = "EmailAddressFilterList";
|
|
226
|
+
const _EAIME = "EmailAddressInsightsMailboxEvaluations";
|
|
227
|
+
const _EAIV = "EmailAddressInsightsVerdict";
|
|
222
228
|
const _EBA = "EventBusArn";
|
|
223
229
|
const _EBD = "EventBridgeDestination";
|
|
224
230
|
const _EC = "EmailContent";
|
|
@@ -260,6 +266,7 @@ const _En = "Enabled";
|
|
|
260
266
|
const _Er = "Error";
|
|
261
267
|
const _Es = "Esps";
|
|
262
268
|
const _Ev = "Events";
|
|
269
|
+
const _Eva = "Evaluations";
|
|
263
270
|
const _Ex = "Exclude";
|
|
264
271
|
const _F = "Filter";
|
|
265
272
|
const _FA = "FromAddress";
|
|
@@ -320,6 +327,9 @@ const _GDSRRe = "GetDomainStatisticsReportResponse";
|
|
|
320
327
|
const _GDTR = "GetDeliverabilityTestReport";
|
|
321
328
|
const _GDTRR = "GetDeliverabilityTestReportRequest";
|
|
322
329
|
const _GDTRRe = "GetDeliverabilityTestReportResponse";
|
|
330
|
+
const _GEAI = "GetEmailAddressInsights";
|
|
331
|
+
const _GEAIR = "GetEmailAddressInsightsRequest";
|
|
332
|
+
const _GEAIRe = "GetEmailAddressInsightsResponse";
|
|
323
333
|
const _GEI = "GetEmailIdentity";
|
|
324
334
|
const _GEIP = "GetEmailIdentityPolicies";
|
|
325
335
|
const _GEIPR = "GetEmailIdentityPoliciesRequest";
|
|
@@ -353,12 +363,15 @@ const _GTR = "GetTenantRequest";
|
|
|
353
363
|
const _GTRe = "GetTenantResponse";
|
|
354
364
|
const _H = "Html";
|
|
355
365
|
const _HP = "HttpsPolicy";
|
|
366
|
+
const _HVDR = "HasValidDnsRecords";
|
|
367
|
+
const _HVS = "HasValidSyntax";
|
|
356
368
|
const _He = "Headers";
|
|
357
369
|
const _I = "Id";
|
|
358
370
|
const _IC = "InboxCount";
|
|
359
371
|
const _ID = "ImportDestination";
|
|
360
372
|
const _IDS = "ImportDataSource";
|
|
361
373
|
const _IDT = "ImportDestinationType";
|
|
374
|
+
const _IDs = "IsDisposable";
|
|
362
375
|
const _IE = "InsightsEvent";
|
|
363
376
|
const _IEA = "InsightsEmailAddress";
|
|
364
377
|
const _IEn = "InsightsEvents";
|
|
@@ -374,11 +387,14 @@ const _IP = "InboxPercentage";
|
|
|
374
387
|
const _IPTO = "InboxPlacementTrackingOption";
|
|
375
388
|
const _IPs = "IspPlacements";
|
|
376
389
|
const _IPsp = "IspPlacement";
|
|
377
|
-
const _IRA = "
|
|
390
|
+
const _IRA = "IsRoleAddress";
|
|
391
|
+
const _IRAa = "IamRoleArn";
|
|
378
392
|
const _IRC = "InboxRawCount";
|
|
393
|
+
const _IRI = "IsRandomInput";
|
|
379
394
|
const _ISEE = "InternalServiceErrorException";
|
|
380
395
|
const _IT = "IdentityType";
|
|
381
396
|
const _IU = "ImageUrl";
|
|
397
|
+
const _IV = "IsValid";
|
|
382
398
|
const _Im = "Impact";
|
|
383
399
|
const _In = "Insights";
|
|
384
400
|
const _Inc = "Include";
|
|
@@ -467,6 +483,7 @@ const _MDR = "MetricDataResult";
|
|
|
467
483
|
const _MDRL = "MetricDataResultList";
|
|
468
484
|
const _MDS = "MaxDeliverySeconds";
|
|
469
485
|
const _MDSe = "MetricsDataSource";
|
|
486
|
+
const _ME = "MailboxExists";
|
|
470
487
|
const _MET = "MatchingEventTypes";
|
|
471
488
|
const _MFA = "MailFromAttributes";
|
|
472
489
|
const _MFD = "MailFromDomain";
|
|
@@ -487,6 +504,7 @@ const _MSR = "MaxSendRate";
|
|
|
487
504
|
const _MT = "MailType";
|
|
488
505
|
const _MTL = "MessageTagList";
|
|
489
506
|
const _MTe = "MessageTag";
|
|
507
|
+
const _MV = "MailboxValidation";
|
|
490
508
|
const _Me = "Message";
|
|
491
509
|
const _Met = "Metrics";
|
|
492
510
|
const _N = "Namespace";
|
|
@@ -494,6 +512,7 @@ const _NFE = "NotFoundException";
|
|
|
494
512
|
const _NSKL = "NextSigningKeyLength";
|
|
495
513
|
const _NT = "NextToken";
|
|
496
514
|
const _Na = "Name";
|
|
515
|
+
const _OCT = "OverallConfidenceThreshold";
|
|
497
516
|
const _OP = "OverallPlacement";
|
|
498
517
|
const _OSD = "OptimizedSharedDelivery";
|
|
499
518
|
const _OV = "OverallVolume";
|
|
@@ -631,6 +650,8 @@ const _SBE = "SendBulkEmail";
|
|
|
631
650
|
const _SBER = "SendBulkEmailRequest";
|
|
632
651
|
const _SBERe = "SendBulkEmailResponse";
|
|
633
652
|
const _SC = "SpamCount";
|
|
653
|
+
const _SCT = "SuppressionConditionThreshold";
|
|
654
|
+
const _SCTu = "SuppressionConfidenceThreshold";
|
|
634
655
|
const _SCVE = "SendCustomVerificationEmail";
|
|
635
656
|
const _SCVER = "SendCustomVerificationEmailRequest";
|
|
636
657
|
const _SCVERe = "SendCustomVerificationEmailResponse";
|
|
@@ -672,6 +693,8 @@ const _SSA = "SendingStatusAggregate";
|
|
|
672
693
|
const _SSD = "SubscriptionStartDate";
|
|
673
694
|
const _SSu = "SubscriptionStatus";
|
|
674
695
|
const _SU = "S3Url";
|
|
696
|
+
const _SVA = "SuppressionValidationAttributes";
|
|
697
|
+
const _SVO = "SuppressionValidationOptions";
|
|
675
698
|
const _Si = "Simple";
|
|
676
699
|
const _St = "Statistics";
|
|
677
700
|
const _Su = "Subject";
|
|
@@ -753,10 +776,12 @@ const _URR = "UntagResourceRequest";
|
|
|
753
776
|
const _URRn = "UntagResourceResponse";
|
|
754
777
|
const _V = "Value";
|
|
755
778
|
const _VA = "VdmAttributes";
|
|
779
|
+
const _VAa = "ValidationAttributes";
|
|
756
780
|
const _VE = "VdmEnabled";
|
|
757
781
|
const _VFSS = "VerifiedForSendingStatus";
|
|
758
782
|
const _VI = "VerificationInfo";
|
|
759
783
|
const _VO = "VdmOptions";
|
|
784
|
+
const _VOa = "ValidationOptions";
|
|
760
785
|
const _VS = "VolumeStatistics";
|
|
761
786
|
const _VSe = "VerificationStatus";
|
|
762
787
|
const _Va = "Values";
|
|
@@ -926,8 +951,8 @@ export var CreateCustomVerificationEmailTemplateRequest$ = [
|
|
|
926
951
|
n0,
|
|
927
952
|
_CCVETR,
|
|
928
953
|
0,
|
|
929
|
-
[_TN, _FEA, _TS, _TC, _SRURL, _FRURL],
|
|
930
|
-
[0, 0, 0, 0, 0, 0],
|
|
954
|
+
[_TN, _FEA, _TS, _TC, _Ta, _SRURL, _FRURL],
|
|
955
|
+
[0, 0, 0, 0, () => TagList, 0, 0],
|
|
931
956
|
];
|
|
932
957
|
export var CreateCustomVerificationEmailTemplateResponse$ = [3, n0, _CCVETRr, 0, [], []];
|
|
933
958
|
export var CreateDedicatedIpPoolRequest$ = [
|
|
@@ -978,8 +1003,8 @@ export var CreateEmailTemplateRequest$ = [
|
|
|
978
1003
|
n0,
|
|
979
1004
|
_CETR,
|
|
980
1005
|
0,
|
|
981
|
-
[_TN, _TC],
|
|
982
|
-
[0, () => EmailTemplateContent
|
|
1006
|
+
[_TN, _TC, _Ta],
|
|
1007
|
+
[0, () => EmailTemplateContent$, () => TagList],
|
|
983
1008
|
];
|
|
984
1009
|
export var CreateEmailTemplateResponse$ = [3, n0, _CETRr, 0, [], []];
|
|
985
1010
|
export var CreateExportJobRequest$ = [
|
|
@@ -1140,6 +1165,22 @@ export var DomainDeliverabilityTrackingOption$ = [
|
|
|
1140
1165
|
[0, 4, () => InboxPlacementTrackingOption$],
|
|
1141
1166
|
];
|
|
1142
1167
|
export var DomainIspPlacement$ = [3, n0, _DIPo, 0, [_IN, _IRC, _SRC, _IP, _SP], [0, 1, 1, 1, 1]];
|
|
1168
|
+
export var EmailAddressInsightsMailboxEvaluations$ = [
|
|
1169
|
+
3,
|
|
1170
|
+
n0,
|
|
1171
|
+
_EAIME,
|
|
1172
|
+
0,
|
|
1173
|
+
[_HVS, _HVDR, _ME, _IRA, _IDs, _IRI],
|
|
1174
|
+
[
|
|
1175
|
+
() => EmailAddressInsightsVerdict$,
|
|
1176
|
+
() => EmailAddressInsightsVerdict$,
|
|
1177
|
+
() => EmailAddressInsightsVerdict$,
|
|
1178
|
+
() => EmailAddressInsightsVerdict$,
|
|
1179
|
+
() => EmailAddressInsightsVerdict$,
|
|
1180
|
+
() => EmailAddressInsightsVerdict$,
|
|
1181
|
+
],
|
|
1182
|
+
];
|
|
1183
|
+
export var EmailAddressInsightsVerdict$ = [3, n0, _EAIV, 0, [_CV], [0]];
|
|
1143
1184
|
export var EmailContent$ = [
|
|
1144
1185
|
3,
|
|
1145
1186
|
n0,
|
|
@@ -1279,8 +1320,8 @@ export var GetCustomVerificationEmailTemplateResponse$ = [
|
|
|
1279
1320
|
n0,
|
|
1280
1321
|
_GCVETRe,
|
|
1281
1322
|
0,
|
|
1282
|
-
[_TN, _FEA, _TS, _TC, _SRURL, _FRURL],
|
|
1283
|
-
[0, 0, 0, 0, 0, 0],
|
|
1323
|
+
[_TN, _FEA, _TS, _TC, _Ta, _SRURL, _FRURL],
|
|
1324
|
+
[0, 0, 0, 0, () => TagList, 0, 0],
|
|
1284
1325
|
];
|
|
1285
1326
|
export var GetDedicatedIpPoolRequest$ = [3, n0, _GDIPR, 0, [_PN], [[0, 1]]];
|
|
1286
1327
|
export var GetDedicatedIpPoolResponse$ = [3, n0, _GDIPRe, 0, [_DIPe], [() => DedicatedIpPool$]];
|
|
@@ -1353,6 +1394,15 @@ export var GetDomainStatisticsReportResponse$ = [
|
|
|
1353
1394
|
[_OV, _DVa],
|
|
1354
1395
|
[() => OverallVolume$, () => DailyVolumes],
|
|
1355
1396
|
];
|
|
1397
|
+
export var GetEmailAddressInsightsRequest$ = [3, n0, _GEAIR, 0, [_EA], [0]];
|
|
1398
|
+
export var GetEmailAddressInsightsResponse$ = [
|
|
1399
|
+
3,
|
|
1400
|
+
n0,
|
|
1401
|
+
_GEAIRe,
|
|
1402
|
+
0,
|
|
1403
|
+
[_MV],
|
|
1404
|
+
[() => MailboxValidation$],
|
|
1405
|
+
];
|
|
1356
1406
|
export var GetEmailIdentityPoliciesRequest$ = [3, n0, _GEIPR, 0, [_EI], [[0, 1]]];
|
|
1357
1407
|
export var GetEmailIdentityPoliciesResponse$ = [3, n0, _GEIPRe, 0, [_Po], [128 | 0]];
|
|
1358
1408
|
export var GetEmailIdentityRequest$ = [3, n0, _GEIR, 0, [_EI], [[0, 1]]];
|
|
@@ -1370,8 +1420,8 @@ export var GetEmailTemplateResponse$ = [
|
|
|
1370
1420
|
n0,
|
|
1371
1421
|
_GETRe,
|
|
1372
1422
|
0,
|
|
1373
|
-
[_TN, _TC],
|
|
1374
|
-
[0, () => EmailTemplateContent
|
|
1423
|
+
[_TN, _TC, _Ta],
|
|
1424
|
+
[0, () => EmailTemplateContent$, () => TagList],
|
|
1375
1425
|
];
|
|
1376
1426
|
export var GetExportJobRequest$ = [3, n0, _GEJR, 0, [_JI], [[0, 1]]];
|
|
1377
1427
|
export var GetExportJobResponse$ = [
|
|
@@ -1459,7 +1509,7 @@ TypeRegistry.for(n0).registerError(InternalServiceErrorException$, InternalServi
|
|
|
1459
1509
|
export var InvalidNextTokenException$ = [-3, n0, _INTE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1460
1510
|
TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
1461
1511
|
export var IspPlacement$ = [3, n0, _IPsp, 0, [_IN, _PSl], [0, () => PlacementStatistics$]];
|
|
1462
|
-
export var KinesisFirehoseDestination$ = [3, n0, _KFD, 0, [
|
|
1512
|
+
export var KinesisFirehoseDestination$ = [3, n0, _KFD, 0, [_IRAa, _DSAe], [0, 0]];
|
|
1463
1513
|
export var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1464
1514
|
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1465
1515
|
export var ListConfigurationSetsRequest$ = [
|
|
@@ -1720,6 +1770,14 @@ export var ListTenantResourcesResponse$ = [
|
|
|
1720
1770
|
];
|
|
1721
1771
|
export var ListTenantsRequest$ = [3, n0, _LTR, 0, [_NT, _PS], [0, 1]];
|
|
1722
1772
|
export var ListTenantsResponse$ = [3, n0, _LTRi, 0, [_Tena, _NT], [() => TenantInfoList, 0]];
|
|
1773
|
+
export var MailboxValidation$ = [
|
|
1774
|
+
3,
|
|
1775
|
+
n0,
|
|
1776
|
+
_MV,
|
|
1777
|
+
0,
|
|
1778
|
+
[_IV, _Eva],
|
|
1779
|
+
[() => EmailAddressInsightsVerdict$, () => EmailAddressInsightsMailboxEvaluations$],
|
|
1780
|
+
];
|
|
1723
1781
|
export var MailFromAttributes$ = [3, n0, _MFA, 0, [_MFD, _MFDS, _BOMF], [0, 0, 0]];
|
|
1724
1782
|
export var MailFromDomainNotVerifiedException$ = [
|
|
1725
1783
|
-3,
|
|
@@ -1808,7 +1866,14 @@ export var PutAccountDetailsRequest$ = [
|
|
|
1808
1866
|
export var PutAccountDetailsResponse$ = [3, n0, _PADRu, 0, [], []];
|
|
1809
1867
|
export var PutAccountSendingAttributesRequest$ = [3, n0, _PASAR, 0, [_SEe], [2]];
|
|
1810
1868
|
export var PutAccountSendingAttributesResponse$ = [3, n0, _PASARu, 0, [], []];
|
|
1811
|
-
export var PutAccountSuppressionAttributesRequest$ = [
|
|
1869
|
+
export var PutAccountSuppressionAttributesRequest$ = [
|
|
1870
|
+
3,
|
|
1871
|
+
n0,
|
|
1872
|
+
_PASARut,
|
|
1873
|
+
0,
|
|
1874
|
+
[_SR, _VAa],
|
|
1875
|
+
[64 | 0, () => SuppressionValidationAttributes$],
|
|
1876
|
+
];
|
|
1812
1877
|
export var PutAccountSuppressionAttributesResponse$ = [3, n0, _PASARutc, 0, [], []];
|
|
1813
1878
|
export var PutAccountVdmAttributesRequest$ = [3, n0, _PAVAR, 0, [_VA], [() => VdmAttributes$]];
|
|
1814
1879
|
export var PutAccountVdmAttributesResponse$ = [3, n0, _PAVARu, 0, [], []];
|
|
@@ -1853,8 +1918,8 @@ export var PutConfigurationSetSuppressionOptionsRequest$ = [
|
|
|
1853
1918
|
n0,
|
|
1854
1919
|
_PCSSORut,
|
|
1855
1920
|
0,
|
|
1856
|
-
[_CSN, _SR],
|
|
1857
|
-
[[0, 1], 64 | 0],
|
|
1921
|
+
[_CSN, _SR, _VOa],
|
|
1922
|
+
[[0, 1], 64 | 0, () => SuppressionValidationOptions$],
|
|
1858
1923
|
];
|
|
1859
1924
|
export var PutConfigurationSetSuppressionOptionsResponse$ = [3, n0, _PCSSORuto, 0, [], []];
|
|
1860
1925
|
export var PutConfigurationSetTrackingOptionsRequest$ = [
|
|
@@ -2025,9 +2090,48 @@ export var SuppressedDestination$ = [
|
|
|
2025
2090
|
];
|
|
2026
2091
|
export var SuppressedDestinationAttributes$ = [3, n0, _SDA, 0, [_MI, _FIe], [0, 0]];
|
|
2027
2092
|
export var SuppressedDestinationSummary$ = [3, n0, _SDSu, 0, [_EA, _Reas, _LUTa], [0, 0, 4]];
|
|
2028
|
-
export var SuppressionAttributes$ = [
|
|
2093
|
+
export var SuppressionAttributes$ = [
|
|
2094
|
+
3,
|
|
2095
|
+
n0,
|
|
2096
|
+
_SA,
|
|
2097
|
+
0,
|
|
2098
|
+
[_SR, _VAa],
|
|
2099
|
+
[64 | 0, () => SuppressionValidationAttributes$],
|
|
2100
|
+
];
|
|
2101
|
+
export var SuppressionConditionThreshold$ = [
|
|
2102
|
+
3,
|
|
2103
|
+
n0,
|
|
2104
|
+
_SCT,
|
|
2105
|
+
0,
|
|
2106
|
+
[_CTEo, _OCT],
|
|
2107
|
+
[0, () => SuppressionConfidenceThreshold$],
|
|
2108
|
+
];
|
|
2109
|
+
export var SuppressionConfidenceThreshold$ = [3, n0, _SCTu, 0, [_CVT], [0]];
|
|
2029
2110
|
export var SuppressionListDestination$ = [3, n0, _SLD, 0, [_SLIA], [0]];
|
|
2030
|
-
export var SuppressionOptions$ = [
|
|
2111
|
+
export var SuppressionOptions$ = [
|
|
2112
|
+
3,
|
|
2113
|
+
n0,
|
|
2114
|
+
_SOu,
|
|
2115
|
+
0,
|
|
2116
|
+
[_SR, _VOa],
|
|
2117
|
+
[64 | 0, () => SuppressionValidationOptions$],
|
|
2118
|
+
];
|
|
2119
|
+
export var SuppressionValidationAttributes$ = [
|
|
2120
|
+
3,
|
|
2121
|
+
n0,
|
|
2122
|
+
_SVA,
|
|
2123
|
+
0,
|
|
2124
|
+
[_CTon],
|
|
2125
|
+
[() => SuppressionConditionThreshold$],
|
|
2126
|
+
];
|
|
2127
|
+
export var SuppressionValidationOptions$ = [
|
|
2128
|
+
3,
|
|
2129
|
+
n0,
|
|
2130
|
+
_SVO,
|
|
2131
|
+
0,
|
|
2132
|
+
[_CTon],
|
|
2133
|
+
[() => SuppressionConditionThreshold$],
|
|
2134
|
+
];
|
|
2031
2135
|
export var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
2032
2136
|
export var TagResourceRequest$ = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => TagList]];
|
|
2033
2137
|
export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
@@ -2606,6 +2710,14 @@ export var GetDomainStatisticsReport$ = [
|
|
|
2606
2710
|
() => GetDomainStatisticsReportRequest$,
|
|
2607
2711
|
() => GetDomainStatisticsReportResponse$,
|
|
2608
2712
|
];
|
|
2713
|
+
export var GetEmailAddressInsights$ = [
|
|
2714
|
+
9,
|
|
2715
|
+
n0,
|
|
2716
|
+
_GEAI,
|
|
2717
|
+
{ [_h]: ["POST", "/v2/email/email-address-insights", 200] },
|
|
2718
|
+
() => GetEmailAddressInsightsRequest$,
|
|
2719
|
+
() => GetEmailAddressInsightsResponse$,
|
|
2720
|
+
];
|
|
2609
2721
|
export var GetEmailIdentity$ = [
|
|
2610
2722
|
9,
|
|
2611
2723
|
n0,
|
package/dist-types/SESv2.d.ts
CHANGED
|
@@ -43,6 +43,7 @@ import { GetDeliverabilityDashboardOptionsCommandInput, GetDeliverabilityDashboa
|
|
|
43
43
|
import { GetDeliverabilityTestReportCommandInput, GetDeliverabilityTestReportCommandOutput } from "./commands/GetDeliverabilityTestReportCommand";
|
|
44
44
|
import { GetDomainDeliverabilityCampaignCommandInput, GetDomainDeliverabilityCampaignCommandOutput } from "./commands/GetDomainDeliverabilityCampaignCommand";
|
|
45
45
|
import { GetDomainStatisticsReportCommandInput, GetDomainStatisticsReportCommandOutput } from "./commands/GetDomainStatisticsReportCommand";
|
|
46
|
+
import { GetEmailAddressInsightsCommandInput, GetEmailAddressInsightsCommandOutput } from "./commands/GetEmailAddressInsightsCommand";
|
|
46
47
|
import { GetEmailIdentityCommandInput, GetEmailIdentityCommandOutput } from "./commands/GetEmailIdentityCommand";
|
|
47
48
|
import { GetEmailIdentityPoliciesCommandInput, GetEmailIdentityPoliciesCommandOutput } from "./commands/GetEmailIdentityPoliciesCommand";
|
|
48
49
|
import { GetEmailTemplateCommandInput, GetEmailTemplateCommandOutput } from "./commands/GetEmailTemplateCommand";
|
|
@@ -377,6 +378,12 @@ export interface SESv2 {
|
|
|
377
378
|
getDomainStatisticsReport(args: GetDomainStatisticsReportCommandInput, options?: __HttpHandlerOptions): Promise<GetDomainStatisticsReportCommandOutput>;
|
|
378
379
|
getDomainStatisticsReport(args: GetDomainStatisticsReportCommandInput, cb: (err: any, data?: GetDomainStatisticsReportCommandOutput) => void): void;
|
|
379
380
|
getDomainStatisticsReport(args: GetDomainStatisticsReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDomainStatisticsReportCommandOutput) => void): void;
|
|
381
|
+
/**
|
|
382
|
+
* @see {@link GetEmailAddressInsightsCommand}
|
|
383
|
+
*/
|
|
384
|
+
getEmailAddressInsights(args: GetEmailAddressInsightsCommandInput, options?: __HttpHandlerOptions): Promise<GetEmailAddressInsightsCommandOutput>;
|
|
385
|
+
getEmailAddressInsights(args: GetEmailAddressInsightsCommandInput, cb: (err: any, data?: GetEmailAddressInsightsCommandOutput) => void): void;
|
|
386
|
+
getEmailAddressInsights(args: GetEmailAddressInsightsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEmailAddressInsightsCommandOutput) => void): void;
|
|
380
387
|
/**
|
|
381
388
|
* @see {@link GetEmailIdentityCommand}
|
|
382
389
|
*/
|
|
@@ -51,6 +51,7 @@ import { GetDeliverabilityDashboardOptionsCommandInput, GetDeliverabilityDashboa
|
|
|
51
51
|
import { GetDeliverabilityTestReportCommandInput, GetDeliverabilityTestReportCommandOutput } from "./commands/GetDeliverabilityTestReportCommand";
|
|
52
52
|
import { GetDomainDeliverabilityCampaignCommandInput, GetDomainDeliverabilityCampaignCommandOutput } from "./commands/GetDomainDeliverabilityCampaignCommand";
|
|
53
53
|
import { GetDomainStatisticsReportCommandInput, GetDomainStatisticsReportCommandOutput } from "./commands/GetDomainStatisticsReportCommand";
|
|
54
|
+
import { GetEmailAddressInsightsCommandInput, GetEmailAddressInsightsCommandOutput } from "./commands/GetEmailAddressInsightsCommand";
|
|
54
55
|
import { GetEmailIdentityCommandInput, GetEmailIdentityCommandOutput } from "./commands/GetEmailIdentityCommand";
|
|
55
56
|
import { GetEmailIdentityPoliciesCommandInput, GetEmailIdentityPoliciesCommandOutput } from "./commands/GetEmailIdentityPoliciesCommand";
|
|
56
57
|
import { GetEmailTemplateCommandInput, GetEmailTemplateCommandOutput } from "./commands/GetEmailTemplateCommand";
|
|
@@ -122,11 +123,11 @@ export { __Client };
|
|
|
122
123
|
/**
|
|
123
124
|
* @public
|
|
124
125
|
*/
|
|
125
|
-
export type ServiceInputTypes = BatchGetMetricDataCommandInput | CancelExportJobCommandInput | CreateConfigurationSetCommandInput | CreateConfigurationSetEventDestinationCommandInput | CreateContactCommandInput | CreateContactListCommandInput | CreateCustomVerificationEmailTemplateCommandInput | CreateDedicatedIpPoolCommandInput | CreateDeliverabilityTestReportCommandInput | CreateEmailIdentityCommandInput | CreateEmailIdentityPolicyCommandInput | CreateEmailTemplateCommandInput | CreateExportJobCommandInput | CreateImportJobCommandInput | CreateMultiRegionEndpointCommandInput | CreateTenantCommandInput | CreateTenantResourceAssociationCommandInput | DeleteConfigurationSetCommandInput | DeleteConfigurationSetEventDestinationCommandInput | DeleteContactCommandInput | DeleteContactListCommandInput | DeleteCustomVerificationEmailTemplateCommandInput | DeleteDedicatedIpPoolCommandInput | DeleteEmailIdentityCommandInput | DeleteEmailIdentityPolicyCommandInput | DeleteEmailTemplateCommandInput | DeleteMultiRegionEndpointCommandInput | DeleteSuppressedDestinationCommandInput | DeleteTenantCommandInput | DeleteTenantResourceAssociationCommandInput | GetAccountCommandInput | GetBlacklistReportsCommandInput | GetConfigurationSetCommandInput | GetConfigurationSetEventDestinationsCommandInput | GetContactCommandInput | GetContactListCommandInput | GetCustomVerificationEmailTemplateCommandInput | GetDedicatedIpCommandInput | GetDedicatedIpPoolCommandInput | GetDedicatedIpsCommandInput | GetDeliverabilityDashboardOptionsCommandInput | GetDeliverabilityTestReportCommandInput | GetDomainDeliverabilityCampaignCommandInput | GetDomainStatisticsReportCommandInput | GetEmailIdentityCommandInput | GetEmailIdentityPoliciesCommandInput | GetEmailTemplateCommandInput | GetExportJobCommandInput | GetImportJobCommandInput | GetMessageInsightsCommandInput | GetMultiRegionEndpointCommandInput | GetReputationEntityCommandInput | GetSuppressedDestinationCommandInput | GetTenantCommandInput | ListConfigurationSetsCommandInput | ListContactListsCommandInput | ListContactsCommandInput | ListCustomVerificationEmailTemplatesCommandInput | ListDedicatedIpPoolsCommandInput | ListDeliverabilityTestReportsCommandInput | ListDomainDeliverabilityCampaignsCommandInput | ListEmailIdentitiesCommandInput | ListEmailTemplatesCommandInput | ListExportJobsCommandInput | ListImportJobsCommandInput | ListMultiRegionEndpointsCommandInput | ListRecommendationsCommandInput | ListReputationEntitiesCommandInput | ListResourceTenantsCommandInput | ListSuppressedDestinationsCommandInput | ListTagsForResourceCommandInput | ListTenantResourcesCommandInput | ListTenantsCommandInput | PutAccountDedicatedIpWarmupAttributesCommandInput | PutAccountDetailsCommandInput | PutAccountSendingAttributesCommandInput | PutAccountSuppressionAttributesCommandInput | PutAccountVdmAttributesCommandInput | PutConfigurationSetArchivingOptionsCommandInput | PutConfigurationSetDeliveryOptionsCommandInput | PutConfigurationSetReputationOptionsCommandInput | PutConfigurationSetSendingOptionsCommandInput | PutConfigurationSetSuppressionOptionsCommandInput | PutConfigurationSetTrackingOptionsCommandInput | PutConfigurationSetVdmOptionsCommandInput | PutDedicatedIpInPoolCommandInput | PutDedicatedIpPoolScalingAttributesCommandInput | PutDedicatedIpWarmupAttributesCommandInput | PutDeliverabilityDashboardOptionCommandInput | PutEmailIdentityConfigurationSetAttributesCommandInput | PutEmailIdentityDkimAttributesCommandInput | PutEmailIdentityDkimSigningAttributesCommandInput | PutEmailIdentityFeedbackAttributesCommandInput | PutEmailIdentityMailFromAttributesCommandInput | PutSuppressedDestinationCommandInput | SendBulkEmailCommandInput | SendCustomVerificationEmailCommandInput | SendEmailCommandInput | TagResourceCommandInput | TestRenderEmailTemplateCommandInput | UntagResourceCommandInput | UpdateConfigurationSetEventDestinationCommandInput | UpdateContactCommandInput | UpdateContactListCommandInput | UpdateCustomVerificationEmailTemplateCommandInput | UpdateEmailIdentityPolicyCommandInput | UpdateEmailTemplateCommandInput | UpdateReputationEntityCustomerManagedStatusCommandInput | UpdateReputationEntityPolicyCommandInput;
|
|
126
|
+
export type ServiceInputTypes = BatchGetMetricDataCommandInput | CancelExportJobCommandInput | CreateConfigurationSetCommandInput | CreateConfigurationSetEventDestinationCommandInput | CreateContactCommandInput | CreateContactListCommandInput | CreateCustomVerificationEmailTemplateCommandInput | CreateDedicatedIpPoolCommandInput | CreateDeliverabilityTestReportCommandInput | CreateEmailIdentityCommandInput | CreateEmailIdentityPolicyCommandInput | CreateEmailTemplateCommandInput | CreateExportJobCommandInput | CreateImportJobCommandInput | CreateMultiRegionEndpointCommandInput | CreateTenantCommandInput | CreateTenantResourceAssociationCommandInput | DeleteConfigurationSetCommandInput | DeleteConfigurationSetEventDestinationCommandInput | DeleteContactCommandInput | DeleteContactListCommandInput | DeleteCustomVerificationEmailTemplateCommandInput | DeleteDedicatedIpPoolCommandInput | DeleteEmailIdentityCommandInput | DeleteEmailIdentityPolicyCommandInput | DeleteEmailTemplateCommandInput | DeleteMultiRegionEndpointCommandInput | DeleteSuppressedDestinationCommandInput | DeleteTenantCommandInput | DeleteTenantResourceAssociationCommandInput | GetAccountCommandInput | GetBlacklistReportsCommandInput | GetConfigurationSetCommandInput | GetConfigurationSetEventDestinationsCommandInput | GetContactCommandInput | GetContactListCommandInput | GetCustomVerificationEmailTemplateCommandInput | GetDedicatedIpCommandInput | GetDedicatedIpPoolCommandInput | GetDedicatedIpsCommandInput | GetDeliverabilityDashboardOptionsCommandInput | GetDeliverabilityTestReportCommandInput | GetDomainDeliverabilityCampaignCommandInput | GetDomainStatisticsReportCommandInput | GetEmailAddressInsightsCommandInput | GetEmailIdentityCommandInput | GetEmailIdentityPoliciesCommandInput | GetEmailTemplateCommandInput | GetExportJobCommandInput | GetImportJobCommandInput | GetMessageInsightsCommandInput | GetMultiRegionEndpointCommandInput | GetReputationEntityCommandInput | GetSuppressedDestinationCommandInput | GetTenantCommandInput | ListConfigurationSetsCommandInput | ListContactListsCommandInput | ListContactsCommandInput | ListCustomVerificationEmailTemplatesCommandInput | ListDedicatedIpPoolsCommandInput | ListDeliverabilityTestReportsCommandInput | ListDomainDeliverabilityCampaignsCommandInput | ListEmailIdentitiesCommandInput | ListEmailTemplatesCommandInput | ListExportJobsCommandInput | ListImportJobsCommandInput | ListMultiRegionEndpointsCommandInput | ListRecommendationsCommandInput | ListReputationEntitiesCommandInput | ListResourceTenantsCommandInput | ListSuppressedDestinationsCommandInput | ListTagsForResourceCommandInput | ListTenantResourcesCommandInput | ListTenantsCommandInput | PutAccountDedicatedIpWarmupAttributesCommandInput | PutAccountDetailsCommandInput | PutAccountSendingAttributesCommandInput | PutAccountSuppressionAttributesCommandInput | PutAccountVdmAttributesCommandInput | PutConfigurationSetArchivingOptionsCommandInput | PutConfigurationSetDeliveryOptionsCommandInput | PutConfigurationSetReputationOptionsCommandInput | PutConfigurationSetSendingOptionsCommandInput | PutConfigurationSetSuppressionOptionsCommandInput | PutConfigurationSetTrackingOptionsCommandInput | PutConfigurationSetVdmOptionsCommandInput | PutDedicatedIpInPoolCommandInput | PutDedicatedIpPoolScalingAttributesCommandInput | PutDedicatedIpWarmupAttributesCommandInput | PutDeliverabilityDashboardOptionCommandInput | PutEmailIdentityConfigurationSetAttributesCommandInput | PutEmailIdentityDkimAttributesCommandInput | PutEmailIdentityDkimSigningAttributesCommandInput | PutEmailIdentityFeedbackAttributesCommandInput | PutEmailIdentityMailFromAttributesCommandInput | PutSuppressedDestinationCommandInput | SendBulkEmailCommandInput | SendCustomVerificationEmailCommandInput | SendEmailCommandInput | TagResourceCommandInput | TestRenderEmailTemplateCommandInput | UntagResourceCommandInput | UpdateConfigurationSetEventDestinationCommandInput | UpdateContactCommandInput | UpdateContactListCommandInput | UpdateCustomVerificationEmailTemplateCommandInput | UpdateEmailIdentityPolicyCommandInput | UpdateEmailTemplateCommandInput | UpdateReputationEntityCustomerManagedStatusCommandInput | UpdateReputationEntityPolicyCommandInput;
|
|
126
127
|
/**
|
|
127
128
|
* @public
|
|
128
129
|
*/
|
|
129
|
-
export type ServiceOutputTypes = BatchGetMetricDataCommandOutput | CancelExportJobCommandOutput | CreateConfigurationSetCommandOutput | CreateConfigurationSetEventDestinationCommandOutput | CreateContactCommandOutput | CreateContactListCommandOutput | CreateCustomVerificationEmailTemplateCommandOutput | CreateDedicatedIpPoolCommandOutput | CreateDeliverabilityTestReportCommandOutput | CreateEmailIdentityCommandOutput | CreateEmailIdentityPolicyCommandOutput | CreateEmailTemplateCommandOutput | CreateExportJobCommandOutput | CreateImportJobCommandOutput | CreateMultiRegionEndpointCommandOutput | CreateTenantCommandOutput | CreateTenantResourceAssociationCommandOutput | DeleteConfigurationSetCommandOutput | DeleteConfigurationSetEventDestinationCommandOutput | DeleteContactCommandOutput | DeleteContactListCommandOutput | DeleteCustomVerificationEmailTemplateCommandOutput | DeleteDedicatedIpPoolCommandOutput | DeleteEmailIdentityCommandOutput | DeleteEmailIdentityPolicyCommandOutput | DeleteEmailTemplateCommandOutput | DeleteMultiRegionEndpointCommandOutput | DeleteSuppressedDestinationCommandOutput | DeleteTenantCommandOutput | DeleteTenantResourceAssociationCommandOutput | GetAccountCommandOutput | GetBlacklistReportsCommandOutput | GetConfigurationSetCommandOutput | GetConfigurationSetEventDestinationsCommandOutput | GetContactCommandOutput | GetContactListCommandOutput | GetCustomVerificationEmailTemplateCommandOutput | GetDedicatedIpCommandOutput | GetDedicatedIpPoolCommandOutput | GetDedicatedIpsCommandOutput | GetDeliverabilityDashboardOptionsCommandOutput | GetDeliverabilityTestReportCommandOutput | GetDomainDeliverabilityCampaignCommandOutput | GetDomainStatisticsReportCommandOutput | GetEmailIdentityCommandOutput | GetEmailIdentityPoliciesCommandOutput | GetEmailTemplateCommandOutput | GetExportJobCommandOutput | GetImportJobCommandOutput | GetMessageInsightsCommandOutput | GetMultiRegionEndpointCommandOutput | GetReputationEntityCommandOutput | GetSuppressedDestinationCommandOutput | GetTenantCommandOutput | ListConfigurationSetsCommandOutput | ListContactListsCommandOutput | ListContactsCommandOutput | ListCustomVerificationEmailTemplatesCommandOutput | ListDedicatedIpPoolsCommandOutput | ListDeliverabilityTestReportsCommandOutput | ListDomainDeliverabilityCampaignsCommandOutput | ListEmailIdentitiesCommandOutput | ListEmailTemplatesCommandOutput | ListExportJobsCommandOutput | ListImportJobsCommandOutput | ListMultiRegionEndpointsCommandOutput | ListRecommendationsCommandOutput | ListReputationEntitiesCommandOutput | ListResourceTenantsCommandOutput | ListSuppressedDestinationsCommandOutput | ListTagsForResourceCommandOutput | ListTenantResourcesCommandOutput | ListTenantsCommandOutput | PutAccountDedicatedIpWarmupAttributesCommandOutput | PutAccountDetailsCommandOutput | PutAccountSendingAttributesCommandOutput | PutAccountSuppressionAttributesCommandOutput | PutAccountVdmAttributesCommandOutput | PutConfigurationSetArchivingOptionsCommandOutput | PutConfigurationSetDeliveryOptionsCommandOutput | PutConfigurationSetReputationOptionsCommandOutput | PutConfigurationSetSendingOptionsCommandOutput | PutConfigurationSetSuppressionOptionsCommandOutput | PutConfigurationSetTrackingOptionsCommandOutput | PutConfigurationSetVdmOptionsCommandOutput | PutDedicatedIpInPoolCommandOutput | PutDedicatedIpPoolScalingAttributesCommandOutput | PutDedicatedIpWarmupAttributesCommandOutput | PutDeliverabilityDashboardOptionCommandOutput | PutEmailIdentityConfigurationSetAttributesCommandOutput | PutEmailIdentityDkimAttributesCommandOutput | PutEmailIdentityDkimSigningAttributesCommandOutput | PutEmailIdentityFeedbackAttributesCommandOutput | PutEmailIdentityMailFromAttributesCommandOutput | PutSuppressedDestinationCommandOutput | SendBulkEmailCommandOutput | SendCustomVerificationEmailCommandOutput | SendEmailCommandOutput | TagResourceCommandOutput | TestRenderEmailTemplateCommandOutput | UntagResourceCommandOutput | UpdateConfigurationSetEventDestinationCommandOutput | UpdateContactCommandOutput | UpdateContactListCommandOutput | UpdateCustomVerificationEmailTemplateCommandOutput | UpdateEmailIdentityPolicyCommandOutput | UpdateEmailTemplateCommandOutput | UpdateReputationEntityCustomerManagedStatusCommandOutput | UpdateReputationEntityPolicyCommandOutput;
|
|
130
|
+
export type ServiceOutputTypes = BatchGetMetricDataCommandOutput | CancelExportJobCommandOutput | CreateConfigurationSetCommandOutput | CreateConfigurationSetEventDestinationCommandOutput | CreateContactCommandOutput | CreateContactListCommandOutput | CreateCustomVerificationEmailTemplateCommandOutput | CreateDedicatedIpPoolCommandOutput | CreateDeliverabilityTestReportCommandOutput | CreateEmailIdentityCommandOutput | CreateEmailIdentityPolicyCommandOutput | CreateEmailTemplateCommandOutput | CreateExportJobCommandOutput | CreateImportJobCommandOutput | CreateMultiRegionEndpointCommandOutput | CreateTenantCommandOutput | CreateTenantResourceAssociationCommandOutput | DeleteConfigurationSetCommandOutput | DeleteConfigurationSetEventDestinationCommandOutput | DeleteContactCommandOutput | DeleteContactListCommandOutput | DeleteCustomVerificationEmailTemplateCommandOutput | DeleteDedicatedIpPoolCommandOutput | DeleteEmailIdentityCommandOutput | DeleteEmailIdentityPolicyCommandOutput | DeleteEmailTemplateCommandOutput | DeleteMultiRegionEndpointCommandOutput | DeleteSuppressedDestinationCommandOutput | DeleteTenantCommandOutput | DeleteTenantResourceAssociationCommandOutput | GetAccountCommandOutput | GetBlacklistReportsCommandOutput | GetConfigurationSetCommandOutput | GetConfigurationSetEventDestinationsCommandOutput | GetContactCommandOutput | GetContactListCommandOutput | GetCustomVerificationEmailTemplateCommandOutput | GetDedicatedIpCommandOutput | GetDedicatedIpPoolCommandOutput | GetDedicatedIpsCommandOutput | GetDeliverabilityDashboardOptionsCommandOutput | GetDeliverabilityTestReportCommandOutput | GetDomainDeliverabilityCampaignCommandOutput | GetDomainStatisticsReportCommandOutput | GetEmailAddressInsightsCommandOutput | GetEmailIdentityCommandOutput | GetEmailIdentityPoliciesCommandOutput | GetEmailTemplateCommandOutput | GetExportJobCommandOutput | GetImportJobCommandOutput | GetMessageInsightsCommandOutput | GetMultiRegionEndpointCommandOutput | GetReputationEntityCommandOutput | GetSuppressedDestinationCommandOutput | GetTenantCommandOutput | ListConfigurationSetsCommandOutput | ListContactListsCommandOutput | ListContactsCommandOutput | ListCustomVerificationEmailTemplatesCommandOutput | ListDedicatedIpPoolsCommandOutput | ListDeliverabilityTestReportsCommandOutput | ListDomainDeliverabilityCampaignsCommandOutput | ListEmailIdentitiesCommandOutput | ListEmailTemplatesCommandOutput | ListExportJobsCommandOutput | ListImportJobsCommandOutput | ListMultiRegionEndpointsCommandOutput | ListRecommendationsCommandOutput | ListReputationEntitiesCommandOutput | ListResourceTenantsCommandOutput | ListSuppressedDestinationsCommandOutput | ListTagsForResourceCommandOutput | ListTenantResourcesCommandOutput | ListTenantsCommandOutput | PutAccountDedicatedIpWarmupAttributesCommandOutput | PutAccountDetailsCommandOutput | PutAccountSendingAttributesCommandOutput | PutAccountSuppressionAttributesCommandOutput | PutAccountVdmAttributesCommandOutput | PutConfigurationSetArchivingOptionsCommandOutput | PutConfigurationSetDeliveryOptionsCommandOutput | PutConfigurationSetReputationOptionsCommandOutput | PutConfigurationSetSendingOptionsCommandOutput | PutConfigurationSetSuppressionOptionsCommandOutput | PutConfigurationSetTrackingOptionsCommandOutput | PutConfigurationSetVdmOptionsCommandOutput | PutDedicatedIpInPoolCommandOutput | PutDedicatedIpPoolScalingAttributesCommandOutput | PutDedicatedIpWarmupAttributesCommandOutput | PutDeliverabilityDashboardOptionCommandOutput | PutEmailIdentityConfigurationSetAttributesCommandOutput | PutEmailIdentityDkimAttributesCommandOutput | PutEmailIdentityDkimSigningAttributesCommandOutput | PutEmailIdentityFeedbackAttributesCommandOutput | PutEmailIdentityMailFromAttributesCommandOutput | PutSuppressedDestinationCommandOutput | SendBulkEmailCommandOutput | SendCustomVerificationEmailCommandOutput | SendEmailCommandOutput | TagResourceCommandOutput | TestRenderEmailTemplateCommandOutput | UntagResourceCommandOutput | UpdateConfigurationSetEventDestinationCommandOutput | UpdateContactCommandOutput | UpdateContactListCommandOutput | UpdateCustomVerificationEmailTemplateCommandOutput | UpdateEmailIdentityPolicyCommandOutput | UpdateEmailTemplateCommandOutput | UpdateReputationEntityCustomerManagedStatusCommandOutput | UpdateReputationEntityPolicyCommandOutput;
|
|
130
131
|
/**
|
|
131
132
|
* @public
|
|
132
133
|
*/
|
|
@@ -68,6 +68,14 @@ declare const CreateConfigurationSetCommand_base: {
|
|
|
68
68
|
* SuppressedReasons: [ // SuppressionListReasons
|
|
69
69
|
* "BOUNCE" || "COMPLAINT",
|
|
70
70
|
* ],
|
|
71
|
+
* ValidationOptions: { // SuppressionValidationOptions
|
|
72
|
+
* ConditionThreshold: { // SuppressionConditionThreshold
|
|
73
|
+
* ConditionThresholdEnabled: "ENABLED" || "DISABLED", // required
|
|
74
|
+
* OverallConfidenceThreshold: { // SuppressionConfidenceThreshold
|
|
75
|
+
* ConfidenceVerdictThreshold: "MEDIUM" || "HIGH" || "MANAGED", // required
|
|
76
|
+
* },
|
|
77
|
+
* },
|
|
78
|
+
* },
|
|
71
79
|
* },
|
|
72
80
|
* VdmOptions: { // VdmOptions
|
|
73
81
|
* DashboardOptions: { // DashboardOptions
|
|
@@ -45,6 +45,12 @@ declare const CreateCustomVerificationEmailTemplateCommand_base: {
|
|
|
45
45
|
* FromEmailAddress: "STRING_VALUE", // required
|
|
46
46
|
* TemplateSubject: "STRING_VALUE", // required
|
|
47
47
|
* TemplateContent: "STRING_VALUE", // required
|
|
48
|
+
* Tags: [ // TagList
|
|
49
|
+
* { // Tag
|
|
50
|
+
* Key: "STRING_VALUE", // required
|
|
51
|
+
* Value: "STRING_VALUE", // required
|
|
52
|
+
* },
|
|
53
|
+
* ],
|
|
48
54
|
* SuccessRedirectionURL: "STRING_VALUE", // required
|
|
49
55
|
* FailureRedirectionURL: "STRING_VALUE", // required
|
|
50
56
|
* };
|
|
@@ -46,6 +46,12 @@ declare const CreateEmailTemplateCommand_base: {
|
|
|
46
46
|
* Text: "STRING_VALUE",
|
|
47
47
|
* Html: "STRING_VALUE",
|
|
48
48
|
* },
|
|
49
|
+
* Tags: [ // TagList
|
|
50
|
+
* { // Tag
|
|
51
|
+
* Key: "STRING_VALUE", // required
|
|
52
|
+
* Value: "STRING_VALUE", // required
|
|
53
|
+
* },
|
|
54
|
+
* ],
|
|
49
55
|
* };
|
|
50
56
|
* const command = new CreateEmailTemplateCommand(input);
|
|
51
57
|
* const response = await client.send(command);
|
|
@@ -54,6 +54,14 @@ declare const GetAccountCommand_base: {
|
|
|
54
54
|
* // SuppressedReasons: [ // SuppressionListReasons
|
|
55
55
|
* // "BOUNCE" || "COMPLAINT",
|
|
56
56
|
* // ],
|
|
57
|
+
* // ValidationAttributes: { // SuppressionValidationAttributes
|
|
58
|
+
* // ConditionThreshold: { // SuppressionConditionThreshold
|
|
59
|
+
* // ConditionThresholdEnabled: "ENABLED" || "DISABLED", // required
|
|
60
|
+
* // OverallConfidenceThreshold: { // SuppressionConfidenceThreshold
|
|
61
|
+
* // ConfidenceVerdictThreshold: "MEDIUM" || "HIGH" || "MANAGED", // required
|
|
62
|
+
* // },
|
|
63
|
+
* // },
|
|
64
|
+
* // },
|
|
57
65
|
* // },
|
|
58
66
|
* // Details: { // AccountDetails
|
|
59
67
|
* // MailType: "MARKETING" || "TRANSACTIONAL",
|
|
@@ -76,6 +76,14 @@ declare const GetConfigurationSetCommand_base: {
|
|
|
76
76
|
* // SuppressedReasons: [ // SuppressionListReasons
|
|
77
77
|
* // "BOUNCE" || "COMPLAINT",
|
|
78
78
|
* // ],
|
|
79
|
+
* // ValidationOptions: { // SuppressionValidationOptions
|
|
80
|
+
* // ConditionThreshold: { // SuppressionConditionThreshold
|
|
81
|
+
* // ConditionThresholdEnabled: "ENABLED" || "DISABLED", // required
|
|
82
|
+
* // OverallConfidenceThreshold: { // SuppressionConfidenceThreshold
|
|
83
|
+
* // ConfidenceVerdictThreshold: "MEDIUM" || "HIGH" || "MANAGED", // required
|
|
84
|
+
* // },
|
|
85
|
+
* // },
|
|
86
|
+
* // },
|
|
79
87
|
* // },
|
|
80
88
|
* // VdmOptions: { // VdmOptions
|
|
81
89
|
* // DashboardOptions: { // DashboardOptions
|
|
@@ -51,6 +51,12 @@ declare const GetCustomVerificationEmailTemplateCommand_base: {
|
|
|
51
51
|
* // FromEmailAddress: "STRING_VALUE",
|
|
52
52
|
* // TemplateSubject: "STRING_VALUE",
|
|
53
53
|
* // TemplateContent: "STRING_VALUE",
|
|
54
|
+
* // Tags: [ // TagList
|
|
55
|
+
* // { // Tag
|
|
56
|
+
* // Key: "STRING_VALUE", // required
|
|
57
|
+
* // Value: "STRING_VALUE", // required
|
|
58
|
+
* // },
|
|
59
|
+
* // ],
|
|
54
60
|
* // SuccessRedirectionURL: "STRING_VALUE",
|
|
55
61
|
* // FailureRedirectionURL: "STRING_VALUE",
|
|
56
62
|
* // };
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetEmailAddressInsightsRequest, GetEmailAddressInsightsResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetEmailAddressInsightsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetEmailAddressInsightsCommandInput extends GetEmailAddressInsightsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetEmailAddressInsightsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetEmailAddressInsightsCommandOutput extends GetEmailAddressInsightsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetEmailAddressInsightsCommand_base: {
|
|
25
|
+
new (input: GetEmailAddressInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<GetEmailAddressInsightsCommandInput, GetEmailAddressInsightsCommandOutput, SESv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetEmailAddressInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<GetEmailAddressInsightsCommandInput, GetEmailAddressInsightsCommandOutput, SESv2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Provides validation insights about a specific email address, including syntax validation, DNS record checks, mailbox existence, and other deliverability factors.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { SESv2Client, GetEmailAddressInsightsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
|
|
35
|
+
* // const { SESv2Client, GetEmailAddressInsightsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
|
|
36
|
+
* // import type { SESv2ClientConfig } from "@aws-sdk/client-sesv2";
|
|
37
|
+
* const config = {}; // type is SESv2ClientConfig
|
|
38
|
+
* const client = new SESv2Client(config);
|
|
39
|
+
* const input = { // GetEmailAddressInsightsRequest
|
|
40
|
+
* EmailAddress: "STRING_VALUE", // required
|
|
41
|
+
* };
|
|
42
|
+
* const command = new GetEmailAddressInsightsCommand(input);
|
|
43
|
+
* const response = await client.send(command);
|
|
44
|
+
* // { // GetEmailAddressInsightsResponse
|
|
45
|
+
* // MailboxValidation: { // MailboxValidation
|
|
46
|
+
* // IsValid: { // EmailAddressInsightsVerdict
|
|
47
|
+
* // ConfidenceVerdict: "LOW" || "MEDIUM" || "HIGH",
|
|
48
|
+
* // },
|
|
49
|
+
* // Evaluations: { // EmailAddressInsightsMailboxEvaluations
|
|
50
|
+
* // HasValidSyntax: {
|
|
51
|
+
* // ConfidenceVerdict: "LOW" || "MEDIUM" || "HIGH",
|
|
52
|
+
* // },
|
|
53
|
+
* // HasValidDnsRecords: {
|
|
54
|
+
* // ConfidenceVerdict: "LOW" || "MEDIUM" || "HIGH",
|
|
55
|
+
* // },
|
|
56
|
+
* // MailboxExists: {
|
|
57
|
+
* // ConfidenceVerdict: "LOW" || "MEDIUM" || "HIGH",
|
|
58
|
+
* // },
|
|
59
|
+
* // IsRoleAddress: {
|
|
60
|
+
* // ConfidenceVerdict: "LOW" || "MEDIUM" || "HIGH",
|
|
61
|
+
* // },
|
|
62
|
+
* // IsDisposable: "<EmailAddressInsightsVerdict>",
|
|
63
|
+
* // IsRandomInput: "<EmailAddressInsightsVerdict>",
|
|
64
|
+
* // },
|
|
65
|
+
* // },
|
|
66
|
+
* // };
|
|
67
|
+
*
|
|
68
|
+
* ```
|
|
69
|
+
*
|
|
70
|
+
* @param GetEmailAddressInsightsCommandInput - {@link GetEmailAddressInsightsCommandInput}
|
|
71
|
+
* @returns {@link GetEmailAddressInsightsCommandOutput}
|
|
72
|
+
* @see {@link GetEmailAddressInsightsCommandInput} for command's `input` shape.
|
|
73
|
+
* @see {@link GetEmailAddressInsightsCommandOutput} for command's `response` shape.
|
|
74
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link BadRequestException} (client fault)
|
|
77
|
+
* <p>The input you provided is invalid.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
80
|
+
* <p>Too many requests have been made to the operation.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link SESv2ServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
84
|
+
*
|
|
85
|
+
*
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
export declare class GetEmailAddressInsightsCommand extends GetEmailAddressInsightsCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: GetEmailAddressInsightsRequest;
|
|
93
|
+
output: GetEmailAddressInsightsResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: GetEmailAddressInsightsCommandInput;
|
|
97
|
+
output: GetEmailAddressInsightsCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
}
|
|
@@ -50,6 +50,12 @@ declare const GetEmailTemplateCommand_base: {
|
|
|
50
50
|
* // Text: "STRING_VALUE",
|
|
51
51
|
* // Html: "STRING_VALUE",
|
|
52
52
|
* // },
|
|
53
|
+
* // Tags: [ // TagList
|
|
54
|
+
* // { // Tag
|
|
55
|
+
* // Key: "STRING_VALUE", // required
|
|
56
|
+
* // Value: "STRING_VALUE", // required
|
|
57
|
+
* // },
|
|
58
|
+
* // ],
|
|
53
59
|
* // };
|
|
54
60
|
*
|
|
55
61
|
* ```
|
|
@@ -40,6 +40,14 @@ declare const PutAccountSuppressionAttributesCommand_base: {
|
|
|
40
40
|
* SuppressedReasons: [ // SuppressionListReasons
|
|
41
41
|
* "BOUNCE" || "COMPLAINT",
|
|
42
42
|
* ],
|
|
43
|
+
* ValidationAttributes: { // SuppressionValidationAttributes
|
|
44
|
+
* ConditionThreshold: { // SuppressionConditionThreshold
|
|
45
|
+
* ConditionThresholdEnabled: "ENABLED" || "DISABLED", // required
|
|
46
|
+
* OverallConfidenceThreshold: { // SuppressionConfidenceThreshold
|
|
47
|
+
* ConfidenceVerdictThreshold: "MEDIUM" || "HIGH" || "MANAGED", // required
|
|
48
|
+
* },
|
|
49
|
+
* },
|
|
50
|
+
* },
|
|
43
51
|
* };
|
|
44
52
|
* const command = new PutAccountSuppressionAttributesCommand(input);
|
|
45
53
|
* const response = await client.send(command);
|
|
@@ -41,6 +41,14 @@ declare const PutConfigurationSetSuppressionOptionsCommand_base: {
|
|
|
41
41
|
* SuppressedReasons: [ // SuppressionListReasons
|
|
42
42
|
* "BOUNCE" || "COMPLAINT",
|
|
43
43
|
* ],
|
|
44
|
+
* ValidationOptions: { // SuppressionValidationOptions
|
|
45
|
+
* ConditionThreshold: { // SuppressionConditionThreshold
|
|
46
|
+
* ConditionThresholdEnabled: "ENABLED" || "DISABLED", // required
|
|
47
|
+
* OverallConfidenceThreshold: { // SuppressionConfidenceThreshold
|
|
48
|
+
* ConfidenceVerdictThreshold: "MEDIUM" || "HIGH" || "MANAGED", // required
|
|
49
|
+
* },
|
|
50
|
+
* },
|
|
51
|
+
* },
|
|
44
52
|
* };
|
|
45
53
|
* const command = new PutConfigurationSetSuppressionOptionsCommand(input);
|
|
46
54
|
* const response = await client.send(command);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { PutEmailIdentityMailFromAttributesRequest, PutEmailIdentityMailFromAttributesResponse } from "../models/
|
|
3
|
+
import type { PutEmailIdentityMailFromAttributesRequest, PutEmailIdentityMailFromAttributesResponse } from "../models/models_1";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|