@alicloud/waf-openapi20211001 2.4.0 → 2.5.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/dist/client.d.ts CHANGED
@@ -48,6 +48,50 @@ export declare class ClearMajorProtectionBlackIpResponse extends $tea.Model {
48
48
  [key: string]: any;
49
49
  });
50
50
  }
51
+ export declare class CopyDefenseTemplateRequest extends $tea.Model {
52
+ instanceId?: string;
53
+ regionId?: string;
54
+ resourceManagerResourceGroupId?: string;
55
+ templateId?: number;
56
+ static names(): {
57
+ [key: string]: string;
58
+ };
59
+ static types(): {
60
+ [key: string]: any;
61
+ };
62
+ constructor(map?: {
63
+ [key: string]: any;
64
+ });
65
+ }
66
+ export declare class CopyDefenseTemplateResponseBody extends $tea.Model {
67
+ requestId?: string;
68
+ templateId?: number;
69
+ static names(): {
70
+ [key: string]: string;
71
+ };
72
+ static types(): {
73
+ [key: string]: any;
74
+ };
75
+ constructor(map?: {
76
+ [key: string]: any;
77
+ });
78
+ }
79
+ export declare class CopyDefenseTemplateResponse extends $tea.Model {
80
+ headers?: {
81
+ [key: string]: string;
82
+ };
83
+ statusCode?: number;
84
+ body?: CopyDefenseTemplateResponseBody;
85
+ static names(): {
86
+ [key: string]: string;
87
+ };
88
+ static types(): {
89
+ [key: string]: any;
90
+ };
91
+ constructor(map?: {
92
+ [key: string]: any;
93
+ });
94
+ }
51
95
  export declare class CreateDefenseResourceGroupRequest extends $tea.Model {
52
96
  addList?: string;
53
97
  description?: string;
@@ -343,6 +387,48 @@ export declare class CreateMemberAccountsResponse extends $tea.Model {
343
387
  [key: string]: any;
344
388
  });
345
389
  }
390
+ export declare class CreatePostpaidInstanceRequest extends $tea.Model {
391
+ regionId?: string;
392
+ resourceManagerResourceGroupId?: string;
393
+ static names(): {
394
+ [key: string]: string;
395
+ };
396
+ static types(): {
397
+ [key: string]: any;
398
+ };
399
+ constructor(map?: {
400
+ [key: string]: any;
401
+ });
402
+ }
403
+ export declare class CreatePostpaidInstanceResponseBody extends $tea.Model {
404
+ instanceId?: string;
405
+ requestId?: string;
406
+ static names(): {
407
+ [key: string]: string;
408
+ };
409
+ static types(): {
410
+ [key: string]: any;
411
+ };
412
+ constructor(map?: {
413
+ [key: string]: any;
414
+ });
415
+ }
416
+ export declare class CreatePostpaidInstanceResponse extends $tea.Model {
417
+ headers?: {
418
+ [key: string]: string;
419
+ };
420
+ statusCode?: number;
421
+ body?: CreatePostpaidInstanceResponseBody;
422
+ static names(): {
423
+ [key: string]: string;
424
+ };
425
+ static types(): {
426
+ [key: string]: any;
427
+ };
428
+ constructor(map?: {
429
+ [key: string]: any;
430
+ });
431
+ }
346
432
  export declare class DeleteDefenseResourceGroupRequest extends $tea.Model {
347
433
  groupName?: string;
348
434
  instanceId?: string;
@@ -651,6 +737,50 @@ export declare class DescribeAccountDelegatedStatusResponse extends $tea.Model {
651
737
  [key: string]: any;
652
738
  });
653
739
  }
740
+ export declare class DescribeCertDetailRequest extends $tea.Model {
741
+ certIdentifier?: string;
742
+ instanceId?: string;
743
+ regionId?: string;
744
+ resourceManagerResourceGroupId?: string;
745
+ static names(): {
746
+ [key: string]: string;
747
+ };
748
+ static types(): {
749
+ [key: string]: any;
750
+ };
751
+ constructor(map?: {
752
+ [key: string]: any;
753
+ });
754
+ }
755
+ export declare class DescribeCertDetailResponseBody extends $tea.Model {
756
+ certDetail?: DescribeCertDetailResponseBodyCertDetail;
757
+ requestId?: string;
758
+ static names(): {
759
+ [key: string]: string;
760
+ };
761
+ static types(): {
762
+ [key: string]: any;
763
+ };
764
+ constructor(map?: {
765
+ [key: string]: any;
766
+ });
767
+ }
768
+ export declare class DescribeCertDetailResponse extends $tea.Model {
769
+ headers?: {
770
+ [key: string]: string;
771
+ };
772
+ statusCode?: number;
773
+ body?: DescribeCertDetailResponseBody;
774
+ static names(): {
775
+ [key: string]: string;
776
+ };
777
+ static types(): {
778
+ [key: string]: any;
779
+ };
780
+ constructor(map?: {
781
+ [key: string]: any;
782
+ });
783
+ }
654
784
  export declare class DescribeCertsRequest extends $tea.Model {
655
785
  algorithm?: string;
656
786
  domain?: string;
@@ -753,6 +883,50 @@ export declare class DescribeCloudResourcesResponse extends $tea.Model {
753
883
  [key: string]: any;
754
884
  });
755
885
  }
886
+ export declare class DescribeDefenseResourceRequest extends $tea.Model {
887
+ instanceId?: string;
888
+ regionId?: string;
889
+ resource?: string;
890
+ resourceManagerResourceGroupId?: string;
891
+ static names(): {
892
+ [key: string]: string;
893
+ };
894
+ static types(): {
895
+ [key: string]: any;
896
+ };
897
+ constructor(map?: {
898
+ [key: string]: any;
899
+ });
900
+ }
901
+ export declare class DescribeDefenseResourceResponseBody extends $tea.Model {
902
+ requestId?: string;
903
+ resource?: DescribeDefenseResourceResponseBodyResource;
904
+ static names(): {
905
+ [key: string]: string;
906
+ };
907
+ static types(): {
908
+ [key: string]: any;
909
+ };
910
+ constructor(map?: {
911
+ [key: string]: any;
912
+ });
913
+ }
914
+ export declare class DescribeDefenseResourceResponse extends $tea.Model {
915
+ headers?: {
916
+ [key: string]: string;
917
+ };
918
+ statusCode?: number;
919
+ body?: DescribeDefenseResourceResponseBody;
920
+ static names(): {
921
+ [key: string]: string;
922
+ };
923
+ static types(): {
924
+ [key: string]: any;
925
+ };
926
+ constructor(map?: {
927
+ [key: string]: any;
928
+ });
929
+ }
756
930
  export declare class DescribeDefenseResourceGroupRequest extends $tea.Model {
757
931
  groupName?: string;
758
932
  instanceId?: string;
@@ -768,9 +942,151 @@ export declare class DescribeDefenseResourceGroupRequest extends $tea.Model {
768
942
  [key: string]: any;
769
943
  });
