@alicloud/ddoscoo20200101 2.4.0 → 2.4.1
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 +126 -106
- package/dist/client.js +126 -106
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +126 -106
package/dist/client.d.ts
CHANGED
|
@@ -9693,7 +9693,7 @@ export default class Client extends OpenApi {
|
|
|
9693
9693
|
*/
|
|
9694
9694
|
attachSceneDefenseObject(request: AttachSceneDefenseObjectRequest): Promise<AttachSceneDefenseObjectResponse>;
|
|
9695
9695
|
/**
|
|
9696
|
-
* @summary
|
|
9696
|
+
* @summary Configures the global mitigation policy feature, including the feature status and settings.
|
|
9697
9697
|
*
|
|
9698
9698
|
* @param request ConfigDomainSecurityProfileRequest
|
|
9699
9699
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -9701,7 +9701,7 @@ export default class Client extends OpenApi {
|
|
|
9701
9701
|
*/
|
|
9702
9702
|
configDomainSecurityProfileWithOptions(request: ConfigDomainSecurityProfileRequest, runtime: $Util.RuntimeOptions): Promise<ConfigDomainSecurityProfileResponse>;
|
|
9703
9703
|
/**
|
|
9704
|
-
* @summary
|
|
9704
|
+
* @summary Configures the global mitigation policy feature, including the feature status and settings.
|
|
9705
9705
|
*
|
|
9706
9706
|
* @param request ConfigDomainSecurityProfileRequest
|
|
9707
9707
|
* @return ConfigDomainSecurityProfileResponse
|
|
@@ -9727,7 +9727,7 @@ export default class Client extends OpenApi {
|
|
|
9727
9727
|
*/
|
|
9728
9728
|
configL7RsPolicy(request: ConfigL7RsPolicyRequest): Promise<ConfigL7RsPolicyResponse>;
|
|
9729
9729
|
/**
|
|
9730
|
-
* @summary
|
|
9730
|
+
* @summary Configures the settings for back-to-origin persistent connections for a domain name.
|
|
9731
9731
|
*
|
|
9732
9732
|
* @param request ConfigL7UsKeepaliveRequest
|
|
9733
9733
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -9735,7 +9735,7 @@ export default class Client extends OpenApi {
|
|
|
9735
9735
|
*/
|
|
9736
9736
|
configL7UsKeepaliveWithOptions(request: ConfigL7UsKeepaliveRequest, runtime: $Util.RuntimeOptions): Promise<ConfigL7UsKeepaliveResponse>;
|
|
9737
9737
|
/**
|
|
9738
|
-
* @summary
|
|
9738
|
+
* @summary Configures the settings for back-to-origin persistent connections for a domain name.
|
|
9739
9739
|
*
|
|
9740
9740
|
* @param request ConfigL7UsKeepaliveRequest
|
|
9741
9741
|
* @return ConfigL7UsKeepaliveResponse
|
|
@@ -9802,7 +9802,7 @@ export default class Client extends OpenApi {
|
|
|
9802
9802
|
*/
|
|
9803
9803
|
configLayer4RulePolicy(request: ConfigLayer4RulePolicyRequest): Promise<ConfigLayer4RulePolicyResponse>;
|
|
9804
9804
|
/**
|
|
9805
|
-
* @summary Configures blocked locations for an Anti-DDoS
|
|
9805
|
+
* @summary Configures blocked locations for an Anti-DDoS Proxy instance.
|
|
9806
9806
|
*
|
|
9807
9807
|
* @param request ConfigNetworkRegionBlockRequest
|
|
9808
9808
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -9810,7 +9810,7 @@ export default class Client extends OpenApi {
|
|
|
9810
9810
|
*/
|
|
9811
9811
|
configNetworkRegionBlockWithOptions(request: ConfigNetworkRegionBlockRequest, runtime: $Util.RuntimeOptions): Promise<ConfigNetworkRegionBlockResponse>;
|
|
9812
9812
|
/**
|
|
9813
|
-
* @summary Configures blocked locations for an Anti-DDoS
|
|
9813
|
+
* @summary Configures blocked locations for an Anti-DDoS Proxy instance.
|
|
9814
9814
|
*
|
|
9815
9815
|
* @param request ConfigNetworkRegionBlockRequest
|
|
9816
9816
|
* @return ConfigNetworkRegionBlockResponse
|
|
@@ -9994,12 +9994,12 @@ export default class Client extends OpenApi {
|
|
|
9994
9994
|
*/
|
|
9995
9995
|
createSchedulerRule(request: CreateSchedulerRuleRequest): Promise<CreateSchedulerRuleResponse>;
|
|
9996
9996
|
/**
|
|
9997
|
-
* @summary Adds tags to multiple Anti-DDoS
|
|
9997
|
+
* @summary Adds tags to multiple Anti-DDoS Proxy (Chinese Mainland) instances at a time.
|
|
9998
9998
|
*
|
|
9999
|
-
* @description You can call the CreateTagResources operation to add a tag to multiple Anti-DDoS
|
|
10000
|
-
* >
|
|
10001
|
-
* ###
|
|
10002
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
9999
|
+
* @description You can call the CreateTagResources operation to add a tag to multiple Anti-DDoS Proxy (Chinese Mainland) instances at a time.
|
|
10000
|
+
* > Anti-DDoS Proxy (Outside Chinese Mainland) does not support the tag feature.
|
|
10001
|
+
* ### [](#qps-)QPS limits
|
|
10002
|
+
* You can call this operation up to 10 times per second per account. If the number of 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.
|
|
10003
10003
|
*
|
|
10004
10004
|
* @param request CreateTagResourcesRequest
|
|
10005
10005
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10007,12 +10007,12 @@ export default class Client extends OpenApi {
|
|
|
10007
10007
|
*/
|
|
10008
10008
|
createTagResourcesWithOptions(request: CreateTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<CreateTagResourcesResponse>;
|
|
10009
10009
|
/**
|
|
10010
|
-
* @summary Adds tags to multiple Anti-DDoS
|
|
10010
|
+
* @summary Adds tags to multiple Anti-DDoS Proxy (Chinese Mainland) instances at a time.
|
|
10011
10011
|
*
|
|
10012
|
-
* @description You can call the CreateTagResources operation to add a tag to multiple Anti-DDoS
|
|
10013
|
-
* >
|
|
10014
|
-
* ###
|
|
10015
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
10012
|
+
* @description You can call the CreateTagResources operation to add a tag to multiple Anti-DDoS Proxy (Chinese Mainland) instances at a time.
|
|
10013
|
+
* > Anti-DDoS Proxy (Outside Chinese Mainland) does not support the tag feature.
|
|
10014
|
+
* ### [](#qps-)QPS limits
|
|
10015
|
+
* You can call this operation up to 10 times per second per account. If the number of 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.
|
|
10016
10016
|
*
|
|
10017
10017
|
* @param request CreateTagResourcesRequest
|
|
10018
10018
|
* @return CreateTagResourcesResponse
|
|
@@ -10021,6 +10021,8 @@ export default class Client extends OpenApi {
|
|
|
10021
10021
|
/**
|
|
10022
10022
|
* @deprecated OpenAPI CreateWebCCRule is deprecated, please use ddoscoo::2020-01-01::ConfigWebCCRuleV2 instead.
|
|
10023
10023
|
*
|
|
10024
|
+
* @summary Creates a custom frequency control rule for a website.
|
|
10025
|
+
*
|
|
10024
10026
|
* @param request CreateWebCCRuleRequest
|
|
10025
10027
|
* @param runtime runtime options for this request RuntimeOptions
|
|
10026
10028
|
* @return CreateWebCCRuleResponse
|
|
@@ -10029,6 +10031,8 @@ export default class Client extends OpenApi {
|
|
|
10029
10031
|
/**
|
|
10030
10032
|
* @deprecated OpenAPI CreateWebCCRule is deprecated, please use ddoscoo::2020-01-01::ConfigWebCCRuleV2 instead.
|
|
10031
10033
|
*
|
|
10034
|
+
* @summary Creates a custom frequency control rule for a website.
|
|
10035
|
+
*
|
|
10032
10036
|
* @param request CreateWebCCRuleRequest
|
|
10033
10037
|
* @return CreateWebCCRuleResponse
|
|
10034
10038
|
*/
|
|
@@ -10175,12 +10179,12 @@ export default class Client extends OpenApi {
|
|
|
10175
10179
|
*/
|
|
10176
10180
|
deleteSchedulerRule(request: DeleteSchedulerRuleRequest): Promise<DeleteSchedulerRuleResponse>;
|
|
10177
10181
|
/**
|
|
10178
|
-
* @summary Removes tags from Anti-DDoS
|
|
10182
|
+
* @summary Removes tags from Anti-DDoS Proxy (Chinese Mainland) instances.
|
|
10179
10183
|
*
|
|
10180
|
-
* @description You can call the DeleteTagResources operation to remove tags from Anti-DDoS
|
|
10181
|
-
* >
|
|
10182
|
-
* ###
|
|
10183
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
10184
|
+
* @description You can call the DeleteTagResources operation to remove tags from Anti-DDoS Proxy (Chinese Mainland) instances.
|
|
10185
|
+
* > Only Anti-DDoS Proxy (Chinese Mainland) supports tags.
|
|
10186
|
+
* ### [](#qps-)QPS limits
|
|
10187
|
+
* You can call this operation up to 10 times per second per account. If the number of 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.
|
|
10184
10188
|
*
|
|
10185
10189
|
* @param request DeleteTagResourcesRequest
|
|
10186
10190
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10188,12 +10192,12 @@ export default class Client extends OpenApi {
|
|
|
10188
10192
|
*/
|
|
10189
10193
|
deleteTagResourcesWithOptions(request: DeleteTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTagResourcesResponse>;
|
|
10190
10194
|
/**
|
|
10191
|
-
* @summary Removes tags from Anti-DDoS
|
|
10195
|
+
* @summary Removes tags from Anti-DDoS Proxy (Chinese Mainland) instances.
|
|
10192
10196
|
*
|
|
10193
|
-
* @description You can call the DeleteTagResources operation to remove tags from Anti-DDoS
|
|
10194
|
-
* >
|
|
10195
|
-
* ###
|
|
10196
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
10197
|
+
* @description You can call the DeleteTagResources operation to remove tags from Anti-DDoS Proxy (Chinese Mainland) instances.
|
|
10198
|
+
* > Only Anti-DDoS Proxy (Chinese Mainland) supports tags.
|
|
10199
|
+
* ### [](#qps-)QPS limits
|
|
10200
|
+
* You can call this operation up to 10 times per second per account. If the number of 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.
|
|
10197
10201
|
*
|
|
10198
10202
|
* @param request DeleteTagResourcesRequest
|
|
10199
10203
|
* @return DeleteTagResourcesResponse
|
|
@@ -10202,7 +10206,7 @@ export default class Client extends OpenApi {
|
|
|
10202
10206
|
/**
|
|
10203
10207
|
* @deprecated OpenAPI DeleteWebCCRule is deprecated, please use ddoscoo::2020-01-01::DeleteWebCCRuleV2 instead.
|
|
10204
10208
|
*
|
|
10205
|
-
* @summary Deletes
|
|
10209
|
+
* @summary Deletes custom frequency control rules of a website.
|
|
10206
10210
|
*
|
|
10207
10211
|
* @param request DeleteWebCCRuleRequest
|
|
10208
10212
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10212,14 +10216,14 @@ export default class Client extends OpenApi {
|
|
|
10212
10216
|
/**
|
|
10213
10217
|
* @deprecated OpenAPI DeleteWebCCRule is deprecated, please use ddoscoo::2020-01-01::DeleteWebCCRuleV2 instead.
|
|
10214
10218
|
*
|
|
10215
|
-
* @summary Deletes
|
|
10219
|
+
* @summary Deletes custom frequency control rules of a website.
|
|
10216
10220
|
*
|
|
10217
10221
|
* @param request DeleteWebCCRuleRequest
|
|
10218
10222
|
* @return DeleteWebCCRuleResponse
|
|
10219
10223
|
*/
|
|
10220
10224
|
deleteWebCCRule(request: DeleteWebCCRuleRequest): Promise<DeleteWebCCRuleResponse>;
|
|
10221
10225
|
/**
|
|
10222
|
-
* @summary
|
|
10226
|
+
* @summary Deletes custom frequency control rules of a website.
|
|
10223
10227
|
*
|
|
10224
10228
|
* @param request DeleteWebCCRuleV2Request
|
|
10225
10229
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10227,7 +10231,7 @@ export default class Client extends OpenApi {
|
|
|
10227
10231
|
*/
|
|
10228
10232
|
deleteWebCCRuleV2WithOptions(request: DeleteWebCCRuleV2Request, runtime: $Util.RuntimeOptions): Promise<DeleteWebCCRuleV2Response>;
|
|
10229
10233
|
/**
|
|
10230
|
-
* @summary
|
|
10234
|
+
* @summary Deletes custom frequency control rules of a website.
|
|
10231
10235
|
*
|
|
10232
10236
|
* @param request DeleteWebCCRuleV2Request
|
|
10233
10237
|
* @return DeleteWebCCRuleV2Response
|
|
@@ -10400,12 +10404,12 @@ export default class Client extends OpenApi {
|
|
|
10400
10404
|
*/
|
|
10401
10405
|
describeBlackholeStatus(request: DescribeBlackholeStatusRequest): Promise<DescribeBlackholeStatusResponse>;
|
|
10402
10406
|
/**
|
|
10403
|
-
* @summary Queries the Diversion from Origin Server configurations of one or more Anti-DDoS
|
|
10407
|
+
* @summary Queries the Diversion from Origin Server configurations of one or more Anti-DDoS Proxy (Chinese Mainland) instances.
|
|
10404
10408
|
*
|
|
10405
|
-
* @description
|
|
10406
|
-
* >
|
|
10407
|
-
* ###
|
|
10408
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
10409
|
+
* @description You can call this operation to query the Diversion from Origin Server configurations of one or more Anti-DDoS Proxy (Chinese Mainland) instances.
|
|
10410
|
+
* > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
|
|
10411
|
+
* ### [](#qps-)QPS limits
|
|
10412
|
+
* You can call this operation up to 10 times per second per account. If the number of 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.
|
|
10409
10413
|
*
|
|
10410
10414
|
* @param request DescribeBlockStatusRequest
|
|
10411
10415
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10413,19 +10417,19 @@ export default class Client extends OpenApi {
|
|
|
10413
10417
|
*/
|
|
10414
10418
|
describeBlockStatusWithOptions(request: DescribeBlockStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBlockStatusResponse>;
|
|
10415
10419
|
/**
|
|
10416
|
-
* @summary Queries the Diversion from Origin Server configurations of one or more Anti-DDoS
|
|
10420
|
+
* @summary Queries the Diversion from Origin Server configurations of one or more Anti-DDoS Proxy (Chinese Mainland) instances.
|
|
10417
10421
|
*
|
|
10418
|
-
* @description
|
|
10419
|
-
* >
|
|
10420
|
-
* ###
|
|
10421
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
10422
|
+
* @description You can call this operation to query the Diversion from Origin Server configurations of one or more Anti-DDoS Proxy (Chinese Mainland) instances.
|
|
10423
|
+
* > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
|
|
10424
|
+
* ### [](#qps-)QPS limits
|
|
10425
|
+
* You can call this operation up to 10 times per second per account. If the number of 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.
|
|
10422
10426
|
*
|
|
10423
10427
|
* @param request DescribeBlockStatusRequest
|
|
10424
10428
|
* @return DescribeBlockStatusResponse
|
|
10425
10429
|
*/
|
|
10426
10430
|
describeBlockStatus(request: DescribeBlockStatusRequest): Promise<DescribeBlockStatusResponse>;
|
|
10427
10431
|
/**
|
|
10428
|
-
* @summary Queries the certificate information about
|
|
10432
|
+
* @summary Queries information about all certificates that can be associated with the current domain name instead of the certificate currently in use. To query the information about the certificate that is currently in use, you can call the DescribeWebRules operation and view the values of the CertName and CertRegion response parameters.
|
|
10429
10433
|
*
|
|
10430
10434
|
* @param request DescribeCertsRequest
|
|
10431
10435
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10433,7 +10437,7 @@ export default class Client extends OpenApi {
|
|
|
10433
10437
|
*/
|
|
10434
10438
|
describeCertsWithOptions(request: DescribeCertsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCertsResponse>;
|
|
10435
10439
|
/**
|
|
10436
|
-
* @summary Queries the certificate information about
|
|
10440
|
+
* @summary Queries information about all certificates that can be associated with the current domain name instead of the certificate currently in use. To query the information about the certificate that is currently in use, you can call the DescribeWebRules operation and view the values of the CertName and CertRegion response parameters.
|
|
10437
10441
|
*
|
|
10438
10442
|
* @param request DescribeCertsRequest
|
|
10439
10443
|
* @return DescribeCertsResponse
|
|
@@ -10451,7 +10455,7 @@ export default class Client extends OpenApi {
|
|
|
10451
10455
|
*/
|
|
10452
10456
|
describeCnameReuses(request: DescribeCnameReusesRequest): Promise<DescribeCnameReusesResponse>;
|
|
10453
10457
|
/**
|
|
10454
|
-
* @summary Queries the attack events launched against one or more Anti-DDoS
|
|
10458
|
+
* @summary Queries the attack events launched against one or more Anti-DDoS Proxy instances.
|
|
10455
10459
|
*
|
|
10456
10460
|
* @param request DescribeDDoSEventsRequest
|
|
10457
10461
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10459,7 +10463,7 @@ export default class Client extends OpenApi {
|
|
|
10459
10463
|
*/
|
|
10460
10464
|
describeDDoSEventsWithOptions(request: DescribeDDoSEventsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDoSEventsResponse>;
|
|
10461
10465
|
/**
|
|
10462
|
-
* @summary Queries the attack events launched against one or more Anti-DDoS
|
|
10466
|
+
* @summary Queries the attack events launched against one or more Anti-DDoS Proxy instances.
|
|
10463
10467
|
*
|
|
10464
10468
|
* @param request DescribeDDoSEventsRequest
|
|
10465
10469
|
* @return DescribeDDoSEventsResponse
|
|
@@ -10580,12 +10584,12 @@ export default class Client extends OpenApi {
|
|
|
10580
10584
|
*/
|
|
10581
10585
|
describeDDosEventSrcIp(request: DescribeDDosEventSrcIpRequest): Promise<DescribeDDosEventSrcIpResponse>;
|
|
10582
10586
|
/**
|
|
10583
|
-
* @summary Queries the statistics on advanced mitigation sessions of an Anti-DDoS
|
|
10587
|
+
* @summary Queries the statistics on advanced mitigation sessions of an Anti-DDoS Proxy (Outside Chinese Mainland) instance.
|
|
10584
10588
|
*
|
|
10585
|
-
* @description You can call the DescribeDefenseCountStatistics operation to query the information about advanced mitigation sessions of an Anti-DDoS
|
|
10586
|
-
* >
|
|
10587
|
-
* ###
|
|
10588
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
10589
|
+
* @description You can call the DescribeDefenseCountStatistics operation to query the information about advanced mitigation sessions of an Anti-DDoS Proxy (Outside Chinese Mainland) instance. For example, you can query the number of advanced mitigation sessions that are used within the current calendar month and the number of remaining advanced mitigation sessions.
|
|
10590
|
+
* > This operation is suitable only for Anti-DDoS Proxy (Outside Chinese Mainland).
|
|
10591
|
+
* ### [](#qps-)QPS limits
|
|
10592
|
+
* You can call this operation up to 10 times per second per account. If the number of 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.
|
|
10589
10593
|
*
|
|
10590
10594
|
* @param request DescribeDefenseCountStatisticsRequest
|
|
10591
10595
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10593,12 +10597,12 @@ export default class Client extends OpenApi {
|
|
|
10593
10597
|
*/
|
|
10594
10598
|
describeDefenseCountStatisticsWithOptions(request: DescribeDefenseCountStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseCountStatisticsResponse>;
|
|
10595
10599
|
/**
|
|
10596
|
-
* @summary Queries the statistics on advanced mitigation sessions of an Anti-DDoS
|
|
10600
|
+
* @summary Queries the statistics on advanced mitigation sessions of an Anti-DDoS Proxy (Outside Chinese Mainland) instance.
|
|
10597
10601
|
*
|
|
10598
|
-
* @description You can call the DescribeDefenseCountStatistics operation to query the information about advanced mitigation sessions of an Anti-DDoS
|
|
10599
|
-
* >
|
|
10600
|
-
* ###
|
|
10601
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
10602
|
+
* @description You can call the DescribeDefenseCountStatistics operation to query the information about advanced mitigation sessions of an Anti-DDoS Proxy (Outside Chinese Mainland) instance. For example, you can query the number of advanced mitigation sessions that are used within the current calendar month and the number of remaining advanced mitigation sessions.
|
|
10603
|
+
* > This operation is suitable only for Anti-DDoS Proxy (Outside Chinese Mainland).
|
|
10604
|
+
* ### [](#qps-)QPS limits
|
|
10605
|
+
* You can call this operation up to 10 times per second per account. If the number of 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.
|
|
10602
10606
|
*
|
|
10603
10607
|
* @param request DescribeDefenseCountStatisticsRequest
|
|
10604
10608
|
* @return DescribeDefenseCountStatisticsResponse
|
|
@@ -10863,7 +10867,7 @@ export default class Client extends OpenApi {
|
|
|
10863
10867
|
*/
|
|
10864
10868
|
describeElasticBandwidthSpec(request: DescribeElasticBandwidthSpecRequest): Promise<DescribeElasticBandwidthSpecResponse>;
|
|
10865
10869
|
/**
|
|
10866
|
-
* @summary
|
|
10870
|
+
* @summary Queries the line chart of the bills for the burstable QPS of an Anti-DDoS Proxy instance.
|
|
10867
10871
|
*
|
|
10868
10872
|
* @param request DescribeElasticQpsRequest
|
|
10869
10873
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10871,14 +10875,14 @@ export default class Client extends OpenApi {
|
|
|
10871
10875
|
*/
|
|
10872
10876
|
describeElasticQpsWithOptions(request: DescribeElasticQpsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticQpsResponse>;
|
|
10873
10877
|
/**
|
|
10874
|
-
* @summary
|
|
10878
|
+
* @summary Queries the line chart of the bills for the burstable QPS of an Anti-DDoS Proxy instance.
|
|
10875
10879
|
*
|
|
10876
10880
|
* @param request DescribeElasticQpsRequest
|
|
10877
10881
|
* @return DescribeElasticQpsResponse
|
|
10878
10882
|
*/
|
|
10879
10883
|
describeElasticQps(request: DescribeElasticQpsRequest): Promise<DescribeElasticQpsResponse>;
|
|
10880
10884
|
/**
|
|
10881
|
-
* @summary
|
|
10885
|
+
* @summary Queries the burstable QPS details of an Anti-DDoS Proxy instance.
|
|
10882
10886
|
*
|
|
10883
10887
|
* @param request DescribeElasticQpsRecordRequest
|
|
10884
10888
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10886,7 +10890,7 @@ export default class Client extends OpenApi {
|
|
|
10886
10890
|
*/
|
|
10887
10891
|
describeElasticQpsRecordWithOptions(request: DescribeElasticQpsRecordRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticQpsRecordResponse>;
|
|
10888
10892
|
/**
|
|
10889
|
-
* @summary
|
|
10893
|
+
* @summary Queries the burstable QPS details of an Anti-DDoS Proxy instance.
|
|
10890
10894
|
*
|
|
10891
10895
|
* @param request DescribeElasticQpsRecordRequest
|
|
10892
10896
|
* @return DescribeElasticQpsRecordResponse
|
|
@@ -11014,7 +11018,7 @@ export default class Client extends OpenApi {
|
|
|
11014
11018
|
*/
|
|
11015
11019
|
describeInstanceSpecs(request: DescribeInstanceSpecsRequest): Promise<DescribeInstanceSpecsResponse>;
|
|
11016
11020
|
/**
|
|
11017
|
-
* @summary Queries the statistics on one or more Anti-DDoS
|
|
11021
|
+
* @summary Queries the statistics on one or more Anti-DDoS Proxy instances, such as the numbers of protected domain names and ports.
|
|
11018
11022
|
*
|
|
11019
11023
|
* @param request DescribeInstanceStatisticsRequest
|
|
11020
11024
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -11022,14 +11026,14 @@ export default class Client extends OpenApi {
|
|
|
11022
11026
|
*/
|
|
11023
11027
|
describeInstanceStatisticsWithOptions(request: DescribeInstanceStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceStatisticsResponse>;
|
|
11024
11028
|
/**
|
|
11025
|
-
* @summary Queries the statistics on one or more Anti-DDoS
|
|
11029
|
+
* @summary Queries the statistics on one or more Anti-DDoS Proxy instances, such as the numbers of protected domain names and ports.
|
|
11026
11030
|
*
|
|
11027
11031
|
* @param request DescribeInstanceStatisticsRequest
|
|
11028
11032
|
* @return DescribeInstanceStatisticsResponse
|
|
11029
11033
|
*/
|
|
11030
11034
|
describeInstanceStatistics(request: DescribeInstanceStatisticsRequest): Promise<DescribeInstanceStatisticsResponse>;
|
|
11031
11035
|
/**
|
|
11032
|
-
* @summary Queries the status of a specified Anti-DDoS
|
|
11036
|
+
* @summary Queries the status of a specified Anti-DDoS Proxy instance.
|
|
11033
11037
|
*
|
|
11034
11038
|
* @param request DescribeInstanceStatusRequest
|
|
11035
11039
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -11037,7 +11041,7 @@ export default class Client extends OpenApi {
|
|
|
11037
11041
|
*/
|
|
11038
11042
|
describeInstanceStatusWithOptions(request: DescribeInstanceStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceStatusResponse>;
|
|
11039
11043
|
/**
|
|
11040
|
-
* @summary Queries the status of a specified Anti-DDoS
|
|
11044
|
+
* @summary Queries the status of a specified Anti-DDoS Proxy instance.
|
|
11041
11045
|
*
|
|
11042
11046
|
* @param request DescribeInstanceStatusRequest
|
|
11043
11047
|
* @return DescribeInstanceStatusResponse
|
|
@@ -11074,7 +11078,7 @@ export default class Client extends OpenApi {
|
|
|
11074
11078
|
*/
|
|
11075
11079
|
describeL7RsPolicy(request: DescribeL7RsPolicyRequest): Promise<DescribeL7RsPolicyResponse>;
|
|
11076
11080
|
/**
|
|
11077
|
-
* @summary
|
|
11081
|
+
* @summary Queries the configuration of back-to-origin persistent connections of a domain name.
|
|
11078
11082
|
*
|
|
11079
11083
|
* @param request DescribeL7UsKeepaliveRequest
|
|
11080
11084
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -11082,7 +11086,7 @@ export default class Client extends OpenApi {
|
|
|
11082
11086
|
*/
|
|
11083
11087
|
describeL7UsKeepaliveWithOptions(request: DescribeL7UsKeepaliveRequest, runtime: $Util.RuntimeOptions): Promise<DescribeL7UsKeepaliveResponse>;
|
|
11084
11088
|
/**
|
|
11085
|
-
* @summary
|
|
11089
|
+
* @summary Queries the configuration of back-to-origin persistent connections of a domain name.
|
|
11086
11090
|
*
|
|
11087
11091
|
* @param request DescribeL7UsKeepaliveRequest
|
|
11088
11092
|
* @return DescribeL7UsKeepaliveResponse
|
|
@@ -11242,12 +11246,16 @@ export default class Client extends OpenApi {
|
|
|
11242
11246
|
*/
|
|
11243
11247
|
describePortAutoCcStatus(request: DescribePortAutoCcStatusRequest): Promise<DescribePortAutoCcStatusResponse>;
|
|
11244
11248
|
/**
|
|
11249
|
+
* @summary Queries the top source IP addresses of the volumetric attack events for the Anti-DDoS Pro or Anti-DDoS Premium instance.
|
|
11250
|
+
*
|
|
11245
11251
|
* @param request DescribePortCcAttackTopIPRequest
|
|
11246
11252
|
* @param runtime runtime options for this request RuntimeOptions
|
|
11247
11253
|
* @return DescribePortCcAttackTopIPResponse
|
|
11248
11254
|
*/
|
|
11249
11255
|
describePortCcAttackTopIPWithOptions(request: DescribePortCcAttackTopIPRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortCcAttackTopIPResponse>;
|
|
11250
11256
|
/**
|
|
11257
|
+
* @summary Queries the top source IP addresses of the volumetric attack events for the Anti-DDoS Pro or Anti-DDoS Premium instance.
|
|
11258
|
+
*
|
|
11251
11259
|
* @param request DescribePortCcAttackTopIPRequest
|
|
11252
11260
|
* @return DescribePortCcAttackTopIPResponse
|
|
11253
11261
|
*/
|
|
@@ -11268,7 +11276,7 @@ export default class Client extends OpenApi {
|
|
|
11268
11276
|
*/
|
|
11269
11277
|
describePortConnsCount(request: DescribePortConnsCountRequest): Promise<DescribePortConnsCountResponse>;
|
|
11270
11278
|
/**
|
|
11271
|
-
* @summary Queries the connections established over the ports of one or more Anti-DDoS
|
|
11279
|
+
* @summary Queries the connections established over the ports of one or more Anti-DDoS Proxy instances.
|
|
11272
11280
|
*
|
|
11273
11281
|
* @param request DescribePortConnsListRequest
|
|
11274
11282
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -11276,7 +11284,7 @@ export default class Client extends OpenApi {
|
|
|
11276
11284
|
*/
|
|
11277
11285
|
describePortConnsListWithOptions(request: DescribePortConnsListRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortConnsListResponse>;
|
|
11278
11286
|
/**
|
|
11279
|
-
* @summary Queries the connections established over the ports of one or more Anti-DDoS
|
|
11287
|
+
* @summary Queries the connections established over the ports of one or more Anti-DDoS Proxy instances.
|
|
11280
11288
|
*
|
|
11281
11289
|
* @param request DescribePortConnsListRequest
|
|
11282
11290
|
* @return DescribePortConnsListResponse
|
|
@@ -11535,12 +11543,12 @@ export default class Client extends OpenApi {
|
|
|
11535
11543
|
*/
|
|
11536
11544
|
describeSystemLog(request: DescribeSystemLogRequest): Promise<DescribeSystemLogResponse>;
|
|
11537
11545
|
/**
|
|
11538
|
-
* @summary Queries all tag keys and the Anti-DDoS
|
|
11546
|
+
* @summary Queries all tag keys and the number of Anti-DDoS Proxy (Chinese Mainland) instances to which each tag key is added.
|
|
11539
11547
|
*
|
|
11540
|
-
* @description You can call this operation to query all tag keys and the Anti-DDoS
|
|
11541
|
-
* >
|
|
11542
|
-
* ###
|
|
11543
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
11548
|
+
* @description You can call this operation to query all tag keys and the number of Anti-DDoS Proxy (Chinese Mainland) instances to which each tag key is added by page.
|
|
11549
|
+
* > Only Anti-DDoS Proxy (Chinese Mainland) supports tags.
|
|
11550
|
+
* ### [](#qps-)QPS limits
|
|
11551
|
+
* You can call this operation up to 10 times per second per account. If the number of 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.
|
|
11544
11552
|
*
|
|
11545
11553
|
* @param request DescribeTagKeysRequest
|
|
11546
11554
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -11548,24 +11556,24 @@ export default class Client extends OpenApi {
|
|
|
11548
11556
|
*/
|
|
11549
11557
|
describeTagKeysWithOptions(request: DescribeTagKeysRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTagKeysResponse>;
|
|
11550
11558
|
/**
|
|
11551
|
-
* @summary Queries all tag keys and the Anti-DDoS
|
|
11559
|
+
* @summary Queries all tag keys and the number of Anti-DDoS Proxy (Chinese Mainland) instances to which each tag key is added.
|
|
11552
11560
|
*
|
|
11553
|
-
* @description You can call this operation to query all tag keys and the Anti-DDoS
|
|
11554
|
-
* >
|
|
11555
|
-
* ###
|
|
11556
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
11561
|
+
* @description You can call this operation to query all tag keys and the number of Anti-DDoS Proxy (Chinese Mainland) instances to which each tag key is added by page.
|
|
11562
|
+
* > Only Anti-DDoS Proxy (Chinese Mainland) supports tags.
|
|
11563
|
+
* ### [](#qps-)QPS limits
|
|
11564
|
+
* You can call this operation up to 10 times per second per account. If the number of 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.
|
|
11557
11565
|
*
|
|
11558
11566
|
* @param request DescribeTagKeysRequest
|
|
11559
11567
|
* @return DescribeTagKeysResponse
|
|
11560
11568
|
*/
|
|
11561
11569
|
describeTagKeys(request: DescribeTagKeysRequest): Promise<DescribeTagKeysResponse>;
|
|
11562
11570
|
/**
|
|
11563
|
-
* @summary Queries the information about the tags that are added to an Anti-DDoS
|
|
11571
|
+
* @summary Queries the information about the tags that are added to an Anti-DDoS Proxy (Chinese Mainland) instance.
|
|
11564
11572
|
*
|
|
11565
|
-
* @description You can call the DescribeTagResources operation to query the information about the tags that are added to an Anti-DDoS
|
|
11566
|
-
* >
|
|
11567
|
-
* ###
|
|
11568
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
11573
|
+
* @description You can call the DescribeTagResources operation to query the information about the tags that are added to an Anti-DDoS Proxy (Chinese Mainland) instance.
|
|
11574
|
+
* > Only Anti-DDoS Proxy (Chinese Mainland) supports tags.
|
|
11575
|
+
* ### [](#qps-)QPS limits
|
|
11576
|
+
* You can call this operation up to 10 times per second per account. If the number of 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.
|
|
11569
11577
|
*
|
|
11570
11578
|
* @param request DescribeTagResourcesRequest
|
|
11571
11579
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -11573,12 +11581,12 @@ export default class Client extends OpenApi {
|
|
|
11573
11581
|
*/
|
|
11574
11582
|
describeTagResourcesWithOptions(request: DescribeTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTagResourcesResponse>;
|
|
11575
11583
|
/**
|
|
11576
|
-
* @summary Queries the information about the tags that are added to an Anti-DDoS
|
|
11584
|
+
* @summary Queries the information about the tags that are added to an Anti-DDoS Proxy (Chinese Mainland) instance.
|
|
11577
11585
|
*
|
|
11578
|
-
* @description You can call the DescribeTagResources operation to query the information about the tags that are added to an Anti-DDoS
|
|
11579
|
-
* >
|
|
11580
|
-
* ###
|
|
11581
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
11586
|
+
* @description You can call the DescribeTagResources operation to query the information about the tags that are added to an Anti-DDoS Proxy (Chinese Mainland) instance.
|
|
11587
|
+
* > Only Anti-DDoS Proxy (Chinese Mainland) supports tags.
|
|
11588
|
+
* ### [](#qps-)QPS limits
|
|
11589
|
+
* You can call this operation up to 10 times per second per account. If the number of 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.
|
|
11582
11590
|
*
|
|
11583
11591
|
* @param request DescribeTagResourcesRequest
|
|
11584
11592
|
* @return DescribeTagResourcesResponse
|
|
@@ -11751,7 +11759,7 @@ export default class Client extends OpenApi {
|
|
|
11751
11759
|
*/
|
|
11752
11760
|
describeWebCCRules(request: DescribeWebCCRulesRequest): Promise<DescribeWebCCRulesResponse>;
|
|
11753
11761
|
/**
|
|
11754
|
-
* @summary
|
|
11762
|
+
* @summary Queries the custom frequency control rules that are created for a website.
|
|
11755
11763
|
*
|
|
11756
11764
|
* @param request DescribeWebCCRulesV2Request
|
|
11757
11765
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -11759,7 +11767,7 @@ export default class Client extends OpenApi {
|
|
|
11759
11767
|
*/
|
|
11760
11768
|
describeWebCCRulesV2WithOptions(request: DescribeWebCCRulesV2Request, runtime: $Util.RuntimeOptions): Promise<DescribeWebCCRulesV2Response>;
|
|
11761
11769
|
/**
|
|
11762
|
-
* @summary
|
|
11770
|
+
* @summary Queries the custom frequency control rules that are created for a website.
|
|
11763
11771
|
*
|
|
11764
11772
|
* @param request DescribeWebCCRulesV2Request
|
|
11765
11773
|
* @return DescribeWebCCRulesV2Response
|
|
@@ -11849,12 +11857,16 @@ export default class Client extends OpenApi {
|
|
|
11849
11857
|
*/
|
|
11850
11858
|
describeWebPreciseAccessRule(request: DescribeWebPreciseAccessRuleRequest): Promise<DescribeWebPreciseAccessRuleResponse>;
|
|
11851
11859
|
/**
|
|
11860
|
+
* @summary Queries the top source IP addresses of the web resource exhaustion attacks for the Anti-DDoS Proxy instance.
|
|
11861
|
+
*
|
|
11852
11862
|
* @param request DescribeWebReportTopIpRequest
|
|
11853
11863
|
* @param runtime runtime options for this request RuntimeOptions
|
|
11854
11864
|
* @return DescribeWebReportTopIpResponse
|
|
11855
11865
|
*/
|
|
11856
11866
|
describeWebReportTopIpWithOptions(request: DescribeWebReportTopIpRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebReportTopIpResponse>;
|
|
11857
11867
|
/**
|
|
11868
|
+
* @summary Queries the top source IP addresses of the web resource exhaustion attacks for the Anti-DDoS Proxy instance.
|
|
11869
|
+
*
|
|
11858
11870
|
* @param request DescribeWebReportTopIpRequest
|
|
11859
11871
|
* @return DescribeWebReportTopIpResponse
|
|
11860
11872
|
*/
|
|
@@ -12093,9 +12105,9 @@ export default class Client extends OpenApi {
|
|
|
12093
12105
|
*/
|
|
12094
12106
|
modifyBlackholeStatus(request: ModifyBlackholeStatusRequest): Promise<ModifyBlackholeStatusResponse>;
|
|
12095
12107
|
/**
|
|
12096
|
-
* @summary Modifies the Diversion from Origin Server configuration of an Anti-DDoS
|
|
12108
|
+
* @summary Modifies the Diversion from Origin Server configuration of an Anti-DDoS Proxy (Chinese Mainland) instance.
|
|
12097
12109
|
*
|
|
12098
|
-
* @description >
|
|
12110
|
+
* @description > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
|
|
12099
12111
|
*
|
|
12100
12112
|
* @param request ModifyBlockStatusRequest
|
|
12101
12113
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12103,9 +12115,9 @@ export default class Client extends OpenApi {
|
|
|
12103
12115
|
*/
|
|
12104
12116
|
modifyBlockStatusWithOptions(request: ModifyBlockStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBlockStatusResponse>;
|
|
12105
12117
|
/**
|
|
12106
|
-
* @summary Modifies the Diversion from Origin Server configuration of an Anti-DDoS
|
|
12118
|
+
* @summary Modifies the Diversion from Origin Server configuration of an Anti-DDoS Proxy (Chinese Mainland) instance.
|
|
12107
12119
|
*
|
|
12108
|
-
* @description >
|
|
12120
|
+
* @description > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
|
|
12109
12121
|
*
|
|
12110
12122
|
* @param request ModifyBlockStatusRequest
|
|
12111
12123
|
* @return ModifyBlockStatusResponse
|
|
@@ -12146,9 +12158,9 @@ export default class Client extends OpenApi {
|
|
|
12146
12158
|
*/
|
|
12147
12159
|
modifyDomainResource(request: ModifyDomainResourceRequest): Promise<ModifyDomainResourceResponse>;
|
|
12148
12160
|
/**
|
|
12149
|
-
* @summary Modifies the burstable protection bandwidth of a specified Anti-DDoS
|
|
12161
|
+
* @summary Modifies the burstable protection bandwidth of a specified Anti-DDoS Proxy (Chinese Mainland) instance.
|
|
12150
12162
|
*
|
|
12151
|
-
* @description >
|
|
12163
|
+
* @description > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
|
|
12152
12164
|
*
|
|
12153
12165
|
* @param request ModifyElasticBandWidthRequest
|
|
12154
12166
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12156,9 +12168,9 @@ export default class Client extends OpenApi {
|
|
|
12156
12168
|
*/
|
|
12157
12169
|
modifyElasticBandWidthWithOptions(request: ModifyElasticBandWidthRequest, runtime: $Util.RuntimeOptions): Promise<ModifyElasticBandWidthResponse>;
|
|
12158
12170
|
/**
|
|
12159
|
-
* @summary Modifies the burstable protection bandwidth of a specified Anti-DDoS
|
|
12171
|
+
* @summary Modifies the burstable protection bandwidth of a specified Anti-DDoS Proxy (Chinese Mainland) instance.
|
|
12160
12172
|
*
|
|
12161
|
-
* @description >
|
|
12173
|
+
* @description > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
|
|
12162
12174
|
*
|
|
12163
12175
|
* @param request ModifyElasticBandWidthRequest
|
|
12164
12176
|
* @return ModifyElasticBandWidthResponse
|
|
@@ -12184,7 +12196,9 @@ export default class Client extends OpenApi {
|
|
|
12184
12196
|
*/
|
|
12185
12197
|
modifyElasticBizBandWidth(request: ModifyElasticBizBandWidthRequest): Promise<ModifyElasticBizBandWidthResponse>;
|
|
12186
12198
|
/**
|
|
12187
|
-
* @summary
|
|
12199
|
+
* @summary Configures the burstable QPS and mode of an Anti-DDoS Proxy instance.
|
|
12200
|
+
*
|
|
12201
|
+
* @description You can enable burstable QPS only for IPv4 instances.
|
|
12188
12202
|
*
|
|
12189
12203
|
* @param request ModifyElasticBizQpsRequest
|
|
12190
12204
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12192,7 +12206,9 @@ export default class Client extends OpenApi {
|
|
|
12192
12206
|
*/
|
|
12193
12207
|
modifyElasticBizQpsWithOptions(request: ModifyElasticBizQpsRequest, runtime: $Util.RuntimeOptions): Promise<ModifyElasticBizQpsResponse>;
|
|
12194
12208
|
/**
|
|
12195
|
-
* @summary
|
|
12209
|
+
* @summary Configures the burstable QPS and mode of an Anti-DDoS Proxy instance.
|
|
12210
|
+
*
|
|
12211
|
+
* @description You can enable burstable QPS only for IPv4 instances.
|
|
12196
12212
|
*
|
|
12197
12213
|
* @param request ModifyElasticBizQpsRequest
|
|
12198
12214
|
* @return ModifyElasticBizQpsResponse
|
|
@@ -12246,7 +12262,7 @@ export default class Client extends OpenApi {
|
|
|
12246
12262
|
/**
|
|
12247
12263
|
* @summary Enables or disables HTTP/2 for the forwarding rule of a website.
|
|
12248
12264
|
*
|
|
12249
|
-
* @description >
|
|
12265
|
+
* @description > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
|
|
12250
12266
|
*
|
|
12251
12267
|
* @param request ModifyHttp2EnableRequest
|
|
12252
12268
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12256,7 +12272,7 @@ export default class Client extends OpenApi {
|
|
|
12256
12272
|
/**
|
|
12257
12273
|
* @summary Enables or disables HTTP/2 for the forwarding rule of a website.
|
|
12258
12274
|
*
|
|
12259
|
-
* @description >
|
|
12275
|
+
* @description > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
|
|
12260
12276
|
*
|
|
12261
12277
|
* @param request ModifyHttp2EnableRequest
|
|
12262
12278
|
* @return ModifyHttp2EnableResponse
|
|
@@ -12346,7 +12362,7 @@ export default class Client extends OpenApi {
|
|
|
12346
12362
|
*/
|
|
12347
12363
|
modifyPortAutoCcStatus(request: ModifyPortAutoCcStatusRequest): Promise<ModifyPortAutoCcStatusResponse>;
|
|
12348
12364
|
/**
|
|
12349
|
-
* @summary
|
|
12365
|
+
* @summary Switches between the metering methods of the burstable clean bandwidth feature.
|
|
12350
12366
|
*
|
|
12351
12367
|
* @param request ModifyQpsModeRequest
|
|
12352
12368
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12354,7 +12370,7 @@ export default class Client extends OpenApi {
|
|
|
12354
12370
|
*/
|
|
12355
12371
|
modifyQpsModeWithOptions(request: ModifyQpsModeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyQpsModeResponse>;
|
|
12356
12372
|
/**
|
|
12357
|
-
* @summary
|
|
12373
|
+
* @summary Switches between the metering methods of the burstable clean bandwidth feature.
|
|
12358
12374
|
*
|
|
12359
12375
|
* @param request ModifyQpsModeRequest
|
|
12360
12376
|
* @return ModifyQpsModeResponse
|
|
@@ -12489,7 +12505,7 @@ export default class Client extends OpenApi {
|
|
|
12489
12505
|
*/
|
|
12490
12506
|
modifyWebAreaBlockSwitch(request: ModifyWebAreaBlockSwitchRequest): Promise<ModifyWebAreaBlockSwitchResponse>;
|
|
12491
12507
|
/**
|
|
12492
|
-
* @summary
|
|
12508
|
+
* @summary Enables or disables the HTTP flood mitigation feature for a website.
|
|
12493
12509
|
*
|
|
12494
12510
|
* @param request ModifyWebCCGlobalSwitchRequest
|
|
12495
12511
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12497,7 +12513,7 @@ export default class Client extends OpenApi {
|
|
|
12497
12513
|
*/
|
|
12498
12514
|
modifyWebCCGlobalSwitchWithOptions(request: ModifyWebCCGlobalSwitchRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebCCGlobalSwitchResponse>;
|
|
12499
12515
|
/**
|
|
12500
|
-
* @summary
|
|
12516
|
+
* @summary Enables or disables the HTTP flood mitigation feature for a website.
|
|
12501
12517
|
*
|
|
12502
12518
|
* @param request ModifyWebCCGlobalSwitchRequest
|
|
12503
12519
|
* @return ModifyWebCCGlobalSwitchResponse
|
|
@@ -12506,6 +12522,8 @@ export default class Client extends OpenApi {
|
|
|
12506
12522
|
/**
|
|
12507
12523
|
* @deprecated OpenAPI ModifyWebCCRule is deprecated, please use ddoscoo::2020-01-01::ConfigWebCCRuleV2 instead.
|
|
12508
12524
|
*
|
|
12525
|
+
* @summary Modifies the custom frequency control rule of a website.
|
|
12526
|
+
*
|
|
12509
12527
|
* @param request ModifyWebCCRuleRequest
|
|
12510
12528
|
* @param runtime runtime options for this request RuntimeOptions
|
|
12511
12529
|
* @return ModifyWebCCRuleResponse
|
|
@@ -12514,6 +12532,8 @@ export default class Client extends OpenApi {
|
|
|
12514
12532
|
/**
|
|
12515
12533
|
* @deprecated OpenAPI ModifyWebCCRule is deprecated, please use ddoscoo::2020-01-01::ConfigWebCCRuleV2 instead.
|
|
12516
12534
|
*
|
|
12535
|
+
* @summary Modifies the custom frequency control rule of a website.
|
|
12536
|
+
*
|
|
12517
12537
|
* @param request ModifyWebCCRuleRequest
|
|
12518
12538
|
* @return ModifyWebCCRuleResponse
|
|
12519
12539
|
*/
|
|
@@ -12649,7 +12669,7 @@ export default class Client extends OpenApi {
|
|
|
12649
12669
|
*/
|
|
12650
12670
|
releaseInstance(request: ReleaseInstanceRequest): Promise<ReleaseInstanceResponse>;
|
|
12651
12671
|
/**
|
|
12652
|
-
* @summary Switches service traffic to
|
|
12672
|
+
* @summary Switches service traffic to an Anti-DDoS Pro or Anti-DDoS Premium instance for scrubbing or switches service traffic back to the associated cloud resources.
|
|
12653
12673
|
*
|
|
12654
12674
|
* @description 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.
|
|
12655
12675
|
* Before you call this operation, you must have created a scheduling rule by calling the [CreateSchedulerRule](https://help.aliyun.com/document_detail/157479.html) operation.
|
|
@@ -12662,7 +12682,7 @@ export default class Client extends OpenApi {
|
|
|
12662
12682
|
*/
|
|
12663
12683
|
switchSchedulerRuleWithOptions(request: SwitchSchedulerRuleRequest, runtime: $Util.RuntimeOptions): Promise<SwitchSchedulerRuleResponse>;
|
|
12664
12684
|
/**
|
|
12665
|
-
* @summary Switches service traffic to
|
|
12685
|
+
* @summary Switches service traffic to an Anti-DDoS Pro or Anti-DDoS Premium instance for scrubbing or switches service traffic back to the associated cloud resources.
|
|
12666
12686
|
*
|
|
12667
12687
|
* @description 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.
|
|
12668
12688
|
* Before you call this operation, you must have created a scheduling rule by calling the [CreateSchedulerRule](https://help.aliyun.com/document_detail/157479.html) operation.
|