@alicloud/dm20151123 1.0.1 → 1.0.4

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 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,16 +789,10 @@ export declare class DescDomainResponse extends $tea.Model {
687
789
  [key: string]: any;
688
790
  });
689
791
  }
690
- export declare class GetRegionListRequest extends $tea.Model {
691
- offset?: string;
692
- offsetCreateTime?: string;
693
- offsetCreateTimeDesc?: string;
792
+ export declare class GetIpProtectionRequest extends $tea.Model {
694
793
  ownerId?: number;
695
- pageNumber?: string;
696
- pageSize?: string;
697
794
  resourceOwnerAccount?: string;
698
795
  resourceOwnerId?: number;
699
- total?: string;
700
796
  static names(): {
701
797
  [key: string]: string;
702
798
  };
@@ -707,12 +803,55 @@ export declare class GetRegionListRequest extends $tea.Model {
707
803
  [key: string]: any;
708
804
  });
709
805
  }
710
- export declare class GetRegionListResponseBody extends $tea.Model {
711
- pageNo?: number;
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;
712
851
  pageSize?: number;
713
852
  requestId?: string;
714
- total?: number;
715
- data?: GetRegionListResponseBodyData;
853
+ totalCount?: number;
854
+ data?: GetIpfilterListResponseBodyData;
716
855
  static names(): {
717
856
  [key: string]: string;
718
857
  };
@@ -723,11 +862,12 @@ export declare class GetRegionListResponseBody extends $tea.Model {
723
862
  [key: string]: any;
724
863
  });
725
864
  }