770
944
  }
771
- export declare class DescribeDefenseResourceGroupResponseBody extends $tea.Model {
772
- group?: DescribeDefenseResourceGroupResponseBodyGroup;
945
+ export declare class DescribeDefenseResourceGroupResponseBody extends $tea.Model {
946
+ group?: DescribeDefenseResourceGroupResponseBodyGroup;
947
+ requestId?: string;
948
+ static names(): {
949
+ [key: string]: string;
950
+ };
951
+ static types(): {
952
+ [key: string]: any;
953
+ };
954
+ constructor(map?: {
955
+ [key: string]: any;
956
+ });
957
+ }
958
+ export declare class DescribeDefenseResourceGroupResponse extends $tea.Model {
959
+ headers?: {
960
+ [key: string]: string;
961
+ };
962
+ statusCode?: number;
963
+ body?: DescribeDefenseResourceGroupResponseBody;
964
+ static names(): {
965
+ [key: string]: string;
966
+ };
967
+ static types(): {
968
+ [key: string]: any;
969
+ };
970
+ constructor(map?: {
971
+ [key: string]: any;
972
+ });
973
+ }
974
+ export declare class DescribeDefenseResourceGroupNamesRequest extends $tea.Model {
975
+ groupNameLike?: string;
976
+ instanceId?: string;
977
+ pageNumber?: number;
978
+ pageSize?: number;
979
+ regionId?: string;
980
+ resourceManagerResourceGroupId?: string;
981
+ static names(): {
982
+ [key: string]: string;
983
+ };
984
+ static types(): {
985
+ [key: string]: any;
986
+ };
987
+ constructor(map?: {
988
+ [key: string]: any;
989
+ });
990
+ }
991
+ export declare class DescribeDefenseResourceGroupNamesResponseBody extends $tea.Model {
992
+ groupNames?: string[];
993
+ requestId?: string;
994
+ totalCount?: number;
995
+ static names(): {
996
+ [key: string]: string;
997
+ };
998
+ static types(): {
999
+ [key: string]: any;
1000
+ };
1001
+ constructor(map?: {
1002
+ [key: string]: any;
1003
+ });
1004
+ }
1005
+ export declare class DescribeDefenseResourceGroupNamesResponse extends $tea.Model {
1006
+ headers?: {
1007
+ [key: string]: string;
1008
+ };
1009
+ statusCode?: number;
1010
+ body?: DescribeDefenseResourceGroupNamesResponseBody;
1011
+ static names(): {
1012
+ [key: string]: string;
1013
+ };
1014
+ static types(): {
1015
+ [key: string]: any;
1016
+ };
1017
+ constructor(map?: {
1018
+ [key: string]: any;
1019
+ });
1020
+ }
1021
+ export declare class DescribeDefenseResourceGroupsRequest extends $tea.Model {
1022
+ groupNameLike?: string;
1023
+ groupNames?: string;
1024
+ instanceId?: string;
1025
+ pageNumber?: number;
1026
+ pageSize?: number;
1027
+ regionId?: string;
1028
+ resourceManagerResourceGroupId?: string;
1029
+ static names(): {
1030
+ [key: string]: string;
1031
+ };
1032
+ static types(): {
1033
+ [key: string]: any;
1034
+ };
1035
+ constructor(map?: {
1036
+ [key: string]: any;
1037
+ });
1038
+ }
1039
+ export declare class DescribeDefenseResourceGroupsResponseBody extends $tea.Model {
1040
+ groups?: DescribeDefenseResourceGroupsResponseBodyGroups[];
1041
+ requestId?: string;
1042
+ totalCount?: number;
1043
+ static names(): {
1044
+ [key: string]: string;
1045
+ };
1046
+ static types(): {
1047
+ [key: string]: any;
1048
+ };
1049
+ constructor(map?: {
1050
+ [key: string]: any;
1051
+ });
1052
+ }
1053
+ export declare class DescribeDefenseResourceGroupsResponse extends $tea.Model {
1054
+ headers?: {
1055
+ [key: string]: string;
1056
+ };
1057
+ statusCode?: number;
1058
+ body?: DescribeDefenseResourceGroupsResponseBody;
1059
+ static names(): {
1060
+ [key: string]: string;
1061
+ };
1062
+ static types(): {
1063
+ [key: string]: any;
1064
+ };
1065
+ constructor(map?: {
1066
+ [key: string]: any;
1067
+ });
1068
+ }
1069
+ export declare class DescribeDefenseResourceNamesRequest extends $tea.Model {
1070
+ instanceId?: string;
1071
+ pageNumber?: number;
1072
+ pageSize?: number;
1073
+ regionId?: string;
1074
+ resource?: string;
1075
+ resourceManagerResourceGroupId?: string;
1076
+ static names(): {
1077
+ [key: string]: string;
1078
+ };
1079
+ static types(): {
1080
+ [key: string]: any;
1081
+ };
1082
+ constructor(map?: {
1083
+ [key: string]: any;
1084
+ });
1085
+ }
1086
+ export declare class DescribeDefenseResourceNamesResponseBody extends $tea.Model {
773
1087
  requestId?: string;
1088
+ resources?: string[];
1089
+ totalCount?: number;
774
1090
  static names(): {
775
1091
  [key: string]: string;
776
1092
  };
@@ -781,12 +1097,12 @@ export declare class DescribeDefenseResourceGroupResponseBody extends $tea.Model
781
1097
  [key: string]: any;
782
1098
  });
783
1099
  }
784
- export declare class DescribeDefenseResourceGroupResponse extends $tea.Model {
1100
+ export declare class DescribeDefenseResourceNamesResponse extends $tea.Model {
785
1101
  headers?: {
786
1102
  [key: string]: string;
787
1103
  };
788
1104
  statusCode?: number;
789
- body?: DescribeDefenseResourceGroupResponseBody;
1105
+ body?: DescribeDefenseResourceNamesResponseBody;
790
1106
  static names(): {
791
1107
  [key: string]: string;
792
1108
  };
@@ -1029,6 +1345,55 @@ export declare class DescribeDefenseTemplateResponse extends $tea.Model {
1029
1345
  [key: string]: any;
1030
1346
  });
1031
1347
  }
