@alicloud/dm20151123 1.0.2 → 1.0.3
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 +288 -0
- package/dist/client.js +572 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +718 -2
package/dist/client.d.ts
CHANGED
|
@@ -4,6 +4,49 @@
|
|
|
4
4
|
import * as $Util from '@alicloud/tea-util';
|
|
5
5
|
import OpenApi, * as $OpenApi from '@alicloud/openapi-client';
|
|
6
6
|
import * as $tea from '@alicloud/tea-typescript';
|
|
7
|
+
export declare class AddIpfilterRequest extends $tea.Model {
|
|
8
|
+
ipAddress?: string;
|
|
9
|
+
ownerId?: number;
|
|
10
|
+
resourceOwnerAccount?: string;
|
|
11
|
+
resourceOwnerId?: number;
|
|
12
|
+
static names(): {
|
|
13
|
+
[key: string]: string;
|
|
14
|
+
};
|
|
15
|
+
static types(): {
|
|
16
|
+
[key: string]: any;
|
|
17
|
+
};
|
|
18
|
+
constructor(map?: {
|
|
19
|
+
[key: string]: any;
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
export declare class AddIpfilterResponseBody extends $tea.Model {
|
|
23
|
+
requestId?: string;
|
|
24
|
+
static names(): {
|
|
25
|
+
[key: string]: string;
|
|
26
|
+
};
|
|
27
|
+
static types(): {
|
|
28
|
+
[key: string]: any;
|
|
29
|
+
};
|
|
30
|
+
constructor(map?: {
|
|
31
|
+
[key: string]: any;
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
export declare class AddIpfilterResponse extends $tea.Model {
|
|
35
|
+
headers: {
|
|
36
|
+
[key: string]: string;
|
|
37
|
+
};
|
|
38
|
+
statusCode: number;
|
|
39
|
+
body: AddIpfilterResponseBody;
|
|
40
|
+
static names(): {
|
|
41
|
+
[key: string]: string;
|
|
42
|
+
};
|
|
43
|
+
static types(): {
|
|
44
|
+
[key: string]: any;
|
|
45
|
+
};
|
|
46
|
+
constructor(map?: {
|
|
47
|
+
[key: string]: any;
|
|
48
|
+
});
|
|
49
|
+
}
|
|
7
50
|
export declare class ApproveReplyMailAddressRequest extends $tea.Model {
|
|
8
51
|
ownerId?: number;
|
|
9
52
|
resourceOwnerAccount?: string;
|
|
@@ -35,6 +78,7 @@ export declare class ApproveReplyMailAddressResponse extends $tea.Model {
|
|
|
35
78
|
headers: {
|
|
36
79
|
[key: string]: string;
|
|
37
80
|
};
|
|
81
|
+
statusCode: number;
|
|
38
82
|
body: ApproveReplyMailAddressResponseBody;
|
|
39
83
|
static names(): {
|
|
40
84
|
[key: string]: string;
|
|
@@ -85,6 +129,7 @@ export declare class BatchSendMailResponse extends $tea.Model {
|
|
|
85
129
|
headers: {
|
|
86
130
|
[key: string]: string;
|
|
87
131
|
};
|
|
132
|
+
statusCode: number;
|
|
88
133
|
body: BatchSendMailResponseBody;
|
|
89
134
|
static names(): {
|
|
90
135
|
[key: string]: string;
|
|
@@ -128,6 +173,7 @@ export declare class CheckDomainResponse extends $tea.Model {
|
|
|
128
173
|
headers: {
|
|
129
174
|
[key: string]: string;
|
|
130
175
|
};
|
|
176
|
+
statusCode: number;
|
|
131
177
|
body: CheckDomainResponseBody;
|
|
132
178
|
static names(): {
|
|
133
179
|
[key: string]: string;
|
|
@@ -172,6 +218,7 @@ export declare class CheckReplyToMailAddressResponse extends $tea.Model {
|
|
|
172
218
|
headers: {
|
|
173
219
|
[key: string]: string;
|
|
174
220
|
};
|
|
221
|
+
statusCode: number;
|
|
175
222
|
body: CheckReplyToMailAddressResponseBody;
|
|
176
223
|
static names(): {
|
|
177
224
|
[key: string]: string;
|
|
@@ -215,6 +262,7 @@ export declare class CreateDomainResponse extends $tea.Model {
|
|
|
215
262
|
headers: {
|
|
216
263
|
[key: string]: string;
|
|
217
264
|
};
|
|
265
|
+
statusCode: number;
|
|
218
266
|
body: CreateDomainResponseBody;
|
|
219
267
|
static names(): {
|
|
220
268
|
[key: string]: string;
|
|
@@ -260,6 +308,7 @@ export declare class CreateMailAddressResponse extends $tea.Model {
|
|
|
260
308
|
headers: {
|
|
261
309
|
[key: string]: string;
|
|
262
310
|
};
|
|
311
|
+
statusCode: number;
|
|
263
312
|
body: CreateMailAddressResponseBody;
|
|
264
313
|
static names(): {
|
|
265
314
|
[key: string]: string;
|
|
@@ -305,6 +354,7 @@ export declare class CreateReceiverResponse extends $tea.Model {
|
|
|
305
354
|
headers: {
|
|
306
355
|
[key: string]: string;
|
|
307
356
|
};
|
|
357
|
+
statusCode: number;
|
|
308
358
|
body: CreateReceiverResponseBody;
|
|
309
359
|
static names(): {
|
|
310
360
|
[key: string]: string;
|
|
@@ -348,6 +398,7 @@ export declare class CreateTagResponse extends $tea.Model {
|
|
|
348
398
|
headers: {
|
|
349
399
|
[key: string]: string;
|
|
350
400
|
};
|
|
401
|
+
statusCode: number;
|
|
351
402
|
body: CreateTagResponseBody;
|
|
352
403
|
static names(): {
|
|
353
404
|
[key: string]: string;
|
|
@@ -390,6 +441,7 @@ export declare class DeleteDomainResponse extends $tea.Model {
|
|
|
390
441
|
headers: {
|
|
391
442
|
[key: string]: string;
|
|
392
443
|
};
|
|
444
|
+
statusCode: number;
|
|
393
445
|
body: DeleteDomainResponseBody;
|
|
394
446
|
static names(): {
|
|
395
447
|
[key: string]: string;
|
|
@@ -401,6 +453,50 @@ export declare class DeleteDomainResponse extends $tea.Model {
|
|
|
401
453
|
[key: string]: any;
|
|
402
454
|
});
|
|
403
455
|
}
|
|
456
|
+
export declare class DeleteIpfilterByEdmIdRequest extends $tea.Model {
|
|
457
|
+
fromType?: number;
|
|
458
|
+
id?: string;
|
|
459
|
+
ownerId?: number;
|
|
460
|
+
resourceOwnerAccount?: string;
|
|
461
|
+
resourceOwnerId?: number;
|
|
462
|
+
static names(): {
|
|
463
|
+
[key: string]: string;
|
|
464
|
+
};
|
|
465
|
+
static types(): {
|
|
466
|
+
[key: string]: any;
|
|
467
|
+
};
|
|
468
|
+
constructor(map?: {
|
|
469
|
+
[key: string]: any;
|
|
470
|
+
});
|
|
471
|
+
}
|
|
472
|
+
export declare class DeleteIpfilterByEdmIdResponseBody extends $tea.Model {
|
|
473
|
+
requestId?: string;
|
|
474
|
+
static names(): {
|
|
475
|
+
[key: string]: string;
|
|
476
|
+
};
|
|
477
|
+
static types(): {
|
|
478
|
+
[key: string]: any;
|
|
479
|
+
};
|
|
480
|
+
constructor(map?: {
|
|
481
|
+
[key: string]: any;
|
|
482
|
+
});
|
|
483
|
+
}
|
|
484
|
+
export declare class DeleteIpfilterByEdmIdResponse extends $tea.Model {
|
|
485
|
+
headers: {
|
|
486
|
+
[key: string]: string;
|
|
487
|
+
};
|
|
488
|
+
statusCode: number;
|
|
489
|
+
body: DeleteIpfilterByEdmIdResponseBody;
|
|
490
|
+
static names(): {
|
|
491
|
+
[key: string]: string;
|
|
492
|
+
};
|
|
493
|
+
static types(): {
|
|
494
|
+
[key: string]: any;
|
|
495
|
+
};
|
|
496
|
+
constructor(map?: {
|
|
497
|
+
[key: string]: any;
|
|
498
|
+
});
|
|
499
|
+
}
|
|
404
500
|
export declare class DeleteMailAddressRequest extends $tea.Model {
|
|
405
501
|
mailAddressId?: number;
|
|
406
502
|
ownerId?: number;
|
|
@@ -432,6 +528,7 @@ export declare class DeleteMailAddressResponse extends $tea.Model {
|
|
|
432
528
|
headers: {
|
|
433
529
|
[key: string]: string;
|
|
434
530
|
};
|
|
531
|
+
statusCode: number;
|
|
435
532
|
body: DeleteMailAddressResponseBody;
|
|
436
533
|
static names(): {
|
|
437
534
|
[key: string]: string;
|
|
@@ -474,6 +571,7 @@ export declare class DeleteReceiverResponse extends $tea.Model {
|
|
|
474
571
|
headers: {
|
|
475
572
|
[key: string]: string;
|
|
476
573
|
};
|
|
574
|
+
statusCode: number;
|
|
477
575
|
body: DeleteReceiverResponseBody;
|
|
478
576
|
static names(): {
|
|
479
577
|
[key: string]: string;
|
|
@@ -517,6 +615,7 @@ export declare class DeleteReceiverDetailResponse extends $tea.Model {
|
|
|
517
615
|
headers: {
|
|
518
616
|
[key: string]: string;
|
|
519
617
|
};
|
|
618
|
+
statusCode: number;
|
|
520
619
|
body: DeleteReceiverDetailResponseBody;
|
|
521
620
|
static names(): {
|
|
522
621
|
[key: string]: string;
|
|
@@ -559,6 +658,7 @@ export declare class DeleteTagResponse extends $tea.Model {
|
|
|
559
658
|
headers: {
|
|
560
659
|
[key: string]: string;
|
|
561
660
|
};
|
|
661
|
+
statusCode: number;
|
|
562
662
|
body: DeleteTagResponseBody;
|
|
563
663
|
static names(): {
|
|
564
664
|
[key: string]: string;
|
|
@@ -615,6 +715,7 @@ export declare class DescAccountSummaryResponse extends $tea.Model {
|
|
|
615
715
|
headers: {
|
|
616
716
|
[key: string]: string;
|
|
617
717
|
};
|
|
718
|
+
statusCode: number;
|
|
618
719
|
body: DescAccountSummaryResponseBody;
|
|
619
720
|
static names(): {
|
|
620
721
|
[key: string]: string;
|
|
@@ -676,6 +777,7 @@ export declare class DescDomainResponse extends $tea.Model {
|
|
|
676
777
|
headers: {
|
|
677
778
|
[key: string]: string;
|
|
678
779
|
};
|
|
780
|
+
statusCode: number;
|
|
679
781
|
body: DescDomainResponseBody;
|
|
680
782
|
static names(): {
|
|
681
783
|
[key: string]: string;
|
|
@@ -687,6 +789,95 @@ export declare class DescDomainResponse extends $tea.Model {
|
|
|
687
789
|
[key: string]: any;
|
|
688
790
|
});
|
|
689
791
|
}
|
|
792
|
+
export declare class GetIpProtectionRequest extends $tea.Model {
|
|
793
|
+
ownerId?: number;
|
|
794
|
+
resourceOwnerAccount?: string;
|
|
795
|
+
resourceOwnerId?: number;
|
|
796
|
+
static names(): {
|
|
797
|
+
[key: string]: string;
|
|
798
|
+
};
|
|
799
|
+
static types(): {
|
|
800
|
+
[key: string]: any;
|
|
801
|
+
};
|
|
802
|
+
constructor(map?: {
|
|
803
|
+
[key: string]: any;
|
|
804
|
+
});
|
|
805
|
+
}
|
|
806
|
+
export declare class GetIpProtectionResponseBody extends $tea.Model {
|
|
807
|
+
ipProtection?: string;
|
|
808
|
+
requestId?: string;
|
|
809
|
+
static names(): {
|
|
810
|
+
[key: string]: string;
|
|
811
|
+
};
|
|
812
|
+
static types(): {
|
|
813
|
+
[key: string]: any;
|
|
814
|
+
};
|
|
815
|
+
constructor(map?: {
|
|
816
|
+
[key: string]: any;
|
|
817
|
+
});
|
|
818
|
+
}
|
|
819
|
+
export declare class GetIpProtectionResponse extends $tea.Model {
|
|
820
|
+
headers: {
|
|
821
|
+
[key: string]: string;
|
|
822
|
+
};
|
|
823
|
+
statusCode: number;
|
|
824
|
+
body: GetIpProtectionResponseBody;
|
|
825
|
+
static names(): {
|
|
826
|
+
[key: string]: string;
|
|
827
|
+
};
|
|
828
|
+
static types(): {
|
|
829
|
+
[key: string]: any;
|
|
830
|
+
};
|
|
831
|
+
constructor(map?: {
|
|
832
|
+
[key: string]: any;
|
|
833
|
+
});
|
|
834
|
+
}
|
|
835
|
+
export declare class GetIpfilterListRequest extends $tea.Model {
|
|
836
|
+
ownerId?: number;
|
|
837
|
+
resourceOwnerAccount?: string;
|
|
838
|
+
resourceOwnerId?: number;
|
|
839
|
+
static names(): {
|
|
840
|
+
[key: string]: string;
|
|
841
|
+
};
|
|
842
|
+
static types(): {
|
|
843
|
+
[key: string]: any;
|
|
844
|
+
};
|
|
845
|
+
constructor(map?: {
|
|
846
|
+
[key: string]: any;
|
|
847
|
+
});
|
|
848
|
+
}
|
|
849
|
+
export declare class GetIpfilterListResponseBody extends $tea.Model {
|
|
850
|
+
pageNumber?: number;
|
|
851
|
+
pageSize?: number;
|
|
852
|
+
requestId?: string;
|
|
853
|
+
totalCount?: number;
|
|
854
|
+
data?: GetIpfilterListResponseBodyData;
|
|
855
|
+
static names(): {
|
|
856
|
+
[key: string]: string;
|
|
857
|
+
};
|
|
858
|
+
static types(): {
|
|
859
|
+
[key: string]: any;
|
|
860
|
+
};
|
|
861
|
+
constructor(map?: {
|
|
862
|
+
[key: string]: any;
|
|
863
|
+
});
|
|
864
|
+
}
|
|
865
|
+
export declare class GetIpfilterListResponse extends $tea.Model {
|
|
866
|
+
headers: {
|
|
867
|
+
[key: string]: string;
|
|
868
|
+
};
|
|
869
|
+
statusCode: number;
|
|
870
|
+
body: GetIpfilterListResponseBody;
|
|
871
|
+
static names(): {
|
|
872
|
+
[key: string]: string;
|
|
873
|
+
};
|
|
874
|
+
static types(): {
|
|
875
|
+
[key: string]: any;
|
|
876
|
+
};
|
|
877
|
+
constructor(map?: {
|
|
878
|
+
[key: string]: any;
|
|
879
|
+
});
|
|
880
|
+
}
|
|
690
881
|
export declare class GetTrackListRequest extends $tea.Model {
|
|
691
882
|
endTime?: string;
|
|
692
883
|
offset?: string;
|
|
@@ -731,6 +922,7 @@ export declare class GetTrackListResponse extends $tea.Model {
|
|
|
731
922
|
headers: {
|
|
732
923
|
[key: string]: string;
|
|
733
924
|
};
|
|
925
|
+
statusCode: number;
|
|
734
926
|
body: GetTrackListResponseBody;
|
|
735
927
|
static names(): {
|
|
736
928
|
[key: string]: string;
|
|
@@ -788,6 +980,7 @@ export declare class GetTrackListByMailFromAndTagNameResponse extends $tea.Model
|
|
|
788
980
|
headers: {
|
|
789
981
|
[key: string]: string;
|
|
790
982
|
};
|
|
983
|
+
statusCode: number;
|
|
791
984
|
body: GetTrackListByMailFromAndTagNameResponseBody;
|
|
792
985
|
static names(): {
|
|
793
986
|
[key: string]: string;
|
|
@@ -832,6 +1025,7 @@ export declare class ModifyMailAddressResponse extends $tea.Model {
|
|
|
832
1025
|
headers: {
|
|
833
1026
|
[key: string]: string;
|
|
834
1027
|
};
|
|
1028
|
+
statusCode: number;
|
|
835
1029
|
body: ModifyMailAddressResponseBody;
|
|
836
1030
|
static names(): {
|
|
837
1031
|
[key: string]: string;
|
|
@@ -876,6 +1070,7 @@ export declare class ModifyPWByDomainResponse extends $tea.Model {
|
|
|
876
1070
|
headers: {
|
|
877
1071
|
[key: string]: string;
|
|
878
1072
|
};
|
|
1073
|
+
statusCode: number;
|
|
879
1074
|
body: ModifyPWByDomainResponseBody;
|
|
880
1075
|
static names(): {
|
|
881
1076
|
[key: string]: string;
|
|
@@ -919,6 +1114,7 @@ export declare class ModifyTagResponse extends $tea.Model {
|
|
|
919
1114
|
headers: {
|
|
920
1115
|
[key: string]: string;
|
|
921
1116
|
};
|
|
1117
|
+
statusCode: number;
|
|
922
1118
|
body: ModifyTagResponseBody;
|
|
923
1119
|
static names(): {
|
|
924
1120
|
[key: string]: string;
|
|
@@ -968,6 +1164,7 @@ export declare class QueryDomainByParamResponse extends $tea.Model {
|
|
|
968
1164
|
headers: {
|
|
969
1165
|
[key: string]: string;
|
|
970
1166
|
};
|
|
1167
|
+
statusCode: number;
|
|
971
1168
|
body: QueryDomainByParamResponseBody;
|
|
972
1169
|
static names(): {
|
|
973
1170
|
[key: string]: string;
|
|
@@ -1017,6 +1214,7 @@ export declare class QueryInvalidAddressResponse extends $tea.Model {
|
|
|
1017
1214
|
headers: {
|
|
1018
1215
|
[key: string]: string;
|
|
1019
1216
|
};
|
|
1217
|
+
statusCode: number;
|
|
1020
1218
|
body: QueryInvalidAddressResponseBody;
|
|
1021
1219
|
static names(): {
|
|
1022
1220
|
[key: string]: string;
|
|
@@ -1066,6 +1264,7 @@ export declare class QueryMailAddressByParamResponse extends $tea.Model {
|
|
|
1066
1264
|
headers: {
|
|
1067
1265
|
[key: string]: string;
|
|
1068
1266
|
};
|
|
1267
|
+
statusCode: number;
|
|
1069
1268
|
body: QueryMailAddressByParamResponseBody;
|
|
1070
1269
|
static names(): {
|
|
1071
1270
|
[key: string]: string;
|
|
@@ -1115,6 +1314,7 @@ export declare class QueryReceiverByParamResponse extends $tea.Model {
|
|
|
1115
1314
|
headers: {
|
|
1116
1315
|
[key: string]: string;
|
|
1117
1316
|
};
|
|
1317
|
+
statusCode: number;
|
|
1118
1318
|
body: QueryReceiverByParamResponseBody;
|
|
1119
1319
|
static names(): {
|
|
1120
1320
|
[key: string]: string;
|
|
@@ -1164,6 +1364,7 @@ export declare class QueryReceiverDetailResponse extends $tea.Model {
|
|
|
1164
1364
|
headers: {
|
|
1165
1365
|
[key: string]: string;
|
|
1166
1366
|
};
|
|
1367
|
+
statusCode: number;
|
|
1167
1368
|
body: QueryReceiverDetailResponseBody;
|
|
1168
1369
|
static names(): {
|
|
1169
1370
|
[key: string]: string;
|
|
@@ -1212,6 +1413,7 @@ export declare class QueryTagByParamResponse extends $tea.Model {
|
|
|
1212
1413
|
headers: {
|
|
1213
1414
|
[key: string]: string;
|
|
1214
1415
|
};
|
|
1416
|
+
statusCode: number;
|
|
1215
1417
|
body: QueryTagByParamResponseBody;
|
|
1216
1418
|
static names(): {
|
|
1217
1419
|
[key: string]: string;
|
|
@@ -1261,6 +1463,7 @@ export declare class QueryTaskByParamResponse extends $tea.Model {
|
|
|
1261
1463
|
headers: {
|
|
1262
1464
|
[key: string]: string;
|
|
1263
1465
|
};
|
|
1466
|
+
statusCode: number;
|
|
1264
1467
|
body: QueryTaskByParamResponseBody;
|
|
1265
1468
|
static names(): {
|
|
1266
1469
|
[key: string]: string;
|
|
@@ -1307,6 +1510,7 @@ export declare class SaveReceiverDetailResponse extends $tea.Model {
|
|
|
1307
1510
|
headers: {
|
|
1308
1511
|
[key: string]: string;
|
|
1309
1512
|
};
|
|
1513
|
+
statusCode: number;
|
|
1310
1514
|
body: SaveReceiverDetailResponseBody;
|
|
1311
1515
|
static names(): {
|
|
1312
1516
|
[key: string]: string;
|
|
@@ -1356,6 +1560,7 @@ export declare class SendTestByTemplateResponse extends $tea.Model {
|
|
|
1356
1560
|
headers: {
|
|
1357
1561
|
[key: string]: string;
|
|
1358
1562
|
};
|
|
1563
|
+
statusCode: number;
|
|
1359
1564
|
body: SendTestByTemplateResponseBody;
|
|
1360
1565
|
static names(): {
|
|
1361
1566
|
[key: string]: string;
|
|
@@ -1403,6 +1608,7 @@ export declare class SenderStatisticsByTagNameAndBatchIDResponse extends $tea.Mo
|
|
|
1403
1608
|
headers: {
|
|
1404
1609
|
[key: string]: string;
|
|
1405
1610
|
};
|
|
1611
|
+
statusCode: number;
|
|
1406
1612
|
body: SenderStatisticsByTagNameAndBatchIDResponseBody;
|
|
1407
1613
|
static names(): {
|
|
1408
1614
|
[key: string]: string;
|
|
@@ -1454,6 +1660,7 @@ export declare class SenderStatisticsDetailByParamResponse extends $tea.Model {
|
|
|
1454
1660
|
headers: {
|
|
1455
1661
|
[key: string]: string;
|
|
1456
1662
|
};
|
|
1663
|
+
statusCode: number;
|
|
1457
1664
|
body: SenderStatisticsDetailByParamResponseBody;
|
|
1458
1665
|
static names(): {
|
|
1459
1666
|
[key: string]: string;
|
|
@@ -1508,6 +1715,7 @@ export declare class SingleSendMailResponse extends $tea.Model {
|
|
|
1508
1715
|
headers: {
|
|
1509
1716
|
[key: string]: string;
|
|
1510
1717
|
};
|
|
1718
|
+
statusCode: number;
|
|
1511
1719
|
body: SingleSendMailResponseBody;
|
|
1512
1720
|
static names(): {
|
|
1513
1721
|
[key: string]: string;
|
|
@@ -1519,6 +1727,49 @@ export declare class SingleSendMailResponse extends $tea.Model {
|
|
|
1519
1727
|
[key: string]: any;
|
|
1520
1728
|
});
|
|
1521
1729
|
}
|
|
1730
|
+
export declare class UpdateIpProtectionRequest extends $tea.Model {
|
|
1731
|
+
ipProtection?: string;
|
|
1732
|
+
ownerId?: number;
|
|
1733
|
+
resourceOwnerAccount?: string;
|
|
1734
|
+
resourceOwnerId?: number;
|
|
1735
|
+
static names(): {
|
|
1736
|
+
[key: string]: string;
|
|
1737
|
+
};
|
|
1738
|
+
static types(): {
|
|
1739
|
+
[key: string]: any;
|
|
1740
|
+
};
|
|
1741
|
+
constructor(map?: {
|
|
1742
|
+
[key: string]: any;
|
|
1743
|
+
});
|
|
1744
|
+
}
|
|
1745
|
+
export declare class UpdateIpProtectionResponseBody extends $tea.Model {
|
|
1746
|
+
requestId?: string;
|
|
1747
|
+
static names(): {
|
|
1748
|
+
[key: string]: string;
|
|
1749
|
+
};
|
|
1750
|
+
static types(): {
|
|
1751
|
+
[key: string]: any;
|
|
1752
|
+
};
|
|
1753
|
+
constructor(map?: {
|
|
1754
|
+
[key: string]: any;
|
|
1755
|
+
});
|
|
1756
|
+
}
|
|
1757
|
+
export declare class UpdateIpProtectionResponse extends $tea.Model {
|
|
1758
|
+
headers: {
|
|
1759
|
+
[key: string]: string;
|
|
1760
|
+
};
|
|
1761
|
+
statusCode: number;
|
|
1762
|
+
body: UpdateIpProtectionResponseBody;
|
|
1763
|
+
static names(): {
|
|
1764
|
+
[key: string]: string;
|
|
1765
|
+
};
|
|
1766
|
+
static types(): {
|
|
1767
|
+
[key: string]: any;
|
|
1768
|
+
};
|
|
1769
|
+
constructor(map?: {
|
|
1770
|
+
[key: string]: any;
|
|
1771
|
+
});
|
|
1772
|
+
}
|
|
1522
1773
|
export declare class UpdateMailAddressMsgCallBackUrlRequest extends $tea.Model {
|
|
1523
1774
|
mailFrom?: string;
|
|
1524
1775
|
notifyUrl?: string;
|
|
@@ -1551,6 +1802,7 @@ export declare class UpdateMailAddressMsgCallBackUrlResponse extends $tea.Model
|
|
|
1551
1802
|
headers: {
|
|
1552
1803
|
[key: string]: string;
|
|
1553
1804
|
};
|
|
1805
|
+
statusCode: number;
|
|
1554
1806
|
body: UpdateMailAddressMsgCallBackUrlResponseBody;
|
|
1555
1807
|
static names(): {
|
|
1556
1808
|
[key: string]: string;
|
|
@@ -1562,6 +1814,32 @@ export declare class UpdateMailAddressMsgCallBackUrlResponse extends $tea.Model
|
|
|
1562
1814
|
[key: string]: any;
|
|
1563
1815
|
});
|
|
1564
1816
|
}
|
|
1817
|
+
export declare class GetIpfilterListResponseBodyDataIpfilters extends $tea.Model {
|
|
1818
|
+
createTime?: string;
|
|
1819
|
+
id?: string;
|
|
1820
|
+
ipAddress?: string;
|
|
1821
|
+
static names(): {
|
|
1822
|
+
[key: string]: string;
|
|
1823
|
+
};
|
|
1824
|
+
static types(): {
|
|
1825
|
+
[key: string]: any;
|
|
1826
|
+
};
|
|
1827
|
+
constructor(map?: {
|
|
1828
|
+
[key: string]: any;
|
|
1829
|
+
});
|
|
1830
|
+
}
|
|
1831
|
+
export declare class GetIpfilterListResponseBodyData extends $tea.Model {
|
|
1832
|
+
ipfilters?: GetIpfilterListResponseBodyDataIpfilters[];
|
|
1833
|
+
static names(): {
|
|
1834
|
+
[key: string]: string;
|
|
1835
|
+
};
|
|
1836
|
+
static types(): {
|
|
1837
|
+
[key: string]: any;
|
|
1838
|
+
};
|
|
1839
|
+
constructor(map?: {
|
|
1840
|
+
[key: string]: any;
|
|
1841
|
+
});
|
|
1842
|
+
}
|
|
1565
1843
|
export declare class GetTrackListResponseBodyDataStat extends $tea.Model {
|
|
1566
1844
|
createTime?: string;
|
|
1567
1845
|
rcptClickCount?: string;
|
|
@@ -1926,6 +2204,8 @@ export default class Client extends OpenApi {
|
|
|
1926
2204
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
1927
2205
|
[key: string]: string;
|
|
1928
2206
|
}, endpoint: string): string;
|
|
2207
|
+
addIpfilterWithOptions(request: AddIpfilterRequest, runtime: $Util.RuntimeOptions): Promise<AddIpfilterResponse>;
|
|
2208
|
+
addIpfilter(request: AddIpfilterRequest): Promise<AddIpfilterResponse>;
|
|
1929
2209
|
approveReplyMailAddressWithOptions(request: ApproveReplyMailAddressRequest, runtime: $Util.RuntimeOptions): Promise<ApproveReplyMailAddressResponse>;
|
|
1930
2210
|
approveReplyMailAddress(request: ApproveReplyMailAddressRequest): Promise<ApproveReplyMailAddressResponse>;
|
|
1931
2211
|
batchSendMailWithOptions(request: BatchSendMailRequest, runtime: $Util.RuntimeOptions): Promise<BatchSendMailResponse>;
|
|
@@ -1944,6 +2224,8 @@ export default class Client extends OpenApi {
|
|
|
1944
2224
|
createTag(request: CreateTagRequest): Promise<CreateTagResponse>;
|
|
1945
2225
|
deleteDomainWithOptions(request: DeleteDomainRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDomainResponse>;
|
|
1946
2226
|
deleteDomain(request: DeleteDomainRequest): Promise<DeleteDomainResponse>;
|
|
2227
|
+
deleteIpfilterByEdmIdWithOptions(request: DeleteIpfilterByEdmIdRequest, runtime: $Util.RuntimeOptions): Promise<DeleteIpfilterByEdmIdResponse>;
|
|
2228
|
+
deleteIpfilterByEdmId(request: DeleteIpfilterByEdmIdRequest): Promise<DeleteIpfilterByEdmIdResponse>;
|
|
1947
2229
|
deleteMailAddressWithOptions(request: DeleteMailAddressRequest, runtime: $Util.RuntimeOptions): Promise<DeleteMailAddressResponse>;
|
|
1948
2230
|
deleteMailAddress(request: DeleteMailAddressRequest): Promise<DeleteMailAddressResponse>;
|
|
1949
2231
|
deleteReceiverWithOptions(request: DeleteReceiverRequest, runtime: $Util.RuntimeOptions): Promise<DeleteReceiverResponse>;
|
|
@@ -1956,6 +2238,10 @@ export default class Client extends OpenApi {
|
|
|
1956
2238
|
descAccountSummary(request: DescAccountSummaryRequest): Promise<DescAccountSummaryResponse>;
|
|
1957
2239
|
descDomainWithOptions(request: DescDomainRequest, runtime: $Util.RuntimeOptions): Promise<DescDomainResponse>;
|
|
1958
2240
|
descDomain(request: DescDomainRequest): Promise<DescDomainResponse>;
|
|
2241
|
+
getIpProtectionWithOptions(request: GetIpProtectionRequest, runtime: $Util.RuntimeOptions): Promise<GetIpProtectionResponse>;
|
|
2242
|
+
getIpProtection(request: GetIpProtectionRequest): Promise<GetIpProtectionResponse>;
|
|
2243
|
+
getIpfilterListWithOptions(request: GetIpfilterListRequest, runtime: $Util.RuntimeOptions): Promise<GetIpfilterListResponse>;
|
|
2244
|
+
getIpfilterList(request: GetIpfilterListRequest): Promise<GetIpfilterListResponse>;
|
|
1959
2245
|
getTrackListWithOptions(request: GetTrackListRequest, runtime: $Util.RuntimeOptions): Promise<GetTrackListResponse>;
|
|
1960
2246
|
getTrackList(request: GetTrackListRequest): Promise<GetTrackListResponse>;
|
|
1961
2247
|
getTrackListByMailFromAndTagNameWithOptions(request: GetTrackListByMailFromAndTagNameRequest, runtime: $Util.RuntimeOptions): Promise<GetTrackListByMailFromAndTagNameResponse>;
|
|
@@ -1990,6 +2276,8 @@ export default class Client extends OpenApi {
|
|
|
1990
2276
|
senderStatisticsDetailByParam(request: SenderStatisticsDetailByParamRequest): Promise<SenderStatisticsDetailByParamResponse>;
|
|
1991
2277
|
singleSendMailWithOptions(request: SingleSendMailRequest, runtime: $Util.RuntimeOptions): Promise<SingleSendMailResponse>;
|
|
1992
2278
|
singleSendMail(request: SingleSendMailRequest): Promise<SingleSendMailResponse>;
|
|
2279
|
+
updateIpProtectionWithOptions(request: UpdateIpProtectionRequest, runtime: $Util.RuntimeOptions): Promise<UpdateIpProtectionResponse>;
|
|
2280
|
+
updateIpProtection(request: UpdateIpProtectionRequest): Promise<UpdateIpProtectionResponse>;
|
|
1993
2281
|
updateMailAddressMsgCallBackUrlWithOptions(request: UpdateMailAddressMsgCallBackUrlRequest, runtime: $Util.RuntimeOptions): Promise<UpdateMailAddressMsgCallBackUrlResponse>;
|
|
1994
2282
|
updateMailAddressMsgCallBackUrl(request: UpdateMailAddressMsgCallBackUrlRequest): Promise<UpdateMailAddressMsgCallBackUrlResponse>;
|
|
1995
2283
|
}
|