726
- export declare class GetRegionListResponse extends $tea.Model {
865
+ export declare class GetIpfilterListResponse extends $tea.Model {
727
866
  headers: {
728
867
  [key: string]: string;
729
868
  };
730
- body: GetRegionListResponseBody;
869
+ statusCode: number;
870
+ body: GetIpfilterListResponseBody;
731
871
  static names(): {
732
872
  [key: string]: string;
733
873
  };
@@ -782,6 +922,7 @@ export declare class GetTrackListResponse extends $tea.Model {
782
922
  headers: {
783
923
  [key: string]: string;
784
924
  };
925
+ statusCode: number;
785
926
  body: GetTrackListResponseBody;
786
927
  static names(): {
787
928
  [key: string]: string;
@@ -839,6 +980,7 @@ export declare class GetTrackListByMailFromAndTagNameResponse extends $tea.Model
839
980
  headers: {
840
981
  [key: string]: string;
841
982
  };
983
+ statusCode: number;
842
984
  body: GetTrackListByMailFromAndTagNameResponseBody;
843
985
  static names(): {
844
986
  [key: string]: string;
@@ -883,6 +1025,7 @@ export declare class ModifyMailAddressResponse extends $tea.Model {
883
1025
  headers: {
884
1026
  [key: string]: string;
885
1027
  };
1028
+ statusCode: number;
886
1029
  body: ModifyMailAddressResponseBody;
887
1030
  static names(): {
888
1031
  [key: string]: string;
@@ -927,6 +1070,7 @@ export declare class ModifyPWByDomainResponse extends $tea.Model {
927
1070
  headers: {
928
1071
  [key: string]: string;
929
1072
  };
1073
+ statusCode: number;
930
1074
  body: ModifyPWByDomainResponseBody;
931
1075
  static names(): {
932
1076
  [key: string]: string;
@@ -970,6 +1114,7 @@ export declare class ModifyTagResponse extends $tea.Model {
970
1114
  headers: {
971
1115
  [key: string]: string;
972
1116
  };
1117
+ statusCode: number;
973
1118
  body: ModifyTagResponseBody;
974
1119
  static names(): {
975
1120
  [key: string]: string;
@@ -1019,6 +1164,7 @@ export declare class QueryDomainByParamResponse extends $tea.Model {
1019
1164
  headers: {
1020
1165
  [key: string]: string;
1021
1166
  };
1167
+ statusCode: number;
1022
1168
  body: QueryDomainByParamResponseBody;
1023
1169
  static names(): {
1024
1170
  [key: string]: string;
@@ -1068,6 +1214,7 @@ export declare class QueryInvalidAddressResponse extends $tea.Model {
1068
1214
  headers: {
1069
1215
  [key: string]: string;
1070
1216
  };
1217
+ statusCode: number;
1071
1218
  body: QueryInvalidAddressResponseBody;
1072
1219
  static names(): {
1073
1220
  [key: string]: string;
@@ -1117,6 +1264,7 @@ export declare class QueryMailAddressByParamResponse extends $tea.Model {
1117
1264
  headers: {
1118
1265
  [key: string]: string;
1119
1266
  };
1267
+ statusCode: number;
1120
1268
  body: QueryMailAddressByParamResponseBody;
1121
1269
  static names(): {
1122
1270
  [key: string]: string;
@@ -1166,6 +1314,7 @@ export declare class QueryReceiverByParamResponse extends $tea.Model {
1166
1314
  headers: {
1167
1315
  [key: string]: string;
1168
1316
  };
1317
+ statusCode: number;
1169
1318
  body: QueryReceiverByParamResponseBody;
1170
1319
  static names(): {
1171
1320
  [key: string]: string;
@@ -1215,6 +1364,7 @@ export declare class QueryReceiverDetailResponse extends $tea.Model {
1215
1364
  headers: {
1216
1365
  [key: string]: string;
1217
1366
  };
1367
+ statusCode: number;
1218
1368
  body: QueryReceiverDetailResponseBody;
1219
1369
  static names(): {
1220
1370
  [key: string]: string;
@@ -1263,6 +1413,7 @@ export declare class QueryTagByParamResponse extends $tea.Model {
1263
1413
  headers: {
1264
1414
  [key: string]: string;
1265
1415
  };
1416
+ statusCode: number;
1266
1417
  body: QueryTagByParamResponseBody;
1267
1418
  static names(): {
1268
1419
  [key: string]: string;
@@ -1312,6 +1463,7 @@ export declare class QueryTaskByParamResponse extends $tea.Model {
1312
1463
  headers: {
1313
1464
  [key: string]: string;
1314
1465
  };
1466
+ statusCode: number;
1315
1467
  body: QueryTaskByParamResponseBody;
1316
1468
  static names(): {
1317
1469
  [key: string]: string;
@@ -1358,6 +1510,7 @@ export declare class SaveReceiverDetailResponse extends $tea.Model {
1358
1510
  headers: {
1359
1511
  [key: string]: string;
1360
1512
  };
1513
+ statusCode: number;
1361
1514
  body: SaveReceiverDetailResponseBody;
1362
1515
  static names(): {
1363
1516
  [key: string]: string;
@@ -1407,6 +1560,7 @@ export declare class SendTestByTemplateResponse extends $tea.Model {
1407
1560
  headers: {
1408
1561
  [key: string]: string;
1409
1562
  };
1563
+ statusCode: number;
1410
1564
  body: SendTestByTemplateResponseBody;
1411
1565
  static names(): {
1412
1566
  [key: string]: string;
@@ -1454,6 +1608,7 @@ export declare class SenderStatisticsByTagNameAndBatchIDResponse extends $tea.Mo
1454
1608
  headers: {
1455
1609
  [key: string]: string;
1456
1610
  };
1611
+ statusCode: number;
1457
1612
  body: SenderStatisticsByTagNameAndBatchIDResponseBody;
1458
1613
  static names(): {
1459
1614
  [key: string]: string;
@@ -1488,7 +1643,7 @@ export declare class SenderStatisticsDetailByParamRequest extends $tea.Model {
1488
1643
  });
1489
1644
  }
1490
1645
  export declare class SenderStatisticsDetailByParamResponseBody extends $tea.Model {
1491
- nextStart?: number;
1646
+ nextStart?: string;
1492
1647
  requestId?: string;
1493
1648
  data?: SenderStatisticsDetailByParamResponseBodyData;
1494
1649
  static names(): {
@@ -1505,6 +1660,7 @@ export declare class SenderStatisticsDetailByParamResponse extends $tea.Model {
1505
1660
  headers: {
1506
1661
  [key: string]: string;
1507
1662
  };
1663
+ statusCode: number;
1508
1664
  body: SenderStatisticsDetailByParamResponseBody;
1509
1665
  static names(): {
1510
1666
  [key: string]: string;
@@ -1559,6 +1715,7 @@ export declare class SingleSendMailResponse extends $tea.Model {
1559
1715
  headers: {
1560
1716
  [key: string]: string;
1561
1717
  };
1718
+ statusCode: number;
1562
1719
  body: SingleSendMailResponseBody;
1563
1720
  static names(): {
1564
1721
  [key: string]: string;
@@ -1570,6 +1727,49 @@ export declare class SingleSendMailResponse extends $tea.Model {
1570
1727
  [key: string]: any;
1571
1728
  });
1572
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
+ }
1573
1773
  export declare class UpdateMailAddressMsgCallBackUrlRequest extends $tea.Model {
1574
1774
  mailFrom?: string;
1575
1775
  notifyUrl?: string;
@@ -1602,6 +1802,7 @@ export declare class UpdateMailAddressMsgCallBackUrlResponse extends $tea.Model
1602
1802
  headers: {
1603
1803
  [key: string]: string;
1604
1804
  };
1805
+ statusCode: number;
1605
1806
  body: UpdateMailAddressMsgCallBackUrlResponseBody;
1606
1807
  static names(): {
1607
1808
  [key: string]: string;
@@ -1613,9 +1814,10 @@ export declare class UpdateMailAddressMsgCallBackUrlResponse extends $tea.Model
1613
1814
  [key: string]: any;
1614
1815
  });
1615
1816
  }
1616
- export declare class GetRegionListResponseBodyDataRegionList extends $tea.Model {
1617
- region?: string;
1618
- regionDesc?: string;
1817
+ export declare class GetIpfilterListResponseBodyDataIpfilters extends $tea.Model {
1818
+ createTime?: string;
1819
+ id?: string;
1820
+ ipAddress?: string;
1619
1821
  static names(): {
1620
1822
  [key: string]: string;
1621
1823
  };
@@ -1626,8 +1828,8 @@ export declare class GetRegionListResponseBodyDataRegionList extends $tea.Model
1626
1828
  [key: string]: any;
1627
1829
  });
1628
1830
  }
1629
- export declare class GetRegionListResponseBodyData extends $tea.Model {
1630
- regionList?: GetRegionListResponseBodyDataRegionList[];
1831
+ export declare class GetIpfilterListResponseBodyData extends $tea.Model {
1832
+ ipfilters?: GetIpfilterListResponseBodyDataIpfilters[];
1631
1833
  static names(): {
1632
1834
  [key: string]: string;
1633
1835
  };
@@ -2002,6 +2204,8 @@ export default class Client extends OpenApi {
2002
2204
  getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
2003
2205
  [key: string]: string;
2004
2206
  }, endpoint: string): string;
2207
+ addIpfilterWithOptions(request: AddIpfilterRequest, runtime: $Util.RuntimeOptions): Promise<AddIpfilterResponse>;
2208
+ addIpfilter(request: AddIpfilterRequest): Promise<AddIpfilterResponse>;
2005
2209
  approveReplyMailAddressWithOptions(request: ApproveReplyMailAddressRequest, runtime: $Util.RuntimeOptions): Promise<ApproveReplyMailAddressResponse>;
2006
2210
  approveReplyMailAddress(request: ApproveReplyMailAddressRequest): Promise<ApproveReplyMailAddressResponse>;
2007
2211
  batchSendMailWithOptions(request: BatchSendMailRequest, runtime: $Util.RuntimeOptions): Promise<BatchSendMailResponse>;
@@ -2020,6 +2224,8 @@ export default class Client extends OpenApi {
2020
2224
  createTag(request: CreateTagRequest): Promise<CreateTagResponse>;
2021
2225
  deleteDomainWithOptions(request: DeleteDomainRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDomainResponse>;
2022
2226
  deleteDomain(request: DeleteDomainRequest): Promise<DeleteDomainResponse>;
2227
+ deleteIpfilterByEdmIdWithOptions(request: DeleteIpfilterByEdmIdRequest, runtime: $Util.RuntimeOptions): Promise<DeleteIpfilterByEdmIdResponse>;
2228
+ deleteIpfilterByEdmId(request: DeleteIpfilterByEdmIdRequest): Promise<DeleteIpfilterByEdmIdResponse>;
2023
2229
  deleteMailAddressWithOptions(request: DeleteMailAddressRequest, runtime: $Util.RuntimeOptions): Promise<DeleteMailAddressResponse>;
2024
2230
  deleteMailAddress(request: DeleteMailAddressRequest): Promise<DeleteMailAddressResponse>;
2025
2231
  deleteReceiverWithOptions(request: DeleteReceiverRequest, runtime: $Util.RuntimeOptions): Promise<DeleteReceiverResponse>;
@@ -2032,8 +2238,10 @@ export default class Client extends OpenApi {
2032
2238
  descAccountSummary(request: DescAccountSummaryRequest): Promise<DescAccountSummaryResponse>;
2033
2239
  descDomainWithOptions(request: DescDomainRequest, runtime: $Util.RuntimeOptions): Promise<DescDomainResponse>;
2034
2240
  descDomain(request: DescDomainRequest): Promise<DescDomainResponse>;
2035
- getRegionListWithOptions(request: GetRegionListRequest, runtime: $Util.RuntimeOptions): Promise<GetRegionListResponse>;
2036
- getRegionList(request: GetRegionListRequest): Promise<GetRegionListResponse>;
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>;
2037
2245
  getTrackListWithOptions(request: GetTrackListRequest, runtime: $Util.RuntimeOptions): Promise<GetTrackListResponse>;
2038
2246
  getTrackList(request: GetTrackListRequest): Promise<GetTrackListResponse>;
2039
2247
  getTrackListByMailFromAndTagNameWithOptions(request: GetTrackListByMailFromAndTagNameRequest, runtime: $Util.RuntimeOptions): Promise<GetTrackListByMailFromAndTagNameResponse>;
@@ -2068,6 +2276,8 @@ export default class Client extends OpenApi {
2068
2276
  senderStatisticsDetailByParam(request: SenderStatisticsDetailByParamRequest): Promise<SenderStatisticsDetailByParamResponse>;
2069
2277
  singleSendMailWithOptions(request: SingleSendMailRequest, runtime: $Util.RuntimeOptions): Promise<SingleSendMailResponse>;
2070
2278
  singleSendMail(request: SingleSendMailRequest): Promise<SingleSendMailResponse>;
2279
+ updateIpProtectionWithOptions(request: UpdateIpProtectionRequest, runtime: $Util.RuntimeOptions): Promise<UpdateIpProtectionResponse>;
2280
+ updateIpProtection(request: UpdateIpProtectionRequest): Promise<UpdateIpProtectionResponse>;
2071
2281
  updateMailAddressMsgCallBackUrlWithOptions(request: UpdateMailAddressMsgCallBackUrlRequest, runtime: $Util.RuntimeOptions): Promise<UpdateMailAddressMsgCallBackUrlResponse>;
2072
2282
  updateMailAddressMsgCallBackUrl(request: UpdateMailAddressMsgCallBackUrlRequest): Promise<UpdateMailAddressMsgCallBackUrlResponse>;
2073
2283
  }