1348
+ export declare class DescribeDefenseTemplateValidGroupsRequest extends $tea.Model {
1349
+ defenseScene?: string;
1350
+ groupName?: string;
1351
+ instanceId?: string;
1352
+ pageNumber?: number;
1353
+ pageSize?: number;
1354
+ regionId?: string;
1355
+ resourceManagerResourceGroupId?: string;
1356
+ templateId?: number;
1357
+ static names(): {
1358
+ [key: string]: string;
1359
+ };
1360
+ static types(): {
1361
+ [key: string]: any;
1362
+ };
1363
+ constructor(map?: {
1364
+ [key: string]: any;
1365
+ });
1366
+ }
1367
+ export declare class DescribeDefenseTemplateValidGroupsResponseBody extends $tea.Model {
1368
+ groups?: string[];
1369
+ requestId?: string;
1370
+ totalCount?: number;
1371
+ static names(): {
1372
+ [key: string]: string;
1373
+ };
1374
+ static types(): {
1375
+ [key: string]: any;
1376
+ };
1377
+ constructor(map?: {
1378
+ [key: string]: any;
1379
+ });
1380
+ }
1381
+ export declare class DescribeDefenseTemplateValidGroupsResponse extends $tea.Model {
1382
+ headers?: {
1383
+ [key: string]: string;
1384
+ };
1385
+ statusCode?: number;
1386
+ body?: DescribeDefenseTemplateValidGroupsResponseBody;
1387
+ static names(): {
1388
+ [key: string]: string;
1389
+ };
1390
+ static types(): {
1391
+ [key: string]: any;
1392
+ };
1393
+ constructor(map?: {
1394
+ [key: string]: any;
1395
+ });
1396
+ }
1032
1397
  export declare class DescribeDefenseTemplatesRequest extends $tea.Model {
1033
1398
  defenseScene?: string;
1034
1399
  defenseSubScene?: string;
@@ -1748,6 +2113,50 @@ export declare class DescribeProductInstancesResponse extends $tea.Model {
1748
2113
  [key: string]: any;
1749
2114
  });
1750
2115
  }
2116
+ export declare class DescribePunishedDomainsRequest extends $tea.Model {
2117
+ domains?: string[];
2118
+ instanceId?: string;
2119
+ regionId?: string;
2120
+ resourceManagerResourceGroupId?: string;
2121
+ static names(): {
2122
+ [key: string]: string;
2123
+ };
2124
+ static types(): {
2125
+ [key: string]: any;
2126
+ };
2127
+ constructor(map?: {
2128
+ [key: string]: any;
2129
+ });
2130
+ }
2131
+ export declare class DescribePunishedDomainsResponseBody extends $tea.Model {
2132
+ punishedDomains?: string[];
2133
+ requestId?: string;
2134
+ static names(): {
2135
+ [key: string]: string;
2136
+ };
2137
+ static types(): {
2138
+ [key: string]: any;
2139
+ };
2140
+ constructor(map?: {
2141
+ [key: string]: any;
2142
+ });
2143
+ }
2144
+ export declare class DescribePunishedDomainsResponse extends $tea.Model {
2145
+ headers?: {
2146
+ [key: string]: string;
2147
+ };
2148
+ statusCode?: number;
2149
+ body?: DescribePunishedDomainsResponseBody;
2150
+ static names(): {
2151
+ [key: string]: string;
2152
+ };
2153
+ static types(): {
2154
+ [key: string]: any;
2155
+ };
2156
+ constructor(map?: {
2157
+ [key: string]: any;
2158
+ });
2159
+ }
1751
2160
  export declare class DescribeResourceInstanceCertsRequest extends $tea.Model {
1752
2161
  instanceId?: string;
1753
2162
  pageNumber?: number;
@@ -2477,6 +2886,50 @@ export declare class DescribeSlsLogStoreStatusResponse extends $tea.Model {
2477
2886
  [key: string]: any;
2478
2887
  });
2479
2888
  }
2889
+ export declare class DescribeTemplateResourceCountRequest extends $tea.Model {
2890
+ instanceId?: string;
2891
+ regionId?: string;
2892
+ resourceManagerResourceGroupId?: string;
2893
+ templateIds?: string;
2894
+ static names(): {
2895
+ [key: string]: string;
2896
+ };
2897
+ static types(): {
2898
+ [key: string]: any;
2899
+ };
2900
+ constructor(map?: {
2901
+ [key: string]: any;
2902
+ });
2903
+ }
2904
+ export declare class DescribeTemplateResourceCountResponseBody extends $tea.Model {
2905
+ requestId?: string;
2906
+ resourceCount?: DescribeTemplateResourceCountResponseBodyResourceCount[];
2907
+ static names(): {
2908
+ [key: string]: string;
2909
+ };
2910
+ static types(): {
2911
+ [key: string]: any;
2912
+ };
2913
+ constructor(map?: {
2914
+ [key: string]: any;
2915
+ });
2916
+ }
2917
+ export declare class DescribeTemplateResourceCountResponse extends $tea.Model {
2918
+ headers?: {
2919
+ [key: string]: string;
2920
+ };
2921
+ statusCode?: number;
2922
+ body?: DescribeTemplateResourceCountResponseBody;
2923
+ static names(): {
2924
+ [key: string]: string;
2925
+ };
2926
+ static types(): {
2927
+ [key: string]: any;
2928
+ };
2929
+ constructor(map?: {
2930
+ [key: string]: any;
2931
+ });
2932
+ }
2480
2933
  export declare class DescribeTemplateResourcesRequest extends $tea.Model {
2481
2934
  instanceId?: string;
2482
2935
  regionId?: string;
@@ -2627,9 +3080,142 @@ export declare class DescribeVisitTopIpRequest extends $tea.Model {
2627
3080
  [key: string]: any;
2628
3081
  });
2629
3082
  }
