@alicloud/ddoscoo20200101 1.0.1 → 1.1.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 +1265 -0
- package/dist/client.js +1769 -7
- package/dist/client.js.map +1 -1
- package/package.json +5 -5
- package/src/client.ts +2030 -37
package/dist/client.d.ts
CHANGED
|
@@ -91,7 +91,9 @@ export declare class AddAutoCcWhitelistResponse extends $tea.Model {
|
|
|
91
91
|
export declare class AssociateWebCertRequest extends $tea.Model {
|
|
92
92
|
cert?: string;
|
|
93
93
|
certId?: number;
|
|
94
|
+
certIdentifier?: string;
|
|
94
95
|
certName?: string;
|
|
96
|
+
certRegion?: string;
|
|
95
97
|
domain?: string;
|
|
96
98
|
key?: string;
|
|
97
99
|
resourceGroupId?: string;
|
|
@@ -218,6 +220,47 @@ export declare class ConfigL7RsPolicyResponse extends $tea.Model {
|
|
|
218
220
|
[key: string]: any;
|
|
219
221
|
});
|
|
220
222
|
}
|
|
223
|
+
export declare class ConfigLayer4RealLimitRequest extends $tea.Model {
|
|
224
|
+
instanceId?: string;
|
|
225
|
+
limitValue?: number;
|
|
226
|
+
static names(): {
|
|
227
|
+
[key: string]: string;
|
|
228
|
+
};
|
|
229
|
+
static types(): {
|
|
230
|
+
[key: string]: any;
|
|
231
|
+
};
|
|
232
|
+
constructor(map?: {
|
|
233
|
+
[key: string]: any;
|
|
234
|
+
});
|
|
235
|
+
}
|
|
236
|
+
export declare class ConfigLayer4RealLimitResponseBody extends $tea.Model {
|
|
237
|
+
requestId?: string;
|
|
238
|
+
static names(): {
|
|
239
|
+
[key: string]: string;
|
|
240
|
+
};
|
|
241
|
+
static types(): {
|
|
242
|
+
[key: string]: any;
|
|
243
|
+
};
|
|
244
|
+
constructor(map?: {
|
|
245
|
+
[key: string]: any;
|
|
246
|
+
});
|
|
247
|
+
}
|
|
248
|
+
export declare class ConfigLayer4RealLimitResponse extends $tea.Model {
|
|
249
|
+
headers: {
|
|
250
|
+
[key: string]: string;
|
|
251
|
+
};
|
|
252
|
+
statusCode: number;
|
|
253
|
+
body: ConfigLayer4RealLimitResponseBody;
|
|
254
|
+
static names(): {
|
|
255
|
+
[key: string]: string;
|
|
256
|
+
};
|
|
257
|
+
static types(): {
|
|
258
|
+
[key: string]: any;
|
|
259
|
+
};
|
|
260
|
+
constructor(map?: {
|
|
261
|
+
[key: string]: any;
|
|
262
|
+
});
|
|
263
|
+
}
|
|
221
264
|
export declare class ConfigLayer4RemarkRequest extends $tea.Model {
|
|
222
265
|
listeners?: string;
|
|
223
266
|
static names(): {
|
|
@@ -1707,6 +1750,7 @@ export declare class DescribeAutoCcWhitelistResponse extends $tea.Model {
|
|
|
1707
1750
|
});
|
|
1708
1751
|
}
|
|
1709
1752
|
export declare class DescribeBackSourceCidrRequest extends $tea.Model {
|
|
1753
|
+
ipVersion?: string;
|
|
1710
1754
|
line?: string;
|
|
1711
1755
|
resourceGroupId?: string;
|
|
1712
1756
|
static names(): {
|
|
@@ -2550,6 +2594,47 @@ export declare class DescribeDomainResourceResponse extends $tea.Model {
|
|
|
2550
2594
|
[key: string]: any;
|
|
2551
2595
|
});
|
|
2552
2596
|
}
|
|
2597
|
+
export declare class DescribeDomainSecurityProfileRequest extends $tea.Model {
|
|
2598
|
+
domain?: string;
|
|
2599
|
+
static names(): {
|
|
2600
|
+
[key: string]: string;
|
|
2601
|
+
};
|
|
2602
|
+
static types(): {
|
|
2603
|
+
[key: string]: any;
|
|
2604
|
+
};
|
|
2605
|
+
constructor(map?: {
|
|
2606
|
+
[key: string]: any;
|
|
2607
|
+
});
|
|
2608
|
+
}
|
|
2609
|
+
export declare class DescribeDomainSecurityProfileResponseBody extends $tea.Model {
|
|
2610
|
+
requestId?: string;
|
|
2611
|
+
result?: DescribeDomainSecurityProfileResponseBodyResult[];
|
|
2612
|
+
static names(): {
|
|
2613
|
+
[key: string]: string;
|
|
2614
|
+
};
|
|
2615
|
+
static types(): {
|
|
2616
|
+
[key: string]: any;
|
|
2617
|
+
};
|
|
2618
|
+
constructor(map?: {
|
|
2619
|
+
[key: string]: any;
|
|
2620
|
+
});
|
|
2621
|
+
}
|
|
2622
|
+
export declare class DescribeDomainSecurityProfileResponse extends $tea.Model {
|
|
2623
|
+
headers: {
|
|
2624
|
+
[key: string]: string;
|
|
2625
|
+
};
|
|
2626
|
+
statusCode: number;
|
|
2627
|
+
body: DescribeDomainSecurityProfileResponseBody;
|
|
2628
|
+
static names(): {
|
|
2629
|
+
[key: string]: string;
|
|
2630
|
+
};
|
|
2631
|
+
static types(): {
|
|
2632
|
+
[key: string]: any;
|
|
2633
|
+
};
|
|
2634
|
+
constructor(map?: {
|
|
2635
|
+
[key: string]: any;
|
|
2636
|
+
});
|
|
2637
|
+
}
|
|
2553
2638
|
export declare class DescribeDomainStatusCodeCountRequest extends $tea.Model {
|
|
2554
2639
|
domain?: string;
|
|
2555
2640
|
endTime?: number;
|
|
@@ -2955,6 +3040,48 @@ export declare class DescribeElasticBandwidthSpecResponse extends $tea.Model {
|
|
|
2955
3040
|
[key: string]: any;
|
|
2956
3041
|
});
|
|
2957
3042
|
}
|
|
3043
|
+
export declare class DescribeHeadersRequest extends $tea.Model {
|
|
3044
|
+
domain?: string;
|
|
3045
|
+
resourceGroupId?: string;
|
|
3046
|
+
static names(): {
|
|
3047
|
+
[key: string]: string;
|
|
3048
|
+
};
|
|
3049
|
+
static types(): {
|
|
3050
|
+
[key: string]: any;
|
|
3051
|
+
};
|
|
3052
|
+
constructor(map?: {
|
|
3053
|
+
[key: string]: any;
|
|
3054
|
+
});
|
|
3055
|
+
}
|
|
3056
|
+
export declare class DescribeHeadersResponseBody extends $tea.Model {
|
|
3057
|
+
customHeader?: DescribeHeadersResponseBodyCustomHeader;
|
|
3058
|
+
requestId?: string;
|
|
3059
|
+
static names(): {
|
|
3060
|
+
[key: string]: string;
|
|
3061
|
+
};
|
|
3062
|
+
static types(): {
|
|
3063
|
+
[key: string]: any;
|
|
3064
|
+
};
|
|
3065
|
+
constructor(map?: {
|
|
3066
|
+
[key: string]: any;
|
|
3067
|
+
});
|
|
3068
|
+
}
|
|
3069
|
+
export declare class DescribeHeadersResponse extends $tea.Model {
|
|
3070
|
+
headers: {
|
|
3071
|
+
[key: string]: string;
|
|
3072
|
+
};
|
|
3073
|
+
statusCode: number;
|
|
3074
|
+
body: DescribeHeadersResponseBody;
|
|
3075
|
+
static names(): {
|
|
3076
|
+
[key: string]: string;
|
|
3077
|
+
};
|
|
3078
|
+
static types(): {
|
|
3079
|
+
[key: string]: any;
|
|
3080
|
+
};
|
|
3081
|
+
constructor(map?: {
|
|
3082
|
+
[key: string]: any;
|
|
3083
|
+
});
|
|
3084
|
+
}
|
|
2958
3085
|
export declare class DescribeHealthCheckListRequest extends $tea.Model {
|
|
2959
3086
|
networkRules?: string;
|
|
2960
3087
|
static names(): {
|
|
@@ -3078,6 +3205,50 @@ export declare class DescribeInstanceDetailsResponse extends $tea.Model {
|
|
|
3078
3205
|
[key: string]: any;
|
|
3079
3206
|
});
|
|
3080
3207
|
}
|
|
3208
|
+
export declare class DescribeInstanceExtRequest extends $tea.Model {
|
|
3209
|
+
instanceId?: string;
|
|
3210
|
+
pageNumber?: string;
|
|
3211
|
+
pageSize?: string;
|
|
3212
|
+
static names(): {
|
|
3213
|
+
[key: string]: string;
|
|
3214
|
+
};
|
|
3215
|
+
static types(): {
|
|
3216
|
+
[key: string]: any;
|
|
3217
|
+
};
|
|
3218
|
+
constructor(map?: {
|
|
3219
|
+
[key: string]: any;
|
|
3220
|
+
});
|
|
3221
|
+
}
|
|
3222
|
+
export declare class DescribeInstanceExtResponseBody extends $tea.Model {
|
|
3223
|
+
instanceExtSpecs?: DescribeInstanceExtResponseBodyInstanceExtSpecs[];
|
|
3224
|
+
requestId?: string;
|
|
3225
|
+
totalCount?: number;
|
|
3226
|
+
static names(): {
|
|
3227
|
+
[key: string]: string;
|
|
3228
|
+
};
|
|
3229
|
+
static types(): {
|
|
3230
|
+
[key: string]: any;
|
|
3231
|
+
};
|
|
3232
|
+
constructor(map?: {
|
|
3233
|
+
[key: string]: any;
|
|
3234
|
+
});
|
|
3235
|
+
}
|
|
3236
|
+
export declare class DescribeInstanceExtResponse extends $tea.Model {
|
|
3237
|
+
headers: {
|
|
3238
|
+
[key: string]: string;
|
|
3239
|
+
};
|
|
3240
|
+
statusCode: number;
|
|
3241
|
+
body: DescribeInstanceExtResponseBody;
|
|
3242
|
+
static names(): {
|
|
3243
|
+
[key: string]: string;
|
|
3244
|
+
};
|
|
3245
|
+
static types(): {
|
|
3246
|
+
[key: string]: any;
|
|
3247
|
+
};
|
|
3248
|
+
constructor(map?: {
|
|
3249
|
+
[key: string]: any;
|
|
3250
|
+
});
|
|
3251
|
+
}
|
|
3081
3252
|
export declare class DescribeInstanceIdsRequest extends $tea.Model {
|
|
3082
3253
|
edition?: number;
|
|
3083
3254
|
instanceIds?: string[];
|
|
@@ -4187,6 +4358,53 @@ export declare class DescribeSchedulerRulesResponse extends $tea.Model {
|
|
|
4187
4358
|
[key: string]: any;
|
|
4188
4359
|
});
|
|
4189
4360
|
}
|
|
4361
|
+
export declare class DescribeSlaEventListRequest extends $tea.Model {
|
|
4362
|
+
endTime?: number;
|
|
4363
|
+
ip?: string;
|
|
4364
|
+
page?: number;
|
|
4365
|
+
pageSize?: number;
|
|
4366
|
+
region?: string;
|
|
4367
|
+
startTime?: number;
|
|
4368
|
+
static names(): {
|
|
4369
|
+
[key: string]: string;
|
|
4370
|
+
};
|
|
4371
|
+
static types(): {
|
|
4372
|
+
[key: string]: any;
|
|
4373
|
+
};
|
|
4374
|
+
constructor(map?: {
|
|
4375
|
+
[key: string]: any;
|
|
4376
|
+
});
|
|
4377
|
+
}
|
|
4378
|
+
export declare class DescribeSlaEventListResponseBody extends $tea.Model {
|
|
4379
|
+
requestId?: string;
|
|
4380
|
+
slaEvent?: DescribeSlaEventListResponseBodySlaEvent[];
|
|
4381
|
+
total?: number;
|
|
4382
|
+
static names(): {
|
|
4383
|
+
[key: string]: string;
|
|
4384
|
+
};
|
|
4385
|
+
static types(): {
|
|
4386
|
+
[key: string]: any;
|
|
4387
|
+
};
|
|
4388
|
+
constructor(map?: {
|
|
4389
|
+
[key: string]: any;
|
|
4390
|
+
});
|
|
4391
|
+
}
|
|
4392
|
+
export declare class DescribeSlaEventListResponse extends $tea.Model {
|
|
4393
|
+
headers: {
|
|
4394
|
+
[key: string]: string;
|
|
4395
|
+
};
|
|
4396
|
+
statusCode: number;
|
|
4397
|
+
body: DescribeSlaEventListResponseBody;
|
|
4398
|
+
static names(): {
|
|
4399
|
+
[key: string]: string;
|
|
4400
|
+
};
|
|
4401
|
+
static types(): {
|
|
4402
|
+
[key: string]: any;
|
|
4403
|
+
};
|
|
4404
|
+
constructor(map?: {
|
|
4405
|
+
[key: string]: any;
|
|
4406
|
+
});
|
|
4407
|
+
}
|
|
4190
4408
|
export declare class DescribeSlsAuthStatusRequest extends $tea.Model {
|
|
4191
4409
|
resourceGroupId?: string;
|
|
4192
4410
|
static names(): {
|
|
@@ -4498,6 +4716,51 @@ export declare class DescribeTagResourcesResponse extends $tea.Model {
|
|
|
4498
4716
|
[key: string]: any;
|
|
4499
4717
|
});
|
|
4500
4718
|
}
|
|
4719
|
+
export declare class DescribeTotalAttackMaxFlowRequest extends $tea.Model {
|
|
4720
|
+
endTime?: number;
|
|
4721
|
+
instanceIds?: string[];
|
|
4722
|
+
resourceGroupId?: string;
|
|
4723
|
+
startTime?: number;
|
|
4724
|
+
static names(): {
|
|
4725
|
+
[key: string]: string;
|
|
4726
|
+
};
|
|
4727
|
+
static types(): {
|
|
4728
|
+
[key: string]: any;
|
|
4729
|
+
};
|
|
4730
|
+
constructor(map?: {
|
|
4731
|
+
[key: string]: any;
|
|
4732
|
+
});
|
|
4733
|
+
}
|
|
4734
|
+
export declare class DescribeTotalAttackMaxFlowResponseBody extends $tea.Model {
|
|
4735
|
+
bps?: number;
|
|
4736
|
+
pps?: number;
|
|
4737
|
+
requestId?: string;
|
|
4738
|
+
static names(): {
|
|
4739
|
+
[key: string]: string;
|
|
4740
|
+
};
|
|
4741
|
+
static types(): {
|
|
4742
|
+
[key: string]: any;
|
|
4743
|
+
};
|
|
4744
|
+
constructor(map?: {
|
|
4745
|
+
[key: string]: any;
|
|
4746
|
+
});
|
|
4747
|
+
}
|
|
4748
|
+
export declare class DescribeTotalAttackMaxFlowResponse extends $tea.Model {
|
|
4749
|
+
headers: {
|
|
4750
|
+
[key: string]: string;
|
|
4751
|
+
};
|
|
4752
|
+
statusCode: number;
|
|
4753
|
+
body: DescribeTotalAttackMaxFlowResponseBody;
|
|
4754
|
+
static names(): {
|
|
4755
|
+
[key: string]: string;
|
|
4756
|
+
};
|
|
4757
|
+
static types(): {
|
|
4758
|
+
[key: string]: any;
|
|
4759
|
+
};
|
|
4760
|
+
constructor(map?: {
|
|
4761
|
+
[key: string]: any;
|
|
4762
|
+
});
|
|
4763
|
+
}
|
|
4501
4764
|
export declare class DescribeUdpReflectRequest extends $tea.Model {
|
|
4502
4765
|
instanceId?: string;
|
|
4503
4766
|
regionId?: string;
|
|
@@ -5629,6 +5892,47 @@ export declare class EnableWebCCRuleResponse extends $tea.Model {
|
|
|
5629
5892
|
[key: string]: any;
|
|
5630
5893
|
});
|
|
5631
5894
|
}
|
|
5895
|
+
export declare class ModifyBizBandWidthModeRequest extends $tea.Model {
|
|
5896
|
+
instanceId?: string;
|
|
5897
|
+
mode?: string;
|
|
5898
|
+
static names(): {
|
|
5899
|
+
[key: string]: string;
|
|
5900
|
+
};
|
|
5901
|
+
static types(): {
|
|
5902
|
+
[key: string]: any;
|
|
5903
|
+
};
|
|
5904
|
+
constructor(map?: {
|
|
5905
|
+
[key: string]: any;
|
|
5906
|
+
});
|
|
5907
|
+
}
|
|
5908
|
+
export declare class ModifyBizBandWidthModeResponseBody extends $tea.Model {
|
|
5909
|
+
requestId?: string;
|
|
5910
|
+
static names(): {
|
|
5911
|
+
[key: string]: string;
|
|
5912
|
+
};
|
|
5913
|
+
static types(): {
|
|
5914
|
+
[key: string]: any;
|
|
5915
|
+
};
|
|
5916
|
+
constructor(map?: {
|
|
5917
|
+
[key: string]: any;
|
|
5918
|
+
});
|
|
5919
|
+
}
|
|
5920
|
+
export declare class ModifyBizBandWidthModeResponse extends $tea.Model {
|
|
5921
|
+
headers: {
|
|
5922
|
+
[key: string]: string;
|
|
5923
|
+
};
|
|
5924
|
+
statusCode: number;
|
|
5925
|
+
body: ModifyBizBandWidthModeResponseBody;
|
|
5926
|
+
static names(): {
|
|
5927
|
+
[key: string]: string;
|
|
5928
|
+
};
|
|
5929
|
+
static types(): {
|
|
5930
|
+
[key: string]: any;
|
|
5931
|
+
};
|
|
5932
|
+
constructor(map?: {
|
|
5933
|
+
[key: string]: any;
|
|
5934
|
+
});
|
|
5935
|
+
}
|
|
5632
5936
|
export declare class ModifyBlackholeStatusRequest extends $tea.Model {
|
|
5633
5937
|
blackholeStatus?: string;
|
|
5634
5938
|
instanceId?: string;
|
|
@@ -5842,6 +6146,48 @@ export declare class ModifyElasticBandWidthResponse extends $tea.Model {
|
|
|
5842
6146
|
[key: string]: any;
|
|
5843
6147
|
});
|
|
5844
6148
|
}
|
|
6149
|
+
export declare class ModifyElasticBizBandWidthRequest extends $tea.Model {
|
|
6150
|
+
elasticBizBandwidth?: number;
|
|
6151
|
+
instanceId?: string;
|
|
6152
|
+
mode?: string;
|
|
6153
|
+
static names(): {
|
|
6154
|
+
[key: string]: string;
|
|
6155
|
+
};
|
|
6156
|
+
static types(): {
|
|
6157
|
+
[key: string]: any;
|
|
6158
|
+
};
|
|
6159
|
+
constructor(map?: {
|
|
6160
|
+
[key: string]: any;
|
|
6161
|
+
});
|
|
6162
|
+
}
|
|
6163
|
+
export declare class ModifyElasticBizBandWidthResponseBody extends $tea.Model {
|
|
6164
|
+
requestId?: string;
|
|
6165
|
+
static names(): {
|
|
6166
|
+
[key: string]: string;
|
|
6167
|
+
};
|
|
6168
|
+
static types(): {
|
|
6169
|
+
[key: string]: any;
|
|
6170
|
+
};
|
|
6171
|
+
constructor(map?: {
|
|
6172
|
+
[key: string]: any;
|
|
6173
|
+
});
|
|
6174
|
+
}
|
|
6175
|
+
export declare class ModifyElasticBizBandWidthResponse extends $tea.Model {
|
|
6176
|
+
headers: {
|
|
6177
|
+
[key: string]: string;
|
|
6178
|
+
};
|
|
6179
|
+
statusCode: number;
|
|
6180
|
+
body: ModifyElasticBizBandWidthResponseBody;
|
|
6181
|
+
static names(): {
|
|
6182
|
+
[key: string]: string;
|
|
6183
|
+
};
|
|
6184
|
+
static types(): {
|
|
6185
|
+
[key: string]: any;
|
|
6186
|
+
};
|
|
6187
|
+
constructor(map?: {
|
|
6188
|
+
[key: string]: any;
|
|
6189
|
+
});
|
|
6190
|
+
}
|
|
5845
6191
|
export declare class ModifyFullLogTtlRequest extends $tea.Model {
|
|
5846
6192
|
resourceGroupId?: string;
|
|
5847
6193
|
ttl?: number;
|
|
@@ -5883,6 +6229,48 @@ export declare class ModifyFullLogTtlResponse extends $tea.Model {
|
|
|
5883
6229
|
[key: string]: any;
|
|
5884
6230
|
});
|
|
5885
6231
|
}
|
|
6232
|
+
export declare class ModifyHeadersRequest extends $tea.Model {
|
|
6233
|
+
customHeaders?: string;
|
|
6234
|
+
domain?: string;
|
|
6235
|
+
resourceGroupId?: string;
|
|
6236
|
+
static names(): {
|
|
6237
|
+
[key: string]: string;
|
|
6238
|
+
};
|
|
6239
|
+
static types(): {
|
|
6240
|
+
[key: string]: any;
|
|
6241
|
+
};
|
|
6242
|
+
constructor(map?: {
|
|
6243
|
+
[key: string]: any;
|
|
6244
|
+
});
|
|
6245
|
+
}
|
|
6246
|
+
export declare class ModifyHeadersResponseBody extends $tea.Model {
|
|
6247
|
+
requestId?: string;
|
|
6248
|
+
static names(): {
|
|
6249
|
+
[key: string]: string;
|
|
6250
|
+
};
|
|
6251
|
+
static types(): {
|
|
6252
|
+
[key: string]: any;
|
|
6253
|
+
};
|
|
6254
|
+
constructor(map?: {
|
|
6255
|
+
[key: string]: any;
|
|
6256
|
+
});
|
|
6257
|
+
}
|
|
6258
|
+
export declare class ModifyHeadersResponse extends $tea.Model {
|
|
6259
|
+
headers: {
|
|
6260
|
+
[key: string]: string;
|
|
6261
|
+
};
|
|
6262
|
+
statusCode: number;
|
|
6263
|
+
body: ModifyHeadersResponseBody;
|
|
6264
|
+
static names(): {
|
|
6265
|
+
[key: string]: string;
|
|
6266
|
+
};
|
|
6267
|
+
static types(): {
|
|
6268
|
+
[key: string]: any;
|
|
6269
|
+
};
|
|
6270
|
+
constructor(map?: {
|
|
6271
|
+
[key: string]: any;
|
|
6272
|
+
});
|
|
6273
|
+
}
|
|
5886
6274
|
export declare class ModifyHealthCheckConfigRequest extends $tea.Model {
|
|
5887
6275
|
forwardProtocol?: string;
|
|
5888
6276
|
frontendPort?: number;
|
|
@@ -6052,6 +6440,47 @@ export declare class ModifyNetworkRuleAttributeResponse extends $tea.Model {
|
|
|
6052
6440
|
[key: string]: any;
|
|
6053
6441
|
});
|
|
6054
6442
|
}
|
|
6443
|
+
export declare class ModifyOcspStatusRequest extends $tea.Model {
|
|
6444
|
+
domain?: string;
|
|
6445
|
+
enable?: number;
|
|
6446
|
+
static names(): {
|
|
6447
|
+
[key: string]: string;
|
|
6448
|
+
};
|
|
6449
|
+
static types(): {
|
|
6450
|
+
[key: string]: any;
|
|
6451
|
+
};
|
|
6452
|
+
constructor(map?: {
|
|
6453
|
+
[key: string]: any;
|
|
6454
|
+
});
|
|
6455
|
+
}
|
|
6456
|
+
export declare class ModifyOcspStatusResponseBody extends $tea.Model {
|
|
6457
|
+
requestId?: string;
|
|
6458
|
+
static names(): {
|
|
6459
|
+
[key: string]: string;
|
|
6460
|
+
};
|
|
6461
|
+
static types(): {
|
|
6462
|
+
[key: string]: any;
|
|
6463
|
+
};
|
|
6464
|
+
constructor(map?: {
|
|
6465
|
+
[key: string]: any;
|
|
6466
|
+
});
|
|
6467
|
+
}
|
|
6468
|
+
export declare class ModifyOcspStatusResponse extends $tea.Model {
|
|
6469
|
+
headers: {
|
|
6470
|
+
[key: string]: string;
|
|
6471
|
+
};
|
|
6472
|
+
statusCode: number;
|
|
6473
|
+
body: ModifyOcspStatusResponseBody;
|
|
6474
|
+
static names(): {
|
|
6475
|
+
[key: string]: string;
|
|
6476
|
+
};
|
|
6477
|
+
static types(): {
|
|
6478
|
+
[key: string]: any;
|
|
6479
|
+
};
|
|
6480
|
+
constructor(map?: {
|
|
6481
|
+
[key: string]: any;
|
|
6482
|
+
});
|
|
6483
|
+
}
|
|
6055
6484
|
export declare class ModifyPortRequest extends $tea.Model {
|
|
6056
6485
|
backendPort?: string;
|
|
6057
6486
|
frontendPort?: string;
|
|
@@ -7027,6 +7456,7 @@ export declare class DescribeBlockStatusResponseBodyStatusList extends $tea.Mode
|
|
|
7027
7456
|
});
|
|
7028
7457
|
}
|
|
7029
7458
|
export declare class DescribeCertsResponseBodyCerts extends $tea.Model {
|
|
7459
|
+
certIdentifier?: string;
|
|
7030
7460
|
common?: string;
|
|
7031
7461
|
domainRelated?: boolean;
|
|
7032
7462
|
endDate?: string;
|
|
@@ -7243,6 +7673,7 @@ export declare class DescribeDomainResourceResponseBodyWebRules extends $tea.Mod
|
|
|
7243
7673
|
https2HttpEnable?: boolean;
|
|
7244
7674
|
httpsExt?: string;
|
|
7245
7675
|
instanceIds?: string[];
|
|
7676
|
+
ocspEnabled?: boolean;
|
|
7246
7677
|
policyMode?: string;
|
|
7247
7678
|
proxyEnabled?: boolean;
|
|
7248
7679
|
proxyTypes?: DescribeDomainResourceResponseBodyWebRulesProxyTypes[];
|
|
@@ -7264,6 +7695,19 @@ export declare class DescribeDomainResourceResponseBodyWebRules extends $tea.Mod
|
|
|
7264
7695
|
[key: string]: any;
|
|
7265
7696
|
});
|
|
7266
7697
|
}
|
|
7698
|
+
export declare class DescribeDomainSecurityProfileResponseBodyResult extends $tea.Model {
|
|
7699
|
+
globalEnable?: boolean;
|
|
7700
|
+
globalMode?: string;
|
|
7701
|
+
static names(): {
|
|
7702
|
+
[key: string]: string;
|
|
7703
|
+
};
|
|
7704
|
+
static types(): {
|
|
7705
|
+
[key: string]: any;
|
|
7706
|
+
};
|
|
7707
|
+
constructor(map?: {
|
|
7708
|
+
[key: string]: any;
|
|
7709
|
+
});
|
|
7710
|
+
}
|
|
7267
7711
|
export declare class DescribeDomainStatusCodeListResponseBodyStatusCodeList extends $tea.Model {
|
|
7268
7712
|
index?: number;
|
|
7269
7713
|
status200?: number;
|
|
@@ -7357,6 +7801,19 @@ export declare class DescribeDomainViewTopUrlResponseBodyUrlList extends $tea.Mo
|
|
|
7357
7801
|
[key: string]: any;
|
|
7358
7802
|
});
|
|
7359
7803
|
}
|
|
7804
|
+
export declare class DescribeHeadersResponseBodyCustomHeader extends $tea.Model {
|
|
7805
|
+
domain?: string;
|
|
7806
|
+
headers?: string;
|
|
7807
|
+
static names(): {
|
|
7808
|
+
[key: string]: string;
|
|
7809
|
+
};
|
|
7810
|
+
static types(): {
|
|
7811
|
+
[key: string]: any;
|
|
7812
|
+
};
|
|
7813
|
+
constructor(map?: {
|
|
7814
|
+
[key: string]: any;
|
|
7815
|
+
});
|
|
7816
|
+
}
|
|
7360
7817
|
export declare class DescribeHealthCheckListResponseBodyHealthCheckListHealthCheck extends $tea.Model {
|
|
7361
7818
|
domain?: string;
|
|
7362
7819
|
down?: number;
|
|
@@ -7449,6 +7906,22 @@ export declare class DescribeInstanceDetailsResponseBodyInstanceDetails extends
|
|
|
7449
7906
|
[key: string]: any;
|
|
7450
7907
|
});
|
|
7451
7908
|
}
|
|
7909
|
+
export declare class DescribeInstanceExtResponseBodyInstanceExtSpecs extends $tea.Model {
|
|
7910
|
+
functionVersion?: number;
|
|
7911
|
+
instanceId?: string;
|
|
7912
|
+
normalBandwidth?: number;
|
|
7913
|
+
productPlan?: number;
|
|
7914
|
+
servicePartner?: string;
|
|
7915
|
+
static names(): {
|
|
7916
|
+
[key: string]: string;
|
|
7917
|
+
};
|
|
7918
|
+
static types(): {
|
|
7919
|
+
[key: string]: any;
|
|
7920
|
+
};
|
|
7921
|
+
constructor(map?: {
|
|
7922
|
+
[key: string]: any;
|
|
7923
|
+
});
|
|
7924
|
+
}
|
|
7452
7925
|
export declare class DescribeInstanceIdsResponseBodyInstanceIds extends $tea.Model {
|
|
7453
7926
|
edition?: number;
|
|
7454
7927
|
instanceId?: string;
|
|
@@ -7468,14 +7941,20 @@ export declare class DescribeInstanceIdsResponseBodyInstanceIds extends $tea.Mod
|
|
|
7468
7941
|
export declare class DescribeInstanceSpecsResponseBodyInstanceSpecs extends $tea.Model {
|
|
7469
7942
|
bandwidthMbps?: number;
|
|
7470
7943
|
baseBandwidth?: number;
|
|
7944
|
+
connLimit?: number;
|
|
7945
|
+
cpsLimit?: number;
|
|
7471
7946
|
defenseCount?: number;
|
|
7472
7947
|
domainLimit?: number;
|
|
7473
7948
|
elasticBandwidth?: number;
|
|
7474
7949
|
elasticBw?: number;
|
|
7950
|
+
elasticBwModel?: string;
|
|
7951
|
+
elasticQps?: number;
|
|
7952
|
+
elasticQpsMode?: string;
|
|
7475
7953
|
functionVersion?: string;
|
|
7476
7954
|
instanceId?: string;
|
|
7477
7955
|
portLimit?: number;
|
|
7478
7956
|
qpsLimit?: number;
|
|
7957
|
+
realLimitBw?: number;
|
|
7479
7958
|
siteLimit?: number;
|
|
7480
7959
|
static names(): {
|
|
7481
7960
|
[key: string]: string;
|
|
@@ -7523,8 +8002,11 @@ export declare class DescribeInstancesResponseBodyInstances extends $tea.Model {
|
|
|
7523
8002
|
enabled?: number;
|
|
7524
8003
|
expireTime?: number;
|
|
7525
8004
|
instanceId?: string;
|
|
8005
|
+
ip?: string;
|
|
7526
8006
|
ipMode?: string;
|
|
7527
8007
|
ipVersion?: string;
|
|
8008
|
+
isFirstOpenBw?: number;
|
|
8009
|
+
isFirstOpenQps?: number;
|
|
7528
8010
|
remark?: string;
|
|
7529
8011
|
status?: number;
|
|
7530
8012
|
static names(): {
|
|
@@ -7808,6 +8290,14 @@ export declare class DescribePortFlowListResponseBodyPortFlowList extends $tea.M
|
|
|
7808
8290
|
outBps?: number;
|
|
7809
8291
|
outPps?: number;
|
|
7810
8292
|
region?: string;
|
|
8293
|
+
slaBpsDropBps?: number;
|
|
8294
|
+
slaBpsDropPps?: number;
|
|
8295
|
+
slaConnDropBps?: number;
|
|
8296
|
+
slaConnDropPps?: number;
|
|
8297
|
+
slaCpsDropBps?: number;
|
|
8298
|
+
slaCpsDropPps?: number;
|
|
8299
|
+
slaPpsDropBps?: number;
|
|
8300
|
+
slaPpsDropPps?: number;
|
|
7811
8301
|
time?: number;
|
|
7812
8302
|
static names(): {
|
|
7813
8303
|
[key: string]: string;
|
|
@@ -7980,6 +8470,21 @@ export declare class DescribeSchedulerRulesResponseBodySchedulerRules extends $t
|
|
|
7980
8470
|
[key: string]: any;
|
|
7981
8471
|
});
|
|
7982
8472
|
}
|
|
8473
|
+
export declare class DescribeSlaEventListResponseBodySlaEvent extends $tea.Model {
|
|
8474
|
+
endTime?: number;
|
|
8475
|
+
ip?: string;
|
|
8476
|
+
region?: string;
|
|
8477
|
+
startTime?: number;
|
|
8478
|
+
static names(): {
|
|
8479
|
+
[key: string]: string;
|
|
8480
|
+
};
|
|
8481
|
+
static types(): {
|
|
8482
|
+
[key: string]: any;
|
|
8483
|
+
};
|
|
8484
|
+
constructor(map?: {
|
|
8485
|
+
[key: string]: any;
|
|
8486
|
+
});
|
|
8487
|
+
}
|
|
7983
8488
|
export declare class DescribeStsGrantStatusResponseBodyStsGrant extends $tea.Model {
|
|
7984
8489
|
status?: number;
|
|
7985
8490
|
static names(): {
|
|
@@ -8315,6 +8820,7 @@ export declare class DescribeWebRulesResponseBodyWebRules extends $tea.Model {
|
|
|
8315
8820
|
ccRuleEnabled?: boolean;
|
|
8316
8821
|
ccTemplate?: string;
|
|
8317
8822
|
certName?: string;
|
|
8823
|
+
certRegion?: string;
|
|
8318
8824
|
cname?: string;
|
|
8319
8825
|
customCiphers?: string[];
|
|
8320
8826
|
domain?: string;
|
|
@@ -8363,14 +8869,48 @@ export default class Client extends OpenApi {
|
|
|
8363
8869
|
}, endpoint: string): string;
|
|
8364
8870
|
addAutoCcBlacklistWithOptions(request: AddAutoCcBlacklistRequest, runtime: $Util.RuntimeOptions): Promise<AddAutoCcBlacklistResponse>;
|
|
8365
8871
|
addAutoCcBlacklist(request: AddAutoCcBlacklistRequest): Promise<AddAutoCcBlacklistResponse>;
|
|
8872
|
+
/**
|
|
8873
|
+
* You can call the AddAutoCcWhitelist operation to add IP addresses to the whitelist of an Anti-DDoS Pro or Anti-DDoS Premium instance. This way, the Anti-DDoS Pro or Anti-DDoS Premium instance allows traffic from the IP addresses.
|
|
8874
|
+
* By default, the traffic from the IP addresses that you add to the whitelist is always allowed. If you no longer use the whitelist, you can call the [EmptyAutoCcWhitelist](~~157505~~) operation to remove the IP addresses from the whitelist.
|
|
8875
|
+
* ### Limits
|
|
8876
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
8877
|
+
*
|
|
8878
|
+
* @param request AddAutoCcWhitelistRequest
|
|
8879
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8880
|
+
* @return AddAutoCcWhitelistResponse
|
|
8881
|
+
*/
|
|
8366
8882
|
addAutoCcWhitelistWithOptions(request: AddAutoCcWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<AddAutoCcWhitelistResponse>;
|
|
8883
|
+
/**
|
|
8884
|
+
* You can call the AddAutoCcWhitelist operation to add IP addresses to the whitelist of an Anti-DDoS Pro or Anti-DDoS Premium instance. This way, the Anti-DDoS Pro or Anti-DDoS Premium instance allows traffic from the IP addresses.
|
|
8885
|
+
* By default, the traffic from the IP addresses that you add to the whitelist is always allowed. If you no longer use the whitelist, you can call the [EmptyAutoCcWhitelist](~~157505~~) operation to remove the IP addresses from the whitelist.
|
|
8886
|
+
* ### Limits
|
|
8887
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
8888
|
+
*
|
|
8889
|
+
* @param request AddAutoCcWhitelistRequest
|
|
8890
|
+
* @return AddAutoCcWhitelistResponse
|
|
8891
|
+
*/
|
|
8367
8892
|
addAutoCcWhitelist(request: AddAutoCcWhitelistRequest): Promise<AddAutoCcWhitelistResponse>;
|
|
8368
8893
|
associateWebCertWithOptions(request: AssociateWebCertRequest, runtime: $Util.RuntimeOptions): Promise<AssociateWebCertResponse>;
|
|
8369
8894
|
associateWebCert(request: AssociateWebCertRequest): Promise<AssociateWebCertResponse>;
|
|
8370
8895
|
attachSceneDefenseObjectWithOptions(request: AttachSceneDefenseObjectRequest, runtime: $Util.RuntimeOptions): Promise<AttachSceneDefenseObjectResponse>;
|
|
8371
8896
|
attachSceneDefenseObject(request: AttachSceneDefenseObjectRequest): Promise<AttachSceneDefenseObjectResponse>;
|
|
8897
|
+
/**
|
|
8898
|
+
* If multiple origin servers are configured for a website that is added to Anti-DDoS Pro or Anti-DDoS Premium, you can modify the load balancing algorithms for back-to-origin traffic based on back-to-origin policies. The IP hash algorithm is used by default. You can change the algorithm to the round-robin or least response time algorithm. For more information, see the description of the **Policy** parameter in the "Request parameters" section of this topic.
|
|
8899
|
+
*
|
|
8900
|
+
* @param request ConfigL7RsPolicyRequest
|
|
8901
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8902
|
+
* @return ConfigL7RsPolicyResponse
|
|
8903
|
+
*/
|
|
8372
8904
|
configL7RsPolicyWithOptions(request: ConfigL7RsPolicyRequest, runtime: $Util.RuntimeOptions): Promise<ConfigL7RsPolicyResponse>;
|
|
8905
|
+
/**
|
|
8906
|
+
* If multiple origin servers are configured for a website that is added to Anti-DDoS Pro or Anti-DDoS Premium, you can modify the load balancing algorithms for back-to-origin traffic based on back-to-origin policies. The IP hash algorithm is used by default. You can change the algorithm to the round-robin or least response time algorithm. For more information, see the description of the **Policy** parameter in the "Request parameters" section of this topic.
|
|
8907
|
+
*
|
|
8908
|
+
* @param request ConfigL7RsPolicyRequest
|
|
8909
|
+
* @return ConfigL7RsPolicyResponse
|
|
8910
|
+
*/
|
|
8373
8911
|
configL7RsPolicy(request: ConfigL7RsPolicyRequest): Promise<ConfigL7RsPolicyResponse>;
|
|
8912
|
+
configLayer4RealLimitWithOptions(request: ConfigLayer4RealLimitRequest, runtime: $Util.RuntimeOptions): Promise<ConfigLayer4RealLimitResponse>;
|
|
8913
|
+
configLayer4RealLimit(request: ConfigLayer4RealLimitRequest): Promise<ConfigLayer4RealLimitResponse>;
|
|
8374
8914
|
configLayer4RemarkWithOptions(request: ConfigLayer4RemarkRequest, runtime: $Util.RuntimeOptions): Promise<ConfigLayer4RemarkResponse>;
|
|
8375
8915
|
configLayer4Remark(request: ConfigLayer4RemarkRequest): Promise<ConfigLayer4RemarkResponse>;
|
|
8376
8916
|
configLayer4RuleBakModeWithOptions(request: ConfigLayer4RuleBakModeRequest, runtime: $Util.RuntimeOptions): Promise<ConfigLayer4RuleBakModeResponse>;
|
|
@@ -8381,7 +8921,24 @@ export default class Client extends OpenApi {
|
|
|
8381
8921
|
configNetworkRegionBlock(request: ConfigNetworkRegionBlockRequest): Promise<ConfigNetworkRegionBlockResponse>;
|
|
8382
8922
|
configNetworkRulesWithOptions(request: ConfigNetworkRulesRequest, runtime: $Util.RuntimeOptions): Promise<ConfigNetworkRulesResponse>;
|
|
8383
8923
|
configNetworkRules(request: ConfigNetworkRulesRequest): Promise<ConfigNetworkRulesResponse>;
|
|
8924
|
+
/**
|
|
8925
|
+
* You can call this operation to configure filtering policies to filter out UDP traffic from specific ports. This helps defend against UDP reflection attacks.
|
|
8926
|
+
* ### Limits
|
|
8927
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
8928
|
+
*
|
|
8929
|
+
* @param request ConfigUdpReflectRequest
|
|
8930
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8931
|
+
* @return ConfigUdpReflectResponse
|
|
8932
|
+
*/
|
|
8384
8933
|
configUdpReflectWithOptions(request: ConfigUdpReflectRequest, runtime: $Util.RuntimeOptions): Promise<ConfigUdpReflectResponse>;
|
|
8934
|
+
/**
|
|
8935
|
+
* You can call this operation to configure filtering policies to filter out UDP traffic from specific ports. This helps defend against UDP reflection attacks.
|
|
8936
|
+
* ### Limits
|
|
8937
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
8938
|
+
*
|
|
8939
|
+
* @param request ConfigUdpReflectRequest
|
|
8940
|
+
* @return ConfigUdpReflectResponse
|
|
8941
|
+
*/
|
|
8385
8942
|
configUdpReflect(request: ConfigUdpReflectRequest): Promise<ConfigUdpReflectResponse>;
|
|
8386
8943
|
configWebCCTemplateWithOptions(request: ConfigWebCCTemplateRequest, runtime: $Util.RuntimeOptions): Promise<ConfigWebCCTemplateResponse>;
|
|
8387
8944
|
configWebCCTemplate(request: ConfigWebCCTemplateRequest): Promise<ConfigWebCCTemplateResponse>;
|
|
@@ -8393,13 +8950,45 @@ export default class Client extends OpenApi {
|
|
|
8393
8950
|
createDomainResource(request: CreateDomainResourceRequest): Promise<CreateDomainResourceResponse>;
|
|
8394
8951
|
createNetworkRulesWithOptions(request: CreateNetworkRulesRequest, runtime: $Util.RuntimeOptions): Promise<CreateNetworkRulesResponse>;
|
|
8395
8952
|
createNetworkRules(request: CreateNetworkRulesRequest): Promise<CreateNetworkRulesResponse>;
|
|
8953
|
+
/**
|
|
8954
|
+
* You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
|
|
8955
|
+
*
|
|
8956
|
+
* @param request CreatePortRequest
|
|
8957
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8958
|
+
* @return CreatePortResponse
|
|
8959
|
+
*/
|
|
8396
8960
|
createPortWithOptions(request: CreatePortRequest, runtime: $Util.RuntimeOptions): Promise<CreatePortResponse>;
|
|
8961
|
+
/**
|
|
8962
|
+
* You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
|
|
8963
|
+
*
|
|
8964
|
+
* @param request CreatePortRequest
|
|
8965
|
+
* @return CreatePortResponse
|
|
8966
|
+
*/
|
|
8397
8967
|
createPort(request: CreatePortRequest): Promise<CreatePortResponse>;
|
|
8398
8968
|
createSceneDefensePolicyWithOptions(request: CreateSceneDefensePolicyRequest, runtime: $Util.RuntimeOptions): Promise<CreateSceneDefensePolicyResponse>;
|
|
8399
8969
|
createSceneDefensePolicy(request: CreateSceneDefensePolicyRequest): Promise<CreateSceneDefensePolicyResponse>;
|
|
8400
8970
|
createSchedulerRuleWithOptions(request: CreateSchedulerRuleRequest, runtime: $Util.RuntimeOptions): Promise<CreateSchedulerRuleResponse>;
|
|
8401
8971
|
createSchedulerRule(request: CreateSchedulerRuleRequest): Promise<CreateSchedulerRuleResponse>;
|
|
8972
|
+
/**
|
|
8973
|
+
* You can call the CreateTagResources operation to add a tag to multiple Anti-DDoS Pro instances at a time.
|
|
8974
|
+
* > Anti-DDoS Premium does not support the tag feature.
|
|
8975
|
+
* ### Limits
|
|
8976
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
8977
|
+
*
|
|
8978
|
+
* @param request CreateTagResourcesRequest
|
|
8979
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8980
|
+
* @return CreateTagResourcesResponse
|
|
8981
|
+
*/
|
|
8402
8982
|
createTagResourcesWithOptions(request: CreateTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<CreateTagResourcesResponse>;
|
|
8983
|
+
/**
|
|
8984
|
+
* You can call the CreateTagResources operation to add a tag to multiple Anti-DDoS Pro instances at a time.
|
|
8985
|
+
* > Anti-DDoS Premium does not support the tag feature.
|
|
8986
|
+
* ### Limits
|
|
8987
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
8988
|
+
*
|
|
8989
|
+
* @param request CreateTagResourcesRequest
|
|
8990
|
+
* @return CreateTagResourcesResponse
|
|
8991
|
+
*/
|
|
8403
8992
|
createTagResources(request: CreateTagResourcesRequest): Promise<CreateTagResourcesResponse>;
|
|
8404
8993
|
createWebCCRuleWithOptions(request: CreateWebCCRuleRequest, runtime: $Util.RuntimeOptions): Promise<CreateWebCCRuleResponse>;
|
|
8405
8994
|
createWebCCRule(request: CreateWebCCRuleRequest): Promise<CreateWebCCRuleResponse>;
|
|
@@ -8415,23 +9004,91 @@ export default class Client extends OpenApi {
|
|
|
8415
9004
|
deleteDomainResource(request: DeleteDomainResourceRequest): Promise<DeleteDomainResourceResponse>;
|
|
8416
9005
|
deleteNetworkRuleWithOptions(request: DeleteNetworkRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteNetworkRuleResponse>;
|
|
8417
9006
|
deleteNetworkRule(request: DeleteNetworkRuleRequest): Promise<DeleteNetworkRuleResponse>;
|
|
9007
|
+
/**
|
|
9008
|
+
* After you delete a port forwarding rule, the Anti-DDoS Pro or Anti-DDoS Premium instance no longer forwards service traffic on the Layer 4 port. Before you delete a specific port forwarding rule, make sure that the service traffic destined for the Layer 4 port is redirected to the origin server. This can prevent negative impacts on your services.
|
|
9009
|
+
* > You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
|
|
9010
|
+
*
|
|
9011
|
+
* @param request DeletePortRequest
|
|
9012
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9013
|
+
* @return DeletePortResponse
|
|
9014
|
+
*/
|
|
8418
9015
|
deletePortWithOptions(request: DeletePortRequest, runtime: $Util.RuntimeOptions): Promise<DeletePortResponse>;
|
|
9016
|
+
/**
|
|
9017
|
+
* After you delete a port forwarding rule, the Anti-DDoS Pro or Anti-DDoS Premium instance no longer forwards service traffic on the Layer 4 port. Before you delete a specific port forwarding rule, make sure that the service traffic destined for the Layer 4 port is redirected to the origin server. This can prevent negative impacts on your services.
|
|
9018
|
+
* > You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
|
|
9019
|
+
*
|
|
9020
|
+
* @param request DeletePortRequest
|
|
9021
|
+
* @return DeletePortResponse
|
|
9022
|
+
*/
|
|
8419
9023
|
deletePort(request: DeletePortRequest): Promise<DeletePortResponse>;
|
|
8420
9024
|
deleteSceneDefensePolicyWithOptions(request: DeleteSceneDefensePolicyRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSceneDefensePolicyResponse>;
|
|
8421
9025
|
deleteSceneDefensePolicy(request: DeleteSceneDefensePolicyRequest): Promise<DeleteSceneDefensePolicyResponse>;
|
|
8422
9026
|
deleteSchedulerRuleWithOptions(request: DeleteSchedulerRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSchedulerRuleResponse>;
|
|
8423
9027
|
deleteSchedulerRule(request: DeleteSchedulerRuleRequest): Promise<DeleteSchedulerRuleResponse>;
|
|
9028
|
+
/**
|
|
9029
|
+
* You can call the DeleteTagResources operation to remove tags from Anti-DDoS Pro instances.
|
|
9030
|
+
* > Only Anti-DDoS Pro supports tags.
|
|
9031
|
+
* ### Limits
|
|
9032
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9033
|
+
*
|
|
9034
|
+
* @param request DeleteTagResourcesRequest
|
|
9035
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9036
|
+
* @return DeleteTagResourcesResponse
|
|
9037
|
+
*/
|
|
8424
9038
|
deleteTagResourcesWithOptions(request: DeleteTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTagResourcesResponse>;
|
|
9039
|
+
/**
|
|
9040
|
+
* You can call the DeleteTagResources operation to remove tags from Anti-DDoS Pro instances.
|
|
9041
|
+
* > Only Anti-DDoS Pro supports tags.
|
|
9042
|
+
* ### Limits
|
|
9043
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9044
|
+
*
|
|
9045
|
+
* @param request DeleteTagResourcesRequest
|
|
9046
|
+
* @return DeleteTagResourcesResponse
|
|
9047
|
+
*/
|
|
8425
9048
|
deleteTagResources(request: DeleteTagResourcesRequest): Promise<DeleteTagResourcesResponse>;
|
|
8426
9049
|
deleteWebCCRuleWithOptions(request: DeleteWebCCRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteWebCCRuleResponse>;
|
|
8427
9050
|
deleteWebCCRule(request: DeleteWebCCRuleRequest): Promise<DeleteWebCCRuleResponse>;
|
|
9051
|
+
/**
|
|
9052
|
+
* You can call the DeleteWebCacheCustomRule operation to delete the custom rules of the Static Page Caching policy for a website.
|
|
9053
|
+
* ### Limits
|
|
9054
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9055
|
+
*
|
|
9056
|
+
* @param request DeleteWebCacheCustomRuleRequest
|
|
9057
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9058
|
+
* @return DeleteWebCacheCustomRuleResponse
|
|
9059
|
+
*/
|
|
8428
9060
|
deleteWebCacheCustomRuleWithOptions(request: DeleteWebCacheCustomRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteWebCacheCustomRuleResponse>;
|
|
9061
|
+
/**
|
|
9062
|
+
* You can call the DeleteWebCacheCustomRule operation to delete the custom rules of the Static Page Caching policy for a website.
|
|
9063
|
+
* ### Limits
|
|
9064
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9065
|
+
*
|
|
9066
|
+
* @param request DeleteWebCacheCustomRuleRequest
|
|
9067
|
+
* @return DeleteWebCacheCustomRuleResponse
|
|
9068
|
+
*/
|
|
8429
9069
|
deleteWebCacheCustomRule(request: DeleteWebCacheCustomRuleRequest): Promise<DeleteWebCacheCustomRuleResponse>;
|
|
8430
9070
|
deleteWebPreciseAccessRuleWithOptions(request: DeleteWebPreciseAccessRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteWebPreciseAccessRuleResponse>;
|
|
8431
9071
|
deleteWebPreciseAccessRule(request: DeleteWebPreciseAccessRuleRequest): Promise<DeleteWebPreciseAccessRuleResponse>;
|
|
8432
9072
|
deleteWebRuleWithOptions(request: DeleteWebRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteWebRuleResponse>;
|
|
8433
9073
|
deleteWebRule(request: DeleteWebRuleRequest): Promise<DeleteWebRuleResponse>;
|
|
9074
|
+
/**
|
|
9075
|
+
* You can call the DescribeAsyncTasks operation to query the details of asynchronous export tasks, such as the IDs, start time, end time, status, parameters, and results.
|
|
9076
|
+
* ### Limits
|
|
9077
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9078
|
+
*
|
|
9079
|
+
* @param request DescribeAsyncTasksRequest
|
|
9080
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9081
|
+
* @return DescribeAsyncTasksResponse
|
|
9082
|
+
*/
|
|
8434
9083
|
describeAsyncTasksWithOptions(request: DescribeAsyncTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAsyncTasksResponse>;
|
|
9084
|
+
/**
|
|
9085
|
+
* You can call the DescribeAsyncTasks operation to query the details of asynchronous export tasks, such as the IDs, start time, end time, status, parameters, and results.
|
|
9086
|
+
* ### Limits
|
|
9087
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9088
|
+
*
|
|
9089
|
+
* @param request DescribeAsyncTasksRequest
|
|
9090
|
+
* @return DescribeAsyncTasksResponse
|
|
9091
|
+
*/
|
|
8435
9092
|
describeAsyncTasks(request: DescribeAsyncTasksRequest): Promise<DescribeAsyncTasksResponse>;
|
|
8436
9093
|
describeAttackAnalysisMaxQpsWithOptions(request: DescribeAttackAnalysisMaxQpsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAttackAnalysisMaxQpsResponse>;
|
|
8437
9094
|
describeAttackAnalysisMaxQps(request: DescribeAttackAnalysisMaxQpsRequest): Promise<DescribeAttackAnalysisMaxQpsResponse>;
|
|
@@ -8445,7 +9102,26 @@ export default class Client extends OpenApi {
|
|
|
8445
9102
|
describeBackSourceCidr(request: DescribeBackSourceCidrRequest): Promise<DescribeBackSourceCidrResponse>;
|
|
8446
9103
|
describeBlackholeStatusWithOptions(request: DescribeBlackholeStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBlackholeStatusResponse>;
|
|
8447
9104
|
describeBlackholeStatus(request: DescribeBlackholeStatusRequest): Promise<DescribeBlackholeStatusResponse>;
|
|
9105
|
+
/**
|
|
9106
|
+
* This operation is used to query the Diversion from Origin Server configurations of one or more Anti-DDoS Pro instances.
|
|
9107
|
+
* > This operation is suitable only for Anti-DDoS Pro.
|
|
9108
|
+
* ### Limits
|
|
9109
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9110
|
+
*
|
|
9111
|
+
* @param request DescribeBlockStatusRequest
|
|
9112
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9113
|
+
* @return DescribeBlockStatusResponse
|
|
9114
|
+
*/
|
|
8448
9115
|
describeBlockStatusWithOptions(request: DescribeBlockStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBlockStatusResponse>;
|
|
9116
|
+
/**
|
|
9117
|
+
* This operation is used to query the Diversion from Origin Server configurations of one or more Anti-DDoS Pro instances.
|
|
9118
|
+
* > This operation is suitable only for Anti-DDoS Pro.
|
|
9119
|
+
* ### Limits
|
|
9120
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9121
|
+
*
|
|
9122
|
+
* @param request DescribeBlockStatusRequest
|
|
9123
|
+
* @return DescribeBlockStatusResponse
|
|
9124
|
+
*/
|
|
8449
9125
|
describeBlockStatus(request: DescribeBlockStatusRequest): Promise<DescribeBlockStatusResponse>;
|
|
8450
9126
|
describeCertsWithOptions(request: DescribeCertsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCertsResponse>;
|
|
8451
9127
|
describeCerts(request: DescribeCertsRequest): Promise<DescribeCertsResponse>;
|
|
@@ -8453,21 +9129,122 @@ export default class Client extends OpenApi {
|
|
|
8453
9129
|
describeCnameReuses(request: DescribeCnameReusesRequest): Promise<DescribeCnameReusesResponse>;
|
|
8454
9130
|
describeDDoSEventsWithOptions(request: DescribeDDoSEventsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDoSEventsResponse>;
|
|
8455
9131
|
describeDDoSEvents(request: DescribeDDoSEventsRequest): Promise<DescribeDDoSEventsResponse>;
|
|
9132
|
+
/**
|
|
9133
|
+
* You can call the DescribeDDosAllEventList operation to query DDoS attack events within a specific time range by page. The information about a DDoS attack event includes the start time and end time of the attack, attack event type, attacked object, peak bandwidth of attack traffic, and peak packet forwarding rate.
|
|
9134
|
+
* ### Limits
|
|
9135
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9136
|
+
*
|
|
9137
|
+
* @param request DescribeDDosAllEventListRequest
|
|
9138
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9139
|
+
* @return DescribeDDosAllEventListResponse
|
|
9140
|
+
*/
|
|
8456
9141
|
describeDDosAllEventListWithOptions(request: DescribeDDosAllEventListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDosAllEventListResponse>;
|
|
9142
|
+
/**
|
|
9143
|
+
* You can call the DescribeDDosAllEventList operation to query DDoS attack events within a specific time range by page. The information about a DDoS attack event includes the start time and end time of the attack, attack event type, attacked object, peak bandwidth of attack traffic, and peak packet forwarding rate.
|
|
9144
|
+
* ### Limits
|
|
9145
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9146
|
+
*
|
|
9147
|
+
* @param request DescribeDDosAllEventListRequest
|
|
9148
|
+
* @return DescribeDDosAllEventListResponse
|
|
9149
|
+
*/
|
|
8457
9150
|
describeDDosAllEventList(request: DescribeDDosAllEventListRequest): Promise<DescribeDDosAllEventListResponse>;
|
|
9151
|
+
/**
|
|
9152
|
+
* > This operation is suitable only for volumetric attacks.
|
|
9153
|
+
*
|
|
9154
|
+
* @param request DescribeDDosEventAreaRequest
|
|
9155
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9156
|
+
* @return DescribeDDosEventAreaResponse
|
|
9157
|
+
*/
|
|
8458
9158
|
describeDDosEventAreaWithOptions(request: DescribeDDosEventAreaRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDosEventAreaResponse>;
|
|
9159
|
+
/**
|
|
9160
|
+
* > This operation is suitable only for volumetric attacks.
|
|
9161
|
+
*
|
|
9162
|
+
* @param request DescribeDDosEventAreaRequest
|
|
9163
|
+
* @return DescribeDDosEventAreaResponse
|
|
9164
|
+
*/
|
|
8459
9165
|
describeDDosEventArea(request: DescribeDDosEventAreaRequest): Promise<DescribeDDosEventAreaResponse>;
|
|
9166
|
+
/**
|
|
9167
|
+
* > This operation is suitable only for volumetric attacks.
|
|
9168
|
+
*
|
|
9169
|
+
* @param request DescribeDDosEventAttackTypeRequest
|
|
9170
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9171
|
+
* @return DescribeDDosEventAttackTypeResponse
|
|
9172
|
+
*/
|
|
8460
9173
|
describeDDosEventAttackTypeWithOptions(request: DescribeDDosEventAttackTypeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDosEventAttackTypeResponse>;
|
|
9174
|
+
/**
|
|
9175
|
+
* > This operation is suitable only for volumetric attacks.
|
|
9176
|
+
*
|
|
9177
|
+
* @param request DescribeDDosEventAttackTypeRequest
|
|
9178
|
+
* @return DescribeDDosEventAttackTypeResponse
|
|
9179
|
+
*/
|
|
8461
9180
|
describeDDosEventAttackType(request: DescribeDDosEventAttackTypeRequest): Promise<DescribeDDosEventAttackTypeResponse>;
|
|
9181
|
+
/**
|
|
9182
|
+
* > This operation is suitable only for volumetric attacks.
|
|
9183
|
+
*
|
|
9184
|
+
* @param request DescribeDDosEventIspRequest
|
|
9185
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9186
|
+
* @return DescribeDDosEventIspResponse
|
|
9187
|
+
*/
|
|
8462
9188
|
describeDDosEventIspWithOptions(request: DescribeDDosEventIspRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDosEventIspResponse>;
|
|
9189
|
+
/**
|
|
9190
|
+
* > This operation is suitable only for volumetric attacks.
|
|
9191
|
+
*
|
|
9192
|
+
* @param request DescribeDDosEventIspRequest
|
|
9193
|
+
* @return DescribeDDosEventIspResponse
|
|
9194
|
+
*/
|
|
8463
9195
|
describeDDosEventIsp(request: DescribeDDosEventIspRequest): Promise<DescribeDDosEventIspResponse>;
|
|
8464
9196
|
describeDDosEventMaxWithOptions(request: DescribeDDosEventMaxRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDosEventMaxResponse>;
|
|
8465
9197
|
describeDDosEventMax(request: DescribeDDosEventMaxRequest): Promise<DescribeDDosEventMaxResponse>;
|
|
9198
|
+
/**
|
|
9199
|
+
* > This operation is suitable only for volumetric attacks.
|
|
9200
|
+
*
|
|
9201
|
+
* @param request DescribeDDosEventSrcIpRequest
|
|
9202
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9203
|
+
* @return DescribeDDosEventSrcIpResponse
|
|
9204
|
+
*/
|
|
8466
9205
|
describeDDosEventSrcIpWithOptions(request: DescribeDDosEventSrcIpRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDosEventSrcIpResponse>;
|
|
9206
|
+
/**
|
|
9207
|
+
* > This operation is suitable only for volumetric attacks.
|
|
9208
|
+
*
|
|
9209
|
+
* @param request DescribeDDosEventSrcIpRequest
|
|
9210
|
+
* @return DescribeDDosEventSrcIpResponse
|
|
9211
|
+
*/
|
|
8467
9212
|
describeDDosEventSrcIp(request: DescribeDDosEventSrcIpRequest): Promise<DescribeDDosEventSrcIpResponse>;
|
|
9213
|
+
/**
|
|
9214
|
+
* You can call the DescribeDefenseCountStatistics operation to query the information about advanced mitigation sessions of an Anti-DDoS Premium instance. For example, you can query the number of advanced mitigation sessions that are used within the current calendar month and the number of available global advanced mitigation sessions.
|
|
9215
|
+
* > This operation is suitable only for Anti-DDoS Premium.
|
|
9216
|
+
* ### Limits
|
|
9217
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9218
|
+
*
|
|
9219
|
+
* @param request DescribeDefenseCountStatisticsRequest
|
|
9220
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9221
|
+
* @return DescribeDefenseCountStatisticsResponse
|
|
9222
|
+
*/
|
|
8468
9223
|
describeDefenseCountStatisticsWithOptions(request: DescribeDefenseCountStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseCountStatisticsResponse>;
|
|
9224
|
+
/**
|
|
9225
|
+
* You can call the DescribeDefenseCountStatistics operation to query the information about advanced mitigation sessions of an Anti-DDoS Premium instance. For example, you can query the number of advanced mitigation sessions that are used within the current calendar month and the number of available global advanced mitigation sessions.
|
|
9226
|
+
* > This operation is suitable only for Anti-DDoS Premium.
|
|
9227
|
+
* ### Limits
|
|
9228
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9229
|
+
*
|
|
9230
|
+
* @param request DescribeDefenseCountStatisticsRequest
|
|
9231
|
+
* @return DescribeDefenseCountStatisticsResponse
|
|
9232
|
+
*/
|
|
8469
9233
|
describeDefenseCountStatistics(request: DescribeDefenseCountStatisticsRequest): Promise<DescribeDefenseCountStatisticsResponse>;
|
|
9234
|
+
/**
|
|
9235
|
+
* > This operation is suitable only for Anti-DDoS Premium.
|
|
9236
|
+
*
|
|
9237
|
+
* @param request DescribeDefenseRecordsRequest
|
|
9238
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9239
|
+
* @return DescribeDefenseRecordsResponse
|
|
9240
|
+
*/
|
|
8470
9241
|
describeDefenseRecordsWithOptions(request: DescribeDefenseRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseRecordsResponse>;
|
|
9242
|
+
/**
|
|
9243
|
+
* > This operation is suitable only for Anti-DDoS Premium.
|
|
9244
|
+
*
|
|
9245
|
+
* @param request DescribeDefenseRecordsRequest
|
|
9246
|
+
* @return DescribeDefenseRecordsResponse
|
|
9247
|
+
*/
|
|
8471
9248
|
describeDefenseRecords(request: DescribeDefenseRecordsRequest): Promise<DescribeDefenseRecordsResponse>;
|
|
8472
9249
|
describeDomainAttackEventsWithOptions(request: DescribeDomainAttackEventsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainAttackEventsResponse>;
|
|
8473
9250
|
describeDomainAttackEvents(request: DescribeDomainAttackEventsRequest): Promise<DescribeDomainAttackEventsResponse>;
|
|
@@ -8477,8 +9254,29 @@ export default class Client extends OpenApi {
|
|
|
8477
9254
|
describeDomainQPSList(request: DescribeDomainQPSListRequest): Promise<DescribeDomainQPSListResponse>;
|
|
8478
9255
|
describeDomainQpsWithCacheWithOptions(request: DescribeDomainQpsWithCacheRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainQpsWithCacheResponse>;
|
|
8479
9256
|
describeDomainQpsWithCache(request: DescribeDomainQpsWithCacheRequest): Promise<DescribeDomainQpsWithCacheResponse>;
|
|
9257
|
+
/**
|
|
9258
|
+
* You can call the DescribeDomainResource operation to query the configurations of the forwarding rules that you create for a website by page. The configurations include the domain name-related configurations, protocol-related configurations, HTTPS-related configurations, and configurations that are used to mitigate HTTP flood attacks.
|
|
9259
|
+
* You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
|
|
9260
|
+
* ### Limits
|
|
9261
|
+
* You can call this operation up to 50 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9262
|
+
*
|
|
9263
|
+
* @param request DescribeDomainResourceRequest
|
|
9264
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9265
|
+
* @return DescribeDomainResourceResponse
|
|
9266
|
+
*/
|
|
8480
9267
|
describeDomainResourceWithOptions(request: DescribeDomainResourceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainResourceResponse>;
|
|
9268
|
+
/**
|
|
9269
|
+
* You can call the DescribeDomainResource operation to query the configurations of the forwarding rules that you create for a website by page. The configurations include the domain name-related configurations, protocol-related configurations, HTTPS-related configurations, and configurations that are used to mitigate HTTP flood attacks.
|
|
9270
|
+
* You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
|
|
9271
|
+
* ### Limits
|
|
9272
|
+
* You can call this operation up to 50 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9273
|
+
*
|
|
9274
|
+
* @param request DescribeDomainResourceRequest
|
|
9275
|
+
* @return DescribeDomainResourceResponse
|
|
9276
|
+
*/
|
|
8481
9277
|
describeDomainResource(request: DescribeDomainResourceRequest): Promise<DescribeDomainResourceResponse>;
|
|
9278
|
+
describeDomainSecurityProfileWithOptions(request: DescribeDomainSecurityProfileRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainSecurityProfileResponse>;
|
|
9279
|
+
describeDomainSecurityProfile(request: DescribeDomainSecurityProfileRequest): Promise<DescribeDomainSecurityProfileResponse>;
|
|
8482
9280
|
describeDomainStatusCodeCountWithOptions(request: DescribeDomainStatusCodeCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainStatusCodeCountResponse>;
|
|
8483
9281
|
describeDomainStatusCodeCount(request: DescribeDomainStatusCodeCountRequest): Promise<DescribeDomainStatusCodeCountResponse>;
|
|
8484
9282
|
describeDomainStatusCodeListWithOptions(request: DescribeDomainStatusCodeListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainStatusCodeListResponse>;
|
|
@@ -8495,23 +9293,87 @@ export default class Client extends OpenApi {
|
|
|
8495
9293
|
describeDomainViewTopUrl(request: DescribeDomainViewTopUrlRequest): Promise<DescribeDomainViewTopUrlResponse>;
|
|
8496
9294
|
describeDomainsWithOptions(request: DescribeDomainsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainsResponse>;
|
|
8497
9295
|
describeDomains(request: DescribeDomainsRequest): Promise<DescribeDomainsResponse>;
|
|
9296
|
+
/**
|
|
9297
|
+
* > This operation is suitable only for Anti-DDoS Pro.
|
|
9298
|
+
*
|
|
9299
|
+
* @param request DescribeElasticBandwidthSpecRequest
|
|
9300
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9301
|
+
* @return DescribeElasticBandwidthSpecResponse
|
|
9302
|
+
*/
|
|
8498
9303
|
describeElasticBandwidthSpecWithOptions(request: DescribeElasticBandwidthSpecRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticBandwidthSpecResponse>;
|
|
9304
|
+
/**
|
|
9305
|
+
* > This operation is suitable only for Anti-DDoS Pro.
|
|
9306
|
+
*
|
|
9307
|
+
* @param request DescribeElasticBandwidthSpecRequest
|
|
9308
|
+
* @return DescribeElasticBandwidthSpecResponse
|
|
9309
|
+
*/
|
|
8499
9310
|
describeElasticBandwidthSpec(request: DescribeElasticBandwidthSpecRequest): Promise<DescribeElasticBandwidthSpecResponse>;
|
|
9311
|
+
describeHeadersWithOptions(request: DescribeHeadersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHeadersResponse>;
|
|
9312
|
+
describeHeaders(request: DescribeHeadersRequest): Promise<DescribeHeadersResponse>;
|
|
8500
9313
|
describeHealthCheckListWithOptions(request: DescribeHealthCheckListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHealthCheckListResponse>;
|
|
8501
9314
|
describeHealthCheckList(request: DescribeHealthCheckListRequest): Promise<DescribeHealthCheckListResponse>;
|
|
8502
9315
|
describeHealthCheckStatusWithOptions(request: DescribeHealthCheckStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHealthCheckStatusResponse>;
|
|
8503
9316
|
describeHealthCheckStatus(request: DescribeHealthCheckStatusRequest): Promise<DescribeHealthCheckStatusResponse>;
|
|
9317
|
+
/**
|
|
9318
|
+
* You can call the DescribeInstanceDetails operation to query the information about the IP addresses and ISP lines of the instances. The information includes the IP address, status, and protection line.
|
|
9319
|
+
* ### Limits
|
|
9320
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9321
|
+
*
|
|
9322
|
+
* @param request DescribeInstanceDetailsRequest
|
|
9323
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9324
|
+
* @return DescribeInstanceDetailsResponse
|
|
9325
|
+
*/
|
|
8504
9326
|
describeInstanceDetailsWithOptions(request: DescribeInstanceDetailsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceDetailsResponse>;
|
|
9327
|
+
/**
|
|
9328
|
+
* You can call the DescribeInstanceDetails operation to query the information about the IP addresses and ISP lines of the instances. The information includes the IP address, status, and protection line.
|
|
9329
|
+
* ### Limits
|
|
9330
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9331
|
+
*
|
|
9332
|
+
* @param request DescribeInstanceDetailsRequest
|
|
9333
|
+
* @return DescribeInstanceDetailsResponse
|
|
9334
|
+
*/
|
|
8505
9335
|
describeInstanceDetails(request: DescribeInstanceDetailsRequest): Promise<DescribeInstanceDetailsResponse>;
|
|
9336
|
+
describeInstanceExtWithOptions(request: DescribeInstanceExtRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceExtResponse>;
|
|
9337
|
+
describeInstanceExt(request: DescribeInstanceExtRequest): Promise<DescribeInstanceExtResponse>;
|
|
8506
9338
|
describeInstanceIdsWithOptions(request: DescribeInstanceIdsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceIdsResponse>;
|
|
8507
9339
|
describeInstanceIds(request: DescribeInstanceIdsRequest): Promise<DescribeInstanceIdsResponse>;
|
|
9340
|
+
/**
|
|
9341
|
+
* You can call the DescribeInstanceSpecs operation to query the specifications of multiple Anti-DDoS Pro or Anti-DDoS Premium instances at a time. The specifications include the clean bandwidth, protection bandwidth, function plan, and the numbers of domain names and ports that can be protected.
|
|
9342
|
+
* ### Limits
|
|
9343
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9344
|
+
*
|
|
9345
|
+
* @param request DescribeInstanceSpecsRequest
|
|
9346
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9347
|
+
* @return DescribeInstanceSpecsResponse
|
|
9348
|
+
*/
|
|
8508
9349
|
describeInstanceSpecsWithOptions(request: DescribeInstanceSpecsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceSpecsResponse>;
|
|
9350
|
+
/**
|
|
9351
|
+
* You can call the DescribeInstanceSpecs operation to query the specifications of multiple Anti-DDoS Pro or Anti-DDoS Premium instances at a time. The specifications include the clean bandwidth, protection bandwidth, function plan, and the numbers of domain names and ports that can be protected.
|
|
9352
|
+
* ### Limits
|
|
9353
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9354
|
+
*
|
|
9355
|
+
* @param request DescribeInstanceSpecsRequest
|
|
9356
|
+
* @return DescribeInstanceSpecsResponse
|
|
9357
|
+
*/
|
|
8509
9358
|
describeInstanceSpecs(request: DescribeInstanceSpecsRequest): Promise<DescribeInstanceSpecsResponse>;
|
|
8510
9359
|
describeInstanceStatisticsWithOptions(request: DescribeInstanceStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceStatisticsResponse>;
|
|
8511
9360
|
describeInstanceStatistics(request: DescribeInstanceStatisticsRequest): Promise<DescribeInstanceStatisticsResponse>;
|
|
8512
9361
|
describeInstanceStatusWithOptions(request: DescribeInstanceStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceStatusResponse>;
|
|
8513
9362
|
describeInstanceStatus(request: DescribeInstanceStatusRequest): Promise<DescribeInstanceStatusResponse>;
|
|
9363
|
+
/**
|
|
9364
|
+
* You can call the DescribeInstances operation to query the details of Anti-DDoS Pro or Anti-DDoS Premium instances within the Alibaba Cloud account by page. The details include the ID, mitigation plan, expiration time, and forwarding status.
|
|
9365
|
+
*
|
|
9366
|
+
* @param request DescribeInstancesRequest
|
|
9367
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9368
|
+
* @return DescribeInstancesResponse
|
|
9369
|
+
*/
|
|
8514
9370
|
describeInstancesWithOptions(request: DescribeInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstancesResponse>;
|
|
9371
|
+
/**
|
|
9372
|
+
* You can call the DescribeInstances operation to query the details of Anti-DDoS Pro or Anti-DDoS Premium instances within the Alibaba Cloud account by page. The details include the ID, mitigation plan, expiration time, and forwarding status.
|
|
9373
|
+
*
|
|
9374
|
+
* @param request DescribeInstancesRequest
|
|
9375
|
+
* @return DescribeInstancesResponse
|
|
9376
|
+
*/
|
|
8515
9377
|
describeInstances(request: DescribeInstancesRequest): Promise<DescribeInstancesResponse>;
|
|
8516
9378
|
describeL7RsPolicyWithOptions(request: DescribeL7RsPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeL7RsPolicyResponse>;
|
|
8517
9379
|
describeL7RsPolicy(request: DescribeL7RsPolicyRequest): Promise<DescribeL7RsPolicyResponse>;
|
|
@@ -8525,11 +9387,56 @@ export default class Client extends OpenApi {
|
|
|
8525
9387
|
describeNetworkRuleAttributes(request: DescribeNetworkRuleAttributesRequest): Promise<DescribeNetworkRuleAttributesResponse>;
|
|
8526
9388
|
describeNetworkRulesWithOptions(request: DescribeNetworkRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeNetworkRulesResponse>;
|
|
8527
9389
|
describeNetworkRules(request: DescribeNetworkRulesRequest): Promise<DescribeNetworkRulesResponse>;
|
|
9390
|
+
/**
|
|
9391
|
+
* > This operation is suitable only for Anti-DDoS Pro.
|
|
9392
|
+
* You can query operations performed on Anti-DDoS Pro, such as configuring burstable protection bandwidth, deactivating blackhole filtering, configuring the Diversion from Origin Server policy, using Anti-DDoS plans, changing the IP addresses of Elastic Compute Service (ECS) instances, and clearing all logs.
|
|
9393
|
+
*
|
|
9394
|
+
* @param request DescribeOpEntitiesRequest
|
|
9395
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9396
|
+
* @return DescribeOpEntitiesResponse
|
|
9397
|
+
*/
|
|
8528
9398
|
describeOpEntitiesWithOptions(request: DescribeOpEntitiesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOpEntitiesResponse>;
|
|
9399
|
+
/**
|
|
9400
|
+
* > This operation is suitable only for Anti-DDoS Pro.
|
|
9401
|
+
* You can query operations performed on Anti-DDoS Pro, such as configuring burstable protection bandwidth, deactivating blackhole filtering, configuring the Diversion from Origin Server policy, using Anti-DDoS plans, changing the IP addresses of Elastic Compute Service (ECS) instances, and clearing all logs.
|
|
9402
|
+
*
|
|
9403
|
+
* @param request DescribeOpEntitiesRequest
|
|
9404
|
+
* @return DescribeOpEntitiesResponse
|
|
9405
|
+
*/
|
|
8529
9406
|
describeOpEntities(request: DescribeOpEntitiesRequest): Promise<DescribeOpEntitiesResponse>;
|
|
9407
|
+
/**
|
|
9408
|
+
* You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
|
|
9409
|
+
*
|
|
9410
|
+
* @param request DescribePortRequest
|
|
9411
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9412
|
+
* @return DescribePortResponse
|
|
9413
|
+
*/
|
|
8530
9414
|
describePortWithOptions(request: DescribePortRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortResponse>;
|
|
9415
|
+
/**
|
|
9416
|
+
* You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
|
|
9417
|
+
*
|
|
9418
|
+
* @param request DescribePortRequest
|
|
9419
|
+
* @return DescribePortResponse
|
|
9420
|
+
*/
|
|
8531
9421
|
describePort(request: DescribePortRequest): Promise<DescribePortResponse>;
|
|
9422
|
+
/**
|
|
9423
|
+
* You can call this operation to query the peak bandwidth and peak packet rate of attack traffic on one or more Anti-DDoS Pro or Anti-DDoS Premium instances within a specific period of time.
|
|
9424
|
+
* ### Limits
|
|
9425
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9426
|
+
*
|
|
9427
|
+
* @param request DescribePortAttackMaxFlowRequest
|
|
9428
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9429
|
+
* @return DescribePortAttackMaxFlowResponse
|
|
9430
|
+
*/
|
|
8532
9431
|
describePortAttackMaxFlowWithOptions(request: DescribePortAttackMaxFlowRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortAttackMaxFlowResponse>;
|
|
9432
|
+
/**
|
|
9433
|
+
* You can call this operation to query the peak bandwidth and peak packet rate of attack traffic on one or more Anti-DDoS Pro or Anti-DDoS Premium instances within a specific period of time.
|
|
9434
|
+
* ### Limits
|
|
9435
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9436
|
+
*
|
|
9437
|
+
* @param request DescribePortAttackMaxFlowRequest
|
|
9438
|
+
* @return DescribePortAttackMaxFlowResponse
|
|
9439
|
+
*/
|
|
8533
9440
|
describePortAttackMaxFlow(request: DescribePortAttackMaxFlowRequest): Promise<DescribePortAttackMaxFlowResponse>;
|
|
8534
9441
|
describePortAutoCcStatusWithOptions(request: DescribePortAutoCcStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortAutoCcStatusResponse>;
|
|
8535
9442
|
describePortAutoCcStatus(request: DescribePortAutoCcStatusRequest): Promise<DescribePortAutoCcStatusResponse>;
|
|
@@ -8543,37 +9450,200 @@ export default class Client extends OpenApi {
|
|
|
8543
9450
|
describePortMaxConns(request: DescribePortMaxConnsRequest): Promise<DescribePortMaxConnsResponse>;
|
|
8544
9451
|
describePortViewSourceCountriesWithOptions(request: DescribePortViewSourceCountriesRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortViewSourceCountriesResponse>;
|
|
8545
9452
|
describePortViewSourceCountries(request: DescribePortViewSourceCountriesRequest): Promise<DescribePortViewSourceCountriesResponse>;
|
|
9453
|
+
/**
|
|
9454
|
+
* You can call the DescribePortViewSourceIsps operation to query the ISPs from which requests are sent to one or more Anti-DDoS Pro or Anti-DDoS Premium instances within a specific period of time.
|
|
9455
|
+
* > The data returned for this operation cannot reflect the actual traffic volume because Layer 4 identity authentication algorithms are updated for Anti-DDoS Pro and Anti-DDoS Premium. You can call this operation to calculate only the proportion of requests sent from different ISPs. If you want to query the request traffic volume, we recommend that you call the [DescribePortFlowList](~~157460~~) operation.
|
|
9456
|
+
* ### Limits
|
|
9457
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9458
|
+
*
|
|
9459
|
+
* @param request DescribePortViewSourceIspsRequest
|
|
9460
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9461
|
+
* @return DescribePortViewSourceIspsResponse
|
|
9462
|
+
*/
|
|
8546
9463
|
describePortViewSourceIspsWithOptions(request: DescribePortViewSourceIspsRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortViewSourceIspsResponse>;
|
|
9464
|
+
/**
|
|
9465
|
+
* You can call the DescribePortViewSourceIsps operation to query the ISPs from which requests are sent to one or more Anti-DDoS Pro or Anti-DDoS Premium instances within a specific period of time.
|
|
9466
|
+
* > The data returned for this operation cannot reflect the actual traffic volume because Layer 4 identity authentication algorithms are updated for Anti-DDoS Pro and Anti-DDoS Premium. You can call this operation to calculate only the proportion of requests sent from different ISPs. If you want to query the request traffic volume, we recommend that you call the [DescribePortFlowList](~~157460~~) operation.
|
|
9467
|
+
* ### Limits
|
|
9468
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9469
|
+
*
|
|
9470
|
+
* @param request DescribePortViewSourceIspsRequest
|
|
9471
|
+
* @return DescribePortViewSourceIspsResponse
|
|
9472
|
+
*/
|
|
8547
9473
|
describePortViewSourceIsps(request: DescribePortViewSourceIspsRequest): Promise<DescribePortViewSourceIspsResponse>;
|
|
8548
9474
|
describePortViewSourceProvincesWithOptions(request: DescribePortViewSourceProvincesRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortViewSourceProvincesResponse>;
|
|
8549
9475
|
describePortViewSourceProvinces(request: DescribePortViewSourceProvincesRequest): Promise<DescribePortViewSourceProvincesResponse>;
|
|
9476
|
+
/**
|
|
9477
|
+
* You can call the DescribeSceneDefenseObjects operation to query the protected objects of a scenario-specific custom policy.
|
|
9478
|
+
* Before you call this operation, make sure that you have created a scenario-specific custom policy by calling the [CreateSceneDefensePolicy](~~159779~~) operation.
|
|
9479
|
+
* ### Limits
|
|
9480
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9481
|
+
*
|
|
9482
|
+
* @param request DescribeSceneDefenseObjectsRequest
|
|
9483
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9484
|
+
* @return DescribeSceneDefenseObjectsResponse
|
|
9485
|
+
*/
|
|
8550
9486
|
describeSceneDefenseObjectsWithOptions(request: DescribeSceneDefenseObjectsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSceneDefenseObjectsResponse>;
|
|
9487
|
+
/**
|
|
9488
|
+
* You can call the DescribeSceneDefenseObjects operation to query the protected objects of a scenario-specific custom policy.
|
|
9489
|
+
* Before you call this operation, make sure that you have created a scenario-specific custom policy by calling the [CreateSceneDefensePolicy](~~159779~~) operation.
|
|
9490
|
+
* ### Limits
|
|
9491
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9492
|
+
*
|
|
9493
|
+
* @param request DescribeSceneDefenseObjectsRequest
|
|
9494
|
+
* @return DescribeSceneDefenseObjectsResponse
|
|
9495
|
+
*/
|
|
8551
9496
|
describeSceneDefenseObjects(request: DescribeSceneDefenseObjectsRequest): Promise<DescribeSceneDefenseObjectsResponse>;
|
|
9497
|
+
/**
|
|
9498
|
+
* You can call the DescribeSceneDefensePolicies operation to query the configurations of a scenario-specific custom policy that is created. For example, you can query the status, protected objects, and protection rules of the policy.
|
|
9499
|
+
* ### Limits
|
|
9500
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9501
|
+
*
|
|
9502
|
+
* @param request DescribeSceneDefensePoliciesRequest
|
|
9503
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9504
|
+
* @return DescribeSceneDefensePoliciesResponse
|
|
9505
|
+
*/
|
|
8552
9506
|
describeSceneDefensePoliciesWithOptions(request: DescribeSceneDefensePoliciesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSceneDefensePoliciesResponse>;
|
|
9507
|
+
/**
|
|
9508
|
+
* You can call the DescribeSceneDefensePolicies operation to query the configurations of a scenario-specific custom policy that is created. For example, you can query the status, protected objects, and protection rules of the policy.
|
|
9509
|
+
* ### Limits
|
|
9510
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9511
|
+
*
|
|
9512
|
+
* @param request DescribeSceneDefensePoliciesRequest
|
|
9513
|
+
* @return DescribeSceneDefensePoliciesResponse
|
|
9514
|
+
*/
|
|
8553
9515
|
describeSceneDefensePolicies(request: DescribeSceneDefensePoliciesRequest): Promise<DescribeSceneDefensePoliciesResponse>;
|
|
8554
9516
|
describeSchedulerRulesWithOptions(request: DescribeSchedulerRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSchedulerRulesResponse>;
|
|
8555
9517
|
describeSchedulerRules(request: DescribeSchedulerRulesRequest): Promise<DescribeSchedulerRulesResponse>;
|
|
9518
|
+
describeSlaEventListWithOptions(request: DescribeSlaEventListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlaEventListResponse>;
|
|
9519
|
+
describeSlaEventList(request: DescribeSlaEventListRequest): Promise<DescribeSlaEventListResponse>;
|
|
8556
9520
|
describeSlsAuthStatusWithOptions(request: DescribeSlsAuthStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlsAuthStatusResponse>;
|
|
8557
9521
|
describeSlsAuthStatus(request: DescribeSlsAuthStatusRequest): Promise<DescribeSlsAuthStatusResponse>;
|
|
8558
9522
|
describeSlsLogstoreInfoWithOptions(request: DescribeSlsLogstoreInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlsLogstoreInfoResponse>;
|
|
8559
9523
|
describeSlsLogstoreInfo(request: DescribeSlsLogstoreInfoRequest): Promise<DescribeSlsLogstoreInfoResponse>;
|
|
8560
9524
|
describeSlsOpenStatusWithOptions(request: DescribeSlsOpenStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlsOpenStatusResponse>;
|
|
8561
9525
|
describeSlsOpenStatus(request: DescribeSlsOpenStatusRequest): Promise<DescribeSlsOpenStatusResponse>;
|
|
9526
|
+
/**
|
|
9527
|
+
* You can call the DescribeStsGrantStatus operation to query whether Anti-DDoS Pro or Anti-DDoS Premium of the current Alibaba Cloud account is authorized to access other cloud services.
|
|
9528
|
+
* ### Limits
|
|
9529
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9530
|
+
*
|
|
9531
|
+
* @param request DescribeStsGrantStatusRequest
|
|
9532
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9533
|
+
* @return DescribeStsGrantStatusResponse
|
|
9534
|
+
*/
|
|
8562
9535
|
describeStsGrantStatusWithOptions(request: DescribeStsGrantStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeStsGrantStatusResponse>;
|
|
9536
|
+
/**
|
|
9537
|
+
* You can call the DescribeStsGrantStatus operation to query whether Anti-DDoS Pro or Anti-DDoS Premium of the current Alibaba Cloud account is authorized to access other cloud services.
|
|
9538
|
+
* ### Limits
|
|
9539
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9540
|
+
*
|
|
9541
|
+
* @param request DescribeStsGrantStatusRequest
|
|
9542
|
+
* @return DescribeStsGrantStatusResponse
|
|
9543
|
+
*/
|
|
8563
9544
|
describeStsGrantStatus(request: DescribeStsGrantStatusRequest): Promise<DescribeStsGrantStatusResponse>;
|
|
9545
|
+
/**
|
|
9546
|
+
* You can call the DescribeSystemLog operation to query the system logs of Anti-DDoS Pro or Anti-DDoS Premium. The system logs contain only billing logs for the burstable clean bandwidth.
|
|
9547
|
+
* If you have enabled the burstable clean bandwidth feature, you can call this operation to query the details of the bills of the burstable clean bandwidth.
|
|
9548
|
+
* ### Limits
|
|
9549
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9550
|
+
*
|
|
9551
|
+
* @param request DescribeSystemLogRequest
|
|
9552
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9553
|
+
* @return DescribeSystemLogResponse
|
|
9554
|
+
*/
|
|
8564
9555
|
describeSystemLogWithOptions(request: DescribeSystemLogRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSystemLogResponse>;
|
|
9556
|
+
/**
|
|
9557
|
+
* You can call the DescribeSystemLog operation to query the system logs of Anti-DDoS Pro or Anti-DDoS Premium. The system logs contain only billing logs for the burstable clean bandwidth.
|
|
9558
|
+
* If you have enabled the burstable clean bandwidth feature, you can call this operation to query the details of the bills of the burstable clean bandwidth.
|
|
9559
|
+
* ### Limits
|
|
9560
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9561
|
+
*
|
|
9562
|
+
* @param request DescribeSystemLogRequest
|
|
9563
|
+
* @return DescribeSystemLogResponse
|
|
9564
|
+
*/
|
|
8565
9565
|
describeSystemLog(request: DescribeSystemLogRequest): Promise<DescribeSystemLogResponse>;
|
|
9566
|
+
/**
|
|
9567
|
+
* You can call this operation to query all tag keys and the Anti-DDoS Pro instances to which the tag keys are added by page.
|
|
9568
|
+
* > The tag feature is suitable only for Anti-DDoS Pro.
|
|
9569
|
+
* ### Limits
|
|
9570
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9571
|
+
*
|
|
9572
|
+
* @param request DescribeTagKeysRequest
|
|
9573
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9574
|
+
* @return DescribeTagKeysResponse
|
|
9575
|
+
*/
|
|
8566
9576
|
describeTagKeysWithOptions(request: DescribeTagKeysRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTagKeysResponse>;
|
|
9577
|
+
/**
|
|
9578
|
+
* You can call this operation to query all tag keys and the Anti-DDoS Pro instances to which the tag keys are added by page.
|
|
9579
|
+
* > The tag feature is suitable only for Anti-DDoS Pro.
|
|
9580
|
+
* ### Limits
|
|
9581
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9582
|
+
*
|
|
9583
|
+
* @param request DescribeTagKeysRequest
|
|
9584
|
+
* @return DescribeTagKeysResponse
|
|
9585
|
+
*/
|
|
8567
9586
|
describeTagKeys(request: DescribeTagKeysRequest): Promise<DescribeTagKeysResponse>;
|
|
9587
|
+
/**
|
|
9588
|
+
* You can call the DescribeTagResources operation to query the information about the tags that are added to an Anti-DDoS Pro instance.
|
|
9589
|
+
* > Only Anti-DDoS Pro supports tags.
|
|
9590
|
+
* ### Limits
|
|
9591
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9592
|
+
*
|
|
9593
|
+
* @param request DescribeTagResourcesRequest
|
|
9594
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9595
|
+
* @return DescribeTagResourcesResponse
|
|
9596
|
+
*/
|
|
8568
9597
|
describeTagResourcesWithOptions(request: DescribeTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTagResourcesResponse>;
|
|
9598
|
+
/**
|
|
9599
|
+
* You can call the DescribeTagResources operation to query the information about the tags that are added to an Anti-DDoS Pro instance.
|
|
9600
|
+
* > Only Anti-DDoS Pro supports tags.
|
|
9601
|
+
* ### Limits
|
|
9602
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9603
|
+
*
|
|
9604
|
+
* @param request DescribeTagResourcesRequest
|
|
9605
|
+
* @return DescribeTagResourcesResponse
|
|
9606
|
+
*/
|
|
8569
9607
|
describeTagResources(request: DescribeTagResourcesRequest): Promise<DescribeTagResourcesResponse>;
|
|
9608
|
+
describeTotalAttackMaxFlowWithOptions(request: DescribeTotalAttackMaxFlowRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTotalAttackMaxFlowResponse>;
|
|
9609
|
+
describeTotalAttackMaxFlow(request: DescribeTotalAttackMaxFlowRequest): Promise<DescribeTotalAttackMaxFlowResponse>;
|
|
8570
9610
|
describeUdpReflectWithOptions(request: DescribeUdpReflectRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUdpReflectResponse>;
|
|
8571
9611
|
describeUdpReflect(request: DescribeUdpReflectRequest): Promise<DescribeUdpReflectResponse>;
|
|
8572
9612
|
describeUnBlackholeCountWithOptions(request: DescribeUnBlackholeCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUnBlackholeCountResponse>;
|
|
8573
9613
|
describeUnBlackholeCount(request: DescribeUnBlackholeCountRequest): Promise<DescribeUnBlackholeCountResponse>;
|
|
9614
|
+
/**
|
|
9615
|
+
* > This operation is suitable only for Anti-DDoS Pro.
|
|
9616
|
+
*
|
|
9617
|
+
* @param request DescribeUnBlockCountRequest
|
|
9618
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9619
|
+
* @return DescribeUnBlockCountResponse
|
|
9620
|
+
*/
|
|
8574
9621
|
describeUnBlockCountWithOptions(request: DescribeUnBlockCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUnBlockCountResponse>;
|
|
9622
|
+
/**
|
|
9623
|
+
* > This operation is suitable only for Anti-DDoS Pro.
|
|
9624
|
+
*
|
|
9625
|
+
* @param request DescribeUnBlockCountRequest
|
|
9626
|
+
* @return DescribeUnBlockCountResponse
|
|
9627
|
+
*/
|
|
8575
9628
|
describeUnBlockCount(request: DescribeUnBlockCountRequest): Promise<DescribeUnBlockCountResponse>;
|
|
9629
|
+
/**
|
|
9630
|
+
* You can call the DescribeWebAccessLogDispatchStatus operation to check whether the log analysis feature is enabled for all domain names that are added to your Anti-DDoS Pro or Anti-DDoS Premium instance.
|
|
9631
|
+
* ### Limits
|
|
9632
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9633
|
+
*
|
|
9634
|
+
* @param request DescribeWebAccessLogDispatchStatusRequest
|
|
9635
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9636
|
+
* @return DescribeWebAccessLogDispatchStatusResponse
|
|
9637
|
+
*/
|
|
8576
9638
|
describeWebAccessLogDispatchStatusWithOptions(request: DescribeWebAccessLogDispatchStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebAccessLogDispatchStatusResponse>;
|
|
9639
|
+
/**
|
|
9640
|
+
* You can call the DescribeWebAccessLogDispatchStatus operation to check whether the log analysis feature is enabled for all domain names that are added to your Anti-DDoS Pro or Anti-DDoS Premium instance.
|
|
9641
|
+
* ### Limits
|
|
9642
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9643
|
+
*
|
|
9644
|
+
* @param request DescribeWebAccessLogDispatchStatusRequest
|
|
9645
|
+
* @return DescribeWebAccessLogDispatchStatusResponse
|
|
9646
|
+
*/
|
|
8577
9647
|
describeWebAccessLogDispatchStatus(request: DescribeWebAccessLogDispatchStatusRequest): Promise<DescribeWebAccessLogDispatchStatusResponse>;
|
|
8578
9648
|
describeWebAccessLogEmptyCountWithOptions(request: DescribeWebAccessLogEmptyCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebAccessLogEmptyCountResponse>;
|
|
8579
9649
|
describeWebAccessLogEmptyCount(request: DescribeWebAccessLogEmptyCountRequest): Promise<DescribeWebAccessLogEmptyCountResponse>;
|
|
@@ -8585,7 +9655,24 @@ export default class Client extends OpenApi {
|
|
|
8585
9655
|
describeWebAreaBlockConfigs(request: DescribeWebAreaBlockConfigsRequest): Promise<DescribeWebAreaBlockConfigsResponse>;
|
|
8586
9656
|
describeWebCCRulesWithOptions(request: DescribeWebCCRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebCCRulesResponse>;
|
|
8587
9657
|
describeWebCCRules(request: DescribeWebCCRulesRequest): Promise<DescribeWebCCRulesResponse>;
|
|
9658
|
+
/**
|
|
9659
|
+
* You can call the DescribeWebCacheConfigs operation to query the Static Page Caching configurations of websites. The configurations include cache modes and custom caching rules.
|
|
9660
|
+
* ### Limits
|
|
9661
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9662
|
+
*
|
|
9663
|
+
* @param request DescribeWebCacheConfigsRequest
|
|
9664
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9665
|
+
* @return DescribeWebCacheConfigsResponse
|
|
9666
|
+
*/
|
|
8588
9667
|
describeWebCacheConfigsWithOptions(request: DescribeWebCacheConfigsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebCacheConfigsResponse>;
|
|
9668
|
+
/**
|
|
9669
|
+
* You can call the DescribeWebCacheConfigs operation to query the Static Page Caching configurations of websites. The configurations include cache modes and custom caching rules.
|
|
9670
|
+
* ### Limits
|
|
9671
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9672
|
+
*
|
|
9673
|
+
* @param request DescribeWebCacheConfigsRequest
|
|
9674
|
+
* @return DescribeWebCacheConfigsResponse
|
|
9675
|
+
*/
|
|
8589
9676
|
describeWebCacheConfigs(request: DescribeWebCacheConfigsRequest): Promise<DescribeWebCacheConfigsResponse>;
|
|
8590
9677
|
describeWebCcProtectSwitchWithOptions(request: DescribeWebCcProtectSwitchRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebCcProtectSwitchResponse>;
|
|
8591
9678
|
describeWebCcProtectSwitch(request: DescribeWebCcProtectSwitchRequest): Promise<DescribeWebCcProtectSwitchResponse>;
|
|
@@ -8621,27 +9708,139 @@ export default class Client extends OpenApi {
|
|
|
8621
9708
|
enableWebCC(request: EnableWebCCRequest): Promise<EnableWebCCResponse>;
|
|
8622
9709
|
enableWebCCRuleWithOptions(request: EnableWebCCRuleRequest, runtime: $Util.RuntimeOptions): Promise<EnableWebCCRuleResponse>;
|
|
8623
9710
|
enableWebCCRule(request: EnableWebCCRuleRequest): Promise<EnableWebCCRuleResponse>;
|
|
9711
|
+
/**
|
|
9712
|
+
* You can switch between the metering methods of the burstable clean bandwidth feature. The new metering method takes effect from 00:00 on the first day of the next month. You can change the metering method up to three times each calendar month. The most recent metering method that you select takes effect in the next month. You cannot change the metering method on the last day of each calendar month.
|
|
9713
|
+
*
|
|
9714
|
+
* @param request ModifyBizBandWidthModeRequest
|
|
9715
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9716
|
+
* @return ModifyBizBandWidthModeResponse
|
|
9717
|
+
*/
|
|
9718
|
+
modifyBizBandWidthModeWithOptions(request: ModifyBizBandWidthModeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBizBandWidthModeResponse>;
|
|
9719
|
+
/**
|
|
9720
|
+
* You can switch between the metering methods of the burstable clean bandwidth feature. The new metering method takes effect from 00:00 on the first day of the next month. You can change the metering method up to three times each calendar month. The most recent metering method that you select takes effect in the next month. You cannot change the metering method on the last day of each calendar month.
|
|
9721
|
+
*
|
|
9722
|
+
* @param request ModifyBizBandWidthModeRequest
|
|
9723
|
+
* @return ModifyBizBandWidthModeResponse
|
|
9724
|
+
*/
|
|
9725
|
+
modifyBizBandWidthMode(request: ModifyBizBandWidthModeRequest): Promise<ModifyBizBandWidthModeResponse>;
|
|
8624
9726
|
modifyBlackholeStatusWithOptions(request: ModifyBlackholeStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBlackholeStatusResponse>;
|
|
8625
9727
|
modifyBlackholeStatus(request: ModifyBlackholeStatusRequest): Promise<ModifyBlackholeStatusResponse>;
|
|
9728
|
+
/**
|
|
9729
|
+
* > This operation is suitable only for Anti-DDoS Pro.
|
|
9730
|
+
*
|
|
9731
|
+
* @param request ModifyBlockStatusRequest
|
|
9732
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9733
|
+
* @return ModifyBlockStatusResponse
|
|
9734
|
+
*/
|
|
8626
9735
|
modifyBlockStatusWithOptions(request: ModifyBlockStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBlockStatusResponse>;
|
|
9736
|
+
/**
|
|
9737
|
+
* > This operation is suitable only for Anti-DDoS Pro.
|
|
9738
|
+
*
|
|
9739
|
+
* @param request ModifyBlockStatusRequest
|
|
9740
|
+
* @return ModifyBlockStatusResponse
|
|
9741
|
+
*/
|
|
8627
9742
|
modifyBlockStatus(request: ModifyBlockStatusRequest): Promise<ModifyBlockStatusResponse>;
|
|
9743
|
+
/**
|
|
9744
|
+
* > This operation is suitable only for Anti-DDoS Premium.
|
|
9745
|
+
*
|
|
9746
|
+
* @param request ModifyCnameReuseRequest
|
|
9747
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9748
|
+
* @return ModifyCnameReuseResponse
|
|
9749
|
+
*/
|
|
8628
9750
|
modifyCnameReuseWithOptions(request: ModifyCnameReuseRequest, runtime: $Util.RuntimeOptions): Promise<ModifyCnameReuseResponse>;
|
|
9751
|
+
/**
|
|
9752
|
+
* > This operation is suitable only for Anti-DDoS Premium.
|
|
9753
|
+
*
|
|
9754
|
+
* @param request ModifyCnameReuseRequest
|
|
9755
|
+
* @return ModifyCnameReuseResponse
|
|
9756
|
+
*/
|
|
8629
9757
|
modifyCnameReuse(request: ModifyCnameReuseRequest): Promise<ModifyCnameReuseResponse>;
|
|
8630
9758
|
modifyDomainResourceWithOptions(request: ModifyDomainResourceRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDomainResourceResponse>;
|
|
8631
9759
|
modifyDomainResource(request: ModifyDomainResourceRequest): Promise<ModifyDomainResourceResponse>;
|
|
9760
|
+
/**
|
|
9761
|
+
* > This operation is suitable only for Anti-DDoS Pro.
|
|
9762
|
+
*
|
|
9763
|
+
* @param request ModifyElasticBandWidthRequest
|
|
9764
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9765
|
+
* @return ModifyElasticBandWidthResponse
|
|
9766
|
+
*/
|
|
8632
9767
|
modifyElasticBandWidthWithOptions(request: ModifyElasticBandWidthRequest, runtime: $Util.RuntimeOptions): Promise<ModifyElasticBandWidthResponse>;
|
|
9768
|
+
/**
|
|
9769
|
+
* > This operation is suitable only for Anti-DDoS Pro.
|
|
9770
|
+
*
|
|
9771
|
+
* @param request ModifyElasticBandWidthRequest
|
|
9772
|
+
* @return ModifyElasticBandWidthResponse
|
|
9773
|
+
*/
|
|
8633
9774
|
modifyElasticBandWidth(request: ModifyElasticBandWidthRequest): Promise<ModifyElasticBandWidthResponse>;
|
|
9775
|
+
/**
|
|
9776
|
+
* Before you call this operation, make sure that you have fully understood the billing method and [pricing](https://help.aliyun.com/document_detail/283754.html) of the burstable clean bandwidth feature. After you call this operation for the first time, the modification immediately takes effect.
|
|
9777
|
+
*
|
|
9778
|
+
* @param request ModifyElasticBizBandWidthRequest
|
|
9779
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9780
|
+
* @return ModifyElasticBizBandWidthResponse
|
|
9781
|
+
*/
|
|
9782
|
+
modifyElasticBizBandWidthWithOptions(request: ModifyElasticBizBandWidthRequest, runtime: $Util.RuntimeOptions): Promise<ModifyElasticBizBandWidthResponse>;
|
|
9783
|
+
/**
|
|
9784
|
+
* Before you call this operation, make sure that you have fully understood the billing method and [pricing](https://help.aliyun.com/document_detail/283754.html) of the burstable clean bandwidth feature. After you call this operation for the first time, the modification immediately takes effect.
|
|
9785
|
+
*
|
|
9786
|
+
* @param request ModifyElasticBizBandWidthRequest
|
|
9787
|
+
* @return ModifyElasticBizBandWidthResponse
|
|
9788
|
+
*/
|
|
9789
|
+
modifyElasticBizBandWidth(request: ModifyElasticBizBandWidthRequest): Promise<ModifyElasticBizBandWidthResponse>;
|
|
8634
9790
|
modifyFullLogTtlWithOptions(request: ModifyFullLogTtlRequest, runtime: $Util.RuntimeOptions): Promise<ModifyFullLogTtlResponse>;
|
|
8635
9791
|
modifyFullLogTtl(request: ModifyFullLogTtlRequest): Promise<ModifyFullLogTtlResponse>;
|
|
9792
|
+
modifyHeadersWithOptions(request: ModifyHeadersRequest, runtime: $Util.RuntimeOptions): Promise<ModifyHeadersResponse>;
|
|
9793
|
+
modifyHeaders(request: ModifyHeadersRequest): Promise<ModifyHeadersResponse>;
|
|
8636
9794
|
modifyHealthCheckConfigWithOptions(request: ModifyHealthCheckConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyHealthCheckConfigResponse>;
|
|
8637
9795
|
modifyHealthCheckConfig(request: ModifyHealthCheckConfigRequest): Promise<ModifyHealthCheckConfigResponse>;
|
|
9796
|
+
/**
|
|
9797
|
+
* > This operation is suitable only for Anti-DDoS Pro.
|
|
9798
|
+
*
|
|
9799
|
+
* @param request ModifyHttp2EnableRequest
|
|
9800
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9801
|
+
* @return ModifyHttp2EnableResponse
|
|
9802
|
+
*/
|
|
8638
9803
|
modifyHttp2EnableWithOptions(request: ModifyHttp2EnableRequest, runtime: $Util.RuntimeOptions): Promise<ModifyHttp2EnableResponse>;
|
|
9804
|
+
/**
|
|
9805
|
+
* > This operation is suitable only for Anti-DDoS Pro.
|
|
9806
|
+
*
|
|
9807
|
+
* @param request ModifyHttp2EnableRequest
|
|
9808
|
+
* @return ModifyHttp2EnableResponse
|
|
9809
|
+
*/
|
|
8639
9810
|
modifyHttp2Enable(request: ModifyHttp2EnableRequest): Promise<ModifyHttp2EnableResponse>;
|
|
8640
9811
|
modifyInstanceRemarkWithOptions(request: ModifyInstanceRemarkRequest, runtime: $Util.RuntimeOptions): Promise<ModifyInstanceRemarkResponse>;
|
|
8641
9812
|
modifyInstanceRemark(request: ModifyInstanceRemarkRequest): Promise<ModifyInstanceRemarkResponse>;
|
|
8642
9813
|
modifyNetworkRuleAttributeWithOptions(request: ModifyNetworkRuleAttributeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyNetworkRuleAttributeResponse>;
|
|
8643
9814
|
modifyNetworkRuleAttribute(request: ModifyNetworkRuleAttributeRequest): Promise<ModifyNetworkRuleAttributeResponse>;
|
|
9815
|
+
/**
|
|
9816
|
+
* This feature is available only for a website that supports HTTPS. If HTTPS is selected for Protocol, we recommend that you enable this feature.
|
|
9817
|
+
*
|
|
9818
|
+
* @param request ModifyOcspStatusRequest
|
|
9819
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9820
|
+
* @return ModifyOcspStatusResponse
|
|
9821
|
+
*/
|
|
9822
|
+
modifyOcspStatusWithOptions(request: ModifyOcspStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyOcspStatusResponse>;
|
|
9823
|
+
/**
|
|
9824
|
+
* This feature is available only for a website that supports HTTPS. If HTTPS is selected for Protocol, we recommend that you enable this feature.
|
|
9825
|
+
*
|
|
9826
|
+
* @param request ModifyOcspStatusRequest
|
|
9827
|
+
* @return ModifyOcspStatusResponse
|
|
9828
|
+
*/
|
|
9829
|
+
modifyOcspStatus(request: ModifyOcspStatusRequest): Promise<ModifyOcspStatusResponse>;
|
|
9830
|
+
/**
|
|
9831
|
+
* You can call the ModifyPort operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
|
|
9832
|
+
*
|
|
9833
|
+
* @param request ModifyPortRequest
|
|
9834
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9835
|
+
* @return ModifyPortResponse
|
|
9836
|
+
*/
|
|
8644
9837
|
modifyPortWithOptions(request: ModifyPortRequest, runtime: $Util.RuntimeOptions): Promise<ModifyPortResponse>;
|
|
9838
|
+
/**
|
|
9839
|
+
* You can call the ModifyPort operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
|
|
9840
|
+
*
|
|
9841
|
+
* @param request ModifyPortRequest
|
|
9842
|
+
* @return ModifyPortResponse
|
|
9843
|
+
*/
|
|
8645
9844
|
modifyPort(request: ModifyPortRequest): Promise<ModifyPortResponse>;
|
|
8646
9845
|
modifyPortAutoCcStatusWithOptions(request: ModifyPortAutoCcStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyPortAutoCcStatusResponse>;
|
|
8647
9846
|
modifyPortAutoCcStatus(request: ModifyPortAutoCcStatusRequest): Promise<ModifyPortAutoCcStatusResponse>;
|
|
@@ -8659,7 +9858,24 @@ export default class Client extends OpenApi {
|
|
|
8659
9858
|
modifyWebAccessMode(request: ModifyWebAccessModeRequest): Promise<ModifyWebAccessModeResponse>;
|
|
8660
9859
|
modifyWebAreaBlockWithOptions(request: ModifyWebAreaBlockRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebAreaBlockResponse>;
|
|
8661
9860
|
modifyWebAreaBlock(request: ModifyWebAreaBlockRequest): Promise<ModifyWebAreaBlockResponse>;
|
|
9861
|
+
/**
|
|
9862
|
+
* You can call the ModifyWebAreaBlockSwitch operation to enable or disable the Location Blacklist (Domain Names) policy for a domain name.
|
|
9863
|
+
* ### Limits
|
|
9864
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9865
|
+
*
|
|
9866
|
+
* @param request ModifyWebAreaBlockSwitchRequest
|
|
9867
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9868
|
+
* @return ModifyWebAreaBlockSwitchResponse
|
|
9869
|
+
*/
|
|
8662
9870
|
modifyWebAreaBlockSwitchWithOptions(request: ModifyWebAreaBlockSwitchRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebAreaBlockSwitchResponse>;
|
|
9871
|
+
/**
|
|
9872
|
+
* You can call the ModifyWebAreaBlockSwitch operation to enable or disable the Location Blacklist (Domain Names) policy for a domain name.
|
|
9873
|
+
* ### Limits
|
|
9874
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9875
|
+
*
|
|
9876
|
+
* @param request ModifyWebAreaBlockSwitchRequest
|
|
9877
|
+
* @return ModifyWebAreaBlockSwitchResponse
|
|
9878
|
+
*/
|
|
8663
9879
|
modifyWebAreaBlockSwitch(request: ModifyWebAreaBlockSwitchRequest): Promise<ModifyWebAreaBlockSwitchResponse>;
|
|
8664
9880
|
modifyWebCCRuleWithOptions(request: ModifyWebCCRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebCCRuleResponse>;
|
|
8665
9881
|
modifyWebCCRule(request: ModifyWebCCRuleRequest): Promise<ModifyWebCCRuleResponse>;
|
|
@@ -8667,7 +9883,24 @@ export default class Client extends OpenApi {
|
|
|
8667
9883
|
modifyWebCacheCustomRule(request: ModifyWebCacheCustomRuleRequest): Promise<ModifyWebCacheCustomRuleResponse>;
|
|
8668
9884
|
modifyWebCacheModeWithOptions(request: ModifyWebCacheModeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebCacheModeResponse>;
|
|
8669
9885
|
modifyWebCacheMode(request: ModifyWebCacheModeRequest): Promise<ModifyWebCacheModeResponse>;
|
|
9886
|
+
/**
|
|
9887
|
+
* You can call the ModifyWebCacheSwitch operation to enable or disable the Static Page Caching policy for a website.
|
|
9888
|
+
* ### Limits
|
|
9889
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9890
|
+
*
|
|
9891
|
+
* @param request ModifyWebCacheSwitchRequest
|
|
9892
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9893
|
+
* @return ModifyWebCacheSwitchResponse
|
|
9894
|
+
*/
|
|
8670
9895
|
modifyWebCacheSwitchWithOptions(request: ModifyWebCacheSwitchRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebCacheSwitchResponse>;
|
|
9896
|
+
/**
|
|
9897
|
+
* You can call the ModifyWebCacheSwitch operation to enable or disable the Static Page Caching policy for a website.
|
|
9898
|
+
* ### Limits
|
|
9899
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9900
|
+
*
|
|
9901
|
+
* @param request ModifyWebCacheSwitchRequest
|
|
9902
|
+
* @return ModifyWebCacheSwitchResponse
|
|
9903
|
+
*/
|
|
8671
9904
|
modifyWebCacheSwitch(request: ModifyWebCacheSwitchRequest): Promise<ModifyWebCacheSwitchResponse>;
|
|
8672
9905
|
modifyWebIpSetSwitchWithOptions(request: ModifyWebIpSetSwitchRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebIpSetSwitchResponse>;
|
|
8673
9906
|
modifyWebIpSetSwitch(request: ModifyWebIpSetSwitchRequest): Promise<ModifyWebIpSetSwitchResponse>;
|
|
@@ -8677,8 +9910,40 @@ export default class Client extends OpenApi {
|
|
|
8677
9910
|
modifyWebPreciseAccessSwitch(request: ModifyWebPreciseAccessSwitchRequest): Promise<ModifyWebPreciseAccessSwitchResponse>;
|
|
8678
9911
|
modifyWebRuleWithOptions(request: ModifyWebRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebRuleResponse>;
|
|
8679
9912
|
modifyWebRule(request: ModifyWebRuleRequest): Promise<ModifyWebRuleResponse>;
|
|
9913
|
+
/**
|
|
9914
|
+
* The ID of the request, which is used to locate and troubleshoot issues.
|
|
9915
|
+
*
|
|
9916
|
+
* @param request ReleaseInstanceRequest
|
|
9917
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9918
|
+
* @return ReleaseInstanceResponse
|
|
9919
|
+
*/
|
|
8680
9920
|
releaseInstanceWithOptions(request: ReleaseInstanceRequest, runtime: $Util.RuntimeOptions): Promise<ReleaseInstanceResponse>;
|
|
9921
|
+
/**
|
|
9922
|
+
* The ID of the request, which is used to locate and troubleshoot issues.
|
|
9923
|
+
*
|
|
9924
|
+
* @param request ReleaseInstanceRequest
|
|
9925
|
+
* @return ReleaseInstanceResponse
|
|
9926
|
+
*/
|
|
8681
9927
|
releaseInstance(request: ReleaseInstanceRequest): Promise<ReleaseInstanceResponse>;
|
|
9928
|
+
/**
|
|
9929
|
+
* You can call the SwitchSchedulerRule operation to modify the resources to which service traffic is switched for a scheduling rule. For example, you can switch service traffic to an Anti-DDoS Pro or Anti-DDoS Premium instance for scrubbing or switch the service traffic back to the associated cloud resources.
|
|
9930
|
+
* Before you call this operation, you must have created a scheduling rule by calling the [CreateSchedulerRule](~~157479~~) operation.
|
|
9931
|
+
* ### Limits
|
|
9932
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9933
|
+
*
|
|
9934
|
+
* @param request SwitchSchedulerRuleRequest
|
|
9935
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9936
|
+
* @return SwitchSchedulerRuleResponse
|
|
9937
|
+
*/
|
|
8682
9938
|
switchSchedulerRuleWithOptions(request: SwitchSchedulerRuleRequest, runtime: $Util.RuntimeOptions): Promise<SwitchSchedulerRuleResponse>;
|
|
9939
|
+
/**
|
|
9940
|
+
* You can call the SwitchSchedulerRule operation to modify the resources to which service traffic is switched for a scheduling rule. For example, you can switch service traffic to an Anti-DDoS Pro or Anti-DDoS Premium instance for scrubbing or switch the service traffic back to the associated cloud resources.
|
|
9941
|
+
* Before you call this operation, you must have created a scheduling rule by calling the [CreateSchedulerRule](~~157479~~) operation.
|
|
9942
|
+
* ### Limits
|
|
9943
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9944
|
+
*
|
|
9945
|
+
* @param request SwitchSchedulerRuleRequest
|
|
9946
|
+
* @return SwitchSchedulerRuleResponse
|
|
9947
|
+
*/
|
|
8683
9948
|
switchSchedulerRule(request: SwitchSchedulerRuleRequest): Promise<SwitchSchedulerRuleResponse>;
|
|
8684
9949
|
}
|