@alicloud/dm20151123 1.0.10 → 1.0.11
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/client.d.ts +119 -114
- package/dist/client.js +37 -2
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +145 -114
package/dist/client.d.ts
CHANGED
|
@@ -33,11 +33,11 @@ export declare class AddIpfilterResponseBody extends $tea.Model {
|
|
|
33
33
|
});
|
|
34
34
|
}
|
|
35
35
|
export declare class AddIpfilterResponse extends $tea.Model {
|
|
36
|
-
headers
|
|
36
|
+
headers?: {
|
|
37
37
|
[key: string]: string;
|
|
38
38
|
};
|
|
39
|
-
statusCode
|
|
40
|
-
body
|
|
39
|
+
statusCode?: number;
|
|
40
|
+
body?: AddIpfilterResponseBody;
|
|
41
41
|
static names(): {
|
|
42
42
|
[key: string]: string;
|
|
43
43
|
};
|
|
@@ -76,11 +76,11 @@ export declare class ApproveReplyMailAddressResponseBody extends $tea.Model {
|
|
|
76
76
|
});
|
|
77
77
|
}
|
|
78
78
|
export declare class ApproveReplyMailAddressResponse extends $tea.Model {
|
|
79
|
-
headers
|
|
79
|
+
headers?: {
|
|
80
80
|
[key: string]: string;
|
|
81
81
|
};
|
|
82
|
-
statusCode
|
|
83
|
-
body
|
|
82
|
+
statusCode?: number;
|
|
83
|
+
body?: ApproveReplyMailAddressResponseBody;
|
|
84
84
|
static names(): {
|
|
85
85
|
[key: string]: string;
|
|
86
86
|
};
|
|
@@ -103,6 +103,8 @@ export declare class BatchSendMailRequest extends $tea.Model {
|
|
|
103
103
|
resourceOwnerId?: number;
|
|
104
104
|
tagName?: string;
|
|
105
105
|
templateName?: string;
|
|
106
|
+
unSubscribeFilterLevel?: string;
|
|
107
|
+
unSubscribeLinkType?: string;
|
|
106
108
|
static names(): {
|
|
107
109
|
[key: string]: string;
|
|
108
110
|
};
|
|
@@ -127,11 +129,11 @@ export declare class BatchSendMailResponseBody extends $tea.Model {
|
|
|
127
129
|
});
|
|
128
130
|
}
|
|
129
131
|
export declare class BatchSendMailResponse extends $tea.Model {
|
|
130
|
-
headers
|
|
132
|
+
headers?: {
|
|
131
133
|
[key: string]: string;
|
|
132
134
|
};
|
|
133
|
-
statusCode
|
|
134
|
-
body
|
|
135
|
+
statusCode?: number;
|
|
136
|
+
body?: BatchSendMailResponseBody;
|
|
135
137
|
static names(): {
|
|
136
138
|
[key: string]: string;
|
|
137
139
|
};
|
|
@@ -171,11 +173,11 @@ export declare class CheckDomainResponseBody extends $tea.Model {
|
|
|
171
173
|
});
|
|
172
174
|
}
|
|
173
175
|
export declare class CheckDomainResponse extends $tea.Model {
|
|
174
|
-
headers
|
|
176
|
+
headers?: {
|
|
175
177
|
[key: string]: string;
|
|
176
178
|
};
|
|
177
|
-
statusCode
|
|
178
|
-
body
|
|
179
|
+
statusCode?: number;
|
|
180
|
+
body?: CheckDomainResponseBody;
|
|
179
181
|
static names(): {
|
|
180
182
|
[key: string]: string;
|
|
181
183
|
};
|
|
@@ -216,11 +218,11 @@ export declare class CheckReplyToMailAddressResponseBody extends $tea.Model {
|
|
|
216
218
|
});
|
|
217
219
|
}
|
|
218
220
|
export declare class CheckReplyToMailAddressResponse extends $tea.Model {
|
|
219
|
-
headers
|
|
221
|
+
headers?: {
|
|
220
222
|
[key: string]: string;
|
|
221
223
|
};
|
|
222
|
-
statusCode
|
|
223
|
-
body
|
|
224
|
+
statusCode?: number;
|
|
225
|
+
body?: CheckReplyToMailAddressResponseBody;
|
|
224
226
|
static names(): {
|
|
225
227
|
[key: string]: string;
|
|
226
228
|
};
|
|
@@ -260,11 +262,11 @@ export declare class CreateDomainResponseBody extends $tea.Model {
|
|
|
260
262
|
});
|
|
261
263
|
}
|
|
262
264
|
export declare class CreateDomainResponse extends $tea.Model {
|
|
263
|
-
headers
|
|
265
|
+
headers?: {
|
|
264
266
|
[key: string]: string;
|
|
265
267
|
};
|
|
266
|
-
statusCode
|
|
267
|
-
body
|
|
268
|
+
statusCode?: number;
|
|
269
|
+
body?: CreateDomainResponseBody;
|
|
268
270
|
static names(): {
|
|
269
271
|
[key: string]: string;
|
|
270
272
|
};
|
|
@@ -306,11 +308,11 @@ export declare class CreateMailAddressResponseBody extends $tea.Model {
|
|
|
306
308
|
});
|
|
307
309
|
}
|
|
308
310
|
export declare class CreateMailAddressResponse extends $tea.Model {
|
|
309
|
-
headers
|
|
311
|
+
headers?: {
|
|
310
312
|
[key: string]: string;
|
|
311
313
|
};
|
|
312
|
-
statusCode
|
|
313
|
-
body
|
|
314
|
+
statusCode?: number;
|
|
315
|
+
body?: CreateMailAddressResponseBody;
|
|
314
316
|
static names(): {
|
|
315
317
|
[key: string]: string;
|
|
316
318
|
};
|
|
@@ -352,11 +354,11 @@ export declare class CreateReceiverResponseBody extends $tea.Model {
|
|
|
352
354
|
});
|
|
353
355
|
}
|
|
354
356
|
export declare class CreateReceiverResponse extends $tea.Model {
|
|
355
|
-
headers
|
|
357
|
+
headers?: {
|
|
356
358
|
[key: string]: string;
|
|
357
359
|
};
|
|
358
|
-
statusCode
|
|
359
|
-
body
|
|
360
|
+
statusCode?: number;
|
|
361
|
+
body?: CreateReceiverResponseBody;
|
|
360
362
|
static names(): {
|
|
361
363
|
[key: string]: string;
|
|
362
364
|
};
|
|
@@ -397,11 +399,11 @@ export declare class CreateTagResponseBody extends $tea.Model {
|
|
|
397
399
|
});
|
|
398
400
|
}
|
|
399
401
|
export declare class CreateTagResponse extends $tea.Model {
|
|
400
|
-
headers
|
|
402
|
+
headers?: {
|
|
401
403
|
[key: string]: string;
|
|
402
404
|
};
|
|
403
|
-
statusCode
|
|
404
|
-
body
|
|
405
|
+
statusCode?: number;
|
|
406
|
+
body?: CreateTagResponseBody;
|
|
405
407
|
static names(): {
|
|
406
408
|
[key: string]: string;
|
|
407
409
|
};
|
|
@@ -440,11 +442,11 @@ export declare class DeleteDomainResponseBody extends $tea.Model {
|
|
|
440
442
|
});
|
|
441
443
|
}
|
|
442
444
|
export declare class DeleteDomainResponse extends $tea.Model {
|
|
443
|
-
headers
|
|
445
|
+
headers?: {
|
|
444
446
|
[key: string]: string;
|
|
445
447
|
};
|
|
446
|
-
statusCode
|
|
447
|
-
body
|
|
448
|
+
statusCode?: number;
|
|
449
|
+
body?: DeleteDomainResponseBody;
|
|
448
450
|
static names(): {
|
|
449
451
|
[key: string]: string;
|
|
450
452
|
};
|
|
@@ -483,11 +485,11 @@ export declare class DeleteInvalidAddressResponseBody extends $tea.Model {
|
|
|
483
485
|
});
|
|
484
486
|
}
|
|
485
487
|
export declare class DeleteInvalidAddressResponse extends $tea.Model {
|
|
486
|
-
headers
|
|
488
|
+
headers?: {
|
|
487
489
|
[key: string]: string;
|
|
488
490
|
};
|
|
489
|
-
statusCode
|
|
490
|
-
body
|
|
491
|
+
statusCode?: number;
|
|
492
|
+
body?: DeleteInvalidAddressResponseBody;
|
|
491
493
|
static names(): {
|
|
492
494
|
[key: string]: string;
|
|
493
495
|
};
|
|
@@ -527,11 +529,11 @@ export declare class DeleteIpfilterByEdmIdResponseBody extends $tea.Model {
|
|
|
527
529
|
});
|
|
528
530
|
}
|
|
529
531
|
export declare class DeleteIpfilterByEdmIdResponse extends $tea.Model {
|
|
530
|
-
headers
|
|
532
|
+
headers?: {
|
|
531
533
|
[key: string]: string;
|
|
532
534
|
};
|
|
533
|
-
statusCode
|
|
534
|
-
body
|
|
535
|
+
statusCode?: number;
|
|
536
|
+
body?: DeleteIpfilterByEdmIdResponseBody;
|
|
535
537
|
static names(): {
|
|
536
538
|
[key: string]: string;
|
|
537
539
|
};
|
|
@@ -570,11 +572,11 @@ export declare class DeleteMailAddressResponseBody extends $tea.Model {
|
|
|
570
572
|
});
|
|
571
573
|
}
|
|
572
574
|
export declare class DeleteMailAddressResponse extends $tea.Model {
|
|
573
|
-
headers
|
|
575
|
+
headers?: {
|
|
574
576
|
[key: string]: string;
|
|
575
577
|
};
|
|
576
|
-
statusCode
|
|
577
|
-
body
|
|
578
|
+
statusCode?: number;
|
|
579
|
+
body?: DeleteMailAddressResponseBody;
|
|
578
580
|
static names(): {
|
|
579
581
|
[key: string]: string;
|
|
580
582
|
};
|
|
@@ -613,11 +615,11 @@ export declare class DeleteReceiverResponseBody extends $tea.Model {
|
|
|
613
615
|
});
|
|
614
616
|
}
|
|
615
617
|
export declare class DeleteReceiverResponse extends $tea.Model {
|
|
616
|
-
headers
|
|
618
|
+
headers?: {
|
|
617
619
|
[key: string]: string;
|
|
618
620
|
};
|
|
619
|
-
statusCode
|
|
620
|
-
body
|
|
621
|
+
statusCode?: number;
|
|
622
|
+
body?: DeleteReceiverResponseBody;
|
|
621
623
|
static names(): {
|
|
622
624
|
[key: string]: string;
|
|
623
625
|
};
|
|
@@ -657,11 +659,11 @@ export declare class DeleteReceiverDetailResponseBody extends $tea.Model {
|
|
|
657
659
|
});
|
|
658
660
|
}
|
|
659
661
|
export declare class DeleteReceiverDetailResponse extends $tea.Model {
|
|
660
|
-
headers
|
|
662
|
+
headers?: {
|
|
661
663
|
[key: string]: string;
|
|
662
664
|
};
|
|
663
|
-
statusCode
|
|
664
|
-
body
|
|
665
|
+
statusCode?: number;
|
|
666
|
+
body?: DeleteReceiverDetailResponseBody;
|
|
665
667
|
static names(): {
|
|
666
668
|
[key: string]: string;
|
|
667
669
|
};
|
|
@@ -700,11 +702,11 @@ export declare class DeleteTagResponseBody extends $tea.Model {
|
|
|
700
702
|
});
|
|
701
703
|
}
|
|
702
704
|
export declare class DeleteTagResponse extends $tea.Model {
|
|
703
|
-
headers
|
|
705
|
+
headers?: {
|
|
704
706
|
[key: string]: string;
|
|
705
707
|
};
|
|
706
|
-
statusCode
|
|
707
|
-
body
|
|
708
|
+
statusCode?: number;
|
|
709
|
+
body?: DeleteTagResponseBody;
|
|
708
710
|
static names(): {
|
|
709
711
|
[key: string]: string;
|
|
710
712
|
};
|
|
@@ -758,11 +760,11 @@ export declare class DescAccountSummaryResponseBody extends $tea.Model {
|
|
|
758
760
|
});
|
|
759
761
|
}
|
|
760
762
|
export declare class DescAccountSummaryResponse extends $tea.Model {
|
|
761
|
-
headers
|
|
763
|
+
headers?: {
|
|
762
764
|
[key: string]: string;
|
|
763
765
|
};
|
|
764
|
-
statusCode
|
|
765
|
-
body
|
|
766
|
+
statusCode?: number;
|
|
767
|
+
body?: DescAccountSummaryResponseBody;
|
|
766
768
|
static names(): {
|
|
767
769
|
[key: string]: string;
|
|
768
770
|
};
|
|
@@ -830,11 +832,11 @@ export declare class DescDomainResponseBody extends $tea.Model {
|
|
|
830
832
|
});
|
|
831
833
|
}
|
|
832
834
|
export declare class DescDomainResponse extends $tea.Model {
|
|
833
|
-
headers
|
|
835
|
+
headers?: {
|
|
834
836
|
[key: string]: string;
|
|
835
837
|
};
|
|
836
|
-
statusCode
|
|
837
|
-
body
|
|
838
|
+
statusCode?: number;
|
|
839
|
+
body?: DescDomainResponseBody;
|
|
838
840
|
static names(): {
|
|
839
841
|
[key: string]: string;
|
|
840
842
|
};
|
|
@@ -873,11 +875,11 @@ export declare class GetIpProtectionResponseBody extends $tea.Model {
|
|
|
873
875
|
});
|
|
874
876
|
}
|
|
875
877
|
export declare class GetIpProtectionResponse extends $tea.Model {
|
|
876
|
-
headers
|
|
878
|
+
headers?: {
|
|
877
879
|
[key: string]: string;
|
|
878
880
|
};
|
|
879
|
-
statusCode
|
|
880
|
-
body
|
|
881
|
+
statusCode?: number;
|
|
882
|
+
body?: GetIpProtectionResponseBody;
|
|
881
883
|
static names(): {
|
|
882
884
|
[key: string]: string;
|
|
883
885
|
};
|
|
@@ -919,11 +921,11 @@ export declare class GetIpfilterListResponseBody extends $tea.Model {
|
|
|
919
921
|
});
|
|
920
922
|
}
|
|
921
923
|
export declare class GetIpfilterListResponse extends $tea.Model {
|
|
922
|
-
headers
|
|
924
|
+
headers?: {
|
|
923
925
|
[key: string]: string;
|
|
924
926
|
};
|
|
925
|
-
statusCode
|
|
926
|
-
body
|
|
927
|
+
statusCode?: number;
|
|
928
|
+
body?: GetIpfilterListResponseBody;
|
|
927
929
|
static names(): {
|
|
928
930
|
[key: string]: string;
|
|
929
931
|
};
|
|
@@ -975,11 +977,11 @@ export declare class GetTrackListResponseBody extends $tea.Model {
|
|
|
975
977
|
});
|
|
976
978
|
}
|
|
977
979
|
export declare class GetTrackListResponse extends $tea.Model {
|
|
978
|
-
headers
|
|
980
|
+
headers?: {
|
|
979
981
|
[key: string]: string;
|
|
980
982
|
};
|
|
981
|
-
statusCode
|
|
982
|
-
body
|
|
983
|
+
statusCode?: number;
|
|
984
|
+
body?: GetTrackListResponseBody;
|
|
983
985
|
static names(): {
|
|
984
986
|
[key: string]: string;
|
|
985
987
|
};
|
|
@@ -1033,11 +1035,11 @@ export declare class GetTrackListByMailFromAndTagNameResponseBody extends $tea.M
|
|
|
1033
1035
|
});
|
|
1034
1036
|
}
|
|
1035
1037
|
export declare class GetTrackListByMailFromAndTagNameResponse extends $tea.Model {
|
|
1036
|
-
headers
|
|
1038
|
+
headers?: {
|
|
1037
1039
|
[key: string]: string;
|
|
1038
1040
|
};
|
|
1039
|
-
statusCode
|
|
1040
|
-
body
|
|
1041
|
+
statusCode?: number;
|
|
1042
|
+
body?: GetTrackListByMailFromAndTagNameResponseBody;
|
|
1041
1043
|
static names(): {
|
|
1042
1044
|
[key: string]: string;
|
|
1043
1045
|
};
|
|
@@ -1078,11 +1080,11 @@ export declare class ModifyMailAddressResponseBody extends $tea.Model {
|
|
|
1078
1080
|
});
|
|
1079
1081
|
}
|
|
1080
1082
|
export declare class ModifyMailAddressResponse extends $tea.Model {
|
|
1081
|
-
headers
|
|
1083
|
+
headers?: {
|
|
1082
1084
|
[key: string]: string;
|
|
1083
1085
|
};
|
|
1084
|
-
statusCode
|
|
1085
|
-
body
|
|
1086
|
+
statusCode?: number;
|
|
1087
|
+
body?: ModifyMailAddressResponseBody;
|
|
1086
1088
|
static names(): {
|
|
1087
1089
|
[key: string]: string;
|
|
1088
1090
|
};
|
|
@@ -1125,11 +1127,11 @@ export declare class ModifyPWByDomainResponseBody extends $tea.Model {
|
|
|
1125
1127
|
});
|
|
1126
1128
|
}
|
|
1127
1129
|
export declare class ModifyPWByDomainResponse extends $tea.Model {
|
|
1128
|
-
headers
|
|
1130
|
+
headers?: {
|
|
1129
1131
|
[key: string]: string;
|
|
1130
1132
|
};
|
|
1131
|
-
statusCode
|
|
1132
|
-
body
|
|
1133
|
+
statusCode?: number;
|
|
1134
|
+
body?: ModifyPWByDomainResponseBody;
|
|
1133
1135
|
static names(): {
|
|
1134
1136
|
[key: string]: string;
|
|
1135
1137
|
};
|
|
@@ -1170,11 +1172,11 @@ export declare class ModifyTagResponseBody extends $tea.Model {
|
|
|
1170
1172
|
});
|
|
1171
1173
|
}
|
|
1172
1174
|
export declare class ModifyTagResponse extends $tea.Model {
|
|
1173
|
-
headers
|
|
1175
|
+
headers?: {
|
|
1174
1176
|
[key: string]: string;
|
|
1175
1177
|
};
|
|
1176
|
-
statusCode
|
|
1177
|
-
body
|
|
1178
|
+
statusCode?: number;
|
|
1179
|
+
body?: ModifyTagResponseBody;
|
|
1178
1180
|
static names(): {
|
|
1179
1181
|
[key: string]: string;
|
|
1180
1182
|
};
|
|
@@ -1220,11 +1222,11 @@ export declare class QueryDomainByParamResponseBody extends $tea.Model {
|
|
|
1220
1222
|
});
|
|
1221
1223
|
}
|
|
1222
1224
|
export declare class QueryDomainByParamResponse extends $tea.Model {
|
|
1223
|
-
headers
|
|
1225
|
+
headers?: {
|
|
1224
1226
|
[key: string]: string;
|
|
1225
1227
|
};
|
|
1226
|
-
statusCode
|
|
1227
|
-
body
|
|
1228
|
+
statusCode?: number;
|
|
1229
|
+
body?: QueryDomainByParamResponseBody;
|
|
1228
1230
|
static names(): {
|
|
1229
1231
|
[key: string]: string;
|
|
1230
1232
|
};
|
|
@@ -1270,11 +1272,11 @@ export declare class QueryInvalidAddressResponseBody extends $tea.Model {
|
|
|
1270
1272
|
});
|
|
1271
1273
|
}
|
|
1272
1274
|
export declare class QueryInvalidAddressResponse extends $tea.Model {
|
|
1273
|
-
headers
|
|
1275
|
+
headers?: {
|
|
1274
1276
|
[key: string]: string;
|
|
1275
1277
|
};
|
|
1276
|
-
statusCode
|
|
1277
|
-
body
|
|
1278
|
+
statusCode?: number;
|
|
1279
|
+
body?: QueryInvalidAddressResponseBody;
|
|
1278
1280
|
static names(): {
|
|
1279
1281
|
[key: string]: string;
|
|
1280
1282
|
};
|
|
@@ -1320,11 +1322,11 @@ export declare class QueryMailAddressByParamResponseBody extends $tea.Model {
|
|
|
1320
1322
|
});
|
|
1321
1323
|
}
|
|
1322
1324
|
export declare class QueryMailAddressByParamResponse extends $tea.Model {
|
|
1323
|
-
headers
|
|
1325
|
+
headers?: {
|
|
1324
1326
|
[key: string]: string;
|
|
1325
1327
|
};
|
|
1326
|
-
statusCode
|
|
1327
|
-
body
|
|
1328
|
+
statusCode?: number;
|
|
1329
|
+
body?: QueryMailAddressByParamResponseBody;
|
|
1328
1330
|
static names(): {
|
|
1329
1331
|
[key: string]: string;
|
|
1330
1332
|
};
|
|
@@ -1370,11 +1372,11 @@ export declare class QueryReceiverByParamResponseBody extends $tea.Model {
|
|
|
1370
1372
|
});
|
|
1371
1373
|
}
|
|
1372
1374
|
export declare class QueryReceiverByParamResponse extends $tea.Model {
|
|
1373
|
-
headers
|
|
1375
|
+
headers?: {
|
|
1374
1376
|
[key: string]: string;
|
|
1375
1377
|
};
|
|
1376
|
-
statusCode
|
|
1377
|
-
body
|
|
1378
|
+
statusCode?: number;
|
|
1379
|
+
body?: QueryReceiverByParamResponseBody;
|
|
1378
1380
|
static names(): {
|
|
1379
1381
|
[key: string]: string;
|
|
1380
1382
|
};
|
|
@@ -1420,11 +1422,11 @@ export declare class QueryReceiverDetailResponseBody extends $tea.Model {
|
|
|
1420
1422
|
});
|
|
1421
1423
|
}
|
|
1422
1424
|
export declare class QueryReceiverDetailResponse extends $tea.Model {
|
|
1423
|
-
headers
|
|
1425
|
+
headers?: {
|
|
1424
1426
|
[key: string]: string;
|
|
1425
1427
|
};
|
|
1426
|
-
statusCode
|
|
1427
|
-
body
|
|
1428
|
+
statusCode?: number;
|
|
1429
|
+
body?: QueryReceiverDetailResponseBody;
|
|
1428
1430
|
static names(): {
|
|
1429
1431
|
[key: string]: string;
|
|
1430
1432
|
};
|
|
@@ -1469,11 +1471,11 @@ export declare class QueryTagByParamResponseBody extends $tea.Model {
|
|
|
1469
1471
|
});
|
|
1470
1472
|
}
|
|
1471
1473
|
export declare class QueryTagByParamResponse extends $tea.Model {
|
|
1472
|
-
headers
|
|
1474
|
+
headers?: {
|
|
1473
1475
|
[key: string]: string;
|
|
1474
1476
|
};
|
|
1475
|
-
statusCode
|
|
1476
|
-
body
|
|
1477
|
+
statusCode?: number;
|
|
1478
|
+
body?: QueryTagByParamResponseBody;
|
|
1477
1479
|
static names(): {
|
|
1478
1480
|
[key: string]: string;
|
|
1479
1481
|
};
|
|
@@ -1519,11 +1521,11 @@ export declare class QueryTaskByParamResponseBody extends $tea.Model {
|
|
|
1519
1521
|
});
|
|
1520
1522
|
}
|
|
1521
1523
|
export declare class QueryTaskByParamResponse extends $tea.Model {
|
|
1522
|
-
headers
|
|
1524
|
+
headers?: {
|
|
1523
1525
|
[key: string]: string;
|
|
1524
1526
|
};
|
|
1525
|
-
statusCode
|
|
1526
|
-
body
|
|
1527
|
+
statusCode?: number;
|
|
1528
|
+
body?: QueryTaskByParamResponseBody;
|
|
1527
1529
|
static names(): {
|
|
1528
1530
|
[key: string]: string;
|
|
1529
1531
|
};
|
|
@@ -1566,11 +1568,11 @@ export declare class SaveReceiverDetailResponseBody extends $tea.Model {
|
|
|
1566
1568
|
});
|
|
1567
1569
|
}
|
|
1568
1570
|
export declare class SaveReceiverDetailResponse extends $tea.Model {
|
|
1569
|
-
headers
|
|
1571
|
+
headers?: {
|
|
1570
1572
|
[key: string]: string;
|
|
1571
1573
|
};
|
|
1572
|
-
statusCode
|
|
1573
|
-
body
|
|
1574
|
+
statusCode?: number;
|
|
1575
|
+
body?: SaveReceiverDetailResponseBody;
|
|
1574
1576
|
static names(): {
|
|
1575
1577
|
[key: string]: string;
|
|
1576
1578
|
};
|
|
@@ -1616,11 +1618,11 @@ export declare class SendTestByTemplateResponseBody extends $tea.Model {
|
|
|
1616
1618
|
});
|
|
1617
1619
|
}
|
|
1618
1620
|
export declare class SendTestByTemplateResponse extends $tea.Model {
|
|
1619
|
-
headers
|
|
1621
|
+
headers?: {
|
|
1620
1622
|
[key: string]: string;
|
|
1621
1623
|
};
|
|
1622
|
-
statusCode
|
|
1623
|
-
body
|
|
1624
|
+
statusCode?: number;
|
|
1625
|
+
body?: SendTestByTemplateResponseBody;
|
|
1624
1626
|
static names(): {
|
|
1625
1627
|
[key: string]: string;
|
|
1626
1628
|
};
|
|
@@ -1664,11 +1666,11 @@ export declare class SenderStatisticsByTagNameAndBatchIDResponseBody extends $te
|
|
|
1664
1666
|
});
|
|
1665
1667
|
}
|
|
1666
1668
|
export declare class SenderStatisticsByTagNameAndBatchIDResponse extends $tea.Model {
|
|
1667
|
-
headers
|
|
1669
|
+
headers?: {
|
|
1668
1670
|
[key: string]: string;
|
|
1669
1671
|
};
|
|
1670
|
-
statusCode
|
|
1671
|
-
body
|
|
1672
|
+
statusCode?: number;
|
|
1673
|
+
body?: SenderStatisticsByTagNameAndBatchIDResponseBody;
|
|
1672
1674
|
static names(): {
|
|
1673
1675
|
[key: string]: string;
|
|
1674
1676
|
};
|
|
@@ -1716,11 +1718,11 @@ export declare class SenderStatisticsDetailByParamResponseBody extends $tea.Mode
|
|
|
1716
1718
|
});
|
|
1717
1719
|
}
|
|
1718
1720
|
export declare class SenderStatisticsDetailByParamResponse extends $tea.Model {
|
|
1719
|
-
headers
|
|
1721
|
+
headers?: {
|
|
1720
1722
|
[key: string]: string;
|
|
1721
1723
|
};
|
|
1722
|
-
statusCode
|
|
1723
|
-
body
|
|
1724
|
+
statusCode?: number;
|
|
1725
|
+
body?: SenderStatisticsDetailByParamResponseBody;
|
|
1724
1726
|
static names(): {
|
|
1725
1727
|
[key: string]: string;
|
|
1726
1728
|
};
|
|
@@ -1747,6 +1749,8 @@ export declare class SingleSendMailRequest extends $tea.Model {
|
|
|
1747
1749
|
tagName?: string;
|
|
1748
1750
|
textBody?: string;
|
|
1749
1751
|
toAddress?: string;
|
|
1752
|
+
unSubscribeFilterLevel?: string;
|
|
1753
|
+
unSubscribeLinkType?: string;
|
|
1750
1754
|
static names(): {
|
|
1751
1755
|
[key: string]: string;
|
|
1752
1756
|
};
|
|
@@ -1771,11 +1775,11 @@ export declare class SingleSendMailResponseBody extends $tea.Model {
|
|
|
1771
1775
|
});
|
|
1772
1776
|
}
|
|
1773
1777
|
export declare class SingleSendMailResponse extends $tea.Model {
|
|
1774
|
-
headers
|
|
1778
|
+
headers?: {
|
|
1775
1779
|
[key: string]: string;
|
|
1776
1780
|
};
|
|
1777
|
-
statusCode
|
|
1778
|
-
body
|
|
1781
|
+
statusCode?: number;
|
|
1782
|
+
body?: SingleSendMailResponseBody;
|
|
1779
1783
|
static names(): {
|
|
1780
1784
|
[key: string]: string;
|
|
1781
1785
|
};
|
|
@@ -1814,11 +1818,11 @@ export declare class UpdateIpProtectionResponseBody extends $tea.Model {
|
|
|
1814
1818
|
});
|
|
1815
1819
|
}
|
|
1816
1820
|
export declare class UpdateIpProtectionResponse extends $tea.Model {
|
|
1817
|
-
headers
|
|
1821
|
+
headers?: {
|
|
1818
1822
|
[key: string]: string;
|
|
1819
1823
|
};
|
|
1820
|
-
statusCode
|
|
1821
|
-
body
|
|
1824
|
+
statusCode?: number;
|
|
1825
|
+
body?: UpdateIpProtectionResponseBody;
|
|
1822
1826
|
static names(): {
|
|
1823
1827
|
[key: string]: string;
|
|
1824
1828
|
};
|
|
@@ -2191,6 +2195,7 @@ export declare class SenderStatisticsDetailByParamResponseBodyDataMailDetail ext
|
|
|
2191
2195
|
lastUpdateTime?: string;
|
|
2192
2196
|
message?: string;
|
|
2193
2197
|
status?: number;
|
|
2198
|
+
subject?: string;
|
|
2194
2199
|
toAddress?: string;
|
|
2195
2200
|
utcLastUpdateTime?: string;
|
|
2196
2201
|
static names(): {
|