2630
- export declare class DescribeVisitTopIpResponseBody extends $tea.Model {
3083
+ export declare class DescribeVisitTopIpResponseBody extends $tea.Model {
3084
+ requestId?: string;
3085
+ topIp?: DescribeVisitTopIpResponseBodyTopIp[];
3086
+ static names(): {
3087
+ [key: string]: string;
3088
+ };
3089
+ static types(): {
3090
+ [key: string]: any;
3091
+ };
3092
+ constructor(map?: {
3093
+ [key: string]: any;
3094
+ });
3095
+ }
3096
+ export declare class DescribeVisitTopIpResponse extends $tea.Model {
3097
+ headers?: {
3098
+ [key: string]: string;
3099
+ };
3100
+ statusCode?: number;
3101
+ body?: DescribeVisitTopIpResponseBody;
3102
+ static names(): {
3103
+ [key: string]: string;
3104
+ };
3105
+ static types(): {
3106
+ [key: string]: any;
3107
+ };
3108
+ constructor(map?: {
3109
+ [key: string]: any;
3110
+ });
3111
+ }
3112
+ export declare class DescribeVisitUasRequest extends $tea.Model {
3113
+ endTimestamp?: string;
3114
+ instanceId?: string;
3115
+ regionId?: string;
3116
+ resource?: string;
3117
+ startTimestamp?: string;
3118
+ static names(): {
3119
+ [key: string]: string;
3120
+ };
3121
+ static types(): {
3122
+ [key: string]: any;
3123
+ };
3124
+ constructor(map?: {
3125
+ [key: string]: any;
3126
+ });
3127
+ }
3128
+ export declare class DescribeVisitUasResponseBody extends $tea.Model {
3129
+ requestId?: string;
3130
+ uas?: DescribeVisitUasResponseBodyUas[];
3131
+ static names(): {
3132
+ [key: string]: string;
3133
+ };
3134
+ static types(): {
3135
+ [key: string]: any;
3136
+ };
3137
+ constructor(map?: {
3138
+ [key: string]: any;
3139
+ });
3140
+ }
3141
+ export declare class DescribeVisitUasResponse extends $tea.Model {
3142
+ headers?: {
3143
+ [key: string]: string;
3144
+ };
3145
+ statusCode?: number;
3146
+ body?: DescribeVisitUasResponseBody;
3147
+ static names(): {
3148
+ [key: string]: string;
3149
+ };
3150
+ static types(): {
3151
+ [key: string]: any;
3152
+ };
3153
+ constructor(map?: {
3154
+ [key: string]: any;
3155
+ });
3156
+ }
3157
+ export declare class DescribeWafSourceIpSegmentRequest extends $tea.Model {
3158
+ instanceId?: string;
3159
+ regionId?: string;
3160
+ resourceManagerResourceGroupId?: string;
3161
+ static names(): {
3162
+ [key: string]: string;
3163
+ };
3164
+ static types(): {
3165
+ [key: string]: any;
3166
+ };
3167
+ constructor(map?: {
3168
+ [key: string]: any;
3169
+ });
3170
+ }
3171
+ export declare class DescribeWafSourceIpSegmentResponseBody extends $tea.Model {
3172
+ requestId?: string;
3173
+ wafSourceIp?: DescribeWafSourceIpSegmentResponseBodyWafSourceIp;
3174
+ static names(): {
3175
+ [key: string]: string;
3176
+ };
3177
+ static types(): {
3178
+ [key: string]: any;
3179
+ };
3180
+ constructor(map?: {
3181
+ [key: string]: any;
3182
+ });
3183
+ }
3184
+ export declare class DescribeWafSourceIpSegmentResponse extends $tea.Model {
3185
+ headers?: {
3186
+ [key: string]: string;
3187
+ };
3188
+ statusCode?: number;
3189
+ body?: DescribeWafSourceIpSegmentResponseBody;
3190
+ static names(): {
3191
+ [key: string]: string;
3192
+ };
3193
+ static types(): {
3194
+ [key: string]: any;
3195
+ };
3196
+ constructor(map?: {
3197
+ [key: string]: any;
3198
+ });
3199
+ }
3200
+ export declare class ListTagKeysRequest extends $tea.Model {
3201
+ instanceId?: string;
3202
+ nextToken?: string;
3203
+ regionId?: string;
3204
+ resourceType?: string;
3205
+ static names(): {
3206
+ [key: string]: string;
3207
+ };
3208
+ static types(): {
3209
+ [key: string]: any;
3210
+ };
3211
+ constructor(map?: {
3212
+ [key: string]: any;
3213
+ });
3214
+ }
3215
+ export declare class ListTagKeysResponseBody extends $tea.Model {
3216
+ keys?: ListTagKeysResponseBodyKeys[];
3217
+ nextToken?: string;
2631
3218
  requestId?: string;
2632
- topIp?: DescribeVisitTopIpResponseBodyTopIp[];
2633
3219
  static names(): {
2634
3220
  [key: string]: string;
2635
3221
  };
@@ -2640,12 +3226,12 @@ export declare class DescribeVisitTopIpResponseBody extends $tea.Model {
2640
3226
  [key: string]: any;
2641
3227
  });
2642
3228
  }
2643
- export declare class DescribeVisitTopIpResponse extends $tea.Model {
3229
+ export declare class ListTagKeysResponse extends $tea.Model {
2644
3230
  headers?: {
2645
3231
  [key: string]: string;
2646
3232
  };
2647
3233
  statusCode?: number;
2648
- body?: DescribeVisitTopIpResponseBody;
3234
+ body?: ListTagKeysResponseBody;
2649
3235
  static names(): {
2650
3236
  [key: string]: string;
2651
3237
  };
@@ -2656,12 +3242,12 @@ export declare class DescribeVisitTopIpResponse extends $tea.Model {
2656
3242
  [key: string]: any;
2657
3243
  });
2658
3244
  }
2659
- export declare class DescribeVisitUasRequest extends $tea.Model {
2660
- endTimestamp?: string;
2661
- instanceId?: string;
3245
+ export declare class ListTagResourcesRequest extends $tea.Model {
3246
+ nextToken?: string;
2662
3247
  regionId?: string;
2663
- resource?: string;
2664
- startTimestamp?: string;
3248
+ resourceId?: string[];
3249
+ resourceType?: string;
3250
+ tag?: ListTagResourcesRequestTag[];
2665
3251
  static names(): {
2666
3252
  [key: string]: string;
2667
3253
  };
@@ -2672,9 +3258,10 @@ export declare class DescribeVisitUasRequest extends $tea.Model {
2672
3258
  [key: string]: any;
2673
3259
  });
2674
3260
  }
2675
- export declare class DescribeVisitUasResponseBody extends $tea.Model {
3261
+ export declare class ListTagResourcesResponseBody extends $tea.Model {
3262
+ nextToken?: string;
2676
3263
  requestId?: string;
2677
- uas?: DescribeVisitUasResponseBodyUas[];
3264
+ tagResources?: ListTagResourcesResponseBodyTagResources[];
2678
3265
  static names(): {
2679
3266
  [key: string]: string;
2680
3267
  };
@@ -2685,12 +3272,12 @@ export declare class DescribeVisitUasResponseBody extends $tea.Model {
2685
3272
  [key: string]: any;
2686
3273
  });
2687
3274
  }
2688
- export declare class DescribeVisitUasResponse extends $tea.Model {
3275
+ export declare class ListTagResourcesResponse extends $tea.Model {
2689
3276
  headers?: {
2690
3277
  [key: string]: string;
2691
3278
  };
2692
3279
  statusCode?: number;
2693
- body?: DescribeVisitUasResponseBody;
3280
+ body?: ListTagResourcesResponseBody;
2694
3281
  static names(): {
2695
3282
  [key: string]: string;
2696
3283
  };
@@ -2701,10 +3288,11 @@ export declare class DescribeVisitUasResponse extends $tea.Model {
2701
3288
  [key: string]: any;
2702
3289
  });
2703
3290
  }
2704
- export declare class DescribeWafSourceIpSegmentRequest extends $tea.Model {
2705
- instanceId?: string;
3291
+ export declare class ListTagValuesRequest extends $tea.Model {
3292
+ key?: string;
3293
+ nextToken?: string;
2706
3294
  regionId?: string;
2707
- resourceManagerResourceGroupId?: string;
3295
+ resourceType?: string;
2708
3296
  static names(): {
2709
3297
  [key: string]: string;
2710
3298
  };
@@ -2715,9 +3303,10 @@ export declare class DescribeWafSourceIpSegmentRequest extends $tea.Model {
2715
3303
  [key: string]: any;
2716
3304
  });
2717
3305
  }
2718
- export declare class DescribeWafSourceIpSegmentResponseBody extends $tea.Model {
3306
+ export declare class ListTagValuesResponseBody extends $tea.Model {
3307
+ nextToken?: string;
2719
3308
  requestId?: string;
2720
- wafSourceIp?: DescribeWafSourceIpSegmentResponseBodyWafSourceIp;
3309
+ values?: string[];
2721
3310
  static names(): {
2722
3311
  [key: string]: string;
2723
3312
  };
@@ -2728,12 +3317,12 @@ export declare class DescribeWafSourceIpSegmentResponseBody extends $tea.Model {
2728
3317
  [key: string]: any;
2729
3318
  });
2730
3319
  }
2731
- export declare class DescribeWafSourceIpSegmentResponse extends $tea.Model {
3320
+ export declare class ListTagValuesResponse extends $tea.Model {
2732
3321
  headers?: {
2733
3322
  [key: string]: string;
2734
3323
  };
2735
3324
  statusCode?: number;
2736
- body?: DescribeWafSourceIpSegmentResponseBody;
3325
+ body?: ListTagValuesResponseBody;
2737
3326
  static names(): {
2738
3327
  [key: string]: string;
2739
3328
  };
@@ -3124,6 +3713,49 @@ export declare class ModifyDomainResponse extends $tea.Model {
3124
3713
  [key: string]: any;
3125
3714
  });
3126
3715
  }
3716
+ export declare class ModifyDomainPunishStatusRequest extends $tea.Model {
3717
+ domain?: string;
3718
+ instanceId?: string;
3719
+ regionId?: string;
3720
+ resourceManagerResourceGroupId?: string;
3721
+ static names(): {
3722
+ [key: string]: string;
3723
+ };
3724
+ static types(): {
3725
+ [key: string]: any;
3726
+ };
3727
+ constructor(map?: {
3728
+ [key: string]: any;
3729
+ });
3730
+ }
3731
+ export declare class ModifyDomainPunishStatusResponseBody extends $tea.Model {
3732
+ requestId?: string;
3733
+ static names(): {
3734
+ [key: string]: string;
3735
+ };
3736
+ static types(): {
3737
+ [key: string]: any;
3738
+ };
3739
+ constructor(map?: {
3740
+ [key: string]: any;
3741
+ });
3742
+ }
3743
+ export declare class ModifyDomainPunishStatusResponse extends $tea.Model {
3744
+ headers?: {
3745
+ [key: string]: string;
3746
+ };
3747
+ statusCode?: number;
3748
+ body?: ModifyDomainPunishStatusResponseBody;
3749
+ static names(): {
3750
+ [key: string]: string;
3751
+ };
3752
+ static types(): {
3753
+ [key: string]: any;
3754
+ };
3755
+ constructor(map?: {
3756
+ [key: string]: any;
3757
+ });
3758
+ }
3127
3759
  export declare class ModifyHybridCloudClusterBypassStatusRequest extends $tea.Model {
3128
3760
  clusterResourceId?: string;
3129
3761
  instanceId?: string;
@@ -3392,6 +4024,93 @@ export declare class SyncProductInstanceResponse extends $tea.Model {
3392
4024
  [key: string]: any;
3393
4025
  });
3394
4026
  }
4027
+ export declare class TagResourcesRequest extends $tea.Model {
4028
+ regionId?: string;
4029
+ resourceId?: string[];
4030
+ resourceType?: string;
4031
+ tag?: TagResourcesRequestTag[];
4032
+ static names(): {
4033
+ [key: string]: string;
4034
+ };
4035
+ static types(): {
4036
+ [key: string]: any;
4037
+ };
4038
+ constructor(map?: {
4039
+ [key: string]: any;
4040
+ });
4041
+ }
4042
+ export declare class TagResourcesResponseBody extends $tea.Model {
4043
+ requestId?: string;
4044
+ static names(): {
4045
+ [key: string]: string;
4046
+ };
4047
+ static types(): {
4048
+ [key: string]: any;
4049
+ };
4050
+ constructor(map?: {
4051
+ [key: string]: any;
4052
+ });
4053
+ }
4054
+ export declare class TagResourcesResponse extends $tea.Model {
4055
+ headers?: {
4056
+ [key: string]: string;
4057
+ };
4058
+ statusCode?: number;
4059
+ body?: TagResourcesResponseBody;
4060
+ static names(): {
4061
+ [key: string]: string;
4062
+ };
4063
+ static types(): {
4064
+ [key: string]: any;
4065
+ };
4066
+ constructor(map?: {
4067
+ [key: string]: any;
4068
+ });
4069
+ }
4070
+ export declare class UntagResourcesRequest extends $tea.Model {
4071
+ all?: boolean;
4072
+ regionId?: string;
4073
+ resourceId?: string[];
4074
+ resourceType?: string;
4075
+ tagKey?: string[];
4076
+ static names(): {
4077
+ [key: string]: string;
4078
+ };
4079
+ static types(): {
4080
+ [key: string]: any;
4081
+ };
4082
+ constructor(map?: {
4083
+ [key: string]: any;
4084
+ });
4085
+ }
4086
+ export declare class UntagResourcesResponseBody extends $tea.Model {
4087
+ requestId?: string;
4088
+ static names(): {
4089
+ [key: string]: string;
4090
+ };
4091
+ static types(): {
4092
+ [key: string]: any;
4093
+ };
4094
+ constructor(map?: {
4095
+ [key: string]: any;
4096
+ });
4097
+ }
4098
+ export declare class UntagResourcesResponse extends $tea.Model {
4099
+ headers?: {
4100
+ [key: string]: string;
4101
+ };
4102
+ statusCode?: number;
4103
+ body?: UntagResourcesResponseBody;
4104
+ static names(): {
4105
+ [key: string]: string;
4106
+ };
4107
+ static types(): {
4108
+ [key: string]: any;
4109
+ };
4110
+ constructor(map?: {
4111
+ [key: string]: any;
4112
+ });
4113
+ }
3395
4114
  export declare class CreateDomainRequestListen extends $tea.Model {
3396
4115
  certId?: string;
3397
4116
  cipherSuite?: number;
@@ -3473,6 +4192,24 @@ export declare class CreateDomainResponseBodyDomainInfo extends $tea.Model {
3473
4192
  [key: string]: any;
3474
4193
  });
3475
4194
  }
4195
+ export declare class DescribeCertDetailResponseBodyCertDetail extends $tea.Model {
4196
+ afterDate?: number;
4197
+ beforeDate?: number;
4198
+ certIdentifier?: string;
4199
+ certName?: string;
4200
+ commonName?: string;
4201
+ domain?: string;
4202
+ sans?: string[];
4203
+ static names(): {
4204
+ [key: string]: string;
4205
+ };
4206
+ static types(): {
4207
+ [key: string]: any;
4208
+ };
4209
+ constructor(map?: {
4210
+ [key: string]: any;
4211
+ });
4212
+ }
3476
4213
  export declare class DescribeCertsResponseBodyCerts extends $tea.Model {
3477
4214
  afterDate?: number;
3478
4215
  beforeDate?: number;
@@ -3511,6 +4248,35 @@ export declare class DescribeCloudResourcesResponseBodyCloudResources extends $t
3511
4248
  [key: string]: any;
3512
4249
  });
3513
4250
  }
4251
+ export declare class DescribeDefenseResourceResponseBodyResource extends $tea.Model {
4252
+ acwCookieStatus?: number;
4253
+ acwSecureStatus?: number;
4254
+ acwV3SecureStatus?: number;
4255
+ customHeaders?: string[];
4256
+ description?: string;
4257
+ detail?: {
4258
+ [key: string]: any;
4259
+ };
4260
+ gmtCreate?: number;
4261
+ gmtModified?: number;
4262
+ ownerUserId?: string;
4263
+ pattern?: string;
4264
+ product?: string;
4265
+ resource?: string;
4266
+ resourceGroup?: string;
4267
+ resourceManagerResourceGroupId?: string;
4268
+ resourceOrigin?: string;
4269
+ xffStatus?: number;
4270
+ static names(): {
4271
+ [key: string]: string;
4272
+ };
4273
+ static types(): {
4274
+ [key: string]: any;
4275
+ };
4276
+ constructor(map?: {
4277
+ [key: string]: any;
4278
+ });
4279
+ }
3514
4280
  export declare class DescribeDefenseResourceGroupResponseBodyGroup extends $tea.Model {
3515
4281
  description?: string;
3516
4282
  gmtCreate?: number;
@@ -3527,6 +4293,22 @@ export declare class DescribeDefenseResourceGroupResponseBodyGroup extends $tea.
3527
4293
  [key: string]: any;
3528
4294
  });
3529
4295
  }
4296
+ export declare class DescribeDefenseResourceGroupsResponseBodyGroups extends $tea.Model {
4297
+ description?: string;
4298
+ gmtCreate?: number;
4299
+ gmtModified?: number;
4300
+ groupName?: string;
4301
+ resourceList?: string;
4302
+ static names(): {
4303
+ [key: string]: string;
4304
+ };
4305
+ static types(): {
4306
+ [key: string]: any;
4307
+ };
4308
+ constructor(map?: {
4309
+ [key: string]: any;
4310
+ });
4311
+ }
3530
4312
  export declare class DescribeDefenseResourceTemplatesResponseBodyTemplates extends $tea.Model {
3531
4313
  defenseScene?: string;
3532
4314
  defenseSubScene?: string;
@@ -4229,6 +5011,7 @@ export declare class DescribeResourceLogStatusResponseBodyResult extends $tea.Mo
4229
5011
  export declare class DescribeResponseCodeTrendGraphResponseBodyResponseCodes extends $tea.Model {
4230
5012
  code302Pv?: number;
4231
5013
  code405Pv?: number;
5014
+ code444Pv?: number;
4232
5015
  code499Pv?: number;
4233
5016
  code5xxPv?: number;
4234
5017
  index?: number;
@@ -4338,6 +5121,20 @@ export declare class DescribeRuleHitsTopUrlResponseBodyRuleHitsTopUrl extends $t
4338
5121
  [key: string]: any;
4339
5122
  });
4340
5123
  }
5124
+ export declare class DescribeTemplateResourceCountResponseBodyResourceCount extends $tea.Model {
5125
+ groupCount?: number;
5126
+ singleCount?: number;
5127
+ templateId?: number;
5128
+ static names(): {
5129
+ [key: string]: string;
5130
+ };
5131
+ static types(): {
5132
+ [key: string]: any;
5133
+ };
5134
+ constructor(map?: {
5135
+ [key: string]: any;
5136
+ });
5137
+ }
4341
5138
  export declare class DescribeVisitTopIpResponseBodyTopIp extends $tea.Model {
4342
5139
  area?: string;
4343
5140
  count?: number;
@@ -4379,6 +5176,47 @@ export declare class DescribeWafSourceIpSegmentResponseBodyWafSourceIp extends $
4379
5176
  [key: string]: any;
4380
5177
  });
4381
5178
  }
5179
+ export declare class ListTagKeysResponseBodyKeys extends $tea.Model {
5180
+ category?: string;
5181
+ key?: string;
5182
+ static names(): {
5183
+ [key: string]: string;
5184
+ };
5185
+ static types(): {
5186
+ [key: string]: any;
5187
+ };
5188
+ constructor(map?: {
5189
+ [key: string]: any;
5190
+ });
5191
+ }
5192
+ export declare class ListTagResourcesRequestTag extends $tea.Model {
5193
+ key?: string;
5194
+ value?: string;
5195
+ static names(): {
5196
+ [key: string]: string;
5197
+ };
5198
+ static types(): {
5199
+ [key: string]: any;
5200
+ };
5201
+ constructor(map?: {
5202
+ [key: string]: any;
5203
+ });
5204
+ }
5205
+ export declare class ListTagResourcesResponseBodyTagResources extends $tea.Model {
5206
+ resourceId?: string;
5207
+ resourceType?: string;
5208
+ tagKey?: string;
5209
+ tagValue?: string;
5210
+ static names(): {
5211
+ [key: string]: string;
5212
+ };
5213
+ static types(): {
5214
+ [key: string]: any;
5215
+ };
5216
+ constructor(map?: {
5217
+ [key: string]: any;
5218
+ });
5219
+ }
4382
5220
  export declare class ModifyDomainRequestListen extends $tea.Model {
4383
5221
  certId?: string;
4384
5222
  cipherSuite?: number;
@@ -4461,6 +5299,19 @@ export declare class ModifyDomainResponseBodyDomainInfo extends $tea.Model {
4461
5299
  [key: string]: any;
4462
5300
  });
4463
5301
  }
5302
+ export declare class TagResourcesRequestTag extends $tea.Model {
5303
+ key?: string;
5304
+ value?: string;
5305
+ static names(): {
5306
+ [key: string]: string;
5307
+ };
5308
+ static types(): {
5309
+ [key: string]: any;
5310
+ };
5311
+ constructor(map?: {
5312
+ [key: string]: any;
5313
+ });
5314
+ }
4464
5315
  export default class Client extends OpenApi {
4465
5316
  constructor(config: $OpenApi.Config);
4466
5317
  getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
@@ -4468,6 +5319,8 @@ export default class Client extends OpenApi {
4468
5319
  }, endpoint: string): string;
4469
5320
  clearMajorProtectionBlackIpWithOptions(request: ClearMajorProtectionBlackIpRequest, runtime: $Util.RuntimeOptions): Promise<ClearMajorProtectionBlackIpResponse>;
4470
5321
  clearMajorProtectionBlackIp(request: ClearMajorProtectionBlackIpRequest): Promise<ClearMajorProtectionBlackIpResponse>;
5322
+ copyDefenseTemplateWithOptions(request: CopyDefenseTemplateRequest, runtime: $Util.RuntimeOptions): Promise<CopyDefenseTemplateResponse>;
5323
+ copyDefenseTemplate(request: CopyDefenseTemplateRequest): Promise<CopyDefenseTemplateResponse>;
4471
5324
  createDefenseResourceGroupWithOptions(request: CreateDefenseResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateDefenseResourceGroupResponse>;
4472
5325
  createDefenseResourceGroup(request: CreateDefenseResourceGroupRequest): Promise<CreateDefenseResourceGroupResponse>;
4473
5326
  createDefenseRuleWithOptions(request: CreateDefenseRuleRequest, runtime: $Util.RuntimeOptions): Promise<CreateDefenseRuleResponse>;
@@ -4493,6 +5346,8 @@ export default class Client extends OpenApi {
4493
5346
  createMajorProtectionBlackIp(request: CreateMajorProtectionBlackIpRequest): Promise<CreateMajorProtectionBlackIpResponse>;
4494
5347
  createMemberAccountsWithOptions(request: CreateMemberAccountsRequest, runtime: $Util.RuntimeOptions): Promise<CreateMemberAccountsResponse>;
4495
5348
  createMemberAccounts(request: CreateMemberAccountsRequest): Promise<CreateMemberAccountsResponse>;
5349
+ createPostpaidInstanceWithOptions(request: CreatePostpaidInstanceRequest, runtime: $Util.RuntimeOptions): Promise<CreatePostpaidInstanceResponse>;
5350
+ createPostpaidInstance(request: CreatePostpaidInstanceRequest): Promise<CreatePostpaidInstanceResponse>;
4496
5351
  deleteDefenseResourceGroupWithOptions(request: DeleteDefenseResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDefenseResourceGroupResponse>;
4497
5352
  deleteDefenseResourceGroup(request: DeleteDefenseResourceGroupRequest): Promise<DeleteDefenseResourceGroupResponse>;
4498
5353
  deleteDefenseRuleWithOptions(request: DeleteDefenseRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDefenseRuleResponse>;
@@ -4507,12 +5362,22 @@ export default class Client extends OpenApi {
4507
5362
  deleteMemberAccount(request: DeleteMemberAccountRequest): Promise<DeleteMemberAccountResponse>;
4508
5363
  describeAccountDelegatedStatusWithOptions(request: DescribeAccountDelegatedStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccountDelegatedStatusResponse>;
4509
5364
  describeAccountDelegatedStatus(request: DescribeAccountDelegatedStatusRequest): Promise<DescribeAccountDelegatedStatusResponse>;
5365
+ describeCertDetailWithOptions(request: DescribeCertDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCertDetailResponse>;
5366
+ describeCertDetail(request: DescribeCertDetailRequest): Promise<DescribeCertDetailResponse>;
4510
5367
  describeCertsWithOptions(request: DescribeCertsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCertsResponse>;
4511
5368
  describeCerts(request: DescribeCertsRequest): Promise<DescribeCertsResponse>;
4512
5369
  describeCloudResourcesWithOptions(request: DescribeCloudResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCloudResourcesResponse>;
4513
5370
  describeCloudResources(request: DescribeCloudResourcesRequest): Promise<DescribeCloudResourcesResponse>;
5371
+ describeDefenseResourceWithOptions(request: DescribeDefenseResourceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseResourceResponse>;
5372
+ describeDefenseResource(request: DescribeDefenseResourceRequest): Promise<DescribeDefenseResourceResponse>;
4514
5373
  describeDefenseResourceGroupWithOptions(request: DescribeDefenseResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseResourceGroupResponse>;
4515
5374
  describeDefenseResourceGroup(request: DescribeDefenseResourceGroupRequest): Promise<DescribeDefenseResourceGroupResponse>;
5375
+ describeDefenseResourceGroupNamesWithOptions(request: DescribeDefenseResourceGroupNamesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseResourceGroupNamesResponse>;
5376
+ describeDefenseResourceGroupNames(request: DescribeDefenseResourceGroupNamesRequest): Promise<DescribeDefenseResourceGroupNamesResponse>;
5377
+ describeDefenseResourceGroupsWithOptions(request: DescribeDefenseResourceGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseResourceGroupsResponse>;
5378
+ describeDefenseResourceGroups(request: DescribeDefenseResourceGroupsRequest): Promise<DescribeDefenseResourceGroupsResponse>;
5379
+ describeDefenseResourceNamesWithOptions(request: DescribeDefenseResourceNamesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseResourceNamesResponse>;
5380
+ describeDefenseResourceNames(request: DescribeDefenseResourceNamesRequest): Promise<DescribeDefenseResourceNamesResponse>;
4516
5381
  describeDefenseResourceTemplatesWithOptions(request: DescribeDefenseResourceTemplatesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseResourceTemplatesResponse>;
4517
5382
  describeDefenseResourceTemplates(request: DescribeDefenseResourceTemplatesRequest): Promise<DescribeDefenseResourceTemplatesResponse>;
4518
5383
  describeDefenseResourcesWithOptions(request: DescribeDefenseResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseResourcesResponse>;
@@ -4523,6 +5388,8 @@ export default class Client extends OpenApi {
4523
5388
  describeDefenseRules(request: DescribeDefenseRulesRequest): Promise<DescribeDefenseRulesResponse>;
4524
5389
  describeDefenseTemplateWithOptions(request: DescribeDefenseTemplateRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseTemplateResponse>;
4525
5390
  describeDefenseTemplate(request: DescribeDefenseTemplateRequest): Promise<DescribeDefenseTemplateResponse>;
5391
+ describeDefenseTemplateValidGroupsWithOptions(request: DescribeDefenseTemplateValidGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseTemplateValidGroupsResponse>;
5392
+ describeDefenseTemplateValidGroups(request: DescribeDefenseTemplateValidGroupsRequest): Promise<DescribeDefenseTemplateValidGroupsResponse>;
4526
5393
  describeDefenseTemplatesWithOptions(request: DescribeDefenseTemplatesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseTemplatesResponse>;
4527
5394
  describeDefenseTemplates(request: DescribeDefenseTemplatesRequest): Promise<DescribeDefenseTemplatesResponse>;
4528
5395
  describeDomainDNSRecordWithOptions(request: DescribeDomainDNSRecordRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainDNSRecordResponse>;
@@ -4553,6 +5420,8 @@ export default class Client extends OpenApi {
4553
5420
  describePeakTrend(request: DescribePeakTrendRequest): Promise<DescribePeakTrendResponse>;
4554
5421
  describeProductInstancesWithOptions(request: DescribeProductInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeProductInstancesResponse>;
4555
5422
  describeProductInstances(request: DescribeProductInstancesRequest): Promise<DescribeProductInstancesResponse>;
5423
+ describePunishedDomainsWithOptions(request: DescribePunishedDomainsRequest, runtime: $Util.RuntimeOptions): Promise<DescribePunishedDomainsResponse>;
5424
+ describePunishedDomains(request: DescribePunishedDomainsRequest): Promise<DescribePunishedDomainsResponse>;
4556
5425
  describeResourceInstanceCertsWithOptions(request: DescribeResourceInstanceCertsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeResourceInstanceCertsResponse>;
4557
5426
  describeResourceInstanceCerts(request: DescribeResourceInstanceCertsRequest): Promise<DescribeResourceInstanceCertsResponse>;
4558
5427
  describeResourceLogStatusWithOptions(request: DescribeResourceLogStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeResourceLogStatusResponse>;
@@ -4585,6 +5454,8 @@ export default class Client extends OpenApi {
4585
5454
  describeSlsLogStore(request: DescribeSlsLogStoreRequest): Promise<DescribeSlsLogStoreResponse>;
4586
5455
  describeSlsLogStoreStatusWithOptions(request: DescribeSlsLogStoreStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlsLogStoreStatusResponse>;
4587
5456
  describeSlsLogStoreStatus(request: DescribeSlsLogStoreStatusRequest): Promise<DescribeSlsLogStoreStatusResponse>;
5457
+ describeTemplateResourceCountWithOptions(request: DescribeTemplateResourceCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTemplateResourceCountResponse>;
5458
+ describeTemplateResourceCount(request: DescribeTemplateResourceCountRequest): Promise<DescribeTemplateResourceCountResponse>;
4588
5459
  describeTemplateResourcesWithOptions(request: DescribeTemplateResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTemplateResourcesResponse>;
4589
5460
  describeTemplateResources(request: DescribeTemplateResourcesRequest): Promise<DescribeTemplateResourcesResponse>;
4590
5461
  describeUserSlsLogRegionsWithOptions(request: DescribeUserSlsLogRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserSlsLogRegionsResponse>;
@@ -4597,6 +5468,12 @@ export default class Client extends OpenApi {
4597
5468
  describeVisitUas(request: DescribeVisitUasRequest): Promise<DescribeVisitUasResponse>;
4598
5469
  describeWafSourceIpSegmentWithOptions(request: DescribeWafSourceIpSegmentRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWafSourceIpSegmentResponse>;
4599
5470
  describeWafSourceIpSegment(request: DescribeWafSourceIpSegmentRequest): Promise<DescribeWafSourceIpSegmentResponse>;
5471
+ listTagKeysWithOptions(request: ListTagKeysRequest, runtime: $Util.RuntimeOptions): Promise<ListTagKeysResponse>;
5472
+ listTagKeys(request: ListTagKeysRequest): Promise<ListTagKeysResponse>;
5473
+ listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
5474
+ listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
5475
+ listTagValuesWithOptions(request: ListTagValuesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagValuesResponse>;
5476
+ listTagValues(request: ListTagValuesRequest): Promise<ListTagValuesResponse>;
4600
5477
  modifyDefenseResourceGroupWithOptions(request: ModifyDefenseResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDefenseResourceGroupResponse>;
4601
5478
  modifyDefenseResourceGroup(request: ModifyDefenseResourceGroupRequest): Promise<ModifyDefenseResourceGroupResponse>;
4602
5479
  modifyDefenseResourceXffWithOptions(request: ModifyDefenseResourceXffRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDefenseResourceXffResponse>;
@@ -4613,6 +5490,8 @@ export default class Client extends OpenApi {
4613
5490
  modifyDefenseTemplateStatus(request: ModifyDefenseTemplateStatusRequest): Promise<ModifyDefenseTemplateStatusResponse>;
4614
5491
  modifyDomainWithOptions(tmpReq: ModifyDomainRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDomainResponse>;
4615
5492
  modifyDomain(request: ModifyDomainRequest): Promise<ModifyDomainResponse>;
5493
+ modifyDomainPunishStatusWithOptions(request: ModifyDomainPunishStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDomainPunishStatusResponse>;
5494
+ modifyDomainPunishStatus(request: ModifyDomainPunishStatusRequest): Promise<ModifyDomainPunishStatusResponse>;
4616
5495
  modifyHybridCloudClusterBypassStatusWithOptions(request: ModifyHybridCloudClusterBypassStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyHybridCloudClusterBypassStatusResponse>;
4617
5496
  modifyHybridCloudClusterBypassStatus(request: ModifyHybridCloudClusterBypassStatusRequest): Promise<ModifyHybridCloudClusterBypassStatusResponse>;
4618
5497
  modifyMajorProtectionBlackIpWithOptions(request: ModifyMajorProtectionBlackIpRequest, runtime: $Util.RuntimeOptions): Promise<ModifyMajorProtectionBlackIpResponse>;
@@ -4638,4 +5517,8 @@ export default class Client extends OpenApi {
4638
5517
  * @return SyncProductInstanceResponse
4639
5518
  */
4640
5519
  syncProductInstance(request: SyncProductInstanceRequest): Promise<SyncProductInstanceResponse>;
5520
+ tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
5521
+ tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
5522
+ untagResourcesWithOptions(request: UntagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
5523
+ untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
4641
5524
  }